1 2007-03-16 Michael Smith <msmith@fluendo.com>
3 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4 (gst_audio_convert_transform_caps):
5 We don't support 64 bit integer audio, so don't try to claim we can.
6 Stops us producing caps don't match our template caps.
9 2007-03-15 Michael Smith <msmith@fluendo.com>
11 * gst/audioresample/gstaudioresample.c:
12 (audioresample_check_discont), (audioresample_transform):
13 Don't trigger discontinuities for very small imperfections; a filter
14 flush will sound bad, and many plugins have rounding errors leading
17 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
19 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
20 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
21 Add min-ptime property to RTP base audio payloader. Patch by
22 olivier.crete@collabora.co.uk.
25 Indentation/whitespace/documentation fixes.
27 2007-03-14 Julien MOUTTE <julien@moutte.net>
29 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
30 (audioresample_transform_size), (audioresample_do_output),
31 (audioresample_transform), (audioresample_pushthrough): Handle
32 discontinuous streams.
33 * gst/audioresample/gstaudioresample.h:
34 * tests/check/elements/audioresample.c:
35 (test_discont_stream_instance), (GST_START_TEST),
36 (audioresample_suite): Add a test for discontinuous streams.
37 * win32/common/config.h: Updated.
39 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
54 Update translations from translation project.
56 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
58 * gst/audioresample/debug.h:
59 * gst/audioresample/resample.c: (resample_init):
60 Since I really am not interested in a debug line for each sample
61 being processed, move the library's debugging to its own category,
64 2007-03-13 Michael Smith <msmith@fluendo.com>
66 * ext/theora/theoradec.c: (theora_handle_type_packet):
67 Since the plugin doesn't support anything other than 4:2:0 right
68 now, post an error and fail if we get something else. Won't matter
69 until libtheora supports the other pixel formats, but hopefully
72 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
74 * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
75 Use gst_guint64_to_gdouble for conversion.
77 Add new files to the win32 MANIFEST.
78 * win32/common/libgstaudio.def:
79 * win32/common/libgstpbutils.def:
80 Add new exported functions.
81 * win32/vs6/gst_plugins_base.dsw:
82 * win32/vs6/libgstdecodebin.dsp:
83 * win32/vs6/libgstplaybin.dsp:
84 Change the link to libgstpbutils.lib.
85 * win32/vs6/libgstdecodebin2.dsp:
86 Add a new project for decodebin2.
87 * win32/vs6/libgstpbutils.dsp:
88 Add a new project for pbutils.
90 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
92 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
93 Also accept partial dates with only year and month,
94 like 1999-12-00 (fixes #410396 even more).
96 * tests/check/libs/tag.c: (GST_START_TEST):
97 Add unit test for the above.
99 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
101 * tests/check/elements/subparse.c: (GST_START_TEST),
103 Add unit test for MPL2 subtitle format (#413799).
105 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
107 Patch by: Kamil Pawlowski <kamilpe gmail com>
109 * gst/subparse/Makefile.am:
110 * gst/subparse/gstsubparse.c:
111 (gst_sub_parse_data_format_autodetect),
112 (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
113 (gst_subparse_type_find):
114 * gst/subparse/gstsubparse.h:
115 * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
116 * gst/subparse/mpl2parse.h:
117 Add support for MPL2 subtitle format (#413799).
119 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
122 We require core CVS for the new buffer metadata copy functions.
124 2007-03-09 Wim Taymans <wim@fluendo.com>
126 * gst-libs/gst/tag/gstid3tag.c:
127 Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
130 Patch by: Alex Lancaster <alexl at users sourceforge net>
132 2007-03-09 Wim Taymans <wim@fluendo.com>
134 * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
135 (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
136 Improve adapter usage and comments.
138 2007-03-09 Wim Taymans <wim@fluendo.com>
140 * ext/pango/gsttextrender.c: (gst_text_render_chain):
141 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
142 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
143 Use new metadata copy function.
145 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
146 (gst_ffmpegcsp_transform):
147 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
148 Basetransform copied the metadata for us.
150 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
152 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
153 (gst_text_overlay_video_event):
154 Some more logging. Only accept newsegment events in TIME format and
155 send a WARNING message if they are not in TIME format.
157 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
158 (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
159 (gst_sub_parse_chain), (gst_sub_parse_sink_event):
160 * gst/subparse/gstsubparse.h:
161 No need to allocate GstSegment structure dynamically, just put it
162 into the instance structure; ignore newsegment events in BYTE
163 format and in particular don't let it overwrite our saved TIME
164 segment from the last seek.
166 2007-03-09 Michael Smith <msmith@fluendo.com>
168 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
169 Replace AC3 typefinder with one that isn't terrible, and actually
172 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
174 * gst/audioconvert/gstaudioconvert.c:
175 (gst_audio_convert_transform):
176 fix error category and translatable string
179 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
181 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
182 * pkgconfig/gstreamer-plugins-base.pc.in:
183 Fix up utils => pbutils here too.
185 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
187 * gst/subparse/gstsubparse.c: (handle_buffer):
188 Break out of loop in chain function as soon as possible if we get
189 a non-OK flow return.
191 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
193 * tests/check/elements/alsa.c: (GST_START_TEST):
194 Unref the mixer if the state change fails too (if the
195 alsa devices are inaccessible, for example)
197 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
199 * tests/check/Makefile.am:
200 Don't test libvisual elements in the states check, because libvisual
201 seems to leak internally.
203 Re-enable the alsa and states tests now that there's new suppressions
206 * tests/check/elements/alsa.c: (GST_START_TEST):
207 Don't leak the alsamixer we instantiated.
209 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
211 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
212 (gst_ximagesink_change_state), (gst_ximagesink_reset),
213 (gst_ximagesink_finalize):
214 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
215 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
216 Move some cleanup stuff from the state change handler into a _reset()
217 function that can be called from _finalize(). This ensures that things
218 get freed even if (for some reason) the NULL->READY state transition
219 fails in the parent class.
220 Even if a parent state change fails, process our downward state change
221 logic instead of bailing out early.
222 Free the correct xcontext pointer in ximagesink's xcontext_clear.
224 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
226 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
229 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
230 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
231 Use pango_font_description_set_family_static instead of
232 pango_font_description_set_family to save a string copy (it was
233 leaking due to the strdup anyway)
235 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
236 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
237 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
238 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
239 Chain up in finalize.
241 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
243 * gst-libs/gst/interfaces/mixertrack.c:
244 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
245 (gst_mixer_track_set_property):
246 API: add "untranslated-label" property which should be set by
247 implementations at construct time (#414645).
249 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
250 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
251 Set "untranslated-label" when constructing mixer track objects.
253 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
254 Unit test to check the above.
256 2007-03-07 Wim Taymans <wim@fluendo.com>
258 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
259 Fix confusing debug message.
261 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
263 * gst-plugins-base.doap:
264 update doap file with new version
266 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
271 === release 0.10.12 ===
273 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
276 releasing 0.10.12, "Zombie Horde"
278 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
281 Bump version to 0.10.11.4 pre-release
283 2007-03-06 Wim Taymans <wim@fluendo.com>
285 * gst-libs/gst/audio/gstbaseaudiosink.c:
286 (gst_base_audio_sink_async_play):
287 Fix regression that made GStreamer skip the first samples of audio.
290 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
293 Bump version to 0.10.11.3 pre-release
295 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
298 Update paths for the rename from utils to pbutils to fix the build.
300 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
302 * gst-libs/gst/pbutils/Makefile.am:
303 Change directory to install headers in from gst/utils to gst/pbutils
306 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
309 * docs/libs/gst-plugins-base-libs-docs.sgml:
310 * docs/libs/gst-plugins-base-libs-sections.txt:
311 * gst-libs/gst/Makefile.am:
312 * gst-libs/gst/interfaces/mixer.c:
313 * gst-libs/gst/pbutils/Makefile.am:
314 * gst-libs/gst/pbutils/descriptions.c:
315 (gst_pb_utils_get_source_description),
316 (gst_pb_utils_get_sink_description),
317 (gst_pb_utils_get_decoder_description),
318 (gst_pb_utils_get_encoder_description),
319 (gst_pb_utils_get_element_description),
320 (gst_pb_utils_add_codec_description_to_tag_list),
321 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
322 * gst-libs/gst/pbutils/descriptions.h:
323 * gst-libs/gst/pbutils/install-plugins.c:
324 * gst-libs/gst/pbutils/install-plugins.h:
325 * gst-libs/gst/pbutils/missing-plugins.c:
326 (gst_missing_uri_source_message_new),
327 (gst_missing_uri_sink_message_new),
328 (gst_missing_element_message_new),
329 (gst_missing_decoder_message_new),
330 (gst_missing_encoder_message_new),
331 (gst_missing_plugin_message_get_description):
332 * gst-libs/gst/pbutils/missing-plugins.h:
333 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
334 * gst-libs/gst/pbutils/pbutils.h:
335 * gst-libs/gst/utils/Makefile.am:
336 * gst-libs/gst/utils/base-utils.c:
337 * gst-libs/gst/utils/base-utils.h:
338 * gst-libs/gst/utils/descriptions.c:
339 * gst-libs/gst/utils/descriptions.h:
340 * gst-libs/gst/utils/install-plugins.c:
341 * gst-libs/gst/utils/install-plugins.h:
342 * gst-libs/gst/utils/missing-plugins.c:
343 * gst-libs/gst/utils/missing-plugins.h:
344 * gst-plugins-base.spec.in:
345 * gst/playback/Makefile.am:
346 * gst/playback/gstdecodebin.c:
347 * gst/playback/gstdecodebin2.c:
348 * gst/playback/gstplaybasebin.c: (setup_subtitle),
349 (gen_source_element):
350 * gst/playback/gstplaybin.c: (plugin_init):
351 * tests/check/Makefile.am:
352 * tests/check/libs/pbutils.c: (GST_START_TEST),
353 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
354 * tests/check/libs/utils.c:
355 rename utils to pbutils
357 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
359 * docs/plugins/Makefile.am:
360 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
361 * docs/plugins/gst-plugins-base-plugins-sections.txt:
362 * docs/plugins/inspect/plugin-decodebin2.xml:
363 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
364 Add documentation for decodebin2 that indicates that the API
367 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
370 Update to 0.10.11.2 (0.10.12 pre-release)
372 2007-03-01 Wim Taymans <wim@fluendo.com>
374 * gst-libs/gst/audio/gstbaseaudiosink.c:
375 (gst_base_audio_sink_async_play):
376 base time is irrelevant here.
378 2007-03-01 Wim Taymans <wim@fluendo.com>
380 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
381 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
384 * gst-libs/gst/audio/gstbaseaudiosink.c:
385 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
386 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
387 Improve latency and clock slaving calculations.
388 Improve slave clock calibration.
390 * gst-libs/gst/audio/gstringbuffer.c:
391 (gst_ring_buffer_commit_full):
392 When we are asked to render N sample to 0 bytes, return N.
394 2007-03-01 Wim Taymans <wim@fluendo.com>
396 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
397 (gst_alsasink_write), (gst_alsasink_reset):
398 * ext/alsa/gstalsasink.h:
399 Remove unused dispose function.
400 Rename lock to not interfere with alsasrc lock.
402 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
403 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
404 (gst_alsasrc_read), (gst_alsasrc_reset):
405 * ext/alsa/gstalsasrc.h:
406 Implement finalize function.
407 Use lock to protect alsa access.
411 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
414 Convert to new AG_GST style.
416 2007-02-28 Wim Taymans <wim@fluendo.com>
418 Patch by: Ed Catmur <ed at catmur dot co dot uk>
420 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
421 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
422 Fix race condition when rapidly switching visualisations in playbin.
425 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
427 * tests/check/Makefile.am:
428 Include local stuff before system installed things in LDFLAGS and
431 2007-02-28 Wim Taymans <wim@fluendo.com>
433 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
436 2007-02-28 Wim Taymans <wim@fluendo.com>
438 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
439 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
440 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
441 Fix duration and timestamping, taking latency into account.
442 Implement latency query.
444 2007-02-28 Wim Taymans <wim@fluendo.com>
446 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
447 (gst_audio_clock_new):
450 * gst-libs/gst/audio/gstbaseaudiosink.c:
451 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
452 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
453 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
454 (gst_base_audio_src_create):
455 Improve latency query code.
456 Use proper clock names.
458 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
460 * tests/check/generic/states.c: (GST_START_TEST):
461 Copy the states.c test from core again
462 * tests/check/Makefile.am:
463 ignore cdio and cdparanoiasrc
465 2007-02-28 Stefan Kost <ensonic@users.sf.net>
467 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
468 (double_hq), (audio_convert_get_func_index), (check_default),
469 (audio_convert_prepare_context), (audio_convert_convert):
470 Also make valgrind happy and avoid copying data in some cases.
472 2007-02-28 Stefan Kost <ensonic@users.sf.net>
474 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
475 (double_hq), (audio_convert_get_func_index),
476 (audio_convert_prepare_context), (audio_convert_convert):
477 * gst/audioconvert/gstaudioconvert.c:
478 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
479 (gst_audio_convert_transform_caps):
480 * tests/check/elements/audioconvert.c: (GST_START_TEST),
481 (audioconvert_suite):
482 Don't run inplace if that overwrites source data as we go. Add more
483 tests. Fixes #339837 even more.
485 2007-02-27 Julien MOUTTE <julien@moutte.net>
487 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
488 (msg_segment_done): Fix various seeking bugs (Slider was not
489 updating when doing a non flushing seek, Reverse playback
490 on segment seek was wrong).
492 2007-02-26 Wim Taymans <wim@fluendo.com>
494 * tests/examples/seek/seek.c: (stop_seek):
495 When we stop scrubbing, don't leave the pipeline PLAYING when we
496 requested a PAUSED state.
498 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
500 Patch by: René Stadler <mail at renestadler de>
502 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
503 Parse date strings in vorbis comments that have an invalid (zero)
504 month or day (#410396).
506 * tests/check/libs/tag.c: (GST_START_TEST):
507 Test case for the above.
509 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
511 Patch by: Loïc Minier <lool+gnome at via ecp fr>
514 * ext/alsa/Makefile.am:
515 * gst/audiotestsrc/Makefile.am:
516 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
518 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
520 * gst/playback/gstplaybin.c:
521 Improve docs: point out that the application needs to assist playbin
524 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
526 * gst-libs/gst/utils/install-plugins.c:
527 * gst-libs/gst/utils/missing-plugins.c:
528 * tests/check/libs/utils.c: (missing_msg_check_getters):
529 Change GStreamer marker prefix in detail string from 'gstreamer.net'
530 to just 'gstreamer'. Document the caps string component of the
531 decoder/encoder detail a bit better, since not everyone will be
532 familiar with the GStreamer media type/caps system (but they better
533 enjoy nested itemized lists).
535 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
537 * gst-libs/gst/netbuffer/gstnetbuffer.c:
538 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
539 Fix copying of GstNetBuffer (would crash before, or at least lead to
540 invalid memory access, #410772), for now by copying the GstBuffer copy
541 code from the core over here so we can copy the GstBuffer fields on a
542 provided buffer instance (of type GstNetBuffer in this case). Would be
543 better to fix this with some support by the core though (and in the long
544 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
546 * tests/check/Makefile.am:
547 Enable unit test for GstNetBuffer.
549 2007-02-22 Andy Wingo <wingo@pobox.com>
551 * gst-libs/gst/audio/gstbaseaudiosink.c
552 (gst_base_audio_sink_init): Disable pull-mode activation until we
553 figure out how to make audio sinks go to PLAYING.
555 2007-02-22 Stefan Kost <ensonic@users.sf.net>
557 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
558 (double_hq), (audio_convert_get_func_index),
559 (audio_convert_prepare_context), (audio_convert_convert):
560 * gst/audioconvert/audioconvert.h:
561 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
562 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
563 * gst/audioconvert/gstchannelmix.h:
564 * tests/check/elements/audioconvert.c: (GST_START_TEST):
565 Add float as an intermediate format, as well as float mixing. Enable
566 test that was failing before. Fixes #339837
568 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
570 * tests/examples/seek/seek.c: (do_seek):
571 Undo the previous commit: -1 as a stop time implies that the stop
572 time is the end of file, clearing any previously configured segment.
574 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
576 * tests/examples/seek/seek.c: (do_seek):
577 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
579 2007-02-21 Stefan Kost <ensonic@users.sf.net>
581 * gst/volume/gstvolume.c: (volume_process_int16),
582 (volume_process_int16_clamp), (volume_set_caps):
583 Unbreak volume, value remains gint.
585 2007-02-21 Stefan Kost <ensonic@users.sf.net>
587 * gst/volume/gstvolume.c: (volume_choose_func),
588 (volume_update_real_volume), (gst_volume_set_volume),
589 (gst_volume_init), (volume_process_double), (volume_process_float),
590 (volume_process_int16), (volume_process_int16_clamp),
591 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
592 * gst/volume/gstvolume.h:
593 Extend float audio support (double) and some int->uint cleanups.
595 2007-02-20 Edward Hervey <edward@fluendo.com>
597 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
598 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
599 (sort_end_pads), (gst_decode_group_expose),
600 (gst_decode_group_hide):
601 Don't free groups from the streaming threads. Just put them aside and
602 free them in dispose.
604 2007-02-20 Edward Hervey <edward@fluendo.com>
606 * gst/playback/gstdecodebin2.c: (connect_element),
607 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
608 (sort_end_pads), (gst_decode_group_expose):
609 Handle dynamic pads within groups.
610 Sort pads before exposing them in order to make playbin happy.
611 There still is a race with the multiqueue filling up. This should be
615 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
617 * gst-libs/gst/utils/base-utils.c:
618 * gst-libs/gst/utils/descriptions.c:
619 * gst-libs/gst/utils/install-plugins.c:
620 * gst-libs/gst/utils/missing-plugins.c:
621 Some more docs (and descriptions for two subtitle formats).
623 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
625 * gst-libs/gst/audio/audio.c:
628 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
630 Patch by: Yves Lefebvre <ivanohe abacom com>
632 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
633 Don't leak caps. Fixes #408278.
635 2007-02-15 Stefan Kost <ensonic@users.sf.net>
637 * ext/cdparanoia/gstcdparanoiasrc.h:
638 * ext/ogg/gstoggdemux.h:
639 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
640 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
641 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
642 * gst-libs/gst/audio/audio.h:
643 * gst-libs/gst/audio/gstaudiofilter.h:
644 * gst-libs/gst/interfaces/videoorientation.h:
645 * gst/adder/gstadder.h:
646 More docs coverage and some ChangeLog surgery (add missing names)
648 2007-02-15 Wim Taymans <wim@fluendo.com>
650 * sys/ximage/ximagesink.c:
651 (gst_ximagesink_calculate_pixel_aspect_ratio):
652 * sys/xvimage/xvimagesink.c:
653 (gst_xvimagesink_calculate_pixel_aspect_ratio):
654 Small constifications.
656 2007-02-15 Wim Taymans <wim@fluendo.com>
658 * gst-libs/gst/audio/gstbaseaudiosink.c:
659 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
660 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
661 (gst_base_audio_sink_async_play),
662 (gst_base_audio_sink_change_state):
663 Answer latency query.
664 Use configured latency when syncing.
667 * gst-libs/gst/audio/gstbaseaudiosrc.c:
668 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
669 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
670 Fix possible memleak.
671 Implement latency query.
674 2007-02-15 Wim Taymans <wim@fluendo.com>
676 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
677 Ignore errors in reset, these are not fatal. They also grab the element
678 lock which is already taking when this function is called. Fixes
681 2007-02-13 Stefan Kost <ensonic@users.sf.net>
684 Remove 'tests/examples/xerror/Makefile' from output files again.
686 2007-02-13 Stefan Kost <ensonic@users.sf.net>
689 * docs/plugins/Makefile.am:
690 Also crossref against gst-plugins-base-libs.
692 2007-02-12 Stefan Kost <ensonic@users.sf.net>
695 * docs/libs/Makefile.am:
696 * docs/plugins/Makefile.am:
697 Add crossreferences to glib/gobject/gstream docs.
699 * gst-libs/gst/audio/audio.h:
702 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
703 Add own debug category.
705 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
707 Patch by: René Stadler <mail at renestadler de>
709 * gst-libs/gst/tag/gstvorbistag.c:
710 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
713 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
715 * gst/playback/gstplaybasebin.c: (setup_source):
716 When we have external subtitles and wait for the subtitle decodebin
717 to get up and running, we set up a (sync) bus handler for the
718 subtitle decodebin, so we can stop waiting when it posts an error
719 message. However, we should do that before we set the subtitle
720 decodebin's state to playing, otherwise things are racy and we might
721 miss error messages posted before we had a chance to set up the bus.
722 This should finally fix totem hanging on .txt pseudo-subtitle files.
724 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
726 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
727 Use gst_gdouble_to_guint64 for conversions.
728 * win32/common/config.h.in:
729 Add a define for GST_INSTALL_PLUGINS_HELPER
730 * win32/common/libgstaudio.def:
731 * win32/common/libgstcdda.def:
732 * win32/common/libgstnetbuffer.def:
733 * win32/common/libgstrtp.def:
734 * win32/common/libgutils.def:
735 Add new exported functions.
736 * win32/vs6/gst_plugins_base.dsw:
737 * win32/vs6/libgstdecodebin.dsp:
738 * win32/vs6/libgstnetbuffer.dsp:
739 * win32/vs6/libgstplaybin.dsp:
740 * win32/vs6/libgstrtp.dsp:
741 * win32/vs6/libgstvorbis.dsp:
742 * win32/vs6/libgstcdda.dsp:
743 * win32/vs6/libgstgdp.dsp:
744 * win32/vs6/libgstutils.dsp:
745 Update and add new project files.
747 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
749 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
750 (subrip_remove_unhandled_tags), (parse_subrip):
751 For SubRip (.srt) subtitles, ignore all markup tags we don't
752 handle (like font tags, for example).
754 * tests/check/elements/subparse.c:
757 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
759 * gst/playback/gstdecodebin.c: (add_fakesink),
760 (gst_decode_bin_change_state):
761 * gst/playback/gstdecodebin2.c: (add_fakesink),
762 (gst_decode_bin_change_state):
763 Don't error out if there is no fakesink in the NULL to READY state
764 change, since when decodebin is re-used, we're only adding the
765 fakesink element in READY to PAUSED.
767 * tests/check/elements/decodebin.c:
768 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
770 Minimal unit test to make sure we can use the same decodebin
771 instance twice (at least with audiotestsrc input).
773 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
775 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
776 Try to get devic-name from device string first, and from handle only
777 as fallback (seems to yield better results and is more robust
778 against buggy probing code on the application side).
780 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
782 Based on patch by: Julien Puydt <julien.puydt at laposte net>
784 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
785 (gst_alsa_find_device_name):
786 * ext/alsa/gstalsa.h:
787 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
788 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
789 Improve device-name detection a bit, especially in the case where
790 the device is not actually open (#405020, #405024). Move common code
791 into gstalsa.c instead of duplicating it.
793 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
795 * gst/audioconvert/gstaudioconvert.c:
796 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
798 2007-02-06 Julien MOUTTE <julien@moutte.net>
800 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
801 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
802 (gst_xvimagesink_interface_supported),
803 (gst_xvimagesink_probe_get_properties),
804 (gst_xvimagesink_probe_probe_property),
805 (gst_xvimagesink_probe_needs_probe),
806 (gst_xvimagesink_probe_get_values),
807 (gst_xvimagesink_property_probe_interface_init),
808 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
809 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
810 (gst_xvimagesink_get_type):
811 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
812 for XVAdaptors so that one can choose the adaptor to use with
813 gstreamer-properties.
815 2007-02-06 Stefan Kost <ensonic@users.sf.net>
817 * gst/audioconvert/gstaudioconvert.c:
818 Also mention that a conversion from double to float is suboptimal still.
820 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
822 * gst-libs/gst/audio/gstaudiofilter.c:
823 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
824 Clear our formats structure and free the caps contained in it when
827 2007-02-05 Andy Wingo <wingo@pobox.com>
829 * gst-libs/gst/audio/gstbaseaudiosink.c
830 (gst_base_audio_sink_callback): Update basesink->offset so that we
831 pull monotonically increasing offsets instead of, um, seeking back
832 to 0 each time. Fixes alsasrc ! alsasink!
834 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
836 * gst/videoscale/gstvideoscale.c:
837 A width and height of 1 makes us crash, so increase minimum size to
838 2x2 pixels until someone feels like fixing this (#404512).
840 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
842 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
843 Add small test to make sure request pads are cleaned up properly
844 even if oggmux never changes state out of NULL.
846 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
848 * tests/check/libs/utils.c: (GST_START_TEST):
849 Fix unit test. Turns out things work much better when you
850 NULL-terminate string arrays. Should make p5 build bot happy again.
852 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
854 * gst-libs/gst/audio/Makefile.am:
855 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
856 (gst_audio_filter_template_base_init),
857 (gst_audio_filter_template_class_init),
858 (gst_audio_filter_template_init),
859 (gst_audio_filter_template_set_property),
860 (gst_audio_filter_template_get_property),
861 (gst_audio_filter_template_setup),
862 (gst_audio_filter_template_filter),
863 (gst_audio_filter_template_filter_inplace), (plugin_init):
864 Oops, forgot to commit fixed-up example.
866 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
868 * docs/libs/gst-plugins-base-libs-sections.txt:
869 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
870 (gst_audio_filter_class_init), (gst_audio_filter_init),
871 (gst_audio_filter_set_caps),
872 (gst_audio_filter_class_add_pad_templates):
873 * gst-libs/gst/audio/gstaudiofilter.h:
874 Port GstAudioFilter to 0.10. This change technically breaks
875 API and ABI (and thus also every library developer's heart),
876 but seems justifiable on the grounds that the base class was
877 completely unusable before (ie. would crash immediately when
878 actually used). Fixes #403963 (and eventually also #403572).
879 Also document all of this a bit.
881 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
883 * gst-libs/gst/utils/install-plugins.c:
884 (gst_install_plugins_spawn_child):
885 * tests/check/libs/utils.c:
886 (test_base_utils_install_plugins_do_callout):
887 Lowering log level to see why things fail on the p5 build bot;
888 fix some typos in unit test messages.
890 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
892 * tests/check/libs/utils.c:
893 (test_base_utils_install_plugins_do_callout):
894 Don't hard-code temp directory for test helper; use GLib functions
895 to write out file and do error checking etc.
897 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
899 * gst-libs/gst/utils/Makefile.am:
900 * gst-libs/gst/utils/base-utils.h:
901 * gst-libs/gst/utils/install-plugins.c:
902 (gst_install_plugins_context_set_xid),
903 (gst_install_plugins_context_new),
904 (gst_install_plugins_context_free),
905 (gst_install_plugins_get_helper),
906 (gst_install_plugins_spawn_child),
907 (gst_install_plugins_return_from_status),
908 (gst_install_plugins_installer_exited),
909 (gst_install_plugins_async), (gst_install_plugins_sync),
910 (gst_install_plugins_return_get_name),
911 (gst_install_plugins_installation_in_progress):
912 * gst-libs/gst/utils/install-plugins.h:
913 API: add API for applications to initiate installation of missing
914 plugins, ie. gst_install_plugins_async() primarily.
915 Based on libgimme-codec by Ryan Lortie.
918 Add --with-install-plugins-helper configure option so distros can specify
919 the path of the helper script or program to call when plugin installation
920 is requested (distros: please do any argument munging in this helper
921 script instead of patching GStreamer to pass arguments differently
922 to another program directly).
924 * docs/libs/gst-plugins-base-libs-docs.sgml:
925 * docs/libs/gst-plugins-base-libs-sections.txt:
926 Build and document new API.
928 * tests/check/libs/utils.c: (result_cb),
929 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
930 (libgstbaseutils_suite):
931 Some simple checks for the new API.
933 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
935 * tests/check/elements/audioconvert.c: (test_float_conversion):
936 Add small test for 32bit float <=> 64bit float conversion (works
937 only one way so far, 32=>64 produces structured noise).
939 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
941 * gst/audioconvert/gstaudioconvert.c:
942 (set_structure_widths_32_and_64), (make_lossless_changes):
943 We don't support floats with a width of 40, 48 or 56 bits.
945 2007-02-02 Stefan Kost <ensonic@users.sf.net>
947 * gst/audioconvert/audioconvert.c: (float), (double),
948 (audio_convert_get_func_index):
949 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
950 (make_lossless_changes):
951 Support for 64-bit float audio in audioconvert (#339837)
953 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
955 Patch by: Holger Wansing <linux wansing-online de>
959 Add German translation (#352069).
961 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
963 reviewed by: Wim Taymans <wim@fluendo.com>
965 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
966 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
967 Use newly added GstCollectPads API to free the allocated resources in
968 the GstOggPad structures (#402393).
970 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
972 * gst/playback/gstplaybin.c: (gen_vis_element):
973 Add audioresample+audioconvert in front of the visualisation
974 element, so that elements like libvisual 0.4 that don't support all
975 samplerates can work.
979 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
981 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
982 (gst_play_base_bin_get_streaminfo_value_array):
983 Take some locks and make a copy of the streaminfo value array we
984 maintain while holding the lock, so that the application can
985 retrieve the stream-info as a value array in a thread-safe way.
987 2007-01-30 Wim Taymans <wim@fluendo.com>
989 * gst/audioconvert/gstaudioconvert.c:
990 Don't fail on 0 sized buffers. Fixes #396835.
992 2007-01-29 David Schleef <ds@schleef.org>
994 * gst/typefind/gsttypefindfunctions.c:
995 Detect BBCD as video/x-dirac, so we can play raw dirac
998 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
1000 * ext/theora/theoraenc.c: (theora_enc_chain):
1001 Check return value of theora_encode_header(), or we might try to
1002 allocate a random number of bytes. theora_encode_header() can fail
1003 if libtheora has been compiled with encoding support disabled.
1006 2007-01-29 Wim Taymans <wim@fluendo.com>
1008 * tests/check/gst/.cvsignore:
1009 Do as buildbot says.
1011 2007-01-29 Wim Taymans <wim@fluendo.com>
1013 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
1014 Fix strides in libvisual. Gst uses X strides.
1015 Inspired by: <ed at catmur dot co dot uk> and
1016 <tim at centricular dot net>
1019 2007-01-27 Wim Taymans <wim@fluendo.com>
1021 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1022 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
1023 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
1024 (gst_ogg_demux_perform_seek),
1025 (gst_ogg_demux_bisect_forward_serialno),
1026 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1027 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
1028 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
1029 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
1030 * ext/ogg/gstoggdemux.h:
1031 Properly propagate streaming errors when we are scanning the file for
1032 chains so that we don't crash when shut down. Might fix some crashers
1033 when quickly switching oggs in RB such as #332503 and #378436.
1035 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
1037 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1038 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1041 2007-01-25 Wim Taymans <wim@fluendo.com>
1043 * gst/playback/gstplaybasebin.c: (remove_source):
1044 Don't try to disconnect a signal from a finalized object.
1046 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1048 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1049 Cast lock macro parameters to make sure we're actually accessing the
1050 lock member at the right class level. Free list itself in _dispose()
1051 as well and NULL it in case dispose gets called multiple times.
1053 2007-01-25 Edward Hervey <edward@fluendo.com>
1055 * gst/playback/gstdecodebin2.c:
1056 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1057 Free GstDecodeGroups no longer used.
1058 (gst_decode_group_expose):
1059 Don't unlock too many times !
1060 (deactivate_free_recursive):
1061 Free iterator once we're done with it.
1062 Fix for recursively deactivating elements (stop at ghostpads).
1064 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1066 * gst/playback/gstplaybin.c: (handoff):
1067 Fix up caps on the frame buffer before we save it and potentially
1068 make it accessible to other threads via g_object_get; also use
1069 gst_buffer_replace() instead of gst_mini_object_replace().
1071 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1073 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1074 Make getting the current frame thread-safe.
1076 2007-01-25 Edward Hervey <edward@fluendo.com>
1078 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1079 (gst_decode_group_new), (gst_decode_group_free):
1080 Set queues to bigger sizes to cope with HD contents.
1081 Fix some mutex freeing and add comment about MT safe methods.
1083 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
1085 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1086 (gst_text_overlay_text_event):
1087 Don't unnecessarily ref (and then leak) upstream events if the text
1088 pad is not linked. Fixes #399948.
1090 * tests/check/gst-plugins-base.supp:
1091 Add suppression for pango on edgy/x86 for textoverlay test.
1093 2007-01-24 Wim Taymans <wim@fluendo.com>
1095 * gst-libs/gst/rtp/gstrtpbuffer.h:
1096 Add some more fixed payloads.
1098 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
1100 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1101 Error out properly if we get an error from libogg while reading the
1102 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1104 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
1106 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1109 * tests/check/elements/playbin.c:
1110 (test_sink_usage_video_only_stream),
1111 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1112 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1113 (test_missing_suburisource_handler),
1114 (test_missing_primary_decoder), (playbin_suite):
1115 Run all tests once with decodebin and once with decodebin2.
1116 One test does not pass yet with decodebin2.
1118 2007-01-23 Edward Hervey <edward@fluendo.com>
1120 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1121 Fix the cases where oggmux doesn't properly figure out that all
1122 sinkpads have gone EOS, and therefore doesn't push out the remaining
1123 buffers and the final EOS event.
1126 2007-01-23 Julien MOUTTE <julien@moutte.net>
1128 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1129 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1130 Don't lock on navigation event push, just on keysym to string.
1131 Fixes #397673 again.
1133 2007-01-22 Edward Hervey <edward@fluendo.com>
1135 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1136 (get_current_group), (group_demuxer_event_probe),
1137 (gst_decode_group_expose), (deactivate_free_recursive),
1138 (gst_decode_group_free):
1140 Don't forget to emit 'no-more-pads' once a group is exposed.
1141 Cleanup elements from a DecodeGroup once we remove it.
1142 Protect call to gst_decode_group_expose() with the decodebin lock.
1144 2007-01-22 Julien MOUTTE <julien@moutte.net>
1146 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1147 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1148 Looking at Xorg code i can't figure out if that XKeysymToString
1149 function is thread sensible or not. Lock it just in case as
1150 recommended by Radek Doulik <rodo at ximian dot com>.
1152 2007-01-22 Julien MOUTTE <julien@moutte.net>
1154 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1155 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1156 Lock that X Call as well. Fixes #397673.
1158 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1160 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1161 Don't go into an endless loop if the file starts with 00 00 01 2X,
1162 like quicktime redirect files might. Fixes #396042.
1164 * tests/check/Makefile.am:
1165 * tests/check/gst/.cvsignore:
1166 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1167 (typefindfunctions_suite):
1168 Add unit test for the above.
1170 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1172 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1173 On second thought, use "depth" field rather than "bpp" field.
1175 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1177 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1178 Camtasia caps apparently need a bpp field (#398875).
1180 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1182 * gst/playback/gstplaybasebin.c: (setup_subtitle),
1183 (gen_source_element), (gst_play_base_bin_change_state):
1184 Attempt at a better error message in case we don't have the required
1185 URI handler installed; post missing-plugin message also when we're
1186 missing an URI handler for the subtitle URI; clean up properly also
1187 when an error occurs and we never made it to PAUSED state.
1189 * tests/check/elements/playbin.c: (GST_START_TEST),
1191 Check that we're also getting a missing-plugin messsage for a
1192 missing subtitle URI handler (and clean up properly).
1194 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1196 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1197 Plug a few reference leaks.
1199 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1201 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1202 Lower probability a bit if the marker isn't right at the start,
1203 to decrease the chance of false positives.
1205 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1207 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1208 Small mpeg2 system stream typefinding improvement: make typefinder
1209 probe a bit into the stream instead of just looking for a marker
1210 at the beginning. Fixes #397810.
1212 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
1214 * gst/audioconvert/gstchannelmix.c:
1215 Remove compatibility cruft for prehistoric GLib versions.
1217 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
1219 * gst/playback/Makefile.am:
1220 * gst/playback/gstdecodebin.c: (close_pad_link):
1221 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1222 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1223 (gst_play_base_bin_handle_message_func), (unknown_type):
1224 Let decodebin be the element to post missing-plugin messages for
1225 missing decoders (rather than playbin); make playbin implement
1226 GstBin::handle_message so we can suppress missing-plugin messages
1227 for types we're not handling on purpose (don't want to bring up an
1228 installer in those cases).
1230 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
1232 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1233 * gst-libs/gst/tag/gstvorbistag.c:
1234 (gst_tag_list_to_vorbiscomment_buffer):
1235 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1236 Fix potentially unaligned access (#397207).
1238 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1240 * tests/examples/seek/seek.c: (set_scale), (update_scale),
1241 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1242 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1244 Allow to toggle looping while it plays. Fix callback prototype. Clean
1245 up code a bit more. Add copyright header.
1247 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1249 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1250 Red and blue mask was swapped (spotted by Dan Williams).
1252 2007-01-15 Stefan Kost <ensonic@users.sf.net>
1254 * gst-libs/gst/tag/gstid3tag.c:
1255 * gst-libs/gst/tag/gstvorbistag.c:
1256 Use new beats-per-minute tag from core.
1258 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
1261 Add new files with translatable strings, so they actually make it
1262 into the template file one day.
1264 2007-01-12 Andy Wingo <wingo@pobox.com>
1266 * gst-libs/gst/audio/gstbaseaudiosink.c
1267 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1268 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1269 stuff, as the base class handles this now. Actually tell the ring
1271 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1272 How did this work before? Maybe I'm not as awesome a programmer as
1275 * gst-libs/gst/audio/gstbaseaudiosrc.c
1276 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1279 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1281 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1282 Remove more fields so that the application can better blacklist
1283 formats that have been tried before.
1285 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1287 * gst-libs/gst/audio/mixerutils.h:
1288 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1289 used when compiling with c++ compilers as well.
1291 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1293 * gst/typefind/gsttypefindfunctions.c:
1296 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
1298 * gst/playback/gstplaybin.c: (post_missing_element_message),
1299 (gen_video_element), (gen_text_element), (gen_audio_element),
1301 Post missing-plugin messages also when we error out because
1302 converters, textoverlay or auto*sinks are missing (#161922).
1304 2007-01-10 Wim Taymans <wim@fluendo.com>
1306 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1307 (is_demuxer_element), (new_caps):
1308 * gst/playback/gstplaybasebin.c: (source_new_pad):
1309 Fix the case where we try to ref a NULL element when we delay a link
1310 because of unfixed caps.
1311 Set the state of autoplugged decodebins to PAUSED.
1312 RTSP now works in playbin, we can remove it from the blacklist.
1314 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1316 * gst/playback/Makefile.am:
1317 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1318 (unknown_type), (setup_subtitle), (gen_source_element):
1319 * gst/playback/gstplaybin.c: (plugin_init):
1320 Post missing-plugin messages on the bus for missing sources and
1321 missing decoders/demuxers/depayloaders; fix error code used when
1322 we're missing an URI handler source; for media types that we are not
1323 handling on purpose at the moment, don't print "don't know how to
1324 handle xyz" messages to the terminal or post missing-plugin
1325 messages on the bus.
1327 * tests/check/elements/playbin.c: (create_playbin),
1328 (GST_START_TEST), (gst_codec_src_uri_get_type),
1329 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1330 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1331 (gst_codec_src_init_type), (gst_codec_src_base_init),
1332 (gst_codec_src_create), (gst_codec_src_class_init),
1333 (gst_codec_src_init), (plugin_init), (playbin_suite):
1334 Add some tests for the missing-plugin stuff.
1336 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1339 * gst-libs/gst/Makefile.am:
1340 * gst-libs/gst/utils/Makefile.am:
1341 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1342 * gst-libs/gst/utils/base-utils.h:
1343 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1344 (find_format_info), (caps_are_rtp_caps),
1345 (gst_base_utils_get_source_description),
1346 (gst_base_utils_get_sink_description),
1347 (gst_base_utils_get_decoder_description),
1348 (gst_base_utils_get_encoder_description),
1349 (gst_base_utils_get_element_description),
1350 (gst_base_utils_add_codec_description_to_tag_list),
1351 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1352 * gst-libs/gst/utils/descriptions.h:
1353 * gst-libs/gst/utils/missing-plugins.c:
1354 (missing_structure_get_type), (copy_and_clean_caps),
1355 (gst_missing_uri_source_message_new),
1356 (gst_missing_uri_sink_message_new),
1357 (gst_missing_element_message_new),
1358 (gst_missing_decoder_message_new),
1359 (gst_missing_encoder_message_new),
1360 (missing_structure_get_string_detail),
1361 (missing_structure_get_caps_detail),
1362 (gst_missing_plugin_message_get_installer_detail),
1363 (gst_missing_plugin_message_get_description),
1364 (gst_is_missing_plugin_message):
1365 * gst-libs/gst/utils/missing-plugins.h:
1366 API: add new libgstbaseutils library with functions
1367 - to create and parse missing-plugins messages
1368 - that provide (translated) descriptions for caps/decoders/sources/etc.
1371 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1372 * pkgconfig/gstreamer-plugins-base.pc.in:
1375 * docs/libs/gst-plugins-base-libs-docs.sgml:
1376 * docs/libs/gst-plugins-base-libs-sections.txt:
1377 Generate docs for new lib and API.
1379 * tests/check/Makefile.am:
1380 * tests/check/libs/.cvsignore:
1381 * tests/check/libs/utils.c: (missing_msg_check_getters),
1382 (GST_START_TEST), (libgstbaseutils_suite):
1383 Add some basic unit tests.
1385 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1387 * ext/ogg/Makefile.am:
1388 Dist gstoggdemux.h to fix 'make distcheck'.
1390 * sys/v4l/Makefile.am:
1391 Fix 'make distcheck' even more.
1393 2007-01-09 Wim Taymans <wim@fluendo.com>
1395 * docs/plugins/Makefile.am:
1396 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1397 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1398 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1399 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1400 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1401 (gst_ogg_demux_perform_seek):
1402 * ext/ogg/gstoggdemux.h:
1404 Add some more comments.
1407 2007-01-09 Wim Taymans <wim@fluendo.com>
1409 * ext/theora/theoradec.c:
1410 * ext/vorbis/vorbisdec.c:
1411 * gst-libs/gst/audio/gstringbuffer.c:
1412 (gst_ring_buffer_commit_full):
1413 * gst-libs/gst/audio/gstringbuffer.h:
1414 * gst-libs/gst/rtp/gstrtpbuffer.c:
1415 * gst-libs/gst/tag/gstvorbistag.c:
1416 Small documentation updates/fixes
1418 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1421 Require core CVS HEAD for Andy's basesrc/sink API additions.
1423 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1425 Patch by: Günter Thelen <daedalus dot inc at gmx net>
1427 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1429 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1430 on flac.sf.net (there appear to be other versions of the first
1431 ogg page in the wild) (#391365).
1433 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1436 Check if localtime_r() is available.
1438 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1439 If localtime_r() is not available, fall back to localtime(). Should
1440 fix build on MingW (#393310).
1442 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1444 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1445 * gst/subparse/gstsubparse.h:
1446 Remove spurious 1000 subtrahend when calculating the timestamp from
1447 the frame number and the frame rate . Also, use the frames/second
1448 value specified in the first line of the file, if one is specified
1449 there. Should fix #357503.
1451 * tests/check/elements/subparse.c: (do_test),
1452 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1454 Add some basic unit tests for the microdvd subtitle format.
1456 2007-01-07 Julien MOUTTE <julien@moutte.net>
1458 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1459 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1460 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1461 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1462 (gst_xvimagesink_set_xwindow_id),
1463 (gst_xvimagesink_set_event_handling),
1464 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1465 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1466 Patch by : Young-Ho Cha <ganadist at chollian dot net>
1468 Add an adaptor property to select a specific XV adaptor.
1469 * sys/xvimage/xvimagesink.h:
1471 2007-01-07 Julien MOUTTE <julien@moutte.net>
1473 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1474 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1475 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1476 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1477 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1478 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1479 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1480 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1481 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1482 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1483 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1484 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1485 Use flow_lock much more to protect every access to xwindow.
1486 Try to catch erros while creating images in case some drivers are
1487 just generating an XError when the requested image is too big.
1488 Should fix : #354698, #384008, #384060.
1489 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1490 Implement some stress testing of setting window xid.
1492 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
1494 * win32/common/libgsaudio.def:
1495 Add new exported function.
1496 * win32/common/libgstogg.dsp:
1497 Add gstoggaviparse.c to the build.
1498 * win32/common/libgstvideoscale.dsp:
1499 Add vs_4tap.c to the build.
1500 * win32/common/libgstvorbis.dsp:
1501 Add vorbistag.c to the build.
1503 2007-01-06 Andy Wingo <wingo@pobox.com>
1505 * gst-libs/gst/audio/gstbaseaudiosink.c
1506 (gst_base_audio_sink_class_init)
1507 (gst_base_audio_sink_init):
1508 (gst_base_audio_sink_activate_pull): Add an activate_pull function
1509 to baseaudiosink, and tell basesink that we can work in pull mode.
1510 This way the ring buffer thread drives the pipeline directly, if
1511 pull mode is possible. There is some lingering nastiness regarding
1513 (gst_base_audio_sink_callback): Implement the callback to pull
1514 data. This interface is a bit light, though -- it should get a
1515 GstFlowReturn return value at least.
1517 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1519 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1520 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1521 * gst/playback/gstdecodebin2.c:
1522 (gst_decode_group_check_if_blocked):
1523 Printf format and missing argument fixes.
1525 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
1527 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1528 (gst_ogm_parse_change_state):
1529 Activate pads before adding them to the element.
1531 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1533 * tests/examples/seek/scrubby.c: (main):
1534 * tests/examples/seek/seek.c: (main):
1535 Call g_thread_init() first thing in main() (see #391278).
1537 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1539 * tests/check/Makefile.am:
1540 * tests/check/libs/.cvsignore:
1541 * tests/check/libs/netbuffer.c: (GST_START_TEST),
1543 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1544 for the time being, since it's broken, see #393099.
1546 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1548 * tests/check/Makefile.am:
1549 Update to use GST_PLUGINS_BASE_CFLAGS as well.
1551 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
1554 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1555 so that GST_BASE_CFLAGS can go inbetween them, making sure
1556 we use uninstalled gst-libs headers
1557 * docs/libs/Makefile.am:
1558 * ext/alsa/Makefile.am:
1559 * ext/cdparanoia/Makefile.am:
1560 * ext/gnomevfs/Makefile.am:
1561 * ext/libvisual/Makefile.am:
1562 * ext/ogg/Makefile.am:
1563 * ext/theora/Makefile.am:
1564 * ext/vorbis/Makefile.am:
1565 * gst-libs/gst/audio/Makefile.am:
1566 * gst-libs/gst/cdda/Makefile.am:
1567 * gst-libs/gst/interfaces/Makefile.am:
1568 * gst-libs/gst/riff/Makefile.am:
1569 * gst-libs/gst/rtp/Makefile.am:
1570 * gst-libs/gst/tag/Makefile.am:
1571 * gst/adder/Makefile.am:
1572 * gst/audioconvert/Makefile.am:
1573 * gst/audiorate/Makefile.am:
1574 * gst/audioresample/Makefile.am:
1575 * gst/playback/Makefile.am:
1576 * gst/tcp/Makefile.am:
1577 * gst/videoscale/Makefile.am:
1578 * gst/volume/Makefile.am:
1579 * sys/ximage/Makefile.am:
1580 * sys/xvimage/Makefile.am:
1581 * tests/icles/Makefile.am:
1584 2007-01-04 Julien MOUTTE <julien@moutte.net>
1586 * gst-libs/gst/interfaces/xoverlay.c:
1587 (gst_x_overlay_handle_events):
1588 * gst-libs/gst/interfaces/xoverlay.h:
1589 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1590 (gst_ximagesink_set_xwindow_id),
1591 (gst_ximagesink_set_event_handling),
1592 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1593 (gst_ximagesink_get_property), (gst_ximagesink_init),
1594 (gst_ximagesink_class_init):
1595 * sys/ximage/ximagesink.h:
1596 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1597 (gst_xvimagesink_set_xwindow_id),
1598 (gst_xvimagesink_set_event_handling),
1599 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1600 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1601 (gst_xvimagesink_class_init):
1602 * sys/xvimage/xvimagesink.h:
1603 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1604 Add a method to the XOverlay interface to allow disabling of
1605 event handling in x[v]imagesink elements. This will let X events
1606 propagate to parent windows which can be usefull in some cases.
1607 Be carefull that the application is then responsible of pushing
1608 navigation events and expose events to the video sink.
1611 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
1613 * gst-libs/gst/tag/gstvorbistag.c:
1614 * tests/check/libs/tag.c: (GST_START_TEST):
1615 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1618 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
1622 * docs/design/Makefile.am:
1625 2006-12-27 Julien MOUTTE <julien@moutte.net>
1627 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1628 typo. Fixes: #390063.
1630 2006-12-27 Julien MOUTTE <julien@moutte.net>
1632 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1633 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1635 * win32/common/config.h: Updated.
1637 2006-12-22 Stefan Kost <ensonic@users.sf.net>
1639 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1640 (setup_gdpdepay_streamheader):
1641 * tests/check/elements/gdppay.c: (cleanup_gdppay),
1642 (setup_gdppay_streamheader):
1643 Fix the dp tests, but activating the pads for the streamheader tests
1644 too and cleaning up conditionaly
1646 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
1648 * gst/ffmpegcolorspace/avcodec.h:
1649 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1650 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1651 (gst_ffmpegcsp_avpicture_fill):
1652 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1653 (img_get_alpha_info):
1654 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1655 other end of the word. Fixes: #387073.
1657 Add some inconsequential branch hints in a couple of places.
1659 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
1661 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1662 (gst_ffmpeg_caps_to_smpfmt):
1663 The "signed" field in raw audio caps is of boolean type, trying to
1664 extract the value with _get_int() will fail (fix to keep in sync with
1665 the copy in gst-ffmpeg)
1667 2006-12-21 Stefan Kost <ensonic@users.sf.net>
1669 * tests/check/elements/audioresample.c: (cleanup_audioresample):
1670 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1671 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1673 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1674 * tests/check/elements/subparse.c: (teardown_subparse):
1675 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1676 * tests/check/elements/videorate.c: (cleanup_videorate):
1677 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1678 * tests/check/elements/volume.c: (cleanup_volume):
1679 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1680 (cleanup_vorbisdec):
1681 * tests/check/elements/vorbistag.c: (setup_vorbistag),
1682 (cleanup_vorbistag):
1683 consistent pad (de)activation
1685 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1687 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1688 Forgot to register the extensions.
1690 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1692 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1694 Add typefinder for VIVO files (my christmas present to the 90s).
1696 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1698 * gst/playback/gstdecodebin.c: (type_found):
1699 Special-case the text/plain media type: we only want to recognise it
1700 as a 'raw' decoded media type if it comes from a demuxer or subtitle
1701 parser, but not if the entire stream is of text/plain type. If the
1702 entire stream is text/plain, we should just error out.
1704 This fixes playback of audio files with lyrics in totem. Totem can't
1705 distinguish between text files and subtitle files and passes any
1706 .txt file with the same basename as the main file to playbin as
1707 suburi, and playbin will then throw a 'subtitle found, but no video
1708 stream' error, which isn't entirely helpful. See #380342.
1710 Also, with this change we'll show a slightly more correct error
1711 message in case totem passes a playlist file to us (although a
1712 custom error message wording instead of the default text would
1713 probably not be a bad idea either).
1715 Same problem also needs to be fixed for playbin+decodebin2.
1717 * tests/check/Makefile.am:
1718 * tests/check/elements/decodebin.c: (src_handoff_cb),
1719 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1721 Add simple unit test for decodebin for the above.
1723 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1725 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1726 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1727 Refuse to change state to READY when we failed to create any of the
1728 required elements in our instance init function.
1730 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
1732 * docs/libs/gst-plugins-base-libs-sections.txt:
1733 Small docs fixes/updates.
1735 * gst-libs/gst/video/gstvideosink.h:
1736 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1737 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1738 removed from the base sink API between 0.9.6 and 0.9.7).
1739 API: add GST_VIDEO_SINK_CAST and use it for the height/width
1740 accessor macros, so we don't do a runtime GObject type check every
1743 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
1746 * gst-plugins-base.doap:
1747 * gst-plugins-base.spec.in:
1750 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
1752 Patch by: Jens Granseuer <jensgr at gmx net>
1754 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1755 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1756 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1757 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1758 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1759 Declare variables at the beginning of a block. Fixes #383195.
1761 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
1764 Bump version nano - back to CVS.
1767 === release 0.10.11 ===
1769 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
1772 releasing 0.10.11, "Dumb things"
1774 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
1776 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1777 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1778 Handle the case where an element has multiple pads with
1779 unfixed caps as well as still possibly producing more dynamic
1780 pads by storing each case as a distinct entry in the dynamic list.
1783 2006-12-04 Wim Taymans <wim@fluendo.com>
1785 * gst/playback/gstdecodebin.c: (close_pad_link):
1786 Fix #382223, add more dynamic caps handling.
1788 2006-12-04 Wim Taymans <wim@fluendo.com>
1790 reviewed by: <delete if not using a buddy>
1792 * gst-libs/gst/audio/gstringbuffer.h:
1793 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1794 (gst_netaddress_set_ip4_interface),
1795 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1796 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1797 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1798 (gst_netaddress_get_ttl):
1799 * gst-libs/gst/netbuffer/gstnetbuffer.h:
1800 * gst/playback/gstdecodebin.c: (close_pad_link):
1801 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1802 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1803 * win32/common/config.h:
1805 2006-12-01 Michael Smith <msmith@fluendo.com>
1807 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1808 Delete bad debug code.
1811 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
1813 * gst/videoscale/vs_4tap.c:
1815 * win32/common/config.h:
1816 * win32/vs8/libgstvideoscale.vcproj:
1817 Fix compilation on win32 under VS8
1818 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1819 Partially fixes #381175
1821 2006-11-30 Michael Smith <msmith@fluendo.com>
1823 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1825 It would be very bad if, after a discont buffer, we thought every
1826 single following buffer was also discont. So, add to the test to
1827 ensure that this isn't the case.
1829 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1830 ... it was the case. So fix it.
1832 2006-11-28 Wim Taymans <wim@fluendo.com>
1834 * gst/playback/gstplaybasebin.c: (check_queue_event):
1837 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1838 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1839 padtemplate caps. Refixes #357577.
1841 2006-11-28 Wim Taymans <wim@fluendo.com>
1843 * gst/playback/gstplaybasebin.c: (check_queue_event),
1844 (queue_threshold_reached), (queue_out_of_data),
1845 (gen_preroll_element):
1846 Add event probe to see when EOS is in a queue and we can disable the
1847 underrun signals. Fixes #357577.
1849 2006-11-28 Edward Hervey <edward@fluendo.com>
1851 * gst/playback/Makefile.am:
1852 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1853 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1854 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1855 (gst_decode_bin_init), (gst_decode_bin_dispose),
1856 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1857 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1858 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1859 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1860 (connect_element), (expose_pad), (type_found),
1861 (pad_added_group_cb), (pad_removed_group_cb),
1862 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1863 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1864 (are_raw_caps), (multi_queue_overrun_cb),
1865 (multi_queue_underrun_cb), (gst_decode_group_new),
1866 (get_current_group), (group_demuxer_event_probe),
1867 (gst_decode_group_control_demuxer_pad),
1868 (gst_decode_group_control_source_pad),
1869 (gst_decode_group_check_if_blocked),
1870 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1871 (gst_decode_group_hide), (gst_decode_group_free),
1872 (gst_decode_group_set_complete), (source_pad_blocked_cb),
1873 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1874 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1876 New decodebin2 element.
1878 * gst/playback/gstplay-marshal.list:
1879 Added marshallers for new signals in decodebin2
1880 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1881 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1884 2006-11-28 Wim Taymans <wim@fluendo.com>
1886 * gst/playback/gstplaybasebin.c: (setup_source),
1887 (gst_play_base_bin_change_state):
1888 Disable rtsp:// uris for the release, it's not good enough yet.
1891 2006-11-26 Wim Taymans <wim@fluendo.com>
1893 * ext/theora/theoradec.c: (gst_theora_dec_reset),
1894 (theora_dec_push_forward), (theora_dec_push_reverse),
1895 (theora_handle_data_packet), (theora_dec_decode_buffer),
1896 (theora_dec_flush_decode), (theora_dec_chain_reverse),
1897 (theora_dec_chain_forward), (theora_dec_chain):
1898 Implement reverse playback.
1900 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1901 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1902 (vorbis_dec_chain_forward):
1903 Clear buffers used for reverse playback in _reset.
1904 No need to set the eos flag, we clip samples using the segment.
1906 2006-11-24 Wim Taymans <wim@fluendo.com>
1908 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1909 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1910 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1911 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1913 Handle continued pages in reverse mode.
1915 2006-11-24 Wim Taymans <wim@fluendo.com>
1917 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1918 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1919 (vorbis_dec_flush_decode):
1921 Don't try to add invalid timestamps.
1922 Clipping will unref the buffer.
1924 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1926 * gst/adder/gstadder.h:
1927 * gst/audiotestsrc/gstaudiotestsrc.h:
1928 remove obsolete _factory_init protos
1930 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1932 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1933 Fix spacing in debug message.
1935 2006-11-23 Wim Taymans <wim@fluendo.com>
1937 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1938 (gst_ogg_demux_chain):
1939 Don't just ignore return values from _pad_push().
1940 Small debug improvements.
1942 2006-11-23 Michael Smith <msmith@fluendo.com>
1944 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1945 If our incoming buffer is marked as DISCONT, then increment the page
1946 number (so that the discontinuity is marked in the final ogg
1947 bitstream) and flush the previous page.
1949 2006-11-22 Michael Smith <msmith@fluendo.com>
1951 * ext/theora/gsttheoraenc.h:
1952 * ext/theora/theoraenc.c: (gst_theora_enc_init),
1953 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1954 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1955 (theora_enc_chain), (theora_enc_change_state):
1956 Mark discontinuities of > 3/4 of a frame, reinit encoder.
1958 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1959 (GST_START_TEST), (theoraenc_suite):
1960 Enable discontinuity test, fix it.
1962 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1964 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1965 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1966 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1967 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1968 (gst_text_overlay_change_state):
1969 * ext/pango/gsttextoverlay.h:
1970 Some textoverlay fixes: for one, in the video chain function,
1971 actually wait for a text buffer to come in if there is none at the
1972 moment and there should be one; also, deal more gracefully with
1973 incoming buffers that do not have a timestamp or duration; discard
1974 text buffer when not needed any longer. Fixes #341681.
1976 * tests/check/Makefile.am:
1977 * tests/check/elements/.cvsignore:
1978 * tests/check/elements/textoverlay.c:
1979 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1980 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1981 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1982 (test_video_waits_for_text_send_text_newsegment_thread),
1983 (test_video_waits_for_text_shutdown_element),
1984 (test_render_continuity_push_video_buffers_thread),
1985 (textoverlay_suite):
1986 Add some unit tests for textoverlay.
1988 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1990 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1991 Avoid integer underflow when the found probability for mp3 is
1992 smaller than the 'penalty' we subtract if there's not a clean
1993 mp3 header sync at offset 0.
1995 2006-11-21 Stefan Kost <ensonic@users.sf.net>
1997 * docs/libs/gst-plugins-base-libs-sections.txt:
1998 Add some new symbols to the docs
2000 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
2002 * tests/check/Makefile.am:
2003 * tests/check/elements/ffmpegcolorspace.c:
2004 (ffmpegcolorspace_suite):
2005 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
2006 (for now not for valgrinding though, since it takes too long).
2008 2006-11-20 Wim Taymans <wim@fluendo.com>
2010 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2011 (gst_ffmpeg_pixfmt_to_caps):
2012 Fix RGBA32 caps. Fixes #357038.
2014 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
2016 * gst-libs/gst/interfaces/mixertrack.h:
2017 Add FIXME so we can add some padding here in 0.11
2019 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
2021 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2022 Fix GstBaseRTPAudioPayload structure so the whole GObject
2023 inheritance business actually works (parent class instance structure
2024 must always come first in the derived class instance structure).
2026 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
2028 * gst/videotestsrc/Makefile.am:
2029 * tests/check/Makefile.am:
2030 Make sure our checks and the videotestsrc plugin link against the
2031 local uninstalled gst libs and not any installed gst libs that
2032 might happen to exist as well.
2034 * tests/check/elements/adder.c: (message_received),
2035 (test_event_message_received), (test_play_twice_message_received):
2036 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2037 Fix compiler warnings when compiling against core with disabled
2040 2006-11-16 Michael Smith <msmith@fluendo.com>
2042 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2043 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2044 Fix audiorate, so that it accurately sets offsets and timestamps.
2045 Doesn't change the fundamental algorithmic decisions; so should be
2048 * tests/check/Makefile.am:
2049 Enable audiorate test now that it passes.
2051 2006-11-09 Stefan Kost <ensonic@users.sf.net>
2053 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2054 clear xv when going to NULL, remove // commented non-existant proto
2056 * tests/examples/seek/seek.c: (main):
2057 add missing tooltip description for scrub and play_scrub
2059 2006-11-14 David Schleef <ds@schleef.org>
2062 Bump liboil requirement to 0.3.8.
2063 * gst-libs/gst/riff/riff-media.c:
2065 * gst/videoscale/vs_image.h:
2066 * gst/videoscale/vs_scanline.h:
2067 Use liboil's stdint.h.
2068 * gst/videotestsrc/videotestsrc.c:
2069 Remove liboil related ifdef's, since they aren't needed now, and
2070 won't work with future versions.
2072 2006-11-14 David Schleef <ds@schleef.org>
2074 * gst/videoscale/Makefile.am:
2075 * gst/videoscale/gstvideoscale.c:
2076 * gst/videoscale/gstvideoscale.h:
2077 * gst/videoscale/vs_4tap.c:
2078 * gst/videoscale/vs_4tap.h:
2079 * gst/videoscale/vs_image.c:
2080 * gst/videoscale/vs_image.h:
2081 * gst/videoscale/vs_scanline.c:
2082 * gst/videoscale/vs_scanline.h:
2083 Add a 4-tap image scaler. Theoretically looks much prettier.
2084 The tap calculation could use some improvement.
2086 2006-11-14 Wim Taymans <wim@fluendo.com>
2088 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2090 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2091 (gst_riff_parse_strf_iavs):
2092 * gst/subparse/gstsubparse.c: (convert_encoding):
2093 * gst/tcp/gstmultifdsink.c:
2094 (gst_multi_fd_sink_handle_client_write):
2095 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2096 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2097 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2098 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2099 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2100 (gst_ximagesink_ximage_new):
2101 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2102 Various gsize and gssize printf fixes. Fixes #372507.
2104 2006-11-13 Wim Taymans <wim@fluendo.com>
2106 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2107 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2108 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2109 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2110 (vorbis_dec_chain_forward), (vorbis_dec_chain):
2111 * ext/vorbis/vorbisdec.h:
2112 First stab at vorbis reverse playback.
2114 2006-11-13 Wim Taymans <wim@fluendo.com>
2116 * gst-libs/gst/audio/gstbaseaudiosink.c:
2117 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2118 * gst-libs/gst/audio/gstbaseaudiosink.h:
2119 Make the clock sync code more accurate wrt resampling and playback
2122 * gst-libs/gst/audio/gstringbuffer.c:
2123 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2124 * gst-libs/gst/audio/gstringbuffer.h:
2125 Use better algorithm to interpolate sample rates.
2127 2006-11-13 Michael Smith <msmith@fluendo.com>
2129 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2130 Improve a debug line slightly.
2132 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2133 Call gst_riff_init() in plugin_init, to avoid getting errors from
2134 the debug system (unrelated changes to another plugin made this turn
2137 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
2139 Patch by: Sergey Scobich <sergery.scobich at gmail com>
2141 * win32/common/libgsttag.def:
2142 Add missing symbol (#366492).
2144 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
2146 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2147 Don't unref a NULL pad.
2149 2006-11-09 Wim Taymans <wim@fluendo.com>
2151 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2152 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2153 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2154 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2155 (gst_ogg_demux_loop):
2156 Implement first stab at reverse playback.
2158 2006-11-07 Stefan Kost <ensonic@users.sf.net>
2160 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2161 (gst_riff_create_video_template_caps):
2162 add h263/h264 variants to the caps, Fixes #363118
2164 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
2166 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2167 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2168 Use g_strerror instead of strerror so we get UTF-8.
2170 2006-11-03 David Schleef <ds@schleef.org>
2172 * ext/ogg/gstoggdemux.c:
2173 * ext/ogg/gstoggmux.c:
2174 Add/remove KW-DIRAC header here, since it is ogg-specific.
2176 2006-11-03 Michael Smith <msmith@fluendo.com>
2178 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2179 Recognise more mpeg4 elementary video streams.
2181 2006-11-02 Edward Hervey <edward@fluendo.com>
2183 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2184 Lower the probability of mp3 typefinding functions if we don't find a
2185 valid mp3 header at the start of the file.
2188 2006-11-02 Wim Taymans <wim@fluendo.com>
2190 * ext/theora/gsttheoradec.h:
2191 * ext/theora/theoradec.c: (gst_theora_dec_init),
2192 (theora_dec_sink_event), (theora_dec_chain_forward),
2193 (theora_dec_flush_decode), (theora_dec_chain_reverse),
2195 Document and partially implement an algorithm for doing reverse playback
2198 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
2200 Patch by: Sergey Scobich <sergey.scobich at gmail com>
2202 * win32/common/config.h:
2203 * win32/common/interfaces-enumtypes.c:
2204 * win32/common/libgsttag.def:
2205 * win32/vs8/gst-plugins-base.sln:
2206 * win32/vs8/libgstaudioresample.vcproj:
2207 * win32/vs8/libgstinterfaces.vcproj:
2208 * win32/vs8/libgstogg.vcproj:
2209 * win32/vs8/libgstriff.vcproj:
2210 * win32/vs8/libgsttag.vcproj:
2211 * win32/vs8/libgsttheora.vcproj:
2212 * win32/vs8/libgstvideoscale.vcproj:
2213 * win32/vs8/libgstvorbis.vcproj:
2214 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2215 to libgsttag.def; add missing dependencies for some vs8 projects;
2216 re-arrange placement of .def files in vs8 projects (#366334).
2218 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
2221 Remove unused variable.
2223 * ext/ogg/gstoggdemux.c:
2224 Fix Wim's surname in plugin description.
2226 2006-10-31 Wim Taymans <wim@fluendo.com>
2228 * gst-plugins-base.spec.in:
2229 spec new .h file. Fixes #368310.
2231 2006-10-31 Michael Smith <msmith@fluendo.com>
2233 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2234 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2235 (gst_multi_fd_sink_get_stats),
2236 (gst_multi_fd_sink_remove_client_link),
2237 (gst_multi_fd_sink_queue_buffer),
2238 (gst_multi_fd_sink_handle_clients):
2239 * gst/tcp/gstmultifdsink.h:
2240 Make using the remove or clear signals threadsafe.
2241 Make calling get-stats with an invalid fd not segfault.
2244 2006-10-31 Wim Taymans <wim@fluendo.com>
2246 * gst-libs/gst/rtp/Makefile.am:
2247 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2248 (gst_base_rtp_audio_payload_init):
2249 Fix and activate base audio payloader.
2251 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2253 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2255 Add typefinder for QuickTime Image Files (see #366156).
2257 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2259 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2260 Another typo fix (#366212).
2262 2006-10-27 Wim Taymans <wim@fluendo.com>
2264 * gst/volume/gstvolume.c: (volume_transform_ip):
2265 Use stream time to synchronize volume property instead of rather random
2266 timestamps. This is needed when gnonlin does its time shifting.
2268 2006-10-27 Wim Taymans <wim@fluendo.com>
2270 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2272 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2273 Remove the pad from the element in release_pad. Fixes #364812.
2275 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
2277 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2278 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2279 Explicitly create our custom buffer classes at a thread-safe
2280 location as well, since g_type_class_ref() doesn't seem to be
2281 entirely thread-safe either (#365501; also see #349410).
2283 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
2285 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2286 (gst_riff_parse_info):
2287 If strings in INFO chunk are not UTF-8, do something similar to
2288 what we do for ID3v1 tags: check a number of environment variables
2289 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2290 character sets to try, otherwise try the current locale and/or fall
2291 back on ISO-8859-1. Fixes #360552.
2293 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2295 * gst/videotestsrc/gstvideotestsrc.c:
2296 (gst_video_test_src_pattern_get_type),
2297 (gst_video_test_src_set_pattern):
2298 * gst/videotestsrc/gstvideotestsrc.h:
2299 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2300 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2301 (gst_video_test_src_checkers8):
2302 * gst/videotestsrc/videotestsrc.h:
2303 Add a bunch of exciting new checkers patterns.
2305 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2307 * gst/subparse/Makefile.am:
2308 * gst/subparse/gstsubparse.c:
2309 (gst_sub_parse_data_format_autodetect),
2310 (gst_sub_parse_format_autodetect), (handle_buffer),
2311 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2312 * gst/subparse/gstsubparse.h:
2313 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2315 * gst/subparse/tmplayerparse.h:
2316 Add support for TMPlayer-type subtitles (#362845).
2318 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2319 (GST_START_TEST), (subparse_suite):
2320 Add some basic unit tests for the above.
2322 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2324 * tests/check/elements/audiorate.c: (test_injector_base_init),
2325 (test_injector_class_init), (test_injector_chain),
2326 (test_injector_init), (probe_cb), (do_perfect_stream_test),
2327 (GST_START_TEST), (audiorate_suite):
2328 More tests for audiorate: inject buffers to check behaviour when
2331 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
2333 * tests/check/Makefile.am:
2334 * tests/check/elements/.cvsignore:
2335 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2336 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2337 Add some basic unit tests for audiorate. Disabled at the moment
2338 since it doesn't pass yet (see bug #363119).
2340 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
2342 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2343 (parse_subrip), (handle_buffer):
2344 Add missing closing tags for markup and fix broken markup,
2345 otherwise pango won't render anything (fixes #357531). Also,
2346 make sure the text we send out is always NUL-terminated
2347 (better safe than sorry etc.).
2349 * tests/check/elements/subparse.c: (test_srt_do_test),
2351 Some more tests for .srt incl. tests for the above stuff.
2353 2006-10-20 Julien MOUTTE <julien@moutte.net>
2355 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2356 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2357 Patch by: Stefan Kost <ensonic@users.sf.net>
2358 Try to redraw borders only when needed. Apparently this consumes
2359 resources on small devices... :-O (#363607)
2361 2006-10-20 Michael Smith <msmith@fluendo.com>
2363 * gst/tcp/gstmultifdsink.c:
2364 (gst_multi_fd_sink_client_queue_buffer):
2365 If caps change, then update the client's idea of the caps so that we
2366 don't end up re-sending streamheaders for every single buffer after
2369 2006-10-20 Michael Smith <msmith@fluendo.com>
2371 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2372 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2373 Set caps on pushed buffers; fix up refcounting of caps objects.
2375 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2377 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2379 Typefind mmsh header data packet to application/x-mmsh (#362625).
2381 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2383 * tests/check/Makefile.am:
2384 * tests/check/elements/.cvsignore:
2385 * tests/check/elements/subparse.c: (buffer_from_static_string),
2386 (setup_subparse), (teardown_subparse), (test_srt_do_test),
2387 (GST_START_TEST), (subparse_suite):
2388 Add very simple unit test for subparse.
2390 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2392 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2394 Strip trailing newlines from subtitle text output.
2396 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2398 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2399 (gst_sub_parse_change_state):
2400 Fix memleak; clear subparse->textbuf n state change function.
2402 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2404 * gst/subparse/gstsubparse.c:
2405 (gst_sub_parse_data_format_autodetect):
2406 Don't require subrip (.srt) files to start with a chunk number of 1.
2408 2006-10-18 Wim Taymans <wim@fluendo.com>
2410 * gst-libs/gst/audio/gstbaseaudiosink.c:
2411 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2412 * gst-libs/gst/audio/gstbaseaudiosink.h:
2413 Extract rate from the NEWSEGMENT event.
2414 Use commit_full to also take rate adjustment into account when writing
2415 samples to the ringbuffer.
2417 * gst-libs/gst/audio/gstringbuffer.c:
2418 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2419 (gst_ring_buffer_read):
2420 * gst-libs/gst/audio/gstringbuffer.h:
2421 Added _commit_full() to also take rate into account.
2422 Use simple interpolation algorithm to resample audio.
2423 API: gst_ring_buffer_commit_full()
2425 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2426 * tests/examples/seek/seek.c: (segment_done):
2427 Don't try to seek with 0.0 rate, just pause instead.
2428 Remove bogus debug line.
2430 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2432 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2434 Catch async errors when starting up the subtitle bin, so we can
2435 stop waiting and continue with the main film instead of hanging
2436 forever. Fixes #339366.
2438 * tests/check/elements/playbin.c: (playbin_suite):
2439 Enable unit test for the above.
2441 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2443 * tests/check/Makefile.am:
2444 * tests/check/elements/.cvsignore:
2445 * tests/check/elements/playbin.c: (GST_START_TEST),
2446 (gst_red_video_src_uri_get_type),
2447 (gst_red_video_src_uri_get_protocols),
2448 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2449 (gst_red_video_src_uri_handler_init),
2450 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2451 (gst_red_video_src_create), (gst_red_video_src_class_init),
2452 (gst_red_video_src_init), (plugin_init), (playbin_suite):
2453 Some small and basic unit tests for playbin; not very useful yet,
2454 but at least a start.
2456 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2458 * gst/playback/gstplaybin.c: (setup_sinks):
2459 The old pad activation spiel.
2461 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2463 * gst/playback/gstplaybasebin.c: (setup_source):
2464 Don't hang forever if the subbin already fails to start up in
2465 the state change to PAUSED (#339366).
2467 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
2469 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2470 (gst_tuner_set_channel), (gst_tuner_get_channel),
2471 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2472 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2473 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2474 (gst_tuner_find_channel_by_name):
2475 Fix some function guards, add some more function guards.
2477 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
2479 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2480 (remove_element_chain):
2481 Don't return a pad from get_our_ghost_pad unless it is actually the
2483 Change a cast in remove_element_chain slightly.
2485 2006-10-13 Julien MOUTTE <julien@moutte.net>
2487 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2488 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2489 Segment seeking needs to use the rate and set stop to -1.
2491 2006-10-13 Wim Taymans <wim@fluendo.com>
2493 * gst-libs/gst/audio/gstbaseaudiosink.c:
2494 (gst_base_audio_sink_setcaps):
2495 Don't crash when ringbuffer is not yet created.
2496 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2499 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2500 * gst/playback/gststreamselector.c:
2501 (gst_stream_selector_request_new_pad):
2502 Activate pads befre adding them to running elements.
2504 2006-10-13 Julien MOUTTE <julien@moutte.net>
2506 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2507 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2508 updater when we start grabing the slider. Don't wait for the
2509 pipeline to be PAUSED.
2511 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
2513 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2514 (gst_mixer_set_volume), (gst_mixer_get_volume),
2515 (gst_mixer_set_mute), (gst_mixer_set_option),
2516 (gst_mixer_get_option), (gst_mixer_mute_toggled),
2517 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2518 (gst_mixer_option_changed):
2519 Guard mixer interface functions against bogus arguments.
2521 2006-10-12 Julien MOUTTE <julien@moutte.net>
2523 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2524 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2525 (msg_state_changed), (main): Use state-changed messages to trigger
2526 start/stop of scale update timer. Indeed the scale slider was
2527 jumping here and there because the update timer was activated
2528 before seek completed. This fixes instant applying of rate changes
2529 by pressing the spinbutton like a crazy man !
2531 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
2533 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
2535 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2536 (gst_basertppayload_finalize):
2537 Fix two small memory leaks (#361456).
2539 2006-10-10 Julien MOUTTE <julien@moutte.net>
2541 * tests/examples/seek/seek.c: (do_seek),
2542 (rate_spinbutton_changed_cb): When changing spinbutton we try
2543 to change the rate on the fly.
2545 2006-10-10 Wim Taymans <wim@fluendo.com>
2547 * gst-libs/gst/riff/riff-ids.h:
2548 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2549 (gst_riff_create_audio_template_caps):
2552 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2554 Patch by: Josep Torre Valles <josep@fluendo.com>
2556 * ext/gnomevfs/gstgnomevfssink.c:
2557 * ext/gnomevfs/gstgnomevfssrc.c:
2558 Fix URI interface implementation return type.
2559 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2560 Fix what looks like a copy/paste issue when assigning values.
2561 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2562 (gst_audio_filter_template_get_type):
2563 Cast to prevent Forte warnings.
2564 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2565 Fix URI interface implementation return type.
2566 gst_pad_query_position requires a signed integer pointer as
2567 3rd parameter, GstClockTime is unsigned.
2568 * gst/audioconvert/audioconvert.c:
2569 Fix integer overflow when treated as signed.
2570 * gst/audioresample/resample.c: (resample_add_input_data):
2571 Cast to prevent warnings on Forte.
2572 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2573 Fix integer overflow when treated as signed.
2574 * gst/ffmpegcolorspace/imgconvert_template.h:
2575 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2576 * gst/playback/gstdecodebin.c: (queue_filled_cb),
2577 (cleanup_decodebin):
2578 Who initialises a guint to -1!
2579 Cast function pointers to prevent warnings on Forte.
2580 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2581 (queue_threshold_reached):
2582 Cast function pointers correctly to prevent warnings on Forte.
2583 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2584 Cast function pointers correctly to prevent warnings on Forte.
2585 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2586 Obvious change to unsigned, 0xEF > max signed char.
2587 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2588 GstClockTime is unsigned, initialise correctly.
2589 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2590 Cast so pointer arithemetic doesn't cause warnings on Forte.
2591 * gst/videorate/gstvideorate.c:
2592 Use correct return value.
2593 * tests/examples/seek/scrubby.c:
2594 GstClockTime is unsigned, initialise correctly.
2596 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
2598 Patch by: Ferenc Gerlits <fgerlits at gmail com>
2600 * gst/typefind/gsttypefindfunctions.c:
2601 Recognise XML files and XML-like files shorter than 256 bytes as
2602 well (fixes #359237).
2604 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
2606 Patch by: Renato Filho <renato.filho@indt.org.br>
2608 * gst/typefind/gsttypefindfunctions.c:
2609 Added typefind functions to video/x-nuv media.
2611 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
2613 * gst-libs/gst/interfaces/xoverlay.c:
2614 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2615 Some more guards against invalid input.
2617 2006-10-07 Julien MOUTTE <julien@moutte.net>
2619 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
2621 * tests/examples/seek/seek.c: (do_seek),
2622 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2623 seek example to experiment with rates != 1.0 (reverse playback !)
2625 2006-10-06 Stefan Kost <ensonic@users.sf.net>
2627 * gst-libs/gst/interfaces/xoverlay.c:
2628 Unref message in doc-example (spotted by Robert McQueen)
2630 2006-10-06 Wim Taymans <wim@fluendo.com>
2632 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2633 (mpeg1_parse_header), (mpeg1_sys_type_find):
2636 2006-10-06 Wim Taymans <wim@fluendo.com>
2638 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2640 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2641 Activate dynamic pads before adding them to the element.
2643 2006-10-06 Michael Smith <msmith@fluendo.com>
2645 * gst-libs/gst/floatcast/floatcast.h:
2646 Fix obviously-bogus macros; use the correct types.
2648 2006-10-06 Wim Taymans <wim@fluendo.com>
2650 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2651 (gst_base_rtp_depayload_change_state):
2652 Also call parent state change function to activate pads.
2654 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2655 (mpeg1_parse_header), (mpeg1_sys_type_find):
2656 Add some more debug info in mpeg typefinding.
2658 2006-10-06 Michael Smith <msmith@fluendo.com>
2660 * ext/theora/theoradec.c: (theora_dec_chain):
2661 Zero byte theora packets are valid and well-defined; don't warn on
2664 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
2666 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2667 (gst_multi_fd_sink_get_stats), (find_limits),
2668 (gst_multi_fd_sink_queue_buffer):
2669 API: add dropped_buffers to the get-stats GValueArray
2671 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
2673 * ext/alsa/gstalsadeviceprobe.c:
2674 (gst_alsa_device_property_probe_get_values):
2675 * ext/alsa/gstalsasink.c: (set_hwparams):
2676 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2677 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2678 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2679 (gst_ogg_mux_process_best_pad):
2680 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2681 (gst_ogg_parse_chain):
2682 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2683 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2684 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2685 (gst_vorbis_enc_buffer_check_discontinuous):
2686 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2687 * gst-libs/gst/audio/gstbaseaudiosink.c:
2688 (gst_base_audio_sink_render):
2689 * gst-libs/gst/cdda/gstcddabasesrc.c:
2690 (gst_cdda_base_src_handle_track_seek):
2691 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2692 (gst_base_rtp_depayload_push_full):
2693 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2694 * gst/audioresample/resample.c: (resample_input_pushthrough):
2695 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2696 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2697 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2698 (wavpack_type_find):
2699 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2700 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2701 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2702 * tests/check/elements/volume.c: (GST_START_TEST):
2703 Printf format fixes.
2705 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
2707 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2708 Fix a simple mistake (see the docs)
2711 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2713 * docs/plugins/Makefile.am:
2714 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2715 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2716 * docs/plugins/gst-plugins-base-plugins.args:
2717 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2718 * docs/plugins/inspect/plugin-adder.xml:
2719 * docs/plugins/inspect/plugin-alsa.xml:
2720 * docs/plugins/inspect/plugin-audioconvert.xml:
2721 * docs/plugins/inspect/plugin-audiorate.xml:
2722 * docs/plugins/inspect/plugin-audioresample.xml:
2723 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2724 * docs/plugins/inspect/plugin-cdparanoia.xml:
2725 * docs/plugins/inspect/plugin-decodebin.xml:
2726 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2727 * docs/plugins/inspect/plugin-gdp.xml:
2728 * docs/plugins/inspect/plugin-gnomevfs.xml:
2729 * docs/plugins/inspect/plugin-libvisual.xml:
2730 * docs/plugins/inspect/plugin-ogg.xml:
2731 * docs/plugins/inspect/plugin-pango.xml:
2732 * docs/plugins/inspect/plugin-playbin.xml:
2733 * docs/plugins/inspect/plugin-subparse.xml:
2734 * docs/plugins/inspect/plugin-tcp.xml:
2735 * docs/plugins/inspect/plugin-theora.xml:
2736 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2737 * docs/plugins/inspect/plugin-video4linux.xml:
2738 * docs/plugins/inspect/plugin-videorate.xml:
2739 * docs/plugins/inspect/plugin-videoscale.xml:
2740 * docs/plugins/inspect/plugin-videotestsrc.xml:
2741 * docs/plugins/inspect/plugin-volume.xml:
2742 * docs/plugins/inspect/plugin-vorbis.xml:
2743 * docs/plugins/inspect/plugin-ximagesink.xml:
2744 * docs/plugins/inspect/plugin-xvimagesink.xml:
2745 Add vorbistag element to docs; update version numbers to 0.10.10.1.
2747 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2749 Patch by: James "Doc" Livingston <doclivingston at gmail com>
2751 * ext/vorbis/Makefile.am:
2752 * ext/vorbis/vorbis.c: (plugin_init):
2753 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2754 (vorbis_parse_parse_packet), (vorbis_parse_chain):
2755 * ext/vorbis/vorbisparse.h:
2756 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2757 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2758 (gst_vorbis_tag_parse_packet):
2759 * ext/vorbis/vorbistag.h:
2760 Add new vorbistag element which derives from vorbisparse
2761 and is essentially the same as well, only that it implements
2762 the GstTagSetter interface and can modify the stream's
2763 vorbiscomment on the fly (#335635).
2765 * tests/check/Makefile.am:
2766 * tests/check/elements/.cvsignore:
2767 * tests/check/elements/vorbistag.c: (setup_vorbistag),
2768 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2769 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2770 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2771 Add unit test for new vorbistag element.
2773 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2775 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2776 (vorbis_parse_push_headers), (vorbis_parse_chain):
2777 Set BOS flag in packet structure to fix 'jump depends
2778 on unitialized value' errors in valgrind; various minor
2781 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
2783 * gst/playback/gstdecodebin.c: (close_pad_link):
2784 Fix typo in a debug statement.
2786 * gst/playback/gstplaybasebin.c: (probe_triggered),
2787 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2788 (gen_source_element), (source_new_pad), (analyse_source),
2790 When handling no_more_pads in new_decoded_pad, make sure to treat
2791 subtitle pads correctly. Fixes playback with subtitle files.
2793 Move a recurring message to LOG level.
2795 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2796 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2797 which ends up as -1 when cast to an int. Make the logic handle the
2798 max value as an unsigned mask and only change the colorkey when it's
2799 a value we recognise.
2801 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2803 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2804 Removed empty * between paragraphs
2806 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2808 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2809 * gst-libs/gst/rtp/README:
2810 Moved some documentation into .c file
2812 2006-09-29 Wim Taymans <wim@fluendo.com>
2814 * gst/playback/gstdecodebin.c: (no_more_pads):
2817 2006-09-29 Wim Taymans <wim@fluendo.com>
2819 * gst/playback/gstdecodebin.c: (new_caps):
2822 * gst/playback/gstplaybin.c:
2825 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2827 * tests/check/Makefile.am:
2828 Re-enable cddabasesrc test to see if it works again
2831 2006-09-29 Wim Taymans <wim@fluendo.com>
2833 * gst/playback/gstplaybasebin.c: (setup_subtitle),
2834 (gen_source_element):
2835 Handle invalid URIs a bit more gracefully.
2837 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2839 * tests/check/pipelines/oggmux.c:
2840 Remove obsolete comment.
2842 2006-09-29 Michael Smith <msmith@fluendo.com>
2844 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2845 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2846 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2847 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2848 (gst_ogg_mux_collected):
2849 Commit patch from James "Doc" Livingston, adds proper EOS handling
2850 in oggmux. GStreamer can, for the first time ever, create a valid
2853 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2855 Reenable tests now that they pass.
2857 2006-09-29 Wim Taymans <wim@fluendo.com>
2859 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2860 Stop reading commands when EOF (we read 0) as well.
2862 2006-09-28 Wim Taymans <wim@fluendo.com>
2864 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2865 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2866 (find_dynamic), (unlinked), (close_link):
2867 Implement delayed caps linking needed for element with a lot of
2868 different caps on the src pads that get fixed at runtime.
2869 Improve management of dynamic elements.
2871 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2872 (group_destroy), (group_commit), (check_queue), (queue_overrun),
2873 (gen_preroll_element), (remove_groups), (unknown_type),
2874 (add_element_stream), (no_more_pads_full), (no_more_pads),
2875 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2876 (new_decoded_pad), (setup_subtitle), (array_has_value),
2877 (gen_source_element), (source_new_pad), (has_all_raw_caps),
2878 (analyse_source), (remove_decoders), (make_decoder),
2879 (remove_source), (setup_source), (finish_source), (prepare_output),
2880 (gst_play_base_bin_change_state):
2881 * gst/playback/gstplaybasebin.h:
2882 Use more _CAST instead of full type checking casts.
2883 Small cleanups, plug some leaks.
2884 Handle dynamic sources.
2885 Add some helper functions to create lists of strings used for
2886 blacklisting and other stuff.
2887 Refactor some code dealing with analysing the source.
2888 Re-enable sources without pads (like cd:// or other selfcontained
2891 2006-09-28 Wim Taymans <wim@fluendo.com>
2893 * gst-libs/gst/audio/gstbaseaudiosink.c:
2894 (gst_base_audio_sink_render):
2895 When we have a timestamp, we can still perform clipping.
2896 When we have no clock, we must play the sample ASAP.
2898 2006-09-28 Wim Taymans <wim@fluendo.com>
2900 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2901 Set caps on outgoing buffers.
2903 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2904 (gst_video_rate_event), (gst_video_rate_chain):
2905 * gst/videorate/gstvideorate.h:
2906 Fix videorate some more. Fixes #357977
2908 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2910 * tests/check/elements/adder.c: (adder_suite):
2911 Don't set timeout to 6 seconds when we're running
2912 in valgrind ... (and how is 6 seconds longer than
2913 the default anyway?)
2915 2006-09-28 Wim Taymans <wim@fluendo.com>
2917 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2918 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2919 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2920 Keep sink and src segment to keep track of time and support more
2922 Fix bogus next_offset and run_time calculation, don't understand how
2923 this could have worked before. Fixes #357976.
2924 Remove some unneeded vars.
2926 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2928 * gst/playback/gstplaybin.c: (remove_sinks):
2929 Only remove visualisation from visbin if there is a visbin (or:
2930 don't throw warnings when closing totem without playing a file).
2932 2006-09-27 Wim Taymans <wim@fluendo.com>
2934 * gst-libs/gst/audio/gstbaseaudiosink.c:
2935 (gst_base_audio_sink_render):
2936 Add some more info in a WARNING.
2938 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2939 (gst_base_audio_src_create):
2940 Handle PAUSE in create function, use new -core addition to
2941 wait for playing. Fixes pausing and resuming capture from an
2944 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2945 (gst_ring_buffer_read):
2947 Caller supports interrupted reads now.
2949 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2951 * tests/check/Makefile.am:
2952 Another attempt to make the gen64 buildbot happy.
2954 2006-09-27 Stefan Kost <ensonic@users.sf.net>
2956 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2958 * ext/libvisual/visual.c: (gst_visual_clear_actors),
2959 (gst_visual_chain), (gst_visual_change_state):
2960 Libvisual plugin was not passing audio data to libvisual 0.4.0
2961 correctly. Fixes #357800
2963 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2965 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2966 Add timeout to _get_state() so we see which pipeline it is
2967 that causes trouble on the gen64 build bot.
2969 2006-09-27 Wim Taymans <wim@fluendo.com>
2971 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2972 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2973 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2974 (gst_base_rtp_depayload_set_gst_timestamp):
2975 the source pad always uses fixed caps.
2977 2006-09-27 Wim Taymans <wim@fluendo.com>
2979 * docs/libs/gst-plugins-base-libs-docs.sgml:
2980 * docs/libs/gst-plugins-base-libs-sections.txt:
2981 * gst-libs/gst/audio/gstaudioclock.c:
2982 * gst-libs/gst/audio/gstaudioclock.h:
2983 * gst-libs/gst/audio/gstaudiosink.c:
2984 * gst-libs/gst/audio/gstaudiosink.h:
2985 * gst-libs/gst/audio/gstaudiosrc.c:
2986 * gst-libs/gst/audio/gstbaseaudiosink.c:
2987 (gst_base_audio_sink_render):
2988 * gst-libs/gst/audio/gstbaseaudiosink.h:
2989 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2990 * gst-libs/gst/audio/gstbaseaudiosrc.h:
2991 * gst-libs/gst/audio/gstringbuffer.h:
2992 Added docs for the audio libs.
2994 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2996 * tests/check/Makefile.am:
2997 Temporarily disable test that fails on the bots for unknown reasons.
2999 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
3001 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3002 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3003 Moved AudioCodecType into priv
3004 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
3006 2006-09-25 Wim Taymans <wim@fluendo.com>
3008 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3009 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
3010 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
3012 Cleanups and small leak fixes.
3013 Added Depayloaders to valid list of autopluggable elements.
3015 2006-09-25 Wim Taymans <wim@fluendo.com>
3017 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3018 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
3019 (gen_video_element), (gen_text_element), (gen_audio_element),
3020 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3021 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
3022 Detect NO_PREROLL state change returns and disable clock distribution to
3023 the sinks so that sync is disabled.
3024 Avoid some type checking and do simple casts instead.
3025 Small cleanups, fix some FIXMEs.
3026 Be more robust when linking user specified elements, catch an report
3027 errors. Fixes #357404.
3028 Fix some leaks in the error paths.
3030 2006-09-25 Stefan Kost <ensonic@users.sf.net>
3033 ChangeLog surgery for missing bug-number
3035 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
3037 Patch by: Peter Kjellerstedt <pkj at axis com>
3039 * gst/playback/test.c:
3040 Fix compilation with uClibc and -Werror (#357591).
3042 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
3044 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3045 Parse dates that are followed by a time as well (#357532).
3047 * tests/check/libs/tag.c: (test_vorbis_tags):
3048 Add unit test for this.
3050 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3052 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3053 (gst_audio_convert_transform_caps):
3054 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3055 * gst/videotestsrc/videotestsrc.h:
3056 A few array const-ifications.
3058 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3060 * tests/check/Makefile.am:
3061 See if this makes the build bots happy.
3063 * tests/check/libs/cddabasesrc.c:
3066 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3068 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3070 * gst/subparse/samiparse.c: (handle_start_font),
3071 (fix_invalid_entities):
3072 More case-insensitivity for certain tags; recognise entities with
3073 decimal codes as special entities as well (#357330).
3075 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3077 * gst-libs/gst/Makefile.am:
3078 Need to build tag directory before cdda.
3080 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3082 * docs/libs/gst-plugins-base-libs-sections.txt:
3083 * gst-libs/gst/cdda/Makefile.am:
3084 * gst-libs/gst/cdda/gstcddabasesrc.c:
3085 (gst_cdda_base_src_base_init):
3086 * gst-libs/gst/cdda/gstcddabasesrc.h:
3087 * gst-libs/gst/tag/tag.h:
3088 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3089 (gst_tag_register_musicbrainz_tags):
3090 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3091 depend on libgsttag. This is required so we can extract/read tags like
3092 DISCID without depending on libgstcddabasesrc (which used to register
3095 * gst-libs/gst/tag/gstvorbistag.c:
3096 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3097 tags (also see #347848).
3099 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3100 Log vorbis comments we are actually writing. Const-ify array.
3102 2006-09-23 Wim Taymans <wim@fluendo.com>
3104 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3105 Improve buffering a bit by avoiding a deadlock because we cannot assume
3106 the underrun is always called.
3108 2006-09-23 Wim Taymans <wim@fluendo.com>
3110 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3112 * gst-libs/gst/riff/riff-ids.h:
3113 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3114 (gst_riff_create_audio_template_caps):
3115 Added MPEG-4 AAC and id and caps. Fixes #357289
3116 Added WMA9 Lossless id.
3118 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
3120 * ext/gnomevfs/gstgnomevfssrc.c:
3121 Fix misleading docs addition.
3123 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3124 Get rid of compiler warning the right way.
3126 2006-09-22 Wim Taymans <wim@fluendo.com>
3128 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3129 (gst_base_rtp_depayload_finalize),
3130 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3131 (gst_base_rtp_depayload_push_full),
3132 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3133 (gst_base_rtp_depayload_process),
3134 (gst_base_rtp_depayload_set_gst_timestamp),
3135 (gst_base_rtp_depayload_queue_release):
3136 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3139 Refactored the process method and added methods to push from the process
3141 Use _scale functions.
3142 API: gst_base_rtp_depayload_push_ts
3143 API: gst_base_rtp_depayload_push
3145 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3146 timestamps are uint.
3148 2006-09-22 Stefan Kost <ensonic@users.sf.net>
3150 * gst-libs/gst/interfaces/xoverlay.c:
3151 Remove unused statement from doc example.
3153 2006-09-21 Stefan Kost <ensonic@users.sf.net>
3155 * gst-libs/gst/interfaces/videoorientation.c:
3156 (gst_video_orientation_iface_init),
3157 (gst_video_orientation_get_hflip),
3158 (gst_video_orientation_get_vflip),
3159 (gst_video_orientation_get_hcenter),
3160 (gst_video_orientation_get_vcenter),
3161 (gst_video_orientation_set_hflip),
3162 (gst_video_orientation_set_vflip),
3163 (gst_video_orientation_set_hcenter),
3164 (gst_video_orientation_set_vcenter):
3165 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3168 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
3170 * tests/check/Makefile.am:
3171 * tests/check/elements/.cvsignore:
3172 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3173 (create_rgb_conversions), (rgb_conversion_free),
3174 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3175 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3176 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3177 but disable for now since it doesn't pass (something wrong with
3180 2006-09-21 Wim Taymans <wim@fluendo.com>
3182 * gst/playback/gstplaybasebin.c: (group_commit),
3183 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3184 (queue_out_of_data), (gen_preroll_element),
3185 (preroll_remove_overrun), (probe_triggered):
3186 Refactor handling of overrun detection.
3187 Separate handling of group completion and deadlock detection when doing
3188 network buffering. This should fix some deadlocks that were not detected
3189 because the group was completed.
3190 Add more comments, improve debugging.
3192 2006-09-21 Wim Taymans <wim@fluendo.com>
3194 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3195 * tests/check/libs/audio.c:
3196 Some more compilation fixes.
3198 2006-09-21 Wim Taymans <wim@fluendo.com>
3200 * gst-libs/gst/audio/gstringbuffer.c:
3201 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3202 (gst_ring_buffer_read):
3203 Early morning compilation fix.
3205 2006-09-20 Wim Taymans <wim@fluendo.com>
3207 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3208 * tests/check/elements/multifdsink.c: (GST_START_TEST):
3209 * tests/check/elements/videorate.c: (GST_START_TEST):
3210 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3211 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3214 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3216 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3217 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3218 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3219 Handcrafted merge to help CVS understanding what I changed and what
3222 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3224 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3225 (gst_xvimagesink_get_times):
3226 change colorkey behaviour back according to #354773 comment 6/7
3228 2006-09-19 Michael Smith <msmith@fluendo.com>
3230 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3231 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3232 (gst_multi_fd_sink_recover_client),
3233 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3234 (gst_multi_fd_sink_get_property):
3235 * gst/tcp/gstmultifdsink.h:
3236 Implement stubbed out properties unit-type, units-soft-max,
3237 units-max, to allow specifying maximum sizes in units other than
3241 2006-09-19 Wim Taymans <wim@fluendo.com>
3243 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3244 (gst_riff_create_audio_template_caps):
3245 Reorder the audio formats a bit for clarity.
3246 Detect and create caps for MSGSM and MSN (WAV49).
3249 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3250 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3251 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3252 Small cleanups, move error handling out of normal flow for clarity.
3254 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3256 * docs/libs/gst-plugins-base-libs-docs.sgml:
3257 * docs/libs/gst-plugins-base-libs.types:
3258 * gst-libs/gst/interfaces/Makefile.am:
3259 * gst-libs/gst/interfaces/videoorientation.c:
3260 (gst_video_orientation_get_type),
3261 (gst_video_orientation_iface_init),
3262 (gst_video_orientation_get_hflip),
3263 (gst_video_orientation_get_vflip),
3264 (gst_video_orientation_get_hcenter),
3265 (gst_video_orientation_get_vcenter),
3266 (gst_video_orientation_set_hflip),
3267 (gst_video_orientation_set_vflip),
3268 (gst_video_orientation_set_hcenter),
3269 (gst_video_orientation_set_vcenter):
3270 * gst-libs/gst/interfaces/videoorientation.h:
3271 API: Add new interface to control video orientation (fixes #354908)
3273 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3275 * gst/videotestsrc/gstvideotestsrc.c:
3276 Use G_UNLIKELY in _create and log one more detail.
3278 (gst_video_test_src_get_times), (gst_video_test_src_create):
3279 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3280 Use gst_util_uint64_scale_int in _get_times().
3282 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3284 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3285 Give better warning message (add object and detail).
3287 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3289 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3290 (gst_xvimagesink_get_times):
3291 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3292 #354773), use gst_util_uint64_scale_int in _get_times()
3294 2006-09-18 Michael Smith <msmith@fluendo.com>
3296 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3297 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3298 always true, leading to dropping all timestamps.
3300 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3302 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3303 (gst_visual_chain), (gst_visual_change_state):
3304 update to work also with libvisual 0.4 API, fix double unref (#355914)
3306 * tools/gst-launch-ext.1.in:
3307 * tools/gst-visualise.1.in:
3308 remove references to old man-pages
3310 * tests/examples/seek/seek.c: (main):
3311 add real meadi-buttons, add tool-tips for the seek-options, arrange
3312 seek options in a table
3314 2006-09-18 Michael Smith <msmith@fluendo.com>
3316 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3317 (gst_ogg_mux_push_buffer):
3318 Don't generate out-of-order timestamps from oggmux, instead clamp
3319 output timestamps to be >= the previously output ts.
3322 2006-09-18 Michael Smith <msmith@fluendo.com>
3324 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3325 (gst_multi_fd_sink_class_init):
3326 Updates, fixes, and typo corrections for multifdsink. No functional
3329 2006-09-17 Michael Smith <msmith@fluendo.com>
3331 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3332 Don't crash on truncated files - check that we got an 8 byte buffer
3333 before trying to memcmp it.
3335 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3337 * gst/playback/gstplaybasebin.c: (get_active_source):
3338 Make stream-switching appear instant to the application
3339 (ie. make sure that a g_object_get on 'current-foo' returns
3340 the stream previously set with g_object_set(). Totem needs
3341 this to update stream-related meta-info (like audio-codec)
3342 correctly when switching streams.
3344 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3346 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3347 (gst_alsa_mixer_ensure_track_list):
3348 Try harder to guess which mixer track is the master mixer
3349 track (instead of just taking the first one that has a pvolume).
3352 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3354 reviewed by: <delete if not using a buddy>
3356 * gst-libs/gst/audio/audio.h:
3357 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3359 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3361 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3362 (gst_audio_convert_transform_caps):
3363 Get structure-name just once.
3365 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3367 * tests/check/elements/audioresample.c: (GST_START_TEST):
3368 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3369 * tests/check/elements/volume.c: (GST_START_TEST):
3370 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3371 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3372 (test_pipeline), (GST_START_TEST):
3373 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3374 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3375 Fix big batch of compiler warnings.
3377 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3379 * ext/gnomevfs/gstgnomevfssrc.c:
3380 Add docs about icydemux usage in connection with gnomevfssrc
3382 * ext/libvisual/visual.c:
3383 * ext/ogg/gstoggaviparse.c:
3384 * ext/ogg/gstoggdemux.c:
3385 * ext/ogg/gstoggmux.c:
3386 * ext/ogg/gstoggparse.c:
3387 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3388 * gst-libs/gst/audio/gstaudiosink.c:
3389 * gst-libs/gst/audio/gstaudiosrc.c:
3390 * gst/audiorate/gstaudiorate.c:
3391 More G_OBJECT macro fixing.
3393 * gst/audiotestsrc/gstaudiotestsrc.h:
3394 Fix wrong info in header due to copy & paste
3396 2006-09-15 Wim Taymans <wim@fluendo.com>
3398 * gst-libs/gst/audio/gstbaseaudiosink.c:
3399 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3400 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3401 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3402 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3403 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3404 Do the delay calculation in the source/sink base classes as this is
3405 specific for the capture/playback mode.
3406 Try to fixate a bit better, like round depth up to a multiple of 8
3408 Handle underruns correctly by marking DISCONT on buffers and adjusting
3409 timestamps to handle the gap.
3410 Set offset/offset_end correctly on buffers.
3412 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3413 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3414 (gst_ring_buffer_read):
3415 Remove resync and underrun recovery from the ringbuffer.
3416 Fix ringbuffer read code on under/overrun.
3418 2006-09-15 Wim Taymans <wim@fluendo.com>
3420 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3421 (gst_play_base_bin_init), (fill_buffer), (check_queue),
3422 (queue_threshold_reached), (gst_play_base_bin_set_property),
3423 (gst_play_base_bin_get_property):
3424 * gst/playback/gstplaybasebin.h:
3425 Don't use a 0 low watermark when buffering, it is catching starvation
3426 way too late. Instead, use a 3 second queue with 30 and 95
3427 percent low/high watermarks.
3428 Added queue-min-threshold property to configure low watermark.
3429 Use new _buffering message API.
3430 Make queue_threshold variable big enough to store a uint64 time value.
3431 API: playbin::queue-min-threshold property.
3433 2006-09-15 Wim Taymans <wim@fluendo.com>
3436 We require 0.10.10.1 now because of _wait_preroll().
3438 * gst-libs/gst/audio/gstbaseaudiosink.c:
3439 (gst_base_audio_sink_render):
3440 Use gst_base_sink_wait_preroll().
3442 2006-09-15 Wim Taymans <wim@fluendo.com>
3444 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3445 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3446 Use DEBUG_OBJECT more.
3448 === release 0.10.10 ===
3450 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3452 patch by: Michael Smith <msmith at fluendo dot com>
3454 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3455 (gst_multi_fd_sink_client_queue_buffer),
3456 (gst_multi_fd_sink_new_client):
3457 * tests/check/elements/multifdsink.c: (GST_START_TEST),
3458 (multifdsink_suite):
3459 Fix implementation of sync-method 'next-keyframe'
3462 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3464 patch by: Wim Taymans <wim at fluendo dot com>
3466 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3467 This patch removes the RANDOM flag that was incorrectly introduced with
3468 revision 1.91. Fixes #354590
3470 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
3472 * tests/check/Makefile.am:
3473 Random variation in Makefile line to see if it makes the
3474 gen64-base-full bot any happier.
3476 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3478 * tests/check/pipelines/oggmux.c: (oggmux_suite):
3479 Disable test that fails at the moment (killed after timeout).
3481 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3483 Patch by: James Livingston <doclivingston at gmail.com>
3485 * tests/check/Makefile.am:
3486 * tests/check/pipelines/.cvsignore:
3487 * tests/check/pipelines/oggmux.c: (get_page_codec),
3488 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3489 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3490 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3491 (test_theora_vorbis), (oggmux_suite):
3492 Add simple unit test for oggmux from #337026 with checking for the
3493 EOS flags disabled for the time being.
3495 2006-09-04 Wim Taymans <wim@fluendo.com>
3497 patch by: Alessandro Dessina <alessandro nnva org>
3499 * ext/ogg/gstoggmux.c:
3500 Add cmml caps to oggmux. Fixes #353912
3502 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3504 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3505 Returning a return value often helps. In this case, we
3506 don't need the return value anyway, so just get rid of it.
3507 Should make build bots much happier.
3509 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3511 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3512 (paint_get_structure), (gst_video_test_src_get_size),
3513 (gst_video_test_src_smpte), (gst_video_test_src_snow),
3514 (gst_video_test_src_unicolor), (paint_setup_AYUV),
3515 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3516 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3517 * gst/videotestsrc/videotestsrc.h:
3518 Add support for AYUV and the various RGBA formats. Initialise
3519 fields of paintinfo structs allocated on the stack.
3521 * tests/check/elements/videotestsrc.c: (right_shift_colour),
3522 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3523 (check_rgb_buf), (videotestsrc_suite):
3524 Add unit tests for videotestsrc's RGB output.
3526 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3528 * gst/videotestsrc/gstvideotestsrc.c:
3529 (gst_video_test_src_pattern_get_type),
3530 (gst_video_test_src_set_pattern):
3531 * gst/videotestsrc/gstvideotestsrc.h:
3532 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3533 (gst_video_test_src_black), (gst_video_test_src_white),
3534 (gst_video_test_src_red), (gst_video_test_src_green),
3535 (gst_video_test_src_blue):
3536 * gst/videotestsrc/videotestsrc.h:
3537 Add more uni-colour patterns ("white", "red", "green", and "blue").
3539 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3541 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3542 Fix stride for YVYU, should be word-aligned (#353658).
3544 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
3546 * gst/adder/gstadder.c: (gst_adder_src_event):
3549 2006-08-31 Edward Hervey <edward@fluendo.com>
3551 * gst/adder/gstadder.c: (forward_event_func),
3552 (gst_adder_src_event), (gst_adder_collected),
3553 (gst_adder_change_state):
3554 * gst/adder/gstadder.h:
3555 Remember the start position asked in the incoming seeks, so we can
3556 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3557 of assuming it will always be 0).
3559 2006-08-31 Edward Hervey <edward@fluendo.com>
3561 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3562 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3563 (gst_ogg_demux_loop):
3564 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3566 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
3568 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3569 (gst_ffmpegcsp_get_unit_size):
3570 Return FALSE instead of returning a random false unit
3571 size when the format isn't known/supported (even if
3572 this shouldn't happen under normal circumstances).
3574 2006-08-29 Wim Taymans <wim@fluendo.com>
3576 Patch by: Tim-Philipp Müller <tim at centricular dot net>
3578 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3579 (gst_gnome_vfs_src_start):
3580 Try harder to get the size from a uri by using _info_uri() when
3581 _info_from_handle() does not give us enough info.
3582 Also follow symlinks when getting the size.
3583 Partially Fixes #332864.
3585 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3587 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
3589 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3590 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3591 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3592 (gst_alsa_mixer_set_record):
3593 * ext/alsa/gstalsamixertrack.c:
3594 (gst_alsa_mixer_track_update_alsa_capabilities),
3595 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3596 (gst_alsa_mixer_track_update):
3597 * ext/alsa/gstalsamixertrack.h:
3598 Improve and fix mixer track handling, in particular better handling
3599 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3600 separate track objects for tracks that have both capture and playback
3601 volume (and label them differently as well so they're not mistakenly
3602 assumed to be duplicates); classify mixer tracks that only affect
3603 the audible volume of something (rather than the capture volume)
3604 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3605 for capture tracks to correspond to alsa-pswitch alsa-cswitch
3606 (following the meaning documented in the mixer interface header
3607 file); add support for alsa's exclusive cswitch groups; update/sync
3608 state/flags better if mixer settings are changed by another
3609 application. Fixes #336075.
3611 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3613 * gst/playback/gstplaybin.c:
3614 Improve docs: add section about BUFFERING messages sent by playbin.
3616 2006-08-29 Michael Smith <msmith@fluendo.com>
3618 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3619 (gst_vorbis_enc_buffer_check_discontinuous),
3620 (gst_vorbis_enc_chain):
3621 Ignore explicit DISCONT marked on buffers (which is often spurious,
3622 particularly when using multiple segments), in favour of solely
3623 using the timestamps/durations.
3625 2006-08-29 Edward Hervey <edward@fluendo.com>
3627 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3628 Don't rely on incoming buffers offset anymore, since it is completely
3629 broken when using multiple segments.
3630 Instead convert the incoming buffers timestamp to running time, and
3631 then convert that value to the offsets.
3632 Also inform GstSegment of the last outputted stop position, which is
3633 needed if we received several segments with an unknown stop value.
3635 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
3637 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3638 fix buffer unreffing on a header push failure
3640 2006-08-28 Wim Taymans <wim@fluendo.com>
3642 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3643 (gst_audio_rate_chain):
3644 Make the metadata of the buffer writable before changing its
3647 2006-08-28 Wim Taymans <wim@fluendo.com>
3649 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3650 (gst_audio_rate_setcaps), (gst_audio_rate_init),
3651 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3652 (gst_audio_rate_chain), (gst_audio_rate_change_state):
3653 Fix audiorate some more.
3654 Reset and resync counters on flush and READY.
3655 Handle the DISCONT flag correctly.
3656 Use GstSegment to track position.
3657 Fail when not negotiated.
3660 2006-08-25 Michael Smith <msmith@fluendo.com>
3662 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3664 Remove accidently included debug line.
3666 2006-08-25 Wim Taymans <wim@fluendo.com>
3668 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3670 If a buffer is received with no caps, make the buffer metadata
3671 writable and set the caps, making sure that we don't screw up the
3674 2006-08-25 Michael Smith <msmith@fluendo.com>
3676 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3677 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3678 Fix memory leaks and misleading debug messages, add a couple of
3681 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3682 (gst_multi_fd_sink_render):
3683 Do not use gst_buffer_make_writable() in a basesink render method,
3684 as it may incorrectly unref the buffer. Instead, use convoluted
3685 dance to avoid copying the buffer except when we need to.
3687 2006-08-25 Michael Smith <msmith@fluendo.com>
3689 * ext/vorbis/vorbisenc.c:
3690 (gst_vorbis_enc_buffer_check_discontinuous):
3691 Allow very small discontinuities in the timestamps. These we can't
3692 do anything useful with anyway (because vorbis's timestamps have
3693 only sample granularity), and are commonly produced by elements with
3694 minor bugs. Allow up to 1/2 a sample out.
3697 2006-08-24 Wim Taymans <wim@fluendo.com>
3699 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3700 (play_scrub_toggle_cb), (main):
3701 Add a checkbox to enable play scrubbing. Makes it possible to disable
3704 2006-08-23 Stefan Kost <ensonic@users.sf.net>
3706 * tests/check/elements/.cvsignore:
3709 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3711 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3712 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3713 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3714 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3715 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3716 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3717 (gst_ogm_text_parse_strip_trailing_zeroes),
3718 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3719 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3720 Refactor ogm parse, do better input checking, misc. clean-ups.
3721 Cache incoming events and push them once the source pad has
3722 been created. Don't pass unterminated strings to sscanf().
3723 Strip trailing zeroes from subtitle text output, since they
3724 are not valid UTF-8. Don't push vorbiscomment packets on
3725 the subtitle text pad. Output perfect streams if possible.
3727 2006-08-23 Wim Taymans <wim@fluendo.com>
3729 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3730 Waits for tasks to settle down so that we clean up correctly for
3733 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3735 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3736 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3737 actually return return value in taglists_are_equal.
3739 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3741 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3742 Fix crash due to broken bitstream parsing on x86-64: can't make
3743 any assumptions about sizeof(struct) due to alignment/packing
3744 differences on different architectures. Fixes #351790.
3746 2006-08-22 Wim Taymans <wim@fluendo.com>
3748 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3749 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3750 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3751 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3752 (gst_riff_parse_info):
3753 Protect public functions against bad input.
3757 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3759 * gst-libs/gst/riff/riff-ids.h:
3760 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3761 Add voxware audio IDs (even if we can't play it) (#351795).
3763 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3765 * gst-libs/gst/riff/riff-media.c:
3766 (gst_riff_create_video_template_caps),
3767 (gst_riff_create_audio_template_caps),
3768 (gst_riff_create_iavs_template_caps):
3769 Const-ify some arrays and use G_N_ELEMENTS instead
3770 of wasting oodles of RAM on terminator bits.
3772 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3774 * gst-libs/gst/tag/gstvorbistag.c:
3775 (gst_tag_list_to_vorbiscomment_buffer):
3776 * tests/check/libs/tag.c: (GST_START_TEST):
3777 And the same for _to_vorbiscomment_buffer(): allow
3778 id_data_len == 0 for speex.
3780 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
3783 * docs/plugins/Makefile.am:
3784 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3785 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3786 * docs/plugins/inspect/plugin-gdp.xml:
3787 * gst/gdp/Makefile.am:
3788 * tests/check/Makefile.am:
3789 Move GDP plugin to -base from -bad. Closes #347783.
3791 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3793 * gst-libs/gst/tag/gstvorbistag.c:
3794 (gst_tag_list_from_vorbiscomment_buffer):
3795 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3796 Also add some checks to make sure we don't memcmp() beyond the end of
3797 vorbiscomment buffer if the ID to check for is larger than the buffer.
3799 * tests/check/libs/tag.c: (GST_START_TEST):
3800 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3802 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3804 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3805 (gst_vorbis_enc_set_metadata):
3806 Use vorbis comment utility functions from libgsttag
3807 instead of re-inventing the wheel (partially fixes #347091).
3809 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
3811 * tests/check/elements/audioconvert.c: (GST_START_TEST):
3812 Fix leaks. Wait for state transitions that might happen ASYNC, as well
3815 2006-08-21 Wim Taymans <wim@fluendo.com>
3817 * docs/libs/Makefile.am:
3818 * docs/libs/gst-plugins-base-libs-sections.txt:
3819 * docs/libs/gst-plugins-base-libs.types:
3820 Don't try to GObject scan the netbuffer as it's not a GObject.
3823 * gst-libs/gst/netbuffer/gstnetbuffer.c:
3824 * gst-libs/gst/netbuffer/gstnetbuffer.h:
3825 Document GstNetBuffer.
3827 2006-08-21 Stefan Kost <ensonic@users.sf.net>
3829 * tests/check/elements/audioconvert.c: (GST_START_TEST),
3830 (audioconvert_suite):
3831 Add testcase for caps-size-explosion
3833 2006-08-20 Stefan Kost <ensonic@users.sf.net>
3835 * gst/audioconvert/gstaudioconvert.c:
3836 (gst_audio_convert_get_unit_size), (set_structure_widths):
3837 Lower debug, use g_assert in _get_unit_size
3839 * gst/audioresample/gstaudioresample.c:
3840 (audioresample_get_unit_size):
3841 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3842 (gst_ffmpegcsp_get_unit_size):
3843 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3844 use g_assert in _get_unit_size
3846 2006-08-18 Wim Taymans <wim@fluendo.com>
3848 * docs/libs/gst-plugins-base-libs-sections.txt:
3849 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3850 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3851 (gst_rtp_buffer_get_payload_buffer):
3852 * gst-libs/gst/rtp/gstrtpbuffer.h:
3853 Document GstRTPBuffer.
3854 Added function to efficiently strip payload headers.
3855 API: gst_rtp_buffer_get_payload_subbuffer()
3857 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3859 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3860 (gst_tag_to_vorbis_comments):
3861 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3862 tags and deserialise them properly as well (#347091).
3863 Add some more gtk-doc blurbs and also some g_return_if_fail().
3865 * tests/check/libs/tag.c: (GST_START_TEST),
3866 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3869 2006-08-17 Wim Taymans <wim@fluendo.com>
3871 * ext/ogg/Makefile.am:
3872 * ext/ogg/gstogg.c: (plugin_init):
3873 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3874 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3875 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3876 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3877 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3878 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3879 Added ogg-in-avi parser element. Fixes #140139.
3881 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3882 Fixed a bug in oggdemux debug code.
3884 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3885 (gst_riff_create_audio_template_caps):
3886 Recognise Ogg in the AVI extensible wave format.
3888 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3890 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3891 Make buffer durations add up (duration should be next_ts-ts for
3892 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3895 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3896 (test_buffer_timestamps), (cddabasesrc_suite):
3897 Add unit test for the above.
3899 * tests/check/Makefile.am:
3900 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3901 to see what happens.
3903 2006-08-16 Wim Taymans <wim@fluendo.com>
3905 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3906 (gst_alsasink_open):
3907 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3909 Avoid setting and using a NULL device name.
3910 Print more info when we fail to open a device.
3912 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
3914 * docs/libs/gst-plugins-base-libs-sections.txt:
3915 * gst-libs/gst/tag/tag.h:
3916 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3917 API: add gst_tag_parse_extended_comment() (#351426).
3919 * tests/check/Makefile.am:
3920 * tests/check/libs/.cvsignore:
3921 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3922 Add unit test for gst_tag_parse_extended_comment().
3924 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3926 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3927 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3930 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3932 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3933 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3934 * docs/plugins/gst-plugins-base-plugins.args:
3935 * gst/playback/gstplaybin.c:
3938 * docs/plugins/inspect/plugin-adder.xml:
3939 * docs/plugins/inspect/plugin-alsa.xml:
3940 * docs/plugins/inspect/plugin-audioconvert.xml:
3941 * docs/plugins/inspect/plugin-audiorate.xml:
3942 * docs/plugins/inspect/plugin-audioresample.xml:
3943 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3944 * docs/plugins/inspect/plugin-cdparanoia.xml:
3945 * docs/plugins/inspect/plugin-decodebin.xml:
3946 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3947 * docs/plugins/inspect/plugin-gnomevfs.xml:
3948 * docs/plugins/inspect/plugin-ogg.xml:
3949 * docs/plugins/inspect/plugin-pango.xml:
3950 * docs/plugins/inspect/plugin-playbin.xml:
3951 * docs/plugins/inspect/plugin-subparse.xml:
3952 * docs/plugins/inspect/plugin-tcp.xml:
3953 * docs/plugins/inspect/plugin-theora.xml:
3954 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3955 * docs/plugins/inspect/plugin-video4linux.xml:
3956 * docs/plugins/inspect/plugin-videorate.xml:
3957 * docs/plugins/inspect/plugin-videoscale.xml:
3958 * docs/plugins/inspect/plugin-videotestsrc.xml:
3959 * docs/plugins/inspect/plugin-volume.xml:
3960 * docs/plugins/inspect/plugin-vorbis.xml:
3961 * docs/plugins/inspect/plugin-ximagesink.xml:
3962 * docs/plugins/inspect/plugin-xvimagesink.xml:
3963 Update to CVS version.
3965 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3967 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3968 (gst_play_bin_set_property), (gst_play_bin_get_property),
3969 (value_list_append_structure_list),
3970 (gst_play_bin_handle_redirect_message),
3971 (gst_play_bin_handle_message):
3972 API: GstPlayBin::connection-speed
3973 Add "connection-speed" property; re-order redirect messages with
3974 multiple redirect locations depending on the minimum bitrate if
3975 that information is available and a connection speed is set
3978 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3980 * gst/playback/gstplaybin.c:
3981 Update max volume to the same value that the volume element uses.
3983 2006-08-14 Wim Taymans <wim@fluendo.com>
3985 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3988 2006-08-14 Wim Taymans <wim@fluendo.com>
3990 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3991 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3992 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3993 Add some more debug info.
3994 Don't crash when a seek failed.
3995 Actually return the result of the seek instead of TRUE.
3996 Ignore multiple BOS pages with the same serial so that we don't create
3997 the same stream multiple times.
3998 Post an error when we fail to do the initial seek.
4000 2006-08-13 Wim Taymans <wim@fluendo.com>
4002 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4003 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
4006 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4007 (gst_alsa_mixer_new):
4008 Remove hack that always set the device to hw:0*.
4009 Properly find the card name for whatever device was configured.
4010 Do some better debugging.
4013 * ext/alsa/gstalsamixerelement.c:
4014 (gst_alsa_mixer_element_set_property),
4015 (gst_alsa_mixer_element_change_state):
4017 Handle setting of a NULL device name better.
4019 2006-08-11 Wim Taymans <wim@fluendo.com>
4021 * gst/adder/gstadder.c:
4022 Don't clip float values. Fixes #350900.
4024 2006-08-11 Andy Wingo <wingo@pobox.com>
4026 * gst/tcp/gsttcp.c: Really fix the build?
4028 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
4031 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
4033 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
4034 Float caps shouldn't have a "signed" field.
4036 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
4038 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4039 Implement SEEKING query in its most basic form, so that we can
4040 at least check if we're seekable or not (#350655).
4042 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
4044 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4045 The checks here are not even close to anything that would
4046 justify MAXIMUM probability, lowering to POSSIBLE until someone
4047 fixes the checks (case at hand: quicktime redirection files
4048 might start with 00 00 01 XX and pass the checks here just
4051 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
4053 Patch by: Sjoerd Simons <sjoerd at luon net>
4055 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4056 Better detection for multipart/x-mixed-replace: accept leading
4057 whitespaces before the boundary marker as well (as our very own
4058 multipartmux used to produce) (#349068).
4060 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
4062 Patch by: Young-Ho Cha <ganadist at chollian net>
4064 * gst-libs/gst/riff/riff-ids.h:
4065 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4066 (gst_riff_create_audio_template_caps):
4067 Detect DTS audio streams (#350157).
4069 2006-08-05 Andy Wingo <wingo@pobox.com>
4071 * ext/theora/gsttheoraparse.h:
4072 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4073 (theora_parse_dispose, theora_parse_set_property)
4074 (theora_parse_get_property, theora_parse_munge_granulepos)
4075 (theora_parse_push_buffer, theora_parse_change_state):
4076 API: GstTheoraParse::synchronization-points
4077 Add a property 'synchronization-points' to fix badly synchronized oggs.
4079 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4081 * tests/check/Makefile.am:
4082 * tests/check/libs/.cvsignore:
4083 * tests/check/libs/audio.c: (structure_contains_channel_positions),
4084 (fixed_caps_have_channel_positions), (GST_START_TEST),
4085 (audio_suite), (main):
4086 Add a few tests for the channel position stuff in libgstaudio.
4088 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4090 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4091 (gst_alsa_detect_channels):
4092 * ext/alsa/gstalsasink.c:
4093 Add support for cards that (only) do more than 8 channels,
4094 like the Delta 44 (#345188).
4096 * gst-libs/gst/audio/multichannel.c:
4097 (gst_audio_check_channel_positions):
4098 * gst-libs/gst/audio/multichannel.h:
4099 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4100 unspecified channel position and cannot be combined with any
4101 of the other audio channel positions; adjust position layout
4102 checks accordingly (#345188).
4104 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4106 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4107 Recognise ancient RealAudio files (see #349779).
4109 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4111 Patch by: Jens Granseuer <jensgr at gmx net>
4113 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4114 Add typefinder for Interplay's MVE format (#348973).
4116 2006-08-02 Wim Taymans <wim@fluendo.com>
4118 Patch by: Marcel Moreaux <marcelm at luon dot net>
4120 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4121 (gst_base_rtp_depayload_add_to_queue):
4122 * gst-libs/gst/rtp/gstbasertpdepayload.h:
4123 Handle RTP sequence number rollover.
4124 Disable jitterbuffer by default.
4126 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
4128 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4129 (audioresample_set_caps):
4130 Don't leak references to the incoming caps. Clean them up when
4133 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4134 (gst_video_scale_finalize):
4135 Don't leak our temporary pixel buffer.
4137 * tests/check/Makefile.am:
4138 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4139 (GST_START_TEST), (simple_launch_lines_suite):
4141 Fix leaks and re-enable the test for valgrind checking.
4143 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
4145 Patch by: Sjoerd Simons <sjoerd at luon net>
4147 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4149 Add typefind function for multipart/x-mixed-replace (#348916).
4151 2006-07-28 Wim Taymans <wim@fluendo.com>
4153 * gst/adder/gstadder.c: (gst_adder_setcaps),
4154 (gst_adder_query_duration):
4155 Fix leak in duration query.
4156 Reflow some docs and notes.
4158 2006-07-28 Michael Smith <msmith@fluendo.com>
4160 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4162 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4165 2006-07-28 Michael Smith <msmith@fluendo.com>
4167 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4168 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4169 (gst_vorbis_enc_push_buffer),
4170 (gst_vorbis_enc_buffer_check_discontinuous),
4171 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4172 * ext/vorbis/vorbisenc.h:
4173 Handle discontinuities in the input vorbis stream correctly,
4174 so that the output is properly timestamped (and has good granulepos
4175 values). Needs some oggmux fixes too.
4177 2006-07-27 Wim Taymans <wim@fluendo.com>
4179 patch by: Kai Vehmanen <kv2004 eca cx>
4181 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4182 (gst_base_rtp_depayload_chain),
4183 (gst_base_rtp_depayload_handle_sink_event),
4184 (gst_base_rtp_depayload_change_state):
4185 Don't send multiple newsegments with different formats.
4188 2006-07-26 Wim Taymans <wim@fluendo.com>
4190 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4191 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4192 Make seeking in ogg more accurate again by doing the more correct
4193 granuletime to stream time conversion.
4195 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
4197 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4198 (gst_multi_fd_sink_new_client):
4199 debug a little more understandably
4200 do not use goto as a substitute for break, especially if
4201 break is also being used
4203 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
4205 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4206 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4207 Remove GLib-2.6 compatibility cruft.
4209 2006-07-24 Wim Taymans <wim@fluendo.com>
4211 * gst-libs/gst/audio/gstbaseaudiosink.c:
4212 (gst_base_audio_sink_render):
4213 Don't try to align a sample to an unknown value.
4215 2006-07-24 Wim Taymans <wim@fluendo.com>
4217 * gst-libs/gst/audio/gstbaseaudiosink.c:
4218 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4219 When the audio clock is slaved to another clock, never try to align
4220 samples but trust the rate interpolation algorithm.
4222 2006-07-24 Wim Taymans <wim@fluendo.com>
4224 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4225 Don't try to calculate silence samples, base class does this much
4228 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4229 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4230 (gst_ring_buffer_acquire):
4231 Calculate silence samples correctly.
4233 * gst-libs/gst/audio/gstringbuffer.h:
4236 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
4238 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4239 Limit search for the first markup tag to the first few kB of
4240 the file. If we don't find one there, it's highly unlikely that
4241 this is an XML(-ish) file.
4243 2006-07-21 Andy Wingo <wingo@pobox.com>
4245 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4246 test to the one in vorbisenc. Also commented out.
4248 * tests/check/pipelines/vorbisenc.c:
4249 (test_discontinuity): New test, commented out until Mike lands
4250 some elite vorbisenc patches.
4252 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4253 Bufferstraw was actually factored out of these tests. Now we share
4256 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4257 for bufferstraw addition to gstcheck.
4259 2006-07-21 Wim Taymans <wim@fluendo.com>
4261 * ext/theora/theoradec.c: (clip_buffer):
4264 2006-07-21 Wim Taymans <wim@fluendo.com>
4266 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4267 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4268 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4270 Avoid type casting when we can.
4272 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4275 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
4277 * ext/alsa/gstalsamixerelement.c:
4278 (gst_alsa_mixer_element_change_state):
4279 Make state change fail if the specified device can't be opened
4282 2006-07-20 Wim Taymans <wim@fluendo.com>
4284 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4285 (cb_newpad), (main):
4286 Example of a small audio/video player using decodebin.
4288 2006-07-20 Stefan Kost <ensonic@users.sf.net>
4290 * gst-libs/gst/riff/riff-ids.h:
4293 2006-07-19 Wim Taymans <wim@fluendo.com>
4295 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4296 (gst_base_rtp_depayload_chain),
4297 (gst_base_rtp_depayload_change_state):
4298 Don't assert when not negotiated but post a meaningfull
4299 error message. Fixes #347918.
4301 * gst-libs/gst/rtp/gstbasertppayload.c:
4302 Add comment about better default MTU size.
4304 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4305 Small cleanups, start docs.
4307 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4309 Patch by: Martin Szulecki
4311 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4312 If "device-name" is requested and the device is not
4313 open, try to temporarily open it to obtain this
4314 information (#342494).
4316 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4318 * gst-libs/gst/tag/gstid3tag.c:
4319 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4321 * gst-libs/gst/tag/gsttageditingprivate.h:
4322 * gst-libs/gst/tag/gstvorbistag.c:
4323 Some more random const-ifications.
4325 2006-07-18 Stefan Kost <ensonic@users.sf.net>
4327 * gst-libs/gst/riff/riff-ids.h:
4328 * gst-libs/gst/riff/riff-media.c:
4329 (gst_riff_create_video_template_caps):
4330 Add more FOURCCs (sort list to make stuff easier to find),
4331 add comment what those 16 bytes in struct _gst_riff_strh according to
4334 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4336 * gst-libs/gst/audio/multichannel.c:
4337 (gst_audio_check_channel_positions),
4338 (gst_audio_fixate_channel_positions):
4339 Const-ify two arrays.
4341 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4343 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4344 Fix typo, so that alsasink also advertises 8 channels
4345 if that's supported (tags: can, worms, open, alsa, ph34r).
4347 2006-07-17 Wim Taymans <wim@fluendo.com>
4349 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4350 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4351 *sigh*, when is the compiler going to warn when the comments
4352 are out-of-sync with the code.. Refix case of busted theora
4353 headers with 0 granule pos.
4355 2006-07-14 Wim Taymans <wim@fluendo.com>
4357 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4358 (gst_base_rtp_depayload_wait),
4359 (gst_base_rtp_depayload_change_state),
4360 (gst_base_rtp_depayload_set_property),
4361 (gst_base_rtp_depayload_get_property):
4362 Fix 99% cpu load by waiting for absolute times on the
4363 clock. Fixes #347300.
4365 2006-07-14 Andy Wingo <wingo@pobox.com>
4367 * ext/theora/gsttheoraparse.h:
4368 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4369 (theora_parse_push_headers, theora_parse_clear_queue)
4370 (theora_parse_drain_queue_prematurely, )
4371 (theora_parse_sink_event, theora_parse_change_state): Queue events
4372 until we initialized our state, like in vorbisparse.
4374 * ext/vorbis/vorbisparse.h:
4375 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4376 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4377 (vorbis_parse_drain_queue_prematurely, )
4378 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4379 until we have initialized our state. Fixes seeking after an
4382 2006-07-14 Andy Wingo <wingo@pobox.com>
4384 Patch by: Iain Holmes <iaingnome@gmail.com>
4386 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4388 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
4391 Bump nano back to CVS
4393 === release 0.10.9 ===
4395 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4398 releasing 0.10.9, "I walk the line"
4400 2006-07-14 Michael Smith <msmith@fluendo.com>
4402 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4403 Move a g_cond_signal to earlier to avoid sometimes deadlocking
4404 (commonly happens when running this test under valgrind) when trying
4405 to remove the buffer probe.
4407 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4409 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4410 Fix missing g_unlock from the previous commit
4412 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4414 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4415 (gst_ximagesink_change_state):
4416 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4417 (gst_xvimagesink_change_state):
4418 Implement a locking order to ensure we always take the object lock
4419 before the x_lock and never vice-versa.
4421 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4423 * gst/playback/gstdecodebin.c: (find_compatibles):
4424 Fix a caps leak when linking (#347304)
4426 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4427 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4428 (gst_ximagesink_change_state):
4429 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4430 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4431 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4432 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4433 Don't leak shared memory resources. Use the object lock to protect
4434 against the xcontext disappearing while returning a buffer from the
4437 2006-07-12 Edward Hervey <edward@fluendo.com>
4439 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4440 (vorbis_handle_comment_packet):
4441 gst_tag_list_merge() returns a new object. Take that into account when
4442 using it. This avoids memleak.
4443 Revert previous commit which is not needed.
4445 2006-07-12 Edward Hervey <edward@fluendo.com>
4447 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4448 Reset the decoder in finalize so that all fields get cleared.
4450 2006-07-12 Wim Taymans <wim@fluendo.com>
4452 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4453 (gst_base_audio_src_set_clock),
4454 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4455 Don't try to post an error message when setting the clock fails
4456 as this can happen when adding an element to a bin which will then
4457 deadlock. Fixes #347296.
4459 2006-07-12 Edward Hervey <edward@fluendo.com>
4461 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4462 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4463 (vorbis_handle_type_packet):
4464 Post tag messages on the bus even if we're not initialized.
4465 If we're not initialized, we still postpone the event pushing of tags.
4467 2006-07-12 Wim Taymans <wim@fluendo.com>
4469 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4470 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4471 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4472 Revert last two changes that broke the freeze.
4474 2006-07-12 Wim Taymans <wim@fluendo.com>
4476 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4477 basesink calculates silence sample correctly for us.
4479 2006-07-12 Wim Taymans <wim@fluendo.com>
4481 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4482 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4483 Calculate correct silence samples so we don't fill our ringbuffer
4486 2006-07-12 Edward Hervey <edward@fluendo.com>
4488 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4489 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4490 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4491 * ext/vorbis/vorbisdec.h:
4492 Delay sending events (newsegment, tags) until the decoder is properly
4496 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
4498 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4499 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4500 Patch from #347221 adding a test for audioconvert
4503 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
4505 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4506 (gst_ssa_parse_parse_line):
4507 Don't include the terminating NUL in the buffer size,
4508 it's only there for extra paranoia (would add random
4509 '*' characters at the end of each subtitle since the
4510 terminator itself is not valid UTF-8 technically).
4511 Also fix indenting after boilerplate macro.
4513 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
4515 * gst/playback/gstdecodebin.c: (close_pad_link):
4516 Also emit 'unknown-type' signal (which should really be
4517 called unhandled-type) if we found potential decoders/demuxers
4518 in the registry but none of them worked in the end (as in the
4519 case where the plugins don't exist any longer but are still
4520 listed in the registry). Fixes #329798.
4522 2006-07-08 Andy Wingo <wingo@pobox.com>
4524 * theoraparse.c (theora_parse_push_buffer)
4525 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4526 Add some more debugging. Fix granulepos reconstruction in the face
4529 2006-07-06 Wim Taymans <wim@fluendo.com>
4531 * gst-libs/gst/audio/gstbaseaudiosink.c:
4532 (gst_base_audio_sink_class_init),
4533 (gst_base_audio_sink_provide_clock):
4534 Use gobject_class instead of G_OBJECT_CLASS (klass)
4536 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4537 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4538 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4539 (gst_base_audio_src_get_time),
4540 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4541 (gst_base_audio_src_create_ringbuffer):
4542 Fix latency and buffer-time constants and properties ala basesink.
4543 Implement pull based scheduling. Fixes #346527.
4544 Set default blocksize in GstBaseSrc to 0, we default to pushing out
4546 Refuse slaving to another clock instead of silently not working.
4547 Only provide a clock when we are actually able to do so.
4548 Various small cleanups and compiler hints.
4550 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4552 Patch by: Lutz Mueller <lutz at topfrose de>
4554 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4556 Add typefinding for text/html (#346581).
4558 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4560 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4561 (xml_check_first_element), (xml_type_find), (smil_type_find):
4562 Fix SMIL typefinding, make xml_check_first_element() more
4565 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4567 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4568 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4569 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4570 * gst/playback/gstplaybasebin.h:
4571 Protect list of elements with a subtitle-encoding property and
4572 the subtitle encoding member itself with a lock of their own
4573 instead of using the object lock. This prevents a dead-lock in
4574 the element-remove callback in some circumstances when shutting
4577 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
4579 * win32/common/libgsttag.def:
4580 Export some new functions.
4581 * win32/vs6/libgstogg.dsp:
4582 Add a link to libgsttag-0.10.lib.
4584 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
4586 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4587 Some const-ification.
4589 2006-07-04 Wim Taymans <wim@fluendo.com>
4591 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4592 Improve checking if we are dealing with a stream. Added some
4593 more uris that need buffering.
4595 2006-07-03 Edward Hervey <edward@fluendo.com>
4597 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4598 Remove unused variable.
4600 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
4605 add GCOV_LIBS to GST_LIBS
4607 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
4609 Patch by: Michael Sheldon <webmaster at mikeasoft com>
4611 * ext/alsa/gstalsasrc.c:
4612 Add 32 bps to template caps and increase channels range
4613 from [1,2] to [1,MAX]. See #346326.
4615 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
4617 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4618 Recognise 'WMVA' video codec fourcc (#345879).
4620 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
4622 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4623 Fixed nasty memory leak
4625 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
4627 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4628 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4631 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
4633 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4634 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4635 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4636 Protect remove_fakesink using a mutex, so that we don't try and
4637 remove the fakesink simultaneously from multiple threads.
4639 When going from READY to PAUSED, restore the fakesink, so that
4640 it is there when decodebin gets reused.
4642 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
4644 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4645 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4646 * gst-libs/gst/rtp/gstbasertppayload.c:
4647 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4648 * gst/tcp/gstmultifdsink.c:
4649 * gst/tcp/gsttcpclientsink.c:
4650 * gst/tcp/gsttcpclientsrc.c:
4651 * gst/tcp/gsttcpserversink.c:
4652 * gst/tcp/gsttcpserversrc.c:
4653 * gst/videorate/gstvideorate.c:
4654 * gst/videotestsrc/gstvideotestsrc.c:
4655 * sys/v4l/gstv4ljpegsrc.c:
4656 * sys/v4l/gstv4lmjpegsink.c:
4657 * sys/v4l/gstv4lsrc.c:
4658 * tests/examples/seek/scrubby.c:
4659 * tests/examples/seek/seek.c:
4660 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4662 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4664 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4665 Second field in GEnumValue shouldn't be a description,
4666 but a stringified version of the enum value.
4668 2006-06-22 Wim Taymans <wim@fluendo.com>
4670 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4671 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4672 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4673 Avoid type checking in buffer casts.
4674 Avoid caps copy in buffer_alloc when we can.
4675 Use pad_peer_accept.
4677 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4679 * gst-libs/gst/tag/tag.h:
4680 Oops, make that 'Since: 0.10.9'.
4682 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4684 * docs/libs/gst-plugins-base-libs-sections.txt:
4685 * gst-libs/gst/tag/tag.h:
4686 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4687 (gst_tag_image_type_get_type):
4688 API: add GstTagImageType enum to describe images contained
4689 in image tags (#345641).
4691 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4693 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4694 Fix warnings with gst-inspect: "buffers-min" property
4695 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4696 typo in property description.
4698 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4700 Patch by: Cody Russell <bratsche at gnome org>
4702 * gst/audioresample/gstaudioresample.c:
4703 (gst_audioresample_class_init):
4704 * gst/playback/gststreamselector.c:
4705 (gst_stream_selector_class_init):
4706 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4707 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4708 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4709 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4710 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4711 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4712 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4713 * gst/videotestsrc/gstvideotestsrc.c:
4714 (gst_video_test_src_class_init):
4715 * gst/volume/gstvolume.c: (gst_volume_class_init):
4716 Avoid unnecessary class cast check in class_init
4717 functions (#337747).
4719 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
4721 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4722 (gst_text_overlay_video_chain):
4723 g_markup_escape_text() REALLY doesn't like non-UTF8 input
4724 and doesn't validate its input either (and neither did
4725 textoverlay it seems). Let's do that then and fix #345206.
4727 2006-06-19 Wim Taymans <wim@fluendo.com>
4729 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4730 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4731 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4732 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4733 (find_syncframe), (find_limits), (assign_value),
4734 (count_burst_unit), (gst_multi_fd_sink_new_client),
4735 (gst_multi_fd_sink_handle_client_write),
4736 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4737 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4738 (gst_multi_fd_sink_change_state):
4739 * gst/tcp/gstmultifdsink.h:
4740 Added shiny new burst-on-connect methods.
4741 Add properties to control the minimal amount of data queued.
4743 API: bytes-min property
4744 API: time-min property
4745 API: buffers-min property
4746 API: burst-unit property
4747 API: burst-value property
4748 API: add-full signal
4750 * gst/tcp/gsttcp-marshal.list:
4751 Added new marshaller code for the new signal.
4753 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4754 (multifdsink_suite):
4755 Added testcases for new burst methods.
4757 2006-06-19 Edward Hervey <edward@fluendo.com>
4759 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4760 Implement clipping for accurate seeking.
4763 2006-06-19 Wim Taymans <wim@fluendo.com>
4765 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4767 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4768 (gst_video_scale_transform):
4769 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4771 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
4774 Fix --disable-external (can't set conditionals conditionally,
4777 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4779 * tests/check/elements/audioresample.c: (test_reuse),
4780 (audioresample_suite):
4781 Add test case for bug #342789 fixed below.
4783 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4785 * gst/audioresample/gstaudioresample.c:
4786 (gst_audioresample_class_init), (gst_audioresample_init),
4787 (audioresample_start), (audioresample_stop),
4788 (gst_audioresample_set_property), (gst_audioresample_get_property):
4789 Implement GstBaseTransform::start and ::stop so that audioresample
4790 can clear its internal state properly and be reused instead of
4791 causing non-negotiated errors with playbin under some circumstances
4794 * tests/check/elements/audioresample.c: (setup_audioresample),
4795 (cleanup_audioresample):
4796 Need to set element state here so that ::start and ::stop are
4799 2006-06-16 Wim Taymans <wim@fluendo.com>
4801 Patch by: Young-Ho Cha <ganadist at chollian dot net>
4803 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4804 Parse extra data better, apparently it's right behind
4805 the normal strf header size. Fixes #343500.
4807 2006-06-16 Wim Taymans <wim@fluendo.com>
4809 * ext/alsa/gstalsasink.c: (set_hwparams):
4810 If we fail to set the buffer_time and period_time alsa
4811 parameters, post a warning and leave alsa select a
4812 default instead of failing. Fixes #342085
4814 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4816 * docs/libs/gst-plugins-base-libs-sections.txt:
4817 * gst-libs/gst/cdda/gstcddabasesrc.h:
4818 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4819 out in the header file and shouldn't be listed in the docs.
4821 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4822 Must dereference pointer to fourcc in the debug statement.
4824 2006-06-16 Stefan Kost <ensonic@users.sf.net>
4826 * docs/libs/Makefile.am:
4827 * docs/libs/gst-plugins-base-libs-docs.sgml:
4828 * docs/libs/gst-plugins-base-libs-sections.txt:
4829 * docs/libs/gst-plugins-base-libs.types:
4830 add remaining symbols into correct setions
4832 * gst-libs/gst/audio/gstringbuffer.c:
4835 * gst-libs/gst/audio/gstringbuffer.h:
4836 comment out not yet implemented function
4839 * gst-libs/gst/floatcast/floatcast.h:
4840 * gst-libs/gst/netbuffer/gstnetbuffer.c:
4841 add short descriptions
4844 * gst-libs/gst/interfaces/propertyprobe.c:
4845 fix return value docs
4847 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4848 simplify debug logging
4850 * gst-libs/gst/riff/riff-read.h:
4851 sync function prototype and docs
4853 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4854 remove left over symbol
4856 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4861 Use GST_PLUGIN_DOCS macro in configure.ac, add
4862 --enable-plugin-docs default to autogen.sh and use
4863 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4865 2006-06-15 Wim Taymans <wim@fluendo.com>
4867 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4868 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4869 (gst_ogg_demux_loop):
4870 Combine GstFlowReturn from the source pads to give a
4871 meaningfull result to the upstream peer or to stop the
4872 processing task in case of errors.
4874 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4876 * gst/playback/gststreaminfo.c: (cb_probe):
4877 Try GST_TAG_CODEC as fallback when extracting the
4878 codec name; more debug info.
4880 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4882 * ext/ogg/Makefile.am:
4883 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4884 Extract language tags from ogm subtitle streams, so that
4885 the subtitle menu choices are labelled correctly in
4886 Totem (fixes #344708).
4888 2006-06-14 Wim Taymans <wim@fluendo.com>
4890 Patch by: Alessandro Decina <alessandro at nnva dot org>
4892 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4893 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4894 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4895 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4896 Fix various leaks. Fixes #343699.
4897 Add x-smoke mime type.
4899 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4901 * gst-libs/gst/riff/riff-ids.h:
4902 Add IDs for 'bext' chunks (see #343837).
4904 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
4906 Patch by: Young-Ho Cha <ganadist at chollian net>
4908 * gst/subparse/samiparse.c: (sami_context_pop_state),
4909 (handle_start_font), (end_sami_element):
4910 Honour font face tags in SAMI subtitles (#344503).
4912 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4915 add missing files containing translatable strings
4917 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4919 * docs/libs/tmpl/.cvsignore:
4920 we don't want those *.sgml files in CVS either
4922 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4924 * docs/libs/.cvsignore:
4925 * tests/check/elements/.cvsignore:
4926 * tests/check/libs/.cvsignore:
4929 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4931 * docs/libs/Makefile.am:
4932 also commiting the changed Makefile.am (added more libs to the
4935 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4937 * docs/libs/gst-plugins-base-libs-docs.sgml:
4938 * docs/libs/gst-plugins-base-libs-sections.txt:
4939 * docs/libs/gst-plugins-base-libs.types:
4940 first batch of reordering things, add index & hierarchy
4942 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
4945 use GST_PKG_CHECK_MODULES, cleans up output
4947 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4949 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4950 Add support for burn:// URIs (#343385); const-ify things a bit,
4951 use G_N_ELEMENTS instead of hard-coded array size.
4953 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4955 Patch by: Young-Ho Cha <ganadist at chollian net>
4957 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4958 Fix up broken entities before passing them to libxml *sigh*.
4961 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4966 === release 0.10.8 ===
4968 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4971 releasing 0.10.8, "Moar gij ziet mij nie"
4973 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
4990 * win32/common/config.h:
4993 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
4995 * docs/libs/tmpl/gstaudio.sgml:
4996 * docs/libs/tmpl/gstcolorbalance.sgml:
4997 * docs/libs/tmpl/gstmixer.sgml:
4998 * docs/libs/tmpl/gstringbuffer.sgml:
4999 * docs/libs/tmpl/gsttuner.sgml:
5000 * docs/libs/tmpl/gstxoverlay.sgml:
5001 * gst-libs/gst/audio/audio.c:
5002 * gst-libs/gst/audio/gstringbuffer.c:
5003 * gst-libs/gst/interfaces/colorbalance.c:
5004 * gst-libs/gst/interfaces/mixer.c:
5005 * gst-libs/gst/interfaces/tuner.c:
5006 * gst-libs/gst/interfaces/xoverlay.c:
5007 move last template doc snippets to source code and delete them
5009 2006-06-06 Michael Smith <msmith@fluendo.com>
5011 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
5012 (theora_parse_drain_queue):
5013 Mark DELTA_UNIT on non-keyframes.
5015 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
5017 * gst-libs/gst/audio/gstbaseaudiosink.c:
5018 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
5019 * gst-libs/gst/audio/gstbaseaudiosink.h:
5020 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
5021 (gst_ring_buffer_samples_done):
5022 * gst-libs/gst/audio/gstringbuffer.h:
5023 Document better the fact that latency_time and buffer_time are values
5024 stored in microseconds, and not the usual GStreamer nanoseconds.
5025 Change the variables (compatibly) that store them from GstClockTime
5026 to guint64 to make it more clear that they're not storing clock times.
5027 Also, remove the bogus property description that says the user can
5028 specify -1 to get the default value, since that's never been the case.
5030 When computing the default segment size for the ring buffer, make it
5031 an integer number of samples.
5033 When the sub-class indicates a delay greater than the number of
5034 samples we've written return 0 from the audio sink get_time method.
5036 2006-06-02 Michael Smith <msmith@fluendo.com>
5038 * tests/check/elements/audioconvert.c: (set_channel_positions),
5039 (get_float_mc_caps), (get_int_mc_caps):
5040 * tests/check/elements/audioresample.c:
5041 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5042 * tests/check/elements/videorate.c:
5043 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5044 * tests/check/elements/volume.c:
5045 * tests/check/elements/vorbisdec.c:
5046 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5047 Don't busy-wait in tests; this was causing test timeouts very
5048 frequently when running under valgrind.
5050 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
5053 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5054 (gst_multi_fd_sink_remove_client_link),
5055 (gst_multi_fd_sink_client_queue_caps),
5056 (gst_multi_fd_sink_client_queue_buffer),
5057 (gst_multi_fd_sink_handle_client_write),
5058 (gst_multi_fd_sink_render):
5059 * gst/tcp/gstmultifdsink.h:
5060 make multifdsink properly deal with streamheader:
5061 - streamheader is taken from caps
5062 - buffers marked with IN_CAPS are not sent
5063 - streamheaders are sent, on connection, from the caps of the
5064 buffer where the client gets positioned to
5065 - further streamheader changes are done every time the client
5066 will receive a buffer with different caps
5067 * tests/check/elements/multifdsink.c: (GST_START_TEST),
5068 (gst_multifdsink_create_streamheader):
5071 2006-06-02 Michael Smith <msmith@fluendo.com>
5073 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5074 Reinstate limit on channel count. Vorbis does not define the meaning
5075 of > 6 channels, so they're just independent channels. Gstreamer
5076 currently has no mechanism to represent N independent channels.
5078 2006-06-02 Michael Smith <msmith@fluendo.com>
5080 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5081 Don't arbitrarily restrict channel counts and rate in vorbis.
5082 In terms of effects likely on real-world files, this fixes 96kHz
5085 2006-06-02 Michael Smith <msmith@fluendo.com>
5087 * gst/audioconvert/audioconvert.c: (float):
5088 More correct float->int conversion.
5090 2006-06-02 Michael Smith <msmith@fluendo.com>
5092 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5093 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5094 value. Fixes g-critical on trying to play back ogg containing
5097 2006-06-02 Wim Taymans <wim@fluendo.com>
5099 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5101 * gst/playback/gstplaybasebin.h:
5102 Make the subtitle detection work from any thread so we don't
5103 deadlock. Fixes #343397.
5105 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
5107 * gst/volume/Makefile.am:
5108 Seriously, it's not *that* hard to get compilation right. Even
5109 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5111 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5113 * gst/volume/gstvolume.c: (volume_choose_func),
5114 (volume_update_real_volume), (gst_volume_class_init),
5115 (gst_volume_init), (volume_process_float), (volume_process_int16),
5116 (volume_process_int16_clamp), (volume_set_caps),
5117 (volume_transform_ip), (plugin_init):
5118 * gst/volume/gstvolume.h:
5119 rewrite the passthrough check, split _int16 and _int16_clamp, fix
5120 another property desc., remove unused param from process function
5122 * tests/check/elements/volume.c: (volume_suite):
5123 reactivate the passthrough test
5125 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5127 * ext/alsa/gstalsamixerelement.h:
5128 * ext/alsa/gstalsamixeroptions.h:
5129 * ext/alsa/gstalsamixertrack.h:
5130 * ext/gnomevfs/gstgnomevfssink.h:
5131 * ext/gnomevfs/gstgnomevfssrc.h:
5132 * ext/theora/gsttheoradec.h:
5133 * ext/theora/gsttheoraenc.h:
5134 * ext/theora/gsttheoraparse.h:
5135 * ext/vorbis/vorbisparse.h:
5136 * gst-libs/gst/audio/gstaudioclock.h:
5137 * gst-libs/gst/audio/gstaudiofilter.h:
5138 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5139 * gst/audioconvert/gstaudioconvert.h:
5140 * gst/audioresample/gstaudioresample.h:
5141 * gst/audiotestsrc/gstaudiotestsrc.h:
5142 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5143 * gst/playback/gststreamselector.h:
5144 * gst/tcp/gstmultifdsink.h:
5145 * gst/tcp/gsttcpclientsink.h:
5146 * gst/tcp/gsttcpclientsrc.h:
5147 * gst/tcp/gsttcpserversink.h:
5148 * gst/tcp/gsttcpserversrc.h:
5149 * gst/videorate/gstvideorate.h:
5150 * gst/videoscale/gstvideoscale.h:
5151 * gst/videotestsrc/gstvideotestsrc.h:
5152 * gst/volume/gstvolume.h:
5153 * sys/v4l/gstv4ljpegsrc.h:
5154 * sys/v4l/gstv4lmjpegsink.h:
5155 * sys/v4l/gstv4lmjpegsrc.h:
5156 * sys/v4l/gstv4lsrc.h:
5157 * sys/ximage/ximagesink.h:
5158 * sys/xvimage/xvimagesink.h:
5159 * tests/old/testsuite/alsa/sinesrc.h:
5160 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5162 2006-05-31 Wim Taymans <wim@fluendo.com>
5164 * ext/libvisual/visual.c: (gst_visual_reset),
5165 (gst_visual_sink_setcaps), (gst_visual_sink_event),
5166 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5168 Use running time before doing QoS.
5171 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
5173 * docs/libs/Makefile.am:
5174 set a magic variable to indicate we know the docs are incomplete
5176 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
5178 * win32/common/libgstvideo.def:
5179 export gst_video_calculate_display_ratio
5180 * win32/vs6/libgstvideoscale.dsp:
5181 add link to libgstvideo-0.10.lib
5183 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
5185 * gst/playback/gstplaybasebin.c: (gen_source_element):
5186 Throw a more comprehensible error for rtsp:// URIs (rather
5187 than erroring out with a negotiation error later on) until
5188 we fix playbin to handle rtspsrc etc.
5190 2006-05-30 Wim Taymans <wim@fluendo.com>
5192 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5193 (gst_text_overlay_text_event):
5196 2006-05-30 Wim Taymans <wim@fluendo.com>
5198 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5199 (gst_adder_request_new_pad), (gst_adder_release_pad):
5200 * gst/adder/gstadder.h:
5201 Implement release_request_pad.
5202 Make padcounter atomic.
5204 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5205 Added check for release_pad in adder.
5207 2006-05-30 Wim Taymans <wim@fluendo.com>
5209 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5212 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
5214 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5215 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5216 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5217 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5218 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5219 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5220 (gst_ogg_demux_bisect_forward_serialno),
5221 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5222 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5224 clean up printf formats for granulepos and serialno
5226 2006-05-30 Michael Smith <msmith@fluendo.com>
5228 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5229 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5230 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5231 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5232 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5233 * ext/vorbis/vorbisenc.h:
5234 Multi-channel caps negotiation, so we can do proper multichannel
5235 vorbis encoding, negotiated through audioconvert.
5237 2006-05-30 Wim Taymans <wim@fluendo.com>
5239 * tests/check/elements/adder.c: (test_event_message_received),
5240 (test_play_twice_message_received), (GST_START_TEST),
5242 Added check to show that #339935 is fixed with ongoing
5243 adder and collectpads fixes.
5245 2006-05-29 Wim Taymans <wim@fluendo.com>
5247 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5248 Don't leak pad name.
5250 2006-05-29 Wim Taymans <wim@fluendo.com>
5252 * gst/adder/gstadder.c: (gst_adder_query_duration),
5253 (forward_event_func), (forward_event), (gst_adder_src_event):
5255 Make query/seeking code threadsafe.
5257 * tests/check/Makefile.am:
5258 * tests/check/elements/adder.c: (test_event_message_received),
5259 (GST_START_TEST), (test_play_twice_message_received):
5260 Fix adder test case.
5262 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
5264 Patch by: Young-Ho Cha <ganadist at chollian net>
5266 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5267 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5268 (set_encoding_element), (decodebin_element_added_cb),
5269 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5270 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5271 * gst/playback/gstplaybasebin.h:
5272 Add 'subtitle-encoding' property to playbin, so applications can
5273 force a subtitle encoding for non-UTF8 subtitles (#342268).
5275 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5276 (gst_sub_parse_set_property):
5277 Rename recently-added 'encoding' property to 'subtitle-encoding'
5278 (so it can be proxied by playbin/decodebin in a generic way
5279 with less danger of false positives).
5281 2006-05-29 Michael Smith <msmith@fluendo.com>
5283 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5284 (append_with_other_format), (set_structure_widths),
5285 (gst_audio_convert_transform_caps):
5286 Patch from #341562: give more specific audio caps in get_caps, so
5287 that basetransform can make better decisions on what caps to
5290 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5292 * tests/check/elements/volume.c:
5293 make it compile again
5295 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5297 * tests/check/elements/volume.c: (volume_suite):
5298 disable test until #343196 gets resolved
5300 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5302 * gst/adder/gstadder.c: (gst_adder_get_type):
5303 Make it easier to copy&paste
5305 * gst/volume/Makefile.am:
5306 * gst/volume/gstvolume.c: (volume_update_real_volume),
5307 (gst_volume_set_volume), (gst_volume_set_mute),
5308 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5309 (volume_transform_ip), (volume_update_mute),
5310 (volume_update_volume):
5311 * gst/volume/gstvolume.h:
5312 Add own debug category, move duplicate code to helper function, fix
5313 property texts, add more comments and prepare ffor liboil-goodness
5315 * tests/check/Makefile.am:
5316 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5317 add test for mute and passtrough case, be a bit more verbose to track
5320 * tests/check/generic/states.c: (GST_START_TEST):
5321 catch elements that fail to instantiate
5323 2006-05-28 Edward Hervey <edward@fluendo.com>
5325 * tests/check/pipelines/simple-launch-lines.c:
5326 * tests/check/pipelines/theoraenc.c:
5327 * tests/check/pipelines/vorbisenc.c:
5328 Comment out tests using parse_launch() if core was built without
5329 parsing capabilities.
5331 2006-05-27 Edward Hervey <edward@fluendo.com>
5333 * tests/check/Makefile.am:
5334 Extra bonus points for whoever explains to ensonic that you are meant
5335 to test unit tests thoroughly before commiting them, especially if
5336 you know it's going to break.
5337 De-activated element/adder tests.
5339 2006-05-27 Edward Hervey <edward@fluendo.com>
5341 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5342 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5343 Marking caps conversion issues as GST_WARNING is way too verbose,
5344 Moving them to GST_LOG.
5346 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
5349 Replace current README (containing the release notes from
5350 some 0.9.x version) with a proper README taken from the core.
5352 2006-05-26 Wim Taymans <wim@fluendo.com>
5354 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5355 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5356 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5357 (vorbis_dec_change_state):
5360 Clip output samples to segment boundaries.
5362 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5364 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5365 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5366 Improve the errors produced on bad output, including some human
5367 readable description strings.
5368 Handle the (theoretical for ximagesink) case where the XServer
5369 has a different idea about the size required for a particular
5370 frame and gives us too small a memory allocation.
5372 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5374 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5375 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5376 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5377 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5378 Improve the errors produced on bad output, including some human
5379 readable description strings.
5380 Handle RGB Xv formats properly by transforming them into our
5381 big-endian caps description.
5382 Use gst_caps_truncate to ensure that we never try and choose a
5383 non-fixed caps in buffer_alloc.
5384 Handle the case where the XServer has a different idea about the size
5385 required for a particular frame and gives us too small a memory
5387 Use -1 to indicate 'no image format', because 0 is a valid XServer
5388 image format number.
5389 Put RGB Xv formats at the end of the caps, so that we always prefer
5391 Iterate the available Xv Encodings to determine the maximum width and
5392 height, and then return that in our caps.
5393 (Closes #315312, #337544)
5395 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
5397 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5398 When there is only one unfinished pad and it receives an event that
5399 doesn't match our requirements, we need to set alldone=FALSE so that
5400 the fakesink is not removed yet.
5402 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
5404 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5405 Use gst_type_find_helper_for_buffer() to find the type
5406 of stream from the first packet.
5409 Bump requirements to core CVS (needed for vorbis
5410 typefinding to work).
5412 2006-05-24 Edward Hervey <edward@fluendo.com>
5414 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5415 Added the 'prfl' atom type which MQV (no, it's not a typo) files
5416 contain. Else they play perfectly fine with qtdemux.
5418 2006-05-23 Stefan Kost <ensonic@users.sf.net>
5420 * ext/theora/theoradec.c:
5421 * ext/theora/theoraenc.c:
5422 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5423 * gst/audiorate/gstaudiorate.c:
5424 make more debug catagories static
5426 * tests/check/Makefile.am:
5427 * tests/check/elements/adder.c: (message_received),
5428 (test_event_message_received), (GST_START_TEST),
5429 (test_play_twice_message_received), (adder_suite):
5430 added test case for using element twice, extra bonus points for anyone
5431 who can make these test run reliably
5433 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
5435 * ext/theora/theoradec.c: (theora_dec_chain):
5436 Make work with time-stamped input buffers that do not
5437 have a granulepos in BUFFER_OFFSET_END (like theora
5438 buffers coming from matroskademux). Fixes #342448.
5440 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
5442 Patch by: Peter Kjellerstedt <pkj at axis com>
5444 * gst/tcp/Makefile.am:
5445 fdstresstest doesn't need Gtk+, fix compilation if
5446 gtk is not available (#342566).
5448 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5450 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5452 Removed redundant floor()
5454 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5456 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5457 On second thought, just skip JUNK chunks automatically, so
5458 the caller doesn't have to handle this. Fixes #342345.
5459 Also, return GST_FLOW_UNEXPECTED if we get a short read,
5462 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5464 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5465 Don't bail out on JUNK chunks with a size of 0 (would try to
5466 pull_range 0 bytes before, which sources don't like too much).
5469 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5471 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5472 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5473 Use the gstutil scaling function to preserve 64 bits while calculating
5474 output width and height from the display-aspect-ratio. (A continuation
5477 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5479 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5480 (gst_xvimagesink_buffer_alloc):
5481 * sys/xvimage/xvimagesink.h:
5482 When performing buffer allocations, remember the caps and image format
5483 we return so that if the same caps are asked for next time we can
5484 return them immediately without doing any caps intersections.
5486 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5488 * gst-libs/gst/rtp/README:
5489 Some new documentation
5490 * gst-libs/gst/rtp/gstrtpbuffer.h:
5491 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
5492 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5493 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5494 New RTP audio base payloader class. Supports frame or sample based
5495 codecs. Not enabled in Makefile.am until approved.
5497 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5499 * tests/check/elements/alsa.c: (test_device_property_probe):
5500 Fix test case: don't try to free NULL GValueArray when there
5503 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5505 * tests/check/Makefile.am:
5506 * tests/check/elements/alsa.c: (test_device_property_probe),
5507 (alsa_suite), (main):
5508 Add simple test that runs a device property probe on alsasrc,
5509 alsasink and alsamixer. Disable valgrind check for now (too
5510 many leaks in libasound, and valgrind ignored my suppressions
5513 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5515 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5516 (gst_alsa_device_property_probe_probe_property),
5517 (gst_alsa_device_property_probe_needs_probe),
5518 (gst_alsa_device_property_probe_get_values),
5519 (gst_alsa_type_add_device_property_probe_interface):
5520 * ext/alsa/gstalsadeviceprobe.h:
5521 * ext/alsa/gstalsamixerelement.c:
5522 (gst_alsa_mixer_element_init_interfaces):
5523 * ext/alsa/gstalsamixerelement.h:
5524 Clean up and simplify alsa device probing. Make it actually work
5525 for multiple classes. Don't cache results any longer.
5527 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5528 (gst_alsasink_init):
5529 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5530 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5531 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5532 Make alsasink and alsasrc implement the GstPropertyProbe interface
5533 for device probing (#342181).
5534 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
5536 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5538 * gst/subparse/samiparse.c: (handle_start_font):
5539 Don't ignore return value of strtol (++compiler_happiness).
5541 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
5543 Patch by: Young-Ho Cha <ganadist chollian net>
5545 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5546 (gst_sub_parse_class_init), (gst_sub_parse_init),
5547 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5549 * gst/subparse/gstsubparse.h:
5550 Add 'encoding' property (#341681).
5552 * gst/subparse/samiparse.c: (characters_sami):
5553 Output is pango markup, so we need to escape text
5554 between tags (#342143).
5556 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5558 * gst-libs/gst/audio/multichannel.c:
5559 (gst_audio_check_channel_positions):
5560 It's okay to have caps with channels=1 and a channel position
5561 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5562 (deinterleavers might want to keep the position in the caps,
5563 so that they can be re-interleaved again properly later).
5564 Leave check for unexpected 2-channel layouts intact for now.
5566 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5568 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5569 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5570 basesrc can do its job correctly.
5572 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5574 * ext/alsa/Makefile.am:
5575 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5576 (gst_alsa_detect_formats), (get_channel_free_structure),
5577 (caps_add_channel_configuration), (gst_alsa_detect_channels),
5578 (gst_alsa_probe_supported_formats):
5579 * ext/alsa/gstalsa.h:
5580 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5581 Refactor and improve caps probing code: probe signedness
5582 when we probe the supported formats/widths; set endianness
5583 to the one we actually probed for (ie. cpu endianness).
5585 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5586 (gst_alsasrc_close):
5587 * ext/alsa/gstalsasrc.h:
5588 Implement caps probing for alsasrc.
5590 2006-05-15 Wim Taymans <wim@fluendo.com>
5592 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5593 (theora_dec_src_query), (theora_dec_src_event),
5594 (theora_dec_sink_event), (theora_handle_comment_packet),
5595 (theora_handle_data_packet), (theora_dec_change_state):
5596 Cleanups, add some G_LIKELY.
5597 Use segment helpers instead of our own wrong code.
5598 Clear queued buffers on seek and READY.
5600 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5601 (vorbis_dec_convert), (vorbis_dec_src_query),
5602 (vorbis_dec_src_event), (vorbis_dec_sink_event),
5603 (vorbis_handle_comment_packet), (vorbis_dec_push),
5604 (vorbis_handle_data_packet), (vorbis_dec_chain),
5605 (vorbis_dec_change_state):
5606 * ext/vorbis/vorbisdec.h:
5607 Remove old useless packetno variable.
5608 Do position query properly.
5610 Do cleanup of queued buffers in new helper function
5613 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5615 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5616 Query supported sample rates. Fixes #341732.
5618 2006-05-15 Julien MOUTTE <julien@moutte.net>
5620 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5621 (gst_decode_bin_change_state): Make decodebin reusable
5622 when going from PAUSE_TO_READY and then back to PAUSED.
5625 2006-05-15 Wim Taymans <wim@fluendo.com>
5627 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5628 (vorbis_dec_convert), (vorbis_dec_src_query),
5629 (vorbis_dec_sink_query), (vorbis_dec_src_event),
5630 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5631 (vorbis_dec_clean_queued), (vorbis_dec_push),
5632 (vorbis_handle_data_packet), (vorbis_dec_change_state):
5633 Cleanups. Use refcounting and DEBUG_OBJECT.
5634 Reset segment on flush, use code methods instead of our
5636 Fix potential memleak.
5638 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5640 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5641 (gst_alsasink_init):
5642 * ext/alsa/gstalsasink.h:
5643 Don't leak allocated snd_output_t structure if there's
5644 more than one alsasink instance at a time (#341873).
5645 Also fix GObject macros in header file.
5647 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5649 * gst/subparse/gstsubparse.c:
5650 (gst_sub_parse_data_format_autodetect):
5651 Don't use libxml functions in the typefinding code.
5653 2006-05-15 Wim Taymans <wim@fluendo.com>
5655 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5656 Fix seeking performance in the case where a non-header
5657 packet has a 0 granulepos (busted theora case).
5659 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5660 the first place, you limelight stealer you)
5662 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5664 * gst/subparse/gstsubparse.c:
5665 (gst_sub_parse_data_format_autodetect):
5666 Improve SAMI typefinding: handle case where there are
5667 whitespaces or newlines in front of the first <SAMI>
5670 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5673 Build video4linux plugin even if there's no XVIDEO, just
5674 without implementing the GstXOverlay interface (#334002).
5676 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5679 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5681 Add tentative support for libvisual-0.4 (#336881).
5683 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5685 Patch by: Young-Ho Cha <ganadist at chollian net>
5687 * gst/subparse/samiparse.c: (handle_start_font):
5688 Need to map "silver" colour explicitly (#169936).
5690 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5692 Patch by: Young-Ho Cha <ganadist at chollian net>
5694 * gst/subparse/Makefile.am:
5695 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5696 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5697 (gst_sub_parse_format_autodetect), (feed_textbuf),
5698 (gst_subparse_type_find), (plugin_init):
5699 * gst/subparse/gstsubparse.h:
5700 * gst/subparse/samiparse.c:
5701 * gst/subparse/samiparse.h:
5702 Add support for SAMI subtitles (#169936).
5704 2006-05-14 Michael Smith <msmith@fluendo.com>
5706 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5707 Fix #341696: crash when mixing L+R+C to mono or stereo.
5708 * tests/check/Makefile.am:
5709 * tests/check/elements/audioconvert.c: (set_channel_positions),
5710 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5711 (audioconvert_suite):
5712 Add test for the above, including some generic framework bits for
5713 testing multichannel things.
5715 === release 0.10.7 ===
5717 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
5720 releasing 0.10.7, "Leave the gun"
5722 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
5724 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5725 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5728 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
5730 * docs/libs/gst-plugins-base-libs-docs.sgml:
5731 * docs/libs/gst-plugins-base-libs-sections.txt:
5732 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5733 * gst-libs/gst/video/video.h:
5734 * gst/videoscale/Makefile.am:
5735 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5736 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5737 * tests/check/Makefile.am:
5738 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5740 Fix integer overflow problem with pixel-aspect-ratio calculations
5741 in videoscale and xvimagesink (#341542)
5743 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
5745 * gst-libs/gst/tag/gstid3tag.c:
5746 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5748 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
5751 update win32 files listing
5753 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5755 patch by: Sjoerd Simons (sjoerd@luon.net)
5757 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5758 (group_create), (group_destroy), (add_stream),
5759 (gst_play_base_bin_get_property),
5760 (gst_play_base_bin_get_streaminfo_value_array):
5761 * gst/playback/gstplaybasebin.h:
5762 API: GstPlayBaseBin::stream-info-value-array property
5763 use a more bindings-friendly way of exposing streaminfo
5764 using a GValueArray. Tested in ipython.
5767 2006-05-11 Wim Taymans <wim@fluendo.com>
5769 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5770 (queue_underrun_cb), (queue_filled_cb):
5771 Also catch queue underruns but don't do anything yet.
5772 Refactor and comment queue enlarging code a bit.
5774 * gst/playback/gstplaybasebin.c: (queue_overrun),
5775 (queue_threshold_reached), (queue_out_of_data),
5776 (gen_preroll_element):
5777 If a queue over/underruns check that we don't create nasty
5778 deadlocks when the min-threshold is not reached but the
5779 max-bytes is. In those cases disable max-bytes when we
5780 know that the queue is fed timed data.
5783 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5785 * gst/playback/gstplaybin.c: (gen_audio_element):
5786 Make playbin automatically plug an 'audioresample'
5787 element before the audio sink as well. This solves
5788 problems with sinks that only accept a very specific
5789 sample rate, like esdsink (e.g. #340379).
5791 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5793 * gst/playback/gstplaybasebin.c: (gen_source_element):
5794 Make http sources send special headers so that we receive
5795 icecast metadata if the http stream is an icecast stream
5796 (otherwise the server will just ignore them). This also
5797 means that from now on users will need the 'icydemux'
5798 element from gst-plugins-good installed if they want to
5799 listen to icecast radio streams. (#341432, #333657).
5801 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5803 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5804 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5805 remove stupid example from docs - it should come with a simple
5808 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5809 (fail_if_can_read), (GST_START_TEST),
5810 (gst_multifdsink_create_streamheader), (multifdsink_suite):
5811 add a test for changing streamheader which exposes a bug in
5814 2006-05-11 Michael Smith <msmith@fluendo.com>
5816 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5817 (gst_gnome_vfs_src_received_headers_callback):
5818 * ext/gnomevfs/gstgnomevfssrc.h:
5819 Don't set icy-caps unless we have a sane interval value. Move
5820 interval to a local variable; we never use it outside this function.
5822 2006-05-11 Wim Taymans <wim@fluendo.com>
5824 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5825 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5826 Register special buffer types along with the objects so
5827 that they are not registered at runtime from N different
5828 streaming threads since they are not threadsafe.
5830 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5832 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5833 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5834 add two more tests, one doing streamheader
5836 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5838 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5839 clean up the bufqueue when shutting down
5840 * tests/check/Makefile.am:
5841 * tests/check/elements/multifdsink.c: (setup_multifdsink),
5842 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5844 add a test for the leak that was just fixed
5846 2006-05-10 Wim Taymans <wim@fluendo.com>
5848 * gst/adder/gstadder.c: (gst_adder_setcaps),
5849 (gst_adder_query_duration), (gst_adder_query), (forward_event),
5850 (gst_adder_src_event), (gst_adder_sink_event),
5851 (gst_adder_class_init), (gst_adder_finalize),
5852 (gst_adder_request_new_pad), (gst_adder_collected):
5853 * gst/adder/gstadder.h:
5854 Updated some docs. Added comments and FIXMEs all over the place.
5855 Improve debugging info.
5856 Fix leak on finalize by not calling the parent.
5857 Implement duration query.
5858 Make event forwarding threadsafe.
5859 Correctly send NEWSEGMENT at start and after flush.
5860 Handle EOS correctly.
5861 Post error when not negotiated.
5863 * tests/check/elements/adder.c: (GST_START_TEST):
5864 Added FIXME in the test.
5866 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5868 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5869 (gst_text_overlay_halign_get_type),
5870 (gst_text_overlay_wrap_mode_get_type):
5871 * ext/theora/theoradec.c: (theora_handle_type_packet),
5872 (theora_handle_data_packet):
5873 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5874 (theora_enc_sink_setcaps), (theora_enc_chain):
5875 * gst-libs/gst/cdda/gstcddabasesrc.c:
5876 (gst_cdda_base_src_mode_get_type):
5877 * gst/audiotestsrc/gstaudiotestsrc.c:
5878 (gst_audiostestsrc_wave_get_type):
5879 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5880 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5881 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5882 (gst_sync_method_get_type), (gst_unit_type_get_type),
5883 (gst_client_status_get_type):
5884 * gst/videoscale/gstvideoscale.c:
5885 (gst_video_scale_method_get_type):
5886 * gst/videotestsrc/gstvideotestsrc.c:
5887 (gst_video_test_src_pattern_get_type):
5888 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5889 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5890 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5891 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5892 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5893 (paint_setup_RGB565), (paint_setup_xRGB1555):
5894 Const-ify GEnumValue and GFlagsValue arrays. Use
5895 GST_ROUND_UP_* macros instead of home-made ones.
5897 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5900 Require core CVS for the new newsegment stuff.
5902 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5904 Patch by: Sjoerd Simons <sjoerd at luon net>
5906 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5907 Register nick for enum value (#341160).
5909 2006-05-09 Stefan Kost <ensonic@users.sf.net>
5911 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5913 backout typefind patch #340375
5915 * tests/check/elements/adder.c: (message_received),
5916 (GST_START_TEST), (adder_suite):
5917 redo, signal-handling of test
5919 2006-05-09 Wim Taymans <wim@fluendo.com>
5921 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5922 (gst_adder_collected):
5923 * gst/adder/gstadder.h:
5924 Remove bogus segment merging and forwarding, we don't
5925 care about timestamps anyway and we just produce a
5927 Also create a nice NEWSEGMENT event when we start.
5928 Use _scale_int some more.
5930 2006-05-09 Edward Hervey <edward@fluendo.com>
5932 * tests/icles/stress-xoverlay.c:
5933 Fix if core was built without parsing support.
5935 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5937 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5938 Add SEDG (Samsung MPEG-4) fourcc.
5940 2006-05-09 Edward Hervey <edward@fluendo.com>
5942 * tests/icles/stress-xoverlay.c:
5943 * tests/examples/volume/volume.c:
5944 Fix if core was built without parsing support.
5946 * tests/examples/seek/seek.c:
5947 Disable the parse_launch example if core was built without parsing
5950 2006-05-08 Edward Hervey <edward@fluendo.com>
5952 * autogen.sh: (CONFIGURE_DEF_OPT):
5953 libtoolize on Darwin/MacOSX is called glibtoolize
5955 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5957 * tests/check/Makefile.am:
5958 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5959 Disable the adder test, until the build-slaves posses the kindness to
5960 either like it or to give valid reason for not doing so
5962 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5964 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5966 Shuffle NULL state change around and raise timeout more
5968 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5970 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5971 (mp4_type_find), (plugin_init):
5972 Add typefind to distinguish between "audio/x-m4a" and new type
5973 "video/mp4". Fixes #340375
5975 * tests/check/elements/adder.c: (adder_suite):
5976 Raise timeout to make buildbot happy
5978 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5980 * gst/adder/gstadder.c: (gst_adder_sink_event),
5981 (gst_adder_request_new_pad), (gst_adder_change_state):
5982 * gst/adder/gstadder.h:
5983 * tests/check/Makefile.am:
5984 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5985 (adder_suite), (main):
5986 Add sink-event handling to adder. It tries to merge incomming
5987 newsegment-events. Added test to check if segment_done is comming
5988 through. Fixes #340060
5990 2006-05-05 Andy Wingo <wingo@pobox.com>
5992 * ext/theora/theoraparse.c (gst_theora_parse_init)
5993 (theora_parse_src_convert, theora_parse_src_query):
5994 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5995 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5996 query functions on the source pads of the theora and vorbis parse
5997 elements. Fixes position querying when doing a remux.
5999 2006-05-05 Michael Smith <msmith@fluendo.com>
6001 * ext/theora/theoraparse.c: (parse_granulepos),
6002 (theora_parse_drain_queue_prematurely),
6003 (theora_parse_queue_buffer), (theora_parse_sink_event):
6005 Fix invalid granulepos outputs when starting with a non-keyframe.
6007 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
6009 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
6010 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
6011 Rearrange MPEG system stream detection, fixing some memleaks in the
6013 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
6014 they clean up their data correctly.
6015 Remove unused ogganx caps and move the 'is_annodex' check to inside
6016 the 'is_ogg' if statement.
6018 2006-05-05 Wim Taymans <wim@fluendo.com>
6020 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
6021 Properly remove ghostpads. Fixes #340392
6023 2006-05-04 David Schleef <ds@schleef.org>
6025 * gst/typefind/gsttypefindfunctions.c:
6027 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
6029 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6030 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
6032 When typefinding an MP3 in push-based mode, don't penalise the
6033 probability down to 74% when we found 5 valid frames just because we
6034 can't peek the end of the file.
6036 Make the probability for detecting MPEG Transport Streams based on the
6037 number of sequential headers we successfully detected.
6039 2006-05-03 Wim Taymans <wim@fluendo.com>
6041 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6042 (vorbis_dec_push), (vorbis_dec_chain):
6043 Still produce an error when we receive an empty packet.
6045 2006-05-03 Wim Taymans <wim@fluendo.com>
6047 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6048 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6049 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6050 Mark buffers with DISCONT after seek and after activating new
6053 * ext/theora/gsttheoradec.h:
6054 * ext/theora/theoradec.c: (gst_theora_dec_reset),
6055 (theora_get_query_types), (theora_dec_sink_event),
6056 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6057 (theora_dec_change_state):
6059 Detect and mark DISCONT buffers.
6061 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6062 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6063 (vorbis_dec_change_state):
6064 * ext/vorbis/vorbisdec.h:
6066 Detect and mark DISCONT buffers.
6067 Don't crash on 0 sized buffers.
6069 2006-05-03 Wim Taymans <wim@fluendo.com>
6071 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6072 (volume_transform_ip):
6073 Increase "volume" property to 10.0. Fixes #340369.
6074 Set the process function to NULL when capsnego fails so that
6075 we properly error out.
6077 2006-05-02 Stefan Kost <ensonic@users.sf.net>
6079 * gst/playback/gstplaybin.c: (add_sink):
6080 * gst/playback/test.c: (main):
6081 * gst/playback/test5.c: (dump_element_stats):
6082 * gst/playback/test6.c: (main):
6083 free caps using gst_caps_unref, don't leak caps-strings
6085 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
6087 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6089 Refine musepack typefinding a bit. Return MAXIMUM
6090 probability when we detect stream version 7 to make
6091 sure the mpeg audio typefinder doesn't trump us.
6093 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
6095 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6096 Protect against unexpected NULL strf_data buffer.
6098 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6100 * tests/check/elements/audioconvert.c: (verify_convert),
6102 interpret the out[] buffer in the order the bytes are actually
6103 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6104 Other tests should use BYTE_ORDER since the array is filled in
6107 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6109 * tests/check/elements/audioconvert.c: (verify_convert),
6111 when a test fails, give an indication of which it is
6113 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6115 * gst-libs/gst/cdda/gstcddabasesrc.c:
6116 compile fix; strtol() needs <stdlib.h>
6118 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6120 * ext/alsa/gstalsamixerelement.c:
6121 * ext/alsa/gstalsasrc.c:
6122 * ext/cdparanoia/gstcdparanoiasrc.c:
6123 * ext/gnomevfs/gstgnomevfssink.c:
6124 * ext/gnomevfs/gstgnomevfssrc.c:
6125 * ext/ogg/gstoggdemux.c:
6126 * ext/ogg/gstoggmux.c:
6127 * ext/ogg/gstoggparse.c:
6128 * ext/ogg/gstogmparse.c:
6129 * ext/pango/gstclockoverlay.c:
6130 * ext/pango/gsttextoverlay.c:
6131 * ext/pango/gsttextrender.c:
6132 * ext/pango/gsttimeoverlay.c:
6133 * ext/theora/theoradec.c:
6134 * ext/theora/theoraenc.c:
6135 * ext/vorbis/vorbisdec.c:
6136 * ext/vorbis/vorbisenc.c:
6137 * gst-libs/gst/audio/gstaudiofilter.c:
6138 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6139 * gst/audioconvert/gstaudioconvert.c:
6140 * gst/audiorate/gstaudiorate.c:
6141 * gst/audioresample/gstaudioresample.c:
6142 * gst/audiotestsrc/gstaudiotestsrc.c:
6143 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6144 * gst/playback/gstdecodebin.c:
6145 * gst/playback/gstplaybin.c:
6146 * gst/playback/gststreamselector.c:
6147 * gst/subparse/gstsubparse.c:
6148 * gst/tcp/gstmultifdsink.c:
6149 * gst/tcp/gsttcpclientsink.c:
6150 * gst/tcp/gsttcpclientsrc.c:
6151 * gst/tcp/gsttcpserversink.c:
6152 * gst/tcp/gsttcpserversrc.c:
6153 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6154 * gst/videorate/gstvideorate.c:
6155 * gst/videoscale/gstvideoscale.c:
6156 * gst/videotestsrc/gstvideotestsrc.c:
6157 * gst/volume/gstvolume.c:
6158 * sys/v4l/gstv4ljpegsrc.c:
6159 * sys/v4l/gstv4lmjpegsink.c:
6160 * sys/v4l/gstv4lmjpegsrc.c:
6161 * sys/v4l/gstv4lsrc.c:
6162 * sys/ximage/ximagesink.c:
6163 * sys/xvimage/xvimagesink.c:
6164 * tests/check/libs/cddabasesrc.c:
6165 make GstElementDetails const
6167 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6169 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6171 send events from src-pad to all sink-pads fixes #338657
6173 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6175 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6176 (alsasink_parse_spec):
6177 query width capabilities from alsa, fixes #338919
6179 2006-04-28 Wim Taymans <wim@fluendo.com>
6181 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6182 (gst_multi_fd_sink_remove_client_link):
6183 * gst/tcp/gstmultifdsink.h:
6184 Fix race condition in multifdsink that can lead to spurious
6185 duplicate clients. this patch adds a new signal that is fired when
6186 multifdsink has removed all references to the fd.
6188 Updated documentation.
6189 API: client-fd-removed signal added
6191 2006-04-28 Michael Smith <msmith@fluendo.com>
6193 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6194 When asking g_value_array_new to prealloc elements, we may as well
6195 ask for the right number of elements.
6197 2006-04-28 Wim Taymans <wim@fluendo.com>
6199 * gst-libs/gst/audio/gstbaseaudiosink.c:
6200 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6201 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6202 patch to make timestamp checking more tollerant to rounding
6203 errors given that real discontinuities are to be marked on
6204 buffers. Fixes some asf files and #338778.
6205 Also avoid some crashers when we receive an event in the
6208 2006-04-28 Michael Smith <msmith@fluendo.com>
6210 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6211 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6212 (gst_gnome_vfs_src_get_property),
6213 (gst_gnome_vfs_src_send_additional_headers_callback),
6214 (gst_gnome_vfs_src_received_headers_callback),
6215 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6216 (gst_gnome_vfs_src_stop):
6217 * ext/gnomevfs/gstgnomevfssrc.h:
6218 Remove ICY handling (mostly) from gnomevfssrc, in favour of
6219 proper shared support within icydemux.
6221 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6223 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6224 (gst_video_rate_swap_prev), (gst_video_rate_chain):
6226 fix a leak when no caps negotiated
6227 fix counting of input frames
6228 * tests/check/elements/.cvsignore:
6229 * tests/check/elements/videorate.c: (assert_videorate_stats),
6230 (GST_START_TEST), (videorate_suite):
6233 2006-04-28 Wim Taymans <wim@fluendo.com>
6235 * gst-libs/gst/audio/gstringbuffer.c:
6236 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6237 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6238 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6239 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6240 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6241 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6242 (gst_ring_buffer_commit), (gst_ring_buffer_read),
6243 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6244 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6245 Check arguments passed to public functions instead of
6248 2006-04-28 Wim Taymans <wim@fluendo.com>
6250 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6251 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6252 GstBaseAudioSrc must be live or it does not work.
6254 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6255 Don't set live to TRUE as this is the default in the parentclass.
6257 2006-04-28 Wim Taymans <wim@fluendo.com>
6259 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6260 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6261 Videoscale doesn't pass on pixel-aspect ratio. Handle all
6262 fixation cases better. Fixes #338991
6264 2006-04-28 Wim Taymans <wim@fluendo.com>
6266 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6267 Handle 0/1 framerate correctly Fixes #331901.
6269 2006-04-28 Wim Taymans <wim@fluendo.com>
6271 * tests/check/elements/audioconvert.c: (get_float_caps),
6272 (GST_START_TEST), (audioconvert_suite):
6273 Added check for correct clipping when doing float samples
6276 2006-04-28 Wim Taymans <wim@fluendo.com>
6278 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6279 (gst_video_rate_chain):
6280 Print more debugging info.
6282 2006-04-28 Wim Taymans <wim@fluendo.com>
6284 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6285 (resample_set_state_from_caps):
6286 Add support for other formats audioresample can handle such as
6287 32 bits in and float and 64 bits float. Fixes #301759
6289 2006-04-28 Wim Taymans <wim@fluendo.com>
6291 * gst/audioconvert/audioconvert.c: (float):
6292 correctly clip float samples > 1.0. Fixes #338718
6294 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6296 Patch by: Young-Ho Cha <ganadist at chollian net>
6298 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6299 (gst_text_overlay_render_text):
6300 Don't strip newlines from the text. Also, center lines
6301 within multi-line paragraphs (#339405).
6303 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6305 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6306 Fix wavpack typefinding to work in more cases (don't peek
6307 for chunks of multiple hundred kBs at once, but process
6308 things step-by-step in smaller units). Fixes #339786.
6310 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6315 === release 0.10.6 ===
6317 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6320 releasing 0.10.6, "Chao"
6322 2006-04-26 David Schleef <ds@schleef.org>
6324 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6327 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6330 * win32/common/config.h:
6333 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6335 patch by: Wim Taymans
6337 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6338 (gst_ogg_demux_perform_seek):
6339 make sure correct newsegments are sent, so that the decoder
6340 and the demuxer agree on timestamps. Fixes playback of a lot
6341 of Ogg files that do not start from 0. Fixes #339833.
6343 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6345 Patch by: Edward Hervey <edward@fluendo.com>
6347 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6348 * tests/check/Makefile.am:
6349 * tests/check/elements/videorate.c: (assert_videorate_stats),
6350 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6351 (videorate_suite), (main):
6352 Fix an infinite loop if frames are passed in with wrongly ordered
6353 timestamps. Fixes #339013.
6355 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6357 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6359 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6360 fix typefinding on some ISO files. Fixes #339212.
6362 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6364 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6366 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6367 add another H264 fourcc. Fixes #339047.
6369 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6371 Patch by: Jan Schmidt
6373 * gst/playback/gststreamselector.c:
6374 (gst_stream_selector_bufferalloc):
6375 Restore old StreamSelector behaviour.
6378 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
6381 * win32/common/config.h:
6384 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6386 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6388 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6389 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6390 Fix some memory leaks: on finalize, free buffers left in the queue
6391 before destroying the queue; in _push(), unref rtp_buf even if
6392 the process vfunc returned a NULL buffer as output buffer (#337548);
6393 demote some recuring debug messages to LOG level.
6395 2006-04-11 Wim Taymans <wim@fluendo.com>
6397 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6398 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6399 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6400 (gst_ogg_demux_loop):
6402 Respect segment stop when emiting EOS or SEGMENT_DONE.
6405 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6407 * gst/playback/gststreamselector.c:
6408 (gst_stream_selector_get_property):
6409 Don't leak pad name.
6411 2006-04-10 Michael Smith <msmith@fluendo.com>
6413 * tests/check/Makefile.am:
6414 * tests/check/gst-plugins-base.supp:
6415 Suppress an old libtheora bug (fixed in more recent versions), so
6416 that FC4 buildslaves can pass.
6418 2006-04-10 Wim Taymans <wim@fluendo.com>
6420 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6421 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6422 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6423 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6424 (gst_ogg_demux_loop):
6426 Remember what error we got when finding chains, if we
6427 were shutdown, that would not be an error.
6429 2006-04-10 Wim Taymans <wim@fluendo.com>
6431 * gst-libs/gst/audio/gstbaseaudiosink.c:
6432 (gst_base_audio_sink_event):
6433 Starting the ringbuffer when we did not acquire it can cause
6434 a deadlock, is pointless and causes nasty things for
6436 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6438 2006-04-10 Wim Taymans <wim@fluendo.com>
6440 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6441 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6442 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6443 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6444 (gst_ogg_demux_deactivate_current_chain),
6445 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6446 (gst_ogg_demux_bisect_forward_serialno),
6447 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6448 Add some more debugging.
6450 2006-04-10 Wim Taymans <wim@fluendo.com>
6452 * ext/theora/theoradec.c: (theora_dec_src_event),
6453 (theora_handle_data_packet):
6454 Some more debug info.
6456 * tests/examples/seek/seek.c: (start_seek), (main):
6457 Print element messages too.
6459 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
6461 * gst/audioresample/debug.h:
6462 replace debug macros with variable number of parameters
6463 by a simple alias to gstreamer standard debug macros
6464 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6465 supported by MSVC 6.0 and 7.1)
6466 * gst/audioresample/resample.h:
6467 define M_PI and rint for WIN32
6468 * win32/common/libgstaudio.def:
6469 * win32/common/libgstriff.def:
6470 * win32/common/libgsttag.def:
6471 * win32/common/libgstvideo.def:
6472 add new exported functions
6474 update project files
6476 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6478 * ext/alsa/gstalsamixeroptions.c:
6479 (gst_alsa_mixer_options_class_init):
6480 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6481 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6482 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6483 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6484 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6485 * gst-libs/gst/audio/gstaudiofilter.c:
6486 (gst_audio_filter_class_init):
6487 * gst-libs/gst/audio/gstaudiosink.c:
6488 (gst_audioringbuffer_class_init):
6489 * gst-libs/gst/audio/gstaudiosrc.c:
6490 (gst_audioringbuffer_class_init):
6491 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6492 * gst-libs/gst/interfaces/colorbalancechannel.c:
6493 (gst_color_balance_channel_class_init):
6494 * gst-libs/gst/interfaces/mixeroptions.c:
6495 (gst_mixer_options_class_init):
6496 * gst-libs/gst/interfaces/mixertrack.c:
6497 (gst_mixer_track_class_init):
6498 * gst-libs/gst/interfaces/tunerchannel.c:
6499 (gst_tuner_channel_class_init):
6500 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6501 * gst-libs/gst/netbuffer/gstnetbuffer.c:
6502 (gst_netbuffer_class_init):
6503 * gst-libs/gst/rtp/gstbasertppayload.c:
6504 (gst_basertppayload_class_init):
6505 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6506 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6507 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6508 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6509 * gst/playback/gststreamselector.c:
6510 (gst_stream_selector_class_init):
6511 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6512 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6513 * sys/v4l/gstv4lcolorbalance.c:
6514 (gst_v4l_color_balance_channel_class_init):
6515 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6516 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6517 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6518 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6519 (gst_v4l_tuner_norm_class_init):
6520 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6521 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6522 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6523 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6525 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6527 * ext/pango/gsttextrender.h:
6528 * gst-libs/gst/audio/gstaudiosink.h:
6529 * gst-libs/gst/audio/gstaudiosrc.h:
6530 * gst-libs/gst/audio/gstbaseaudiosink.h:
6531 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6532 * gst-libs/gst/audio/gstringbuffer.h:
6533 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6534 * gst-libs/gst/rtp/gstbasertppayload.h:
6535 * gst-libs/gst/video/gstvideofilter.h:
6536 * gst-libs/gst/video/gstvideosink.h:
6537 * gst/playback/gstplaybasebin.h:
6538 * gst/tcp/gstmultifdsink.h:
6539 * sys/v4l/gstv4lelement.h:
6540 Fix broken GObject macros
6542 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6544 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6545 More debug to trace why my USB headset is not working with gst
6547 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6549 * gst/playback/gstplaybasebin.c: (group_destroy):
6550 Clean up our group elements properly in the case where it never
6551 got committed - it still got added unconditionally to the bin.
6553 2006-04-07 Wim Taymans <wim@fluendo.com>
6555 * ext/theora/theoradec.c: (theora_dec_sink_event),
6556 (theora_handle_data_packet), (theora_dec_chain):
6557 Unref unhandled events.
6558 Protect against empty buffers.
6559 Perform QoS on running time.
6561 2006-04-07 Michael Smith <msmith@fluendo.com>
6563 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6564 (gst_vorbis_enc_chain):
6565 Remove leaks from vorbisenc.
6566 Mostly minor changes, the only significant one is that now the
6567 buffers we set as 'streamheader' on the caps are copies of the
6568 original buffers, to avoid circular refcounting problems.
6570 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6572 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6573 Don't remove our mute-probe if someone else already did so.
6574 Don't set a 2nd one if there is already one pending on the pad.
6576 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6578 When a seek fails, ensure that playbin is still set back to playing.
6580 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6581 (mpeg_ts_type_find), (plugin_init):
6582 Add a typefind function for mpeg-ts streams. (Closes: #336617)
6584 2006-04-06 Andy Wingo <wingo@pobox.com>
6586 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
6587 (gst_video_rate_init): Caps-related parameters should not be reset
6588 by a flush -- move their inits to the instance init function.
6589 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6590 is not OK, just return the result.
6592 * gst/audiotestsrc/gstaudiotestsrc.c
6593 (gst_audio_test_src_class_init)
6594 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6595 broken by Stefan's commit on 24 March.
6597 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6598 buffers being pushed out. Fixes oggmux ! multifdsink.
6600 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
6602 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6603 (gst_vorbis_dec_init), (vorbis_dec_finalize):
6604 * ext/vorbis/vorbisdec.h:
6605 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6606 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6607 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6608 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6609 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6610 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6611 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6612 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6613 (gst_vorbis_enc_buffer_from_packet),
6614 (gst_vorbis_enc_buffer_from_header_packet),
6615 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6616 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6617 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6618 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6619 (gst_vorbis_enc_change_state):
6620 * ext/vorbis/vorbisenc.h:
6621 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6622 vorbisenc adhere to the official nomenclature; use boilerplate
6625 2006-04-04 Andy Wingo <wingo@pobox.com>
6627 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6628 Whoops, fix bug introduced. Bad hacker!
6630 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6631 Properly handle the case where you get EOS before any buffers are
6632 received. Use gst_buffer_make_metadata_writable where appropriate.
6634 * ext/theora/theoradec.c (theora_handle_data_packet): This value
6635 is often negative -- make it signed so as not to wrap around.
6636 Fixes segfaults introduced on 9 March.
6638 2006-04-03 Wim Taymans <wim@fluendo.com>
6640 * ext/theora/gsttheoradec.h:
6641 * ext/theora/theoradec.c: (theora_dec_src_event):
6642 Don't try to store a gdouble in a gboolean.
6645 2006-04-03 Michael Smith <msmith@fluendo.com>
6647 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6649 Make it suck slightly less by writing out the final page.
6650 Still can't encode a vorbis-in-ogg file correctly, though.
6652 2006-04-03 Andy Wingo <wingo@pobox.com>
6654 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6657 * ext/theora/theora.c (plugin_init): Register theoraparse.
6659 * ext/theora/gsttheoraparse.h:
6660 * ext/theora/theoraparse.c: New files implementing a theora
6661 parser. Now we can properly remux ogg/theora+vorbis, yay.
6663 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6665 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6667 * gst/audiotestsrc/gstaudiotestsrc.c:
6668 Fixed the sample pipeline (see #323798)
6670 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6673 * win32/common/config.h:
6674 * win32/common/config.h.in:
6675 use AS_VERSION and AS_NANO
6678 2006-03-31 Andy Wingo <wingo@pobox.com>
6680 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6681 uninitialized variable return that would happen.
6683 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6684 uninitialized variable return that would never happen.
6686 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6687 (vorbis_parse_sink_event): Add an event function to flush our
6688 state on a seek, and to drain buffers on a premature EOS.
6689 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6690 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
6691 (vorbis_parse_chain, vorbis_parse_queue_buffer)
6692 (vorbis_parse_drain_queue): Queue up buffers until we can set
6693 their timestamps and granulepos values.
6695 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6696 and keep track of data needed for deriving granulepos and
6697 timestamps for buffers.
6699 2006-03-29 Wim Taymans <wim@fluendo.com>
6701 Patch by: j^ <j at bootlab dot org>
6703 * ext/alsa/gstalsamixerelement.c:
6704 (gst_alsa_mixer_element_class_init):
6705 * ext/alsa/gstalsasink.c:
6706 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6707 * ext/ogg/gstoggdemux.c:
6708 * ext/ogg/gstoggmux.c:
6709 * ext/ogg/gstoggparse.c:
6710 * ext/pango/gstclockoverlay.c:
6711 * ext/pango/gsttextoverlay.c:
6712 * ext/pango/gsttextrender.c:
6713 * ext/pango/gsttimeoverlay.c:
6714 * ext/theora/theoradec.c:
6715 * ext/theora/theoraenc.c:
6716 * ext/vorbis/vorbisdec.c:
6717 * ext/vorbis/vorbisenc.c:
6718 * gst/audioconvert/gstaudioconvert.c:
6719 * gst/subparse/gstsubparse.c:
6720 * gst/tcp/gstmultifdsink.c:
6721 * gst/tcp/gsttcpclientsink.c:
6722 * gst/tcp/gsttcpclientsrc.c:
6723 * gst/tcp/gsttcpserversink.c:
6724 * gst/tcp/gsttcpserversrc.c:
6725 better/unified long descriptions
6728 2006-03-29 Wim Taymans <wim@fluendo.com>
6730 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6732 Don't let double and triple clicks mess up our state.
6734 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6736 * gst/playback/gstplaybin.c: (gen_video_element),
6737 (gen_text_element), (gen_audio_element), (gen_vis_element):
6738 Error out gracefully when we can't create any of the usual
6739 conversion elements for some reason. Also, don't try to
6740 create an audioscale (sic) element that's not used anyway.
6742 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6744 * gst/playback/gstplaybasebin.c: (setup_source):
6745 Don't post RESOURCE_NOT_FOUND error when we can't find a source
6746 element for a particular protocol, that's confusing for users.
6747 Instead, post a RESOURCE_FAILED error, so that our own error
6748 message is actually shown in totem etc. (#336303).
6750 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6752 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6754 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6755 (gst_gnome_vfs_src_get_icy_metadata):
6756 Fix some minor memory leaks (#336194).
6758 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6760 * ext/gnomevfs/gstgnomevfs.c:
6761 (gst_gnome_vfs_location_to_uri_string):
6762 * ext/gnomevfs/gstgnomevfs.h:
6763 * ext/gnomevfs/gstgnomevfssink.c:
6764 (gst_gnome_vfs_sink_set_property):
6765 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6766 Make gnomevfssink accept filenames as well as URIs for the
6767 "location" property, just like gnomevfssrc does (and
6768 filesrc/filesink do) (#336190).
6770 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6772 * tests/check/generic/clock-selection.c: (GST_START_TEST):
6773 set to NULL before unreffing, fixes a valgrind leak.
6774 Why was this not triggering the error that an object needs to
6775 be NULL before unreffing ?
6776 * win32/common/config.h:
6779 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
6781 * gst/subparse/gstsubparse.c: (convert_encoding),
6782 (gst_sub_parse_change_state):
6783 * gst/subparse/gstsubparse.h:
6784 Text subtitle files may or may not be UTF-8. If it's not, we
6785 don't really want to see '?' characters in place of non-ASCII
6786 characters like accented characters. So let's assume the input
6787 is UTF-8 until we come across text that is clearly not. If it's
6788 not UTF-8, we don't really know what it is, so try the following:
6789 (a) see whether the GST_SUBTITLE_ENCODING environment variable
6790 is set; if not, check (b) if the current locale encoding is
6791 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6792 the current locale encoding is UTF-8 and the environment variable
6793 was not set to any particular encoding. Not perfect, but better
6794 than nothing (and better than before, I think) (fixes #172848).
6796 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6799 update core requirement to 0.10.4.1 because of async_playback
6800 vmethod on GstBaseSink
6802 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6804 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6805 * gst/adder/gstadder.c: (gst_adder_init):
6806 use DEBUG_FUNCPTR for collectpads
6808 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6810 * docs/plugins/Makefile.am:
6811 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6812 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6813 * ext/cdparanoia/gstcdparanoiasrc.c:
6814 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6815 (gst_gnome_vfs_sink_class_init):
6816 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6817 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6818 * ext/ogg/gstoggmux.c:
6819 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6820 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6821 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6822 * ext/pango/gsttextoverlay.c:
6823 * ext/pango/gsttextrender.c:
6824 * ext/theora/theoradec.c:
6825 * ext/theora/theoraenc.c:
6826 * ext/vorbis/vorbisdec.c:
6827 * ext/vorbis/vorbisenc.c:
6828 * gst-libs/gst/audio/gstaudiofilter.c:
6829 (gst_audio_filter_base_init):
6830 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6831 (gst_audio_filter_template_base_init):
6832 * gst/adder/gstadder.c: (gst_adder_get_type):
6833 * gst/adder/gstadder.h:
6834 * gst/audioconvert/gstaudioconvert.c:
6835 * gst/audiotestsrc/gstaudiotestsrc.c:
6836 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6837 (gst_audio_test_src_create):
6838 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6839 * gst/playback/gstdecodebin.c:
6840 * gst/playback/gstplaybin.c:
6841 * gst/playback/gststreamselector.c:
6842 (gst_stream_selector_base_init):
6843 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6844 * gst/volume/gstvolume.c:
6845 * sys/v4l/gstv4lmjpegsink.c:
6846 * sys/v4l/gstv4lmjpegsrc.c:
6847 * tests/check/libs/cddabasesrc.c:
6848 * tests/old/examples/gob/gst-identity2.gob:
6849 Add docs for adder, use GST_ELEMENT_DETAILS macro,
6850 define GstElementDetails at the top
6852 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
6854 * win32/common/libgstinterfaces.def:
6855 Add a lot of export functions for gst-python
6856 * win32/vs6/libgstinterfaces.dsp:
6857 Add a missing include folder in the project configuration
6859 2006-03-23 Wim Taymans <wim@fluendo.com>
6861 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6862 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6863 (gst_base_audio_src_change_state):
6864 Fix audio sources, forgot to make the ringbuffer
6867 2006-03-23 Wim Taymans <wim@fluendo.com>
6869 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6870 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6871 (gst_base_audio_src_change_state):
6872 unparent instead of unref the ringbuffer.
6874 2006-03-23 Wim Taymans <wim@fluendo.com>
6876 * gst-libs/gst/audio/gstbaseaudiosink.c:
6877 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6878 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6879 Implement new async_play vmethod to start slaving and allow
6880 playback start in case of async PLAY state changes.
6882 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6883 Enable QoS with new method in base class.
6885 2006-03-23 Wim Taymans <wim@fluendo.com>
6887 Patch by: Julien MOUTTE <julien at moutte dot net>
6889 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6890 (gst_video_test_src_do_seek), (gst_video_test_src_create):
6891 Partially handle 0 framerate, only EOS after the first frame
6894 2006-03-23 Wim Taymans <wim@fluendo.com>
6896 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6898 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6899 (gst_riff_create_video_template_caps):
6900 * gst/ffmpegcolorspace/avcodec.h:
6901 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6902 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6903 (gst_ffmpegcsp_avpicture_fill):
6904 * gst/ffmpegcolorspace/imgconvert.c:
6905 Patch for support of YVU9 AVI files (#334822)
6907 2006-03-22 Edward Hervey <edward@fluendo.com>
6909 * docs/design/design-decodebin.txt:
6910 Added design document for new decodebin
6911 (Target Caps): text/x-pango-markup is also a default target caps.
6913 2006-03-22 Wim Taymans <wim@fluendo.com>
6915 * gst-libs/gst/audio/gstbaseaudiosink.c:
6916 (gst_base_audio_sink_dispose):
6917 Since we _parent the ringbuffer, we also need to
6918 _unparent instead of a plain _unref.
6920 2006-03-22 Wim Taymans <wim@fluendo.com>
6922 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6923 (stop_seek), (scrub_toggle_cb), (main):
6926 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
6928 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6929 (gst_ogg_parse_chain):
6930 Fix very inefficient usage of linked lists (#335365).
6932 2006-03-21 Edward Hervey <edward@fluendo.com>
6934 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6935 * gst/playback/gstplaybin.c: (handoff):
6936 * gst/playback/gststreamselector.c:
6937 (gst_stream_selector_set_property):
6938 gcc 4.1 unreferenced pointer fixes.
6939 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6940 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6941 gst_buffer_ref() now takes a GstBuffer*.
6943 2006-03-20 Julien MOUTTE <julien@moutte.net>
6945 * sys/xvimage/xvimagesink.c:
6946 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6949 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
6951 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6952 (id3v1_type_find), (apetag_type_find), (plugin_init):
6953 Can't do tag preferences via probability, as tags would then
6954 lose against types that are recognised with MAXIMUM probability
6955 (like .wav); so let all tag typefinders return MAXIMUM themselves
6956 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6957 that we can prefer APE to ID3v1 (fixes #335028).
6959 2006-03-17 Wim Taymans <wim@fluendo.com>
6961 * gst-libs/gst/audio/gstbaseaudiosink.c:
6962 (gst_base_audio_sink_change_state):
6963 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6964 (gst_ring_buffer_may_start):
6965 * gst-libs/gst/audio/gstringbuffer.h:
6966 Only start playback if we are playing.
6969 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
6971 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6972 * win32/common/config.h:
6973 Revert accidental commits to these files.
6975 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
6977 Patch by: Michal Benes <michal dot benes at xeris dot cz>
6979 * tests/Makefile.am:
6980 Don't try to build tests in tests/icles if we
6981 don't have X (#323852)
6983 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
6985 * gst-libs/gst/tag/gstid3tag.c:
6986 Add TXXX frame identifiers for replaygain stuff as used
6987 by some taggers (see #323721).
6989 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
6991 * gst/playback/gststreamselector.c:
6992 (gst_stream_selector_set_property),
6993 (gst_stream_selector_bufferalloc):
6994 Preserve the existing buggy streamselector behaviour by performing
6995 a fallback buffer allocation when downstream isn't linked yet.
6996 This should really be fixed in playbin by blocking pads until it's
6998 Also, use gst_pad_alloc_buffer instead of
6999 gst_pad_alloc_buffer_and_set.
7001 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7003 * gst-libs/gst/tag/gstid3tag.c:
7004 Don't crash on unknown ID3v2 TXXX frames.
7006 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
7008 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
7009 Chain up to the parent finalize method.
7010 Add 32-bit sample size to the template caps.
7012 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7013 (gst_riff_create_video_template_caps):
7014 Add the fourcc that the VMWare codec uses.
7016 * gst/playback/gststreamselector.c:
7017 (gst_stream_selector_set_property),
7018 (gst_stream_selector_bufferalloc),
7019 (gst_stream_selector_request_new_pad):
7020 For the active pad, forward buffer-alloc requests, otherwise
7021 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
7022 having to memcpy every frame when used by playbin.
7024 * gst/tcp/gstmultifdsink.c:
7025 (gst_multi_fd_sink_handle_client_write):
7026 Get negotiated caps from the sink pad, rather than the sink
7029 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7031 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7033 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
7034 Don't forget to set src->callbacks_pushed to FALSE again when
7035 popping them, otherwise re-activation in a different mode won't
7038 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7040 Patch by: Sebastien Moutte <sebastien moutte net>
7042 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7043 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7044 (gst_ffmpeg_smpfmt_to_caps):
7045 Replace __VA_ARGS__ caps creation macros with varargs functions.
7046 Makes things compile on MSVC (#320765), looks nicer, and we can
7047 tell the compiler to check for the NULL terminator.
7049 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7051 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7053 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7054 Make sure the buffer we copy into is really always big
7055 enough, this time for real (#333488).
7057 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7059 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7060 Add support for 24bpp DIB (#305279).
7062 2006-03-14 Wim Taymans <wim@fluendo.com>
7064 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7065 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7066 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7067 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7068 (gst_video_scale_init), (gst_video_scale_src_event):
7069 Re-enable QoS after the release.
7070 Rework videoscale to use the base class src_event handler.
7072 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7077 === release 0.10.5 ===
7079 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
7082 releasing 0.10.5, "Net"
7084 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
7086 * docs/plugins/Makefile.am:
7087 Part of previous cdparanoiasrc docs fixes, forgot to commit.
7089 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
7091 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7092 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7093 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7094 Add cdparanoiasrc to docs.
7096 * gst-libs/gst/cdda/gstcddabasesrc.c:
7097 More GstCddaBaseSrc docs.
7099 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
7101 * docs/libs/gst-plugins-base-libs-sections.txt:
7102 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7103 * gst-libs/gst/tag/tag.h:
7104 API: libgsttag: new method gst_tag_from_id3_user_tag().
7106 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
7108 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7109 NULL-terminate array of mpeg4 video file extensions.
7110 Fixes crash on PPC (#334226).
7112 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
7114 * ext/gnomevfs/gstgnomevfssrc.c:
7115 (gst_gnome_vfs_src_check_get_range):
7116 gnome_vfs_uri_is_local() alone is not a good indicator
7117 whether we can operate in pull-mode with a specific URI,
7118 as it returns FALSE for file:// URIs that point to an
7119 NFS-mounted path. Be more conservative here: whitelist
7120 local files, blacklist http URIs and use the old
7121 mechanism for anything else (fixes #334216).
7123 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7128 === release 0.10.4 ===
7130 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7133 releasing 0.10.4, "Power"
7135 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
7137 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7138 Disable max-lateness by setting it to -1 for now, so that
7139 we can bed QoS stuff in thoroughly between now and the next
7142 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
7144 Patch by: Fabrizio Gennari
7146 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7147 Make sure we don't read beyond the palette buffer in case of
7148 broken or manipulated files (#333488)
7150 2006-03-10 Edward Hervey <edward@fluendo.com>
7152 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7153 Fix for variable not initialized.
7155 2006-03-09 Wim Taymans <wim@fluendo.com>
7157 * ext/libvisual/visual.c: (gst_visual_get_type),
7158 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7162 * ext/theora/gsttheoradec.h:
7163 * ext/theora/theoradec.c: (gst_theora_dec_init),
7164 (gst_theora_dec_reset), (_theora_granule_time),
7165 (theora_dec_src_convert), (theora_dec_sink_convert),
7166 (theora_dec_src_query), (theora_dec_src_event),
7167 (theora_dec_sink_event), (theora_handle_comment_packet),
7168 (theora_handle_header_packet), (theora_dec_push),
7169 (theora_handle_data_packet), (theora_dec_chain),
7170 (theora_dec_change_state):
7173 2006-03-09 Wim Taymans <wim@fluendo.com>
7175 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7176 (audiocast_register_listener), (gst_gnome_vfs_src_start):
7179 2006-03-09 Wim Taymans <wim@fluendo.com>
7181 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7182 Don't try to activate NULL chains.
7184 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7186 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7187 Fix invalid memory access to region before peek'd data (#332964).
7189 2006-03-09 Wim Taymans <wim@fluendo.com>
7191 Patch by: Christophe Fergeau
7193 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7194 * ext/pango/gsttextrender.c: (gst_text_render_init):
7195 * gst/adder/gstadder.c: (gst_adder_init):
7196 Don't leak padtemplates, closes #333510.
7198 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7200 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7201 Fix invalid memory access: make sure string passed to
7202 regexec() is NUL-termianted.
7204 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7206 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7208 Refactor mpeg/audio typefinding to make it more maintainable
7209 and easier to fine-tune. Make probing into middle of the file
7210 work properly (fixes #333900, also see #152688).
7212 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7214 * gst/typefind/gsttypefindfunctions.c:
7215 (utf8_type_find_have_valid_utf8_at_offset):
7216 Remove part from previous commit that was bogus:
7217 g_utf8_validate() does in fact not accept embedded
7218 zeroes, so we don't need to check for those (thanks
7219 to Mike for the hint).
7221 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7223 * gst/typefind/gsttypefindfunctions.c:
7224 (utf8_type_find_count_embedded_zeroes),
7225 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7226 Make plain/text typefinder more conservative: firstly, check
7227 for embedded zeroes, which are perfectly valid UTF-8 characters,
7228 but also a fairly good sign that something is not a plain text
7229 file; secondly, probe into the middle of the file if possible.
7230 If we can't probe into the middle, limit the probability value
7231 to be returned to TYPE_FIND_POSSIBLE (see #333900).
7233 2006-03-08 Michael Smith <msmith@fluendo.com>
7235 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7236 Make typefind function name for mpeg4 video unique.
7238 2006-03-08 Wim Taymans <wim@fluendo.com>
7240 * ext/libvisual/visual.c: (gst_visual_init),
7241 (gst_visual_clear_actors), (gst_visual_dispose),
7242 (gst_visual_reset), (gst_visual_src_setcaps),
7243 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7244 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7245 (gst_visual_chain), (gst_visual_change_state):
7246 Cleanups, post nice errors.
7247 Handle sink and src events.
7248 Implement simple QoS.
7250 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7251 Use new basesink methods to configure max-lateness.
7254 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7255 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7256 Debug statement cleanups.
7258 * gst/volume/gstvolume.c: (gst_volume_class_init):
7261 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7263 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7264 (gst_text_overlay_init), (gst_text_overlay_set_property),
7265 (gst_text_overlay_get_property):
7266 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7267 as string type properties, but mark them deprecated. Add
7268 'halignment' and 'valignment' properties that use enums
7271 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7273 Patch by: Fabrizio Gennari
7275 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7276 Allow palettes with less than 256 colours in AVI files
7279 2006-03-07 Julien MOUTTE <julien@moutte.net>
7281 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7282 (gst_text_overlay_video_event): Fix wrong EOS handling on text
7283 pad. We were releasing the queued text buffer when we should keep
7284 it until video pad gets EOS or discard the text buffer because it's
7285 too old. That was eating the last subtitle buffer. Add some more
7288 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7290 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7291 (gst_text_overlay_video_chain):
7292 Fix invalid memory access (we can't access a buffer after it's been
7293 pushed downstream without taking a reference); fix memory leak (if
7294 there's no text to render, bail out before allocating stuff).
7296 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7298 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7299 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7300 * ext/pango/gsttextoverlay.h:
7301 If input is plain text, escape it before passing it to
7302 pango_layout_set_markup().
7304 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7306 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7307 Don't ignore flow return from gst_pad_push().
7309 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7311 Patch by: Fabrizio Gennari
7313 * ext/libvisual/visual.c: (gst_visual_getcaps),
7314 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7315 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7316 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7317 (gst_vorbisenc_convert_sink):
7318 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7319 (gst_audio_duration_from_pad_buffer):
7320 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7321 (gst_audio_filter_chain):
7322 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7323 (gst_base_rtp_depayload_setcaps):
7324 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7325 (gst_video_get_size):
7326 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7327 Don't leak references returned by gst_pad_get_parent()
7330 2006-03-06 Stefan Kost <ensonic@users.sf.net>
7332 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7333 change location param details
7334 * gst/volume/gstvolume.c: (plugin_init):
7335 correct plugin description
7337 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7339 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7340 (gst_gnome_vfs_src_check_get_range):
7341 Override GstBaseSrc::check_get_range() in order to avoid opening
7342 the resource just to check whether we can operate in pull-mode or
7343 not - we can predict that pretty well from the URI alone. Should
7344 fix problems with last.fm (#331690). (Requires latest core CVS).
7346 2006-03-06 Wim Taymans <wim@fluendo.com>
7348 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7349 (gst_video_sink_class_init):
7350 Throw away frames that are later than 20 ms.
7352 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7354 Patch by: Fabrizio Gennari
7356 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7357 Set depth on WMA caps (#333545)
7359 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
7361 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7362 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7363 put Theora BOS pages before others. This hardcodes
7364 the Ogg/Theora I profile, but hey.
7366 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
7369 updated with some examples
7370 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7371 (granulepos_add), (theora_buffer_from_packet):
7372 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7373 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7374 (gst_vorbisenc_chain):
7375 implement strategy from ext/ogg/README
7376 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7377 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7378 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7379 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7380 Fix muxer so that oggz-validate is happy with all streams;
7381 except for no eos mark, and the BOS page ordering
7382 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7383 (check_buffer_granulepos):
7384 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7385 update tests to check for OFFSET being set as requested
7386 fixed type of granulepos, it's not a ClockTime
7388 2006-03-05 Julien MOUTTE <julien@moutte.net>
7390 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7391 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7392 Check that the xvimage we are creating has a correct size
7393 before returning it. (#314897)
7395 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7397 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7398 Give id3 and ape tag typefinders a rank slightly higher
7399 than PRIMARY to ensure they're always run before any of
7400 the other typefinders (in particular wav and mp3) (#324186).
7402 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7404 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7405 Add support for '3IVD' fourcc (#333403).
7407 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
7410 Bump requirements to GStreamer CVS for the new error enum.
7412 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7413 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7414 space left on the device (fixes #333352).
7416 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
7419 add a project file for libgstvolume
7420 update the workspace
7422 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
7424 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7425 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7427 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7428 Set IN_CAPS on header buffers
7430 2006-03-02 Wim Taymans <wim@fluendo.com>
7432 * docs/plugins/Makefile.am:
7433 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7434 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7435 Add audioresample to docs.
7437 * gst/audioconvert/gstaudioconvert.c:
7440 * gst/audioresample/gstaudioresample.c:
7441 (gst_audioresample_base_init), (gst_audioresample_class_init),
7442 (gst_audioresample_init), (gst_audioresample_dispose),
7443 (audioresample_get_unit_size), (audioresample_transform_caps),
7444 (resample_set_state_from_caps), (audioresample_transform_size),
7445 (audioresample_set_caps), (audioresample_event),
7446 (audioresample_do_output), (audioresample_transform),
7447 (audioresample_pushthrough), (gst_audioresample_set_property),
7448 (gst_audioresample_get_property), (plugin_init):
7449 * gst/audioresample/gstaudioresample.h:
7451 Small code cleanups.
7453 2006-03-02 Wim Taymans <wim@fluendo.com>
7455 * docs/plugins/Makefile.am:
7456 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7457 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7458 Added videoscale to docs.
7460 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7461 (gst_video_rate_swap_prev), (gst_video_rate_event),
7462 (gst_video_rate_chain):
7465 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7466 (gst_video_scale_init), (gst_video_scale_prepare_size),
7467 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7468 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7469 * gst/videoscale/gstvideoscale.h:
7470 Added docs, examples.
7472 Post errors instead of g_warning.
7474 2006-03-02 Wim Taymans <wim@fluendo.com>
7476 * docs/libs/gst-plugins-base-libs-docs.sgml:
7477 * docs/libs/gst-plugins-base-libs-sections.txt:
7478 * docs/libs/gst-plugins-base-libs.types:
7479 * docs/plugins/Makefile.am:
7480 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7481 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7482 Added some more docs to libs and plugins.
7484 * gst-libs/gst/audio/gstringbuffer.c:
7485 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7486 * gst-libs/gst/audio/gstringbuffer.h:
7487 Document ringbuffer some more.
7489 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7490 (gst_video_rate_setcaps), (gst_video_rate_reset),
7491 (gst_video_rate_init), (gst_video_rate_flush_prev),
7492 (gst_video_rate_swap_prev), (gst_video_rate_event),
7493 (gst_video_rate_chain), (gst_video_rate_change_state):
7494 * gst/videorate/gstvideorate.h:
7495 Fix videorate to use segments.
7496 Make it work with 0/1 framerates (closes #331903)
7497 Handle EOS correctly.
7500 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7502 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7503 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7504 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7505 In state change function, first chain up to parent class,
7506 then handle downwards state change stuff. Remove some
7507 commented out cruft from 0.8 code.
7509 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7511 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7512 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7513 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7514 (gst_ogm_parse_chain):
7515 Don't remove/re-add source pad if the new caps are the same as
7516 the old caps anyway (#333042). When removing source pad, don't
7517 unref it afterwards - we didn't ref it when adding. Sprinkle some
7518 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7519 after using gst_pad_get_parent(). Return downstream flow return
7520 value in chain function.
7522 2006-03-02 Wim Taymans <wim@fluendo.com>
7524 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7525 * docs/plugins/gst-plugins-base-plugins.args:
7526 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7527 * docs/plugins/gst-plugins-base-plugins.interfaces:
7528 * docs/plugins/gst-plugins-base-plugins.signals:
7529 Fix hierarchy, added some more elements to the docs.
7531 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7532 (gst_ffmpegcsp_get_type):
7533 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7534 Fix docs for ffmpegcolorspace.
7536 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
7538 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7539 (apetag_type_find), (ape_type_find), (plugin_init):
7540 Some typefinding fine-tuning:
7541 - rank ID3/APE tags in order of preference via probabilities, so that
7542 ID3v2 > APEv2 > APEv1 > ID3v1.
7543 - three or four bytes don't really justify MAXIMUM probability,
7544 change those to 'very likely' (musepack and monkeysaudio).
7546 2006-03-01 Wim Taymans <wim@fluendo.com>
7548 * docs/plugins/Makefile.am:
7549 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7550 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7551 * ext/alsa/gstalsamixer.c:
7552 * ext/alsa/gstalsamixer.h:
7553 * ext/alsa/gstalsamixerelement.c:
7554 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7555 * ext/alsa/gstalsamixerelement.h:
7556 * ext/alsa/gstalsasink.c:
7557 * ext/alsa/gstalsasink.h:
7558 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7560 * ext/alsa/gstalsasrc.h:
7562 Small code cleanups.
7564 2006-03-01 Wim Taymans <wim@fluendo.com>
7566 * ext/theora/Makefile.am:
7567 Dist new header too,
7569 2006-03-01 Wim Taymans <wim@fluendo.com>
7571 * docs/plugins/Makefile.am:
7572 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7573 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7574 * ext/gnomevfs/gstgnomevfssink.h:
7575 * ext/gnomevfs/gstgnomevfssrc.h:
7576 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7577 * ext/vorbis/vorbisdec.h:
7578 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7579 * ext/vorbis/vorbisenc.h:
7580 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7581 (vorbis_parse_chain), (vorbis_parse_change_state):
7582 * ext/vorbis/vorbisparse.h:
7583 * gst/audioconvert/gstaudioconvert.h:
7584 * gst/tcp/gsttcpserversink.h:
7585 * gst/videotestsrc/gstvideotestsrc.c:
7586 * gst/videotestsrc/gstvideotestsrc.h:
7587 * gst/volume/gstvolume.c:
7588 * gst/volume/gstvolume.h:
7590 Added docs for vorbisdec and vorbisparse.
7593 2006-03-01 Wim Taymans <wim@fluendo.com>
7595 * docs/plugins/Makefile.am:
7596 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7597 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7598 * ext/pango/gstclockoverlay.h:
7599 * ext/pango/gsttextoverlay.h:
7600 * ext/pango/gsttextrender.h:
7601 * ext/pango/gsttimeoverlay.h:
7602 * ext/theora/gsttheoradec.h:
7603 * ext/theora/gsttheoraenc.h:
7604 * ext/theora/theoradec.c:
7605 * ext/theora/theoraenc.c:
7606 * gst/audioconvert/gstaudioconvert.h:
7607 * gst/audiotestsrc/gstaudiotestsrc.h:
7608 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7609 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7610 * gst/tcp/gstmultifdsink.h:
7611 Updated/added documentation.
7613 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7614 (gst_text_overlay_halign_get_type),
7615 (gst_text_overlay_wrap_mode_get_type),
7616 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7617 (gst_text_overlay_init), (gst_text_overlay_set_property),
7618 (gst_text_overlay_get_property):
7619 Fix up properties to be enums instead of string to make bindings,
7620 introspection and automatic GUI creation possible.
7621 Add getters for the properties.
7623 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
7625 * gst/audiotestsrc/gstaudiotestsrc.c:
7626 added defines of M_PI and M_PI_2
7627 * gst/ffmpegcolorspace/avcodec.h:
7628 removed #include "stdint.h" for win32 as _stdint.h is
7629 autogenerated to win32/common
7630 * win32/common/libgstaudio.def:
7631 * win32/common/libgsttag.def:
7634 some project files bugs corrected
7636 project files are reset to the default vs7 configuration
7637 (they link to msvcr71.dll using default optimizations)
7639 2006-02-28 Wim Taymans <wim@fluendo.com>
7641 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7644 2006-02-28 Edward Hervey <edward@fluendo.com>
7646 * ext/alsa/gstalsasrc.c:
7647 Set proper class on the ElementDetails:
7648 Source/Audio instead of Src/Audio/
7650 2006-02-28 Edward Hervey <edward@fluendo.com>
7652 * gst/videoscale/vs_scanline.c:
7653 (vs_scanline_resample_nearest_RGBA):
7654 Revert optimization in videoscale. It should go in liboil and have
7655 an appropriate liboil function.
7657 2006-02-28 Wim Taymans <wim@fluendo.com>
7659 * gst-libs/gst/audio/gstbaseaudiosink.c:
7660 (gst_base_audio_sink_provide_clock):
7661 Don't try to provide a clock in the NULL state.
7663 2006-02-28 Wim Taymans <wim@fluendo.com>
7665 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7666 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7667 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7668 (gst_ogg_demux_deactivate_current_chain),
7669 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7670 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7671 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7672 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7673 Use GstSegment infrastructure to remove duplicated code
7674 and handle more seek cases correctly.
7676 2006-02-28 Wim Taymans <wim@fluendo.com>
7678 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7679 (gst_ffmpegcsp_transform):
7680 Don't ignore return code from ffmpeg convert function.
7682 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7683 Split out some long statements to ease debugging.
7685 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
7687 * ext/libvisual/visual.c: (gst_visual_init),
7688 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7689 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7690 being able to renegotiate the size. Instead, use the negotiation
7691 algorithm from the goom plugin to pick an initial output caps.
7693 Also, allow theoretical libvisual plugins that might support non-GL
7694 output even if they also do GL.
7696 2006-02-26 Julien MOUTTE <julien@moutte.net>
7698 * ext/libvisual/visual.c: (gst_visual_init),
7699 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7700 (plugin_init): Load only non GL plugins. Fix some memleaks and
7701 possible negotiation issues.
7703 2006-02-25 Julien MOUTTE <julien@moutte.net>
7705 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7707 2006-02-24 Michael Smith <msmith@fluendo.com>
7709 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7710 (cmml_type_find), (plugin_init):
7711 Fix CMML type find function to not require a specific minor version
7714 Add an MPEG4 video elementary stream typefind function.
7716 2006-02-04 Michael Smith <msmith@fluendo.com>
7718 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7719 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7720 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7721 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7722 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7723 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7724 Annodex support in ogg demuxer. Doesn't do very much without the
7725 other annodex patches (to come).
7727 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7729 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7731 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7732 Pick up palette for MS video v1 (#327028)
7734 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7736 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7737 (gst_ffmpegcsp_caps_remove_format_info),
7738 (gst_ffmpegcsp_get_unit_size):
7739 The 'palette_data' field from incoming RGB caps shouldn't be
7740 proxied on outgoing YUV caps; also, restrict unit size
7741 adjustment in case of paletted data only to the unit that
7742 actually has a palette. Fixes #330711.
7744 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7746 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7747 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7748 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7749 (gst_ffmpegcsp_get_unit_size):
7750 Plug some memory leaks.
7752 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7754 * sys/ximage/Makefile.am:
7755 * sys/xvimage/Makefile.am:
7756 Add some _CFLAGS and _LIBS that seem to be missing
7757 and/or required for Cygwin (see #317048).
7759 2006-02-22 Wim Taymans <wim@fluendo.com>
7761 * ext/alsa/gstalsasrc.c:
7762 Fix description as pointed out by caugier.
7764 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
7766 Reviewed by : Edward Hervey <edward@fluendo.com>
7768 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7770 Better 3gp typefinding (#331526).
7772 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7774 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7775 Don't send EOS event here, the base class will send one for us.
7777 * gst/playback/gstplaybasebin.c: (prepare_output):
7778 Subpictures without video stream aren't allowed either.
7780 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7781 Fix debug statement copy'n'paste-o.
7783 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7785 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7786 Fix issues with mixer keeping state when muting/unmuting
7787 and when changing the volume whilst muted (see #331763
7790 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7792 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7793 (parse_subrip), (gst_sub_parse_format_autodetect):
7794 Set right caps given that we send escaped text. Also,
7795 honour <i></i>, <b></b> and <u></u> markers that can be found
7796 in .srt files (fixes #310202).
7798 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7800 * gst-libs/gst/audio/mixerutils.c:
7801 (element_factory_rank_compare_func):
7802 Make order in which elements are tried more determinable.
7804 2006-02-20 Julien MOUTTE <julien@moutte.net>
7806 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7807 (remove_element_chain), (cleanup_decodebin),
7808 (gst_decode_bin_change_state): Make decodebin reusable by
7809 fixing remove_element_chain first and then introduce a
7810 cleaner in state change to ->NULL. (Closes #331678)
7812 2006-02-19 Wim Taymans <wim@fluendo.com>
7814 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7815 use 0666 mask when creating files so umask gets applied
7816 correctly. Fixes #331295.
7818 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7820 * gst/subparse/Makefile.am:
7821 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7822 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7823 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7824 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7825 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7826 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7827 * gst/subparse/gstssaparse.h:
7828 * gst/subparse/gstsubparse.c: (plugin_init):
7829 Add very basic parser for SSA subtitle streams (as often
7830 found in matroska files).
7832 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7834 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7835 That should be text/x-pango-markup, not text/x-pango-layout.
7837 2006-02-19 Julien MOUTTE <julien@moutte.net>
7839 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7842 2006-02-19 Julien MOUTTE <julien@moutte.net>
7844 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7845 (gst_text_overlay_finalize), (gst_text_overlay_init),
7846 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7847 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7848 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7849 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7850 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7851 Fix state change deadlock.
7853 2006-02-19 Julien MOUTTE <julien@moutte.net>
7855 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7856 (gst_text_overlay_finalize), (gst_text_overlay_init),
7857 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7858 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7859 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7860 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7861 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7862 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7863 and subtitles files.
7865 2006-02-19 Julien MOUTTE <julien@moutte.net>
7867 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7868 should be considered as raw.
7870 2006-02-19 Julien MOUTTE <julien@moutte.net>
7872 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7874 * gst/playback/gststreaminfo.h: Introduce language informations.
7876 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
7878 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7879 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7880 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7881 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7882 Set shared memory segments to be deleted as soon as we have attached,
7883 that way they get cleaned up automatically if we crash.
7885 2006-02-18 Julien MOUTTE <julien@moutte.net>
7887 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
7888 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7889 functions are called with lock held.
7891 2006-02-18 Julien MOUTTE <julien@moutte.net>
7893 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7894 (gst_text_overlay_finalize), (gst_text_overlay_init),
7895 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7896 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7897 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7898 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7899 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7900 (gst_text_overlay_change_state): Refactoring of textoverlay
7901 without collectpads. This now supports sparse subtitles coming
7902 from a demuxer instead of a sub file. Seeking is still broken
7903 though. Need to discuss with wtay some more on how to handle
7905 * ext/pango/gsttextoverlay.h:
7906 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7907 subtitles coming from the demuxer.
7909 2006-02-17 Wim Taymans <wim@fluendo.com>
7911 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7912 (gst_vorbisenc_convert_sink):
7913 Use some more scaling functions.
7915 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
7917 * ext/cdparanoia/gstcdparanoiasrc.c:
7918 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7919 (gst_cd_paranoia_paranoia_callback),
7920 (gst_cd_paranoia_src_signal_is_being_watched),
7921 (gst_cd_paranoia_src_read_sector):
7922 * ext/cdparanoia/gstcdparanoiasrc.h:
7923 Add back 'transport-error' and 'uncorrected-error' signals and
7924 make them actually be fired when bad stuff happens (#319340).
7926 2006-02-17 Wim Taymans <wim@fluendo.com>
7928 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7929 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7930 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7931 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7932 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7933 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7934 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7935 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7936 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7937 (gst_ring_buffer_clear):
7939 Added some G_LIKELY.
7941 2006-02-17 Wim Taymans <wim@fluendo.com>
7943 * gst-libs/gst/audio/TODO:
7946 * gst-libs/gst/audio/gstbaseaudiosink.c:
7947 (gst_base_audio_sink_get_offset):
7948 When trying to play samples ASAP and we don't have a
7949 previous sample, try to play at position 0 instead of
7950 an invalid position.
7952 2006-02-17 Wim Taymans <wim@fluendo.com>
7954 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7955 (gst_alsasink_reset):
7956 Also release lock when we get an error in _reset();
7957 fix an error message.
7959 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7961 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7962 (gst_alsasink_init), (get_channel_free_structure),
7963 (caps_add_channel_configuration), (gst_alsasink_getcaps),
7964 (gst_alsasink_close):
7965 * ext/alsa/gstalsasink.h:
7966 Add support for more than 2 channels (#326720).
7968 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7970 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7971 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7972 with 4 or 6 channels, assume a default channel layout to make things
7973 work (not sure there's anything else we can do in those cases).
7975 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7977 * gst-libs/gst/audio/multichannel.c:
7980 * gst-libs/gst/riff/Makefile.am:
7981 * gst-libs/gst/riff/riff-ids.h:
7982 * gst-libs/gst/riff/riff-media.c:
7983 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7984 Add support for WAVEFORMATEX, eg. PCM audio with more than two
7985 channels and a channel layout map.
7987 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
7989 Reviewed by Edward Hervey <edward@fluendo.com>
7991 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
7992 C-level optimization of the RGBA nearest neighbour function.
7993 Eventually this might end up in liboil with vectorized versions.
7995 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7997 * gst-libs/gst/audio/multichannel.c:
7998 (gst_audio_get_channel_positions):
7999 When we have more than 2 channels, but no channel layout is
8000 specified in the caps, return some default channel layout
8001 to the caller and warn about about a possibly buggy element
8002 (could be buggy filtercaps as well of course) (#317038).
8004 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8006 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8007 Add gst-libs/gst/cdda to list of lib search paths.
8009 2006-02-15 Andy Wingo <wingo@pobox.com>
8011 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
8012 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
8013 to the Lord Jesus that I do not have to touch the ogg muxer ever
8016 2006-02-15 Edward Hervey <edward@fluendo.com>
8018 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8019 quicktime movie files can also contain 'uuid' atoms.
8021 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
8023 * gst/audioconvert/plugin.c: (plugin_init):
8024 Register the GstAudioChannelPosition enum type with the type
8025 system in the plugin_init function, so that it is known before
8026 any element actually makes use of multi-channel stuff. This is
8027 required for example if one wants to be able to deserialise/use
8028 a caps string with channel positions before any pipeline has
8029 been setup and started, like with gst-launch.
8031 2006-02-14 Wim Taymans <wim@fluendo.com>
8033 * gst-libs/gst/audio/gstringbuffer.c:
8034 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
8035 (gst_ring_buffer_samples_done), (wait_segment),
8036 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
8037 Add some compiler G_(UN_)LIKELY help.
8038 SIGNAL the ringbuffer waiters when going to PAUSED as well to
8039 make sure they can exit their functions. Should fix #330748
8041 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
8046 * win32/common/_stdint.h:
8047 Windows does not have long long; copy the generated _stdint.h
8048 * win32/common/interfaces-enumtypes.c:
8049 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8050 (gst_mixer_track_flags_get_type),
8051 (gst_tuner_channel_flags_get_type):
8052 * win32/common/multichannel-enumtypes.c:
8053 (gst_audio_channel_position_get_type):
8056 2006-02-13 Wim Taymans <wim@fluendo.com>
8058 * gst-libs/gst/audio/gstbaseaudiosink.c:
8059 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8060 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8061 Always sync on first sample we receive when starting.
8063 2006-02-13 Wim Taymans <wim@fluendo.com>
8065 * gst/playback/gstplaybin.c: (gen_vis_element):
8066 Update vis bin docs.
8067 Move queue after tee so we don't queue video buffers but
8068 audio samples instead. Fixes problems where the video queue
8069 is filled and the audio queue empty.
8071 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
8073 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8074 No need to push an EOS event here, GstBaseSrc will do that for us
8075 when we return FLOW_UNEXPECTED.
8077 2006-02-12 Wim Taymans <wim@fluendo.com>
8079 * gst-libs/gst/audio/gstbaseaudiosink.c:
8080 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8081 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8082 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8083 Use scale functions when possible.
8085 Free clockid when after waiting for EOS.
8086 Use G_(UN_)LIKLY when it makes sense.
8087 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8089 2006-02-12 Edward Hervey <edward@fluendo.com>
8091 * gst/playback/gstplaybasebin.c: (prepare_output):
8092 Remove stray semi-colon (fixes #330888).
8094 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
8096 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8097 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8098 Fix up the XShm call testing so that we catch errors, and don't
8099 cause new ones by attempting to detach from a segment we failed
8100 to attach to. Fixes #312439.
8102 2006-02-10 Edward Hervey <edward@fluendo.com>
8104 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8105 Added flv file typefind (video/x-flv).
8107 2006-02-10 Edward Hervey <edward@fluendo.com>
8109 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8110 (gst_riff_create_video_template_caps):
8111 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8112 Also added the caps to the default set of riff video caps.
8114 2006-02-09 Andy Wingo <wingo@pobox.com>
8116 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8117 time and the end time of the last packet in the page.
8118 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8119 on the pages in our queue, set the duration as well. Reflow a
8121 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8122 Fixes bad muxing order.
8124 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
8126 * gst-libs/gst/rtp/gstbasertppayload.c:
8127 (gst_basertppayload_setcaps), (gst_basertppayload_push):
8128 update seqnum before setting it on the packet; this makes sure
8129 that the timestamp and seqnum properties match after pushing
8132 2006-02-09 Andy Wingo <wingo@pobox.com>
8134 * gst-libs/gst/audio/gstringbuffer.c
8135 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8136 overflow after 13.5 hours of recording. Kapow!
8138 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8139 the buffer size -- we don't care about underrun/overrun reporting
8140 right now, just need to return a useful value.
8142 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8147 === release 0.10.3 ===
8149 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8152 releasing 0.10.3, "Under Pressure"
8154 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8157 Drat. Bump libtool version number for new API.
8158 Prelease 0.10.2.3 (of 0.10.3)
8160 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8163 * win32/common/config.h:
8164 0.10.2.2 prerelease (of 0.10.3).
8166 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8168 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8169 Revert Andy's newsegment change pending a more correct
8172 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
8174 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8175 (qt_type_find), (plugin_init):
8176 detect more files as 3gp
8177 group and reorder the iso file formats
8179 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8181 * ext/vorbis/vorbis.c: (plugin_init):
8182 Register musicbrainz tags, so apps don't have to.
8184 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8186 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8187 (gst_tag_to_vorbis_tag):
8188 Make sure we called gst_tag_register_musicbrainz_tags()
8189 before possibly mapping a vorbiscomment string from/to a
8192 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8194 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8195 In case we can't find the required number of consecutive
8196 mpeg audio frames to positively identify an MPEG audio
8197 stream, check if there's at least a valid mpeg audio
8198 frame right at offset 0 and if so suggest mpeg/audio
8199 caps with a very low probability (#153004).
8201 2006-02-07 Andy Wingo <wingo@pobox.com>
8203 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8204 a TIME segment if we get timestamped buffers. Requires recent
8205 fixes in core to work properly.
8207 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8209 * gst/playback/gstplaybasebin.c: (prepare_output):
8210 Don't print the URI as part of the error message, it
8211 makes error dialogs look rather ugly, especially if
8212 the URI is very long or has characters in it that
8215 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8217 * gst/playback/gstplaybasebin.c: (prepare_output):
8218 Error out if we have only text or subtitles, but nothing
8219 else. Also error out if we have subtitles but no video
8222 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8224 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8225 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8226 Post an error message on the bus when we encounter an
8227 error, which will hopefully be more meaningful than the
8228 'Internal Flow Error' message users get to see if we
8229 just return GST_FLOW_ERROR.
8231 2006-02-07 Andy Wingo <wingo@pobox.com>
8233 * configure.ac (GST_MAJORMINOR): Update core version req to
8234 0.10.2.2, for the collectpads API addition (#330244).
8236 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
8238 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8239 Return FALSE from plugin_init() when GnomeVFS can't
8240 be initialised for some reason (#328423).
8242 2006-02-06 Julien MOUTTE <julien@moutte.net>
8244 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
8245 Stick to seeking theory until i find the bug.
8246 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8248 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8250 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8251 (theora_enc_finalize), (theora_enc_sink_setcaps),
8252 (theora_set_header_on_caps), (theora_enc_chain),
8253 (theora_enc_change_state):
8254 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8255 Make theoraenc and the tests leak free. Like, really.
8257 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8259 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8260 (theora_enc_finalize), (theora_enc_sink_setcaps):
8261 Add a finalize method to ensure we clean up state even if
8262 someone omitted the state change back to NULL.
8264 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8265 (gst_vorbisenc_chain):
8266 Free some more leaked bits.
8268 * tests/check/pipelines/theoraenc.c: (start_pipeline),
8270 Wait for state changes to happen if they're ASYNC.
8272 This ought to teach those fancy pants buildbots a lesson.
8274 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8276 * gst-libs/gst/tag/gstid3tag.c:
8277 Add mapping for ID3 International Standard Recording Code
8280 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8282 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8283 Don't leak tag names.
8285 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8287 * docs/libs/gst-plugins-base-libs-docs.sgml:
8288 * docs/libs/gst-plugins-base-libs-sections.txt:
8289 * gst-libs/gst/tag/gstid3tag.c:
8290 * gst-libs/gst/tag/gstvorbistag.c:
8291 * gst-libs/gst/tag/tags.c:
8292 Split libgsttag docs into multiple sections.
8294 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8296 * docs/libs/Makefile.am:
8297 * docs/libs/gst-plugins-base-libs-docs.sgml:
8298 * docs/libs/gst-plugins-base-libs-sections.txt:
8299 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8300 * gst-libs/gst/tag/gstvorbistag.c:
8301 * gst-libs/gst/tag/tag.h:
8302 * gst-libs/gst/tag/tags.c:
8303 Add libgsttag to the docs.
8305 2006-02-05 Julien MOUTTE <julien@moutte.net>
8307 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8308 (gst_text_overlay_init), (gst_text_overlay_src_event),
8309 (gst_text_overlay_collected): Fix clockoverlay.
8311 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8313 * docs/libs/compiling.sgml:
8314 Fix typo: it's pkg-config, not pkg-gconfig
8316 * docs/libs/gst-plugins-base-libs-docs.sgml:
8317 * docs/libs/gst-plugins-base-libs-sections.txt:
8318 * docs/libs/tmpl/gstgconf.sgml:
8319 There is no libgstgconf in 0.10, remove it
8322 2006-02-05 Julien MOUTTE <julien@moutte.net>
8324 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8325 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8326 (gst_text_overlay_src_event), (gst_text_overlay_collected):
8327 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8328 (gst_sub_parse_class_init), (gst_sub_parse_init),
8329 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8330 (parse_mpsub), (parser_state_init), (handle_buffer),
8331 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8332 * gst/subparse/gstsubparse.h: Introduce seeking code.
8334 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8336 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8337 Add comment about LANGUAGE tag inconsistency (we want
8338 ISO-639-1, but extract three-letter identifiers?)
8341 Add two translatable files.
8343 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8345 * gst-libs/gst/tag/Makefile.am:
8346 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8347 * gst-libs/gst/tag/tag.h:
8348 * gst-libs/gst/tag/tags.c:
8349 (gst_tag_register_musicbrainz_tags_internal),
8350 (gst_tag_register_musicbrainz_tags):
8351 Forward-port some tags stuff from the 0.8 branch. This is
8352 mostly the addition of musicbrainz tags and their mapping
8353 to vorbistags, and a vorbistag mapping of the language tag.
8355 2006-02-05 Julien MOUTTE <julien@moutte.net>
8357 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8360 2006-02-04 David Schleef <ds@schleef.org>
8362 * ext/ogg/gstoggmux.c:
8363 * gst/typefind/gsttypefindfunctions.c:
8364 Add Dirac typefinding and add dirac format to oggmux.
8366 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
8368 * gst/playback/gstdecodebin.c: (try_to_link_1):
8369 Don't put essential function call into
8370 g_return_*() macro, otherwise it'll all be
8371 replaced by NOOPs when compiling with
8372 G_DISABLE_CHECKS defined.
8374 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
8376 * ext/ogg/gstoggdemux.c:
8377 * ext/ogg/gstoggparse.c:
8378 * gst/tcp/gsttcpserversink.c:
8379 * sys/v4l/v4lsrc_calls.c:
8380 * sys/v4l/v4lsrc_calls.h:
8381 Just make it compile with --disable-gst-debug.
8383 2006-02-03 Wim Taymans <wim@fluendo.com>
8385 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8386 (gst_alsasink_class_init), (gst_alsasink_init),
8387 (gst_alsasink_write), (gst_alsasink_reset):
8388 * ext/alsa/gstalsasink.h:
8389 Add lock to protect alsa calls.
8390 Implement reset to flush samples ASAP, does not work
8393 2006-02-02 Wim Taymans <wim@fluendo.com>
8395 * gst-libs/gst/audio/gstbaseaudiosink.c:
8396 (gst_base_audio_sink_provide_clock):
8397 Ugh.. getting late I guess...
8399 2006-02-02 Wim Taymans <wim@fluendo.com>
8401 * gst-libs/gst/audio/gstbaseaudiosink.c:
8402 (gst_base_audio_sink_provide_clock),
8403 (gst_base_audio_sink_set_property),
8404 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8405 Don't try to provide a clock when we are not negotiated since
8406 we might not be able to make it run.
8408 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
8410 * gst/playback/gstdecodebin.c: (try_to_link_1):
8411 Unlinking two source pads is ... hard.
8413 2006-02-02 Wim Taymans <wim@fluendo.com>
8415 * gst-libs/gst/audio/TODO:
8418 * gst-libs/gst/audio/gstbaseaudiosink.c:
8419 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8420 On EOS, wait till the last sample is played before posting EOS.
8422 2006-02-01 Philippe Kalaf <burger at speedy dot org>
8424 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8425 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8426 setting queue_delay to zero. Also avoid thread being started if
8427 queue_delay is zero.
8429 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8431 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8432 Make test work again by connecting fakesinks to each decoded pad,
8433 which makes the pipeline wait until each fakesink has a buffer
8434 queued before going to PAUSED state. At that point we know the
8435 decodebin pads are negotiated.
8437 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8439 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8440 (gst_cdda_base_src_handle_event):
8441 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8442 Pass unhandled queries to the parent class's query function.
8444 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8446 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8447 (gst_ogg_pad_src_query):
8448 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8449 * ext/theora/theoradec.c: (theora_dec_src_query),
8450 (theora_dec_sink_query):
8451 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8452 (vorbis_dec_sink_query):
8453 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8454 (gst_vorbisenc_sink_query):
8455 * gst/adder/gstadder.c: (gst_adder_query):
8456 Pass unhandled queries upstream instead of just
8457 dropping them (#326447). Also, fix supported
8458 query types list for some elements.
8460 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8462 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8463 (paris_type_find), (ilbc_type_find), (plugin_init):
8464 Fix typefinding for audio/x-au, audio/x-paris and
8465 audio/iLBC-sh. We cannot use the START_WITH macros
8466 here, because there can only be one typefind factory
8467 with the same name (caps), so the second one would
8468 replace the first one and the first one would never
8469 be called when doing typefinding (see #161712).
8472 2006-01-31 Wim Taymans <wim@fluendo.com>
8474 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8475 (vorbis_handle_header_packet), (vorbis_dec_push),
8476 (vorbis_handle_data_packet):
8477 Use scale_int when we can, add some more scaling.
8478 Check packettype before parsing it.
8480 2006-01-31 Wim Taymans <wim@fluendo.com>
8482 * ext/theora/theoradec.c: (_theora_granule_time),
8483 (theora_dec_src_convert), (theora_dec_sink_convert):
8484 Call right _scale functions.
8485 Use parameter instead of some other random value.
8487 2006-01-31 Wim Taymans <wim@fluendo.com>
8489 * ext/theora/theoradec.c: (_theora_granule_frame),
8490 (_theora_granule_time), (_inc_granulepos),
8491 (theora_dec_src_convert), (theora_dec_sink_convert),
8492 (theora_handle_type_packet), (theora_handle_data_packet),
8494 Use higher precision timestamps calculation.
8495 Convert some other conversions to _scale.
8497 2006-01-31 Stefan Kost <ensonic@users.sf.net>
8499 * gst/audiotestsrc/gstaudiotestsrc.c:
8500 (gst_audio_test_src_create_sine_table), (plugin_init):
8501 * gst/volume/gstvolume.c: (plugin_init):
8502 initialize gst_controller before using
8504 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
8506 * tests/check/pipelines/theoraenc.c:
8507 * tests/check/pipelines/vorbisenc.c:
8508 Define constant using G_GINT64_CONSTANT to avoid errors when
8509 passing it around - otherwise it gets truncated to 32 bits.
8511 Fixes failing tests.
8513 2006-01-31 Andy Wingo <wingo@pobox.com>
8515 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8516 caps being set doesn't have a framerate value. Basically a stopgap
8519 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8520 technically correct enough to put into core though.
8521 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8522 DURATION. Fixes theoraenc ! oggmux.
8524 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8525 fraction, not double.
8527 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
8530 add vs7 project files created by Sergey Scobich
8532 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
8535 add vs8 project files created by Sergey Scobich
8537 2006-01-30 Andy Wingo <wingo@pobox.com>
8539 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8540 timestamp + duration, not just timestamp -- ogg pages should be
8541 ordered by stop time. Necessary fix given the change in vorbis
8544 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
8545 (gst_theora_enc_init): Pull the granule shift out of the encoder.
8546 (granulepos_add): New function, handles the messiness of adjusting
8548 (theora_buffer_from_packet):
8550 (theora_enc_sink_event): Use granulepos_add, not +.
8552 * tests/check/pipelines/theoraenc.c
8553 (check_buffer_granulepos_from_starttime): Just check the frame
8554 count, not the actual granulepos -- we can't dictate to the
8555 encoder when it should be placing keyframes.
8557 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
8559 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8560 SERVICE_NOT_AVAILABLE happens for example when you're trying to
8561 play an http:// stream from a server that's not serving
8563 2006-01-30 Andy Wingo <wingo@pobox.com>
8565 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
8566 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8567 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8570 * ext/theora/gsttheoraenc.h:
8571 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8572 although theoraenc was timestamping correctly. Added handling of
8573 streams that start with nonzero timestamps.
8575 * tests/check/Makefile.am:
8576 * tests/check/pipelines/theoraenc.c: New file, basically does same
8579 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8581 2006-01-30 Wim Taymans <wim@fluendo.com>
8583 * gst-libs/gst/audio/gstaudiosink.c:
8584 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8585 (gst_audioringbuffer_pause):
8586 Implement pause that does not wait for completion.
8588 * gst-libs/gst/audio/gstbaseaudiosink.c:
8589 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8590 Don't drop buffers when going to PAUSED but perform preroll on
8591 remaining samples now that core base class supports this.
8593 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8594 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8595 (gst_ring_buffer_commit):
8596 Pause should not signal waiters.
8597 Implement return value of _commit correctly.
8599 2006-01-30 Andy Wingo <wingo@pobox.com>
8601 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8603 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8604 updated to timestamp from the first sample, not the last.
8605 (gst_vorbisenc_buffer_from_header_packet): New function, takes
8606 special care of granulepos and timestamp for header packets.
8607 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8608 when the first buffer has a nonzero timestamp.
8610 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8611 (GstVorbisEnc.subgranule_offset): New members. Take care of the
8612 case when the first audio buffer we get has a nonzero timestamp.
8613 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8614 properly timestamp vorbis buffers with the time of the first
8615 sample, not the last.
8617 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8618 vorbis_granule_time_copy -- now it takes the granule/subgranule
8619 offset into account.
8621 * tests/check/pipelines/vorbisenc.c: New test for correctness of
8622 timestamps, durations, and granulepos on buffers produced by
8625 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
8627 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8628 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8629 Patch from Eric Jonas to support conversions to/from UYVY
8632 2006-01-30 Julien MOUTTE <julien@moutte.net>
8634 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8635 (setup_subtitle), (setup_source), (set_active_source):
8636 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8637 (gen_text_element), (gen_audio_element), (gen_vis_element),
8638 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8640 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
8642 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8643 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8644 use gst_guint64_to_gdouble to be compliant with vs6
8645 * gst/playback/gstdecodebin.c: (try_to_link_1)
8646 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8647 use G_GINT64_CONSTANT for int64 constants
8648 * win32/common/libgstinterfaces.def:
8649 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8651 update and add new project files
8653 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8657 * win32/common/interfaces-enumtypes.c:
8658 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8659 (gst_mixer_track_flags_get_type),
8660 (gst_tuner_channel_flags_get_type):
8661 * win32/common/interfaces-enumtypes.h:
8662 * win32/common/multichannel-enumtypes.c:
8663 (gst_audio_channel_position_get_type):
8664 * win32/common/multichannel-enumtypes.h:
8665 add a win32-update rule like in core, and copy over enumtypes files
8667 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8670 * win32/common/config.h:
8671 * win32/common/config.h.in:
8672 add config files just like in core
8674 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
8676 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8677 Make gcc-4.1 happy (part of #327357).
8679 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8681 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8682 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8683 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8684 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8685 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8686 (gst_alsasrc_unprepare), (gst_alsasrc_read):
8687 Update all error messages. All of them should either use
8688 the default translated message, or actually provide a
8689 translatable string.
8690 Make the string for channel count problems meaningful.
8692 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8694 * sys/v4l/v4l_calls.c: (gst_v4l_open):
8695 check for and throw RESOURCE_BUSY
8697 2006-01-27 David Schleef <ds@schleef.org>
8699 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8700 checked in this change -- it requires liboil features not
8701 in 0.3.6. Revert parts.
8703 2006-01-27 David Schleef <ds@schleef.org>
8706 * configure.ac: update liboil requirement to 0.3.6
8707 * gst/videoscale/Makefile.am:
8708 * gst/videoscale/vs_scanline.c: liboilify
8710 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8712 * ext/libvisual/visual.c: (get_buffer):
8713 When pad_alloc returns a GstFlowReturn other
8714 than GST_FLOW_OK, make sure it is passed upstream.
8716 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8718 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8719 (gst_alsasink_class_init):
8720 Free the device name string.
8722 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8723 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8724 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8725 Don't remove a pad from the collectpads structure until it
8726 is released - it's a request pad, and may receive data again
8727 if the element gets moved back to PLAYING state.
8729 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8730 Ensure we turn on double buffering on the Xv port, and
8731 set the colour key to something dark and mysterious that
8734 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
8736 * ext/alsa/gstalsaplugin.c: (plugin_init):
8737 * ext/cdparanoia/gstcdparanoiasrc.c:
8738 (gst_cd_paranoia_src_base_init), (plugin_init):
8739 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8740 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8741 - a library should not call setlocale. see "Libraries" node in
8743 - make sure all plugins that use translation do bindtextdomain
8744 to point to the localedir
8745 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8746 (setup_sinks), (plugin_init):
8747 all this, and check for NULL when creating sinks
8749 2006-01-27 Julien MOUTTE <julien@moutte.net>
8751 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8752 (plugin_init): Make typefinding of subtitles work again.
8754 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
8756 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8757 (mp3_type_frame_length_from_header), (mp3_type_find),
8758 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8760 Backport a bunch of typefinding fixes from the 0.8 branch.
8761 Also, improve wavpack typefinding: if we can't peek the
8762 entire wavpack block, try to parse the bits we can get and
8763 see if we find what we're looking for in those.
8765 2006-01-26 Julien MOUTTE <julien@moutte.net>
8767 * sys/ximage/ximagesink.c:
8768 (gst_ximagesink_calculate_pixel_aspect_ratio):
8769 * sys/xvimage/xvimagesink.c:
8770 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8771 more cases of pixel aspect ratio.
8773 2006-01-26 Edward Hervey <edward@fluendo.com>
8775 * gst/playback/gstdecodebin.c: (pad_probe):
8776 Also consider the flush-start and tag events as unblockers
8779 2006-01-26 Julien MOUTTE <julien@moutte.net>
8781 * gst/playback/gstplaybin.c: (gst_play_bin_init),
8782 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8783 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
8784 On the fly visualisation switch, works disabling, enabling as
8785 well but it won't be able to enable vis in a playbin that was
8786 created with no visualisation.
8788 2006-01-25 Wim Taymans <wim@fluendo.com>
8790 * gst-libs/gst/audio/gstbaseaudiosink.c:
8791 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8792 Undo previous commit that returned WRONG_STATE sooner, it breaks
8795 2006-01-25 Wim Taymans <wim@fluendo.com>
8797 * gst-libs/gst/audio/gstbaseaudiosink.c:
8798 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8799 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8801 Post error when caps cannot be parsed.
8802 Resync on discontinuity in the stream.
8803 Clip samples to segment boundaries.
8804 return WRONG_STATE sooner when we are flushing.
8806 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8807 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8808 Make audiosrc operate in TIME.
8809 Set TIMESTAMP and DURATION on buffers.
8811 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
8813 * tests/examples/seek/seek.c: (main):
8814 Output tag messages as well.
8816 2006-01-23 Edward Hervey <edward@fluendo.com>
8818 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8819 (free_pad_probes), (remove_fakesink), (pad_probe),
8820 (close_pad_link), (gst_decode_bin_change_state):
8821 Replace GstPadBlockCallback with pad probes that detect
8822 first buffer AND eos before removing fakesink.
8823 Fixes hang with demuxers doing EOS while pre-rolling.
8826 2006-01-23 Andy Wingo <wingo@pobox.com>
8828 * ext/alsa/gstalsasink.c:
8829 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8830 (gst_base_rtp_depayload_setcaps),
8831 (gst_base_rtp_depayload_add_to_queue),
8832 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8834 Patch by: Jens Granseuer <jensgr at gmx dot net>
8836 2006-01-22 Julien MOUTTE <julien@moutte.net>
8838 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8839 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8840 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
8841 frames. We might get a frame destroyed after changing state to
8842 NULL, adding a safety check on xcontext.
8844 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
8846 * gst-libs/gst/interfaces/xoverlay.c:
8847 Fix prepare-xwindow-id code example in the docs - we need to
8848 ignore all messages that aren't element messages as well.
8850 2006-01-21 Julien MOUTTE <julien@moutte.net>
8852 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8853 I think one day i'll completely undestand how caps negotiation
8854 is supposed to work. This refactoring handles buffer_alloc
8855 called with caps we can't handle. We definitely don't want a
8856 set_caps with those caps, so we define and allocate a buffer
8857 we would like to receive.
8859 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
8861 * gst/playback/gstplaybasebin.c: (setup_source):
8862 Free iterator when done.
8864 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
8866 * gst-libs/gst/audio/gstbaseaudiosink.c:
8867 (gst_base_audio_sink_render):
8868 Fix playback of non-synchronised streams by assuming a rate
8869 of 1.0 instead of a random one.
8871 Makes this work again:
8873 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8874 endianness=(int)4321, signed=(boolean)true, width=(int)16,
8875 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8876 audioresample ! alsasink
8878 === release 0.10.2 ===
8880 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8883 releasing 0.10.2, "Then the devil is six"
8885 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
8887 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8888 * gst/playback/gststreamselector.c:
8889 (gst_stream_selector_set_property):
8890 Comment out broken code that connects to the state-changed signal.
8891 At this point, changing current stream selection is broken, but
8892 stuff like gst-launch playbin current-audio=1 works and filters
8893 to the chosen stream.
8895 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8897 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8898 Fix #327216 (null dereference in vorbisdec)
8900 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
8902 * ext/theora/theoradec.c: (theora_handle_comment_packet):
8903 Post taglist actually on bus instead of just freeing it
8904 (fixes #327114 and totem bug #327080).
8906 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8907 Use gst_element_found_tags_for_pad(), so that the tags
8908 are sent downstream as an event as well.
8910 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
8912 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8913 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8914 (gst_ximagesink_buffer_alloc):
8915 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8916 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8917 (gst_xvimagesink_buffer_alloc):
8918 move all regularly occurring messages to GST_LOG level
8919 add some more object logs
8921 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
8923 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8924 fix a silly segfault
8926 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
8928 * docs/libs/gst-plugins-base-libs-docs.sgml:
8929 * docs/libs/gst-plugins-base-libs-sections.txt:
8930 * gst-libs/gst/audio/mixerutils.c:
8931 * gst-libs/gst/audio/mixerutils.h:
8932 Add docs for mixerutils stuff.
8934 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
8936 * gst/playback/gstplaybasebin.c: (setup_source):
8937 Fix playback for sources that emit raw audio or
8938 raw video streams (e.g.: cd audio sources) (#325984).
8940 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
8942 * gst-libs/gst/audio/mixerutils.c:
8943 (gst_audio_mixer_filter_do_filter):
8944 actually save the element we create
8946 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
8948 * gst-libs/gst/cdda/gstcddabasesrc.c:
8949 (gst_cdda_base_src_handle_track_seek):
8950 No need to post a tag message on the bus when seeking
8951 within the same track, only post it when the current
8954 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8956 * gst/playback/gstplaybasebin.c: (group_destroy),
8957 (probe_triggered), (new_decoded_pad), (mute_group_type),
8958 (set_active_source):
8959 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8960 * gst/playback/gststreamselector.c:
8961 (gst_stream_selector_base_init),
8962 (gst_stream_selector_set_property),
8963 (gst_stream_selector_request_new_pad):
8964 Reenable stream selection. These mechanisms need a complete overhaul
8965 in the face of 0.8->0.10 changes though.
8967 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8969 * ext/ogg/gstoggdemux.c:
8970 Change the pad template to src_%d to match the pads that
8971 are created from it. decodebin needs this information in order
8972 to decide that oggdemux is capable of producing multiple pads
8973 (and hence needs queues inserted).
8975 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8976 (gst_ogg_mux_collected):
8977 Make debug output more useful by using GST_PTR_FORMAT.
8979 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8981 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
8983 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8984 Set depth and width for alaw/mulaw (fixes #326601).
8986 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
8988 * tests/icles/Makefile.am:
8989 don't build the tests if we don't have the libs
8991 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8993 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8994 (gst_cd_paranoia_paranoia_callback):
8995 Don't try to free NULL pointers.
8997 2006-01-10 Edward Hervey <edward@fluendo.com>
8999 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
9000 (gst_audio_rate_change_state), (plugin_init):
9001 Add debugging category.
9003 Add case for incoming buffers without valid offset/offset_end.
9005 2006-01-10 Michael Smith <msmith@fluendo.com>
9007 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
9008 Don't leak GCond in audio sources.
9010 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
9012 * gst/playback/gstplaybin.c: (gen_audio_element):
9013 Don't leak an autoaudiosink/alsasink when we generate
9014 a new audio element. (old code, I guess)
9016 2006-01-10 Michael Smith <msmith@fluendo.com>
9018 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9019 Support float audio in audiorate.
9020 Use width rather than depth for selecting sample width.
9022 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9024 * gst/videotestsrc/videotestsrc.h:
9025 Use GLib types here (that way we don't have to include the
9026 generated _stdint.h header, which makes life easier for win32
9027 folks that don't use autotools for the build) (#325990, patch
9028 by: Sergey Scobich).
9030 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9032 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9033 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9034 (gst_ring_buffer_pause), (wait_segment):
9035 * gst-libs/gst/audio/gstringbuffer.h:
9036 Name (private) union, makes Forte compiler happy (this time
9037 for real) (#324900).
9039 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
9041 * gst-libs/gst/audio/Makefile.am:
9042 Link against libgstinterfaces, needed for mixer
9043 and property probe stuff.
9045 2006-01-09 Edward Hervey <edward@fluendo.com>
9047 * gst-libs/gst/Makefile.am:
9049 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
9051 * gst-libs/gst/audio/Makefile.am:
9052 * gst-libs/gst/audio/mixerutils.c:
9053 (gst_audio_mixer_filter_do_filter),
9054 (gst_audio_mixer_filter_check_element),
9055 (gst_audio_mixer_filter_probe_feature),
9056 (element_factory_rank_compare_func),
9057 (gst_audio_default_registry_mixer_filter):
9058 * gst-libs/gst/audio/mixerutils.h:
9059 Add gst_audio_default_registry_mixer_filter() utility
9062 2006-01-03 Michael Smith <msmith@fluendo.com>
9064 * gst/audioresample/resample.h:
9065 As before, but for o_buf
9067 2006-01-03 Michael Smith <msmith@fluendo.com>
9069 * gst/audioresample/resample.h:
9070 Declare struct _ResampleState.buffer as unsigned char *, not void *,
9071 since we do arithmetic on it.
9073 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
9075 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9076 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9077 (gst_ring_buffer_pause), (wait_segment):
9078 * gst-libs/gst/audio/gstringbuffer.h:
9079 Sun's Forte compiler doesn't seem to like anonymous structs,
9080 so use same setup as in GstBaseSrc (fixes #324900).
9082 2005-12-30 Stefan Kost <ensonic@users.sf.net>
9085 * gst/volume/Makefile.am:
9086 * gst/volume/demo.c:
9087 move old example to tests/examples/volume/volune.c
9088 * tests/examples/Makefile.am:
9089 * tests/examples/seek/seek.c: (main):
9090 change window-close event from "delete-event" to "destroy"
9091 * tests/examples/volume/Makefile.am:
9092 * tests/examples/volume/volume.c: (value_changed_callback),
9093 (setup_gui), (message_received), (eos_message_received), (main):
9094 fix event handling and bus usage
9096 2005-12-29 Stefan Kost <ensonic@users.sf.net>
9098 * gst/audiotestsrc/gstaudiotestsrc.c:
9099 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9100 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9101 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9102 (gst_audio_test_src_create_square),
9103 (gst_audio_test_src_create_saw),
9104 (gst_audio_test_src_create_triangle),
9105 (gst_audio_test_src_create_silence),
9106 (gst_audio_test_src_create_white_noise),
9107 (gst_audio_test_src_create_pink_noise),
9108 (gst_audio_test_src_init_sine_table),
9109 (gst_audio_test_src_create_sine_table),
9110 (gst_audio_test_src_change_wave),
9111 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9112 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9113 * gst/audiotestsrc/gstaudiotestsrc.h:
9114 update to basesrc changes, implement segmented seeking and eos
9115 handling, add a 'sine-tab' waveform for performance critical playback
9117 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9120 ... and this time the other modified file that I missed last time.
9122 2005-12-29 Michael Smith <msmith@fluendo.com>
9124 * gst/playback/gstdecodebin.c: (new_pad):
9125 Fix non-C89 variable declaration not at the start of a block. Should
9126 help some compilers.
9128 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9130 * tests/check/Makefile.am:
9131 And now fix 'make distcheck' (builddir != srcdir)
9133 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9136 * ext/cdparanoia/Makefile.am:
9137 * ext/cdparanoia/gstcdparanoia.c:
9138 * ext/cdparanoia/gstcdparanoia.h:
9139 * ext/cdparanoia/gstcdparanoiasrc.c:
9140 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9141 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9142 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9143 (gst_cd_paranoia_paranoia_callback),
9144 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9145 (gst_cd_paranoia_src_set_property),
9146 (gst_cd_paranoia_src_get_property), (plugin_init):
9147 * ext/cdparanoia/gstcdparanoiasrc.h:
9148 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9149 plugin again (there are still fixes required to playbin to make
9150 cdda:// uris work there).
9152 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9154 * tests/check/Makefile.am:
9155 Fix test case compilation.
9157 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9159 * gst-libs/gst/cdda/gstcddabasesrc.c:
9160 (gst_cdda_base_src_update_duration),
9161 (gst_cdda_base_src_calculate_cddb_id):
9162 An integer is not a string. Fix access to uninitialised variable.
9164 * tests/check/Makefile.am:
9165 Add cddabasesrc unit test; also actually enable the vorbis test.
9167 * tests/check/generic/states.c:
9168 Blacklist new cd audio elements as well.
9170 * tests/check/libs/cddabasesrc.c:
9171 Unit test for GstCddaBaseSrc (discid calculation mostly).
9173 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9175 * docs/libs/Makefile.am:
9176 * docs/libs/gst-plugins-base-libs-docs.sgml:
9177 * docs/libs/gst-plugins-base-libs-sections.txt:
9178 * docs/libs/gst-plugins-base-libs.types:
9179 Add docs for libgstcdda/GstCddaBaseSrc.
9181 * gst-libs/gst/interfaces/mixertrack.h:
9182 Do one struct member per line with a semicolon at the end, that way
9183 even gtk-doc might parse it without complaining.
9185 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9188 * gst-libs/gst/Makefile.am:
9189 * gst-libs/gst/cdda/Makefile.am:
9190 * gst-libs/gst/cdda/base64.c:
9191 * gst-libs/gst/cdda/base64.h:
9192 * gst-libs/gst/cdda/gstcddabasesrc.c:
9193 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9194 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9195 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9196 (gst_cdda_base_src_get_property),
9197 (gst_cdda_base_src_get_track_from_sector),
9198 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9199 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9200 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9201 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9202 (gst_cdda_base_src_uri_get_protocols),
9203 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9204 (gst_cdda_base_src_uri_handler_init),
9205 (gst_cdda_base_src_setup_interfaces),
9206 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9207 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9208 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9209 (gst_cdda_base_src_add_tags),
9210 (gst_cdda_base_src_add_index_associations),
9211 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9212 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9213 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9214 (gst_cdda_base_src_create):
9215 * gst-libs/gst/cdda/gstcddabasesrc.h:
9216 * gst-libs/gst/cdda/sha1.c:
9217 * gst-libs/gst/cdda/sha1.h:
9218 Add new libgstcdda with GstCddaBaseSrc class.
9220 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9222 * ext/gnomevfs/gstgnomevfssink.h:
9223 Use GstBaseSinkClass as parent_class member for class struct, not
9226 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9228 Patch by: Michael Benes
9230 * gst/videotestsrc/gstvideotestsrc.c:
9231 (gst_video_test_src_class_init), (gst_video_test_src_start):
9232 Add start method to reset running time and number of frames sent
9233 when starting up (fixes #324696)
9235 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9237 * docs/plugins/Makefile.am:
9238 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9239 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9240 * docs/plugins/gst-plugins-base-plugins.args:
9241 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9242 * docs/plugins/gst-plugins-base-plugins.signals:
9243 Add docs stuff for gnomevfssrc and gnomevfssink.
9245 * ext/gnomevfs/gstgnomevfssrc.c:
9246 Fix example pipeline in gtk-doc blurb.
9248 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9250 * ext/gnomevfs/Makefile.am:
9251 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9252 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9253 (gst_gnome_vfs_handle_get_type), (plugin_init):
9254 * ext/gnomevfs/gstgnomevfs.h:
9255 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9256 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9257 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9258 (gst_gnome_vfs_sink_set_property),
9259 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9260 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9261 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9262 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9263 (gst_gnome_vfs_sink_uri_get_type),
9264 (gst_gnome_vfs_sink_uri_get_protocols),
9265 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9266 (gst_gnome_vfs_sink_uri_handler_init):
9267 * ext/gnomevfs/gstgnomevfssink.h:
9268 Port gnomevfssink; add gtk-doc blurb.
9270 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9271 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9272 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9273 (gst_gnome_vfs_src_uri_get_type),
9274 (gst_gnome_vfs_src_uri_get_protocols),
9275 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9276 (gst_gnome_vfs_src_uri_handler_init),
9277 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9278 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9279 (gst_gnome_vfs_src_send_additional_headers_callback),
9280 (gst_gnome_vfs_src_received_headers_callback),
9281 (gst_gnome_vfs_src_push_callbacks),
9282 (gst_gnome_vfs_src_pop_callbacks),
9283 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9284 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9285 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9286 * ext/gnomevfs/gstgnomevfssrc.h:
9287 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9288 file; add gtk-doc blurb with example pipelines.
9290 === release 0.10.1 ===
9292 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
9295 releasing 0.10.1, "Dobro Dedek"
9297 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
9299 * gst/typefind/gsttypefindfunctions.c:
9300 iLBC30 and iLBC20 added to typefind.
9302 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
9304 * gst-libs/gst/audio/gstbaseaudiosink.c:
9305 (gst_base_audio_sink_class_init):
9306 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9307 (gst_base_audio_src_class_init):
9308 update strings, values are in microseconds
9309 change the default sink buffer time to something that is smaller
9310 (to help software volume mixing have a slightly lower delay) but
9311 still be acceptable on Wim's laptop
9313 2005-12-20 Edward Hervey <edward@fluendo.com>
9315 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9316 Made a quack, forgot to add DUCK to the riff video template.
9318 2005-12-19 Edward Hervey <edward@fluendo.com>
9320 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9321 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9322 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9323 (gst_ogm_parse_chain):
9324 Make sure pads are initialized correctly.
9325 * gst-libs/gst/riff/riff-ids.h:
9326 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9327 (gst_riff_create_video_template_caps):
9328 Add a whole bunch of FOURCC <=> MimeType.
9329 Extend the riff video pad template to support the newly added fourcc.
9331 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
9333 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9334 (gst_ogg_demux_activate_chain):
9335 Extra debug output when activating/deactivating chains.
9337 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9338 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9340 Remove a queue from our list when it becomes unlinked.
9341 Don't add queues to elements in class 'Demux' if they
9342 can only produce one pad
9344 2005-12-18 Julien MOUTTE <julien@moutte.net>
9346 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9347 (gst_video_sink_get_type): Add a debug category.
9349 2005-12-17 Philippe Khalaf <burger@speedy.org>
9351 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9352 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9353 Handle downstream newsegment by sending our own newsegment before the
9354 next buffer to be released. (#323900)
9356 2005-12-17 Philippe Khalaf <burger@speedy.org>
9358 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9359 (gst_base_rtp_depayload_set_gst_timestamp):
9360 add queue delay to new segment as well (as opposed to just the first
9361 buffer). (bug #322347)
9363 2005-12-16 Stefan Kost <ensonic@users.sf.net>
9365 * ext/libvisual/visual.c: (make_valid_name):
9366 change some char* into char[]
9367 * gst/audiotestsrc/gstaudiotestsrc.c:
9368 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9369 (gst_audio_test_src_create):
9370 * gst/audiotestsrc/gstaudiotestsrc.h:
9371 prepare to handle EOS and SEGMENT_DONE
9373 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9375 * tests/check/generic/states.c: (GST_START_TEST):
9376 Blacklist cdparanoia element in state test.
9378 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9380 Patch by: Benjamin Pineau
9383 * gst/tcp/gsttcpclientsink.c:
9384 * gst/tcp/gsttcpserversink.c:
9385 * gst/tcp/gsttcpserversrc.c:
9386 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9388 2005-12-15 Michael Smith <msmith@fluendo.com>
9390 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9391 (gst_video_rate_chain):
9392 Fix timestamping for videorate when the first buffer it sees has a
9393 non-zero timestamp. Fix some misleading debug output.
9395 2005-12-15 Michael Smith <msmith@fluendo.com>
9397 * gst/audioresample/gstaudioresample.c:
9398 Don't leak all input buffers to audioresample.
9400 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9402 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9403 Don't operate on empty text buffers. Strip newlines and
9404 tabs only from the end of the text, but leave them intact
9405 in the middle. Fix typo in gtk-doc description.
9407 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9409 * gst/playback/gstplaybasebin.c:
9410 * gst/playback/gstplaybin.c: (handoff):
9411 Make sure the video frame buffer we return to apps via the
9412 "frame" property always has caps set on it. Modify
9413 _gst_gvalue_set_object() macro to handle NULL objects
9416 2005-12-14 Stefan Kost <ensonic@users.sf.net>
9418 * gst/audiotestsrc/gstaudiotestsrc.c:
9419 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9420 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9421 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9422 (gst_audio_test_src_create):
9423 * gst/audiotestsrc/gstaudiotestsrc.h:
9424 Adjust to some recent api changes and add wtays new cool seeking
9427 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
9429 * ext/alsa/Makefile.am:
9430 * ext/alsa/gstalsadeviceprobe.c:
9431 * ext/alsa/gstalsadeviceprobe.h:
9432 Helper functions to add device probing via the GstPropertyProbe
9433 interface to a class.
9435 * ext/alsa/gstalsamixer.h:
9436 Comment out GST_ALSA_MIXER, it returns a struct that's not
9439 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9440 Add some debug info.
9442 * ext/alsa/gstalsamixerelement.c:
9443 (gst_alsa_mixer_element_interface_supported),
9444 (gst_implements_interface_init),
9445 (gst_alsa_mixer_element_init_interfaces),
9446 (gst_alsa_mixer_element_class_init),
9447 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9448 (gst_alsa_mixer_element_set_property),
9449 (gst_alsa_mixer_element_get_property),
9450 (gst_alsa_mixer_element_change_state):
9451 * ext/alsa/gstalsamixerelement.h:
9452 Add 'device' and 'device-name' properties. Add GstPropertyProbe
9453 for device handling (gnome-volume-control will need that).
9455 2005-12-12 Christian Schaller <uraeus@gnome.org>
9457 * ext/Makefile.am: fix cdparanoia entry
9458 * gst-plugins-base.spec.in: add cdparanoia
9460 2005-12-12 Michael Smith <msmith@fluendo.com>
9462 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9463 Use the correct function to free list of typefind factories.
9465 2005-12-12 Wim Taymans <wim@fluendo.com>
9467 * gst/videotestsrc/gstvideotestsrc.c:
9468 (gst_video_test_src_class_init), (gst_video_test_src_init),
9469 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9470 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9471 (gst_video_test_src_create):
9472 * gst/videotestsrc/gstvideotestsrc.h:
9473 Implement seeking in videotestsrc.
9476 2005-12-12 Wim Taymans <wim@fluendo.com>
9478 * ext/cdparanoia/Makefile.am:
9479 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9480 (gst_paranoia_endian_get_type), (_do_init),
9481 (cdparanoia_class_init), (cdparanoia_init),
9482 (cdparanoia_set_property), (cdparanoia_get_property),
9483 (cdparanoia_do_seek), (cdparanoia_is_seekable),
9484 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9485 (cdparanoia_convert), (cdparanoia_get_query_types),
9486 (cdparanoia_query), (cdparanoia_set_index),
9487 (cdparanoia_uri_set_uri):
9488 * ext/cdparanoia/gstcdparanoia.h:
9489 Partially ported cdparanoia now that basesrc can support a
9492 2005-12-12 Wim Taymans <wim@fluendo.com>
9494 * tests/examples/seek/scrubby.c: (main):
9495 Set higher priority for bus events so they don't get reordered with
9498 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9499 (flush_toggle_cb), (main):
9500 Added checkbox to disable flushing seeks.
9501 Disable scrubbing when doing non flushing seeks.
9503 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
9505 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9506 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9507 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9508 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9509 Implement some sort of event handling that doesn't rely on
9510 g_return_if_fail; make sure we always push the last chunk of an
9511 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9512 state change function; remove some old cruft. Seeking is still
9513 rather unlikely to work though.
9518 2005-12-11 Julien MOUTTE <julien@moutte.net>
9520 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
9521 Fixed a leak of the current image reference when cleaning up.
9522 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9524 2005-12-09 Michael Smith <msmith@fluendo.com>
9526 * tools/Makefile.am:
9527 * tools/gst-launch-ext-m.m:
9528 Remove gst-launch-ext. It doesn't work, and is no longer
9529 particularly useful.
9531 2005-12-08 Luca Ognibene <luogni@tin.it>
9533 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9534 don't pass random values to ogmparse convert function.
9535 Make seeking possible in the exile1.ogm file.
9537 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
9539 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9540 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9541 Work around refcount problem with g_value_set_object() that occur
9542 if the core has been compiled against GLib-2.6 (g_value_set_object()
9543 will only g_object_ref() the element, but the caller will
9544 gst_object_unref() it and bad things will happen due to the way
9545 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9546 totem for people on FC4 using Thomas's 0.10 RPMs.
9548 2005-12-07 Edward Hervey <edward@fluendo.com>
9550 Time to welcome ogm to 0.10 :)
9552 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9553 (gst_ogg_pad_typefind):
9554 Oggdemux can now properly typefind elements with dynamic pads.
9555 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9556 Properly set caps on src pad, and set caps on outgoing buffers.
9558 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
9560 * ext/alsa/gstalsamixer.h:
9561 * ext/alsa/gstalsamixerelement.h:
9562 * ext/alsa/gstalsamixeroptions.h:
9563 * ext/alsa/gstalsamixertrack.h:
9564 * ext/alsa/gstalsasink.c:
9565 * ext/alsa/gstalsasink.h:
9566 * ext/alsa/gstalsasrc.c:
9567 * ext/alsa/gstalsasrc.h:
9568 * ext/cdparanoia/gstcdparanoia.h:
9569 * ext/gnomevfs/gstgnomevfsuri.h:
9570 * ext/ogg/gstoggdemux.c:
9571 * ext/ogg/gstoggmux.c:
9572 * ext/pango/gsttextoverlay.h:
9573 * ext/theora/theoradec.c:
9574 * ext/theora/theoraenc.c:
9575 * ext/vorbis/vorbisdec.h:
9576 * ext/vorbis/vorbisenc.c:
9577 * ext/vorbis/vorbisenc.h:
9578 * ext/vorbis/vorbisparse.h:
9579 * gst-libs/gst/audio/gstaudioclock.h:
9580 * gst-libs/gst/audio/gstaudiosink.c:
9581 * gst-libs/gst/audio/gstaudiosink.h:
9582 * gst-libs/gst/audio/gstaudiosrc.c:
9583 * gst-libs/gst/audio/gstaudiosrc.h:
9584 * gst-libs/gst/audio/gstbaseaudiosink.c:
9585 * gst-libs/gst/audio/gstbaseaudiosink.h:
9586 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9587 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9588 * gst-libs/gst/audio/gstringbuffer.h:
9589 * gst-libs/gst/audio/multichannel.h:
9590 * gst-libs/gst/floatcast/floatcast.h:
9591 * gst-libs/gst/interfaces/colorbalance.c:
9592 * gst-libs/gst/interfaces/colorbalance.h:
9593 * gst-libs/gst/interfaces/colorbalancechannel.h:
9594 * gst-libs/gst/interfaces/mixer.h:
9595 * gst-libs/gst/interfaces/mixeroptions.h:
9596 * gst-libs/gst/interfaces/mixertrack.h:
9597 * gst-libs/gst/interfaces/navigation.h:
9598 * gst-libs/gst/interfaces/propertyprobe.h:
9599 * gst-libs/gst/interfaces/tuner.h:
9600 * gst-libs/gst/interfaces/tunerchannel.h:
9601 * gst-libs/gst/interfaces/tunernorm.h:
9602 * gst-libs/gst/interfaces/xoverlay.h:
9603 * gst-libs/gst/netbuffer/gstnetbuffer.h:
9604 * gst-libs/gst/riff/riff-ids.h:
9605 * gst-libs/gst/riff/riff-media.h:
9606 * gst-libs/gst/riff/riff-read.h:
9607 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9608 * gst-libs/gst/rtp/gstbasertppayload.c:
9609 * gst-libs/gst/rtp/gstbasertppayload.h:
9610 * gst-libs/gst/rtp/gstrtpbuffer.c:
9611 * gst-libs/gst/rtp/gstrtpbuffer.h:
9612 * gst-libs/gst/tag/gsttageditingprivate.h:
9613 * gst-libs/gst/tag/gstvorbistag.c:
9614 (gst_tag_list_from_vorbiscomment_buffer):
9615 * gst-libs/gst/tag/tag.h:
9616 * gst-libs/gst/video/video.h:
9617 * gst/adder/gstadder.c:
9618 * gst/adder/gstadder.h:
9619 * gst/audioconvert/audioconvert.c:
9620 * gst/audioconvert/audioconvert.h:
9621 * gst/audioconvert/gstaudioconvert.c:
9622 * gst/audioconvert/gstchannelmix.c:
9623 * gst/audioconvert/gstchannelmix.h:
9624 * gst/audiorate/gstaudiorate.c:
9625 * gst/audioresample/buffer.h:
9626 * gst/audioresample/functable.h:
9627 * gst/audioresample/gstaudioresample.c:
9628 * gst/audioresample/resample.h:
9629 * gst/ffmpegcolorspace/avcodec.h:
9630 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9631 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9632 * gst/ffmpegcolorspace/imgconvert.c:
9633 * gst/ffmpegcolorspace/imgconvert_template.h:
9634 * gst/playback/gstdecodebin.c:
9635 * gst/playback/gstplaybasebin.h:
9636 * gst/playback/gstplaybin.c:
9637 * gst/playback/gststreaminfo.h:
9638 * gst/tcp/gstfdset.c:
9639 * gst/tcp/gstfdset.h:
9640 * gst/tcp/gstmultifdsink.c:
9641 * gst/tcp/gstmultifdsink.h:
9643 * gst/tcp/gsttcpclientsrc.c:
9644 * gst/tcp/gsttcpclientsrc.h:
9645 * gst/tcp/gsttcpplugin.h:
9646 * gst/tcp/gsttcpserversink.c:
9647 * gst/tcp/gsttcpserversrc.c:
9648 * gst/typefind/gsttypefindfunctions.c:
9649 * gst/videorate/gstvideorate.c:
9650 * gst/videotestsrc/gstvideotestsrc.h:
9651 * gst/videotestsrc/videotestsrc.h:
9652 * sys/v4l/gstv4lcolorbalance.h:
9653 * sys/v4l/gstv4ltuner.h:
9654 * sys/v4l/gstv4lxoverlay.h:
9655 * sys/v4l/v4l_calls.h:
9656 * sys/v4l/videodev_mjpeg.h:
9657 * tests/check/elements/audioconvert.c:
9658 * tests/check/elements/audioresample.c:
9659 * tests/check/elements/audiotestsrc.c:
9660 * tests/check/elements/videotestsrc.c:
9661 * tests/check/elements/volume.c:
9662 * tests/examples/seek/scrubby.c:
9663 * tests/examples/seek/seek.c:
9666 === release 0.10.0 ===
9668 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9671 releasing 0.10.0, "Mont-d'or"
9673 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
9675 * tests/examples/seek/Makefile.am:
9676 Build fix for when gtk is not available.
9678 2005-12-05 Andy Wingo <wingo@pobox.com>
9680 * ext/libvisual/visual.c: (get_buffer):
9681 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9682 * ext/pango/gsttextrender.c: (gst_text_render_chain):
9683 * ext/theora/theoradec.c: (theora_handle_data_packet):
9684 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9686 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9687 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9688 Update for alloc_buffer changes.
9690 2005-12-05 Andy Wingo <wingo@pobox.com>
9692 patch by: Kai Vehmanen <kv2004 eca cx>
9694 * gst-libs/gst/rtp/gstbasertpdepayload.c
9695 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9697 2005-12-04 Andy Wingo <wingo@pobox.com>
9699 patch by: Sebastien Cote <sebas642 yahoo ca>
9701 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9704 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
9706 * docs/plugins/Makefile.am:
9707 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9708 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9709 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9710 * ext/pango/gstclockoverlay.c:
9711 * ext/pango/gsttextoverlay.c:
9712 * ext/pango/gsttextrender.c:
9713 * ext/pango/gsttimeoverlay.c:
9714 Add gtk-doc blurbs to pango elements.
9716 2005-12-02 Wim Taymans <wim@fluendo.com>
9718 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9719 * gst/audioresample/buffer.h:
9720 * gst/audioresample/gstaudioresample.c:
9721 * gst/audioresample/gstaudioresample.h:
9722 * gst/audioresample/resample.c: (resample_input_flush),
9723 (resample_input_pushthrough), (resample_input_eos),
9724 (resample_get_output_size_for_input),
9725 (resample_get_input_size_for_output), (resample_get_output_size),
9726 (resample_get_output_data):
9727 * gst/audioresample/resample.h:
9728 * gst/audioresample/resample_ref.c: (resample_scale_ref):
9729 Fix audioresample, seek torture, new segments, reverse negotiation
9732 2005-12-02 Wim Taymans <wim@fluendo.com>
9734 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9737 2005-12-02 Wim Taymans <wim@fluendo.com>
9739 * gst/audioconvert/gstaudioconvert.c:
9740 (gst_audio_convert_transform):
9743 === release 0.9.7 ===
9745 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9748 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9750 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9756 add win32 MANIFEST file
9757 do something to the hungarian translation
9759 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
9762 Add $(PANGO_DIR) to SUBDIRS
9764 * ext/pango/gstclockoverlay.c:
9765 * ext/pango/gsttimeoverlay.c:
9766 Fix and improve element descriptions.
9768 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9770 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9771 * docs/plugins/inspect/plugin-libvisual.xml:
9772 * docs/plugins/inspect/plugin-pango.xml:
9773 add pango plugin to docs
9775 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9781 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9784 * tests/Makefile.am:
9785 * tests/icles/.cvsignore:
9786 * tests/icles/Makefile.am:
9787 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9788 (close_display), (resize_window), (move_window), (create_window),
9789 (terminate_playback), (pause_playback), (start_playback), (main):
9790 add stress test for xoverlay from Julien
9792 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9794 * docs/libs/tmpl/gstcolorbalance.sgml:
9795 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9796 * gst-libs/gst/rtp/gstbasertppayload.c:
9797 * gst-libs/gst/rtp/gstrtpbuffer.c:
9798 * gst-libs/gst/rtp/gstrtpbuffer.h:
9799 Do burger's rename for rtp payloaders and depayloaders
9801 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9804 add Visual Studio 6 build files
9806 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9808 * docs/libs/gst-plugins-base-libs-docs.sgml:
9809 * docs/libs/gst-plugins-base-libs-sections.txt:
9810 * docs/libs/tmpl/gstaudio.sgml:
9811 * docs/libs/tmpl/gstringbuffer.sgml:
9812 * gst-libs/gst/interfaces/xoverlay.c:
9813 * gst-libs/gst/video/gstvideofilter.c:
9814 * gst-libs/gst/video/gstvideosink.c:
9815 update documentation
9817 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9819 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9820 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9821 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9822 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9823 (gst_multi_fd_sink_get_stats),
9824 (gst_multi_fd_sink_remove_client_link),
9825 (gst_multi_fd_sink_handle_client_read),
9826 (gst_multi_fd_sink_client_queue_data),
9827 (gst_multi_fd_sink_client_queue_caps),
9828 (gst_multi_fd_sink_client_queue_buffer),
9829 (gst_multi_fd_sink_new_client),
9830 (gst_multi_fd_sink_handle_client_write),
9831 (gst_multi_fd_sink_recover_client),
9832 (gst_multi_fd_sink_queue_buffer),
9833 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9834 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9835 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9836 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9837 * gst/tcp/gstmultifdsink.h:
9838 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9839 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9840 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9841 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9842 (gst_tcp_client_sink_set_property),
9843 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9844 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9845 * gst/tcp/gsttcpclientsink.h:
9846 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9847 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9848 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9849 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9850 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9851 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9852 * gst/tcp/gsttcpclientsrc.h:
9853 * gst/tcp/gsttcpplugin.c: (plugin_init):
9854 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9855 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9856 (gst_tcp_server_sink_finalize),
9857 (gst_tcp_server_sink_handle_server_read),
9858 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9859 (gst_tcp_server_sink_set_property),
9860 (gst_tcp_server_sink_get_property),
9861 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9862 * gst/tcp/gsttcpserversink.h:
9863 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9864 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9865 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9866 (gst_tcp_server_src_set_property),
9867 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9868 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9869 * gst/tcp/gsttcpserversrc.h:
9872 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9874 * docs/plugins/Makefile.am:
9875 * docs/plugins/gst-plugins-base-plugins.args:
9876 * docs/plugins/inspect/plugin-libvisual.xml:
9877 * gst/audioconvert/plugin.h:
9878 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9879 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9880 (gst_audio_rate_setcaps), (gst_audio_rate_init),
9881 (gst_audio_rate_chain), (gst_audio_rate_set_property),
9882 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9884 * gst/audiotestsrc/gstaudiotestsrc.c:
9885 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9886 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9887 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9888 (gst_audio_test_src_get_query_types),
9889 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9890 (gst_audio_test_src_create_square),
9891 (gst_audio_test_src_create_saw),
9892 (gst_audio_test_src_create_triangle),
9893 (gst_audio_test_src_create_silence),
9894 (gst_audio_test_src_create_white_noise),
9895 (gst_audio_test_src_init_pink_noise),
9896 (gst_audio_test_src_generate_pink_noise_value),
9897 (gst_audio_test_src_create_pink_noise),
9898 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9899 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9900 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9902 * gst/audiotestsrc/gstaudiotestsrc.h:
9903 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9904 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9905 (gst_sub_parse_init), (gst_sub_parse_formats),
9906 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9907 (convert_encoding), (get_next_line),
9908 (gst_sub_parse_data_format_autodetect),
9909 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9910 (gst_sub_parse_loop), (gst_sub_parse_chain),
9911 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9913 * gst/subparse/gstsubparse.h:
9914 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9915 (gst_video_rate_base_init), (gst_video_rate_class_init),
9916 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9917 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9918 (gst_video_rate_init), (gst_video_rate_event),
9919 (gst_video_rate_chain), (gst_video_rate_set_property),
9920 (gst_video_rate_get_property), (gst_video_rate_change_state),
9922 * gst/videoscale/gstvideoscale.c:
9923 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9924 (gst_video_scale_src_template_factory),
9925 (gst_video_scale_sink_template_factory),
9926 (gst_video_scale_get_type), (gst_video_scale_base_init),
9927 (gst_video_scale_class_init), (gst_video_scale_init),
9928 (gst_video_scale_set_property), (gst_video_scale_get_property),
9929 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9930 (gst_video_scale_prepare_size), (parse_caps),
9931 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9932 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9933 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9935 * gst/videoscale/gstvideoscale.h:
9936 * gst/videotestsrc/gstvideotestsrc.c:
9937 (gst_video_test_src_pattern_get_type),
9938 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9939 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9940 (gst_video_test_src_set_pattern),
9941 (gst_video_test_src_set_property),
9942 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9943 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9944 (gst_video_test_src_event), (gst_video_test_src_get_times),
9945 (gst_video_test_src_create), (plugin_init):
9946 * gst/videotestsrc/gstvideotestsrc.h:
9947 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9948 (gst_video_test_src_smpte), (gst_video_test_src_snow),
9949 (gst_video_test_src_black):
9950 * gst/videotestsrc/videotestsrc.h:
9952 clean up docs a little
9954 2005-11-30 Wim Taymans <wim@fluendo.com>
9956 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9957 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9958 (gst_basertppayload_event), (gst_basertppayload_push),
9959 (gst_basertppayload_change_state):
9960 * gst-libs/gst/rtp/gstbasertppayload.h:
9963 2005-11-30 Julien MOUTTE <julien@moutte.net>
9965 * docs/libs/gst-plugins-base-libs-docs.sgml:
9966 * docs/libs/gst-plugins-base-libs-sections.txt:
9967 * gst-libs/gst/video/gstvideofilter.c:
9968 * gst-libs/gst/video/gstvideosink.c:
9969 * gst-libs/gst/video/gstvideosink.h: Adding docs.
9971 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9991 * scripts/autoplugins.sh:
9994 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9998 * examples/Makefile.am:
9999 * examples/capsfilter/Makefile.am:
10000 * examples/capsfilter/capsfilter1.c:
10001 * examples/gob/Makefile.am:
10002 * examples/gob/gst-identity2.gob:
10003 * examples/indexing/.cvsignore:
10004 * examples/indexing/Makefile.am:
10005 * examples/indexing/indexmpeg.c:
10006 * examples/seeking/.cvsignore:
10007 * examples/seeking/Makefile.am:
10008 * examples/seeking/cdparanoia.c:
10009 * examples/seeking/cdplayer.c:
10010 * examples/seeking/chained.c:
10011 * examples/seeking/scrubby.c:
10012 * examples/seeking/seek.c:
10013 * examples/stats/Makefile.am:
10014 * examples/stats/mp2ogg.c:
10015 * examples/switch/.cvsignore:
10016 * examples/switch/Makefile.am:
10017 * examples/switch/switcher.c:
10018 * tests/Makefile.am:
10019 * tests/check/generic/.cvsignore:
10020 * tests/check/pipelines/.cvsignore:
10021 * tests/examples/Makefile.am:
10022 * tests/examples/seek/Makefile.am:
10023 reorganize stuff under tests/
10025 2005-11-30 Edward Hervey <edward@fluendo.com>
10027 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10028 Go away you stupid GstStaticPadTemplate memleak.
10030 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10032 * gst-libs/gst/net/Makefile.am:
10033 * gst-libs/gst/net/README:
10034 * gst-libs/gst/net/gstnetbuffer.c:
10035 * gst-libs/gst/net/gstnetbuffer.h:
10036 this was moved to "netbuffer"
10038 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10040 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10041 (gst_video_filter_class_init), (gst_video_filter_init):
10042 * gst-libs/gst/video/gstvideofilter.h:
10043 borgify name to bring in line with other classes
10045 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10047 * gst/audioscale/.cvsignore:
10048 * gst/audioscale/Makefile.am:
10049 * gst/audioscale/README:
10050 * gst/audioscale/audioscale.vcproj:
10051 * gst/audioscale/dtof.c:
10052 * gst/audioscale/dtos.c:
10053 * gst/audioscale/functable.c:
10054 * gst/audioscale/gstaudioscale.c:
10055 * gst/audioscale/gstaudioscale.h:
10056 * gst/audioscale/private.h:
10057 * gst/audioscale/resample.c:
10058 * gst/audioscale/resample.h:
10059 * gst/audioscale/test.c:
10062 2005-11-30 Edward Hervey <edward@fluendo.com>
10064 * gst-libs/gst/netbuffer/Makefile.am:
10065 really, really tired
10067 2005-11-30 Edward Hervey <edward@fluendo.com>
10069 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10070 Update for new GstTypeFindFactory _register()
10072 2005-11-30 Edward Hervey <edward@fluendo.com>
10074 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
10075 Let's not override libgstnet from core for no reason...
10076 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10077 Ok, maybe not so quick next time.
10079 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10082 * gst-libs/gst/Makefile.am:
10083 moved gst-libs/gst/net to netbuffer through CVS surgery
10084 remove old directory
10085 updating build to accomodate
10088 2005-11-29 Andy Wingo <wingo@pobox.com>
10090 * pkgconfig/gstreamer-plugins-base.pc.in:
10091 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10092 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10095 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10097 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10098 3rd time's the charm. Correct ref-counting for discarded buffers.
10100 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10102 * gst/playback/gststreamselector.c:
10103 (gst_stream_selector_class_init),
10104 (gst_stream_selector_set_property),
10105 (gst_stream_selector_get_property),
10106 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10109 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
10111 * gst/subparse/gstsubparse.c: (feed_textbuf):
10112 Don't access already unref'ed buffer.
10114 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10116 * gst/playback/gststreamselector.c:
10117 (gst_stream_selector_class_init), (gst_stream_selector_init),
10118 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10119 (gst_stream_selector_get_property),
10120 (gst_stream_selector_get_linked_pad),
10121 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10122 * gst/playback/gststreamselector.h:
10123 Add the active-pad property for playbin to use shortly. Ignore buffers
10124 from any other pad, returning GST_FLOW_NOT_LINKED
10126 2005-11-29 Julien MOUTTE <julien@moutte.net>
10128 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10129 patch from bug #322704 (Alessandro Decina).
10131 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10133 * gst-libs/gst/audio/Makefile.am:
10134 folded audiofilter into the audio library
10136 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10138 * gst/videoscale/gstvideoscale.h:
10139 * gst/videoscale/gstvideoscale.c:
10140 remove unimplemented scale methods
10142 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
10144 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10147 2005-11-28 Julien MOUTTE <julien@moutte.net>
10149 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10150 (gst_ximagesink_setcaps):
10151 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10152 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10153 happens (only visible on ximagesink but bug is in xv too) set_caps was
10154 destroying the internal x[v]image used to memcpy non locally alloced
10155 buffers so that it got renewed on next _chain. The issue is that
10156 _expose will try to put that image as it reffed it in _put.
10157 Using gst_buffer_unref instead of destroy fixes it !
10159 2005-11-28 Edward Hervey <edward@fluendo.com>
10161 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10162 (try_to_link_1), (queue_filled_cb):
10163 Better use of the queues. Start with a small size queue and only increase
10164 the size of the queues when the other queues are empty.
10166 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
10168 * gst-libs/gst/video/Makefile.am:
10169 compile in copied-over videofilter into the video library
10170 * gst-libs/gst/video/videosink.h:
10171 rename the header to gstvideosink.h since it's a base GstObject class
10172 * sys/ximage/ximagesink.h:
10173 * sys/xvimage/xvimagesink.h:
10176 2005-11-28 Wim Taymans <wim@fluendo.com>
10178 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10179 * gst/playback/gstplaybasebin.h:
10180 Prepare to handle errors betters.
10182 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10183 Set sinks to PAUSED first before adding and linking them so that
10184 we don't interrupt dataflow.
10186 2005-11-28 Wim Taymans <wim@fluendo.com>
10188 * gst-libs/gst/audio/TODO:
10191 * gst-libs/gst/audio/gstaudiosink.c:
10192 (gst_audioringbuffer_open_device),
10193 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10194 (gst_audioringbuffer_release):
10197 * gst-libs/gst/audio/gstbaseaudiosink.c:
10198 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10199 (gst_base_audio_sink_change_state):
10200 Slave to the master clock when going to PLAYING and unslave when
10203 * gst-libs/gst/audio/gstringbuffer.c:
10204 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10205 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10206 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10207 (gst_ring_buffer_clear_all), (wait_segment),
10208 (gst_ring_buffer_commit), (gst_ring_buffer_read),
10209 (gst_ring_buffer_advance):
10210 * gst-libs/gst/audio/gstringbuffer.h:
10211 Add some docs and cleanups.
10213 2005-11-28 Julien MOUTTE <julien@moutte.net>
10215 * sys/xvimage/xvimagesink.c:
10216 (gst_xvimagesink_navigation_send_event): Fix navigation events
10217 coordinates translation with pixel aspect ratios.
10219 2005-11-28 Julien MOUTTE <julien@moutte.net>
10221 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10222 Use calculated video geometry from _setcaps instead of buffer
10223 caps to respect pixel aspect ratio. (fixes #322388)
10225 2005-11-28 Julien MOUTTE <julien@moutte.net>
10227 * docs/libs/tmpl/gstcolorbalance.sgml:
10228 * docs/libs/tmpl/gstmixer.sgml:
10229 * docs/libs/tmpl/gstxoverlay.sgml:
10230 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10233 2005-11-28 Julien MOUTTE <julien@moutte.net>
10235 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10236 Refuse to create an XvImage if we can't find the format.
10238 2005-11-28 Edward Hervey <edward@fluendo.com>
10240 * gst-libs/gst/riff/riff-media.c:
10241 (gst_riff_create_audio_template_caps):
10242 Add ATRAC3 to the list of riff-possible audio caps.
10243 I know we still don't have a plugin for atrac3, but it's saner to output
10244 that than a cryptic mimetype.
10246 2005-11-27 Edward Hervey <edward@fluendo.com>
10248 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10249 Don't try to create a zero-sized subbuffer.
10251 2005-11-27 Julien MOUTTE <julien@moutte.net>
10253 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10254 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10255 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10256 (gst_ximagesink_expose): Fixed a tricky race.
10257 * sys/ximage/ximagesink.h:
10258 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10259 (gst_xvimagesink_expose): Fixed a tricky race.
10260 * sys/xvimage/xvimagesink.h:
10262 2005-11-27 Edward Hervey <edward@fluendo.com>
10264 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10265 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10266 Remove unused properties, and add queues between demuxers and decoders
10267 so that a lot more files can preroll properly.
10269 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10271 * gst-libs/gst/net/Makefile.am:
10272 * gst-libs/gst/rtp/Makefile.am:
10273 * gst-libs/gst/tag/Makefile.am:
10274 remove silly include
10275 * gst/tags/Makefile.am:
10276 * gst/tags/gsttagediting.c:
10277 * gst/tags/gsttageditingprivate.h:
10278 * gst/tags/tagedit.vcproj:
10279 remove directory, is as good as empty
10281 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10284 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10285 * gst-libs/Makefile.am:
10286 * gst-libs/gst/audio/Makefile.am:
10287 * gst-libs/gst/interfaces/Makefile.am:
10288 * gst-libs/gst/net/Makefile.am:
10289 * gst-libs/gst/riff/Makefile.am:
10290 * gst-libs/gst/rtp/Makefile.am:
10291 * gst-libs/gst/tag/Makefile.am:
10292 * gst-libs/gst/video/Makefile.am:
10295 2005-11-27 Julien MOUTTE <julien@moutte.net>
10297 * docs/libs/tmpl/gstcolorbalance.sgml:
10298 * docs/libs/tmpl/gstmixer.sgml:
10299 * docs/libs/tmpl/gstxoverlay.sgml:
10300 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10301 * sys/ximage/ximagesink.h:
10302 * sys/xvimage/xvimagesink.h: More and more documentation.
10304 2005-11-26 Julien MOUTTE <julien@moutte.net>
10306 * docs/libs/gst-plugins-base-libs-docs.sgml:
10307 * docs/libs/gst-plugins-base-libs-sections.txt:
10308 * docs/libs/tmpl/gstcolorbalance.sgml:
10309 * docs/libs/tmpl/gstmixer.sgml:
10310 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10313 2005-11-26 Julien MOUTTE <julien@moutte.net>
10315 * docs/plugins/Makefile.am:
10316 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10317 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10318 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10320 2005-11-26 Julien MOUTTE <julien@moutte.net>
10322 * docs/plugins/Makefile.am:
10323 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10324 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10325 * docs/plugins/inspect/plugin-adder.xml:
10326 * docs/plugins/inspect/plugin-alsa.xml:
10327 * docs/plugins/inspect/plugin-audioconvert.xml:
10328 * docs/plugins/inspect/plugin-audiorate.xml:
10329 * docs/plugins/inspect/plugin-audioresample.xml:
10330 * docs/plugins/inspect/plugin-audiotestsrc.xml:
10331 * docs/plugins/inspect/plugin-decodebin.xml:
10332 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10333 * docs/plugins/inspect/plugin-gnomevfs.xml:
10334 * docs/plugins/inspect/plugin-ogg.xml:
10335 * docs/plugins/inspect/plugin-playbin.xml:
10336 * docs/plugins/inspect/plugin-subparse.xml:
10337 * docs/plugins/inspect/plugin-tcp.xml:
10338 * docs/plugins/inspect/plugin-theora.xml:
10339 * docs/plugins/inspect/plugin-typefindfunctions.xml:
10340 * docs/plugins/inspect/plugin-video4linux.xml:
10341 * docs/plugins/inspect/plugin-videorate.xml:
10342 * docs/plugins/inspect/plugin-videoscale.xml:
10343 * docs/plugins/inspect/plugin-videotestsrc.xml:
10344 * docs/plugins/inspect/plugin-volume.xml:
10345 * docs/plugins/inspect/plugin-vorbis.xml:
10346 * docs/plugins/inspect/plugin-ximagesink.xml:
10347 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10348 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10350 2005-11-26 Edward Hervey <edward@fluendo.com>
10352 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10353 Properly return GstFlowReturn from gst_pad_push in chain functions.
10355 2005-11-25 Michael Smith <msmith@fluendo.com>
10357 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10358 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10359 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10360 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10361 Handle various conditions better when we don't understand a stream.
10362 Removes a heap of CRITICALs on ogg streams containing unknown data.
10364 2005-11-24 Andy Wingo <wingo@pobox.com>
10366 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10369 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10371 * configure.ac: back to HEAD
10373 === release 0.9.6 ===
10375 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10378 releasing 0.9.6, "White Eight"
10380 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10382 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10383 * docs/plugins/inspect/plugin-sine.xml:
10384 remove sinesrc some more
10386 2005-11-23 Wim Taymans <wim@fluendo.com>
10388 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10389 If we are reading too slowly, jump forward in the ringbuffer
10390 instead of blocking.
10392 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10394 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10395 (gst_visual_chain):
10396 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10397 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10398 (gst_videorate_chain):
10399 * gst/videotestsrc/gstvideotestsrc.c:
10400 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10401 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10402 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10403 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10404 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10405 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10406 Updates for API changes
10408 2005-11-23 Wim Taymans <wim@fluendo.com>
10410 * gst-libs/gst/audio/gstbaseaudiosink.c:
10411 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10412 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10413 Fix for calibration API change.
10415 2005-11-23 Michael Smith <msmith@fluendo.com>
10417 * gst-libs/gst/audio/multichannel.c:
10418 (gst_audio_get_channel_positions),
10419 (gst_audio_set_channel_positions),
10420 (gst_audio_set_structure_channel_positions_list),
10421 (gst_audio_fixate_channel_positions):
10422 Use gst_value_array_*() functions on value arrays, not
10423 gst_value_list_*().
10425 2005-11-23 Edward Hervey <edward@fluendo.com>
10428 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10431 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10433 * check/Makefile.am:
10434 * check/elements/videotestsrc.c: (setup_videotestsrc),
10435 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10437 add a test for videotestsrc
10439 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10441 * gst/sine/.cvsignore:
10442 * gst/sine/Makefile.am:
10443 * gst/sine/gstsinesrc.c:
10444 * gst/sine/gstsinesrc.h:
10445 * gst/sine/sinesrc.vcproj:
10446 and remove sinesrc from the repository. Closes #321446
10448 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10451 * gst-plugins-base.spec.in:
10452 remove sinesrc from the build
10454 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10456 * check/Makefile.am:
10457 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10458 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10460 add a test for audiotestsrc, testing all waves. Even seems
10461 leak-free at first glance, nice job Stefan
10463 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10479 Translation string updates
10481 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10482 (gst_v4lsrc_set_caps):
10483 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10484 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10485 * sys/v4l/v4lsrc_calls.h:
10486 Improve v4lsrc, by making it work again.
10488 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10490 * ext/libvisual/visual.c: (gst_visual_chain):
10491 Fix the fps calculations.
10493 * gst/ffmpegcolorspace/avcodec.h:
10494 Move structure element for clarity
10496 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10497 * gst-libs/gst/interfaces/tunernorm.h:
10498 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10499 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10500 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10501 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10502 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10503 (gst_v4lmjpegsrc_getcaps):
10504 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10505 (gst_v4lsrc_set_caps):
10506 * sys/v4l/gstv4lsrc.h:
10507 * sys/v4l/v4l_calls.c: (gst_v4l_open):
10508 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10509 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10510 * sys/v4l/v4lsrc_calls.h:
10511 Fractional framerates...
10513 2005-11-22 Wim Taymans <wim@fluendo.com>
10515 * gst-libs/gst/audio/gstbaseaudiosink.c:
10516 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10517 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10518 And we provide a clock by default, of course...
10520 2005-11-22 Wim Taymans <wim@fluendo.com>
10522 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10523 This clock can be slaved to a master clock now.
10525 * gst-libs/gst/audio/gstbaseaudiosink.c:
10526 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10527 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10528 (gst_base_audio_sink_set_clock),
10529 (gst_base_audio_sink_set_property),
10530 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10531 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10532 * gst-libs/gst/audio/gstbaseaudiosink.h:
10533 Handle slaving the internal clock to the clock selected in the
10535 Add property to make the basesink not provide a clock.
10537 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10538 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10539 (gst_base_rtp_depayload_wait):
10540 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10541 We can use the clock in GstElement, no need to store it ourselves.
10543 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10545 * docs/libs/tmpl/gstaudio.sgml:
10547 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10548 (gst_paranoia_endian_get_type):
10549 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10550 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10551 * gst/audiotestsrc/gstaudiotestsrc.c:
10552 (gst_audiostestsrc_wave_get_type):
10553 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10554 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10555 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10556 (gst_sync_method_get_type), (gst_unit_type_get_type),
10557 (gst_client_status_get_type), (gst_multifdsink_class_init),
10558 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10559 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10560 (gst_multifdsink_get_property):
10561 * gst/tcp/gstmultifdsink.h:
10562 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10563 * gst/videotestsrc/gstvideotestsrc.c:
10564 (gst_videotestsrc_pattern_get_type):
10565 remove deprecated properties
10566 fix up enums to correctly have short lowercase dashed nicks
10568 2005-11-22 Michael Smith <msmith@fluendo.com>
10570 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10571 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10574 2005-11-22 Michael Smith <msmith@fluendo.com>
10576 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10577 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10578 Use utility method for scaling clocktime for fractional framerates.
10580 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
10582 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10583 (gst_visual_chain):
10584 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10585 * ext/theora/theoradec.c: (theora_handle_type_packet):
10586 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10587 (theora_enc_chain):
10588 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10589 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10590 * gst-libs/gst/video/video.h:
10591 * gst/ffmpegcolorspace/avcodec.h:
10592 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10593 (gst_ffmpeg_caps_to_pixfmt):
10594 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10595 (gst_ffmpegcsp_set_caps):
10596 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10597 (gst_videorate_setcaps), (gst_videorate_blank_data),
10598 (gst_videorate_chain):
10599 * gst/videotestsrc/gstvideotestsrc.c:
10600 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10601 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10602 (gst_videotestsrc_event), (gst_videotestsrc_create):
10603 * gst/videotestsrc/gstvideotestsrc.h:
10604 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10605 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10606 (gst_ximagesink_get_times), (gst_ximagesink_init):
10607 * sys/ximage/ximagesink.h:
10608 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10609 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10610 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10611 * sys/xvimage/xvimagesink.h:
10612 Convert elements to use fractions for their framerate.
10613 V4L elements to come later tonight.
10615 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10617 * gst-libs/gst/audio/audio.c:
10618 * gst-libs/gst/audio/audio.h:
10619 remove some deprecated functions
10621 2005-11-22 Andy Wingo <wingo@pobox.com>
10623 * Update for gst_tag_setter API changes.
10625 2005-11-22 Andy Wingo <wingo@pobox.com>
10627 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10628 (gst_ogg_demux_perform_seek):
10629 * ext/theora/theoradec.c (theora_dec_sink_event):
10630 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10633 2005-11-22 Wim Taymans <wim@fluendo.com>
10635 * examples/seeking/seek.c: (main):
10636 Give higher priority to bus signals than the gtk events
10637 to fix a race condition in the segment looping.
10639 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10641 * ext/theora/Makefile.am:
10642 * ext/vorbis/Makefile.am:
10643 * gst-libs/gst/tag/Makefile.am:
10644 * gst-plugins-base.spec.in:
10645 Rename libgsttagedit to libgsttag (#322117).
10647 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10649 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10650 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10651 Call gst_x_overlay_prepare_xwindow_id() to give applications
10652 a final chance to set their own xwindow id before the video
10653 sink creates its own window.
10655 2005-11-22 Julien MOUTTE <julien@moutte.net>
10657 * sys/xvimage/xvimagesink.c:
10658 (gst_xvimagesink_navigation_send_event): Handle navigation
10659 events correcly with borders if applicable.
10661 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10663 Patch by: Luca Ognibene
10665 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10666 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10667 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10668 (gst_ffmpegcsp_caps_remove_format_info):
10669 * gst/ffmpegcolorspace/imgconvert.c:
10670 * gst/ffmpegcolorspace/imgconvert_template.h:
10671 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10672 #318353); use gst_structure_has_name().
10674 2005-11-22 Julien MOUTTE <julien@moutte.net>
10676 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10677 (gst_ximagesink_class_init): Add debug macros on functions.
10678 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10679 (gst_xvimagesink_xwindow_draw_borders),
10680 (gst_xvimagesink_xvimage_put),
10681 (gst_xvimagesink_xwindow_update_geometry),
10682 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10683 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10684 (gst_xvimagesink_xcontext_clear),
10685 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10686 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10687 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10688 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10689 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10690 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10691 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10692 expose while being PAUSED, out of data flow navigation events, etc..
10694 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10696 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10697 * gst-libs/gst/audio/audio.h:
10698 fix prototype - wondering why the test worked regardless
10700 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
10702 * check/Makefile.am:
10703 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10704 * gst-libs/gst/audio/audio.h:
10705 add a method that returns a proper GstClockTime
10707 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10709 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10710 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10711 * gst-libs/gst/interfaces/xoverlay.h:
10712 Remove everything having to do with the desired size; add
10713 gst_x_overlay_prepare_xwindow_id() function; remove the
10714 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10715 post a message on the bus instead (#321816).
10717 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10718 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10719 (gst_xvimagesink_xoverlay_init):
10720 Remove desired size stuff (#321816).
10722 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10724 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10725 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10726 (mpeg_video_type_find), (mpeg_video_stream_type_find):
10727 Terminate vararg functions with NULL instead of 0 to
10730 2005-11-21 Andy Wingo <wingo@pobox.com>
10732 patch by: Sebastien Cote <sebas642@yahoo.ca>
10734 * gst-libs/gst/rtp/gstrtpbuffer.h:
10735 * gst-libs/gst/rtp/gstrtpbuffer.c
10736 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10738 2005-11-21 Andy Wingo <wingo@pobox.com>
10740 * gst/playback/gstplaybin.c (gen_audio_element)
10741 (gen_video_element): Use the new MISSING_PLUGIN core error
10742 category. Closes #320060.
10744 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
10745 * gst/videorate/gstvideorate.c (gst_videorate_event):
10746 * ext/theora/theoradec.c (theora_dec_sink_event):
10747 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10750 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10751 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10752 stream lock changes.
10754 2005-11-21 Wim Taymans <wim@fluendo.com>
10756 * gst-libs/gst/audio/gstbaseaudiosink.c:
10757 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10758 (gst_base_audio_sink_provide_clock),
10759 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10760 (gst_base_audio_sink_change_state):
10761 * gst/audioresample/gstaudioresample.c:
10762 Segment update fix.
10764 2005-11-21 Andy Wingo <wingo@pobox.com>
10767 * *.c: Ran scripts/update-macros. Oh yes.
10769 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10771 * sys/ximage/Makefile.am:
10772 * sys/ximage/ximage.c:
10773 Rename ximage plugin to ximagesink (#321426) (Don't forget to
10774 remove your old libgstximage.* manually if necessary).
10776 2005-11-21 Michael Smith <msmith@fluendo.com>
10778 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10779 Minimal fix for bug #320200: set the min/max bitrate in the correct
10780 units. A better fix would be to upgrade to the RATEMANAGE2
10781 interface, rather than using the deprecated interface used here, but
10782 that would require an update in our libvorbis dependency (to 1.1),
10783 which is probably undesirable.
10785 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
10787 * ext/libvisual/visual.c: (get_buffer):
10788 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10789 (gst_base_audio_src_fixate):
10790 * gst/audioconvert/gstaudioconvert.c:
10791 (gst_audio_convert_fixate_caps):
10792 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10793 * gst/audiotestsrc/gstaudiotestsrc.c:
10794 (gst_audiotestsrc_src_fixate):
10795 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10796 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10797 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10798 * gst/videotestsrc/gstvideotestsrc.c:
10799 (gst_videotestsrc_src_fixate):
10800 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10801 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10802 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10806 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10808 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10809 (gst_riff_create_iavs_caps):
10810 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10811 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10812 (gst_riff_parse_info):
10813 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10814 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10815 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10816 Fixes for GST_FOURCC_FORMAT API change.
10818 2005-11-21 Andy Wingo <wingo@pobox.com>
10820 patch by: Alessandro Dessina <alessandro nnva org>
10822 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10823 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10824 (gst_ogg_parse_chain):
10825 * ext/theora/theoraenc.c (theora_set_header_on_caps):
10826 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10827 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10828 gst_value_list calls on arrays. Fixes #321962.
10830 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10832 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10833 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10834 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10835 * gst/adder/gstadder.c: (gst_adder_init),
10836 (gst_adder_request_new_pad), (gst_adder_collected),
10837 (gst_adder_change_state):
10838 Update for gst_collectpads_foo() to gst_collect_pads_foo()
10841 2005-11-21 Michael Smith <msmith@fluendo.com>
10843 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10844 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10845 Properly handle pad_push return values.
10847 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
10849 * gst-libs/gst/tag/Makefile.am:
10850 * gst-libs/gst/tag/gstvorbistag.c:
10851 (gst_tag_list_to_vorbiscomment_buffer):
10852 Remove obsolete vorbistag element and debug category.
10854 * gst/playback/gstplaybasebin.c: (check_queue):
10855 Don't divide by 0 when queue-threshold is 0.
10857 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10858 Don't modify an existing pixel-aspect-ratio if we fail to read
10861 2005-11-20 Wim Taymans <wim@fluendo.com>
10863 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10864 (gst_vorbisenc_push_packet):
10865 GST_PAD_IS_USABLE is gone, use the return value of
10866 the push or pad_alloc_buffer instead.
10868 2005-11-18 Julien MOUTTE <julien@moutte.net>
10870 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10871 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10872 (gst_ximagesink_ximage_destroy),
10873 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10874 (gst_ximagesink_xwindow_new),
10875 (gst_ximagesink_xwindow_update_geometry),
10876 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10877 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10878 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10879 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10880 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10881 (gst_ximagesink_navigation_send_event),
10882 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10883 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10884 (gst_ximagesink_finalize), (gst_ximagesink_init),
10885 (gst_ximagesink_class_init):
10886 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10887 This new version brings correct software scaling, non flickering
10888 window while resizing, pixel aspect ratio handling, usage of
10889 hardware buffer pools, out of data flow event thread for
10890 navigation and handling of expose events even when being PAUSED,
10891 a new property to keep video aspect ratio when resizing, etc...
10893 2005-11-18 Julien MOUTTE <julien@moutte.net>
10895 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10896 (gst_videoscale_fixate_caps): Introduce back caps fixate with
10899 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
10901 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
10902 Unsetting IS_SINK flag from the fakesink, so decodebin
10903 never behaves as a sink.
10905 2005-11-17 Wim Taymans <wim@fluendo.com>
10907 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10908 (gst_base_audio_src_change_state):
10909 Fix the audiosrc base class again, we did not unflush.
10911 2005-11-17 Julien MOUTTE <julien@moutte.net>
10913 * examples/seeking/seek.c: (make_dv_pipeline),
10914 (make_vorbis_theora_pipeline), (make_avi_pipeline),
10915 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10916 to ogg/vorbis/theora pipeline.
10918 2005-11-17 Wim Taymans <wim@fluendo.com>
10920 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10921 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10922 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10923 Fix EOS on multiple streams.
10926 2005-11-16 Wim Taymans <wim@fluendo.com>
10928 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10929 (gst_ogg_demux_perform_seek):
10930 Segment done must include stream time.
10932 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10933 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10934 (gst_ogg_mux_change_state):
10935 Fix ogg muxer again.
10937 2005-11-16 Wim Taymans <wim@fluendo.com>
10939 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10942 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10944 * ext/libvisual/visual.c: (gst_visual_init):
10945 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10946 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10947 (gst_ogg_parse_chain):
10948 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10949 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10950 * ext/theora/theoradec.c: (gst_theora_dec_init):
10951 * ext/theora/theoraenc.c: (gst_theora_enc_init):
10952 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10953 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10954 * gst/adder/gstadder.c: (gst_adder_class_init),
10955 (gst_adder_dispose):
10956 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10957 * gst/subparse/gstsubparse.c: (gst_subparse_init):
10958 * gst/videorate/gstvideorate.c: (gst_videorate_init):
10959 Fix a whole set of pad template leaks
10961 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10963 * check/generic/states.c: (GST_START_TEST):
10964 fix the test so that it only checks for elements that are part of
10967 2005-11-16 Michael Smith <msmith@fluendo.com>
10969 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10970 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10971 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10972 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10973 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10974 (gst_ogg_mux_change_state):
10975 Fix leaking collectpads.
10977 2005-11-16 Edward Hervey <edward@fluendo.com>
10979 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10980 (gst_videorate_event), (gst_videorate_chain):
10981 Handle segment seeks
10983 2005-11-16 Wim Taymans <wim@fluendo.com>
10985 * gst-libs/gst/audio/gstbaseaudiosink.c:
10986 (gst_base_audio_sink_provide_clock),
10987 (gst_base_audio_sink_change_state):
10988 Set ringbuffer to non-flushing when going to PAUSED, set to
10989 flushing again when going to READY.
10991 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10992 (gst_ring_buffer_stop):
10993 Start in flushing mode by default.
10994 Don't set flushing in the _stop method, let the app call
10997 2005-11-16 Julien MOUTTE <julien@moutte.net>
10999 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
11000 * gst-libs/gst/video/videosink.h: Add helper function needed
11003 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
11005 * gst/videoscale/gstvideoscale.c:
11006 (gst_videoscale_handle_src_event):
11007 Don't leak reference to pad parent.
11009 2005-11-16 Wim Taymans <wim@fluendo.com>
11011 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
11012 Set ringbuffer to flushing when stopping so that we don't
11013 block on wait_segment anymore and livelock.
11015 2005-11-16 Wim Taymans <wim@fluendo.com>
11017 * examples/seeking/seek.c: (send_event), (do_seek),
11018 (loop_toggle_cb), (segment_done), (main):
11019 Added looping checkbox.
11021 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
11023 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11024 (gst_ogg_demux_init):
11025 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11026 (gst_vorbis_dec_init):
11027 revert unrefs, they don't pass make check
11029 2005-11-15 Johan Dahlin <johan@gnome.org>
11031 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11032 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
11033 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11034 (gst_vorbis_dec_init):
11035 Fix pad template leaks.
11037 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
11039 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11040 Make state change function thread safe.
11042 2005-11-15 Edward Hervey <edward@fluendo.com>
11044 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11045 (gst_ogg_demux_class_init):
11046 Implement GstElement::send_event, so we can send seek events
11049 2005-11-14 Julien MOUTTE <julien@moutte.net>
11051 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11052 Discovered how to take away flickering while resizing the
11053 window. Please don't put that in ximagesink, refactoring in
11056 2005-11-14 Michael Smith <msmith@fluendo.com>
11058 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11059 (gst_multifdsink_render):
11060 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11062 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
11064 * gst/playback/gstplaybin.c: (gen_audio_element):
11065 Use autoaudiosink, it tends to be more widely available than
11068 2005-11-14 Andy Wingo <wingo@pobox.com>
11070 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11071 as well if it is available. Fixes #316442.
11073 2005-11-14 Michael Smith <msmith@fluendo.com>
11075 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11076 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11077 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11078 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11079 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11080 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11081 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11082 (gst_vorbisenc_change_state):
11083 Fix a small memory leak in vorbisenc.
11084 Fix large memory leaks in oggmux, also fix lots of state change
11087 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
11089 * gst/videotestsrc/gstvideotestsrc.c:
11090 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11091 (gst_videotestsrc_src_fixate):
11092 move fixation to a fixate function
11093 remove negotiate function, basesrc's is good enough
11094 fixes a bug for check when using the element alone
11096 2005-11-13 Edward Hervey <edward@fluendo.com>
11098 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11099 (key_toggle_cb), (main):
11100 Added checkboxes for adding/removing the accurate and key_unit seek
11103 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
11105 * configure.ac: back to HEAD
11107 === release 0.9.5 ===
11109 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
11112 releasing 0.9.5, "No No Kia"
11114 2005-11-11 Edward Hervey <edward@fluendo.com>
11116 * examples/seeking/seek.c: (make_parselaunch_pipeline):
11117 Added parse-launch syntax seeking mode for the seeking example.
11118 This should help stress-test even more cases.
11119 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11121 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11123 * sys/xvimage/xvimagesink.c:
11124 (gst_xvimagesink_navigation_send_event):
11125 Check whether peer pad exists before sending navigation events
11128 2005-11-11 Michael Smith <msmith@fluendo.com>
11130 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11131 (gst_vorbisenc_buffer_from_packet):
11132 * ext/vorbis/vorbisenc.h:
11133 Set duration on encoded buffers. This allows oggmux's
11134 max_page_delay parameter to actually work.
11136 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11138 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11139 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11140 (gst_ffmpegcsp_avpicture_fill):
11141 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11142 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11143 Make palettes work again (see #132341). Use our own macros
11146 2005-11-10 Andy Wingo <wingo@pobox.com>
11148 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11151 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11153 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11154 (gst_ffmpegcsp_transform_caps):
11155 Prefer passthrough in transform_caps
11157 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11159 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11160 check for ALSA errors properly, instead of relying on ALSA's
11161 error strings to serve to the user.
11163 2005-11-10 Wim Taymans <wim@fluendo.com>
11165 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11166 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11167 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11168 Modernise the seek code.
11170 2005-11-10 Michael Smith <msmith@fluendo.com>
11172 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11173 (setup_substreams), (set_active_source):
11174 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11175 trying to go to NULL if we failed to read a file.
11177 2005-11-10 Wim Taymans <wim@fluendo.com>
11179 * gst/audiotestsrc/gstaudiotestsrc.c:
11180 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11181 (gst_audiotestsrc_create):
11182 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11183 (gst_sinesrc_get_times), (gst_sinesrc_create):
11184 * gst/videotestsrc/gstvideotestsrc.c:
11185 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11186 (gst_videotestsrc_create):
11187 The base class can now sync for us.
11189 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11191 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11192 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11193 name=source autoprobe=false autoprobe-fps=false copy-mode=1
11194 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11195 format=(fourcc)I420" ! xvimagesink
11197 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
11199 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11200 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11201 (gst_sinesrc_newsegment):
11202 Send newsegment event in TIME format, set duration if
11203 num-buffers is set, fix duration querying.
11205 2005-11-10 Michael Smith <msmith@fluendo.com>
11207 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11208 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11209 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11210 (gst_ogg_mux_collected):
11211 Fix EOS handling, partially. Now forwarding an EOS event once we have
11212 EOS on all pads works correctly. However, we still don't properly set
11213 EOS on the actual ogg stream pages.
11215 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
11217 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11218 Set elements to NULL state before disposing of them.
11220 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
11222 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11224 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11225 (gst_base_rtp_depayload_init),
11226 (gst_base_rtp_depayload_set_gst_timestamp):
11227 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11228 We need to send a newsegment event for each instance, not
11229 just for the first instance of this class (get rid of
11230 static variable in function). (#321011).
11232 2005-11-08 Michael Smith <msmith@fluendo.com>
11234 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11235 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11236 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11237 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11238 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11239 This makes us mux things correctly according to the ogg muxing
11240 rules. Still not handling EOS correctly right now, though.
11242 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11244 * gst/audioconvert/gstaudioconvert.c:
11247 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11249 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11250 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11251 Initialise segment_stop to GST_CLOCK_TIME_NONE when
11252 creating a new chain; should fix live streaming. Also
11253 add more debug output and fix a typo.
11255 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
11257 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11259 * gst/volume/gstvolume.c: (volume_set_caps):
11260 Fix compilation on Solaris with Forte. (#320923)
11262 2005-11-08 Wim Taymans <wim@fluendo.com>
11264 * gst-libs/gst/audio/gstbaseaudiosink.c:
11265 (gst_base_audio_sink_render):
11266 No need to do a typecheck.
11268 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
11270 * ext/alsa/gstalsa.h:
11271 We register a debug category, so let's use it.
11273 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11275 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11276 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11277 Fixed a small problem.
11279 2005-11-04 Wim Taymans <wim@fluendo.com>
11281 * examples/seeking/Makefile.am:
11282 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11283 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11284 (make_playerbin_pipeline), (format_value), (update_scale),
11285 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11286 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11287 (print_usage), (main):
11288 Added app for playback speed testing.
11290 * examples/seeking/seek.c: (dynamic_link),
11291 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11292 (make_mpeg_pipeline), (do_seek), (set_update_scale),
11293 (message_received), (main):
11294 Updated seek example.
11296 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11298 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11299 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11300 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11301 (gst_base_rtp_depayload_set_clock):
11302 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11303 Don't sleep on the bench (system clock) when you have a nice
11304 comfortable bed (Gstreamer clock) to sleep on.
11306 2005-11-03 Wim Taymans <wim@fluendo.com>
11308 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11309 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11310 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11311 Handle the case where a pad_block failed.
11313 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
11315 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11317 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11318 (gst_base_rtp_depayload_add_to_queue),
11319 (gst_base_rtp_depayload_push),
11320 (gst_base_rtp_depayload_set_gst_timestamp),
11321 (gst_base_rtp_depayload_queue_release):
11322 Fixes some bugs in the depayloader's queuing/de-queueing code.
11324 2005-10-31 Michael Smith <msmith@fluendo.com>
11326 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11327 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11328 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11329 Patch from Alessandro Decina <alessandro@nnva.org>.
11330 Make oggdemux only find the final time in a chain, not per-pad,
11331 since the per-pad information can be very expensive to locate, and
11332 it isn't used anywhere. This makes reading a file containing
11333 OggSkeleton reasonably fast.
11334 Also, make chain finding work when there are logical bitstreams that
11335 can't be decoded. Fixes #319110.
11337 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11339 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11340 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11341 (gst_base_rtp_depayload_chain),
11342 (gst_base_rtp_depayload_add_to_queue),
11343 (gst_base_rtp_depayload_push),
11344 (gst_base_rtp_depayload_set_gst_timestamp),
11345 (gst_base_rtp_depayload_queue_release),
11346 (gst_base_rtp_depayload_start_thread),
11347 (gst_base_rtp_depayload_set_property),
11348 (gst_base_rtp_depayload_get_property):
11349 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11350 Some random fixes, to fullfill the desires of thomas.
11352 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11354 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11355 (gst_base_rtp_depayload_add_to_queue),
11356 (gst_base_rtp_depayload_push):
11357 Fixed the queueing algorithm.
11359 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11361 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11362 (gst_base_rtp_depayload_push):
11365 2005-10-31 Wim Taymans <wim@fluendo.com>
11367 * gst-libs/gst/audio/gstringbuffer.h:
11370 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11371 (gst_ffmpeg_caps_to_pixfmt):
11372 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11373 (gst_ffmpegcsp_set_caps):
11374 Some more comments.
11375 Handle missing required caps fields better.
11377 2005-10-31 Wim Taymans <wim@fluendo.com>
11379 * gst-libs/gst/audio/gstbaseaudiosink.c:
11380 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11381 (gst_base_audio_sink_render):
11382 * gst-libs/gst/audio/gstringbuffer.c:
11383 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11384 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11385 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11386 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11387 (gst_ring_buffer_read):
11388 * gst-libs/gst/audio/gstringbuffer.h:
11389 Add flushing mode to the ringbuffer so that it in all cases does
11390 not try to handle more audio. This makes sure it does not try to
11391 block anymore when flushing and fixes a livelock.
11393 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
11395 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11396 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11397 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11398 Explicitly check for -1 values before doing a conversion
11399 and always map them to -1. (#315545)
11401 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
11403 * gst/playback/gstplaybin.c: (gen_video_element):
11404 first try autovideosink, then xvimagesink, then error out
11406 add translatable file
11421 update translations
11423 2005-10-27 Philippe Khalaf <burger at speedy dot org>
11425 * gst-libs/gst/rtp/gstbasedepayload.c:
11426 * gst-libs/gst/rtp/gstbasedepayload.h:
11429 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
11431 * gst/playback/.cvsignore:
11432 * gst/playback/decodetest.c:
11433 * gst/playback/test3.c:
11434 Port these two tests as well.
11436 2005-10-27 Wim Taymans <wim@fluendo.com>
11438 * ext/theora/theoradec.c: (theora_dec_src_query),
11439 (theora_dec_sink_event):
11440 * ext/theora/theoraenc.c: (theora_enc_sink_event),
11441 (theora_enc_change_state):
11442 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11443 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11444 Take proper locks when handling events.
11446 2005-10-27 Wim Taymans <wim@fluendo.com>
11448 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11449 (gst_adder_change_state):
11450 Fix timestamps and fix deadlock when stopping the collectpads.
11452 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
11454 * gst-libs/gst/rtp/gstrtpbuffer.h:
11455 Declaring the payload types as strings too so that they can be used
11456 in the padtemplate inialization.
11458 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
11460 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11462 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11463 (gst_base_rtp_depayload_class_init):
11464 Fixes a small but nasty bug. The derived elements no longer segfaults
11467 2005-10-26 Michael Smith <msmith@fluendo.com>
11469 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11470 When clearing an audioconvert context, set tmpbufsize to zero, so
11471 we'll allocate it again later if required.
11472 This fixes audioconvert re-negotiating formats, which previously
11473 segfaulted with a NULL destination buffer.
11475 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11477 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11478 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11479 (gst_base_rtp_depayload_set_gst_timestamp),
11480 (gst_base_rtp_depayload_queue_release):
11481 Fixed a smalll memleak.
11483 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11484 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11485 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11486 (gst_base_rtp_depayload_finalize),
11487 (gst_base_rtp_depayload_setcaps),
11488 (gst_base_rtp_depayload_add_to_queue),
11489 (gst_base_rtp_depayload_push),
11490 (gst_base_rtp_depayload_set_gst_timestamp),
11491 (gst_base_rtp_depayload_queue_release),
11492 (gst_base_rtp_depayload_thread),
11493 (gst_base_rtp_depayload_change_state):
11494 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11495 Changed the C++ comments to C comments
11497 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
11499 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11500 * gst/tcp/gsttcpclientsrc.h:
11501 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11502 * gst/tcp/gsttcpserversrc.h:
11503 Remove unused 'curoffset' structure member.
11505 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
11507 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11508 (gst_base_rtp_depayload_base_init),
11509 (gst_base_rtp_depayload_finalize):
11510 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11511 * gst-libs/gst/rtp/gstbasertppayload.h:
11512 The pad-template on the sinkpad should be set by the derived classes.
11513 Also added some useful macros.
11515 2005-10-24 Wim Taymans <wim@fluendo.com>
11517 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11518 Correctly flush decoder samples even if we could not
11519 copy them to an output buffer. Fixes #319618.
11521 2005-10-24 Julien MOUTTE <julien@moutte.net>
11523 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11524 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11525 the caps against our xcontext caps.
11527 2005-10-24 Wim Taymans <wim@fluendo.com>
11529 * gst-libs/gst/audio/gstbaseaudiosink.c:
11530 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11532 Use sync property from baseclass to disable sync.
11534 2005-10-24 Wim Taymans <wim@fluendo.com>
11536 * gst-libs/gst/audio/gstbaseaudiosink.c:
11537 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11538 Buffers with no timestamps get aligned with previous buffers or
11539 on underrun, played ASAP.
11541 2005-10-24 Julien MOUTTE <julien@moutte.net>
11543 * gst-libs/gst/video/video.h:
11544 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11545 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11546 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11547 here comes my change on caps for framerate and geometry range.
11548 We are now accepting 1 to MAXINT for width and height, and from
11549 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11550 to be blended correctly in videomixer.
11552 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
11557 === release 0.9.4 ===
11559 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11564 releasing 0.9.4, "Velociraptor"
11566 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11568 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11572 2005-10-21 Wim Taymans <wim@fluendo.com>
11574 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11575 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11576 (pad_blocked), (close_pad_link), (new_pad):
11577 Don't try to remove elements twice.
11579 2005-10-21 Wim Taymans <wim@fluendo.com>
11581 * ext/theora/theoradec.c: (theora_dec_src_query),
11582 (theora_dec_sink_event):
11583 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11584 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11585 (vorbis_handle_data_packet):
11586 * ext/vorbis/vorbisdec.h:
11589 * gst-libs/gst/audio/gstbaseaudiosink.c:
11590 (gst_base_audio_sink_render):
11591 Don't try to sync on buffers without a timestamp.
11593 2005-10-21 Wim Taymans <wim@fluendo.com>
11595 * ext/theora/theoradec.c: (theora_dec_src_query),
11596 (theora_dec_sink_event):
11597 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11598 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11599 (vorbis_handle_data_packet):
11600 * ext/vorbis/vorbisdec.h:
11603 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11605 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11606 (gst_vorbisenc_src_query):
11607 Implement position and duration queries.
11609 * gst/playback/test3.c: (update_scale), (main):
11610 Fix for async state changes and print nicer output.
11612 2005-10-20 Wim Taymans <wim@fluendo.com>
11614 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11615 (dump_element_stats), (main):
11616 * gst/playback/test6.c: (main):
11619 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11621 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11622 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11623 Don't use functions for position queries when handling
11626 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11628 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11629 (vorbis_handle_data_packet), (vorbis_dec_chain),
11630 (vorbis_dec_change_state):
11631 * ext/vorbis/vorbisdec.h:
11632 Vorbis streams can be embedded in other container formats
11633 than ogg, container formats where the demuxer might set
11634 timestamps on encoded vorbis buffers instead of those silly
11635 granulepos thingies. In short: make vorbisdec handle
11636 timestamps on incoming buffers as well.
11638 2005-10-20 Wim Taymans <wim@fluendo.com>
11640 * gst/playback/gstplaybasebin.c: (group_destroy),
11641 (gst_play_base_bin_change_state):
11643 Handle case where playbasebin is now ASYNC because
11646 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11648 * gst/audioconvert/Makefile.am:
11649 * gst/audioconvert/bufferframesconvert.c:
11650 * gst/audioconvert/plugin.c: (plugin_init):
11651 * gst/audioconvert/plugin.h:
11652 And bye bye buffer-frames-convert
11654 2005-10-19 Wim Taymans <wim@fluendo.com>
11656 * check/elements/audioconvert.c:
11657 * docs/libs/tmpl/gstaudio.sgml:
11658 * docs/libs/tmpl/gstcolorbalance.sgml:
11659 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11660 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11661 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11662 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11663 * gst-libs/gst/audio/audio.h:
11664 * gst/audioconvert/audioconvert.h:
11665 * gst/audioconvert/gstaudioconvert.c:
11666 (gst_audio_convert_parse_caps):
11667 * gst/volume/gstvolume.c:
11668 Bye bye buffer-frames.
11670 2005-10-19 Wim Taymans <wim@fluendo.com>
11672 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11673 (query_positions_elems), (query_positions_pads), (update_scale),
11674 (do_seek), (set_update_scale), (message_received), (main):
11675 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11676 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11677 (gst_ogg_demux_loop):
11678 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11679 * ext/theora/theoradec.c: (theora_dec_src_query),
11680 (theora_dec_sink_event):
11681 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11682 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11683 * gst/adder/gstadder.c: (gst_adder_query):
11684 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11685 * gst/playback/test3.c: (update_scale):
11686 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11687 (dump_element_stats), (main):
11688 * gst/playback/test6.c: (main):
11689 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11692 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11694 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11695 (xml_check_first_element), (xml_type_find), (smil_type_find),
11697 Add typefinding for SMIL and for generic XML. Based on patch by
11698 Akos Maroy (#308663).
11700 2005-10-18 Wim Taymans <wim@fluendo.com>
11702 * gst/playback/Makefile.am:
11703 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11704 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11705 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11706 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11707 (gst_decode_bin_change_state):
11708 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11709 (gst_play_bin_send_event_to_sink):
11710 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11711 (dump_element_stats), (main):
11712 * gst/playback/test6.c: (main):
11713 Make playbin async, it'll commit state to paused when all streams
11716 Added test6.c to show async behaviour.
11718 2005-10-18 Wim Taymans <wim@fluendo.com>
11720 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11721 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11722 Fix for segment-start/stop API change.
11724 2005-10-18 Wim Taymans <wim@fluendo.com>
11726 * check/Makefile.am:
11727 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11729 Add future test for clock selection.
11731 2005-10-18 Wim Taymans <wim@fluendo.com>
11733 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11734 (gst_alsasink_close):
11735 Set handle to NULL.
11737 * gst-libs/gst/audio/gstringbuffer.c:
11738 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11739 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11740 (gst_ring_buffer_start), (gst_ring_buffer_pause),
11741 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11742 (gst_ring_buffer_read):
11745 2005-10-17 Stefan Kost <ensonic@users.sf.net>
11747 * gst/audiotestsrc/Makefile.am:
11748 * gst/sine/Makefile.am:
11749 * gst/volume/Makefile.am:
11750 fix broken build of controllerized plugins
11752 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11754 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11756 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11757 (gst_riff_create_video_template_caps):
11758 Add support for Indeo-3 (IV32).
11760 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11765 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11767 * gst-libs/gst/video/video.c: (gst_video_get_size):
11768 * gst/audiotestsrc/gstaudiotestsrc.c:
11771 2005-10-17 Andy Wingo <wingo@pobox.com>
11773 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11774 with the collectpads change.
11775 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11777 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11779 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11781 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11782 alloc_buffer flow return to callers.
11783 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11784 change. Fix some memleaks in theoraenc.
11786 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11787 in strange circumstance.
11789 2005-10-17 Julien MOUTTE <julien@moutte.net>
11791 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11792 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11793 from caps, let's use the caps...
11795 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11798 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11800 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11802 * gst-libs/gst/interfaces/Makefile.am:
11805 2005-10-16 Andy Wingo <wingo@pobox.com>
11807 * gst/playback/gstdecodebin.c
11808 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11810 (try_to_link_1): Increase kraziness level.
11812 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11815 restructure like the core one
11816 * gst-libs/gst/audio/Makefile.am:
11817 * gst-libs/gst/interfaces/Makefile.am:
11818 * gst-libs/gst/net/Makefile.am:
11819 * gst-libs/gst/riff/Makefile.am:
11820 * gst-libs/gst/rtp/Makefile.am:
11821 * gst-libs/gst/tag/Makefile.am:
11822 * gst-libs/gst/video/Makefile.am:
11823 use correct linker flags, now the libs are properly versioned
11824 * check/elements/audioconvert.c: (verify_convert):
11825 * ext/alsa/gstalsaplugin.c:
11826 * ext/cdparanoia/gstcdparanoia.c:
11827 * ext/gnomevfs/gstgnomevfs.c:
11828 * ext/libvisual/visual.c:
11829 * ext/ogg/gstogg.c:
11830 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11831 * ext/theora/theora.c:
11832 * ext/vorbis/vorbis.c:
11833 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11834 * gst-libs/gst/tag/gsttagediting.c:
11835 * gst-libs/gst/video/video.c:
11836 * gst/adder/gstadder.c:
11837 * gst/audioconvert/plugin.c:
11838 * gst/audiorate/gstaudiorate.c:
11839 * gst/audioresample/gstaudioresample.c:
11840 * gst/audioresample/resample_ref.c: (resample_scale_ref):
11841 * gst/audioscale/gstaudioscale.c:
11842 * gst/audioscale/resample.c:
11843 * gst/audiotestsrc/gstaudiotestsrc.c:
11844 * gst/ffmpegcolorspace/gstffmpeg.c:
11845 * gst/playback/gstdecodebin.c: (close_pad_link):
11846 * gst/playback/gstplaybin.c: (gen_video_element),
11847 (gen_audio_element):
11848 * gst/sine/gstsinesrc.c:
11849 * gst/subparse/gstsubparse.c:
11850 * gst/tags/gsttagediting.c:
11851 * gst/tcp/gsttcpplugin.c:
11852 * gst/typefind/gsttypefindfunctions.c:
11853 * gst/videorate/gstvideorate.c:
11854 * gst/videoscale/gstvideoscale.c:
11855 * gst/videotestsrc/gstvideotestsrc.c:
11856 * gst/volume/gstvolume.c:
11857 * sys/v4l/gstv4l.c:
11858 * sys/ximage/ximage.c:
11859 * sys/xvimage/xvimagesink.c:
11862 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
11864 * ext/vorbis/vorbisenc.c:
11865 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11866 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11867 (gst_tag_to_vorbis_comments):
11868 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11870 2005-10-13 Stefan Kost <ensonic@users.sf.net>
11872 * examples/stats/mp2ogg.c:
11873 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11876 2005-10-13 Michael Smith <msmith@fluendo.com>
11878 * ext/ogg/gstoggmux.c:
11879 Use magic glib macros to define constants as 64 bit, to ensure
11880 appropriate vararg passing.
11882 2005-10-13 Michael Smith <msmith@fluendo.com>
11884 * ext/ogg/gstoggmux.c:
11885 * gst/audioconvert/audioconvert.c: (float):
11886 Don't use LL suffix, as it's not portable, and neither of these
11887 uses required it anyway.
11889 2005-10-12 Stefan Kost <ensonic@users.sf.net>
11891 * examples/indexing/indexmpeg.c: (main):
11892 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11893 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11894 (cdparanoia_convert), (cdparanoia_query):
11895 * ext/cdparanoia/gstcdparanoia.h:
11896 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11897 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11898 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11899 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11900 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11901 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11902 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11903 (gst_multifdsink_render), (gst_multifdsink_start),
11904 (gst_multifdsink_stop):
11905 * gst/tcp/gstmultifdsink.h:
11906 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11907 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11908 (gst_tcpclientsink_stop):
11909 * gst/tcp/gsttcpclientsink.h:
11910 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11911 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11912 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11913 * gst/tcp/gsttcpclientsrc.h:
11914 * gst/tcp/gsttcpserversink.h:
11915 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11916 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11917 (gst_tcpserversrc_stop):
11918 * gst/tcp/gsttcpserversrc.h:
11919 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11920 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11921 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11922 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11923 moved bitshift from macro to enum definition
11925 2005-10-12 Wim Taymans <wim@fluendo.com>
11927 * examples/seeking/Makefile.am:
11930 2005-10-12 Wim Taymans <wim@fluendo.com>
11932 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11933 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11934 Don't assert on normal stuff.
11936 * gst/playback/gstplaybin.c: (do_playbin_seek):
11939 2005-10-12 Wim Taymans <wim@fluendo.com>
11941 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11942 * examples/seeking/Makefile.am:
11943 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11944 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11945 (do_seek), (set_update_scale), (message_received), (main):
11946 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11947 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11948 Update for _get_state() API change.
11950 2005-10-11 Wim Taymans <wim@fluendo.com>
11952 * gst-libs/gst/audio/gstbaseaudiosink.c:
11953 (gst_base_audio_sink_render):
11954 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11955 (gst_base_audio_src_create):
11956 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11957 (gst_ring_buffer_read):
11959 Commit and read from ringbuffer in samples rather than bytes.
11961 2005-10-11 Wim Taymans <wim@fluendo.com>
11963 * gst-libs/gst/audio/gstbaseaudiosink.c:
11964 (gst_base_audio_sink_render):
11965 Respect segment rate and accum when scheduling samples.
11967 2005-10-11 Julien MOUTTE <julien@moutte.net>
11969 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11970 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11971 EOS correctly, that needs more work.
11973 2005-10-11 Wim Taymans <wim@fluendo.com>
11975 * check/generic/states.c: (GST_START_TEST):
11976 remove old property.
11978 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11979 (gst_ogg_demux_perform_seek):
11980 * ext/theora/theoradec.c: (theora_dec_sink_event):
11981 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11982 (vorbis_handle_data_packet):
11983 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11984 (gst_base_rtp_depayload_set_gst_timestamp):
11985 * gst/videorate/gstvideorate.c: (gst_videorate_event):
11986 Update for newsegment API change.
11988 2005-10-11 Michael Smith <msmith@fluendo.com>
11990 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11991 (do_playbin_seek), (gst_play_bin_send_event):
11992 Override send_event differently, so that we can takes bits of
11993 functionality from GstPipeline (special handling for seeks,
11994 including pausing/resuming, and resetting stream time) and still get
11995 the appropriate behaviour of only forwarding event to a single sink,
11996 rather than all of them.
11997 Unfortunately requires a lot of code duplication, but the
11998 alternatives are equally ugly in the end.
12000 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
12002 * check/elements/audioconvert.c: (setup_audioconvert),
12003 (cleanup_audioconvert), (get_int_caps), (verify_convert),
12004 (GST_START_TEST), (audioconvert_suite):
12005 clean up tests a little, fix some leaks.
12007 2005-10-10 Wim Taymans <wim@fluendo.com>
12009 * ext/alsa/gstalsasink.c:
12010 Also allow unsigned int.
12012 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12013 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12016 2005-10-10 Wim Taymans <wim@fluendo.com>
12018 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12019 Small update, use API as stated in design docs.
12021 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12022 (update_scale), (do_seek), (seek_cb), (set_update_scale),
12023 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
12024 (message_received), (main):
12025 Updated seek example for GOption. Some usability improvements.
12027 2005-10-10 Wim Taymans <wim@fluendo.com>
12029 * gst/audioconvert/audioconvert.h:
12030 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12031 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
12032 Alloc temp storage somewhere else where we can do it more
12035 2005-10-10 Wim Taymans <wim@fluendo.com>
12037 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12038 (gst_tcpserversrc_start):
12039 Don't block in accept while doing the state change, move
12040 to poll and make cancellable.
12042 2005-10-09 Philippe Khalaf <burger@speedy.org>
12044 * gst-libs/gst/rtp/rtpbasedepayload.c:
12045 Set timestamp and add queue delay to timestamp
12046 * gst-libs/gst/rtp/rtpbuffer.h:
12047 Set correct payload type for h263
12049 2005-10-09 Stefan Kost <ensonic@users.sf.net>
12051 * gst/audiotestsrc/gstaudiotestsrc.c:
12052 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12053 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12054 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12055 (gst_audiotestsrc_create_triangle),
12056 (gst_audiotestsrc_create_silence),
12057 (gst_audiotestsrc_create_white_noise),
12058 (gst_audiotestsrc_init_pink_noise),
12059 (gst_audiotestsrc_generate_pink_noise_value),
12060 (gst_audiotestsrc_create_pink_noise),
12061 (gst_audiotestsrc_change_wave):
12062 * gst/audiotestsrc/gstaudiotestsrc.h:
12063 fixed typo, added pink noise
12065 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12067 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12069 Add wavpack and spc typefind functions from 0.8 branch.
12071 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12073 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12074 (ar_type_find), (msdos_type_find), (plugin_init):
12075 Add typefind functions for tar archives, ar archives,
12076 RAR archives, and msdos-executables (dlls, exe, etc.).
12077 Some of those would be wrongly identified as mpeg
12078 streams of some sort before (#315550).
12080 2005-10-09 Stefan Kost <ensonic@users.sf.net>
12083 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12084 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12085 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12086 * gst/audiotestsrc/Makefile.am:
12087 * gst/audiotestsrc/gstaudiotestsrc.c:
12088 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12089 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12090 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12091 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12092 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12093 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12094 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12095 (gst_audiotestsrc_create_silence),
12096 (gst_audiotestsrc_create_white_noise),
12097 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12098 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12099 (gst_audiotestsrc_start), (plugin_init):
12100 * gst/audiotestsrc/gstaudiotestsrc.h:
12101 add new plugin and element
12102 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12105 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12107 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12108 (gst_adder_init), (gst_adder_request_new_pad),
12109 (gst_adder_change_state):
12110 Add query function to source pad, so adder reports the correct
12111 time/sample position when queried (#315457); fix state change
12112 function; use GST_DEBUG_FUNCPTR() for pad functions.
12114 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
12116 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12117 Fix leaks in typefind registration
12118 Clean up the gratuitous commenting and whitespacing a little
12120 2005-10-08 Wim Taymans <wim@fluendo.com>
12122 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12123 Only actually wait for the thread to be stopped if it's
12126 2005-10-08 Wim Taymans <wim@fluendo.com>
12128 * gst-libs/gst/audio/gstbaseaudiosink.c:
12129 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12130 If we receive EOS we can start playback of what we had.
12132 2005-10-08 Wim Taymans <wim@fluendo.com>
12134 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12135 (gst_multifdsink_finalize), (multifdsink_hash_remove),
12136 (gst_multifdsink_stop):
12137 Fix crasher when going to NULL multiple times.
12139 2005-10-06 Wim Taymans <wim@fluendo.com>
12141 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12142 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12143 * gst-libs/gst/audio/gstbaseaudiosrc.h:
12144 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12145 patch from Edgard Lima <edgard.lima@indt.org.br>
12146 Fixed gstbaseaudiosrc adding ring buffer sync to it.
12148 2005-10-06 Wim Taymans <wim@fluendo.com>
12150 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12151 Report the FLOW_RETURN as string in the error message.
12153 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12154 Don't assert when clearing an unnegotiated buffer.
12156 2005-10-04 Michael Smith <msmith@fluendo.com>
12158 * gst/playback/gstplaybasebin.c: (group_destroy),
12159 (gen_preroll_element), (remove_groups), (setup_source):
12160 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12161 (setup_sinks), (gst_play_bin_send_event),
12162 (gst_play_bin_change_state):
12163 Set state to NULL before removing from bin. Fix refcounting.
12165 2005-10-04 Michael Smith <msmith@fluendo.com>
12167 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12168 Correct refcounting in send_event() function. Previously was wrong
12169 if the first sink was unable to handle the event.
12171 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12174 back to development
12176 === release 0.9.3 ===
12178 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12181 Releasing 0.9.3, "De Facto"
12183 2005-10-03 Andy Wingo <wingo@pobox.com>
12185 * gst/playback/gstdecodebin.c (try_to_link_1)
12186 (remove_element_chain): set element to NULL before removing it.
12188 2005-10-02 Johan Dahlin <johan@gnome.org>
12190 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
12191 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12194 2005-10-02 Andy Wingo <wingo@pobox.com>
12196 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
12197 (gst_ring_buffer_prepare_read):
12198 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12201 2005-09-29 Wim Taymans <wim@fluendo.com>
12203 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12204 * ext/theora/theoradec.c: (theora_handle_data_packet):
12205 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12206 Propagate error codes from alloc_buffer too.
12208 2005-09-29 Wim Taymans <wim@fluendo.com>
12210 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12213 * gst/playback/Makefile.am:
12214 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12215 (dump_element_stats), (main):
12216 Added example stream introspection code.
12218 2005-09-28 Stefan Kost <ensonic@users.sf.net>
12220 * gst/adder/gstadder.c: (gst_adder_collected):
12221 fix adder for float elements
12223 2005-09-28 Wim Taymans <wim@fluendo.com>
12225 * gst-libs/gst/audio/gstbaseaudiosink.c:
12226 (gst_base_audio_sink_class_init),
12227 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12228 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12229 (gst_base_audio_src_class_init),
12230 (gst_base_audio_src_provide_clock):
12231 get_clock -> provide_clock
12233 2005-09-28 Andy Wingo <wingo@pobox.com>
12235 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12238 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12241 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12242 Actually add the pad template.
12243 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12245 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12248 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12249 from fdsrc. Get caps in create() instead of start() so it can be
12250 interrupted. Interruption somewhat untested.
12252 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12253 Proper EOS handling.
12255 2005-09-27 Andy Wingo <wingo@pobox.com>
12257 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12259 * gst/tcp/gsttcpserversrc.c: Cleaned up.
12261 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12263 * gst/tcp/gsttcp.h:
12264 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12265 out of tcpclientsrc.c. Cancellable.
12266 (gst_tcp_socket_read): Made private, cancellable, with better
12267 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12268 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12269 whole buffer, and better diagnostics.
12270 (gst_tcp_gdp_read_caps): Same.
12272 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12274 2005-09-26 Andy Wingo <wingo@pobox.com>
12276 * gst/sine/gstsinesrc.h:
12277 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12278 change the 'sync' property to 'is-live' and implement it halfway,
12279 update for controller api change.
12281 * gst/volume/gstvolume.c (volume_transform_ip): Update for
12282 controller api change.
12284 2005-09-24 Wim Taymans <wim@fluendo.com>
12286 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12287 * gst-libs/gst/audio/gstaudiosink.c:
12288 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12289 (gst_audioringbuffer_stop):
12290 * gst-libs/gst/audio/gstbaseaudiosink.c:
12291 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12292 (gst_base_audio_sink_change_state):
12293 * gst-libs/gst/audio/gstbaseaudiosink.h:
12294 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12295 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12296 (gst_ring_buffer_commit), (gst_ring_buffer_read):
12297 * gst-libs/gst/audio/gstringbuffer.h:
12298 Fix sync again. Moved sample alignment to basesink.
12300 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
12302 * docs/plugins/Makefile.am:
12303 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12304 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12305 * gst/volume/gstvolume.c:
12307 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12308 * gst-libs/gst/audio/audio.h:
12309 add conversion macros for frames <-> clocktime
12311 2005-09-23 David Schleef <ds@schleef.org>
12313 * gst/audioresample/Makefile.am:
12314 * gst/audioresample/debug.h:
12315 * gst/audioresample/gstaudioresample.c:
12316 * gst/audioresample/resample.c: Convert to using gst debugging
12318 2005-09-22 Wim Taymans <wim@fluendo.com>
12320 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12321 (gst_play_bin_send_event):
12322 Only seek on one sink, the first one that succeeds.
12324 2005-09-22 Michael Smith <msmith@fluendo.com>
12326 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12327 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12328 Don't flush encoder state unless we have an initialised encoder.
12329 Clear out encoder state on PAUSED_TO_READY.
12331 2005-09-22 Wim Taymans <wim@fluendo.com>
12333 * gst-libs/gst/rtp/gstbasertppayload.c:
12334 (gst_basertppayload_class_init), (gst_basertppayload_init),
12335 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12336 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12337 (gst_basertppayload_is_filled), (gst_basertppayload_push),
12338 (gst_basertppayload_set_property),
12339 (gst_basertppayload_get_property),
12340 (gst_basertppayload_change_state):
12341 * gst-libs/gst/rtp/gstbasertppayload.h:
12342 Added max-ptime to control amount of data in the rtp packets.
12344 2005-09-21 Andy Wingo <wingo@pobox.com>
12346 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12349 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12350 can be called multiple times, dogs.
12352 2005-09-21 Wim Taymans <wim@fluendo.com>
12354 * gst-libs/gst/rtp/gstbasertppayload.c:
12355 (gst_basertppayload_class_init), (gst_basertppayload_init),
12356 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12357 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12358 (gst_basertppayload_push), (gst_basertppayload_get_property),
12359 (gst_basertppayload_change_state):
12362 2005-09-21 Stefan Kost <ensonic@users.sf.net>
12364 * docs/libs/compiling.sgml:
12367 2005-09-20 Wim Taymans <wim@fluendo.com>
12369 * gst-libs/gst/rtp/gstbasertppayload.c:
12370 (gst_basertppayload_class_init), (gst_basertppayload_init),
12371 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12372 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12373 (gst_basertppayload_push), (gst_basertppayload_set_property),
12374 (gst_basertppayload_get_property),
12375 (gst_basertppayload_change_state):
12376 * gst-libs/gst/rtp/gstbasertppayload.h:
12377 Added property to configure sequence number offsets.
12379 2005-09-20 Wim Taymans <wim@fluendo.com>
12381 * gst-libs/gst/rtp/gstbasertppayload.c:
12382 (gst_basertppayload_class_init), (gst_basertppayload_init),
12383 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12384 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12385 (gst_basertppayload_push), (gst_basertppayload_set_property),
12386 (gst_basertppayload_get_property),
12387 (gst_basertppayload_change_state):
12388 * gst-libs/gst/rtp/gstbasertppayload.h:
12389 Make timestamp offset configurable.
12391 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
12393 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12394 fix wrong pop/unref
12396 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
12398 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
12400 * gst-libs/gst/interfaces/propertyprobe.c:
12401 (gst_property_probe_probe_property_name),
12402 (gst_property_probe_needs_probe_name),
12403 (gst_property_probe_get_values_name),
12404 (gst_property_probe_probe_and_get_values_name):
12405 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12406 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12408 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
12410 * check/Makefile.am:
12411 have some tests be disabled for valgrinding
12412 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12414 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12415 Fix A Leak. Chain To Parent Finalize.
12417 2005-09-19 Wim Taymans <wim@fluendo.com>
12419 * examples/seeking/seek.c: (make_wav_pipeline), (main):
12420 Fixed wav pipeline.
12422 2005-09-19 Wim Taymans <wim@fluendo.com>
12424 * gst-libs/gst/rtp/gstbasertppayload.c:
12425 (gst_basertppayload_class_init), (gst_basertppayload_init),
12426 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12427 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12428 (gst_basertppayload_push), (gst_basertppayload_get_property),
12429 (gst_basertppayload_change_state):
12430 Posting ERROR and WARNING messages is good.
12432 2005-09-19 Wim Taymans <wim@fluendo.com>
12434 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12435 (gst_base_rtp_depayload_add_to_queue),
12436 (gst_base_rtp_depayload_push),
12437 (gst_base_rtp_depayload_set_gst_timestamp),
12438 (gst_base_rtp_depayload_queue_release):
12439 This one was not supposed to go in.
12441 2005-09-19 Wim Taymans <wim@fluendo.com>
12443 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12446 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12447 (gst_base_rtp_depayload_chain),
12448 (gst_base_rtp_depayload_add_to_queue),
12449 (gst_base_rtp_depayload_push),
12450 (gst_base_rtp_depayload_set_gst_timestamp),
12451 (gst_base_rtp_depayload_queue_release):
12454 * gst-libs/gst/rtp/gstbasertppayload.c:
12455 (gst_basertppayload_class_init), (gst_basertppayload_init),
12456 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12457 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12458 (gst_basertppayload_get_property),
12459 (gst_basertppayload_change_state):
12460 Added debugging category.
12462 2005-09-18 David Schleef <ds@schleef.org>
12464 * gst/playback/gstdecodebin.c: free plugin list correctly
12465 * gst/playback/gstplaybin.c: emit warning if autovideosink
12466 and autoaudiosink can't be found (instead of segfaulting)
12468 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
12470 * check/elements/audioconvert.c: (GST_START_TEST):
12471 try out 24 bit conversion
12473 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12475 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12476 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12477 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12478 * ext/vorbis/vorbisenc.h:
12479 Fix EOS handling. Still needs a fix in the ogg muxer to
12480 mark the last page as eos.
12482 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12484 * common/gtk-doc-plugins.mak:
12485 * docs/plugins/Makefile.am:
12486 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12487 * gst/ffmpegcolorspace/Makefile.am:
12488 * gst/ffmpegcolorspace/avcodec.h:
12489 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12490 * gst/tcp/gstmultifdsink.c:
12491 fix up ffmpegcolorspace docs; extract header
12493 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12495 * common/gtk-doc-plugins.mak:
12496 * docs/plugins/Makefile.am:
12497 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12498 * ext/theora/Makefile.am:
12499 * ext/theora/gsttheoraenc.h:
12500 * ext/theora/theoraenc.c:
12501 * ext/vorbis/vorbisenc.c:
12502 pick up signals and args for vorbis; add some docs for vorbis
12504 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12506 * common/gstdoc-scangobj:
12507 * common/gtk-doc-plugins.mak:
12508 * docs/libs/Makefile.am:
12509 * docs/plugins/gst-plugins-base-plugins.args:
12510 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12511 * docs/plugins/gst-plugins-base-plugins.interfaces:
12512 * docs/plugins/gst-plugins-base-plugins.prerequisites:
12513 * docs/plugins/gst-plugins-base-plugins.signals:
12514 only scanobj stuff from our source module. Not sure yet
12515 if that's correct, given the hierarchy stuff :)
12517 2005-09-15 Wim Taymans <wim@fluendo.com>
12519 * gst/audioconvert/gstaudioconvert.c:
12520 And enable 24 bits mode as well..
12522 2005-09-15 Wim Taymans <wim@fluendo.com>
12524 * gst-libs/gst/rtp/Makefile.am:
12525 * gst-libs/gst/rtp/gstbasertppayload.c:
12526 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12527 (gst_basertppayload_class_init), (gst_basertppayload_init),
12528 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12529 (gst_basertppayload_chain), (gst_basertppayload_set_options),
12530 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12531 (gst_basertppayload_set_property),
12532 (gst_basertppayload_get_property),
12533 (gst_basertppayload_change_state):
12534 * gst-libs/gst/rtp/gstbasertppayload.h:
12535 Added rtp payloader base class.
12537 2005-09-15 Andy Wingo <wingo@pobox.com>
12539 * configure.ac (plugindir): Remove the EOL matcher from the
12540 regexp, as it causes me problems. Libtool? Make? Who knows?
12542 2005-09-14 David Schleef <ds@schleef.org>
12544 * check/generic/states.c:
12545 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12546 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12547 Fixes for changes in registry API.
12549 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
12550 to GST_PLUGIN_LDFLAGS.
12551 * ext/libvisual/visual.c: Make the library shut up.
12552 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12553 * gst-libs/gst/audio/gstaudiofilter.c: same
12555 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12557 * docs/plugins/Makefile.am:
12558 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12559 * docs/plugins/inspect/plugin-libvisual.xml:
12560 * docs/plugins/tmpl/element-tcpserversink.sgml:
12561 * ext/theora/theoraenc.c:
12562 add libvisual plugin and theoraenc element to docs
12564 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12566 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12567 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12568 * ext/theora/theoraenc.c:
12571 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
12573 * gst/audioconvert/Makefile.am:
12574 Audioconvert derives from GstBaseTransform and should
12575 link to the library with our base elements to avoid
12576 unresolved symbols. Makes things work with MinGW (#316160)
12578 * gst/playback/test4.c: (main):
12579 Fix MinGW build problem and use g_usleep() instead of
12582 2005-09-12 Wim Taymans <wim@fluendo.com>
12584 * gst/audioconvert/audioconvert.c: (float),
12585 (audio_convert_prepare_context), (audio_convert_convert):
12586 * gst/audioconvert/audioconvert.h:
12587 Cleanups, speedups, simplifications, added back support
12590 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
12592 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12593 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12594 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12595 * docs/plugins/tmpl/element-tcpserversink.sgml:
12596 * gst/ffmpegcolorspace/gstffmpeg.c:
12597 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12598 * gst/videotestsrc/gstvideotestsrc.c:
12599 * gst/volume/gstvolume.c:
12600 add more elements to the docs
12602 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
12604 * check/Makefile.am:
12605 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12606 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12607 Add extra tests for basetransform based components.
12608 Comment out the test_element_negotiation test until we decide
12609 if it's testing correct behaviour.
12610 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12611 (gst_visual_chain), (gst_visual_change_state):
12612 Slightly more correct but still bogus timestamping.
12613 Fix state change function.
12614 * gst/audioconvert/gstaudioconvert.c:
12615 (gst_audio_convert_class_init):
12616 * gst/audioresample/gstaudioresample.c:
12617 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12618 (gst_ffmpegcsp_class_init):
12619 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12620 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12621 (gst_videoscale_prepare_image):
12622 * gst/volume/gstvolume.c: (gst_volume_class_init),
12623 (volume_transform_ip):
12624 Basetransform updates. Enable passthrough modes.
12625 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12626 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12627 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12628 Negotiation fix that allows the window to return to the original
12629 size and renegotiate passthrough upstream. Extra debug output.
12631 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
12633 * gst/sine/gstsinesrc.c:
12634 * gst/volume/gstvolume.c:
12635 fix up header include
12637 2005-09-09 Stefan Kost <ensonic@users.sf.net>
12639 * gst-libs/gst/audio/gstbaseaudiosink.c:
12640 (gst_base_audio_sink_render):
12641 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12642 * gst/volume/gstvolume.c: (gst_volume_class_init),
12643 (volume_transform):
12644 fixing lost sync, some more debugging
12646 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
12648 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12649 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12650 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12651 (gst_xvimagesink_check_xshm_calls):
12652 Fix compilation when XShm is not available.
12654 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12656 * ext/libvisual/visual.c: (gst_visual_dispose),
12657 (gst_visual_getcaps), (gst_visual_src_setcaps),
12658 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12659 (gst_visual_change_state):
12660 Finish fixing up libvisual plugin so that it runs.
12662 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12664 * ext/vorbis/vorbisenc.c:
12665 * gst-libs/gst/tag/gstvorbistag.c:
12666 gsttaginterface.h -> gsttagsetter.h
12668 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12670 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12671 added another test that failes for me (test is not active by default)
12673 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12676 v4l2 is no longer in gst-plugins-base
12678 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12681 In the output at the end, don't show the first plugin on the same
12682 line as "Core plug-ins, always built:".
12683 Indent the output as for other plugin categories
12684 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12685 #define that can be used to not use peer buffer_alloc functions for
12687 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12688 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12689 (gst_ximagesink_show_frame):
12690 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12691 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12692 (gst_xvimagesink_show_frame):
12693 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12694 fails gracefully instead of XError aborting or deadlocking.
12696 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12698 * ext/libvisual/Makefile.am:
12699 link against gst-base-libs
12701 2005-09-06 David Schleef <ds@schleef.org>
12703 * configure.ac: Enable libvisual plugin.
12704 * ext/libvisual/Makefile.am:
12705 * ext/libvisual/visual.c: Fixes to make it compile.
12707 === release 0.9.2 ===
12709 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
12714 * docs/random/ChangeLog-0.8:
12715 releasing 0.9.2, "Spoon"
12717 2005-09-05 Michael Smith <msmith@fluendo.com>
12719 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12720 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12721 that in the vorbisenc element.
12723 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12725 * common/gtk-doc-plugins.mak:
12726 * docs/plugins/Makefile.am:
12728 * gst/audioresample/resample.c:
12729 fix wrong docstring
12731 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12733 * common/gst-xmlinspect.py:
12734 * common/gtk-doc-plugins.mak:
12735 only inspect plugins for this given package
12736 require gst-python 0.9
12738 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
12742 * common/gst-xmlinspect.py:
12744 * docs/Makefile.am:
12745 * docs/plugins/inspect/plugin-alsa.xml:
12746 * docs/plugins/inspect/plugin-audioresample.xml:
12747 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12748 * docs/plugins/inspect/plugin-ogg.xml:
12749 * docs/plugins/tmpl/element-gnomevfssink.sgml:
12750 * docs/plugins/tmpl/element-multifdsink.sgml:
12751 * docs/plugins/tmpl/element-tcpserversink.sgml:
12752 * docs/plugins/tmpl/element-vorbisenc.sgml:
12753 * gst-plugins-base.spec.in:
12754 various doc-related updates
12756 2005-08-31 Wim Taymans <wim@fluendo.com>
12758 * gst-libs/gst/audio/gstbaseaudiosink.c:
12759 (gst_base_audio_sink_render):
12760 Resync if the buffer timestamps drift more than a 10th
12763 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
12765 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12766 (gst_v4lsrc_get_property):
12767 The 'timestamp-offset' property is registered as an int64, so
12768 let's use g_value_{set|get}_int64() in our setter and getter
12769 functions (makes it work and fixes warnings with gst-inspect).
12771 2005-08-30 Wim Taymans <wim@fluendo.com>
12773 * check/elements/audioconvert.c: (setup_audioconvert):
12774 * check/elements/audioresample.c: (setup_audioresample):
12775 * check/elements/volume.c: (setup_volume):
12778 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
12780 * common/gtk-doc-plugins.mak:
12781 * common/plugins.xsl:
12782 * docs/plugins/Makefile.am:
12783 make module a param
12785 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12787 * examples/seeking/seek.c: (make_mp3_pipeline),
12788 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12789 (play_cb), (pause_cb), (stop_cb):
12792 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12794 * gst/volume/gstvolume.c: (gst_volume_class_init),
12795 (volume_transform):
12796 do not update controlled params, if buffer has no timestamp
12798 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12801 * gst/sine/Makefile.am:
12802 * gst/volume/Makefile.am:
12803 controllerized elements also need to link against controller-libs ;)
12805 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12807 * docs/libs/tmpl/gstcolorbalance.sgml:
12808 * docs/libs/tmpl/gstgconf.sgml:
12809 * docs/libs/tmpl/gstmixer.sgml:
12810 * docs/libs/tmpl/gstringbuffer.sgml:
12811 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12812 (gst_sinesrc_create):
12813 * gst/volume/gstvolume.c: (gst_volume_class_init),
12814 (volume_transform):
12815 controllerized two audio plugins
12817 2005-08-29 Andy Wingo <wingo@pobox.com>
12819 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
12820 (vorbis_handle_data_packet): Fix some int overflow errors.
12822 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12824 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12826 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12827 if it's valid. Fixed streaming-mode playback.
12829 * check/elements/volume.c (cleanup_volume): Fix for running
12832 * check/elements/audioconvert.c: Convert from native endian, not
12835 2005-08-29 Michael Smith <msmith@fluendo.com>
12837 * ext/ogg/Makefile.am:
12838 * ext/ogg/gstogg.c: (plugin_init):
12839 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12840 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12841 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12842 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12843 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12844 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12845 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12846 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12847 Add an ogg parser element.
12849 2005-08-28 Andy Wingo <wingo@pobox.com>
12851 * Updates for two-arg init from GST_BOILERPLATE_FULL.
12853 2005-08-26 Wim Taymans <wim@fluendo.com>
12855 * gst/audioconvert/audioconvert.c: (if), (float),
12856 (audio_convert_get_func_index), (check_default),
12857 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12858 (audio_convert_clean_context), (audio_convert_get_sizes),
12859 (audio_convert_convert):
12862 2005-08-26 Wim Taymans <wim@fluendo.com>
12864 * gst/audioconvert/audioconvert.c: (if), (float),
12865 (audio_convert_get_func_index), (check_default),
12866 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12867 (audio_convert_clean_context), (audio_convert_get_sizes),
12868 (audio_convert_convert):
12869 More elegant and working temp buffer selection algo.
12871 2005-08-26 Wim Taymans <wim@fluendo.com>
12873 * gst/audioconvert/audioconvert.c: (if), (float),
12874 (audio_convert_get_func_index), (check_default),
12875 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12876 (audio_convert_clean_context), (audio_convert_get_sizes),
12877 (get_temp_buffer), (audio_convert_convert):
12878 Use realloc else we lose our original data.
12880 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
12882 * gst/audioresample/gstaudioresample.c:
12883 use base class' newsegment to properly timestamp
12885 2005-08-26 Wim Taymans <wim@fluendo.com>
12887 * gst/audioconvert/audioconvert.c: (if), (float),
12888 (audio_convert_get_func_index), (check_default),
12889 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12890 (audio_convert_clean_context), (audio_convert_get_sizes),
12891 (get_temp_buffer), (audio_convert_convert):
12892 * gst/audioconvert/gstaudioconvert.c:
12893 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12894 (gst_audio_convert_transform_caps),
12895 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12896 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12897 Oops, allocate enough space to perform the channel mix.
12899 2005-08-26 Wim Taymans <wim@fluendo.com>
12901 * gst/audioconvert/Makefile.am:
12902 * gst/audioconvert/audioconvert.c: (if), (float),
12903 (audio_convert_get_func_index), (check_default),
12904 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12905 (audio_convert_clean_context), (audio_convert_get_sizes),
12906 (get_temp_buffer), (audio_convert_convert):
12907 * gst/audioconvert/audioconvert.h:
12908 * gst/audioconvert/gstaudioconvert.c:
12909 (gst_audio_convert_class_init), (gst_audio_convert_init),
12910 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12911 (gst_audio_convert_get_unit_size),
12912 (gst_audio_convert_transform_caps),
12913 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12914 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12915 * gst/audioconvert/gstaudioconvert.h:
12916 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12917 (gst_channel_mix_fill_identical),
12918 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12919 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12920 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12921 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12922 (gst_channel_mix_mix):
12923 * gst/audioconvert/gstchannelmix.h:
12924 Cleanups, librarify a bit, optimize, better negotiation and more.
12926 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12928 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12929 Another from MikeS:
12930 During typefinding, don't support negative offsets
12931 (offsets from the end of the stream) in our typefind->peek() function
12932 - nothing embedded in ogg ever needs them. However, we need to recognise
12933 those requests and reject them, otherwise we return invalid pointers.
12935 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12937 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12938 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12939 (vorbisdec_finalize), (vorbis_handle_type_packet):
12940 Big shout-out to MikeS for fixing this giant memory leak.
12943 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12945 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12946 (audio_convert_get_unit_size):
12949 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12951 * check/Makefile.am:
12952 * check/elements/audioconvert.c: (setup_audioconvert),
12953 (cleanup_audioconvert), (get_int_caps), (verify_convert),
12954 (GST_START_TEST), (audioconvert_suite), (main):
12955 add a test for audioconvert
12956 * gst/audioresample/gstaudioresample.c:
12957 * gst/audioresample/gstaudioresample.h:
12958 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12959 note that for buffers of 1/3 sec this means DURATION(c) is
12960 one nanosecond more than for a and b
12962 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12964 * check/Makefile.am:
12965 * check/elements/audioresample.c: (setup_audioresample),
12966 (cleanup_audioresample), (fail_unless_perfect_stream),
12967 (test_perfect_stream_instance), (GST_START_TEST),
12968 add a check for audioresample
12969 (audioresample_suite), (main):
12970 * check/elements/volume.c: (GST_START_TEST):
12971 remove unused method
12972 * gst/audioresample/gstaudioresample.c:
12973 set correct buffer parameters since we're changing them
12974 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12977 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12979 * gst/audioresample/debug.c:
12980 * gst/audioresample/gstaudioresample.c:
12981 add room for extra overlap samples when asked to transform size
12982 protect against possible mem corruption and check for discrepancies
12983 between written size and outbuffer's size so we can warn for
12985 * gst/audioresample/resample.c: (resample_init),
12986 (resample_get_output_size_for_input), (resample_get_output_size),
12987 (resample_set_n_channels), (resample_set_format):
12988 set debug level based on RESAMPLE_DEBUG env var
12989 make sure that get_output_size* returns a whole number of
12991 set sample_size each time either channel or format is set
12992 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12993 * gst/audioresample/resample_functable.c:
12994 (resample_scale_functable):
12995 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12996 remove r->sample_size, it's done in resample.c now
12997 add some debugging to the ref implementation
12998 make sure we only give back bytes that are wholes of the sample
13001 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
13002 * gst/playback/gstplaybasebin.c: (fill_buffer):
13003 Revert unpopular change for GST_MESSAGE_SRC to GObject.
13005 2005-08-25 Stefan Kost <ensonic@users.sf.net>
13007 * gst/volume/gstvolume.c:
13008 made set_caps function static
13010 2005-08-24 Wim Taymans <wim@fluendo.com>
13012 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13013 (gst_vorbisenc_change_state):
13014 Stop leaking taglists.
13016 2005-08-24 Wim Taymans <wim@fluendo.com>
13018 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13019 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
13020 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
13021 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
13022 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13023 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13024 Parse seeking events better.
13026 Generate correct newsegment events, fixes seeking in live oggs.
13028 * ext/theora/theoradec.c: (theora_dec_src_query),
13029 (theora_dec_src_event), (theora_dec_src_getcaps),
13030 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
13031 Use newsegment values to report correct play time.
13033 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13034 (vorbis_dec_src_event), (vorbis_dec_sink_event):
13035 * ext/vorbis/vorbisdec.h:
13036 Parse and use newsegment values to report correct play time.
13038 * gst-libs/gst/audio/gstbaseaudiosink.c:
13039 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13040 Clear ringbuffer on flush.
13041 Use newsegment values to calculate playback time.
13043 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13044 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13045 Basesink does newsegment calculations for us now.
13047 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13049 * check/Makefile.am:
13051 add core's plugins to the mix so that playbin works
13052 * check/generic/states.c: (GST_START_TEST):
13053 set a 0 timeout on pipelines, so they don't force the next
13055 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13056 (gst_play_base_bin_change_state):
13057 remove the crappy error handling and do GST error handling
13059 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13061 * check/Makefile.am:
13062 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13063 add same test as to core, it bitches out on playbin atm.
13065 2005-08-24 Wim Taymans <wim@fluendo.com>
13070 2005-08-24 Wim Taymans <wim@fluendo.com>
13072 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13073 (gst_videoscale_prepare_size), (parse_caps),
13074 (gst_videoscale_set_caps), (gst_videoscale_get_size),
13075 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13076 (gst_videoscale_transform):
13077 * gst/videoscale/gstvideoscale.h:
13078 Refactor, make use of BaseTranform really well.
13080 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13083 compile audioresample
13084 * gst/audioresample/Makefile.am:
13085 * gst/audioresample/buffer.c:
13086 * gst/audioresample/functable.c:
13087 * gst/audioresample/gstaudioresample.c:
13088 * gst/audioresample/gstaudioresample.h:
13089 * gst/audioresample/resample.c:
13090 (resample_get_output_size_for_input):
13091 * gst/audioresample/resample.h:
13092 * gst/audioresample/resample_chunk.c:
13093 * gst/audioresample/resample_functable.c:
13094 * gst/audioresample/resample_ref.c:
13095 port to use basetransform; doesn't work in all cases yet
13097 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13099 * gst/audioconvert/gstaudioconvert.c:
13100 (gst_audio_convert_class_init), (gst_audio_convert_init),
13101 (audio_convert_get_unit_size), (audio_convert_transform_caps),
13102 (audio_convert_fixate_caps), (audio_convert_set_caps),
13103 (audio_convert_transform),
13104 (gst_audio_convert_buffer_to_default_format),
13105 (gst_audio_convert_buffer_from_default_format),
13106 (gst_audio_convert_channels):
13107 * gst/audioconvert/gstchannelmix.c:
13108 * gst/audioconvert/gstchannelmix.h:
13109 port to basetransform
13110 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13111 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13112 (gst_ffmpegcsp_get_unit_size):
13113 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13114 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13115 fix for basetransform changes
13117 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
13119 * check/Makefile.am:
13120 Add CHECK_CFLAGS and LDFLAGS
13122 * gst/playback/gstplaybasebin.c: (fill_buffer):
13123 GST_MESSAGE_SRC became a GObject
13125 2005-08-24 Wim Taymans <wim@fluendo.com>
13127 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13128 (gst_ring_buffer_clear_all):
13129 * gst-libs/gst/audio/gstringbuffer.h:
13130 Added function to clear the ringbuffer.
13132 2005-08-24 Andy Wingo <wingo@pobox.com>
13134 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
13135 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13136 of _open and _close.
13138 * sys/v4l/gstv4lxoverlay.h:
13139 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13140 an Xv connection here, instead of all the time. Make Xv only be
13141 loaded if you axe for it. Kindof a workaround for buggy behaviour
13142 of Xv when using remote xservers (XvQueryExtension would block).
13143 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13144 replace the _open and _close public API. Only start the xv
13145 connection if necessary.
13146 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13148 2005-08-23 David Schleef <ds@schleef.org>
13150 * gst/audioresample/Makefile.am: Leet audioresampling code
13151 * gst/audioresample/buffer.c:
13152 * gst/audioresample/buffer.h:
13153 * gst/audioresample/debug.c:
13154 * gst/audioresample/debug.h:
13155 * gst/audioresample/functable.c:
13156 * gst/audioresample/functable.h:
13157 * gst/audioresample/gstaudioresample.c:
13158 * gst/audioresample/gstaudioresample.h:
13159 * gst/audioresample/resample.c:
13160 * gst/audioresample/resample.h:
13161 * gst/audioresample/resample_chunk.c:
13162 * gst/audioresample/resample_functable.c:
13163 * gst/audioresample/resample_ref.c:
13165 2005-08-23 Wim Taymans <wim@fluendo.com>
13167 * examples/seeking/seek.c: (make_vorbis_pipeline),
13168 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13169 Small seek updates.
13171 2005-08-23 Andy Wingo <wingo@pobox.com>
13173 * gst-libs/gst/audio/gstbaseaudiosrc.c
13174 (gst_base_audio_src_fixate): Only fixate endianness if it is
13175 present in the caps.
13177 2005-08-22 Andy Wingo <wingo@pobox.com>
13179 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
13180 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13181 device-name property.
13183 * gst-libs/gst/audio/gstaudiosrc.h:
13184 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13185 close_device in the ring buffer, like gstaudiosink.
13187 * ext/alsa/gstalsamixer.h:
13188 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13189 macro to implement the interface without much code. Cleanups.
13191 * ext/alsa/gstalsasrc.h:
13192 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13195 * ext/alsa/Makefile.am: Add new files.
13196 * ext/alsa/gstalsamixerelement.c:
13197 * ext/alsa/gstalsamixerelement.c: Split element code out from
13198 mixer code so that alsasrc can be a mixer too.
13200 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
13202 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13204 * check/elements/vorbisdec.c: (setup_vorbisdec),
13205 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13206 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13207 (vorbis_handle_identification_packet),
13208 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13209 (vorbis_handle_header_packet), (vorbis_dec_push),
13210 (vorbis_dec_chain):
13211 use the setup/teardown methods to save code. save code is good.
13213 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13215 * check/Makefile.am:
13216 add ext dir for plugins
13217 add vorbisdec test conditionally
13218 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13219 (GST_START_TEST), (volume_suite):
13220 add a test with wrong caps
13221 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13222 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13223 add a vorbisdec test
13224 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13225 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13226 clean up debug output
13227 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13228 yay, fix a segfault/security issue in vorbisdec
13229 gst-launch fakesrc ! vorbisdec wasn't happy
13230 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13231 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13232 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13233 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13234 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13235 (gst_vorbisenc_set_metadata), (get_constraints_string),
13236 (update_start_message), (gst_vorbisenc_setup),
13237 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13238 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13239 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13240 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13241 * ext/vorbis/vorbisenc.h:
13243 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13244 (gst_ffmpegcsp_transform):
13245 have the kow come home
13246 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13248 * gst/volume/gstvolume.c: (volume_set_caps):
13251 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13254 * check/.cvsignore:
13255 * check/Makefile.am:
13256 * check/elements/.cvsignore:
13257 * check/elements/volume.c: (chain_func), (event_func),
13258 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13261 add unit test structure for gst-plugins-base
13262 add a test for volume
13263 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13264 (gst_volume_set_volume), (gst_volume_get_volume),
13265 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13266 (volume_funcfind), (volume_process_float), (volume_process_int16),
13267 (volume_set_caps), (volume_transform), (volume_update_mute),
13268 (volume_update_volume), (volume_set_property),
13269 (volume_get_property):
13270 document a little; use basetransform vmethod _set_caps
13272 2005-08-19 Andy Wingo <wingo@pobox.com>
13274 * ext/alsa/gstalsamixertrack.h:
13275 * ext/alsa/gstalsamixertrack.c:
13276 * ext/alsa/gstalsamixeroptions.h:
13277 * ext/alsa/gstalsamixeroptions.c:
13278 * ext/alsa/gstalsamixer.h:
13279 * ext/alsa/gstalsamixer.c: Port to 0.9.
13281 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13282 Remove gstalsa.c and alsaclock. No more cruft here.
13284 2005-08-18 Wim Taymans <wim@fluendo.com>
13286 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13287 (gst_base_rtp_depayload_chain),
13288 (gst_base_rtp_depayload_add_to_queue),
13289 (gst_base_rtp_depayload_push),
13290 (gst_base_rtp_depayload_queue_release):
13291 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13292 Fix for RTPBuffer changes.
13294 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13295 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13296 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13297 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13298 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13299 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13300 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13301 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13302 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13303 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13304 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13305 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13306 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13307 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13308 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13309 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13310 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13311 (gst_rtpbuffer_get_payload):
13312 * gst-libs/gst/rtp/gstrtpbuffer.h:
13313 Don't subclass GstBuffer but add methods and helper functions
13314 to construct and manipulate RTP packets in regular GstBuffers.
13316 2005-08-18 Stefan Kost <ensonic@users.sf.net>
13318 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13319 moved statement below switch
13320 * gst/volume/gstvolume.c: (gst_volume_class_init):
13323 2005-08-16 Wim Taymans <wim@fluendo.com>
13325 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13326 (gst_base_audio_src_change_state):
13327 Open and close device in READY<->NULL state change.
13329 2005-08-16 Andy Wingo <wingo@pobox.com>
13331 * examples/seeking/Makefile.am: Don't compile non-compiling
13332 compiled objects with the compiler.
13334 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13337 2005-08-12 Philippe Khalaf <burger@speedy.org>
13338 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13339 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13340 Made a thread to release the queue.
13341 Removed timestamp conversion for now.
13343 2005-08-10 Philippe Khalaf <burger@speedy.org>
13344 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13345 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13346 Added rtp timestamp -> gst timestamp conversion.
13347 Fixed several problems with queue.
13349 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13351 * gst-libs/gst/audio/gstaudioclock.h:
13352 * gst-libs/gst/audio/gstaudiofilter.h:
13353 * gst-libs/gst/audio/gstaudiosink.h:
13354 * gst-libs/gst/audio/gstaudiosrc.h:
13355 * gst-libs/gst/audio/gstbaseaudiosink.h:
13356 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13357 * gst-libs/gst/audio/gstringbuffer.h:
13358 * gst-libs/gst/net/gstnetbuffer.h:
13359 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13360 * gst-libs/gst/rtp/gstrtpbuffer.h:
13361 Add padding (you will need to rebuild gst-plugins-base,
13362 gst-plugins and all applications afterwards!)
13364 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13366 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13367 (gst_riff_parse_chunk):
13368 Fix bug in debug message and add some more debug messages.
13370 2005-08-08 Edward Hervey <edward@fluendo.com>
13372 * gst-libs/gst/riff/riff-media.c:
13373 backported updates since branch
13375 2005-08-08 Andy Wingo <wingo@pobox.com>
13377 * gst-libs/gst/audio/gstbaseaudiosink.c
13378 (gst_base_audio_sink_change_state): Open the device in NULL->READY
13379 like good elements should. Close on READY->NULL too.
13381 * gst-libs/gst/audio/gstaudiosink.c
13382 (gst_audioringbuffer_open_device,
13383 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13384 (gst_audioringbuffer_release): Updates for new ring buffer API,
13385 hook into the new audio sink api.
13387 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13388 (GstAudioSinkClass.close): Just open and close the device -- no
13389 resource allocation or configuration.
13390 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13391 vmethods, handle device setup and resource allocation.
13393 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13394 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13397 * gst-libs/gst/audio/gstringbuffer.h
13398 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13401 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13402 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13403 New API functions. The device should be opened before acquiring
13404 and closed after releasing.
13406 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
13408 * gst-libs/gst/interfaces/mixer.h:
13409 Reset padding to GST_PADDING.
13411 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13413 * gst/playback/gstplaybin.c: (remove_sinks):
13414 Remove visualization from parent explicitely; works around some
13415 apparent refcount issue that I haven't tracked down yet.
13417 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13419 * ext/alsa/gstalsasink.c: (set_hwparams):
13420 Assign debug category, add negotiation debug msgs.
13422 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13424 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13425 Fix error code for file-not-found to NOT_FOUND.
13427 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13429 * common/gtk-doc-plugins.mak:
13430 * docs/plugins/Makefile.am:
13431 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13432 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13433 renamed to actual element names, so much nicer to look at
13434 * docs/plugins/tmpl/gstmultifdsink.sgml:
13436 * docs/plugins/tmpl/multifdsink.sgml:
13437 * docs/plugins/tmpl/tcpserversink.sgml:
13439 * ext/alsa/gstalsa.c:
13440 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13441 * ext/ogg/gstoggmux.c:
13442 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13443 * gst/playback/gstdecodebin.c:
13444 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13445 * gst/tcp/gsttcpserversink.c:
13446 various fixes and documentation additions
13448 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13450 * common/Makefile.am:
13451 * common/gstdoc-scangobj:
13452 * common/gtk-doc-plugins.mak:
13453 * common/gtk-doc.mak:
13454 add a custom scangobj that uses the registry
13455 add a custom gtk-doc-plugins.mak that uses it
13456 some doc build fixes
13458 * docs/Makefile.am:
13459 * docs/plugins/Makefile.am:
13460 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13461 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13462 * docs/plugins/gst-plugins-base-plugins.types:
13463 * docs/plugins/tmpl/gstmultifdsink.sgml:
13464 add docs for one element, multifdsink
13465 * gst/adder/gstadder.h:
13466 * gst/volume/gstvolume.h:
13467 don't privatize enum
13468 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13469 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13470 (gst_sync_method_get_type), (gst_client_status_get_type),
13471 (gst_multifdsink_class_init),
13472 (gst_multifdsink_client_queue_buffer),
13473 (gst_multifdsink_handle_client_write):
13474 * gst/tcp/gstmultifdsink.h:
13475 * gst/tcp/gsttcp.h:
13476 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13477 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13478 (gst_tcpclientsink_render):
13479 * gst/tcp/gsttcpclientsink.h:
13480 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13481 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13482 (gst_tcpclientsrc_start):
13483 * gst/tcp/gsttcpclientsrc.h:
13484 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13485 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13486 * gst/tcp/gsttcpserversrc.h:
13487 * gst/typefind/gsttypefindfunctions.c:
13488 remove superfluous Type stuff
13490 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13492 * gst/playback/gstplaybin.c: (gen_video_element):
13495 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13497 * gst-libs/gst/gconf/gconf.c:
13498 * gst-libs/gst/gconf/gconf.h:
13499 Fix some Andy Problem [tm].
13501 2005-08-04 Andy Wingo <wingo@pobox.com>
13503 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13504 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13505 (gst_ffmpegcsp_get_size): Adapt to API changes.
13507 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13508 Implement an in-place do-nothing transform.
13510 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13512 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13513 (gst_ximagesink_renegotiate_size):
13514 Do not set new window sizes yet if we prepare a new buffer size
13515 for upstream renegotiation (software scaling) at some point in the
13516 future, because this new size waqs not actually accepted yet. Once
13517 accepted, renegotiation later on will set the new sizes just fine.
13518 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13519 embedding testcase.
13521 2005-08-03 Andy Wingo <wingo@pobox.com>
13523 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13524 (gst_ximagesink_buffer_alloc):
13525 Protect the height, width, and desired_caps with the pool_lock.
13526 Fixes videotestsrc ! queue ! ximagesink.
13528 2005-08-02 Edward Hervey <edward@fluendo.com>
13530 * gst/volume/gstvolume.c:
13531 include left from controller cleanup
13533 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
13534 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13535 Stop collectpads before calling the parent state
13536 change function on PAUSED->READY.
13538 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
13540 When testing for X libs, use the X CFlags
13541 * gst/adder/gstadder.c: (gst_adder_change_state):
13542 Stop the collectpads before calling parent state change function
13543 on PAUSED->READY, otherwise we deadlock deactivating pads.
13545 2005-08-01 Stefan Kost <ensonic@users.sf.net>
13548 * docs/libs/tmpl/gstcolorbalance.sgml:
13549 * docs/libs/tmpl/gstmixer.sgml:
13550 * examples/Makefile.am:
13551 * gst/sine/Makefile.am:
13552 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13553 (gst_sinesrc_set_property), (plugin_init):
13554 * gst/sine/gstsinesrc.h:
13555 * gst/volume/Makefile.am:
13556 * gst/volume/gstvolume.c: (gst_volume_set_volume),
13557 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13558 (volume_process_float), (volume_process_int16),
13559 (volume_set_property), (plugin_init):
13560 * gst/volume/gstvolume.h:
13561 deactivate and remove dparams (libgstcontrol)
13563 2005-07-29 Wim Taymans <wim@fluendo.com>
13565 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13566 Convert me to BaseTransform!! help..
13568 2005-07-29 Andy Wingo <wingo@pobox.com>
13570 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13573 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13574 support of both endiannesses.
13576 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13578 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13579 Fix confusing debug message (s/event/query/)
13581 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13583 * gst/videotestsrc/videotestsrc.h:
13584 Use "_stdint.h" instead of <stdint.h>
13586 2005-07-27 Wim Taymans <wim@fluendo.com>
13588 * ext/vorbis/Makefile.am:
13589 Revert wrong commit.
13591 2005-07-27 Wim Taymans <wim@fluendo.com>
13593 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13594 More compilation fixen.
13596 2005-07-27 Wim Taymans <wim@fluendo.com>
13598 * gst-libs/gst/audio/gstbaseaudiosink.c:
13599 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13600 (gst_base_audio_sink_create_ringbuffer),
13601 (gst_base_audio_sink_change_state):
13604 2005-07-27 Wim Taymans <wim@fluendo.com>
13606 * examples/seeking/seek.c: (setup_dynamic_link),
13607 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13608 (query_positions_elems), (query_positions_pads), (do_seek):
13609 Update seek example.
13611 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13612 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13613 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13614 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13615 (gst_ogg_demux_handle_event),
13616 (gst_ogg_demux_deactivate_current_chain),
13617 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13618 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13619 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13620 (gst_ogg_demux_loop):
13621 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13622 * ext/theora/theoradec.c: (theora_dec_src_event),
13623 (theora_dec_src_getcaps), (theora_dec_sink_event),
13624 (theora_dec_push), (theora_dec_chain):
13625 * ext/vorbis/Makefile.am:
13626 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13627 (vorbis_dec_sink_event), (vorbis_dec_push),
13628 (vorbis_handle_data_packet):
13629 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13630 (gst_vorbisenc_chain):
13631 * gst/playback/gststreaminfo.c: (cb_probe):
13632 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13633 * gst/videorate/gstvideorate.c: (gst_videorate_event):
13634 * gst/videoscale/gstvideoscale.c:
13635 (gst_videoscale_handle_src_event):
13636 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13637 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13638 (gst_ximagesink_navigation_send_event):
13639 * sys/xvimage/xvimagesink.c:
13640 (gst_xvimagesink_navigation_send_event):
13641 Various event updates and cleanups
13643 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13645 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13646 Fix segfault for I420/YV12.
13648 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13650 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13653 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13655 * gst/playback/gstplaybin.c: (gen_video_element),
13656 (gen_audio_element):
13657 Switch to auto*sink elements as default sinks; add volume element
13658 so that volume control in totem works.
13660 2005-07-21 Wim Taymans <wim@fluendo.com>
13662 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13663 * gst/playback/gstplaybin.c: (setup_sinks),
13664 (gst_play_bin_change_state):
13665 Refcount fix and more comments.
13667 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13669 * sys/ximage/Makefile.am:
13670 * sys/ximage/ximage.c: (plugin_init):
13671 * sys/ximage/ximagesink.c:
13672 Prepare for adding ximagesrc, rename of plugin to ximage etc.
13675 2005-07-21 Wim Taymans <wim@fluendo.com>
13677 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13678 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13679 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13680 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13681 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13682 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13683 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13684 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13685 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13686 Generate correct disconts for live chained oggs.
13688 * gst-libs/gst/audio/gstbaseaudiosink.c:
13689 (gst_base_audio_sink_render),
13690 (gst_base_audio_sink_create_ringbuffer),
13691 (gst_base_audio_sink_change_state):
13692 Handle discont math correctly.
13694 * gst/playback/gstplaybin.c: (add_sink):
13695 Some small debug cleanup.
13697 2005-07-21 Wim Taymans <wim@fluendo.com>
13699 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13700 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13701 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13702 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13703 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13704 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13705 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13706 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13707 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13708 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13709 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13710 (gst_ogg_demux_change_state), (gst_ogg_print):
13711 Reorganize code to send the right disconts when in streaming
13714 2005-07-20 Andy Wingo <wingo@pobox.com>
13716 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13717 fix (?), fixes a seggie mcfalterson (#310894).
13719 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13721 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13722 (gst_ogg_mux_set_header_on_caps):
13723 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13724 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13725 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13726 * gst-libs/gst/audio/multichannel.c:
13727 (gst_audio_set_channel_positions),
13728 (gst_audio_set_structure_channel_positions_list):
13729 * gst/playback/gstdecodebin.c: (dynamic_create):
13730 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13731 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13732 Fixes for API changes in core.
13734 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13736 * gst/playback/gstplaybasebin.c: (fill_buffer):
13737 Use _new_custom() so we can set custom message types for buffering
13740 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13743 * gst-libs/gst/Makefile.am:
13744 * gst-libs/gst/gconf/.cvsignore:
13745 * gst-libs/gst/gconf/Makefile.am:
13746 * gst-libs/gst/gconf/test-gconf.c:
13747 * pkgconfig/Makefile.am:
13748 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13749 * pkgconfig/gstreamer-gconf.pc.in:
13750 Remove gconf stuff, use gconf elements instead from now on.
13752 2005-07-20 Wim Taymans <wim@fluendo.com>
13754 * gst-libs/gst/audio/TODO:
13755 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13756 (gst_audio_clock_get_internal_time):
13757 * gst-libs/gst/audio/gstaudioclock.h:
13758 * gst-libs/gst/audio/gstbaseaudiosink.c:
13759 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13760 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13761 (gst_base_audio_sink_render),
13762 (gst_base_audio_sink_create_ringbuffer),
13763 (gst_base_audio_sink_change_state):
13764 Make sure the audio clock always returns an increasing value.
13766 2005-07-19 Andy Wingo <wingo@pobox.com>
13768 * gst/videotestsrc/: Cleanups.
13770 2005-07-19 Wim Taymans <wim@fluendo.com>
13772 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13775 2005-07-19 Wim Taymans <wim@fluendo.com>
13777 * examples/seeking/seek.c: (make_dv_pipeline),
13778 (make_vorbis_theora_pipeline), (query_rates),
13779 (query_positions_elems), (query_positions_pads), (do_seek):
13780 Make correct DV pipeline.
13782 2005-07-18 Andy Wingo <wingo@pobox.com>
13784 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13785 default. Also because it's the only thing that really works. (This
13786 is used in the GConf elements).
13787 Use AS_LIBTOOL_TAGS.
13789 2005-07-18 Wim Taymans <wim@fluendo.com>
13791 * gst/playback/gstdecodebin.c: (remove_element_chain):
13792 * gst/playback/gstplaybin.c: (add_sink):
13793 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13794 (gst_stream_info_set_mute):
13795 * gst/playback/gststreamselector.c:
13796 (gst_stream_selector_get_linked_pad),
13797 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13798 More leak and compile fixes.
13800 2005-07-18 Wim Taymans <wim@fluendo.com>
13802 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13803 (query_rates), (query_positions_elems), (query_positions_pads),
13804 (do_seek), (seek_cb), (stop_seek):
13805 Updated seek example.
13807 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13808 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13809 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13810 * gst/playback/gstplaybin.c: (add_sink):
13811 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13812 (gst_stream_info_set_mute):
13813 Some refcount leak fixes.
13815 2005-07-16 Wim Taymans <wim@fluendo.com>
13817 * gst-libs/gst/audio/gstbaseaudiosink.c:
13818 (gst_base_audio_sink_render):
13819 Align samples even if we have roundoff errors in the
13820 timestamp conversion.
13822 2005-07-16 Wim Taymans <wim@fluendo.com>
13824 * docs/libs/tmpl/gstringbuffer.sgml:
13825 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13826 (query_rates), (query_positions_elems), (query_positions_pads),
13827 (update_scale), (do_seek):
13828 Updated seek example.
13830 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13831 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13832 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13833 (gst_ogg_demux_loop):
13834 Push out correct discont values.
13836 * ext/theora/theoradec.c: (theora_dec_src_convert),
13837 (theora_dec_sink_convert), (theora_dec_src_getcaps),
13838 (theora_dec_sink_event), (theora_handle_type_packet),
13839 (theora_handle_header_packet), (theora_dec_push),
13840 (theora_handle_data_packet), (theora_dec_chain),
13841 (theora_dec_change_state):
13842 Better timestamping.
13844 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13845 (vorbis_dec_sink_event), (vorbis_dec_push),
13846 (vorbis_handle_data_packet), (vorbis_dec_chain):
13847 * ext/vorbis/vorbisdec.h:
13848 Better timestamping.
13850 * gst-libs/gst/audio/gstbaseaudiosink.c:
13851 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13852 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13853 Handle syncing on timestamps instead of sample offsets. Make
13854 use of DISCONT values as described in design docs.
13856 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13857 (gst_base_audio_src_get_time):
13858 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13859 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13860 (gst_ring_buffer_read):
13861 * gst-libs/gst/audio/gstringbuffer.h:
13862 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13863 (gst_ximagesink_show_frame):
13864 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13865 Correcly convert buffer timestamp to stream time.
13867 2005-07-16 Wim Taymans <wim@fluendo.com>
13869 * gst/audioconvert/gstaudioconvert.c:
13870 (gst_audio_convert_get_buffer):
13871 Timestamp buffers correctly.
13873 * gst/playback/gstplaybin.c: (gen_video_element):
13874 Make internal fakesink silent.
13876 2005-07-15 Wim Taymans <wim@fluendo.com>
13878 * gst/ffmpegcolorspace/Makefile.am:
13879 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13880 (gst_ffmpegcsp_caps_remove_format_info),
13881 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13882 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13883 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13884 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13885 Ported ffmpegcolorspace to basetransform.
13887 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13888 * gst/volume/gstvolume.c: (volume_transform):
13891 2005-07-14 Wim Taymans <wim@fluendo.com>
13893 * gst/videotestsrc/Makefile.am:
13894 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13895 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13896 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13897 (gst_videotestsrc_init), (gst_videotestsrc_event),
13898 (gst_videotestsrc_create), (gst_videotestsrc_start),
13899 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13900 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13901 (gst_videotestsrc_get_property):
13902 * gst/videotestsrc/gstvideotestsrc.h:
13903 Make videotestsrc a pushsrc.
13905 2005-07-14 Wim Taymans <wim@fluendo.com>
13907 * gst/tcp/gstfdset.c: (gst_fdset_free):
13908 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13909 (gst_multifdsink_add), (gst_multifdsink_remove),
13910 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13911 (gst_multifdsink_remove_client_link),
13912 (gst_multifdsink_client_queue_data),
13913 (gst_multifdsink_client_queue_caps),
13914 (gst_multifdsink_client_queue_buffer),
13915 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13916 (gst_multifdsink_stop):
13917 * gst/tcp/gstmultifdsink.h:
13920 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13921 Also draw image when not from a pool.
13923 2005-07-14 Wim Taymans <wim@fluendo.com>
13925 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13926 (mute_stream), (silence_stream):
13927 Small debug additions.
13929 2005-07-14 Wim Taymans <wim@fluendo.com>
13931 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13932 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13933 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13934 Better error recovery, ignore unconnected pads and
13937 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
13939 * docs/libs/tmpl/gstaudio.sgml:
13940 * docs/libs/tmpl/gstcolorbalance.sgml:
13941 * docs/libs/tmpl/gstgconf.sgml:
13942 * docs/libs/tmpl/gstmixer.sgml:
13943 * docs/libs/tmpl/gstringbuffer.sgml:
13944 * docs/libs/tmpl/gsttuner.sgml:
13945 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13946 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13947 (gst_tcpclientsrc_class_init):
13948 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13949 (gst_tcpserversrc_class_init):
13950 * sys/v4l/gstv4lelement.c:
13951 more autistic cleanliness in functions/names/defines
13953 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
13956 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13957 added manually to each Makefile.am so we are sure it goes
13958 *last* and doesn't add -L flags before linking in libs of our
13959 own, like, say, internal .la libs, that then accidentally pick
13960 up the installed copy.
13961 * docs/libs/Makefile.am:
13962 * ext/alsa/Makefile.am:
13963 * ext/cdparanoia/Makefile.am:
13964 * ext/gnomevfs/Makefile.am:
13965 * ext/libvisual/Makefile.am:
13966 * ext/ogg/Makefile.am:
13967 * ext/theora/Makefile.am:
13968 * ext/vorbis/Makefile.am:
13969 * gst-libs/gst/video/Makefile.am:
13970 * gst/adder/Makefile.am:
13971 * gst/audioconvert/Makefile.am:
13972 * gst/audiorate/Makefile.am:
13973 * gst/audioscale/Makefile.am:
13974 * gst/ffmpegcolorspace/Makefile.am:
13975 * gst/playback/Makefile.am:
13976 * gst/sine/Makefile.am:
13977 * gst/subparse/Makefile.am:
13978 * gst/tags/Makefile.am:
13979 * gst/tcp/Makefile.am:
13980 * gst/typefind/Makefile.am:
13981 * gst/videorate/Makefile.am:
13982 * gst/videoscale/Makefile.am:
13983 * gst/videotestsrc/Makefile.am:
13984 * gst/volume/Makefile.am:
13985 * sys/v4l/Makefile.am:
13986 * sys/ximage/Makefile.am:
13987 * sys/xvimage/Makefile.am:
13988 adapt properly to this change. This should make sure that
13989 plugins and libs properly link to the as-yet-uninstalled
13990 copies of stuff like libgstinterfaces and libgstvideo
13992 2005-07-13 Andy Wingo <wingo@pobox.com>
13994 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13995 (gst_v4lsrc_fixate): Fixate on format as well.
13997 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
13998 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13999 buffer points to it.
14000 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
14001 rather just doing X calls ourselves. Also fixes a memleak.
14003 2005-07-12 Andy Wingo <wingo@pobox.com>
14005 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
14006 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
14007 (gst_v4lsrc_create): Re-add the copy-mode property, default to
14008 TRUE to avoid deadlocks if an element holds on to our buffers.
14010 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
14012 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14013 (gst_sinesrc_init), (gst_sinesrc_create),
14014 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14015 (gst_sinesrc_start):
14016 * gst/sine/gstsinesrc.h:
14017 removing num-buffers property before moving it
14019 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
14022 use overridable ERROR_CFLAGS
14023 * docs/libs/gst-plugins-base-libs.types:
14024 * docs/libs/tmpl/gstringbuffer.sgml:
14025 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14026 (gst_alsasink_class_init):
14027 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14028 (gst_alsasrc_class_init):
14029 * gst-libs/gst/audio/audio.h:
14030 * gst-libs/gst/audio/gstaudioclock.h:
14031 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
14032 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
14033 (gst_audio_filter_link), (gst_audio_filter_init),
14034 (gst_audio_filter_chain), (gst_audio_filter_set_property),
14035 (gst_audio_filter_get_property),
14036 (gst_audio_filter_class_add_pad_templates):
14037 * gst-libs/gst/audio/gstaudiofilter.h:
14038 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14039 (gst_audio_filter_template_get_type),
14040 (gst_audio_filter_template_base_init),
14041 (gst_audio_filter_template_class_init),
14042 (gst_audio_filter_template_init),
14043 (gst_audio_filter_template_set_property),
14044 (gst_audio_filter_template_get_property), (plugin_init),
14045 (gst_audio_filter_template_setup),
14046 (gst_audio_filter_template_filter),
14047 (gst_audio_filter_template_filter_inplace):
14048 * gst-libs/gst/audio/gstaudiosink.c:
14049 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14050 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14051 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14052 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14053 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14054 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14055 * gst-libs/gst/audio/gstaudiosink.h:
14056 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14057 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14058 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14059 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14060 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14061 (gst_audio_src_class_init), (gst_audio_src_init),
14062 (gst_audio_src_create_ringbuffer):
14063 * gst-libs/gst/audio/gstaudiosrc.h:
14064 * gst-libs/gst/audio/gstbaseaudiosink.c:
14065 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14066 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14067 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14068 (gst_base_audio_sink_set_property),
14069 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14070 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14071 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14072 (gst_base_audio_sink_create_ringbuffer),
14073 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14074 * gst-libs/gst/audio/gstbaseaudiosink.h:
14075 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14076 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14077 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14078 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14079 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14080 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14081 (gst_base_audio_src_event), (gst_base_audio_src_create),
14082 (gst_base_audio_src_create_ringbuffer),
14083 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14084 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14085 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14086 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14087 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14088 (gst_ring_buffer_debug_spec_caps),
14089 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14090 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14091 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14092 (gst_ring_buffer_start), (gst_ring_buffer_pause),
14093 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14094 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14095 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14096 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14097 (gst_ring_buffer_clear):
14098 * gst-libs/gst/audio/gstringbuffer.h:
14099 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14100 (gst_video_sink_class_init), (gst_video_sink_get_type):
14101 * gst-libs/gst/video/videosink.h:
14102 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14103 (gst_multifdsink_class_init),
14104 (gst_multifdsink_handle_client_write),
14105 (gst_multifdsink_change_state):
14106 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14107 (gst_tcpclientsink_setcaps):
14108 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14109 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14110 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14111 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14112 (gst_ximagesink_send_pending_navigation),
14113 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14114 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14115 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14116 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14117 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14118 (gst_xvimagesink_send_pending_navigation),
14119 (gst_xvimagesink_navigation_send_event),
14120 (gst_xvimagesink_set_xwindow_id),
14121 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14122 (gst_xvimagesink_get_type):
14123 more macro splitting
14125 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14127 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14128 plug a memleak, allows me to import 1479 albums in one go
14130 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14131 (vorbis_handle_type_packet), (vorbis_dec_chain),
14132 (vorbis_dec_change_state):
14133 fix some format strings
14135 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14137 * docs/libs/tmpl/gstcolorbalance.sgml:
14138 * docs/libs/tmpl/gstmixer.sgml:
14139 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14140 (gst_alsasink_set_property), (gst_alsasink_get_property):
14141 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14142 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14143 add device property
14145 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14147 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14148 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14149 (audiocast_register_listener), (audiocast_thread_run),
14150 (gst_gnomevfssrc_send_additional_headers_callback),
14151 (gst_gnomevfssrc_received_headers_callback),
14152 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14153 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14154 (gst_gnomevfssrc_get_size):
14155 add/clean up debugging
14156 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14159 2005-07-07 Andy Wingo <wingo@pobox.com>
14161 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14162 framerate. Need to get a handle on when exactly this function is
14165 * sys/v4l/v4lsrc_calls.h:
14166 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14167 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14168 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14170 * sys/v4l/v4l_calls.h: Cast to V4lElement.
14171 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14172 v4lelements are sources.
14174 * sys/v4l/gstv4lxoverlay.h:
14175 * sys/v4l/gstv4lxoverlay.c:
14176 * sys/v4l/gstv4ltuner.h:
14177 * sys/v4l/gstv4ltuner.c: Header loc fixen.
14179 * sys/v4l/gstv4lsrc.h:
14180 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14181 PushSrc/BaseSrc. Removed most sync-related properties, videorate
14182 or something should handle that. Made a live source.
14184 * sys/v4l/gstv4lelement.h:
14185 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14186 signals. Some cleanups.
14188 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14190 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14193 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14196 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14198 2005-07-07 Wim Taymans <wim@fluendo.com>
14200 * ext/theora/theoradec.c: (theora_get_query_types),
14201 (theora_dec_src_getcaps), (theora_dec_push):
14202 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14203 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14204 Remove deprecated/unused query types.
14206 2005-07-06 Wim Taymans <wim@fluendo.com>
14208 * ext/alsa/Makefile.am:
14209 * ext/alsa/gstalsaplugin.c: (plugin_init):
14210 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14211 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14212 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14213 (gst_alsasrc_class_init), (gst_alsasrc_init),
14214 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14215 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14216 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14217 (gst_alsasrc_reset):
14218 * ext/alsa/gstalsasrc.h:
14219 * gst-libs/gst/audio/Makefile.am:
14220 * gst-libs/gst/audio/gstaudiosink.c:
14221 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14222 (gst_audioringbuffer_start):
14223 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14224 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14225 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14226 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14227 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14228 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14229 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14230 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14231 * gst-libs/gst/audio/gstaudiosrc.h:
14232 * gst-libs/gst/audio/gstbaseaudiosink.c:
14233 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14234 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14235 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14236 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14237 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14238 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14239 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14240 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14241 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14242 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14243 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14244 (gst_baseaudiosrc_change_state):
14245 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14246 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14247 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14248 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14249 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14250 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14251 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14252 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14253 * gst-libs/gst/audio/gstringbuffer.h:
14254 Added audiosource base classes.
14255 Ported alsasrc, still very basic.
14257 2005-07-06 Wim Taymans <wim@fluendo.com>
14259 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14260 (theora_dec_push), (theora_handle_data_packet):
14261 Prepare for better timestamp fix later.
14263 * gst/audioconvert/gstaudioconvert.c:
14264 List most accurate caps first
14266 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14267 Use proper pad task function.
14269 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14270 (gst_xvimagesink_show_frame):
14271 Fix deadlock when alloc failed.
14273 2005-07-05 Andy Wingo <wingo@pobox.com>
14275 * ext/gnomevfs/gstgnomevfssrc.c:
14276 * gst/sine/gstsinesrc.c:
14277 * gst/tcp/gsttcpserversrc.c:
14278 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14280 * sys/v4l/: Port from 0.8.
14282 * Many files: Null if we got it....
14284 2005-07-05 Andy Wingo <wingo@pobox.com>
14286 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
14287 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14290 2005-07-05 Wim Taymans <wim@fluendo.com>
14293 * gst/tcp/Makefile.am:
14295 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14296 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14297 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14298 (is_sync_frame), (gst_multifdsink_handle_client_write),
14299 (gst_multifdsink_render), (gst_multifdsink_start),
14300 (gst_multifdsink_stop), (gst_multifdsink_change_state):
14301 * gst/tcp/gstmultifdsink.h:
14302 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14303 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14304 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14305 * gst/tcp/gsttcp.h:
14306 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14307 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14308 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14309 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14310 * gst/tcp/gsttcpclientsink.h:
14311 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14312 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14313 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14314 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14315 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14316 * gst/tcp/gsttcpclientsrc.h:
14317 * gst/tcp/gsttcpplugin.c: (plugin_init):
14318 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14319 * gst/tcp/gsttcpserversink.h:
14320 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14321 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14322 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14323 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14324 (gst_tcpserversrc_stop):
14325 * gst/tcp/gsttcpserversrc.h:
14326 * gst/tcp/gsttcpsink.c:
14327 * gst/tcp/gsttcpsink.h:
14328 * gst/tcp/gsttcpsrc.c:
14329 * gst/tcp/gsttcpsrc.h:
14330 Ported tcp plugins to 0.9.
14333 2005-07-05 Andy Wingo <wingo@pobox.com>
14335 * gst/playback/gstplaybasebin.c (fill_buffer):
14336 message_new_application fixen.
14338 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14341 2005-07-04 Wim Taymans <wim@fluendo.com>
14343 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14344 Set caps on output buffer.
14346 2005-07-04 Andy Wingo <wingo@pobox.com>
14348 * ext/gnomevfs/gstgnomevfssrc.c
14349 (gst_gnomevfssrc_received_headers_callback)
14350 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14353 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14354 No refcount leakage.
14356 * configure.ac: Enable -Werror.
14358 * ext/theora/theoradec.c (theora_dec_src_getcaps):
14359 * gst/audioconvert/bufferframesconvert.c
14360 (buffer_frames_convert_fixate):
14361 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14362 (gst_audio_convert_fixate):
14363 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14364 (gst_sinesrc_create): Fixate func changes.
14366 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14367 (gst_ximagesink_buffer_alloc): Unused var.
14369 2005-07-01 Andy Wingo <wingo@pobox.com>
14371 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14372 getcaps to do explicit caps. Needs to be done in all decoders,
14373 possibly via a base class.
14375 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14377 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14378 caps on the sink pad, just rely on the pad template. Also, setting
14379 ANY caps on a pad is not valid because the caps are not fixed.
14381 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14382 caps on the buffer, and get the width from the desired_caps if
14384 (gst_ximagesink_renegotiate_size): Implement via setting the
14385 desired_caps on the ximagesink.
14386 (gst_ximagesink_setcaps): Only reset the width of the player if it
14387 wasn't already set. Not sure if this is right.
14388 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14390 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14391 that the user wants. NULL unless the window has been resized.
14393 * gst/volume/gstvolume.c (volume_transform): Adapt to
14394 basetransform refcount changes.
14396 2005-07-01 Andy Wingo <wingo@pobox.com>
14398 * gst/videoscale/gstvideoscale.c:
14399 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14400 from BaseTransform, implements a transform_caps. Removed dead code
14401 including some PAR stuff that was never reached -- should probably
14402 be added back somehow.
14404 2005-07-01 Andy Wingo <wingo@pobox.com>
14406 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14409 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
14412 * docs/libs/Makefile.am:
14413 * docs/libs/gst-plugins-libs.types:
14414 * ext/alsa/Makefile.am:
14415 * ext/alsa/gstalsamixer.h:
14416 * ext/alsa/gstalsamixeroptions.h:
14417 * ext/alsa/gstalsamixertrack.h:
14418 * gst-libs/gst/Makefile.am:
14419 * gst-libs/gst/colorbalance/.cvsignore:
14420 * gst-libs/gst/colorbalance/Makefile.am:
14421 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14422 * gst-libs/gst/colorbalance/colorbalance.c:
14423 * gst-libs/gst/colorbalance/colorbalance.h:
14424 * gst-libs/gst/colorbalance/colorbalance.vcproj:
14425 * gst-libs/gst/colorbalance/colorbalancechannel.c:
14426 * gst-libs/gst/colorbalance/colorbalancechannel.h:
14427 * gst-libs/gst/interfaces/Makefile.am:
14428 * gst-libs/gst/interfaces/colorbalance.c:
14429 (gst_color_balance_class_init):
14430 * gst-libs/gst/interfaces/colorbalance.h:
14431 * gst-libs/gst/interfaces/interfaces-marshal.list:
14432 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14433 * gst-libs/gst/interfaces/mixer.h:
14434 * gst-libs/gst/interfaces/mixeroptions.h:
14435 * gst-libs/gst/interfaces/navigation.c:
14436 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14437 * gst-libs/gst/interfaces/tuner.h:
14438 * gst/volume/Makefile.am:
14439 * gst/volume/gstvolume.c:
14440 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14441 * sys/ximage/Makefile.am:
14442 * sys/ximage/ximagesink.c:
14443 * sys/xvimage/Makefile.am:
14444 * sys/xvimage/xvimagesink.c:
14445 fold in all interfaces into an interfaces dir, preserving CVS
14448 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14450 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14451 Fix build after riff changes.
14453 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14455 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14456 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14457 (gst_riff_create_video_template_caps),
14458 (gst_riff_create_audio_template_caps),
14459 (gst_riff_create_iavs_template_caps):
14460 * gst-libs/gst/riff/riff-media.h:
14461 * gst-libs/gst/riff/riff-read.h:
14462 * gst-libs/gst/riff/riff.c: (gst_riff_init):
14463 Add gst_riff_init() to initialize the debug category, instead
14464 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14466 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14468 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14469 Oops, I shouldn't apply hacks.
14471 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14473 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14474 Remove pad_loop function which doesn't work.
14476 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14478 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14479 Send EOS when deactivating.
14480 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14481 (check_queue), (queue_threshold_reached), (queue_out_of_data),
14482 (gen_preroll_element), (probe_triggered), (mute_stream),
14483 (silence_stream), (new_decoded_pad), (setup_substreams),
14484 (set_active_source):
14485 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14486 (remove_sinks), (add_sink):
14487 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14488 Change for new probe API.
14490 2005-06-29 Wim Taymans <wim@fluendo.com>
14492 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14493 * gst-libs/gst/audio/gstbaseaudiosink.c:
14494 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14495 (gst_baseaudiosink_change_state):
14496 * gst-libs/gst/audio/gstbaseaudiosink.h:
14497 * gst-libs/gst/audio/gstringbuffer.c:
14498 (gst_ringbuffer_set_callback):
14499 Fix compilation error.
14500 Ringbuffer starts out as not running.
14501 Free our clock in dispose.
14502 When releasing the ringbuffer we need to renegotiate so
14503 clear the pad caps.
14505 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
14509 * docs/Makefile.am:
14510 * docs/libs/Makefile.am:
14511 * docs/libs/gst-plugins-libs-docs.sgml:
14512 * docs/libs/gst-plugins-libs-sections.txt:
14513 * docs/libs/gst-plugins-libs.types:
14514 * docs/libs/tmpl/gstaudio.sgml:
14515 * docs/libs/tmpl/gstcolorbalance.sgml:
14516 * docs/libs/tmpl/gstringbuffer.sgml:
14517 * gst-libs/gst/audio/gstringbuffer.c:
14518 (gst_ringbuffer_set_callback):
14519 reinstate gtk-doc docs for plugin libs
14521 2005-06-28 Wim Taymans <wim@fluendo.com>
14523 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14524 (gst_ogg_demux_init):
14525 Removed pad loop function.
14527 2005-06-28 Wim Taymans <wim@fluendo.com>
14529 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14530 If we're building a chain we are not in an error case
14531 when we queue a buffer.
14533 2005-06-28 Andy Wingo <wingo@pobox.com>
14535 * *.c: Don't cast to GstObject before reffing/unreffing.
14537 2005-06-27 Andy Wingo <wingo@pobox.com>
14539 * gst/videotestsrc/gstvideotestsrc.c
14540 (gst_videotestsrc_activate_push): Activation API changes.
14542 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
14543 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14544 they have refs on the decodebin.
14546 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14548 (gst_ogg_pad_typefind): Don't leak a pad ref.
14549 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14550 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
14551 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14553 2005-06-27 Edward Hervey <edward@fluendo.com>
14555 * ext/theora/theoradec.c: (theora_dec_change_state):
14556 re-arranged call to parent's state change in order to avoid locks (or
14559 2005-06-26 Edward Hervey <edward@fluendo.com>
14561 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14562 2nd argument of 'unknow-type' signal is a GstCaps and not a
14565 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
14566 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14567 Set the worker thread's running flag to TRUE before starting the
14569 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14570 Catch a failure to add typefind to the bin.
14572 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
14574 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14575 (gst_sinesrc_init), (gst_sinesrc_create),
14576 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14577 (gst_sinesrc_start):
14578 * gst/sine/gstsinesrc.h:
14579 add num-buffers and timestamp-offset properties
14580 * gst/videotestsrc/gstvideotestsrc.c:
14581 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14582 (gst_videotestsrc_get_property):
14583 add timestamp-offset property
14585 2005-06-23 Christian Schaller <uraeus@gnome.org>
14587 * configure.ac: add videorate
14588 * gst-plugins-base.spec.in: add videorate
14590 2005-06-23 Wim Taymans <wim@fluendo.com>
14592 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14593 (gst_videorate_getcaps), (gst_videorate_setcaps),
14594 (gst_videorate_event), (gst_videorate_chain):
14595 Fixed videorate, fixating an already fixated caps is not
14598 2005-06-23 Wim Taymans <wim@fluendo.com>
14601 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14602 Buffer on caps is not boxed anymore.
14604 2005-06-22 Wim Taymans <wim@fluendo.com>
14606 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14607 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14608 Set buffers on caps as miniobjects and not as boxed.
14610 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14615 === release 0.9.1 ===
14617 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14638 updates for release
14640 2005-06-09 Andy Wingo <wingo@pobox.com>
14642 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14644 2005-06-09 Andy Wingo <wingo@pobox.com>
14647 * gst-libs/gst/Makefile.am:
14648 * gst-libs/gst/net/Makefile.am:
14649 Add gstnet to build.
14651 2005-06-09 Andy Wingo <wingo@pobox.com>
14653 * gst-libs/gst/gconf/gconf.c:
14654 * gst/playback/test.c:
14655 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14658 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14660 * ext/theora/theoraenc.c (theora_enc_chain):
14661 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14663 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14666 2005-06-02 Wim Taymans <wim@fluendo.com>
14668 * gst-libs/gst/net/Makefile.am:
14669 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14670 * pkgconfig/gstreamer-libs.pc.in:
14671 Added net stuff, version net lib.
14673 2005-06-02 Wim Taymans <wim@fluendo.com>
14675 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14676 (query_rates), (query_positions_elems), (query_positions_pads),
14678 Updated seek example.
14680 2005-06-02 Andy Wingo <wingo@pobox.com>
14682 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14683 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14686 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14687 remove the typefind, the bin dispose will do it for us. When it's
14688 removed and unreffed, the signal handler will be disconnected,
14690 (unlinked): It's too difficult to disconnect from unlinked
14691 handlers, as they are on pads not elements. Just punt if the pads
14692 aren't grandkids of the bin.
14694 2005-06-02 Wim Taymans <wim@fluendo.com>
14697 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14698 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14699 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14700 * ext/theora/theoradec.c: (theora_dec_src_query),
14701 (theora_handle_data_packet):
14702 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14703 (theora_enc_chain):
14704 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14705 (vorbis_handle_data_packet):
14706 * gst/audioconvert/bufferframesconvert.c:
14707 (buffer_frames_convert_chain):
14708 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14709 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14710 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14711 (gst_ffmpegcsp_chain):
14712 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14713 (gst_videorate_getcaps), (gst_videorate_setcaps),
14714 (gst_videorate_event), (gst_videorate_chain):
14715 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14716 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14717 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14718 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14719 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14720 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14721 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14722 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14723 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14724 Cleanups and buffer alloc.
14726 2005-05-31 Wim Taymans <wim@fluendo.com>
14728 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14729 Don't try to call the delay method when the device is not
14732 2005-05-31 Wim Taymans <wim@fluendo.com>
14734 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14735 Get actual segment size and buffer size after opening
14738 2005-05-30 Wim Taymans <wim@fluendo.com>
14740 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14741 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14742 Also FLUSH upstream, makes the loop function exit faster.
14744 * ext/theora/theoradec.c: (theora_dec_src_query):
14745 Some more debug info in the query.
14747 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14748 (gst_ximagesink_setcaps):
14749 Release lock on par error, better error reporting.
14751 2005-05-26 Wim Taymans <wim@fluendo.com>
14753 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14754 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14755 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14756 Clear chains in READY
14757 Queue packets until the chain is activated.
14759 2005-05-25 Wim Taymans <wim@fluendo.com>
14761 * gst-libs/gst/audio/gstaudiosink.c:
14762 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14763 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14764 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14765 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14766 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14767 (gst_audiosink_create_ringbuffer):
14768 * gst-libs/gst/audio/gstbaseaudiosink.c:
14769 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14770 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14771 (gst_baseaudiosink_set_property), (build_linear_format),
14772 (debug_spec_caps), (debug_spec_buffer),
14773 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14774 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14775 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14776 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14777 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14778 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14779 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14780 (gst_ringbuffer_play), (gst_ringbuffer_pause),
14781 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14782 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14783 (wait_segment), (gst_ringbuffer_commit),
14784 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14785 (gst_ringbuffer_clear):
14786 Various small cleanups.
14788 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14789 (gst_audio_convert_change_state):
14790 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14791 No need to take the locks anymore.
14793 2005-05-25 Wim Taymans <wim@fluendo.com>
14795 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14796 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14797 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14799 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14800 (group_destroy), (group_commit), (queue_overrun),
14801 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14802 (mute_stream), (new_decoded_pad), (setup_substreams),
14803 (setup_source), (mute_group_type), (set_active_source),
14804 (gst_play_base_bin_change_state):
14805 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14806 (gen_video_element), (gen_text_element), (gen_audio_element),
14807 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14808 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14809 (gst_stream_info_dispose), (gst_stream_info_set_mute):
14810 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14811 Some playbin cleanups mostly refcounting sloppyness.
14813 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14815 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14816 Work with streaming input.
14818 2005-05-25 Wim Taymans <wim@fluendo.com>
14820 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14821 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14822 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14823 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14824 No need to take the STREAM lock anymore.
14826 2005-05-25 Wim Taymans <wim@fluendo.com>
14828 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14829 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14830 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14831 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14832 (gst_ogg_demux_sink_activate):
14833 * ext/theora/theoradec.c: (theora_dec_src_event),
14834 (theora_handle_comment_packet), (theora_dec_chain),
14835 (theora_dec_change_state):
14836 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14837 (vorbis_handle_data_packet), (vorbis_dec_chain),
14838 (vorbis_dec_change_state):
14839 Remove STREAM locks as they are taken in core now.
14840 Never set bogus granulepos on vorbis/theora.
14841 Fix leaks in theoradec tag parsing.
14843 2005-05-25 Wim Taymans <wim@fluendo.com>
14845 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14846 Fix memleaks, GST_BUFFER_DATA() is not freed.
14848 2005-05-25 Wim Taymans <wim@fluendo.com>
14850 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14851 Open non-blocking, set to blocking mode afterwards to avoid
14852 lockups when audio device is busy.
14854 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14856 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14857 This can't be good.
14859 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14861 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14862 (gst_audio_convert_chain), (gst_audio_convert_link_src),
14863 (gst_audio_convert_setcaps):
14864 Implement instant setup switching.
14866 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14868 * gst/playback/gstplaybasebin.c: (probe_triggered):
14869 Fix missing unlock.
14870 * gst/playback/gstplaybin.c: (add_sink):
14871 First add, then link (otherwise pad link fails).
14873 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14875 * examples/Makefile.am:
14876 fix buildbot (make distcheck)
14878 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14880 * gst/playback/gstplaybin.c: (gen_vis_element):
14881 Remove some wrong code. Doesn't work yet.
14883 2005-05-19 Wim Taymans <wim@fluendo.com>
14885 * gst-libs/gst/net/Makefile.am:
14886 * gst-libs/gst/net/README:
14887 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14888 (gst_netbuffer_class_init), (gst_netbuffer_init),
14889 (gst_netbuffer_finalize), (gst_netbuffer_copy),
14890 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14891 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14892 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14893 * gst-libs/gst/net/gstnetbuffer.h:
14894 Added buffer subclass to store extra to/from addresses for
14895 network sources/sinks.
14897 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14899 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14900 Don't lock an unassigned variable.
14902 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14904 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14905 Increase buffer for video, decrease buffer for other media types.
14906 * gst/playback/gstplaybin.c: (gen_video_element),
14907 (gen_audio_element):
14908 Change names for debugging purposes.
14910 2005-05-18 Wim Taymans <wim@fluendo.com>
14912 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14913 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14914 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14915 (gst_ffmpegcsp_chain):
14916 Enable buffer alloc passthrough if the source and dest
14917 formats are the same.
14919 2005-05-17 Wim Taymans <wim@fluendo.com>
14921 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14922 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14923 (gst_ogg_demux_chain_unlocked):
14924 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14925 (gst_audio_convert_caps_remove_format_info),
14926 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14927 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14928 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14929 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14930 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14931 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14932 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14933 (gst_ffmpegcsp_get_property):
14934 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14935 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14936 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14937 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14938 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14939 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14940 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14941 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14942 Leak fixes in oggdemux.
14943 Some cleanups in audioconvert.
14944 Make passthrough work along with buffer_alloc etc.
14945 Make buffer_alloc and buffer recycling actually work in
14948 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
14950 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14951 make the compiler happy
14953 2005-05-17 Wim Taymans <wim@fluendo.com>
14955 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14956 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14957 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14958 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14959 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14960 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14961 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14962 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14963 (gst_xvimagesink_set_xwindow_id):
14964 * sys/xvimage/xvimagesink.h:
14965 Port xvimagesink to new MiniObject.
14967 2005-05-17 Wim Taymans <wim@fluendo.com>
14969 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14970 (gst_audiofilter_chain):
14971 * gst-libs/gst/audio/gstaudiosink.c:
14972 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14973 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14974 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14975 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14976 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14977 (gst_audiosink_create_ringbuffer):
14978 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14979 (gst_audio_convert_caps_remove_format_info),
14980 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14981 (gst_audio_convert_fixate), (gst_audio_convert_channels):
14982 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14983 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14984 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14985 Fix passthrough in ffmpegcolorspace.
14986 Fix memset in audiosink on wrong memory.
14988 2005-05-16 David Schleef <ds@schleef.org>
14990 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14993 2005-05-16 David Schleef <ds@schleef.org>
14995 Port from GstData to GstMiniObject.
14996 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14997 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14998 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14999 (gst_ogg_mux_collected):
15000 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15001 * ext/theora/theoradec.c: (theora_handle_comment_packet),
15002 (theora_handle_data_packet):
15003 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15004 (theora_set_header_on_caps), (theora_enc_chain):
15005 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15006 (vorbis_handle_comment_packet):
15007 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15008 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15009 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
15010 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
15011 * gst/audioconvert/gstaudioconvert.c:
15012 (gst_audio_convert_get_buffer):
15013 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15014 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
15015 (mute_stream), (silence_stream):
15016 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15017 * gst/volume/gstvolume.c: (volume_transform):
15018 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15019 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
15020 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
15021 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
15022 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
15023 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
15024 (gst_ximagesink_buffer_alloc):
15025 * sys/ximage/ximagesink.h:
15027 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15029 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15030 (fill_buffer), (check_queue), (queue_threshold_reached),
15031 (queue_out_of_data):
15032 * gst/playback/gstplaybasebin.h:
15033 Post buffer-fullness on the bus.
15035 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15037 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15039 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15040 (group_commit), (probe_triggered), (setup_source),
15041 (gst_play_base_bin_change_state):
15042 * gst/playback/gstplaybasebin.h:
15043 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15044 (gst_play_bin_init), (remove_sinks), (setup_sinks),
15045 (gst_play_bin_change_state):
15046 Move setup_output_pads into a virtual function, remove
15047 group-switch (no longer needed) and redirect (handled by bus
15050 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15052 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15053 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15054 (get_active_group), (get_building_group), (group_destroy),
15055 (group_commit), (check_queue), (queue_overrun),
15056 (queue_threshold_reached), (queue_out_of_data),
15057 (gen_preroll_element), (remove_groups), (unknown_type),
15058 (add_element_stream), (no_more_pads), (probe_triggered),
15059 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15060 (setup_substreams), (setup_source), (finish_source),
15061 (prepare_output), (muted_group_change_state),
15062 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15063 (gst_play_base_bin_change_state):
15064 * gst/playback/gstplaybasebin.h:
15065 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15066 (gst_play_bin_init), (gst_play_bin_set_property),
15067 (gen_video_element), (gen_text_element), (gen_audio_element),
15068 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15069 (gst_play_bin_change_state):
15070 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15071 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15072 (stream_info_change_state), (gst_stream_info_set_mute),
15073 (gst_stream_info_get_property):
15074 * gst/playback/gststreaminfo.h:
15075 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15076 (gst_stream_selector_get_linked_pad),
15077 (gst_stream_selector_getcaps),
15078 (gst_stream_selector_get_linked_pads),
15079 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15080 * gst/playback/gststreamselector.h:
15081 Rough port of playbin. Needs some more work, but is mostly done,
15082 and uses a few locks in important places, which should make stuff
15083 like chain-switches clean. Still uses GST_STATE() in a few places,
15084 which isn't all that good an idea, subtitles/elements disabled
15085 because no elements to test with and thus probably broken, query
15086 and event handling moved to GstBin, internal thread removed
15087 alltogether because the pipeline does that for us now. Can play
15088 Ogg/Vorbis files. Haven't tested anything else yet.
15090 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15092 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15093 Do no-more-pads (needed for autoplugging).
15095 2005-05-10 Andy Wingo <wingo@pobox.com>
15097 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15098 message to the bus with the tags. Still not sent downstream tho.
15100 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15102 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15103 avoid refcounting hassles.
15105 2005-05-09 Andy Wingo <wingo@pobox.com>
15107 * gst/volume/Makefile.am:
15108 * gst/volume/demo.c
15109 * gst/volume/gstvolume.h
15110 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15111 basetransform. Probably need an audio filter base class.
15113 2005-05-09 Wim Taymans <wim@fluendo.com>
15115 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15116 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15117 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15118 (gst_vorbisenc_chain):
15119 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15120 (gst_audio_convert_caps_remove_format_info),
15121 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15122 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15123 Make caps writable before writing to it.
15124 Fix negotiation in audioconvert some more.
15126 2005-05-09 Wim Taymans <wim@fluendo.com>
15128 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15129 (gst_videorate_getcaps), (gst_videorate_setcaps),
15130 (gst_videorate_event), (gst_videorate_chain):
15131 Better negotiation.
15133 2005-05-09 Wim Taymans <wim@fluendo.com>
15135 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15136 (gst_videorate_getcaps), (gst_videorate_setcaps),
15137 (gst_videorate_blank_data), (gst_videorate_init),
15138 (gst_videorate_event), (gst_videorate_chain),
15139 (gst_videorate_change_state):
15140 Port videorate, do a better job at negotiation while we're at
15143 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
15148 * examples/Makefile.am:
15149 * gst-libs/gst/audio/Makefile.am:
15150 * gst-libs/gst/riff/Makefile.am:
15151 * gst-libs/gst/tag/Makefile.am:
15152 * gst-libs/gst/video/Makefile.am:
15153 Fixups for missing variables.
15155 2005-05-09 Wim Taymans <wim@fluendo.com>
15157 * examples/seeking/seek.c: (make_theora_pipeline),
15158 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15159 (query_rates), (query_positions_elems), (query_positions_pads),
15160 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15161 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15162 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15163 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15164 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15165 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15166 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15167 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15168 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15169 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15170 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15171 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15172 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15173 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15174 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15175 (theora_dec_src_convert), (theora_dec_sink_convert),
15176 (theora_dec_src_query), (theora_dec_sink_query),
15177 (theora_dec_src_event), (theora_dec_sink_event),
15178 (theora_handle_comment_packet), (theora_handle_type_packet),
15179 (theora_handle_header_packet), (theora_handle_data_packet),
15180 (theora_dec_chain):
15181 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15182 (vorbis_dec_convert), (vorbis_dec_src_query),
15183 (vorbis_dec_sink_query), (vorbis_dec_src_event),
15184 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15185 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15186 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15187 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15188 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15189 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15190 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15191 (gst_play_bin_query):
15192 * gst/playback/test3.c: (update_scale):
15193 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15194 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15195 * gst/subparse/gstsubparse.c: (gst_subparse_init):
15196 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15197 (gst_videotestsrc_src_query):
15198 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15199 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15200 (paint_hline_YUV9):
15201 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15202 Port to new query API.
15204 Cleanups in x[v]imagesink
15206 2005-05-09 Andy Wingo <wingo@pobox.com>
15208 * ext/alsa/gstalsasink.h:
15209 * ext/gnomevfs/gstgnomevfssrc.c:
15210 (gst_gnomevfssrc_get_icy_metadata):
15211 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15212 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15213 * ext/theora/theoradec.c (theora_dec_src_query)
15214 (theora_dec_src_event, theora_dec_sink_event)
15215 (theora_handle_comment_packet, theora_handle_data_packet):
15216 * ext/theora/theoraenc.c (theora_enc_chain):
15217 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15218 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15219 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15220 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15222 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15223 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15224 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15225 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15226 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15227 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15228 (paint_setup_xBGR8888, paint_setup_RGBx8888)
15229 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15230 (paint_setup_RGB565, paint_setup_xRGB1555):
15231 * gst/videotestsrc/videotestsrc.h:
15232 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15233 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15234 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15237 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15238 gst_pad_query_position. Fixes oggdemux.
15240 2005-05-08 David Schleef <ds@schleef.org>
15242 * configure.ac: Require liboil.
15243 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15245 * gst/videotestsrc/videotestsrc.c:
15246 * gst/videotestsrc/videotestsrc.h:
15248 2005-05-06 Wim Taymans <wim@fluendo.com>
15250 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15251 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15252 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15253 Well, unreffing a buffer right before pushing it is asking
15256 2005-05-06 Christian Schaller <uraeus@gnome.org>
15258 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15260 2005-05-06 Wim Taymans <wim@fluendo.com>
15262 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15263 (gst_audio_convert_caps_remove_format_info),
15264 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15265 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15266 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15267 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15268 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15269 * gst/sine/Makefile.am:
15270 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15271 (gst_sinesrc_class_init), (gst_sinesrc_init),
15272 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15273 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15274 (gst_sinesrc_update_freq):
15275 * gst/sine/gstsinesrc.h:
15276 * gst/tcp/gstmultifdsink.c:
15277 * sys/xvimage/xvimagesink.c:
15278 Fixed negotiation wrt _peer_get_caps()
15282 2005-05-06 Wim Taymans <wim@fluendo.com>
15284 * gst-libs/gst/audio/gstaudiosink.c:
15285 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15286 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15287 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15288 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15289 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15290 (gst_audiosink_create_ringbuffer):
15291 * gst-libs/gst/audio/gstbaseaudiosink.c:
15292 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15293 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15294 (gst_baseaudiosink_set_property), (build_linear_format),
15295 (debug_spec_caps), (debug_spec_buffer),
15296 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15297 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15298 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15299 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15300 * gst-libs/gst/audio/gstbaseaudiosink.h:
15301 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15302 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15303 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15304 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15305 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15306 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15307 (wait_segment), (gst_ringbuffer_commit),
15308 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15309 (gst_ringbuffer_clear):
15310 * gst-libs/gst/audio/gstringbuffer.h:
15311 Make the base audiosink return an error when there is no
15312 audiobuffer negotiated.
15314 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15317 Disable cdparanoia until someone ports it!
15319 2005-05-06 Wim Taymans <wim@fluendo.com>
15321 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15322 (gst_ogg_demux_sink_activate):
15323 And revert after wingo's revert.. sigh..
15325 2005-05-05 Andy Wingo <wingo@pobox.com>
15327 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15329 * configure.ac: Return audiorate and subparse from the ghetto.
15330 Re-enable -Wall -Werror.
15331 * gst/subparse/gstsubparse.c:
15332 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15333 or chain-based. Cleaned up a bit. Not tested.
15335 2005-05-05 Christian Schaller <christian@fluendo.com>
15337 * Makefile.am: remove stuff that is not building
15338 * configure.ac: remove stuff that is not building
15339 * examples/Makefile.am: remove stuff that is not building
15340 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15341 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15342 * sys/Makefile.am: remove stuff that is not building
15343 * testsuite/Makefile.am: remove stuff that is not building
15345 2005-05-05 Andy Wingo <wingo@pobox.com>
15347 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15348 * gst-libs/gst/tag/gstvorbistag.c:
15349 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15350 * gst/adder/gstadder.h:
15351 * gst/audioconvert/gstchannelmix.c:
15352 (gst_audio_convert_fill_one_other):
15353 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15354 (gst_audiorate_init), (gst_audiorate_chain):
15355 * gst/playback/gstplaybasebin.c: (setup_source):
15356 * gst/playback/test3.c: (update_scale):
15374 2005-05-05 Wim Taymans <wim@fluendo.com>
15376 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15377 (gst_audio_convert_caps_remove_format_info),
15378 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15379 (gst_audio_convert_change_state), (gst_audio_convert_channels):
15380 * gst/videotestsrc/gstvideotestsrc.c:
15381 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15382 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15383 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15384 (gst_videotestsrc_init), (gst_videotestsrc_loop):
15385 Don't ignore _push() return values.
15386 Make sure no processing is done when shutting down.
15387 Videotestsrc pad activation fix.
15389 2005-05-05 Wim Taymans <wim@fluendo.com>
15391 * gst/adder/Makefile.am:
15392 * gst/adder/gstadder.c: (gst_adder_setcaps),
15393 (gst_adder_class_init), (gst_adder_init),
15394 (gst_adder_request_new_pad), (gst_adder_collected),
15395 (gst_adder_change_state):
15396 * gst/adder/gstadder.h:
15397 Ported adder as an example of a mixer element using
15398 collect pads. Needs more negotiation work.
15400 2005-05-05 Wim Taymans <wim@fluendo.com>
15402 * ext/theora/theoradec.c: (_inc_granulepos),
15403 (theora_dec_src_event), (theora_dec_sink_event),
15404 (theora_handle_comment_packet), (theora_handle_type_packet),
15405 (theora_handle_header_packet), (theora_handle_data_packet),
15406 (theora_dec_chain):
15407 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15408 (gst_theora_enc_init), (theora_enc_sink_setcaps),
15409 (theora_push_buffer), (theora_push_packet),
15410 (theora_enc_sink_event), (theora_enc_chain),
15411 (theora_enc_change_state), (theora_enc_set_property),
15412 (theora_enc_get_property):
15413 Added stream lock to decoder so that we can serialize
15415 More theoraenc porting, recover from errors, do clean
15418 2005-05-05 Wim Taymans <wim@fluendo.com>
15420 * ext/ogg/Makefile.am:
15422 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15423 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15425 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15426 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15427 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15428 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15429 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15430 (gst_ogg_mux_change_state):
15433 2005-05-05 Wim Taymans <wim@fluendo.com>
15435 * docs/design-audiosinks.txt:
15436 * gst-libs/gst/audio/TODO:
15437 * gst-libs/gst/audio/gstaudiosink.c:
15438 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15439 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15440 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15441 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15442 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15443 (gst_audiosink_create_ringbuffer):
15444 * gst-libs/gst/audio/gstbaseaudiosink.c:
15445 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15446 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15447 (gst_baseaudiosink_set_property), (build_linear_format),
15448 (debug_spec_caps), (debug_spec_buffer),
15449 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15450 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15451 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15452 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15453 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15454 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15455 (gst_ringbuffer_release), (gst_ringbuffer_play),
15456 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15457 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15458 (gst_ringbuffer_set_sample), (wait_segment),
15459 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15460 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15461 More work on the audiosink, mostly debugging and a race in
15464 2005-04-28 Wim Taymans <wim@fluendo.com>
15466 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15467 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15468 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15469 (vorbis_dec_src_query), (vorbis_dec_src_event),
15470 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15471 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15472 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15473 Don't crap out when seeking back to position 0.
15475 2005-04-28 Wim Taymans <wim@fluendo.com>
15477 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15478 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15479 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15480 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15481 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15482 Make audio sink configurable, use alsasink as default.
15484 2005-04-28 Wim Taymans <wim@fluendo.com>
15486 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15487 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15488 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15489 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15490 (vorbis_dec_change_state):
15491 * ext/vorbis/vorbisdec.h:
15492 Refactor, use STREAM_LOCK.
15494 2005-04-28 Wim Taymans <wim@fluendo.com>
15496 * ext/theora/theoradec.c: (_inc_granulepos),
15497 (theora_dec_sink_event), (theora_handle_comment_packet),
15498 (theora_handle_type_packet), (theora_handle_header_packet),
15499 (theora_handle_data_packet), (theora_dec_chain),
15500 (theora_dec_change_state):
15501 Refactor a bit, use STREAM_LOCK.
15503 2005-04-28 Wim Taymans <wim@fluendo.com>
15505 * ext/alsa/Makefile.am:
15506 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15507 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15508 (gst_alsa_link), (gst_alsa_close_audio):
15509 * ext/alsa/gstalsaplugin.c: (plugin_init):
15510 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15511 (gst_alsasink_dispose), (gst_alsasink_base_init),
15512 (gst_alsasink_class_init), (gst_alsasink_init),
15513 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15514 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15515 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15516 (gst_alsasink_reset):
15517 * ext/alsa/gstalsasink.h:
15518 Implement alsasink with simple open/write/close API.
15519 Make alsa dir build by disabling compilation of code.
15521 2005-04-28 Wim Taymans <wim@fluendo.com>
15523 * gst-libs/gst/audio/Makefile.am:
15524 * gst-libs/gst/audio/audio.h:
15525 * gst-libs/gst/audio/audioclock.c:
15526 * gst-libs/gst/audio/audioclock.h:
15527 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15528 (gst_audio_clock_class_init), (gst_audio_clock_init),
15529 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15530 * gst-libs/gst/audio/gstaudioclock.h:
15531 * gst-libs/gst/audio/gstaudiosink.c:
15532 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15533 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15534 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15535 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15536 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15537 (gst_audiosink_create_ringbuffer):
15538 * gst-libs/gst/audio/gstbaseaudiosink.c:
15539 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15540 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15541 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15542 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15543 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15544 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15545 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15546 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15547 * gst-libs/gst/audio/gstbaseaudiosink.h:
15548 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15549 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15550 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15551 (gst_ringbuffer_release), (gst_ringbuffer_play),
15552 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15553 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15554 (gst_ringbuffer_set_sample), (wait_segment),
15555 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15556 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15557 * gst-libs/gst/audio/gstringbuffer.h:
15558 Make ringbuffer faster and more simple by removing the locks
15559 in the playback thread.
15560 Add sample accurate playback based on buffer sample offsets.
15561 Make the baseaudiosink provide a clock.
15562 Parse caps in the base class.
15563 Correctly handle seeking, flushing and state changes.
15565 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
15568 * gst/audioconvert/Makefile.am:
15569 * gst/audioscale/Makefile.am:
15570 Fix part of the build. Come on guys, autogen didn't even work :)
15572 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15575 * gst-libs/gst/Makefile.am:
15576 * gst-libs/gst/media-info/.cvsignore:
15577 * gst-libs/gst/media-info/Makefile.am:
15578 * gst-libs/gst/media-info/README:
15579 * gst-libs/gst/media-info/media-info-priv.c:
15580 * gst-libs/gst/media-info/media-info-priv.h:
15581 * gst-libs/gst/media-info/media-info-test.c:
15582 * gst-libs/gst/media-info/media-info.c:
15583 * gst-libs/gst/media-info/media-info.h:
15584 * gst-libs/gst/media-info/media-info.vcproj:
15585 * pkgconfig/Makefile.am:
15586 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15587 * pkgconfig/gstreamer-media-info.pc.in:
15588 Remove media-info, which is also successed by playbin (see Totem
15591 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15594 * examples/Makefile.am:
15595 * examples/gstplay/.cvsignore:
15596 * examples/gstplay/Makefile.am:
15597 * examples/gstplay/player.c:
15598 * gst-libs/gst/Makefile.am:
15599 * gst-libs/gst/play/.cvsignore:
15600 * gst-libs/gst/play/Makefile.am:
15601 * gst-libs/gst/play/play.c:
15602 * gst-libs/gst/play/play.h:
15603 * gst-libs/gst/play/play.vcproj:
15604 * pkgconfig/Makefile.am:
15605 * pkgconfig/gstreamer-play-uninstalled.pc.in:
15606 * pkgconfig/gstreamer-play.pc.in:
15607 Remove libgstplay, playbin is now the official successor.
15609 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15612 * gst-libs/gst/Makefile.am:
15613 * gst-libs/gst/xwindowlistener/Makefile.am:
15614 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15615 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15616 Remove deprecated xwindowlistener (I've moved xwindowlistening
15617 in the v4l/v4l2 plugins over to serverside).
15619 2005-04-25 David Schleef <ds@schleef.org>
15621 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15622 to examples/dynparams. Examples do not belong interspersed with
15624 * examples/dynparams/demo-dparams.c:
15625 * gst/sine/Makefile.am:
15626 * gst/sine/demo-dparams.c:
15628 2005-04-25 David Schleef <ds@schleef.org>
15630 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15631 * gst-libs/gst/audio/Makefile.am:
15632 * gst-libs/gst/riff/Makefile.am:
15633 * gst-libs/gst/tag/Makefile.am:
15634 * gst-libs/gst/video/Makefile.am:
15635 * gst-libs/gst/xwindowlistener/Makefile.am:
15637 Convert to 0.9 API, seems to work:
15638 * sys/ximage/Makefile.am:
15639 * sys/ximage/ximagesink.c:
15641 2005-04-24 David Schleef <ds@schleef.org>
15643 Link plugins against libraries:
15644 * ext/alsa/Makefile.am:
15645 * gst/tcp/Makefile.am:
15647 Remove asm code that should be in liboil
15648 * gst/videoscale/Makefile.am:
15649 * gst/videoscale/videoscale_x86_asm.s:
15651 gettext wants these checked in:
15667 2005-04-24 David Schleef <ds@schleef.org>
15669 Convert gst_main() to g_main_loop_run()
15670 * gst/playback/decodetest.c: (main):
15671 * gst/playback/test2.c: (main):
15672 * gst/playback/test3.c: (main):
15673 * gst/playback/test4.c: (main):
15675 Link plugins against libraries:
15676 * ext/libvisual/Makefile.am:
15677 * sys/xvimage/Makefile.am:
15679 2005-04-24 David Schleef <ds@schleef.org>
15681 * configure.ac: Remove idct and resample libs
15682 * gst-libs/gst/Makefile.am: same
15684 Remove usage of gst_library_load():
15685 * ext/alsa/gstalsaplugin.c: (plugin_init):
15686 * ext/libvisual/visual.c: (plugin_init):
15687 * ext/ogg/gstogg.c: (plugin_init):
15688 * ext/theora/theora.c: (plugin_init):
15689 * ext/vorbis/vorbis.c: (plugin_init):
15690 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15691 * gst/audioscale/gstaudioscale.c:
15692 * gst/adder/gstadder.c: (plugin_init):
15693 * gst/audioconvert/plugin.c: (plugin_init):
15694 * sys/ximage/ximagesink.c: (plugin_init):
15695 * sys/xvimage/xvimagesink.c: (plugin_init):
15696 * gst/tcp/gsttcpplugin.c: (plugin_init):
15698 Link plugins against libraries:
15699 * ext/ogg/Makefile.am:
15700 * ext/theora/Makefile.am:
15701 * ext/vorbis/Makefile.am:
15702 * gst/audioconvert/Makefile.am:
15704 Create proper libraries:
15705 * gst-libs/gst/riff/Makefile.am:
15706 * gst-libs/gst/audio/Makefile.am:
15707 * gst-libs/gst/video/Makefile.am:
15709 Move resample library to audioscale plugin directory:
15710 * gst-libs/gst/resample/Makefile.am:
15711 * gst-libs/gst/resample/README:
15712 * gst-libs/gst/resample/dtof.c:
15713 * gst-libs/gst/resample/dtos.c:
15714 * gst-libs/gst/resample/functable.c:
15715 * gst-libs/gst/resample/private.h:
15716 * gst-libs/gst/resample/resample.c:
15717 * gst-libs/gst/resample/resample.h:
15718 * gst-libs/gst/resample/resample.vcproj:
15719 * gst-libs/gst/resample/test.c:
15720 * gst/audioscale/Makefile.am:
15721 * gst/audioscale/README:
15722 * gst/audioscale/dtof.c:
15723 * gst/audioscale/dtos.c:
15724 * gst/audioscale/functable.c:
15725 * gst/audioscale/private.h:
15726 * gst/audioscale/resample.c:
15727 * gst/audioscale/resample.h:
15728 * gst/audioscale/test.c:
15730 Move tagedit library to gst-libs:
15731 * gst-libs/gst/tag/Makefile.am:
15732 * gst-libs/gst/tag/gstid3tag.c:
15733 * gst-libs/gst/tag/gsttagediting.c:
15734 * gst-libs/gst/tag/gsttageditingprivate.h:
15735 * gst-libs/gst/tag/gstvorbistag.c:
15736 * gst/tags/Makefile.am:
15737 * gst/tags/gstid3tag.c:
15738 * gst/tags/gstvorbistag.c:
15740 Fix for core changes:
15741 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15742 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15743 (gst_sinesrc_getrange):
15745 2005-04-23 David Schleef <ds@schleef.org>
15747 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
15748 in gst-plugins in a long time, and properly belongs in liboil.
15749 * gst-libs/gst/idct/Makefile.am:
15750 * gst-libs/gst/idct/README:
15751 * gst-libs/gst/idct/dct.h:
15752 * gst-libs/gst/idct/doieee:
15753 * gst-libs/gst/idct/fastintidct.c:
15754 * gst-libs/gst/idct/floatidct.c:
15755 * gst-libs/gst/idct/idct.c:
15756 * gst-libs/gst/idct/idct.h:
15757 * gst-libs/gst/idct/idtc.vcproj:
15758 * gst-libs/gst/idct/ieeetest.c:
15759 * gst-libs/gst/idct/intidct.c:
15761 2005-04-20 Wim Taymans <wim@fluendo.com>
15763 * docs/design-audiosinks.txt:
15764 * gst-libs/gst/audio/Makefile.am:
15765 * gst-libs/gst/audio/TODO:
15766 * gst-libs/gst/audio/gstaudiosink.c:
15767 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15768 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15769 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15770 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15771 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15772 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15773 (gst_audiosink_class_init), (gst_audiosink_init),
15774 (gst_audiosink_create_ringbuffer):
15775 * gst-libs/gst/audio/gstaudiosink.h:
15776 * gst-libs/gst/audio/gstbaseaudiosink.c:
15777 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15778 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15779 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15780 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15781 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15782 (gst_baseaudiosink_create_ringbuffer),
15783 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15784 * gst-libs/gst/audio/gstbaseaudiosink.h:
15785 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15786 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15787 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15788 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15789 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15790 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15791 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15792 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15793 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15794 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15795 * gst-libs/gst/audio/gstringbuffer.h:
15796 An attempt at a set of audio base classes together with some
15799 2005-04-20 Wim Taymans <wim@fluendo.com>
15801 * gst/audioconvert/Makefile.am:
15802 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15803 (gst_audio_convert_caps_remove_format_info),
15804 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15805 (gst_audio_convert_channels):
15806 Link against audio libs.
15807 Fix audio convert plugin.
15809 2005-04-20 Wim Taymans <wim@fluendo.com>
15811 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15812 (gst_ogg_demux_sink_activate):
15813 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15814 (theora_set_header_on_caps), (theora_enc_sink_event),
15815 (theora_enc_chain):
15816 Fix theora encoder.
15818 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15820 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15821 * gst/playback/gstdecodebin.c: (find_compatibles):
15822 Work with staticpadtemplates in elementfactories.
15824 2005-04-12 Wim Taymans <wim@fluendo.com>
15826 * gst/playback/README:
15827 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15828 (compare_ranks), (print_feature), (gst_decode_bin_init),
15829 (dynamic_create), (dynamic_free), (find_compatibles),
15830 (mimetype_is_raw), (close_pad_link), (got_redirect),
15831 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15832 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15833 (gst_decode_bin_change_state):
15834 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15835 (gst_play_base_bin_init), (group_destroy), (group_commit),
15836 (check_queue), (queue_overrun), (queue_threshold_reached),
15837 (queue_out_of_data), (gen_preroll_element), (unknown_type),
15838 (new_decoded_pad), (setup_subtitle), (gen_source_element),
15839 (got_redirect), (setup_source), (play_base_eos),
15840 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15841 (gst_play_base_bin_remove_element):
15842 * gst/playback/gstplaybasebin.h:
15843 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15844 (gst_play_bin_init), (gst_play_bin_dispose),
15845 (gst_play_bin_set_property), (gen_video_element),
15846 (gen_text_element), (gen_audio_element), (remove_sinks),
15847 (gst_play_bin_send_event):
15848 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15849 (stream_info_change_state), (gst_stream_info_set_mute):
15850 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15851 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15852 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15853 (gst_stream_selector_chain):
15854 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15856 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15857 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15858 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15859 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15860 Raw and crude port of decodebin.
15861 Make playbin compile.
15863 2005-04-06 Wim Taymans <wim@fluendo.com>
15865 * ext/gnomevfs/Makefile.am:
15866 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15867 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15868 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15869 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15870 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15871 (gst_gnomevfssrc_stop):
15872 * ext/ogg/Makefile.am:
15873 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15874 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15875 * ext/theora/Makefile.am:
15876 * ext/theora/theoradec.c: (_inc_granulepos),
15877 (theora_dec_sink_event), (theora_dec_chain):
15878 * ext/vorbis/Makefile.am:
15879 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15880 (vorbis_dec_sink_event), (vorbis_dec_chain):
15881 * gst-libs/gst/audio/Makefile.am:
15882 * sys/xvimage/Makefile.am:
15883 Make gnomevfssrc extend the source base class.
15884 Fix linking against libs in various plugins.
15886 2005-04-06 Andy Wingo <wingo@pobox.com>
15888 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15891 * configure.ac: Add check and AC_SUBST for libgstbase.
15893 2005-03-31 Wim Taymans <wim@fluendo.com>
15895 * examples/seeking/Makefile.am:
15896 * examples/seeking/cdparanoia.c: (main):
15897 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15898 (play_cb), (pause_cb), (stop_cb), (main):
15899 * examples/seeking/playbin.c:
15900 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15901 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15902 (make_sid_pipeline), (make_vorbis_pipeline),
15903 (make_theora_pipeline), (make_vorbis_theora_pipeline),
15904 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15905 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15906 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15907 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15909 * examples/seeking/spider_seek.c:
15910 * examples/seeking/vorbisfile.c:
15911 * ext/gnomevfs/Makefile.am:
15912 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15913 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15914 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15915 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15916 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15917 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15918 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15919 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15921 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15922 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15923 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15924 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15925 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15926 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15927 (gst_ogg_pad_event), (gst_ogg_pad_reset),
15928 (gst_ogg_demux_factory_filter), (compare_ranks),
15929 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15930 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15931 (gst_ogg_chain_new), (gst_ogg_chain_free),
15932 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15933 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15934 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15935 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15936 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15937 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15938 (gst_ogg_demux_get_prev_page),
15939 (gst_ogg_demux_deactivate_current_chain),
15940 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15941 (gst_ogg_demux_bisect_forward_serialno),
15942 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15943 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15944 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15945 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15946 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15947 (gst_ogg_demux_change_state), (gst_ogg_print):
15948 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15949 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15950 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15951 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15952 (gst_ogg_mux_loop):
15953 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15954 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15955 (theora_dec_src_convert), (theora_dec_sink_convert),
15956 (theora_dec_src_query), (theora_dec_src_event),
15957 (theora_dec_sink_event), (theora_dec_chain),
15958 (theora_dec_change_state):
15959 * ext/theora/theoraenc.c: (gst_theora_enc_init),
15960 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15961 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15962 (theora_enc_change_state):
15963 * ext/vorbis/Makefile.am:
15964 * ext/vorbis/oggvorbisenc.c:
15965 * ext/vorbis/oggvorbisenc.h:
15966 * ext/vorbis/vorbis.c: (plugin_init):
15967 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15968 (vorbis_dec_src_query), (vorbis_dec_src_event),
15969 (vorbis_dec_sink_event), (vorbis_dec_chain),
15970 (vorbis_dec_change_state):
15971 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15972 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15973 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15974 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15975 (gst_vorbisenc_change_state):
15976 * ext/vorbis/vorbisenc.h:
15977 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15978 * gst-libs/gst/audio/audioclock.c:
15979 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15980 (gst_audiofilter_init), (gst_audiofilter_chain):
15981 * gst-libs/gst/audio/testchannels.c: (main):
15982 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15983 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15984 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15985 (gmip_find_track_streaminfo), (gmip_find_track_format):
15986 * gst-libs/gst/media-info/media-info.c:
15987 (gst_media_info_read_idler):
15988 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15989 (gst_play_get_all_by_interface):
15990 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15991 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15992 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15993 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15994 (gst_riff_parse_info):
15995 * gst-libs/gst/riff/riff-read.h:
15996 * gst-libs/gst/riff/riff.c: (plugin_init):
15997 * gst-libs/gst/video/Makefile.am:
15998 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15999 (gst_videosink_class_init), (gst_videosink_get_type):
16000 * gst-libs/gst/video/videosink.h:
16001 * gst/audioconvert/bufferframesconvert.c:
16002 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
16003 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
16004 * gst/audioconvert/channelmixtest.c: (main):
16005 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16006 (gst_audio_convert_chain),
16007 (gst_audio_convert_caps_remove_format_info),
16008 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
16009 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
16010 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
16011 (gst_audio_convert_buffer_to_default_format),
16012 (gst_audio_convert_buffer_from_default_format),
16013 (gst_audio_convert_channels):
16014 * gst/audioconvert/gstchannelmix.h:
16015 * gst/ffmpegcolorspace/avcodec.h:
16016 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16017 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16018 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
16019 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
16020 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
16021 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16022 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16023 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16024 (mpeg_video_type_find), (mpeg_video_stream_type_find),
16026 * gst/videotestsrc/gstvideotestsrc.c:
16027 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
16028 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
16029 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
16030 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
16031 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
16032 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
16033 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
16034 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16035 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
16036 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
16037 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16038 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16039 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16040 (gst_xvimagesink_navigation_send_event),
16041 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16042 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16043 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16044 * sys/xvimage/xvimagesink.h:
16045 Plugin port to 0.9, ogg/theora playback should work in the seek
16047 Removed old examples.
16048 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16049 explained in 0.9 TODO doc.
16052 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
16074 * testsuite/Makefile.am:
16075 remove a whole bunch of plugins. This module now contains a set
16076 of free reference plugins/elements as agreed.
16078 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
16081 hunting season on 0.9 is now OPEN
16083 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16085 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16086 Kick the hell out of gcc for not warning me about a symbol conflict.
16088 2005-02-22 Luca Ognibene <luogni@tin.it>
16090 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16092 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16093 Don't leak caps string (fixes #168134)
16095 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16096 (gst_jpegenc_init), (gst_jpegenc_finalize),
16097 (gst_jpegenc_change_state):
16098 Don't leak line buffers and context struct (fixes #168133).
16100 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
16103 * ext/dirac/gstdiracdec.cc:
16104 (gst_diracdec_chain):
16105 Since dirac 0.5.0 the framerate in dirac is expressed as a
16106 rational number. Fix build and up requirement to 0.5.0, and
16107 also pass parameters to gst_diracdec_link in the right order
16110 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
16112 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16113 * ext/faad/gstfaad.h:
16114 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
16115 certain invalid muxed streams, where some packets will contain
16116 junk after decoder data. Partially fixes #149158.
16118 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
16119 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16120 Make sure we only write to writable buffers
16122 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
16124 * gst-libs/gst/riff/riff-media.c:
16125 (gst_riff_create_audio_caps_with_data):
16126 Do actually fix invalid RIFF fmt header values for alaw
16127 and mulaw audio instead of just saying so.
16129 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16130 Give gst_riff_create_audio_caps_with_data() a chance to
16131 fix up broken format header fields before extracting any
16132 parameters from the header. (fixes #167633)
16134 2005-02-19 Martin Holters <martin.holters@gmx.de>
16136 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16138 * gst/audioconvert/bufferframesconvert.c:
16139 (buffer_frames_convert_link):
16140 Don't leak othercaps. (fixes #167878)
16142 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
16145 * ext/libvisual/visual.c: (gst_visual_srclink),
16146 (gst_visual_change_state):
16147 Support libvisual 0.2.0.
16149 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
16151 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16152 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16153 Use same rowstrides for I420 as used everywhere else.
16155 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
16157 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16158 Declare variables at beginning of block and make gcc-2.95 happy
16159 (fixes # 167482, patch by Gergely Nagy).
16161 * gst/tcp/gsttcpclientsrc.c:
16162 * gst/tcp/gsttcpclientsrc.h:
16163 Move some includes into the header, so that struct sockaddr_in is
16164 defined when it should be defined on FreeBSD as well (fixes
16167 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16168 Don't pass uninitialised values to setsockopt() here either.
16170 2005-02-17 Luca Ognibene <luogni at tin dot it>
16172 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16174 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16175 Don't pass uninitialised values to setsockopt(). (fixes #167704)
16177 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16179 * gst/playback/gstplaybin.c: (add_sink):
16180 Invert bin_add/link order to workaround deadlock in opt.
16182 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16184 * gst/modplug/gstmodplug.cc:
16185 Add missing break causing position queries to fail.
16187 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16189 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16190 Granpos can apparently be -1, which screws up calculations...
16192 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
16194 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16195 (gst_ximagesink_send_pending_navigation),
16196 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16197 (gst_ximagesink_init):
16198 * sys/ximage/ximagesink.h:
16199 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16200 (gst_xvimagesink_send_pending_navigation),
16201 (gst_xvimagesink_navigation_send_event),
16202 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16203 * sys/xvimage/xvimagesink.h:
16204 Use a mutex protected list to marshal navigation
16205 events into the stream thread from whichever thread
16208 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
16210 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16211 Display current position and track length; misc. clean-ups.
16213 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16214 (speed_init), (speed_chain):
16215 Add query function, so that the stream length and current position
16216 get adjusted when queried (note that current position queries may
16217 still be wrong if the audio sink returns values based on buffer
16218 timestamps instead of passing on the query).
16220 2005-02-13 Benjamin Otte <otte@gnome.org>
16222 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16223 (gst_audio_convert_channels):
16224 create channel conversion matrix when linking
16225 * gst/audioconvert/.cvsignore:
16226 * gst/audioconvert/Makefile.am:
16227 * gst/audioconvert/channelmixtest.c: (main):
16228 add (ugly) test that ensures stereo <=> mono conversion works
16231 2005-02-13 Benjamin Otte <otte@gnome.org>
16233 * gst/audioconvert/gstchannelmix.h:
16234 include missing header file
16235 * gst/audioconvert/gstchannelmix.c:
16236 (gst_audio_convert_fill_compatible):
16237 use same sign for both channels when converting to/from compatible
16238 channel. Previously used different signs made the signals cancel
16239 each other out and appear like silence. (fixes #167269)
16241 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16243 * gst/ffmpegcolorspace/avcodec.h:
16244 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16245 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16246 (gst_ffmpegcsp_avpicture_fill):
16247 * gst/ffmpegcolorspace/imgconvert.c:
16248 Convert to and from YV12 (fixes #156379).
16250 2005-02-12 Julien MOUTTE <julien@moutte.net>
16252 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16253 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16254 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16255 (gst_ximagesink_expose), (gst_ximagesink_set_property),
16256 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16257 methods from chain and negotiation and vice versa (Fixes #166142).
16258 * sys/ximage/ximagesink.h: Add stream_lock.
16259 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16260 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16261 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16262 (gst_xvimagesink_expose): Check for xcontext before trying to link.
16264 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16266 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16267 Don't send "Hey! You gave me a NULL pointer you naughty person" as
16268 error message when we can't open the DVD device (when dvdnav_open()
16269 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16270 the above). Send something more useful instead (fixes #167117).
16272 2005-02-11 Julien MOUTTE <julien@moutte.net>
16274 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16275 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16276 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16277 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16278 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16279 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16280 methods from chain and negotiation and vice versa (Fixes #166142).
16281 Fix a possible bug of images in the buffer pool being discarded because
16282 we are looking at the wrong geometry.
16283 * sys/xvimage/xvimagesink.h: Add stream_lock.
16285 2005-02-11 David Schleef <ds@schleef.org>
16287 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16288 unsigned int. (fixes #167128)
16290 2005-02-11 David Schleef <ds@schleef.org>
16292 * gst/librfb/Makefile.am: Testing stuff before committing is
16293 for wimps... and people with fast machines. Fix stupid
16296 2005-02-11 David Schleef <ds@schleef.org>
16298 * configure.ac: Pull in librfb from my CVS tree, because it is
16299 too small and annoying to be separate. Move rfbsrc plugin
16302 * ext/librfb/Makefile.am:
16303 * ext/librfb/gstrfbsrc.c:
16304 * gst/librfb/Makefile.am:
16305 * gst/librfb/gstrfbsrc.c:
16306 * gst/librfb/rfb.c:
16307 * gst/librfb/rfb.h:
16308 * gst/librfb/rfbbuffer.c:
16309 * gst/librfb/rfbbuffer.h:
16310 * gst/librfb/rfbbytestream.c:
16311 * gst/librfb/rfbbytestream.h:
16312 * gst/librfb/rfbcontext.h:
16313 * gst/librfb/rfbdecoder.c:
16314 * gst/librfb/rfbdecoder.h:
16315 * gst/librfb/rfbutil.h:
16317 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
16319 * gst/speed/Makefile.am:
16320 * gst/speed/demo-mp3.c: (main):
16321 * gst/speed/filter.func:
16322 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16323 (speed_class_init), (speed_init), (speed_chain_int16),
16324 (speed_chain_float32), (speed_chain), (speed_set_property),
16325 (speed_get_property), (speed_change_state):
16326 * gst/speed/gstspeed.h:
16327 Fix speed element and make it chain-based (fixes #156467),
16328 and make it handle more than one channel.
16330 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
16332 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16333 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16334 (gst_dtsdec_chain), (gst_dtsdec_change_state):
16335 * ext/dts/gstdtsdec.h:
16336 Don't clobber the stack constructing the channels array.
16337 Make the element chain-based. DTS tracks can now be played.
16339 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
16341 * gst-libs/gst/audio/multichannel.h:
16342 * gst-libs/gst/gconf/gconf.h:
16343 * gst-libs/gst/idct/idct.h:
16344 * gst-libs/gst/media-info/media-info-priv.h:
16345 * gst-libs/gst/play/play.h:
16346 * gst-libs/gst/resample/private.h:
16347 * gst-libs/gst/resample/resample.h:
16348 * gst-libs/gst/riff/riff-ids.h:
16349 * gst-libs/gst/video/video.h:
16350 * gst-libs/gst/video/videosink.h:
16351 Add G_BEGIN_DECLS and G_END_DECLS around headers where
16352 missing, so that they work when included from C++ code.
16354 2005-02-09 David Schleef <ds@schleef.org>
16356 * testsuite/gst-lint: Check for non-statically scoped
16357 parent_class variables. This won't be a problem once
16358 plugins are loaded with RTLD_LOCAL.
16360 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16362 * ext/mplex/gstmplexibitstream.cc:
16365 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16367 * ext/ogg/gstogmparse.c:
16368 * gst/debug/gstnavigationtest.c:
16369 Die, thou faulty symbol pollutors (non-static parent_class).
16371 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16373 * ext/mplex/gstmplexibitstream.cc:
16374 Fix event handling (#165525).
16376 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16378 * ext/mikmod/gstmikmod.c:
16379 * gst/modplug/gstmodplug.cc:
16380 Add missing endianness to template (fixes #165509).
16382 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16384 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16385 Fix wrong order of reading of optional bytes (#165290).
16387 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16389 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16390 Implement FILLER event awareness.
16392 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16394 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16395 Fix track calculations (#166208).
16397 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16399 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16401 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16402 * ext/libpng/gstpngenc.c:
16403 Fix byte-order, use proper fixed caps. Fixes #164197.
16405 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16410 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16411 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16412 Don't push buffers if the src pad isn't negotiated yet.
16414 * gst/audioconvert/gstaudioconvert.c:
16415 (gst_audio_convert_buffer_to_default_format),
16416 (gst_audio_convert_buffer_from_default_format):
16417 Add support for 24-bit width.
16419 * gst/dvdlpcmdec/.cvsignore:
16420 * gst/dvdlpcmdec/Makefile.am:
16421 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16422 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16423 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16424 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16426 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16427 New decoder for rearranging DVD LPCM into our audio/x-raw-int
16428 format. Needs support for the channels maps if someone can find
16429 a DVD LPCM track with > 2 channels.
16431 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16432 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16433 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16434 * gst/mpegstream/gstdvddemux.h:
16435 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16436 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16437 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16438 * gst/mpegstream/gstmpegdemux.h:
16439 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16440 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16441 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16442 (gst_mpeg_parse_handle_src_query),
16443 (gst_mpeg_parse_handle_src_event):
16444 Use audio/x-dvd-lpcm for LPCM output.
16447 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16449 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16451 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16452 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16453 Add BGRA handling (#165736).
16455 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
16457 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16459 * gst/law/alaw-decode.c: (alawdec_link):
16460 * gst/law/alaw-encode.c: (alawenc_link):
16461 * gst/law/mulaw-decode.c: (mulawdec_link):
16462 * gst/law/mulaw-encode.c: (mulawenc_link):
16463 Fix caps memleaks (#166600).
16465 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
16467 * ext/tarkin/mem.h:
16468 * ext/tarkin/wavelet.h:
16469 * ext/tarkin/yuv.h:
16470 * gst/ffmpegcolorspace/avcodec.h:
16471 Include "_stdint.h" instead of <stdint.h>. Fixes build on
16472 systems that don't have stdint.h, like Solaris9 (fixes #166631).
16474 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16476 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16477 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16478 (gst_xvimagesink_change_state):
16479 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16480 Xv video (and thereby regenerate Xv colourkey) in clear() so
16481 that PLAY -> READY -> PLAY works (fixes #162504).
16483 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16485 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16486 Switch to list instead of range, since MJPEG-devices really just
16487 support decimations, not any size.
16489 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16490 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16491 (gst_mpeg2dec_reset), (free_all_buffers),
16492 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16493 * ext/mpeg2dec/gstmpeg2dec.h:
16494 The libmpeg2 user-allocated buffer management is awkward,
16495 to say the least. Hopefully this fixes things.
16497 2005-02-04 Andy Wingo <wingo@pobox.com>
16499 * gst/audioconvert/bufferframesconvert.c
16500 (buffer_frames_convert_fixate): New function, fixates to 256
16501 frames per buffer by default. (Much better than 1.)
16502 (buffer_frames_convert_init): Set the fixate function for both src
16504 (buffer_frames_convert_link): After success setting nonfixed caps,
16505 get the negotiated caps so we can know how many buffer-frames it
16506 will be. No idea how this worked at all before.
16508 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16510 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16511 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16512 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16513 (handle_sequence), (handle_picture):
16514 * ext/mpeg2dec/gstmpeg2dec.h:
16515 Rearrange buffer tracking and refcounting and refactor
16516 a little for readability.
16518 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
16519 * sys/v4l/gstv4l.c: (plugin_init):
16520 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16521 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16522 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16523 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16524 * sys/v4l/gstv4ljpegsrc.h:
16525 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16526 * sys/v4l/v4l_calls.h:
16527 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16528 (gst_v4lsrc_get_fps):
16529 * sys/v4l/v4lsrc_calls.h:
16530 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16531 you jpeg inside rgb frames" driver.
16532 Don't error in the v4lsrc link function, just return
16535 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16537 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16538 (gst_qcamsrc_open):
16539 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16541 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16543 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16544 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16546 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16548 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16549 Reset negotiated state on PAUSED->READY.
16551 2005-02-02 David Schleef <ds@schleef.org>
16553 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16554 whereever possible. (Fixes #165997)
16555 * examples/capsfilter/capsfilter1.c: (main):
16556 * examples/dynparams/filter.c: (create_ui):
16557 * examples/seeking/cdparanoia.c: (get_track_info), (main):
16558 * examples/seeking/chained.c: (main):
16559 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16560 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16561 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16562 (make_mpeg_pipeline), (make_mpegnt_pipeline):
16563 * examples/seeking/spider_seek.c: (make_spider_pipeline):
16564 * examples/switch/switcher.c: (main):
16565 * ext/dv/demo-play.c: (main):
16566 * ext/faad/gstfaad.c: (gst_faad_change_state):
16567 * ext/mad/gstmad.c: (gst_mad_chain):
16568 * ext/smoothwave/demo-osssrc.c: (main):
16569 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16570 (gst_gconf_render_bin_from_description),
16571 (gst_gconf_get_default_audio_sink),
16572 (gst_gconf_get_default_video_sink),
16573 (gst_gconf_get_default_audio_src),
16574 (gst_gconf_get_default_video_src),
16575 (gst_gconf_get_default_visualization_element):
16576 * gst/level/demo.c: (main):
16577 * gst/level/plot.c: (main):
16578 * gst/playback/gstplaybin.c: (gen_video_element),
16579 (gen_audio_element):
16580 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16581 * gst/playondemand/demo-mp3.c: (setup_pipeline):
16582 * gst/sine/demo-dparams.c: (main):
16583 * gst/spectrum/demo-osssrc.c: (main):
16584 * gst/speed/demo-mp3.c: (main):
16585 * gst/volume/demo.c: (main):
16586 * testsuite/embed/embed.c: (main):
16588 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16590 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16591 (gst_tcpclientsink_finalize):
16592 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16593 (gst_tcpclientsrc_finalize):
16594 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16595 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16596 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16597 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16598 Don't leak the hostname when shutting down.
16599 In tcpserversrc, take a copy of the default hostname.
16601 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16603 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16604 Set caps to systemstream=TRUE.
16606 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16608 * testsuite/Makefile.am:
16609 Fix more OSX buildbots.
16611 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16613 * ext/mpeg2dec/gstmpeg2dec.c:
16614 Don't send things to NULL PAD_PEERs
16616 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16617 Copy-on-write the incoming buffer.
16619 * gst/mpegstream/gstdvddemux.h:
16620 * gst/mpegstream/gstmpegclock.h:
16621 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16622 (normal_seek), (gst_mpeg_demux_handle_src_event):
16623 * gst/mpegstream/gstmpegdemux.h:
16624 * gst/mpegstream/gstmpegpacketize.h:
16625 * gst/mpegstream/gstmpegparse.c:
16626 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16627 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16628 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16629 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16630 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16631 * gst/mpegstream/gstmpegparse.h:
16632 * gst/mpegstream/gstrfc2250enc.h:
16633 Various changes to the way time is computed that make seeking and
16634 total time estimation much better here.
16635 Use G_BEGIN/END_DECLS instead of __cplusplus
16637 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16638 Use gst_buffer_stamp instead of only copying the TIMESTAMP
16640 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16642 * gst/subparse/gstsubparse.c:
16645 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16647 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16648 (theora_enc_chain), (theora_enc_change_state):
16649 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16650 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16651 (gst_vorbisenc_change_state):
16652 * ext/vorbis/vorbisenc.h:
16653 Set granulepos and timestamp correctly for streams not
16654 starting at 0, taking into account the initial delay.
16656 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16658 * gst/mpegstream/gstdvddemux.c:
16659 Add audio/x-dts to audio pad template caps
16661 2005-01-30 David Schleef <ds@schleef.org>
16663 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16664 (create_context), (gst_polypsink_link): Fix silly endianness
16665 bug. Add some debugging. Remove float from caps; it doesn't
16666 work. Attempt to get remote audio working.
16668 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16670 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16673 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16675 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16676 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16677 (gst_avi_demux_stream_data):
16678 * gst/avi/gstavidemux.h:
16679 Invert DIB images. Fixes #132341.
16681 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16683 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16684 (gst_ffmpegcsp_chain):
16685 D'oh, reference the palette data, not the palette structure.
16686 Fixes color distortion in #132341.
16688 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16690 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16691 PAR can be non-fixed when not provided as argument (#162626).
16693 2005-01-29 David Moore <dcm@acm.org>
16695 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16697 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16698 (gst_qtdemux_loop_header):
16699 Re-apply patch from #142272 that allows non-seekable sources,
16700 re-proposed by Daniel Drake <dsd@gentoo.org>.
16702 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16704 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16705 Use the src template for creating the src pad (#162330).
16707 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16710 * ext/musepack/Makefile.am:
16711 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16712 (gst_musepackdec_init), (gst_musepackdec_dispose),
16713 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16714 (gst_musepack_stream_init), (gst_musepackdec_loop),
16715 (gst_musepackdec_change_state):
16716 * ext/musepack/gstmusepackdec.cpp:
16717 * ext/musepack/gstmusepackdec.h:
16718 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16719 (gst_musepack_reader_read), (gst_musepack_reader_seek),
16720 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16721 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16722 * ext/musepack/gstmusepackreader.cpp:
16723 * ext/musepack/gstmusepackreader.h:
16724 Update to 1.1 API (#165446).
16726 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16731 2005-01-28 Andy Wingo <wingo@pobox.com>
16733 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16734 to reflect a different dubious internet source. Add a reference
16735 and some commentary.
16737 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16739 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16740 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16741 * gst/playback/gststreamselector.h:
16742 Be more selective when we're redoing caps negotiation from
16743 within the chain function on a stream change.
16745 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16749 * ext/amrnb/Makefile.am:
16750 * ext/amrnb/amrnb.c: (plugin_init):
16751 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16752 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16753 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16754 (gst_amrnbdec_state_change):
16755 * ext/amrnb/amrnbdec.h:
16756 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16757 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16758 (gst_amrnbparse_init), (gst_amrnbparse_formats),
16759 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16760 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16761 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16762 * ext/amrnb/amrnbparse.h:
16763 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16764 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16765 Add AMR-NB/-WB raw formats.
16766 * ext/alsa/gstalsa.c: (gst_alsa_link):
16767 Keep valid time when changing format.
16768 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16769 (qtdemux_parse_trak):
16770 Add some more format-specific options (#140141, #143555, #155163).
16772 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16774 * gst/matroska/matroska-demux.c:
16775 (gst_matroska_demux_parse_blockgroup):
16776 Fix logic error in timing of subtitle stream synchronization.
16777 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16778 Add skip-chunk, which is found in kodak-camera streams.
16780 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
16784 Adding Vietnamese translation (submitted by Clytie Siddall)
16786 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16788 * gst/playback/gstdecodebin.c: (try_to_link_1):
16789 Use realpad for signal.
16791 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16793 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16794 Fix category so decodebin picks it up.
16796 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16798 * ext/mad/Makefile.am:
16799 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16800 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16801 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16802 (found_type), (gst_id3demux_bin_change_state):
16803 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16804 (gst_id3_tag_init), (gst_id3_tag_handle_event),
16805 (gst_id3_tag_src_link), (gst_id3_tag_chain),
16806 (gst_id3_tag_change_state), (plugin_init):
16807 * ext/mad/gstmad.h:
16808 Add id3demuxbin (which is a simple bin consisting of id3demux
16809 and typefind), take over rank from id3demux, remove typefind
16810 code from id3demux. Makes all broken mp3s that I know of work,
16811 and thereby fixes #152688.
16813 2005-01-27 Edward Hervey <bilboed@bilboed.com>
16815 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16817 * ext/mad/gstmad.c: (gst_mad_src_event):
16818 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16819 Allow seeks on audio pad, make mad forward those (#164826).
16820 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16821 Set duration (#165335).
16823 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16825 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16826 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16827 (gst_asf_demux_process_ext_content_desc),
16828 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16829 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16830 * gst/asfdemux/gstasfdemux.h:
16831 Improve metadata display, e.g. if the metadata comes before the
16832 streams are loaded (which is perfectly valid).
16834 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16836 * tools/gst-launch-ext-m.m:
16837 Fix AVI/ASF pipelines (#165340).
16839 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
16840 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
16841 build failure on amd64
16843 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
16845 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16846 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16847 Check environment variables GST_ID3V2_TAG_ENCODING,
16848 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16849 list of character encodings to force interpretation of non-unicode
16850 strings stored in an ID3v2 tag to a particular encoding. If none
16851 is specified, try to use current locale's encoding, then fall back
16852 to ISO-8859-1 (which will always succeed). (Resolves #149274)
16853 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16854 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16855 Check environment variables GST_ID3V1_TAG_ENCODING,
16856 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16857 list of character encodings to use in case a string encountered
16858 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16859 specified, try to use the current locale's encoding, then fall
16860 back to ISO-8859-1 (which will always succeed).
16862 2005-01-25 Benjamin Otte <otte@gnome.org>
16864 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16865 - on half framerate, compute the rate in advance so the comparisons
16866 don't compare wrong values
16867 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16869 - don't use mad_header_decode anymore, mad_frame_decode does that
16871 - when getting rid of consumed bytes, reset the stream's skiplen
16874 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16876 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16877 Use 1/2 a second for default max_discont, as PES streams from DVB
16878 seem to have larger spacings in the SCR.
16881 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16883 * gst/playback/gstplaybasebin.c: (group_commit):
16884 Notify delayed stream-info availability.
16886 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16887 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16888 (gst_a52dec_handle_event), (gst_a52dec_chain):
16889 Add some debug output. Check that a discont has a valid
16891 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16892 (gst_alsa_sink_loop):
16893 Ignore TAG events. A little extra debug for broken timestamps.
16894 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16895 (dvdnavsrc_change_state):
16896 Ensure we send a discont to engage the link before we send any
16898 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16899 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16900 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16901 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16902 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16903 dvd://title works in totem because typefinding sends a seek that ends
16904 up going back to chapter 1 regardless.
16905 * ext/mpeg2dec/gstmpeg2dec.c:
16906 * ext/mpeg2dec/gstmpeg2dec.h:
16907 Output correct timestamps and handle disconts.
16908 * ext/ogg/gstoggdemux.c: (get_relative):
16909 Small guard against a null dereference.
16910 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16911 (gst_textoverlay_set_property):
16912 Free memory when done. Don't call gst_event_filler_get_duration on
16913 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16915 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16916 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16917 (gst_sw_srclink), (gst_smoothwave_chain):
16918 Draw solid lines, prettier colours.
16919 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16920 Add a default palette that'll work for some movies.
16921 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16922 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16923 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16924 * gst/mpegstream/gstdvddemux.h:
16925 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16926 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16927 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16928 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16929 * gst/mpegstream/gstmpegparse.h:
16930 Use PTM/NAV events when for timestamp adjustment when connected to
16931 dvdnavsrc. Don't use many discont events where one suffices.
16932 * gst/playback/gstplaybasebin.c: (group_destroy),
16933 (gen_preroll_element), (gst_play_base_bin_add_element):
16934 * gst/playback/gstplaybasebin.h:
16935 Make sure we remove subtitles from the same bin we put them in.
16936 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16937 (gst_subparse_buffer_format_autodetect),
16938 (gst_subparse_change_state):
16939 Fix some memleaks and invalid accesses.
16940 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16941 (oggskel_type_find), (cmml_type_find), (plugin_init):
16942 Some typefind functions for Annodex v3.0 files
16943 * gst/wavparse/gstwavparse.h:
16944 GstRiffReadClass is the correct parent class.
16946 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16948 * gst-libs/gst/riff/riff-media.c:
16949 (gst_riff_create_video_caps_with_data):
16950 Add extradata to huffyuv (fixes #165013).
16951 * gst-libs/gst/riff/riff-read.c:
16952 (gst_riff_read_strf_vids_with_data):
16953 Fix extradata extraction if it is in the chunk size.
16955 2005-01-25 Edward Hervey <bilboed@bilboed.com>
16957 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16959 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16960 (gst_quarktv_change_state), (gst_quarktv_dispose):
16961 Memory free'ing location fix (#164708).
16963 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16965 * gst/playback/gstplaybasebin.c: (group_commit),
16966 (gen_preroll_element), (probe_triggered), (gen_source_element),
16967 (setup_source), (gst_play_base_bin_change_state),
16968 (gst_play_base_bin_add_element):
16969 Don't block for streams.
16970 * gst/playback/gststreaminfo.c: (stream_info_change_state),
16971 (gst_stream_info_set_mute):
16972 Use gst_pad_set_active_recursive.
16974 2005-01-25 Andy Wingo <wingo@pobox.com>
16976 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16977 for #ifndef HAVE_XVIDEO.
16979 2005-01-24 Jeffrey C. Ollie
16981 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
16983 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16984 * ext/gsm/gstgsmdec.h:
16985 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16986 * ext/gsm/gstgsmenc.h:
16987 Fix rate to 8kHz as per spec, removes obscure errors when no rate
16988 was given by property. Add proper buffer timestamps and offsets.
16990 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16992 * gst-libs/gst/riff/riff-media.c:
16993 (gst_riff_create_audio_caps_with_data):
16994 Audio can be <8000Hz.
16996 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16998 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16999 Explicit state change to workaround refcount bugs.
17001 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17003 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
17004 (gst_avimux_riff_get_avi_header):
17007 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17009 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
17010 (gst_riff_read_element_data):
17011 * gst-libs/gst/riff/riff-read.h:
17012 Add _peek version (req'ed in CDXA).
17013 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
17014 (gst_cdxaparse_loop):
17015 Fix parsing in playbin.
17016 * gst/playback/gstdecodebin.c: (close_pad_link):
17017 Ignore current_ pads, they cause major annoyance.
17019 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17021 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17024 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17026 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
17029 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17031 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
17032 Allow for 0-sized buffers. Fixes length query problems in
17033 starwars.mkv from the testsuite.
17035 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
17037 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17038 (gst_video_box_i420), (gst_video_box_chain):
17039 Fix row strides for I420 (fixes #163159)
17041 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17043 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17044 MPEG2 has a useful rate property, so we can actually use that.
17045 For MPEG-1, continue using the bytes/time properties.
17047 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17049 * gst-libs/gst/riff/riff-media.c:
17050 (gst_riff_create_video_caps_with_data),
17051 (gst_riff_create_video_template_caps):
17054 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17056 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17057 Fail if caps negotiation fails. Should fix #162184, and should
17058 definately be in there regardless of it fixing the actual bug.
17059 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17060 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17061 (gst_avimux_riff_get_avix_header),
17062 (gst_avimux_riff_get_video_header),
17063 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17064 (gst_avimux_start_file), (gst_avimux_handle_event),
17065 (gst_avimux_change_state):
17066 * gst/avi/gstavimux.h:
17067 Refactor structure writing to use GST_WRITE_UINT macros, add
17068 metadata writing support.
17070 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17072 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17073 Elements may already be destroyed when this function is called.
17075 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17077 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17078 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17079 More memory leak fixes (#149162).
17081 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17083 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17084 (gst_qtdemux_add_stream):
17087 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17089 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17092 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17094 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17095 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17096 when fixating to six channels in Totem.
17098 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17100 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17101 Fix compile warnings on Solaris 10 buildbot
17103 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17105 * ext/dvdread/dvdreadsrc.c: (_read):
17106 Don't read beyond the last cell in a chapter (fixes
17107 invalid memory access)
17109 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17111 * ext/dvdread/stream_labels.c:
17112 (dvdreadsrc_get_audio_stream_labels):
17113 Use NULL for an empty GList instead of g_list_alloc(); fix
17114 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
17115 of GString (easier to bulk free later)
17117 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17119 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17121 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17122 (gst_ffmpeg_pixfmt_to_caps):
17123 Fix BGRA32 caps (#164209).
17125 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17127 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17129 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17130 (gst_ffmpeg_caps_to_pixfmt):
17131 alpha_mask can be RGBA/ABGR. Fixes #164265.
17133 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
17135 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17137 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17138 (gst_mpeg2dec_alloc_buffer):
17139 * ext/mpeg2dec/gstmpeg2dec.h:
17140 Crop if decoding size is not the actual image size (#163676).
17142 2005-01-17 Steve Baker <steve@stevebaker.org>
17144 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17146 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17147 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17148 Add libsndfile typefind functions (#163309).
17150 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17152 * tools/gst-launch-ext-m.m:
17153 Add .aac, fix .m1v/.m2v (#163891).
17155 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17157 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17158 Sanity check, don't wait endlessly since the clock might not
17159 actually run at this point (which is a deadlock). Fixes #164069.
17161 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17163 * gst/playback/gstplaybasebin.c: (probe_triggered):
17164 Of course, only pause if group is done...
17166 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17168 * gst/playback/gstplaybasebin.c: (probe_triggered):
17171 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
17173 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17174 Don't return state change success when the parent
17177 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17179 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17180 Free events (fix memleak in #162905).
17182 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
17184 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17186 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17187 (gst_ffmpeg_caps_to_pixfmt):
17188 Fix for depth = 15. Fixes #161675.
17190 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17192 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17193 Set FPS correctly, even for webcams and the like.
17194 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17195 Don error on setting while capturing.
17197 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17199 * ext/dv/gstdvdec.c:
17200 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17201 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17202 I'm a bad boy. using /1001. to force C to do float division
17203 and not integer division (as it did in my last commit)
17204 Thanks to David I. Lehn for pointing this mistake.
17206 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17208 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17209 Revert Johan's 1.35->1.36 since it breaks compat.
17211 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17213 * ext/dv/gstdvdec.c:
17214 * ext/libfame/gstlibfame.c:
17215 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17216 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17217 replace framerate aproximations by their real value
17218 (24000/1001, 30000/1001, 60000/1001)
17219 Finish fixing bug #164049
17221 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
17223 * ext/ogg/gstoggmux.c:
17225 * gst/tcp/gstmultifdsink.c:
17226 * gst/tcp/gstmultifdsink.h:
17227 * gst/tcp/gsttcp.c:
17228 * gst/tcp/gsttcp.h:
17229 * gst/tcp/gsttcpclientsink.c:
17230 * gst/tcp/gsttcpclientsrc.c:
17231 * gst/tcp/gsttcpserversink.c:
17232 * gst/tcp/gsttcpserversrc.c:
17233 improve reusability of elements after state changes and errors
17234 make multifdsink throw away streamheaders when receiving new ones
17236 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17238 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17239 Fix for if items are already in list...
17241 2005-01-12 Benjamin Otte <otte@gnome.org>
17243 * gst/adder/gstadder.c: (gst_adder_loop):
17244 fix adder a bit so it doesn't screw up with events as much anymore
17246 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
17248 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17249 (pixbufscale_scale), (gst_pixbufscale_chain):
17250 * ext/gdk_pixbuf/pixbufscale.h:
17251 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17252 to ensure rowstrides are calculated the same way as
17254 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17255 that we pick up duration and offset also.
17257 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17259 * gst/avi/gstavimux.c: (gst_avimux_class_init),
17260 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17263 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17265 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17266 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17267 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17268 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17269 Update flags when requested.
17271 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17273 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17276 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17278 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17279 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17280 (probe_triggered), (new_decoded_pad), (gen_source_element),
17281 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17282 * gst/playback/gstplaybasebin.h:
17283 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17284 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17285 (gst_play_bin_change_state):
17286 Implement group-switch signal for use in apps to clear metadata
17287 cache, clean up subtitle, add suburi property instead of # hack,
17288 some error-out fixes.
17290 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17292 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17294 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17295 If we got a state change in the _get handler, don't return success.
17297 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17299 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17300 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17301 Make jpegdec quiet on MJPEG decoding
17302 * gst/asfdemux/README:
17303 Fix mimetypes for MJPEG and H263
17305 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17307 * ext/theora/theoradec.c: (theora_dec_chain):
17308 Fix broken code generation by gcc by swapping arguments.
17309 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17312 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17315 delete this file, it is by far outdated
17316 * ext/alsa/gstalsa.1: remove
17317 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17318 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17319 (gst_alsa_get_caps):
17320 Add HW probing for supported sample rates. Fixes #161704
17322 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17324 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17325 Don't crash, biatch! :).
17327 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17329 * ext/musepack/gstmusepackreader.cpp:
17330 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17331 Some work on tags - still doesn't work in playbin...
17332 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17335 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17337 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17338 Also shove tags on kid pads.
17340 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17342 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17343 Don't bail on unknown events.
17344 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17345 Don't crash on events before negotiation.
17346 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17347 Send tags on pads, too.
17348 * gst/playback/gststreamselector.c:
17349 (gst_stream_selector_request_new_pad):
17350 Forward events on first pad if no input was selected yet.
17352 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17354 * gst/playback/gstplaybasebin.c: (setup_substreams):
17355 Don't disable streamtype if the stream doesn't exist, since
17356 then playing a video after audio will disable both and nothing
17357 will happen. Fixes the testsuite.
17359 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17361 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17362 (gst_v4l_xoverlay_set_xwindow_id):
17363 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17364 (gst_v4l2_xoverlay_set_xwindow_id):
17365 Add debug categories, fix overlay disabling.
17367 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17369 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17370 * ext/alsa/gstalsa.h:
17371 Add HW probing for period_count/size and buffer_size MIX/MAX
17372 Adjust default/user defined value if out of bounds
17373 Should fix bug #162024
17375 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17377 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17378 Fix warning (#161191).
17380 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17382 * ext/dvdread/stream_labels.c:
17383 (dvdreadsrc_get_audio_stream_labels):
17384 Fix warning (init the good variable in switch default)
17386 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
17388 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17390 * gst/tta/gstttaparse.c: (gst_tta_src_event):
17391 Fix gcc-2.95 compile (#163485).
17393 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17396 * ext/flac/gstflacenc.c: (gst_flacenc_init),
17397 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17398 (gst_flacenc_tell_callback), (gst_flacenc_chain),
17399 (gst_flacenc_change_state):
17400 * ext/flac/gstflacenc.h:
17401 Update for API change in flac-1.1.1. Update requirement in
17402 configure.ac. Fixes #162974.
17404 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17406 * gst/playback/gstplaybasebin.c: (group_destroy):
17407 Remove hack to get rid of assert and get rid of unlinked
17410 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17412 * gst/playback/gstplaybasebin.c: (setup_source):
17413 Set source to NULL so that resources are free'ed. Fixes issues
17414 with playback of CDDA and similar device-accessing things.
17416 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17418 * testsuite/embed/Makefile.am:
17419 test->noinst, fix make test in buildbot.
17421 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17423 * ext/dvdread/stream_labels.c: new file
17424 * ext/dvdread/stream_labels.h: new file
17425 * ext/dvdread/Makefile.am:
17426 * ext/dvdread/dvdreadsrc.c: (_seek_title):
17427 Extract audio stream label from DVD IFO files.
17428 It only dump them on the console for now, still have to
17429 make playbin aware of them.
17431 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17433 * gst/playback/gstplaybasebin.c: (setup_source):
17436 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17438 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17439 (gen_preroll_element), (remove_groups), (setup_subtitle),
17440 (gen_source_element), (setup_source):
17441 * gst/playback/gstplaybasebin.h:
17442 Multiple .sub files is just a stupid idea... Fix some threading
17443 mistakes. Interestingly, external .sub files cause playbin to
17444 hang, I don't know why... Parsing fixes contributed by Fran??ois
17445 Kooman <fkooman@tuxed.net>.
17447 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17449 * testsuite/embed/Makefile.am:
17452 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17454 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17456 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17457 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17458 (gst_pngenc_set_property):
17459 * ext/libpng/gstpngenc.h:
17460 Add compression level property (#163323).
17462 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17465 * examples/capsfilter/capsfilter1.c: (main):
17466 * examples/seeking/spider_seek.c: (make_spider_pipeline):
17467 * ext/dvdread/Makefile.am:
17468 * ext/dvdread/demo-play:
17469 * ext/dvdread/demo-play.c:
17470 * gconf/gstreamer.schemas.in:
17471 * gst-libs/gst/gconf/gconf.c:
17473 * testsuite/Makefile.am:
17474 * testsuite/embed/Makefile.am:
17475 * testsuite/embed/embed.c: (cb_expose), (main):
17476 Remove all references to xvideosink, fix examples (#140845).
17477 * gst/playback/gstplaybasebin.c: (group_destroy):
17478 Apparently, disposal does not unlink - so do explicitely.
17479 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17482 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
17484 * README: fix PKG_CONFIG_PATH instructions, what was there
17485 previously was breaking default search path, not nice.
17488 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17490 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17491 (gst_audioscale_chain):
17492 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17493 when resampling - how the ^@$^!@^! is this possible?!?
17495 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17497 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17498 Reset variables on READY.
17499 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17500 (gst_matroska_mux_loop):
17501 Require data before writing header.
17503 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
17505 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17507 * ext/mad/gstmad.c: (gst_mad_chain):
17508 Don't call mad_stream_sync() directly after recovering sync.
17511 2005-01-09 Martin Eikermann <meiker@upb.de>
17513 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17515 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17516 (snapshot_handler), (gst_snapshot_sinkconnect),
17517 (gst_snapshot_chain):
17518 Allocate resources when required, fix recursive signal emission
17519 and fix caps. Fixes #161667.
17521 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17523 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17525 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17526 (gst_pngdec_chain):
17527 Handle only 8-bppc (bits-per-pixel-component) images, better
17528 error handling and correct strides. Fixes #163177.
17529 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17530 (gst_pngenc_chain):
17531 Better error handling. Fixes #163348.
17533 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17535 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17536 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17537 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17538 (dvdnavsrc_uri_handler_init):
17539 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17540 * gst/playback/gstplaybasebin.c: (gen_source_element):
17541 Add MMS to streaming URIs.
17543 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17545 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17546 * sys/xvimage/xvimagesink.c:
17547 (gst_xvimagesink_navigation_send_event):
17548 Check for pad availability before sending event.
17550 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17552 * gst-plugins.spec.in:
17555 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17558 Since we use functions from CVS, up requirement.
17560 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17562 * gst/playback/Makefile.am:
17563 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17564 (group_destroy), (group_commit), (group_is_muted),
17565 (gen_preroll_element), (add_stream), (unknown_type),
17566 (probe_triggered), (preroll_unlinked), (mute_stream),
17567 (silence_stream), (new_decoded_pad), (setup_substreams),
17568 (setup_source), (get_active_source), (mute_group_type),
17569 (muted_group_change_state), (set_active_source),
17570 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17571 (play_base_eos), (gst_play_base_bin_change_state):
17572 * gst/playback/gstplaybasebin.h:
17573 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17574 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17575 (gst_stream_info_dispose), (stream_info_mute_pad),
17576 (stream_info_change_state), (gst_stream_info_set_mute):
17577 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17578 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17579 (gst_stream_selector_init), (gst_stream_selector_dispose),
17580 (gst_stream_selector_get_linked_pad),
17581 (gst_stream_selector_get_caps), (gst_stream_selector_link),
17582 (gst_stream_selector_get_linked_pads),
17583 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17584 * gst/playback/gststreamselector.h:
17585 Adding stream selection support plus required properties for
17586 applications to use this. Fully fixes #100931.
17588 2005-01-08 Benjamin Otte <otte@gnome.org>
17590 * gst/games/gstpuzzle.c: (nav_event_handler):
17591 - handle nav events differently: forward every event no matter if it
17592 was handled or not.
17594 You can now cheat by using navigationtest ! puzzle and moving the
17595 mouse close to the edge of a tile. ;)
17597 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17600 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17601 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17602 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17603 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17604 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17605 (gst_ogm_parse_plugin_init):
17606 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17607 (gst_textoverlay_link), (gst_textoverlay_getcaps),
17608 (gst_textoverlay_event), (gst_textoverlay_video_chain),
17609 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17610 * ext/pango/gsttextoverlay.h:
17611 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17612 (gst_matroska_demux_handle_seek_event),
17613 (gst_matroska_demux_sync_streams),
17614 (gst_matroska_demux_parse_blockgroup),
17615 (gst_matroska_demux_subtitle_caps),
17616 (gst_matroska_demux_plugin_init):
17617 * gst/matroska/matroska-ids.h:
17618 * gst/playback/gstdecodebin.c: (close_pad_link):
17619 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17620 (gen_preroll_element), (remove_groups), (add_stream),
17621 (new_decoded_pad), (setup_subtitles), (gen_source_element),
17623 * gst/playback/gstplaybasebin.h:
17624 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17625 * gst/subparse/Makefile.am:
17626 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17627 (gst_subparse_base_init), (gst_subparse_class_init),
17628 (gst_subparse_init), (gst_subparse_formats),
17629 (gst_subparse_eventmask), (gst_subparse_event),
17630 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17631 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17632 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17633 (parse_mpsub_deinit), (parse_mpsub_init),
17634 (gst_subparse_buffer_format_autodetect),
17635 (gst_subparse_format_autodetect), (gst_subparse_loop),
17636 (gst_subparse_change_state), (gst_subparse_type_find),
17638 * gst/subparse/gstsubparse.h:
17639 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17641 Add subtitle support, .sub parser (supports SRT and MPsub),
17642 OGM text support, Matroska UTF-8 text support, deadlock fixes
17643 all over the place, subtitle awareness in decodebin/playbin
17644 and some fixes to textoverlay to handle subtitles in a stream
17645 correctly. Fixes #100931.
17647 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17649 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17650 Check for pad availability before doing a query on it.
17652 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17654 * ext/dv/gstdvdec.c:
17655 really fix bpp24/32 dvdec caps (classic rgba indeed)
17656 * gst/asfdemux/gstasfdemux.c:
17657 (gst_asf_demux_process_ext_content_desc):
17658 don't send text tags if they are empty (bis repetita)
17660 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17662 * ext/dv/gstdvdec.c:
17663 remove unneeded comment from dvdec
17664 (related to DV 4CC codes in AVI files)
17665 moved them in gstreamer/docs/random/mimetypes
17666 * gst/asfdemux/gstasfdemux.c:
17667 (gst_asf_demux_process_ext_content_desc):
17668 don't send text tags if they are empty
17669 fix mem leak on error path
17670 * gst/ffmpegcolorspace/avcodec.h:
17671 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17672 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17673 (gst_ffmpegcsp_avpicture_fill):
17674 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17675 * gst/ffmpegcolorspace/imgconvert_template.h:
17676 adds BGR32 and BGRA32 to ffmpegcolorspace
17677 (still bad colors, fixing it on next commit)
17678 helps with dvdec outputing BGR32
17680 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17682 * ext/dv/gstdvdec.c:
17683 Fix audio caps i just broke (missing ',')
17684 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17685 (gst_matroska_mux_reset):
17686 Fix typo + add FIXME about old "x-gst-metadata" crap
17688 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17690 * ext/dv/demo-play.c: (main):
17691 xvideosink -> xvimagesink
17692 * ext/dv/gstdvdec.c:
17693 change rgb 32/32 caps to 24/32 (no alpha)
17694 change nb of channels to be a list (2 or 4, not 2)
17695 change sample rate to be a list (32, 44.1, 48 kHz) not a range
17696 * gst/asfdemux/gstasfdemux.c:
17697 (gst_asf_demux_process_ext_content_desc):
17698 Add 'date/year' to extracted metadata list
17700 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17702 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17703 The return value of fixate_to does not imply that the requested
17704 value was set, so don't assume.
17706 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
17708 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17710 * ext/libpng/gstpngdec.c:
17711 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17712 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17713 * ext/libpng/gstpngenc.h:
17714 Alpha support (encoder; #163161), mime fixage.
17716 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
17718 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17720 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17721 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17722 (gst_faac_set_property), (gst_faac_get_property):
17723 * ext/faac/gstfaac.h:
17724 Allow for ADTS output (#153434).
17726 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17728 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17729 Fix against template (#150576).
17731 2005-01-06 Benjamin Otte <otte@gnome.org>
17733 * gst/games/gstpuzzle.c: (draw_puzzle):
17734 don't draw a puzzle if either width or height of tiles would be 0.
17736 2005-01-06 Benjamin Otte <otte@gnome.org>
17738 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17739 (gst_puzzle_class_init), (gst_puzzle_finalize):
17740 no memleaks, please
17741 (gst_puzzle_create), (gst_puzzle_init),
17742 (gst_puzzle_set_property), (gst_puzzle_setup):
17743 change initialization code around so we don't reshuffle on resize
17745 fix another stupid typo
17747 2005-01-06 Benjamin Otte <otte@gnome.org>
17749 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17750 fix stupid typo that borked copying on YUY2
17752 2005-01-06 Benjamin Otte <otte@gnome.org>
17754 * gst/games/gstpuzzle.c: (draw_puzzle):
17755 fix edges when image sizes aren't multiples of tile sizes
17757 2005-01-06 Benjamin Otte <otte@gnome.org>
17759 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17760 make RGB endianness work correctly
17761 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17762 refactor and fix race with initial shuffling
17763 (nav_event_handler):
17764 allow using the mouse to puzzle
17766 insist on tiles having width and height as multiples of 4 to get
17767 clean YUV image handling
17768 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17769 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17770 s/DEBUG/LOG/ for common messages
17771 (gst_xvimagesink_navigation_send_event):
17772 fix mouse event translation to not include screen PAR
17773 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17774 fix mouse event translation to actually work
17776 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17778 * gst/asfdemux/gstasfdemux.c:
17779 (gst_asf_demux_process_ext_content_desc):
17780 Extract TrackNumber metadata + clean up code
17781 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17782 Hope this is the good fix (var used unitialised)
17784 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17786 * ext/faad/gstfaad.c: (gst_faad_chain):
17787 Only increment timestamp if it's valid. Fixes raw AAC streams.
17789 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
17792 * gst/games/Makefile.am:
17793 * gst/games/gstpuzzle.c:
17794 add a puzzle game with...
17795 * gst/games/gstvideoimage.c:
17796 * gst/games/gstvideoimage.h:
17797 ... full colorspace support (that includes YUV9 and RGB16)) stolen
17798 from videotestsrc and made into something that would be a nice
17799 library for a lot of other plugins.
17801 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17804 don't compile faad plugin if a RC of 2.0 is found
17805 Fixes #155346 (and FC1 buildbot)
17806 * gst/asfdemux/gstasfdemux.c:
17807 (gst_asf_demux_process_ext_content_desc):
17808 try to make Solaris compiler happier
17810 2005-01-06 Paul Jack <pjack@sfaf.org>
17812 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17814 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17815 Fix segfault (#161667).
17817 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17819 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17820 Fix framerate reporting.
17822 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17824 * gst-libs/gst/riff/riff-ids.h:
17825 * gst/wavenc/riff.h:
17826 Add AMR (VBR and CBR) ids to riff.h audio codec list
17827 * gst/asfdemux/gstasfdemux.c:
17828 (gst_asf_demux_process_ext_content_desc),
17829 (gst_asf_demux_process_object):
17830 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17832 2005-01-05 Martin Eikermann <meiker@upb.de>
17834 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17836 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17837 (gst_dvd_demux_handle_discont):
17838 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17839 (gst_mpeg_demux_handle_discont):
17840 Recreate pads on new-media (#160730).
17841 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17842 Send discont even if manager changes timestamps (#161929).
17844 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
17846 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17848 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17849 Fix invalid memory access (#159211).
17851 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17853 * examples/gstplay/player.c: (main):
17855 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17856 Add visualizations.
17857 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17858 (gst_a52dec_handle_frame):
17860 * ext/dvdnav/gst-dvd:
17861 Add audioconvert. Fixes #161325.
17862 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17863 Explicitely case to gint64. Possible valgrind error.
17864 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17865 (gst_play_tick_callback), (gst_play_change_state),
17866 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17867 (gst_play_set_location), (gst_play_get_location),
17868 (gst_play_seek_to_time), (gst_play_set_data_src),
17869 (gst_play_set_video_sink), (gst_play_set_audio_sink),
17870 (gst_play_set_visualization), (gst_play_connect_visualization),
17871 (gst_play_get_framerate), (gst_play_get_all_by_interface),
17873 Use playbin. Fixes #139749 and #147744.
17874 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17876 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17877 (audioscale_get_type), (gst_audioscale_base_init),
17878 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17879 (gst_audioscale_getcaps), (gst_audioscale_fixate),
17880 (gst_audioscale_link), (gst_audioscale_get_buffer),
17881 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17882 (gst_audioscale_init), (gst_audioscale_dispose),
17883 (gst_audioscale_chain), (gst_audioscale_set_property),
17884 (gst_audioscale_get_property), (plugin_init):
17886 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17888 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17889 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17890 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17891 Add more metadata (fixes #162656).
17893 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17898 === release 0.8.7 ===
17900 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17905 releasing 0.8.7, "Hyperspace"
17907 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17909 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
17911 * gst/playback/gstplaybasebin.c:
17912 Fix for #162924 - free caps after use, not before
17914 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
17916 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17918 * gst/playback/gstplaybasebin.c:
17919 * gst/wavparse/gstwavparse.c:
17920 Fix for #154773 - fixes playback of small .wav files
17922 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
17924 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17926 * gst/audioscale/gstaudioscale.c:
17927 Fix for #162819 - make audioscale reusable
17928 Fixes playback of more than one file with playbin/totem
17930 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17932 * gst/ffmpegcolorspace/avcodec.h:
17933 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17934 * gst/ffmpegcolorspace/imgconvert.c:
17935 clean up the mess that made me cry and avoid needless duplication
17937 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17939 * gst/ffmpegcolorspace/imgconvert.c:
17940 give some indication of why we're segfaulting
17942 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17945 Fix indentation, fix v4l2 plugin detection.
17947 Fix libmms location (Maciej, use diff -u!).
17948 * ext/alsa/gstalsa.c: (gst_alsa_init):
17949 Initialize caps cache to NULL.
17950 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17951 Only change state on audiosink if it exists.
17953 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
17955 * gst/matroska/matroska-demux.c:
17956 * gst/matroska/matroska-ids.h:
17957 * gst/matroska/matroska-demux.h:
17958 Fix Vorbis streams failing to decode in some files, where cluster_time
17959 isn't 0, because then it doesn't send codec_priv before actual data.
17960 Remove time-based test and replace it with marker set on beginning of
17963 2004-12-28 David Schleef <ds@schleef.org>
17965 Merge patch from Ronald fixing problems with streaming
17967 * ext/cairo/gstcairo.c: (plugin_init):
17968 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17969 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17970 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17971 (gst_textoverlay_font_init), (gst_textoverlay_init),
17972 (gst_textoverlay_set_property):
17973 * ext/cairo/gsttextoverlay.h:
17975 2004-12-27 David Schleef <ds@schleef.org>
17977 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17978 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17979 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17980 (gst_textoverlay_font_init), (gst_textoverlay_init),
17981 (gst_textoverlay_set_property): Improvements to actually
17982 render text as white on black outline on video, including
17983 font selection and horizontal/vertical alignment. (Ronald's
17985 * ext/cairo/gsttextoverlay.h:
17987 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17989 * ext/ogg/gstogg.c:
17990 * ext/ogg/gstogmparse.c:
17991 fix ogm[audio/video]parse plugin registration
17992 (riff won't load if bytestream is already loaded)
17994 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17996 * gst/audioconvert/gstchannelmix.c:
17999 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18003 disable docs again until it actually passes make distcheck.
18005 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18007 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
18008 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18010 Add 3GP (variables name Q3GP because they can't start with a
18011 number). Add samr audio fourcc (used in .3gp files), decoder
18012 is work in progress. Also do a GST_WARNING instead of ERROR
18013 in case of unknown nodes, to decrease output.
18015 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18020 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
18023 * ext/speex/gstspeexdec.h:
18024 * ext/speex/gstspeexenc.h:
18025 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
18026 Fix detection code in configure.ac
18028 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18030 * gst/matroska/matroska-demux.c:
18031 (gst_matroska_demux_parse_blockgroup):
18032 Save position, so that queries give proper return values. Don't
18033 know how this could ever have worked before...
18035 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
18038 Put additional LAME check inside the conditional. Fixes #152339
18040 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18042 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18043 (gst_avi_demux_stream_scan):
18044 Add some more debug. Fix logic error when setting movi offset
18045 while reading index.
18047 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18049 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18050 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18051 (gst_avi_demux_process_next_entry):
18052 Add some debugging. Better detection of broken indexes and the
18053 accompanying index recovery. No infinite loops on state changes
18054 when we're still in our loopfunction.
18056 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18061 2004-12-22 Archana Shah <archana.shah@wipro.com>
18063 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18065 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18066 Normalizing the value before setting
18067 (gst_sunaudiomixer_get_volume):
18068 Normalizing the value after getting. Fixes bug# 161980
18070 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18072 * Makefile.am: Make sure docs gets disted
18073 * docs/Makefile.am: Make sure all needed files get disted
18074 * gst-plugins.spec.in: latest updates
18076 2004-12-22 Wim Taymans <wim@fluendo.com>
18078 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18079 Revert patch 1.38 as clock distribution over schedulers does
18080 not work correcly in the core yet.
18082 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18084 * sys/oss/README: remove this file, which predates my birth
18085 (and which content is by far outdated)
18087 2004-12-20 Stefan Kost <ensonic@users.sf.net>
18091 * docs/Makefile.am:
18092 * docs/libs/Makefile.am:
18093 * docs/libs/gst-plugins-libs-docs.sgml:
18094 * docs/libs/gst-plugins-libs-sections.txt:
18095 * docs/libs/tmpl/gstgconf.sgml:
18097 * docs/version.entities.in:
18098 Added boilerplate gtk-doc files for plugin-libs documentation.
18100 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18102 * gst/auparse/gstauparse.c: fix int and float audio caps
18104 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18106 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18107 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18108 g_assert() can be a macro, don't use #ifdef inside it.
18110 2004-12-19 Edward Hervey <bilboed@bilboed.com>
18112 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18114 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18115 (gst_videorate_init), (gst_videorate_chain),
18116 (gst_videorate_change_state):
18117 Event handling (fixes #159986).
18119 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18121 * gst-libs/gst/riff/riff-media.c:
18122 (gst_riff_create_video_caps_with_data):
18123 Add BLZ0 (Blizzard's version of DivX) fourcc.
18125 2004-12-18 David Schleef <ds@schleef.org>
18127 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18130 2004-12-18 David Schleef <ds@schleef.org>
18132 * gst/tta/ttadec.h: Disable some header code that isn't used
18133 and clearly isn't portable.
18135 2004-12-18 David Schleef <ds@schleef.org>
18137 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18138 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18139 (avcodec_get_pix_fmt), (avpicture_layout),
18140 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18141 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18142 Fix code to not use GCC extensions (and c99 extensions that
18143 Forte does not like.)
18145 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
18147 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18149 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18150 (gst_deinterlace_chain):
18151 Rowstride fixes. Fixes #161039.
18152 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18153 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18154 (gst_video_crop_getcaps), (gst_video_crop_link),
18155 (gst_video_crop_i420), (gst_video_crop_chain),
18156 (gst_video_crop_change_state):
18157 Rework of negotiation. Actually works now. Fixes #158650.
18159 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18161 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18162 That was very stupid.
18164 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18166 * gst/matroska/matroska-demux.c:
18167 (gst_matroska_demux_parse_blockgroup):
18168 Fix possible crasher.
18170 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18172 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18173 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18174 Lace sizes can be zero.
18176 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18178 * ext/musepack/gstmusepackdec.cpp:
18179 Fetch error return values. Fixes #161624.
18180 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18183 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18185 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18186 Work for truncated (unfinished download etc.) files. Fixes #160514.
18188 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18190 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18191 Fix for integer overflow. Makes #156001 not crash. Probably masks
18194 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18196 * gst/ac3parse/gstac3parse.c: (plugin_init):
18197 Parsers never have ranks. Fixes #159651.
18199 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
18201 * gst/playback/gstdecodebin.c: (compare_ranks):
18202 make sure the facotries are ordered the same every time even if they
18203 have the same rank by using the name
18204 * gst/playback/gstdecodebin.c: (find_compatibles):
18205 make sure we don't add factories to the list twice
18207 2004-12-16 David Schleef <ds@schleef.org>
18209 * configure.ac: look for musepack headers as musepack/*.h
18211 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18212 * ext/musepack/gstmusepackreader.h: same
18214 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18216 * gst-libs/gst/riff/riff-read.c:
18217 (gst_riff_read_strf_auds_with_data):
18218 Read extradata correctly (fixes #155879).
18220 2004-12-16 David Schleef <ds@schleef.org>
18222 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18223 audio. does _not_ attempt or allow conversion unless channels
18226 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18228 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18230 2004-12-16 David Schleef <ds@schleef.org>
18232 * gst/audioscale/gstaudioscale.c: the resample library only
18233 handles 1 or 2 channels. Change caps to compensate.
18235 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18237 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18238 (gst_matroska_demux_audio_caps):
18239 Some MPEG-AAC hacks, because else it doesn't work...
18241 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18243 * gst-libs/gst/riff/riff-media.c:
18244 (gst_riff_create_video_caps_with_data),
18245 (gst_riff_create_video_template_caps):
18248 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18250 * gst-libs/gst/audio/Makefile.am:
18251 Try to fix buildbot.
18253 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
18255 * gst/tcp/gstmultifdsink.c:
18256 Clean up and uniformize debugging.
18258 2004-12-16 Edward Hervey <bilboed@bilboed.com>
18260 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18262 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18263 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18264 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18265 (gst_mpeg_demux_change_state):
18266 Reset on ready. Fixes 160276.
18268 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18270 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18272 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18273 (gst_ffmpegcsp_pad_link):
18274 Fix memleak (#154815).
18276 2004-12-16 James Bowes <bowes@cs.dal.ca>
18278 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18280 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18281 (gst_musicbrainz_init), (gst_musicbrainz_chain),
18282 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18283 * ext/musicbrainz/gsttrm.h:
18284 Add support for using a proxy server when getting a trm id from
18285 the MusicBrainz database (#149613).
18287 2004-12-16 Christophe Fergeau <teuf@gnome.org>
18289 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18291 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18292 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18293 Fix memleaks (#157233).
18295 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18297 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18299 * gst-libs/gst/resample/resample.c: (gst_resample_close):
18300 * gst-libs/gst/resample/resample.h:
18301 * gst/audioscale/gstaudioscale.c:
18302 Fix memleak (#159215).
18304 2004-12-16 Toni Willberg <toniw@iki.fi>
18306 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18308 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18309 * sys/oss/oss_probe.c: (main):
18310 Check for mono/stereo support (similar to samplerate probing),
18311 fixes #159433. Also add missing copyright header to oss_probe.c.
18313 2004-12-15 David Schleef <ds@schleef.org>
18315 * configure.ac: add audioresample and cairo plugins. Remove
18316 HAVE_MMX stuff, because it's not used.
18317 * ext/Makefile.am: same
18318 * ext/audioresample/Makefile.am: You are not ready for an
18319 audio resampling element based on audioresample.
18320 * ext/audioresample/gstaudioresample.c:
18321 * ext/audioresample/gstaudioresample.h:
18322 * ext/cairo/Makefile.am: You are not ready for overlay elements
18323 based on cairo. Don't look too closely, these elements kinda
18325 * ext/cairo/gstcairo.c: new
18326 * ext/cairo/gsttextoverlay.c: new
18327 * ext/cairo/gsttextoverlay.h: new
18328 * ext/cairo/gsttimeoverlay.c: new
18329 * ext/cairo/gsttimeoverlay.h: new
18330 * gst-libs/gst/media-info/media-info-priv.h: fix compile
18331 problem with compilers that don't support variadic macros.
18333 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
18335 Reviewed by: David Schleef <ds@schleef.org>
18337 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
18338 Bala, registering sunaudiosrc (oops!), and cleaning up code a
18339 bit. Also ran indent-gst.
18340 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18341 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18342 (gst_sunaudiosrc_setparams):
18344 2004-12-14 David Schleef <ds@schleef.org>
18346 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18347 output rate to 16000. Should fix #160235.
18349 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18351 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18352 Add typefinding for mpeg2 pes streams
18354 2004-12-13 David Schleef <ds@schleef.org>
18356 * configure.ac: Applied patch from bug #143659, making default
18357 sources and sinks OS-dependent (for Solaris), and added code
18359 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18361 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18363 * gst-libs/gst/riff/riff-media.c:
18364 forgot to add h2.64 to avidemux template caps
18366 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18368 * gst/wavenc/riff.h:
18369 * gst-libs/gst/riff/riff-media.c:
18370 * gst-libs/gst/riff/riff-ids.h:
18371 * gst/avi/gstavimux.c
18372 add 4CC code for VideoSoft h264 in AVI (VSSH)
18374 remove s323 from riff, it's quicktime specific :(
18376 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18378 * gst/asfdemux/README
18379 * gst/wavenc/riff.h
18380 * gst-libs/gst/riff/riff-ids.h
18381 * gst-libs/gst/riff/riff-media.c
18382 * gst/qtdemux/qtdemux.c:
18383 add new 4CC codes for h263 related codecs
18384 fixes partially bug #155163
18386 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
18388 * configure.ac: Update polyaudio requirement to 0.7
18389 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18391 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18393 * gst/interleave/deinterleave.c:
18394 fix my name's spelling! :)
18396 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18398 * AUTHORS ChangeLog
18399 * gst/auparse/gstauparse.c
18400 * gst/interleave/deinterleave.c
18402 alaw-decode.c alaw-encode.c
18403 mulaw-decode.c mulaw-encode.c
18404 * gst/oneton/gstoneton.c
18406 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18408 cocoawindow.h cocoawindow.m
18409 osxvideosink.h osxvideosink.m
18411 put the same mail address for Zaheer Abbas Merali everywhere
18413 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18415 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18416 Align by packetsize, and assert that we a packet available before
18417 playing. The first makes webstreams work (they often include
18418 trailing padding data in a packet), the second allows pausing a
18419 ASF stream in totem without getting demux errors afterwards.
18421 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18423 * ext/ogg/gstoggdemux.c: (get_relative):
18424 Check for non-NULL before accessing member (end-of-chain).
18426 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18428 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18429 (cdparanoia_set_property), (cdparanoia_get_property):
18430 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18431 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18432 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18433 (dvdreadsrc_init), (dvdreadsrc_set_property),
18434 (dvdreadsrc_get_property):
18435 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18436 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18437 Synchronize property names where not yet the case. Devices are
18438 now device=X, other versions are deprecated (but still exist).
18439 Also use g_free() unconditionally.
18440 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18441 (setup_source), (gst_play_base_bin_get_property):
18444 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
18446 * configure.ac: move GCONF macro outside conditional for the am
18447 conditional. Fixes #160439
18449 2004-12-08 David Schleef <ds@schleef.org>
18451 * tools/gst-visualise-m.m: Switch to elements that currently
18454 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18456 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18457 We love wrong commas.
18459 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18461 * gst/matroska/matroska-demux.c:
18462 (gst_matroska_demux_handle_src_query):
18463 Don't set DEFAULT, unsupported - makes length display incorrectly
18466 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18468 * gst/monoscope/README: remove blurb about files being GPL
18469 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18470 * gst/monoscope/monoscope.c: Change license to BSD with explanation
18471 monoscope is now effectively LGPL licensed
18473 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18475 * gst/monoscope/README: Update information to be more correct
18476 * gst/monoscope/convolve.c: Relicense to LGPL
18477 * gst/monoscope/convolve.h: Relicense to LGPL
18479 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
18481 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18482 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18483 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18484 set default_duration for mpeg1 audio
18486 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
18488 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18489 * ext/alsa/gstalsa.h:
18490 refactor big chunks of the core caps negotiation code to make it
18491 a lot faster, because people claim it's really slow
18492 (actually, just cache the getcaps when the device is opened)
18494 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18496 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18497 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18498 (gst_a52dec_handle_frame), (gst_a52dec_chain),
18499 (gst_a52dec_change_state), (plugin_init):
18500 * ext/a52dec/gsta52dec.h:
18501 Do something useful with timestamps. Make chain-based (since
18502 there's really no reason to be loopbased).
18503 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18504 Update current_byte/frame correctly.
18506 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18508 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18509 (gst_ape_demux_stream_init):
18512 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18514 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18515 Let's make sure we're done typefinding when detecting tags.
18517 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18519 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18520 (gst_ebml_read_init), (gst_ebml_read_use_event),
18521 (gst_ebml_read_element_id), (gst_ebml_peek_id),
18522 (gst_ebml_read_seek), (gst_ebml_read_skip),
18523 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18524 (gst_ebml_read_master):
18525 * gst/matroska/ebml-read.h:
18526 * gst/matroska/matroska-demux.c:
18527 (gst_matroska_demux_parse_contents),
18528 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18529 Disgustingly evil hack for working around INTERRUPT events and
18530 their extremely annoying habit of being a pain in the ass. We
18531 simply peek a cluster before reading any of it.
18533 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18535 * ext/musepack/gstmusepackdec.cpp:
18536 There's also floating point libmusepacks.
18538 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18540 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18541 (gst_faad_chanpos_to_gst), (gst_faad_chain):
18542 Set DURATION even if source buffer didn't. Also use increasing
18544 * gst-libs/gst/riff/riff-media.c:
18545 (gst_riff_create_audio_caps_with_data):
18546 Block_align can have larger values than 8192.
18548 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18550 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18551 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18552 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18553 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18556 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18558 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18561 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18563 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18566 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18568 * ext/esd/esdsink.c: (gst_esdsink_chain):
18569 Make error actually say something useful (fixes #156798).
18570 * gst-libs/gst/riff/riff-media.c:
18571 (gst_riff_create_video_caps_with_data),
18572 (gst_riff_create_video_template_caps):
18573 Add Intel Video 5.0 fourcc (IV50).
18575 2004-12-01 Christophe Fergeau <teuf@gnome.org>
18577 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18578 detection on mono and stereo mp3 files.
18580 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18582 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18583 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18584 the contained stream).
18586 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18588 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18589 Oops, remove debug.
18591 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18593 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18595 * gst/law/alaw-decode.c: (alawdec_getcaps):
18596 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18597 Prevent warnings when negotiating caps (fixes #159338).
18599 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18601 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18602 (gst_ffmpegcsp_chain):
18603 Remove old leftover that shouldn't be there...
18605 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18607 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18609 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18610 Don't forward DISCONT events (fixes #159684).
18612 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18614 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18615 Unlink manually since sometimes bin disposal (and therefore
18616 pad unlinking) is delayed, which will cause a new media file
18617 to not be able to start playing instantly.
18619 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18621 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18622 On mute of an unlinked stream, check for pad availability so
18623 we don't crash on unlinked pad.
18625 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18627 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18628 (gst_avi_demux_massage_index):
18629 Fix quite humiliating bug in omitting 0-sized index chunks but
18630 forgetting to count them for timestamps.
18632 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18634 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18635 Actually leave the loop if we failed to sync. Don't crash.
18637 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18639 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18640 (gst_dvd_demux_process_private):
18641 * gst/mpegstream/gstdvddemux.h:
18642 Fix crash (#159759). Doesn't work, though. :-(.
18644 2004-11-28 Benjamin Otte <otte@gnome.org>
18646 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18647 more overwriting protection due to modifying channels one by one
18648 instead of all at once
18650 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18652 * gst/audioconvert/gstchannelmix.c:
18653 (gst_audio_convert_fill_normalize):
18654 Normalize using absolute values.
18656 2004-11-28 Julien MOUTTE <julien@moutte.net>
18660 * ext/directfb/Makefile.am:
18661 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18662 (gst_directfbvideosink_get_pixel_format),
18663 (gst_directfbvideosink_get_format_from_fourcc),
18664 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18665 (gst_directfbvideosink_sink_link),
18666 (gst_directfbvideosink_change_state),
18667 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18668 (gst_directfbvideosink_buffer_alloc),
18669 (gst_directfbvideosink_interface_supported),
18670 (gst_directfbvideosink_interface_init),
18671 (gst_directfbvideosink_navigation_send_event),
18672 (gst_directfbvideosink_navigation_init),
18673 (gst_directfbvideosink_set_property),
18674 (gst_directfbvideosink_get_property),
18675 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18676 (gst_directfbvideosink_base_init),
18677 (gst_directfbvideosink_class_init),
18678 (gst_directfbvideosink_get_type), (plugin_init):
18679 * ext/directfb/directfbvideosink.h: Adding a first version of
18681 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18684 2004-11-28 Benjamin Otte <otte@gnome.org>
18686 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18687 walk the samples backwards if out_channels > in_channels so we don't
18690 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18692 * gst/audioconvert/Makefile.am:
18693 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18694 (gst_audio_convert_link), (gst_audio_convert_change_state),
18695 (gst_audio_convert_channels):
18696 * gst/audioconvert/gstchannelmix.c:
18697 (gst_audio_convert_unset_matrix),
18698 (gst_audio_convert_fill_identical),
18699 (gst_audio_convert_fill_compatible),
18700 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18701 (gst_audio_convert_fill_others),
18702 (gst_audio_convert_fill_normalize),
18703 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18704 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18705 * gst/audioconvert/gstchannelmix.h:
18706 Implement a channel mixer.
18708 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
18710 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18711 * ext/alsa/gstalsa.h:
18712 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18713 Make alsasink actually honor gst_element_set_clock and use that
18714 clock instead of its internal one.
18716 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18718 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18719 (gst_play_base_bin_change_state): nullify source and decoder when
18720 going from READY to NULL so that we don't try to do weird stuff with
18721 them when going from NULL to READY
18722 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18723 instead of g_object_unref
18724 (gen_video_element), (gen_audio_element): more refcounting fixes, now
18725 it should be correct
18726 (gst_play_bin_change_state): don't call remove_sinks if we are
18727 currently disposing the object
18729 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18731 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18732 Don't forget bass if it's there. Else left channel is silent...
18734 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18736 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18737 (gst_a52dec_change_state):
18738 Don't do sample adjusting anymore, we use float audio now.
18739 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18740 Don't fixate to non-existing properties.
18742 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18744 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18745 (gst_a52dec_change_state):
18746 Advertise that we can do surround sound.
18748 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18750 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18751 Add buffer-frames=0.
18752 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18753 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18754 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18755 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18756 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18757 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18758 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18759 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18760 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18761 * ext/dvdread/dvdreadsrc.h:
18762 Add seeking, querying for bytes, sectors, title, angle and
18763 chapter. Handle multiple chapters. Relicense to LGPL because
18764 Billy agreed on that (thanks Billy!).
18766 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18768 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18769 call parent dispose method
18771 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
18773 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18774 (gst_audio_clock_get_internal_time):
18775 Fix active <-> inactive transitions: ensure time value always
18776 grows and avoid abrupt value changes.
18778 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
18781 * gst/tta/Makefile.am:
18783 * gst/tta/filters.h:
18784 * gst/tta/gsttta.c:
18785 * gst/tta/gstttadec.c:
18786 * gst/tta/gstttadec.h:
18787 * gst/tta/gstttaparse.c:
18788 * gst/tta/gstttaparse.h:
18789 * gst/tta/ttadec.h:
18790 added TTA parser and decoder
18792 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18794 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18795 (probe_triggered), (check_queue), (buffer_underrun),
18796 (buffer_running), (buffer_overrun), (gen_source_element),
18798 * gst/playback/gstplaybasebin.h:
18799 Implement buffering. Needs some more work.
18801 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18803 * ext/theora/theoradec.c: (theora_dec_chain):
18804 Fix ilog mask range overflow.
18806 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18808 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18809 Don't omit the last (which in case of dmix is the only :) )
18810 channel count. Don't set channels if <= 2.
18812 2004-11-26 Christophe Fergeau <teuf@gnome.org>
18814 * gst/playback/gstplaybin.c: (gen_video_element),
18815 (gen_audio_element): Removed 2 obsolete comments
18817 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18819 * ext/vorbis/oggvorbisenc.c
18820 * ext/vorbis/vorbisenc.c :
18821 change description fields of those plugins to differentiate them
18822 (pitivi show Encoders by description, they had the same one)
18824 2004-11-25 Christophe Fergeau <teuf@gnome.org>
18826 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18828 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18829 (gst_play_bin_set_property), (gen_video_element),
18830 (gen_audio_element):
18831 Refcounting fixes for provided audio-/videosinks.
18833 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18835 * gst/playback/gstplaybin.c: (gen_video_element),
18836 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18837 Don't reference all sinks, but only the video- and audiosinks.
18838 The vis. element should be disposed when we're done with it.
18839 We don't have any reason to keep it around. This fixes warnings
18840 when reusing playbin for playing multiple audio files with
18841 vis. enabled. Also release audio device on pause - idea stolen
18844 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18846 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18847 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18848 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18849 * ext/alsa/gstalsaplugin.c: (plugin_init):
18850 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18851 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18852 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18853 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18854 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18855 (gst_faad_change_state), (plugin_init):
18856 * ext/faad/gstfaad.h:
18857 * ext/vorbis/vorbis.c: (plugin_init):
18858 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18859 * gst-libs/gst/audio/Makefile.am:
18860 * gst-libs/gst/audio/audio.c: (plugin_init):
18861 * gst-libs/gst/audio/multichannel.c:
18862 (gst_audio_check_channel_positions),
18863 (gst_audio_get_channel_positions),
18864 (gst_audio_set_channel_positions),
18865 (gst_audio_set_structure_channel_positions_list),
18866 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18867 (gst_audio_fixate_channel_positions):
18868 * gst-libs/gst/audio/multichannel.h:
18869 * gst-libs/gst/audio/testchannels.c: (main):
18870 * gst/audioconvert/gstaudioconvert.c:
18871 (gst_audio_convert_class_init), (gst_audio_convert_init),
18872 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18873 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18874 (gst_audio_convert_fixate), (gst_audio_convert_channels):
18875 * gst/audioconvert/plugin.c: (plugin_init):
18876 Surround sound support.
18878 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18880 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18881 Fix position for discont if we're close as well. Nitpicking, but
18882 saves a few milliseconds of extra waiting or skipping.
18884 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18886 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18887 We sometimes need parsers for playback, so add those too.
18889 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18892 * gst/apetag/Makefile.am:
18893 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18894 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18895 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18896 (gst_ape_demux_get_src_query_types),
18897 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18898 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18899 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18900 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18901 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18902 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18903 (gst_ape_demux_change_state):
18904 * gst/apetag/apedemux.h:
18905 * gst/apetag/apetag.c: (plugin_init):
18906 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18908 APE v1/2 tag reader plus typefind function.
18910 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18913 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18914 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18915 Remove hacks for older core. Require newer core version
18918 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18920 * gst/cdxaparse/Makefile.am:
18921 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18922 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18923 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18924 * gst/cdxaparse/gstcdxaparse.h:
18925 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18926 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18927 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18928 (gst_cdxastrip_get_src_query_types),
18929 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18930 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18931 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18932 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18933 * gst/cdxaparse/gstcdxastrip.h:
18934 SVCD/VCD header stripping separated from CDXA image parsing.
18935 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18937 Add VCD/SVCD header typefinding for VCD/SVCD.
18938 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18939 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18940 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18941 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18942 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18943 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18944 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18945 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18946 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18947 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18948 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18949 * sys/vcd/vcdsrc.h:
18950 Fix up, add seeking, querying, URI interface. Works in totem now.
18952 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18957 === release 0.8.6 ===
18959 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18977 releasing 0.8.6, "IOU Love"
18979 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18981 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18983 * gst/playback/gstplaybasebin.c:
18984 Fix unplayable files error handling. Fixes #158365
18986 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18988 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18990 * gst/typefind/gsttypefindfunctions.c:
18991 Fix broken mp3 typefinding. Fixes #158375
18993 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18995 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18997 * ext/ogg/gstoggdemux.c:
18998 Fix sync on broken files. Fixes #158976
19000 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19002 patch by: Edward Hervey <bilboed@bilboed.com>
19004 * ext/libpng/gstpngenc.c:
19005 Copy over buffer properties. Fixes #158832
19007 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19009 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
19011 * ext/dvdread/dvdreadsrc.c:
19012 Fixes invalid reads (#158462)
19014 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19016 * sys/v4l/gstv4lsrc.c:
19017 * sys/v4l/gstv4lsrc.h:
19018 * sys/v4l/v4lsrc_calls.c:
19019 Probe less and cache it. Fixes #159187.
19021 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19023 * gst/videorate/gstvideorate.c:
19024 Handle all video formats. Fixes #159186.
19026 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
19027 * gst/synaesthesia/gstsynaesthesia.c:
19028 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
19029 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
19030 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
19031 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
19032 (gst_synaesthesia_change_state), (plugin_init):
19033 Fix up synaesthesia to work under different samplerates/ buffer sizes.
19034 Force 320x200 output, as that's the only thing the underlying
19035 synaesthesia implementation supports. Still needs to be made
19038 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19041 Fix mpeg2enc configure check (similar to mplex check below).
19043 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
19045 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19047 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19048 Fix for gcc-2.95 (fixes #158221).
19050 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19052 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19053 Re-add clock distribution hack (until new core is released).
19056 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
19058 fix mplex configure check segfaulting on some systems (bug #140994)
19060 2004-11-13 Benjamin Otte <otte@gnome.org>
19062 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19064 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19065 do a wait when we enter the loop func with no data available to
19066 write instead of getting into an 100% CPU loop by just returning and
19067 being called again by the scheduler
19069 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
19072 * ext/libvisual/visual.c: (gst_visual_get_type),
19073 (libvisual_log_handler), (gst_visual_getcaps),
19074 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19076 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19077 * ext/smoothwave/Makefile.am:
19078 * ext/smoothwave/demo-osssrc.c: (main):
19079 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19080 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19081 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19083 * ext/smoothwave/gstsmoothwave.h:
19084 Make gstsmoothwave a working element in the 20th century.
19086 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19087 Fix incorrect link function
19089 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19091 * gst/volume/gstvolume.c:
19092 Allow buffer-frames=0.
19094 2004-11-12 Iain <iaingnome@gmail.com>
19096 * configure.ac: Check for polypaudio
19098 * ext/Makefile.am: Build the polyp dir
19100 * ext/polyp: The polypsink sources.
19102 2004-10-30 Iain <iaingnome@gmail.com>
19104 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19105 caps to reflect the new number of channels.
19107 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19109 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19110 Fix for negotiation order problem. This would show when the
19111 ALSA loopfuction was called before any other function. ALSA
19112 wouldn't do anything because we're not negotiated yet, leading
19113 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19115 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
19117 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19119 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19120 No warnings (#157986).
19122 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19124 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19125 Prefer apev1/2 and id3v1 (at end of file) over musepack.
19127 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19129 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19130 Signal no-more-pads (so it works in playbin).
19132 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19134 * ext/musepack/gstmusepackreader.cpp:
19135 Workaround for older core.
19137 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19139 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19140 Actually test for odd width/height rather than testing whether
19141 a temporary variable that was 0 before we subtracted 1 is now
19142 not equal to zero (which it always is).
19144 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19146 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19147 Fix compilation if HAVE_XVIDEO is not defined
19149 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19151 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19152 Fix compilation if HAVE_XVIDEO is not defined
19154 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
19156 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19157 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19158 (gst_goom_change_state), (plugin_init):
19159 Use the bytestream adapter so goom doesn't depend on the input
19161 Add a debug category
19163 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19165 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19166 Only set hardware parameters *after* negotiation. Before
19167 negotiation, it will set ANY and that seems to cause crashes
19168 (see e.g. #151288, #153227).
19170 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19172 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19173 This seems to be antique leftover. It needs to pass error
19175 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19176 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19177 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19178 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19179 Fix GstXOverlay implementation (#151059).
19181 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19183 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19184 Don't assert (#157853).
19186 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19188 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19189 Fix bytes/samples confustion.
19190 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19191 Fix for underrun (#144389).
19193 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19195 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19196 Disable halfway-seek for pending release (since it needs a new
19199 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19201 * sys/v4l/gstv4lsrc.c:
19202 * sys/v4l/gstv4lsrc.h:
19203 * sys/v4l/v4lsrc_calls.c:
19204 add autoprobe-fps property so we can separate autoprobing parts
19206 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19208 * sys/v4l/gstv4lsrc.c:
19209 * sys/v4l/v4lsrc_calls.c:
19210 initialise fourcc to catch unset fourcc's, and debug
19212 2004-11-09 Wim Taymans <wim@fluendo.com>
19214 * gst/playback/README:
19215 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19216 * gst/playback/gstplaybin.c: (gst_play_bin_init),
19217 (gst_play_bin_dispose), (gst_play_bin_set_property),
19218 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19219 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19220 (gst_play_bin_get_formats), (gst_play_bin_convert),
19221 (gst_play_bin_get_query_types), (gst_play_bin_query):
19222 Cleanups and some more documentation.
19224 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
19226 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19227 (gst_cacasink_init), (gst_cacasink_chain):
19228 * ext/libcaca/gstcacasink.h:
19229 Cacasink inherits from VideoSink, so let that store the clock.
19231 2004-11-09 Wim Taymans <wim@fluendo.com>
19233 * gst/playback/README:
19234 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19235 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19236 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19237 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19238 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19240 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19241 (gst_stream_info_is_mute), (gst_stream_info_set_property):
19242 * gst/playback/gststreaminfo.h:
19244 Only switch groups if all streams have muted (EOSed).
19245 Send Tags in sync with the stream playback instead of in
19246 the playback/preroll phase.
19247 Some cleanups, free the fakesrc elements.
19249 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
19251 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19252 buffer-frames property was missing
19253 * ext/arts/gst_arts.c:
19254 rate missing from sinkcaps
19255 * ext/audiofile/gstafparse.c:
19256 * ext/audiofile/gstafsink.c:
19257 * ext/audiofile/gstafsrc.c:
19258 * ext/swfdec/gstswfdec.c:
19259 int audio doesn't know buffer-frames
19260 * ext/cdparanoia/gstcdparanoia.c:
19261 int audio doesn't know chunksize either
19262 * ext/nas/nassink.c:
19263 it's endianness, not endianess
19264 * gst-libs/gst/audio/audio.h:
19265 make float standard pad template caps really describe float
19266 * gst/law/mulaw.c: (linear_factory):
19267 signed only, please
19268 * gst/mpegstream/gstdvddemux.c:
19269 widths of 20 are not valid
19271 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
19273 Submitted by: Luca Ferretti <elle.uca@infinito.it>
19279 2004-11-08 Wim Taymans <wim@fluendo.com>
19281 * gst/playback/README:
19282 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19283 * gst/playback/gstplaybasebin.c: (probe_triggered),
19284 (gst_play_base_bin_change_state):
19285 Updated README, added more comments for fixmes etc..
19287 2004-11-08 Wim Taymans <wim@fluendo.com>
19289 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19290 We can remove this hack now.
19292 2004-11-08 Wim Taymans <wim@fluendo.com>
19294 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19295 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19296 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19297 Only mix AYUV for maximum quality.
19299 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19301 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19302 (gst_ogg_demux_push), (gst_ogg_pad_push):
19303 Let's act as if we're synchronized now! :).
19304 * ext/theora/theoradec.c: (theora_dec_chain):
19307 2004-11-08 Wim Taymans <wim@fluendo.com>
19309 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19310 (gst_alpha_set_property), (gst_alpha_sink_link),
19311 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19312 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19313 (gst_alpha_init_params), (gst_alpha_chain):
19314 Implement alpha functions for AYUV too, this increases
19315 accuracy quite a bit.
19317 2004-11-08 Wim Taymans <wim@fluendo.com>
19319 * gst/ffmpegcolorspace/avcodec.h:
19320 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19321 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19322 (gst_ffmpegcsp_avpicture_fill):
19323 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19324 (gst_ffmpegcsp_caps_remove_format_info):
19325 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19326 (shrink12), (img_get_alpha_info), (deinterlace_line),
19327 (deinterlace_line_inplace):
19328 * gst/ffmpegcolorspace/imgconvert_template.h:
19329 Added AYUV colorspace and handle RGBA a bit more respectful.
19331 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19333 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19334 Actually always send a discont (cornercase when resending the
19335 same serial-tagged chain twice).
19337 2004-11-08 Julien MOUTTE <julien@moutte.net>
19339 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19340 (gst_ximagesink_finalize):
19341 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19342 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19344 2004-11-08 Wim Taymans <wim@fluendo.com>
19346 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19347 Don't segfault on NULL data.
19349 2004-11-08 Wim Taymans <wim@fluendo.com>
19351 * gst/playback/gstdecodebin.c: (unlinked):
19352 * gst/playback/gstplay-marshal.list:
19353 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19354 (gst_play_base_bin_init), (group_create), (get_active_group),
19355 (get_building_group), (group_destroy), (group_commit),
19356 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19357 (add_element_stream), (no_more_pads), (probe_triggered),
19358 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19359 (state_change), (setup_source), (gst_play_base_bin_get_property),
19360 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19361 (gst_play_base_bin_link_stream),
19362 (gst_play_base_bin_get_streaminfo):
19363 * gst/playback/gstplaybasebin.h:
19364 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19365 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19366 Add support for chained ogg files. Prepare for playlist
19367 support. This patch introduces the concept of pad groups, which
19368 together compose one playable media file.
19370 2004-11-07 David Schleef <ds@schleef.org>
19372 * testsuite/gst-lint: Check for pad templates that aren't statically
19375 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19379 * ext/musepack/Makefile.am:
19380 * ext/musepack/gstmusepackdec.cpp:
19381 * ext/musepack/gstmusepackdec.h:
19382 * ext/musepack/gstmusepackreader.cpp:
19383 * ext/musepack/gstmusepackreader.h:
19384 Add musepack decoder.
19385 * ext/faad/gstfaad.c: (gst_faad_base_init):
19386 Make pad templates static.
19387 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19389 Add musepack typefinder, make mp3 typefinding work halfway stream,
19390 which doesn't actually work yet because id3demux doesn't implement
19393 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19395 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19396 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19397 Fix interrupt event handling (#144436).
19399 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19401 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19404 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19406 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19408 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19409 Fix weird caps (#157548).
19411 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19413 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19415 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19416 Add missing NULL terminator (#157543).
19418 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
19420 * gst/tcp/gsttcp.h:
19421 * gst/tcp/gsttcpclientsink.c:
19422 * gst/tcp/gsttcpclientsrc.c:
19423 * gst/tcp/gsttcpserversink.c:
19424 * gst/tcp/gsttcpserversrc.c:
19425 ports can go up to 65535. Move common defines to gsttcp.h
19427 2004-11-05 Wim Taymans <wim@fluendo.com>
19429 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19430 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19431 Added two more colorspaces.
19433 2004-11-05 Wim Taymans <wim@fluendo.com>
19435 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19436 (gst_ffmpegcsp_avpicture_fill):
19437 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19438 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19439 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19442 2004-11-05 Wim Taymans <wim@fluendo.com>
19444 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19445 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19446 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19447 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19448 (gst_videomixer_loop):
19451 2004-11-05 Benjamin Otte <otte@gnome.org>
19453 * ext/mad/gstmad.c: (gst_mad_chain):
19454 don't overflow data buffer. Flush not needed sync data when syncing
19457 2004-11-04 Wim Taymans <wim@fluendo.com>
19459 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19460 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19461 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19462 (gst_alpha_init_params), (gst_alpha_chain),
19463 (gst_alpha_change_state):
19464 Updated the chroma keying algorithm with something more
19467 2004-11-03 Wim Taymans <wim@fluendo.com>
19469 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19470 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19471 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19472 Fix stride issues. Does not completely work for odd
19475 2004-11-03 Wim Taymans <wim@fluendo.com>
19477 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19478 (gst_alpha_chroma_key), (gst_alpha_chain):
19479 Fix stride issues. Does not completely work for odd
19482 2004-11-03 Christophe Fergeau <teuf@gnome.org>
19484 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19485 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19488 2004-11-03 Wim Taymans <wim@fluendo.com>
19490 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19491 (gst_ffmpegcsp_avpicture_fill):
19492 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19494 * gst/ffmpegcolorspace/imgconvert_template.h:
19495 Use correct _fill function to get correct strides.
19497 2004-11-02 David Schleef <ds@schleef.org>
19499 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19500 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19501 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19502 Change all g_print()s to debugging. Add a bunch of consistency
19505 2004-11-02 Wim Taymans <wim@fluendo.com>
19507 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19508 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19509 (unlinked), (no_more_pads), (close_link):
19510 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19511 (unknown_type), (add_element_stream), (new_decoded_pad),
19512 (removed_decoded_pad), (setup_source):
19513 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19514 (gst_stream_info_class_init), (gst_stream_info_init),
19515 (gst_stream_info_new), (gst_stream_info_dispose),
19516 (stream_info_mute_pad), (gst_stream_info_set_property),
19517 (gst_stream_info_get_property):
19518 * gst/playback/gststreaminfo.h:
19519 Fix playback of multiple files.
19520 a slightly different approach to handling dynamic pad removals.
19521 This one only looks at pads that we have linked.
19523 2004-11-01 Christophe Fergeau <teuf@gnome.org>
19525 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19526 free" warning from libc.
19528 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19530 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19531 (get_unconnected_element), (remove_starting_from), (pad_removed),
19533 Implement support for dynamic pad changing. We listen to "live"
19534 pad removals (i.e. while playing) and re-setup autoplugging
19535 after that. Playbasebin/playbin need some more work for this
19536 to finally work, but decodebin supports (and replugs) chained
19539 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
19541 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19542 (gst_alsa_finalize):
19543 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19544 (gst_cdaudio_finalize):
19545 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19546 (cdparanoia_finalize):
19547 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19548 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19549 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19550 (dvdreadsrc_finalize):
19551 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19552 (gst_flacdec_finalize):
19553 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19554 (gst_flacenc_finalize):
19555 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19556 (gst_gnomevfssink_finalize):
19557 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19558 (gst_gnomevfssrc_finalize):
19559 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19560 (gst_fameenc_finalize):
19561 * ext/nas/nassink.c: (gst_nassink_class_init),
19562 (gst_nassink_finalize):
19563 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19564 (gst_sdlvideosink_class_init):
19565 * ext/sndfile/gstsf.c: (gst_sf_dispose):
19566 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19567 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19568 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19569 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19570 (gst_x_window_listener_dispose):
19571 * gst/audioscale/gstaudioscale.c:
19572 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19573 (play_on_demand_finalize):
19574 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19575 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19576 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19577 (cdplayer_finalize):
19578 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19579 (gst_glimagesink_class_init):
19580 * sys/oss/gstosselement.c: (gst_osselement_class_init),
19581 (gst_osselement_finalize):
19582 * sys/oss/gstosssink.c: (gst_osssink_dispose):
19583 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19584 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19585 Fixes a bunch of problems with finalize and dispose functions,
19586 either assumptions that dispose is only called once, or not calling
19587 the parent class dispose/finalize function
19589 2004-11-01 Stefan Kost <ensonic@users.sf.net>
19591 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19592 added two api precondition guards
19593 use g_strdup with getenv to fix crash when using ENVVAR
19595 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
19596 * ext/esd/esdsink.c: (gst_esdsink_class_init),
19597 (gst_esdsink_finalize):
19598 Use a finalize function, not dispose, and more importantly,
19599 call the parent class finalize function too
19601 2004-11-01 Johan Dahlin <johan@gnome.org>
19603 * ext/ogg/gstoggdemux.c:
19604 * gst/tags/gstvorbistag.c:
19607 2004-10-31 Benjamin Otte <otte@gnome.org>
19609 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19610 lotsa memleaks today. But they're all small...
19612 2004-10-31 Benjamin Otte <otte@gnome.org>
19614 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19615 another memleak crushed
19617 2004-10-31 Benjamin Otte <otte@gnome.org>
19619 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19622 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19624 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19625 Hack to prevent crash when going to READY inside signal handler
19626 while this function is active.
19628 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19630 * gst/ffmpegcolorspace/Makefile.am:
19631 * gst/ffmpegcolorspace/avcodec.h:
19632 * gst/ffmpegcolorspace/common.h:
19633 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19634 * gst/ffmpegcolorspace/dsputil.h:
19635 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19636 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19637 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19638 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19639 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19640 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19641 (gst_ffmpegcsp_avpicture_fill):
19642 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19643 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19644 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19645 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19646 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19647 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19648 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19649 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19650 * gst/ffmpegcolorspace/imgconvert.c:
19651 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19652 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19653 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19654 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19655 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19656 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19657 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19658 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19659 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19660 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19661 (grow21), (grow22), (grow41), (grow44), (conv411),
19662 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19663 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19664 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19665 (avpicture_free), (is_yuv_planar), (img_convert),
19666 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19667 (deinterlace_line_inplace), (deinterlace_bottom_field),
19668 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19669 * gst/ffmpegcolorspace/imgconvert_template.h:
19670 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19671 * gst/ffmpegcolorspace/mmx.h:
19672 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19673 (av_fast_realloc), (av_mallocz_static), (av_free_static),
19674 (av_freep), (avcodec_get_context_defaults),
19675 (avcodec_alloc_context), (avcodec_init):
19676 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19677 handling plus update from ffmpeg CVS. Large clean-up.
19679 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19681 * gst/playback/Makefile.am:
19682 We need the marshallers for decodebin, too.
19684 2004-10-30 David Schleef <ds@schleef.org>
19686 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19687 quicktime typefinding work with 64-bit offsets.
19689 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
19691 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19692 Set EOS on the element when processing an EOS event.
19693 * ext/speex/gstspeexdec.h:
19694 * ext/speex/gstspeexenc.h:
19695 Only keep a const ptr to the mode
19696 * gst-libs/gst/riff/riff-media.c:
19697 (gst_riff_create_audio_caps_with_data),
19698 (gst_riff_create_audio_template_caps):
19699 Allow WMAV3, with up to 6 channels.
19700 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19701 Don't call gst_pad_set_event_function on a sink pad.
19702 * gst/mpegstream/gstdvddemux.c:
19703 (gst_dvd_demux_get_subpicture_stream),
19704 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19705 Copy the explicit caps that were set across to the cur_* pads,
19706 instead of trying to use a possibly non-existent negotiated caps.
19707 Reset the type of subpicture pads to UNKNOWN after calling
19708 init_stream, so that the caps get set.
19710 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
19712 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19714 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19715 Don't touch buffer if it is of size 0 (fixes #151064).
19717 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19719 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19720 Synchronized discont handling.
19722 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19724 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19725 (gst_ogg_demux_push):
19726 Make seeking sort-of exact again (fixes #156387).
19728 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19730 * gst/playback/gstplaybasebin.c: (unknown_type),
19731 (add_element_stream), (new_decoded_pad),
19732 (gst_play_base_bin_change_state):
19733 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19734 (gst_stream_info_init), (gst_stream_info_new),
19735 (gst_stream_info_dispose), (gst_stream_info_get_property):
19736 * gst/playback/gststreaminfo.h:
19737 Make caps explicitely available. Makes testing for unsupported
19738 types possible. Improves error reporting.
19740 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19742 * gst/audioconvert/gstaudioconvert.c:
19743 (gst_audio_convert_buffer_to_default_format):
19744 Really don't touch read-only buffers (#156563).
19746 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
19748 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19750 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19751 Fix memleak (#155223).
19753 2004-10-29 Wim Taymans <wim@fluendo.com>
19755 * gst/tcp/.cvsignore:
19756 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19757 (gst_multifdsink_class_init), (gst_multifdsink_init),
19758 (gst_multifdsink_add), (gst_multifdsink_remove),
19759 (gst_multifdsink_remove_client_link), (is_sync_frame),
19760 (gst_multifdsink_new_client),
19761 (gst_multifdsink_handle_client_write),
19762 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19763 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19764 (gst_multifdsink_get_property):
19765 * gst/tcp/gstmultifdsink.h:
19766 Added burst on connect sync_method, deprecated sync_clients,
19767 streamlined the sync code some more.
19769 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19771 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19772 (gst_play_base_bin_change_state):
19773 Improve error reporting.
19775 2004-10-28 Wim Taymans <wim@fluendo.com>
19777 * gst/tcp/Makefile.am:
19778 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19779 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19780 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19781 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19782 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19783 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19785 Added more locks around fdset structures. Fixed/reworked
19786 the poll array resizing code.
19787 Added stress test for fdset.
19789 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19791 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19794 2004-10-28 Benjamin Otte <otte@gnome.org>
19796 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19797 fix link function to always query channels and query width for
19801 * gst/equalizer/Makefile.am:
19802 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19803 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19804 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19805 (arg_to_scale), (setup_filter),
19806 (gst_iir_equalizer_compute_frequencies),
19807 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19808 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19812 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19814 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19818 Added Norwegian Bokmaal translation
19820 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19822 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19823 Don't break on options (fixes #156488).
19825 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19828 * ext/cdaudio/Makefile.am:
19830 fix build on older automake
19832 2004-10-26 Wim Taymans <wim@fluendo.com>
19834 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19835 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19836 Allow a little margin when negotiating the framerate.
19838 2004-10-26 Stefan Kost <ensonic@users.sf.net>
19840 * gst/level/gstlevel.c:
19841 synchonised naming of pads and pad-templates
19843 2004-10-26 Wim Taymans <wim@fluendo.com>
19845 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19846 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19847 (_find_streams_check), (gst_ogg_demux_push):
19848 Fix EOS again. Needs to be done in a better way. We should not
19849 remove the pad if there is no new chained stream.
19851 2004-10-26 Iain <iaingnome@gmail.com>
19853 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19854 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19856 * gst/interleave/interleave.c (interleave_class_init): Hook up release
19858 (interleave_release_pad): Remove the pad.
19859 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19860 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19862 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19864 (gst_xvimagesink_xcontext_clear): Free the xcontext.
19865 (gst_xvimagesink_finalize): Free the par.
19867 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19869 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19870 (gst_avimux_stop_file):
19871 First calculate the rate, and only then use it. Hdr.rate is a
19872 multiple and not a derivative of hdr.scale. Scale is not the
19873 same as blockalign but is solely related to rate.
19875 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19877 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19878 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19881 2004-10-25 James Henstridge <james@jamesh.id.au>
19883 Reviewed by: David Schleef <ds@schleef.org>
19885 * examples/gstplay/player.c: (got_stream_length), (main):
19886 * examples/seeking/cdplayer.c: (update_scale):
19887 * examples/seeking/seek.c: (format_value), (update_scale):
19888 * examples/seeking/spider_seek.c: (format_value), (update_scale),
19890 Build fixes on AMD64.
19892 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19894 reviewed by: Ronald Bultje <rbultje at gnome dot org>
19896 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19897 Fix for some v4l cards which hang in v4lsrc
19899 2004-10-25 Wim Taymans <wim@fluendo.com>
19901 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19902 (gst_ogg_demux_push), (gst_ogg_chains_clear):
19903 Make sure to remove the pad when a new chain is
19904 encountered. Set some vars to NULL so we don't try
19905 to reference freed memory.
19907 2004-10-25 Wim Taymans <wim@fluendo.com>
19909 * examples/seeking/Makefile.am:
19910 * examples/seeking/cdplayer.c: (update_scale):
19911 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19912 * examples/seeking/playbin.c: (make_playerbin_pipeline),
19913 (format_value), (update_scale), (iterate), (start_seek),
19914 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19915 (print_usage), (main):
19916 Added some more examples, update others.
19918 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19920 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19921 * ext/speex/gstspeexdec.c: (speex_dec_chain):
19922 * ext/theora/theoradec.c: (theora_dec_chain):
19923 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19924 Add codec-name metadata.
19926 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
19928 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19930 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19931 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19932 * ext/alsa/gstalsamixertrack.h:
19934 ALSA mixer track label internationalization (#154054).
19936 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19938 * ext/theora/theoradec.c: (theora_dec_chain):
19939 Export bitrate as metadata.
19941 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19943 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19944 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19945 * ext/alsa/gstalsamixertrack.h:
19946 Fix names, fix loop.
19948 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19950 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19951 (speex_dec_convert):
19952 sinkconvert function so oggdemux can get the file length (totem).
19954 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
19956 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19958 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19959 Don't push incomplete packets.
19960 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19961 Fix MPEG-4 audio typefinding.
19963 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19965 * sys/v4l/Makefile.am:
19966 * sys/v4l/gstv4l.c: (plugin_init):
19967 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19968 (gst_v4lelement_init), (gst_v4lelement_dispose),
19969 (gst_v4lelement_change_state):
19970 * sys/v4l/gstv4lelement.h:
19971 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19972 (gst_v4l_xoverlay_close), (idle_refresh),
19973 (gst_v4l_xoverlay_set_xwindow_id):
19974 * sys/v4l/gstv4lxoverlay.h:
19975 * sys/v4l/v4l-overlay_calls.c:
19976 * sys/v4l/v4l_calls.h:
19977 * sys/v4l2/Makefile.am:
19978 * sys/v4l2/gstv4l2.c: (plugin_init):
19979 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19980 (gst_v4l2element_init), (gst_v4l2element_dispose),
19981 (gst_v4l2element_change_state):
19982 * sys/v4l2/gstv4l2element.h:
19983 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19984 (gst_v4l2_xoverlay_close), (idle_refresh),
19985 (gst_v4l2_xoverlay_set_xwindow_id):
19986 * sys/v4l2/gstv4l2xoverlay.h:
19987 * sys/v4l2/v4l2-overlay_calls.c:
19988 * sys/v4l2/v4l2_calls.h:
19989 Remove client-side overlay handling, use the X-server v4l plugin
19990 for that. Nicer overlay, less code. Also make the plugin
19991 compileable without X (but then without overlay, obviously).
19992 Makes xwindowlistener obsolete, should we remove that?
19994 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19996 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19997 (gst_osssrc_src_query):
19998 * sys/oss/gstosssrc.h:
19999 OK, so people want offset in DEFAULT. This time, actually fix all
20001 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20004 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20006 * gst/asfdemux/gstasfmux.c:
20007 * gst/avi/gstavimux.c:
20010 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20012 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
20013 Fix properties (channel, norm, frequency).
20015 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20017 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
20019 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
20022 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20024 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
20027 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20029 * sys/v4l2/gstv4l2element.h:
20030 Yet Another Hack (tm) for kernel header borkedness.
20031 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20032 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
20033 (gst_v4l2src_link), (gst_v4l2src_getcaps),
20034 (gst_v4l2src_change_state):
20035 * sys/v4l2/gstv4l2src.h:
20036 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
20037 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20038 Fix caps, keep track of state, work.
20040 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20042 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20045 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20047 * sys/oss/gstosssrc.c: (gst_osssrc_get):
20048 Don't mix bytes and samples.
20050 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20052 * ext/ogg/gstoggmux.c:
20053 Basic pad template which accepts OGM tracks, speex, flac, vorbis
20054 and theora. Any is incorrect.
20055 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20057 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20058 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20059 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20060 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20061 * sys/v4l/gstv4lmjpegsrc.h:
20062 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20063 (gst_v4lsrc_change_state):
20064 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20065 (gst_v4lmjpegsrc_capture_stop):
20066 Fix caps. Keep track of internal state. Work.
20068 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20071 Fix the build fixes.
20073 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20075 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20076 (gst_ogg_demux_src_event), (_find_chain_seek),
20077 (gst_ogg_pad_push):
20078 Check for pad availability before using it.
20079 * ext/ogg/gstoggdemux.c: (_find_chain_process):
20080 Fix parsing of chained ogg. Needs more work on the decoder side.
20082 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
20084 * gst/spectrum/Makefile.am:
20085 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20087 Fix demo and reenable it. Yes, I'm currently playing with audio
20090 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20092 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20093 We love it if files that start at zero work too...
20095 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20097 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20098 Handle files with missing EOS headers.
20100 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20102 * gst/tcp/gsttcpserversink.c:
20103 (gst_tcpserversink_handle_server_read),
20104 (gst_tcpserversink_init_send):
20105 Zero some variables first (need for accept not to return EINVAL)
20107 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20109 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20110 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20111 * ext/theora/theoradec.c: (theora_dec_sink_convert),
20112 (theora_dec_chain):
20113 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20114 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20115 Seeking and querying finetune.
20117 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
20121 * ext/raw1394/Makefile.am:
20124 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20126 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20128 * gst/playback/Makefile.am:
20129 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20130 * gst/playback/gstplay-marshal.list:
20131 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20134 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20136 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20139 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20141 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20142 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20143 (gst_ogg_pad_push):
20144 Yay for non-lineair granulepos in theora.
20146 2004-10-18 Wim Taymans <wim@fluendo.com>
20148 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20149 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20150 * ext/dv/gstdvdec.h:
20151 Make sure we renegotiate aspect ratio when the camera switches.
20153 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20155 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20156 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20158 * ext/theora/theoradec.c: (theora_dec_chain):
20159 Skip headers. Bad idea for chained ogg, but fixes seeking.
20161 2004-10-18 Wim Taymans <wim@fluendo.com>
20164 I swear, this is the last time I touch this.
20166 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20168 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20169 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20170 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20172 * ext/theora/theoradec.c: (theora_dec_sink_convert):
20173 Time-to-default conversion.
20174 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20175 Don't error on unknown packets, just skip. We should probably
20176 read them if we want to support chained ogg.
20178 2004-10-18 Wim Taymans <wim@fluendo.com>
20181 Added cdaudio to wrong list.
20183 2004-10-18 Wim Taymans <wim@fluendo.com>
20188 2004-10-18 Wim Taymans <wim@fluendo.com>
20190 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20191 (gst_dvdec_video_link), (gst_dvdec_push):
20192 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20193 (gst_smokeenc_resync), (gst_smokeenc_chain):
20194 Fix mimetype on smoke encoder.
20195 Add aspect ratio to dvdec. Not sure if these
20196 values are correct though....
20198 2004-10-18 Wim Taymans <wim@fluendo.com>
20200 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20201 Fix vorbis property descriptions and ranges.
20203 2004-10-18 Wim Taymans <wim@fluendo.com>
20205 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20206 Really do nothing when no data is available.
20207 Go to the playing state when the stream is not seekable
20208 instead of failing.
20210 2004-10-18 Wim Taymans <wim@fluendo.com>
20212 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20213 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20214 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20215 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20216 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20217 Added uri handler for cd://
20220 2004-10-18 Wim Taymans <wim@fluendo.com>
20222 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20223 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20224 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20225 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20226 (remove_prerolls), (unknown_type), (add_element_stream),
20227 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20228 (gst_play_base_bin_remove_element),
20229 (gst_play_base_bin_link_stream):
20230 * gst/playback/gstplaybin.c: (gen_video_element),
20231 (gen_vis_element), (remove_sinks), (setup_sinks):
20232 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20233 (gst_stream_info_get_type), (gst_stream_info_class_init),
20234 (gst_stream_info_init), (gst_stream_info_new),
20235 (gst_stream_info_dispose), (stream_info_mute_pad),
20236 (gst_stream_info_set_property), (gst_stream_info_get_property):
20237 * gst/playback/gststreaminfo.h:
20238 Add sink padtemplate to decodebin.
20239 Added some more comments.
20240 Make queue size configurable in playbasebin.
20241 Added possibility to use elements as sinks (ex cdaudio).
20243 2004-10-15 Wim Taymans <wim@fluendo.com>
20245 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20246 (gst_speexenc_chain):
20247 Fix speex timestamps so that it gets muxed properly.
20249 2004-10-15 Wim Taymans <wim@fluendo.com>
20251 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20252 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20253 (gst_dv1394src_init), (gst_dv1394src_dispose),
20254 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20255 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20256 (gst_dv1394src_event), (gst_dv1394src_get_formats),
20257 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20258 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20259 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20260 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20261 * ext/raw1394/gstdv1394src.h:
20262 Added conversion/query functions.
20263 Update buffer timestamps,
20265 Added uri dv:// so it might play from the firewire in playbin.
20266 Fix a possible leak.
20269 2004-10-15 Wim Taymans <wim@fluendo.com>
20271 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20272 (gst_dv1394src_init), (gst_dv1394src_set_property),
20273 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20274 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20275 * ext/raw1394/gstdv1394src.h:
20276 Added AV/C VTR control support needed for some cameras.
20277 Added automatic port detection.
20278 Added properties for selecting the channel.
20279 The configure.ac script is not yet updated to reflect the
20280 new libavc1394 and librom1394 dependencies.
20282 2004-10-15 Wim Taymans <wim@fluendo.com>
20284 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20285 (qtdemux_parse), (gst_qtdemux_handle_esds):
20286 An esds box is not a container.
20287 Fix parsing of mp4v boxes.
20288 Do not try to renegotiate fps for each frame. Need to
20289 find a better method. This should fix mp4 playback.
20291 2004-10-14 David Schleef <ds@schleef.org>
20293 * configure.ac: update for swfdec-0.3 and liboil-0.2
20294 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20295 * ext/swfdec/gstswfdec.h: same
20296 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20297 * gst/videotestsrc/videotestsrc.c: same
20299 2004-10-14 Wim Taymans <wim@fluendo.com>
20301 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20302 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20303 (is_sync_frame), (gst_multifdsink_new_client),
20304 (gst_multifdsink_handle_client_write),
20305 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20306 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20307 Turn warnings into info.
20308 Don't allow a state change in the streaming thread.
20310 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
20312 * ext/vorbis/oggvorbisenc.c:
20313 * ext/vorbis/vorbisdec.c:
20314 fix template sample rate
20316 2004-10-13 Wim Taymans <wim@fluendo.com>
20318 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20319 Decoding the header first fixes some problems in resyncing
20322 2004-10-12 Wim Taymans <wim@fluendo.com>
20324 * gst/playback/gstplaybin.c: (gen_video_element),
20325 (gen_vis_element), (remove_sinks), (setup_sinks):
20326 Added vis plugin support, need to configure the vis
20327 element to activate it.
20329 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20331 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20332 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20334 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20335 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20336 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20337 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20338 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20339 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20340 * gst/avi/gstavidemux.h:
20341 Support for openDML-2.0 indx/ix## chunks. Support for broken index
20342 recovery (where, if part of the index is broken, we will still read
20343 the rest of the index and recover the broken part by stream
20344 scanning). More broken media support. EOS workarounds. General AVI
20345 braindamage headache recovery. Aspirin included.
20347 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20349 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20350 (cdparanoia_event), (cdparanoia_query):
20351 Get rid of hideous lead-in.
20353 2004-10-11 Wim Taymans <wim@fluendo.com>
20355 * gst/playback/gstplaybasebin.c: (setup_source):
20356 Wrong var used to get g_list_next.
20358 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20360 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20361 (cdparanoia_get), (cdparanoia_open):
20362 Report discid as metadata, add duration.
20364 2004-10-11 Wim Taymans <wim@fluendo.com>
20366 * gst/playback/gstplaybasebin.c: (setup_source):
20367 Cleanup the previous pipeline a little earlier for the
20368 case that a source element provides raw data.
20370 2004-10-11 Benjamin Otte <otte@gnome.org>
20372 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20373 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20374 consuming the last 128 bytes, even though it was valid mp3 data.
20376 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20378 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20379 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20380 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20381 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20383 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20385 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20386 Fix for webcams that support only specific width or height
20388 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20390 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20392 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20393 Fix wrong discont event setup (fixes #154967).
20395 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
20397 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20399 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20400 Error out on invalid data (fixes #154807).
20402 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20404 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20406 * ext/dvdread/dvdreadsrc.c: (_read):
20407 Make titles > 0 work again (fixes #154834).
20409 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20411 * gst-libs/gst/riff/riff-media.c:
20412 (gst_riff_create_video_template_caps):
20413 WMV3 missing in template caps.
20415 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20417 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20418 OK, so the original code was too strict. It makes random AVI files
20419 hang for seconds upon opening, which is unacceptable and is far
20420 beyond the original goal of getting multiple chunks for one-chunk
20421 sounc stream files. So now do just that.
20423 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20425 * gst/playback/gstplaybasebin.c: (setup_source),
20426 (gst_play_base_bin_change_state):
20427 Actually clean up streaminfo if output fails. This would trigger
20428 if, for example, there was no CD in the drive. No preroll, so
20429 a streaminfo structure is created, but the subsequent state change
20430 of the thread fails.
20431 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20432 Don't change state if parent failed.
20434 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20436 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20437 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20438 (gen_video_element), (remove_sinks):
20439 Add small bits of code for screenshot handling.
20441 2004-10-08 Wim Taymans <wim@fluendo.com>
20443 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20444 (gen_video_element), (gen_audio_element), (setup_sinks):
20445 Don't assume the user provided sinks are named "sink"...
20447 2004-10-08 Wim Taymans <wim@fluendo.com>
20449 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20450 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20451 (gst_play_base_bin_link_stream):
20452 Do not try to autoplug sources that generate raw streams like
20454 disconnect the preroll overrun signal when we don't need it anymore.
20456 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
20458 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20459 Added reworked patch from #154903 from milosz derezynski (deadchip).
20461 2004-10-08 Wim Taymans <wim@fluendo.com>
20463 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20464 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20465 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20466 (cdparanoia_convert), (cdparanoia_uri_get_type),
20467 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20468 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20469 * ext/cdparanoia/gstcdparanoia.h:
20470 This adds the cdda://<tracknum> uri.
20472 2004-10-08 Wim Taymans <wim@fluendo.com>
20474 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20475 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20476 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20477 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20478 (unknown_type), (gst_play_base_bin_remove_element),
20479 (gst_play_base_bin_link_stream):
20480 * gst/playback/gstplaybasebin.h:
20481 * gst/playback/gstplaybin.c: (gst_play_bin_init),
20482 (gst_play_bin_set_property), (gen_video_element),
20483 (gen_audio_element), (setup_sinks):
20484 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20485 (gst_stream_info_get_type), (gst_stream_info_class_init),
20486 (gst_stream_info_init), (gst_stream_info_new),
20487 (gst_stream_info_dispose), (stream_info_mute_pad),
20488 (gst_stream_info_set_property), (gst_stream_info_get_property):
20489 * gst/playback/gststreaminfo.h:
20490 Reuse the audio and video bins.
20491 Some internal cleanups in the stream selection code.
20493 2004-10-08 Julien MOUTTE <julien@moutte.net>
20495 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20496 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20497 * sys/ximage/ximagesink.h:
20498 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20499 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20500 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20501 not coming from those elements. Moreover these elements should not keep
20502 the xid they have been given when in NULL state.
20504 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20506 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20507 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20508 * sys/ximage/ximagesink.h:
20509 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20510 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20511 * sys/xvimage/xvimagesink.h:
20512 Actually only create a new toplevel window if we're not gonna
20513 embed it right after.
20515 2004-10-07 Wim Taymans <wim@fluendo.com>
20517 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20518 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20519 * gst/playback/gstplaybin.c: (setup_sinks):
20520 Implement muting/unmuting of streams, mute streams that are not
20523 2004-10-07 Wim Taymans <wim@fluendo.com>
20525 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20527 Added lame audio/x-ac3 typefind function.
20529 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20534 === release 0.8.5 ===
20536 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20541 releasing 0.8.5, "Take You On"
20543 2004-10-06 Wim Taymans <wim@fluendo.com>
20545 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20546 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20547 (no_more_pads), (close_link), (type_found):
20548 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20549 * gst/playback/gstplaybin.c: (gen_video_element):
20550 Do not signal the no_more_pads after the first pad when
20551 we are plugging a non dynamic element with multiple
20552 output pads (like swfdec, dvdec, ...).
20554 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20557 bump for prerelease
20559 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20561 * gst/wavparse/gstwavparse.c:
20562 add ATRAC3 to STATIC CAPS to fix a warning
20564 * gst/matroska/ebml-read.c:
20565 * gst-libs/gst/riff/riff-read.c:
20568 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20570 * gst-libs/gst/riff/riff-media.c:
20571 generate caps for ATRAC3 audio streams
20573 * gst/realmedia/rmdemux.c:
20574 generate caps for ATRAC3 audio streams
20576 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20578 * gst/wavparse/Makefile.am
20579 * gst/wavparse/riff.h
20580 * gst/wavparse/wavparse.vcproj
20581 riff.h removal (unused and duplication with riff-ids.h)
20583 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20585 * gst/wavparse/gstwavparse.h
20586 remove duplicated defines for audio codec codes
20588 * gst-libs/gst/riff/riff-ids.h
20589 * gst/wavenc/riff.h:
20590 add "4CC" code for ATRAC3 audio streams
20591 add "4CC" code for ITU_G721_ADPCM (unused for now)
20593 2004-10-06 Wim Taymans <wim@fluendo.com>
20595 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20596 Actually _do_ negotiation. Pass gdouble as arg instead
20597 of guint64 for the framerate.
20599 2004-10-06 Wim Taymans <wim@fluendo.com>
20601 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20602 (find_compatibles), (close_pad_link), (try_to_link_1),
20603 (no_more_pads), (close_link), (type_found):
20604 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20605 * gst/playback/gstplaybin.c: (gen_video_element),
20606 (gen_audio_element):
20607 Set state on newly added element to READY so that negotiation
20609 Addes some more debug info.
20610 Do not try to plug pads with multiple caps structures or ANY
20611 because it is too dangerous since we do not do dynamic
20614 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20616 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20620 add Oriya translation
20622 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20624 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20625 Prevent overwrite of size member. Makes audio sound crappy.
20627 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20629 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20630 Add rmvb to the list of known RealMedia extensions
20632 2004-10-05 Wim Taymans <wim@fluendo.com>
20634 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20635 (mngdec_openstream), (mngdec_closestream),
20636 (mngdec_handle_sink_event), (mngdec_readdata),
20637 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20638 (mngdec_getcanvasline), (mngdec_refresh),
20639 (gst_mngdec_change_state):
20640 Set the framerate correctly.
20642 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20644 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20645 There was something wrong with the index massaging.
20647 2004-10-04 Wim Taymans <wim@fluendo.com>
20649 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20650 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20651 (gst_smokedec_chain):
20652 * ext/jpeg/gstsmokedec.h:
20653 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20654 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20655 * ext/jpeg/gstsmokeenc.h:
20656 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20657 (smokecodec_decode_new), (smokecodec_info_free),
20658 (smokecodec_set_quality), (smokecodec_get_quality),
20659 (smokecodec_set_threshold), (smokecodec_get_threshold),
20660 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20661 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20662 (smokecodec_encode), (smokecodec_parse_id),
20663 (smokecodec_parse_header), (smokecodec_decode):
20664 * ext/jpeg/smokecodec.h:
20665 * ext/jpeg/smokeformat.h:
20666 Updated smoke, new bitstream, allows embedding in ogg.
20668 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20670 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20671 Fix seeking in some files. All this code is no longer needed (and
20672 actually breaks stuff) because we now synchronize the full index
20673 right when reading the header.
20675 2004-10-04 Wim Taymans <wim@fluendo.com>
20678 configure update for libmng.
20680 2004-10-04 Wim Taymans <wim@fluendo.com>
20682 * ext/libmng/Makefile.am:
20683 * ext/libmng/gstmng.c: (plugin_init):
20684 * ext/libmng/gstmng.h:
20685 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20686 (gst_mngdec_base_init), (gst_mngdec_class_init),
20687 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20688 (gst_mngdec_loop), (gst_mngdec_get_property),
20689 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20690 (mngdec_closestream), (mngdec_handle_sink_event),
20691 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20692 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20693 (gst_mngdec_change_state):
20694 * ext/libmng/gstmngdec.h:
20695 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20696 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20697 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20698 (gst_mngenc_chain), (gst_mngenc_get_property),
20699 (gst_mngenc_set_property):
20700 * ext/libmng/gstmngenc.h:
20701 Added basic MNG decoder. Needs more work. The encoder does
20704 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20706 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20707 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20708 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20709 Don't hang on length=0 chunks. Some negotiation fixes. Signal
20712 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
20715 you need at least 1.0.4 of speex
20717 2004-10-04 Iain <iaingnome@gmail.com>
20719 * ext/speex/gstspeexdec.h: Revert the includes changes.
20721 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20723 2004-09-30 Iain <iaingnome@gmail.com>
20725 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20726 found during init or set as a property instead of hardcoding /dev/audio
20728 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20730 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20731 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20732 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20733 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20734 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20735 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20736 (gst_rmdemux_dump_data):
20737 Use debug category, fix EOS handling. filesrc ! rmdemux now
20740 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20742 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20743 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20744 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20745 Improve allocation, cutting and sorting of the index. How takes a
20746 few seconds instead of minutes.
20748 2004-10-03 Christophe Fergeau <teuf@gnome.org>
20750 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20753 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20755 * gst-libs/gst/riff/riff-media.c:
20756 (gst_riff_create_video_caps_with_data),
20757 (gst_riff_create_video_template_caps):
20758 Add wing commander format mimetype/fourccs.
20759 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20760 Don't crash if some value is 0.
20762 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20764 * gst-libs/gst/riff/riff-media.c:
20765 (gst_riff_create_video_caps_with_data),
20766 (gst_riff_create_video_template_caps):
20767 Add DIB fourcc (raw, palettized 8-bit RGB).
20768 * gst-libs/gst/riff/riff-read.c:
20769 (gst_riff_read_strf_vids_with_data):
20770 Oops, fix strf_data reading bug.
20771 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20772 Use a non-NULL tag.
20773 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20774 Time for hacks. Sorry Dave. At least one quicktime movie (a
20775 trailer) that I've encountered contains multiple video tracks.
20776 One of those is the actual video track, the other are one-frame
20777 tracks (images). Unfortunately, the number of frames according
20778 to the trak header is 1 for each, so that doesn't help. So
20779 instead, I look at the duration and discard tracks with a
20780 duration shorter than 20% of the length of the stream. Better
20783 2004-10-01 Christian Schaller <christian@fluendo.com>
20785 * ext/ivorbis/vorbis.c:
20786 Patch from Phil Blundell (Bug 152341)
20788 2004-10-01 Wim Taymans <wim@fluendo.com>
20790 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20791 (speex_dec_get_formats), (speex_dec_convert),
20792 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20793 (speex_dec_chain), (gst_speexdec_get_property),
20794 (gst_speexdec_set_property):
20797 2004-10-01 Wim Taymans <wim@fluendo.com>
20799 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20800 (gst_wavparse_stream_init), (gst_wavparse_fmt),
20801 (gst_wavparse_other), (gst_wavparse_loop),
20802 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20803 (gst_wavparse_srcpad_event):
20804 * gst/wavparse/gstwavparse.h:
20805 Added some more debugging info.
20806 Fix the case where the length of the file is 0.
20807 Make sure we seek to sample borders.
20809 2004-10-01 Wim Taymans <wim@fluendo.com>
20811 * gst/playback/README:
20812 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20813 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20814 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20815 Add some debug info to decodebin, update README
20817 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20819 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20820 Don't use g_print(); use GST_DEBUG().
20822 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20824 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20825 (gst_ogg_mux_queue_pads):
20826 Handle EOS properly.
20828 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20830 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20832 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20833 (gst_faad_chain), (gst_faad_change_state):
20834 * ext/faad/gstfaad.h:
20835 Allow playback of raw (unframed) MPEG AAC files (#148993).
20837 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20839 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20841 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20842 Throw error if we didn't recognize the stream. Fixes #152289.
20844 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20846 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20849 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
20851 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20853 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20856 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
20858 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20860 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20862 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20865 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20867 * gst-libs/gst/riff/riff-media.c:
20868 (gst_riff_create_video_caps_with_data),
20869 (gst_riff_create_audio_caps_with_data):
20870 Add codec_data handling (like asfdemux used to do).
20871 * gst/asfdemux/gstasf.c: (plugin_init):
20872 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20873 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20874 Use riff-media for caps creation instead of our own (mostly
20875 broken) copy of its functions.
20877 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20879 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20880 Don't actually error out if we get another return value than
20881 -EINVAL. Opposite to what I first thought, drivers have random
20882 return values for this, although -EINVAL is the expected return
20883 value. Since this is not fatal, we shouldn't use
20884 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20886 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20888 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20889 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20890 (dvdreadsrc_get_property), (_open), (_seek), (_read),
20891 (dvdreadsrc_get), (dvdreadsrc_open_file),
20892 (dvdreadsrc_change_state):
20893 Fix. Don't do one big huge loop around the whole DVD, that will
20894 cache all data and thus eat sizeof(dvd) (several GB) before we
20896 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20897 Actually NULL'ify event after using it.
20898 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20899 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20900 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20901 (gst_ebml_read_seek), (gst_ebml_read_skip):
20903 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20904 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20905 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20906 Fix timing (this will probably break if I seek using menus, but
20907 I didn't get there yet). VOBs and normal DVDs should now work.
20908 Add a mpeg2-only pad with high rank so this get autoplugged for
20910 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20911 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20912 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20913 (gst_mpeg_demux_get_audio_stream),
20914 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20915 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20916 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20917 MPEG-1 but use dvddemux for MPEG-2.
20918 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20919 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20920 (gst_mpeg_parse_parse_packhead):
20921 Timing. Only add pad template if it exists. Add sink template from
20922 class and not from ourselves. This means we will always use the
20923 correct sink template even if it is not the one defined in this
20926 2004-09-29 Wim Taymans <wim@fluendo.com>
20928 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20929 (gst_mpeg_demux_parse_pes):
20930 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20931 Fix playback of mpeg again, timestamps where screwed up by
20934 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20936 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20937 Only return true if we actually filled something in. Prevents
20938 player applications from showing a random length for flac files.
20939 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20940 (gst_riff_read_use_event), (gst_riff_read_handle_event),
20941 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20942 (gst_riff_read_strf_vids_with_data),
20943 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20944 OK, ok, so I implemented event handling. Apparently it's normal
20945 that we receive random events at random points without asking
20947 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20948 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20949 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20950 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20951 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20952 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20953 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20954 * gst/avi/gstavidemux.h:
20955 Implement non-lineair chunk handling and subchunk processing.
20956 The first solves playback of AVI files where the audio and video
20957 data of individual buffers that we read are not synchronized.
20958 This should not happen according to the wonderful AVI specs, but
20959 of course it does happen in reality. It is also a prerequisite for
20960 the second. Subchunk processing allows us to cut chunks in small
20961 pieces and process each of these pieces separately. This is
20962 required because I've seen several AVI files with incredibly large
20963 audio chunks, even some files with only one audio chunk for the
20964 whole file. This allows for proper playback including seeking.
20965 This patch is supposed to fix all AVI A/V sync issues.
20966 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20967 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20969 * gst/modplug/gstmodplug.cc:
20970 Proper return value setting for the query() function.
20971 * gst/playback/gstplaybasebin.c: (setup_source):
20972 Being in non-playing state (after, e.g., EOS) is not necessarily
20973 a bad thing. Allow for that. This fixes playback of short files.
20974 They don't actually playback fully now, because the clock already
20975 runs. This means that small files (<500kB) with a small length
20976 (<2sec) will still not or barely play. Other files, such as mod
20977 or flx, will work correctly, however.
20979 2004-09-28 Wim Taymans <wim@fluendo.com>
20981 * ext/speex/gstspeex.c: (plugin_init):
20982 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20983 (gst_speex_dec_class_init), (speex_dec_get_formats),
20984 (speex_get_event_masks), (speex_get_query_types),
20985 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20986 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20987 (gst_speexdec_get_property), (gst_speexdec_set_property),
20988 (speex_dec_change_state):
20989 * ext/speex/gstspeexdec.h:
20990 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20991 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20992 (gst_speexenc_base_init), (gst_speexenc_class_init),
20993 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20994 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20995 (gst_speexenc_src_query), (gst_speexenc_init),
20996 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20997 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20998 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20999 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
21000 (gst_speexenc_chain), (gst_speexenc_get_property),
21001 (gst_speexenc_set_property), (gst_speexenc_change_state):
21002 * ext/speex/gstspeexenc.h:
21003 Rewrote speex encoder, make sure it can be embedded in ogg.
21004 Implemented speex decoder.
21006 2004-09-28 Christian Schaller <christian@fluendo.com>
21009 Remove kioslave plugin. Markey is brewing a new working one
21010 * ext/Makefile.am: Remove kioslave plugin
21012 * gst-plugins.spec.in: remove kio plugin from spec
21014 2004-09-27 Wim Taymans <wim@fluendo.com>
21016 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21017 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
21018 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
21019 (gst_multifdsink_new_client),
21020 (gst_multifdsink_handle_client_write),
21021 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21022 (gst_multifdsink_handle_clients):
21023 * gst/tcp/gstmultifdsink.h:
21024 Make syncing to keyframes actually work for new clients and lagging
21027 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
21029 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
21030 (gst_navigationtest_handle_src_event), (draw_box_planar411),
21031 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
21032 * gst/debug/gstnavigationtest.h:
21033 make navigationtest display button-press and button-release events
21035 2004-09-26 Iain <iaingnome@gmail.com>
21037 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21038 the channels have received a new media event.
21039 (interleave_buffered_loop): Compresses a new media event on all
21042 2004-09-26 Iain <iaingnome@gmail.com>
21044 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21045 call the sinkpad's default event handler and not the srcpads. He also
21046 says this is confusing :)
21047 (gst_wavenc_stop_file): Company says that seek events only go upstream
21048 we should send a discontinuous downstream instead.
21050 2004-09-25 Christian Schaller <christian@fluendo.com>
21052 * Update SPEC file to be usable in conjunction with Fedora Core,
21053 Fedora.us and freshrpms packages
21054 * Fix typo in multifilesrc test Makefile
21056 2004-09-24 Wim Taymans <wim@fluendo.com>
21058 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21059 Only signal the no_more_pads signal when we have
21060 added the stream to our list.
21062 2004-09-24 Wim Taymans <wim@fluendo.com>
21064 * gst/playback/gstplaybasebin.c: (remove_prerolls),
21066 * gst/playback/gstplaybasebin.h:
21067 * gst/playback/gstplaybin.c: (setup_sinks):
21068 Don't try to preroll or decode more than one audio/video
21071 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21073 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21074 Throw error if we failed to find a suitable output. This should
21075 throw an error if we successfully set up a pipeline (e.g. because
21076 we recognized a media file) but found no decodable streams in it
21077 (e.g. because it contains only media stream types for which we
21078 have no decoders, or because it's not a media type).
21080 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21082 * ext/dirac/Makefile.am:
21083 * ext/dirac/gstdirac.cc:
21084 * ext/dirac/gstdiracdec.cc:
21085 * ext/dirac/gstdiracdec.h:
21086 Do something. Don't actually know if this works because I don't
21087 have a demuxer yet.
21088 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21089 Add channels=1 to caps returned from _getcaps().
21090 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21091 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21092 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21093 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21094 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21095 (gst_ogm_parse_change_state):
21096 Separate between audio/video so ogmaudioparse actually uses the
21097 audio pad templates. Both audio and video work now, including
21098 autoplugging. Also use sometimes-srcpad hack.
21099 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21100 Handle events better. Don't hang on infinite loops.
21101 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21102 (gst_avi_demux_init), (gst_avi_demux_reset),
21103 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21104 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21105 (gst_avi_demux_change_state):
21106 * gst/avi/gstavidemux.h:
21107 Improve A/V sync. Still not perfect.
21108 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21109 (gst_ebml_read_skip):
21110 Handle events better.
21111 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21112 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21113 (qtdemux_audio_caps):
21114 Add IMA4. Improve event handling. Save offset after a seek when
21115 the headers are at the end of the file so that we don't end up in
21117 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21118 Add low-priority typefind support for files with no length.
21120 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21122 * testsuite/multifilesink/Makefile.am:
21125 2004-09-22 Julien MOUTTE <julien@moutte.net>
21127 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21128 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21129 mistakes from thaytan's patches.
21131 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21133 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21134 For completeness, XSync in the destroy function as xvimage does.
21136 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21138 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21139 Correct caps negotiation
21140 * gst/volume/gstvolume.c: (volume_chain_float),
21141 (volume_chain_int16):
21142 Modify debug output to be little more informative
21143 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21144 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21145 (gst_xvimagesink_xvimage_destroy):
21146 Add XSync calls after detaching from the shared memory segment to
21149 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21151 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21152 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21153 * ext/vorbis/vorbis.c: (plugin_init):
21154 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21155 (gst_vorbisenc_chain):
21156 * ext/vorbis/vorbisenc.h:
21157 remove explicit newmedia support from oggmux and vorbisenc
21158 add debug category to vorbisenc
21159 * gst/multifilesink/gstmultifilesink.c:
21160 (gst_multifilesink_class_init), (gst_multifilesink_init),
21161 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21162 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21163 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21165 * gst/multifilesink/gstmultifilesink.h:
21166 add support for streamheader in multifilesink
21168 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21170 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21171 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21172 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21173 Prevent infinite loops. More correct error reporting.
21174 * gst/auparse/gstauparse.c: (gst_auparse_chain):
21175 Error out if negotiation fails.
21176 * gst/playback/gstplaybasebin.c: (setup_source),
21177 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21178 (gst_play_base_bin_found_tag):
21179 Error/tag forwarding. Pre-roll fixes for source errors on state
21180 changes (e.g. "file does not exist") to prevent hangs.
21182 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21184 * testsuite/multifilesink/Makefile.am:
21185 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21186 (gst_newmedia_class_init), (gst_newmedia_init),
21187 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21188 (newfile_signal), (test_signal), (main):
21189 * testsuite/multifilesink/multifilesrc_test.c: (main):
21190 * testsuite/multifilesink/oggtheora_test.c:
21191 (gst_newmedia_base_init), (gst_newmedia_class_init),
21192 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21193 (test_format), (newfile_signal), (test_signal), (main):
21194 * testsuite/multifilesink/oggvorbis_test.c:
21195 (gst_newmedia_base_init), (gst_newmedia_class_init),
21196 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21197 (test_format), (newfile_signal), (test_signal), (main):
21198 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21199 (gst_newmedia_class_init), (gst_newmedia_init),
21200 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21201 (newfile_signal), (test_signal), (main):
21204 2004-09-20 Christian Schaller <christian@fluendo.com>
21206 * Fix mikmod license to LGPL as they have relicensed
21207 * Move Dirac and Effectv into LGPL section of README_license
21209 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21211 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21212 (gst_mad_change_state):
21213 Allow for mp3 rate/channels changes. However, only very
21214 conservatively. Reason that we *have* to enable this is smiply
21215 because the mad find_sync() function is not good enough, it will
21216 regularly sync on random data as valid frames and therefore make
21217 us provide random caps as *final* caps of the stream. The best fix
21218 I could think of is to simply require several of the same stream
21219 changes in a row before we change caps.
21220 The actual testcase that works now is #
21221 * ext/ogg/Makefile.am:
21222 * ext/ogg/gstogg.c: (plugin_init):
21223 * ext/ogg/gstogmparse.c:
21224 OGM support (video only for now; I need an audio sample file).
21225 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21226 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21227 (gst_asf_demux_add_video_stream):
21229 * gst/playback/gstplaybasebin.c: (unknown_type):
21230 Don't error out on single unknown-types after all. It's wrong.
21231 If we found type of video and audio but not of a subtitle stream,
21232 it will still error out (which is unwanted). Will find a better fix
21234 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21235 (ogmaudio_type_find), (plugin_init):
21238 2004-09-20 Johan Dahlin <johan@gnome.org>
21240 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21241 after setting caps.
21243 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21245 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21246 * gst/wavenc/gstwavenc.h:
21247 Added newmedia support to wavenc
21249 2004-09-17 Wim Taymans <wim@fluendo.com>
21251 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21252 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21253 (gst_fdset_fd_can_write), (gst_fdset_wait):
21254 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21255 (gst_multifdsink_init), (gst_multifdsink_add),
21256 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21257 (gst_multifdsink_remove_client_link),
21258 (gst_multifdsink_client_queue_buffer),
21259 (gst_multifdsink_handle_client_write),
21260 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21261 (gst_multifdsink_close), (gst_multifdsink_change_state):
21262 * gst/tcp/gstmultifdsink.h:
21263 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21264 (gst_tcpserversink_removed):
21265 Small cleanups in fdset.c
21266 Use a hastable to map fd to the client structure for faster
21267 lookup in _remove and get_stats.
21268 Added virtual function to close the fds.
21269 Handle clients even when the select/poll call was unblocked because
21271 Implement syncing to keyframe in the recovery procedure.
21273 2004-09-16 Iain <iaingnome@gmail.com>
21275 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21278 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21280 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21281 Caps are only set if the type of the stream is unknown, but this
21282 is initialized in ->init_stream(), so set to UNKNOWN after calling
21283 ->init_stream() so that capsnego starts.
21285 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21287 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21288 (gst_avi_demux_stream_data):
21289 Just hardcode for raw audio then. AVI audio sucks.
21291 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
21293 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21294 * gst/matroska/matroska-mux.c: (audiosink_templ),
21295 (gst_matroska_mux_audio_pad_link):
21296 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21297 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21299 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21301 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21302 (gst_avi_demux_stream_data):
21303 Try to fix a/v sync issues.
21305 2004-09-15 David Schleef <ds@schleef.org>
21307 * configure.ac: remove NASM check, since we don't use it. Update
21309 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21310 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21311 Initialized variables.
21312 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21313 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21314 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21317 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21319 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21320 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21321 * gst/avi/gstavidemux.h:
21322 Fix for compressed audio (mp3) timestamp generation. How did this
21325 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21327 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21328 Volume is a double not a float.
21330 2004-09-15 Wim Taymans <wim@fluendo.com>
21332 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21333 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21334 Don't close the fd in multifdsink as we didn't open it in the
21335 first place. Some cleanups.
21337 2004-09-15 Wim Taymans <wim@fluendo.com>
21339 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21340 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21341 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21342 Fix the case where the muxer would mark pages as delta
21343 frames when they are not (vorbis only ogg).
21345 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21347 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21348 (gst_play_base_bin_change_state):
21349 Handle the case where we failed to setup a clear pipeline. This
21350 will throw an error (or EOS, another nice case) and if you don't
21351 catch that, the app will wait for the signal forever (and thus
21354 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21356 * ext/gnomevfs/gstgnomevfssink.c:
21357 (gst_gnomevfssink_uri_get_protocols):
21358 * ext/gnomevfs/gstgnomevfssrc.c:
21359 (gst_gnomevfssrc_uri_get_protocols):
21360 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21361 * ext/gnomevfs/gstgnomevfsuri.h:
21362 Use _uri_new() instead of _open(), so it doesn't take as long and
21363 Christophe's computer won't hang.
21364 * gst/playback/gstplaybasebin.c: (unknown_type):
21365 Throw error on unknown media type, so apps actually display it.
21367 2004-09-14 Brian Cameron <brian.cameron@sun.com
21369 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
21370 this script to work on Solaris since bash shell handles echo
21371 differenly than bash.
21373 2004-09-17 Wim Taymans <wim@fluendo.com>
21375 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21376 (setup_source), (gst_play_base_bin_set_property),
21377 (gst_play_base_bin_add_element):
21378 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21379 Some more work on making sure seeking pauses the pipeline and
21380 that changing the uri actually does something.
21382 2004-09-17 Wim Taymans <wim@fluendo.com>
21384 * gst/tcp/gstfdset.c: (gst_fdset_wait):
21385 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21386 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21387 (gst_tcpserversink_close):
21388 Be a bit more paranoid when freeing memory.
21390 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21392 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21393 (qtdemux_parse_trak):
21394 Don't crash by dividing by zero (see sample movie in #126922).
21396 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21398 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21399 Don't touch non-existing data (fixes crash on file in #140147).
21401 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21403 * gst/playback/gstplaybasebin.c:
21404 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21405 Handle double disposals, and proper change of URIs.
21407 2004-09-13 Martin Eikermann <meiker@upb.de>
21409 * gst/mpegstream/gstmpegparse.c:
21410 fix synchronistation for streams recorded from digital PCR
21413 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21415 * ext/gnomevfs/Makefile.am:
21416 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21417 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21418 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21419 (gst_gnomevfssink_uri_get_type),
21420 (gst_gnomevfssink_uri_get_protocols),
21421 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21422 (gst_gnomevfssink_uri_handler_init),
21423 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21424 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21425 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21426 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21427 (gst_gnomevfssrc_uri_get_type),
21428 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21429 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21430 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21431 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21432 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21433 * ext/gnomevfs/gstgnomevfsuri.h:
21434 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21435 of fake URIs to see which this version of Gnome-VFS likes, and
21436 uses that for the Gst-URI interface. Makes playbin support http://
21437 streams. Also fix up some stupid behaviour in gnomevfssrc.
21439 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21441 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21442 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21443 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21444 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21445 Update mixer (to sync with other sessions) if we try to obtain
21446 a new value. This makes alsamixer work accross applications.
21447 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21448 Only call sync functions if we're running, else alsalib asserts.
21449 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21450 Sometimes fails to compile. Possibly a gcc bug.
21451 * gst/playback/gstplaybin.c: (gen_video_element),
21452 (gen_audio_element):
21453 Add a reference to an application-provided object, because we lose
21454 this same reference if we add it to the bin. If we don't do this,
21455 we can only use this object once and thus crash if we go from
21456 ready to playing, back to ready and back to playing again.
21457 Also add an audioscale element because several cheap soundcards -
21458 like mine - don't support all samplerates.
21459 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21460 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21461 Fix wrong order or PAR calls. Makes automatically obtained PAR
21462 from the X server atually being used.
21464 2004-09-12 David Schleef <ds@schleef.org>
21466 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21467 #151887, #152102, #152247.
21468 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21469 * examples/seeking/cdparanoia.c: same
21470 * examples/seeking/cdplayer.c: same
21471 * examples/seeking/seek.c: same
21472 * examples/seeking/spider_seek.c: same
21473 * examples/seeking/vorbisfile.c: same
21474 * examples/stats/mp2ogg.c: same
21475 * ext/esd/esdsink.c: (gst_esdsink_class_init),
21476 (gst_esdsink_dispose): Dispose of element properly.
21477 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21479 * ext/nas/nassink.c: (gst_nassink_class_init),
21480 (gst_nassink_dispose): Dispose of element correctly.
21481 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21482 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21483 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21484 Fix 64-bit warning.
21485 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21486 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21487 Fix 64-bit warning.
21489 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21491 * configure.ac : change speex detection as 1.1.6 now uses
21492 .pc/pkg-config and they changed their headers location.
21494 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
21496 * gst/matroska/matroska-mux.h:
21497 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21498 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21499 (gst_matroska_mux_write_data):
21500 Write multiple blocks/frames per cluster.
21501 Write meta-seek information (seek heads).
21503 2004-09-09 Scott Wheeler <wheeler@kde.org>
21505 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21506 (gst_play_bin_set_property), (gst_play_bin_get_property),
21507 (gen_audio_element), (gen_audio_element):
21508 Add a volume element / property to the pipeline.
21510 2004-09-07 Wim Taymans <wim@fluendo.com>
21512 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21513 Copy timestamps from the master pad to the output buffers.
21515 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
21517 * ext/raw1394/gstdv1394src.c:
21518 throw errors when applicable
21520 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
21522 * gst/matroska/ebml-ids.h:
21523 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21524 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21525 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21526 automatically convert unix time <-> ebml time when reading/writing
21527 a date, use gst_ebml_write_uint to write CUETIME,
21528 not gst_ebml_write_date.
21529 * gst/matroska/matroska-ids.h:
21530 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21531 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21532 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21533 (gst_matroska_mux_write_data):
21534 Write track and segment UIDs, write muxing date, write
21535 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21536 Create cues for audio only files.
21538 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21540 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21541 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21542 Re-commit ALSA switches.
21543 * gst/adder/gstadder.c: (gst_adder_loop):
21544 64-bit fix (#151416).
21545 * gst/debug/progressreport.c: (gst_progressreport_report):
21546 64-bit fix (#151419).
21547 * gst/matroska/matroska-demux.c:
21548 (gst_matroska_demux_parse_contents):
21549 64-bit fix (#151420).
21550 * gst/playback/test3.c: (update_scale):
21551 64-bit fix (#151421).
21553 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21558 === release 0.8.4 ===
21560 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21562 * configure.ac: releasing 0.8.4, "Alias"
21564 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21566 * ext/theora/Makefile.am:
21567 fix makefile. Fixes #151462.
21569 2004-08-30 Wim Taymans <wim@fluendo.com>
21571 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21572 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21573 (gst_multifdsink_remove_client_link),
21574 (gst_multifdsink_client_queue_buffer),
21575 (gst_multifdsink_handle_client_write):
21576 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21577 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21578 Fix some memory leaks.
21580 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21582 Patch by: David Schleef
21586 rename our detection macro for V4L2. Fixes #151236.
21588 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21590 Patch by: David Schleef
21593 check to define LAMEPRESET. Fixes #151232.
21595 2004-08-27 David Schleef <ds@schleef.org>
21597 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21598 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21599 (gst_glimagesink_fixate): Move local variable declarations to
21600 make gcc-2.95 happy.
21602 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21605 bump nano for prerelease
21607 2004-08-27 David Schleef <ds@schleef.org>
21609 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21610 * sys/sunaudio/gstsunaudiosrc.c:
21611 * sys/sunaudio/gstsunaudiosrc.h:
21613 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21615 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21616 handle EOS correctly
21617 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21618 * gst/matroska/matroska-mux.h:
21619 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21620 VFW compatibility mode
21622 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21624 patch by: Zaheer Abbas Merali
21626 * ext/ogg/gstoggmux.c:
21627 * ext/vorbis/vorbisenc.c:
21628 * ext/vorbis/vorbisenc.h:
21631 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21633 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21634 fix byte order reversion on little endian machines.
21635 * gst/matroska/matroska-mux.c: (audiosink_templ),
21636 (gst_matroska_mux_audio_pad_link):
21637 add TTA codec to the list of supported codecs.
21638 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21639 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21640 (gst_matroska_mux_write_data):
21641 * gst/matroska/matroska-mux.h:
21642 write segment duration correctly, write muxing app string, fixes bugs
21643 #140897 and #140898.
21644 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21645 wait for all pads to be negotiated before starting to mux.
21647 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21649 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21650 * ext/lame/gstlame.h:
21651 Added new media support to lame
21653 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21655 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21656 send vorbis headers at the beginning of a stream, fixes bug #141554.
21657 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21659 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21660 (gst_matroska_demux_plugin_init):
21661 * gst/matroska/matroska-ids.h:
21662 enable demuxing of TTA audio streams, fixes bug #148951.
21663 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21664 enable typefinding for TTA audio files, fixes bug #148711.
21665 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21666 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21667 fixes playback of packed bitstream and xvid with bframes, bug #135407.
21669 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
21671 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21672 (gst_riff_read_element_data), (gst_riff_read_seek),
21673 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21674 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21677 2004-08-23 Iain <iaingnome@gmail.com>
21679 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21680 tags. They appear to be handled differently to normal.
21681 (tag_list_to_id3_tag_foreach): Ditto.
21683 2004-08-22 Wim Taymans <wim@fluendo.com>
21685 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21686 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21687 Make sure we never send -1 granulepos.
21689 2004-08-20 Wim Taymans <wim@fluendo.com>
21691 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21692 (gst_ogg_mux_loop):
21693 I will accept bitchslappings with non sharp objects.
21695 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21698 Clean up the test for lame presets
21700 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21703 * ext/lame/Makefile.am:
21704 * ext/lame/gstlame.c: (gst_lame_class_init),
21705 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21706 Only enable lame presets if version of lame has presets in API
21708 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
21709 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21710 * gst/udp/gstudpsrc.h:
21711 Don't call gst_pad_push in a get function. Fixes #150449
21713 2004-08-18 Wim Taymans <wim@fluendo.com>
21715 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21716 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21717 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21718 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21719 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21721 * gst/tcp/gstfdset.h:
21722 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21723 (gst_multifdsink_client_queue_buffer),
21724 (gst_multifdsink_handle_client_write):
21725 * gst/tcp/gstmultifdsink.h:
21726 Some extra checks in gstfdset.
21727 Only use send() when the fd is a socket. Don't try to
21728 read from write only fds.
21730 2004-08-18 Wim Taymans <wim@fluendo.com>
21732 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21733 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21734 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21735 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21737 Add more locking and bounds checking.
21739 2004-08-18 Wim Taymans <wim@fluendo.com>
21741 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21742 Realloc test fdset in the lock and right before starting
21743 the poll call. Bump the limit to 4096.
21745 2004-08-17 David Schleef <ds@schleef.org>
21747 * sys/sunaudio/Makefile.am:
21748 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21749 of rates and channels. Make debugging less obnoxious.
21751 Patch from Balamurali Viswanathan implementing a mixer for
21752 Sun audio. (bug #144091):
21753 * sys/sunaudio/gstsunelement.c:
21754 * sys/sunaudio/gstsunelement.h:
21755 * sys/sunaudio/gstsunmixer.c:
21756 * sys/sunaudio/gstsunmixer.h:
21758 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21760 * gst/audioscale/gstaudioscale.c:
21761 * gst/audioscale/gstaudioscale.h:
21762 made audioscale resample from any sample rate to any sample rate
21764 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21766 * ext/libpng/gstpngdec.c:
21767 error out on unsupported types
21769 2004-08-17 Iain <iaingnome@gmail.com>
21771 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21772 mid_side and loose_mid_side properties if its a stereo stream.
21774 2004-08-17 Wim Taymans <wim@fluendo.com>
21776 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21777 (theora_get_formats), (theora_dec_src_convert),
21778 (theora_dec_sink_convert), (theora_dec_src_query),
21779 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21782 2004-08-17 Wim Taymans <wim@fluendo.com>
21784 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21785 (gst_ogg_pad_push):
21786 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21787 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21788 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21789 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21790 Mark delta units in the muxer.
21791 Try to decode the packet after an out-of-sync error from
21794 2004-08-17 Wim Taymans <wim@fluendo.com>
21796 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21797 (gst_multifdsink_init), (gst_multifdsink_add),
21798 (gst_multifdsink_client_queue_buffer),
21799 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21800 * gst/tcp/gstmultifdsink.h:
21801 Added option to send a keyframe to clients as the first buffer.
21802 Make timeout property writable.
21804 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21806 patch by: Wim Taymans
21808 * gst/tcp/gstfdset.c:
21809 * gst/tcp/gstmultifdsink.c:
21810 fix index comparison, should include 0
21812 2004-08-16 Wim Taymans <wim@fluendo.com>
21814 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21815 (gst_fdset_add_fd), (gst_fdset_remove_fd),
21816 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21817 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21819 copy when reallocing for poll so the select arguments don't get
21820 changed during the call
21822 2004-08-16 Wim Taymans <wim@fluendo.com>
21824 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21825 (gst_theora_enc_class_init), (theora_enc_sink_link),
21826 (theora_buffer_from_packet), (theora_enc_chain):
21827 Fix bug where buffers were not marked as keyframes
21830 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21832 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21833 (gst_lame_preset_get_type), (gst_lame_class_init):
21834 describe the enum values for vbr mode and presets more verbosely
21836 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21838 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21839 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21840 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21841 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21842 * ext/lame/gstlame.h:
21843 add preset property to lame so it can use lame presets
21845 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21847 * ext/lame/gstlame.c: (gst_lame_get_property):
21848 whoops forgot break, thanks teuf
21850 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21852 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21853 (gst_lame_class_init), (gst_lame_src_getcaps),
21854 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21855 (gst_lame_get_property), (gst_lame_setup):
21856 * ext/lame/gstlame.h:
21857 fix lame's broken vbr stuff, allow it to resample if need be, and also
21858 make xing header optional
21860 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21862 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21863 added getcaps function so samplerate doesnt get fixated to silly values
21865 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21867 * ext/lame/gstlame.c: (gst_lame_src_link):
21868 revert previous fix
21870 2004-08-12 Johan Dahlin <johan@gnome.org>
21872 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21873 checks. Doesn't matter what state we are in. Interfaces are a
21874 compile time thing, not runtime. It also broke the python bindings.
21876 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21878 * ext/lame/gstlame.c: (gst_lame_src_link):
21879 made source pad link function check if sinkpad is ok..fixes the problem
21880 where core fixates the output rate of lame stupidly
21882 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
21884 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21885 * sys/v4l/v4l_calls.c:
21886 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21887 fix fixate function to handle nonsimple caps.
21888 remove bogus check in _link
21891 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21893 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21894 set default compression ratio parameter to 0.0 so bitrate parameter
21897 2004-08-11 David Schleef <ds@schleef.org>
21899 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21901 2004-08-11 David Schleef <ds@schleef.org>
21903 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21906 2004-08-11 David Schleef <ds@schleef.org>
21908 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21910 2004-08-11 David Schleef <ds@schleef.org>
21912 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21914 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21915 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21917 * gst/auparse/gstauparse.c: Fix plugin license field.
21918 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21919 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21920 * gst/rtp/gstrtp.c: Fix plugin license field.
21922 2004-08-11 Wim Taymans <wim@fluendo.com>
21924 * gst/tcp/Makefile.am:
21925 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21926 (ensure_size), (gst_fdset_new), (gst_fdset_free),
21927 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21928 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21929 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21930 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21931 (gst_fdset_fd_can_write), (gst_fdset_wait):
21932 * gst/tcp/gstfdset.h:
21933 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21934 (gst_multifdsink_class_init), (gst_multifdsink_init),
21935 (gst_multifdsink_add), (gst_multifdsink_remove),
21936 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21937 (gst_multifdsink_remove_client_link),
21938 (gst_multifdsink_handle_client_read),
21939 (gst_multifdsink_client_queue_data),
21940 (gst_multifdsink_client_queue_caps),
21941 (gst_multifdsink_client_queue_buffer),
21942 (gst_multifdsink_handle_client_write),
21943 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21944 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21945 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21946 (gst_multifdsink_close):
21947 * gst/tcp/gstmultifdsink.h:
21948 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21949 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21950 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21951 (gst_tcpserversink_close):
21952 * gst/tcp/gsttcpserversink.h:
21953 Abstracted away the select call, implemented poll (yes we ran into
21954 the 1024 limit in production).
21956 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
21958 * gst/tcp/gsttcp.c:
21959 * gst/tcp/gsttcpplugin.c:
21960 improve debuggging, remove assert
21962 2004-08-10 Wim Taymans <wim@fluendo.com>
21964 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21965 (gst_client_status_get_type), (gst_multifdsink_class_init),
21966 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21967 (gst_multifdsink_handle_client_read),
21968 (gst_multifdsink_handle_client_write),
21969 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21970 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21971 (gst_multifdsink_get_property):
21972 * gst/tcp/gstmultifdsink.h:
21973 * gst/tcp/gsttcp-marshal.list:
21974 Starting to prepare for specifying buffer time in other units
21975 than buffers. Expose remove reason in signal.
21977 2004-08-10 Wim Taymans <wim@fluendo.com>
21979 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21980 (gst_multifdsink_remove), (gst_multifdsink_clear),
21981 (gst_multifdsink_remove_client_link),
21982 (gst_multifdsink_handle_client_read),
21983 (gst_multifdsink_client_queue_data),
21984 (gst_multifdsink_client_queue_buffer),
21985 (gst_multifdsink_handle_client_write),
21986 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21987 (gst_multifdsink_chain), (gst_multifdsink_close):
21988 * gst/tcp/gstmultifdsink.h:
21989 Added more debugging info. Changed the way clients are
21990 removed from the lists. Fixed a bug where a bad file descriptor
21991 could cause many clients to be removed.
21993 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
21995 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21996 allow all pixel-aspect-ratios, not just 1:1
21998 2004-08-09 David Schleef <ds@schleef.org>
22000 * sys/glsink/ARB_multitexture.h: Remove old files.
22001 * sys/glsink/EXT_paletted_texture.h:
22002 * sys/glsink/NV_register_combiners.h:
22003 * sys/glsink/gstgl_nvimage.c:
22004 * sys/glsink/gstgl_pdrimage.c:
22005 * sys/glsink/gstgl_rgbimage.c:
22006 * sys/glsink/gstglsink.c:
22007 * sys/glsink/gstglsink.h:
22008 * sys/glsink/gstglxwindow.c:
22009 * sys/glsink/regcomb_yuvrgb.c:
22011 2004-08-09 David Schleef <ds@schleef.org>
22013 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
22014 GL sink plugin. (Bug #147302)
22016 * configure.ac: Test for OpenGL
22017 * sys/Makefile.am: Use test for OpenGL
22018 * sys/glsink/Makefile.am:
22019 * sys/glsink/glimagesink.c: rewrite
22020 * sys/glsink/glimagesink.h: rewrite
22022 2004-08-09 David Schleef <ds@schleef.org>
22024 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
22026 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
22027 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
22028 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
22030 2004-08-09 Wim Taymans <wim@fluendo.com>
22032 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22033 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22034 (gst_multifdsink_client_remove),
22035 (gst_multifdsink_handle_client_read),
22036 (gst_multifdsink_handle_client_write),
22037 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22038 Do a bit more logging, make the client_read code more robust.
22040 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22042 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22043 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22044 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22045 (gst_jpegdec_init), (gst_jpegdec_chain):
22046 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22047 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22048 cleanups, debugging fixes and memleak plugging
22050 2004-08-09 Wim Taymans <wim@fluendo.com>
22052 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22053 (theora_get_formats), (theora_dec_src_convert),
22054 (theora_dec_sink_convert), (theora_dec_src_query),
22055 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22056 (theora_dec_change_state):
22057 Don't crash on missing header packets.
22059 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22063 Added Albanian translation (Laurent Dhima)
22067 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22069 * ext/lame/gstlame.c:
22072 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22074 * sys/ximage/ximagesink.c:
22075 * sys/xvimage/xvimagesink.c:
22076 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
22078 2004-08-06 Wim Taymans <wim@fluendo.com>
22080 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22081 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22082 (gst_multifdsink_client_remove),
22083 (gst_multifdsink_handle_client_read),
22084 (gst_multifdsink_handle_client_write),
22085 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22086 Make sure we don't try to read more from a client that what
22087 ioctl says us or we deadlock.
22089 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22091 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22092 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22093 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22094 decouple running_time and n_frames so it can handle changing
22095 framerate while running
22097 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22101 updated translations
22103 2004-08-04 Benjamin Otte <otte@gnome.org>
22105 * gst/videotestsrc/gstvideotestsrc.c:
22106 (gst_videotestsrc_get_capslist), (generate_capslist),
22108 generate the list of supported caps at startup and reuse it instead
22109 of always generating it
22111 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
22113 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22114 whoops, last checkin broke normal build
22116 2004-08-03 Benjamin Otte <otte@gnome.org>
22118 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22119 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22120 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22121 (gst_alsa_mixer_get_option):
22122 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22123 (dvdnavsrc_print_event):
22124 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22125 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22126 (gst_ogg_mux_pad_unlink):
22127 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22128 (gst_multipart_mux_pad_unlink):
22129 * gst/videofilter/gstvideobalance.c:
22130 (gst_videobalance_colorbalance_set_value):
22131 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22132 (gst_videomixer_pad_unlink):
22134 * sys/oss/gstossmixer.c:
22135 * sys/v4l/gstv4lcolorbalance.c:
22136 * sys/v4l/gstv4ltuner.c:
22137 * sys/v4l/v4lsrc_calls.c:
22138 * sys/v4l2/gstv4l2colorbalance.c:
22139 * sys/v4l2/gstv4l2tuner.c:
22140 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22142 2004-08-03 Benjamin Otte <otte@gnome.org>
22144 * examples/dynparams/filter.c: (ui_control_create):
22145 * examples/gstplay/player.c: (print_tag):
22146 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22147 * ext/gdk_pixbuf/gstgdkanimation.c:
22148 (gst_gdk_animation_iter_may_advance):
22149 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22150 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22151 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22152 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22153 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22154 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22155 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22156 * gst/sine/demo-dparams.c: (main):
22157 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22158 * testsuite/alsa/formats.c: (create_pipeline):
22159 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22160 fixes for G_DISABLE_ASSERT and friends
22161 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22162 (mp3_type_frame_length_from_header), (mp3_type_find),
22164 require mp3 typefinding to have at least MIN_HEADERS valid headers
22165 add typefinding for AAC adts files
22167 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
22169 * sys/ximage/ximagesink.c:
22170 (gst_ximagesink_calculate_pixel_aspect_ratio):
22171 * sys/xvimage/xvimagesink.c:
22172 (gst_xvimagesink_calculate_pixel_aspect_ratio):
22173 Make sure we calculate pixel-aspect-ratio using floating point maths
22175 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22178 updated translation
22180 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22182 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22183 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22184 add debugging for display PAR calculation
22186 2004-08-02 David Schleef <ds@schleef.org>
22188 * configure.ac: Fix mikmod CFLAGS.
22190 2004-07-27 Benjamin Otte <otte@gnome.org>
22192 * gst/audioscale/gstaudioscale.c:
22193 - fix templates to only support S16, it's the only format that works
22194 - make caps nego code use try_set_caps_nonfixed and fixation instead
22195 of try_set_caps twice, which is not nice for autopluggers
22196 - change rank to secondary, so autopluggers can pick it up after
22199 2004-08-02 Iain <iain@prettypeople.org>
22201 * gst/interleave/interleave.c (interleave_init),
22202 (interleave_request_new_pad),
22203 (interleave_pad_removed),
22204 (interleave_buffered_loop): Use the real pad count, not the artificial
22207 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22209 * configure.ac: bump nano back to development
22211 === release 0.8.3 ===
22213 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22215 * configure.ac: releasing 0.8.3, "Water"
22217 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22219 * sys/xvimage/xvimagesink.c:
22220 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22221 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22222 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22223 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22224 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22225 * sys/xvimage/xvimagesink.h:
22226 apply similar PAR fixes as to ximagesink
22228 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22230 patch from: Benjamin Otte
22232 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22233 add link function to lame. Fixes #148986.
22235 2004-08-02 Johan Dahlin <johan@gnome.org>
22237 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22240 2004-07-30 David Schleef <ds@schleef.org>
22242 * gst/videomixer/Makefile.am: Fix things that should have been
22243 fixed in the last checkin.
22245 2004-07-30 David Schleef <ds@schleef.org>
22247 * gst/multipart/Makefile.am: Fix things that should have been
22248 fixed in the last checkin.
22250 2004-07-30 David Schleef <ds@schleef.org>
22252 * testsuite/multifilesink/Makefile.am: Fix unused variable.
22254 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22257 bump nano for prerelease
22269 2004-07-30 Wim Taymans <wim@fluendo.com>
22271 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22272 (gst_multifdsink_add), (gst_multifdsink_remove),
22273 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22274 (gst_multifdsink_client_remove),
22275 (gst_multifdsink_handle_client_write),
22276 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22277 * gst/tcp/gstmultifdsink.h:
22278 Recover from a select with a bad file descriptor by removing
22281 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22284 fix requirement of core
22285 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22286 (gst_play_pipeline_setup):
22287 don't use colorspace element. do use hermescolorspace element.
22288 make macro to get a colorspace element.
22289 mark strings for translation.
22301 update translations
22303 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22305 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22306 fix default for newmedia flag
22308 2004-07-30 Wim Taymans <wim@fluendo.com>
22310 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22311 (gst_theora_dec_init), (theora_get_formats),
22312 (theora_dec_src_convert), (theora_dec_sink_convert),
22313 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22314 (theora_dec_chain), (theora_dec_set_property),
22315 (theora_dec_get_property):
22316 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22317 (gst_theora_enc_class_init), (gst_theora_enc_init),
22318 (theora_enc_sink_link), (theora_enc_chain),
22319 (theora_enc_set_property), (theora_enc_get_property):
22320 Added cropping option to theora decoder.
22321 Added border option to theora encoder.
22323 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22325 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22326 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22327 (gst_pngenc_set_property):
22328 * ext/libpng/gstpngenc.h:
22329 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
22331 2004-07-30 Wim Taymans <wim@fluendo.com>
22333 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22334 (theora_enc_sink_link), (theora_enc_chain),
22335 (theora_enc_set_property), (theora_enc_get_property):
22336 Fix encoding of non-multiple-of-16 video.
22338 2004-07-29 David Schleef <ds@schleef.org>
22340 * configure.ac: make test for audiofile more strict
22342 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
22344 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22345 give different names to typefind functions
22347 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22349 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22350 (gst_ximagesink_calculate_pixel_aspect_ratio),
22351 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22352 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22353 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22354 (gst_ximagesink_get_property), (gst_ximagesink_init):
22355 * sys/ximage/ximagesink.h:
22356 allocate PAR's dynamically.
22357 use autodetected PAR if no object-set PAR is given.
22358 add workaround for directfb's X not setting physical size.
22359 fix to xvimagesink will follow tomorrow.
22361 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22363 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22364 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22365 (gst_shout2send_get_type), (gst_shout2send_set_clock),
22366 (gst_shout2send_class_init), (gst_shout2send_init),
22367 (set_shout_metadata), (gst_shout2send_set_metadata),
22368 (gst_shout2send_chain), (gst_shout2send_set_property),
22369 (gst_shout2send_get_property), (gst_shout2send_connect),
22370 (gst_shout2send_change_state):
22371 * ext/shout2/gstshout2.h:
22372 - fix for sending mp3 audio to icecast2 server, if pad link function not
22373 called before PAUSED state
22374 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22375 - added tagging support for mp3 audio broadcasted
22376 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22379 2004-07-28 Wim Taymans <wim@fluendo.com>
22381 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22382 (gst_ogg_demux_push):
22383 Return query failure when we don't know the length of
22384 an ogg stream insteda of returning TRUE with a bogus value.
22386 2004-07-28 Wim Taymans <wim@fluendo.com>
22388 * ext/theora/theoradec.c: (theora_get_formats),
22389 (theora_dec_src_convert), (theora_dec_sink_convert),
22390 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22391 (theora_dec_chain):
22392 Don't screw up the 1 Chroma for 1 luma sample situation when we
22393 have an odd offset/width by adding a black border in those cases.
22395 2004-07-28 Wim Taymans <wim@fluendo.com>
22397 * ext/theora/theoradec.c: (theora_get_formats),
22398 (theora_dec_src_convert), (theora_dec_sink_convert),
22399 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22400 (theora_dec_chain):
22401 * ext/theora/theoraenc.c: (theora_enc_sink_link):
22402 Added first attempt at cropping of the image as required by the
22403 theora spec. We need more properties in the caps (offset_x,
22404 offset_y,stride) to implement this correctly.
22406 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
22408 * ext/dvdnav/README:
22409 Update the README to use dvddemux
22410 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22411 Ensure getcaps returns a subset of the template caps
22412 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22413 (gst_mpeg2subt_init):
22414 Ensure getcaps returns a subset of the template caps
22415 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22416 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22417 (gst_dvd_demux_get_subpicture_stream),
22418 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22419 * gst/mpegstream/gstdvddemux.h:
22420 Set the explicit caps on the current_video pad before pushing
22422 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22423 (gst_mpeg_demux_get_audio_stream):
22424 Free caps used to gst_pad_set_explicit_caps, which takes a const
22427 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22429 * configure.ac: update GStreamer requirement to 0.8.4 because of
22432 2004-07-28 Wim Taymans <wim@fluendo.com>
22434 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22435 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22436 Add the pad to the element after setting up the caps. This
22437 makes it a lot easier to autoplug.
22439 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22441 * gst/median/gstmedian.c:
22442 * gst/mpeg2subt/gstmpeg2subt.c:
22443 * gst/mpegaudioparse/gstmpegaudioparse.c:
22444 * gst/mpegstream/gstdvddemux.c:
22445 * gst/mpegstream/gstmpegdemux.c:
22446 * gst/mpegstream/gstmpegpacketize.c:
22447 * gst/rtjpeg/gstrtjpeg.c:
22448 * gst/rtjpeg/gstrtjpegdec.c:
22449 * gst/rtjpeg/gstrtjpegenc.c:
22450 * gst/sine/gstsinesrc.c:
22451 * gst/smooth/gstsmooth.c:
22452 * gst/smpte/gstsmpte.c:
22453 * gst/smpte/gstsmpte.h:
22454 * gst/stereo/gststereo.c:
22455 * gst/videofilter/gstgamma.c:
22456 * gst/videofilter/gstvideobalance.c:
22457 * gst/videofilter/gstvideofilter.c:
22458 * gst/videofilter/gstvideoflip.c:
22459 * gst/videoscale/gstvideoscale.c:
22460 * gst/videoscale/videoscale.c:
22461 * gst/videotestsrc/gstvideotestsrc.c:
22462 * gst/videotestsrc/videotestsrc.c:
22463 * gst/wavenc/gstwavenc.c:
22464 * gst/wavparse/gstwavparse.c:
22465 fix local includes and 64 bits constants
22467 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22470 * gst-libs/gst/*/*.vcproj:
22472 more working plugins
22474 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22476 * testsuite/alsa/Makefile.am:
22477 * testsuite/alsa/srcstate.c:
22478 add test for alsasrc changing state
22480 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22482 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22484 * gst/silence/gstsilence.h:
22485 fix silence generation for 16bit raw audio
22487 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22489 * gst/matroska/matroska-demux.c:
22490 (gst_matroska_demux_parse_metadata),
22491 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22492 * gst/mpegaudio/common.c:
22493 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22494 (gst_videoscale_getcaps), (gst_videoscale_link),
22495 (gst_videoscale_src_fixate), (gst_videoscale_init),
22496 (gst_videoscale_finalize):
22497 * gst/videoscale/gstvideoscale.h:
22498 * gst/videotestsrc/gstvideotestsrc.c:
22499 (gst_videotestsrc_get_capslist):
22500 * gst/wavenc/gstwavenc.c:
22501 * sys/oss/gstossmixer.c: (fill_labels):
22502 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22503 (gst_ximagesink_handle_xevents),
22504 (gst_ximagesink_calculate_pixel_aspect_ratio),
22505 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22506 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22507 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22508 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22509 (gst_ximagesink_init), (gst_ximagesink_class_init):
22510 * sys/ximage/ximagesink.h:
22511 * sys/xvimage/xvimagesink.c:
22512 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22513 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22514 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22515 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22516 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22517 * sys/xvimage/xvimagesink.h:
22518 first batch of pixel aspect ratio commits.
22520 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22522 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22523 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22524 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22525 handle stride, needs work if we want to move stride handling
22526 upstream, but works correctly for our purposes.
22528 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22530 * gst/videoscale/README:
22531 add testing examples
22532 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22533 (gst_videoscale_chain):
22534 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22535 (gst_videoscale_get_size):
22536 add get_size function that handles stride like videotestsrc.
22537 fixes conversion for YUV formats for as much as I can test them.
22539 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22541 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22542 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22543 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22544 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22545 (gst_xvimagesink_xvimage_put):
22546 further cleanups, logging, error handling and synchronizing
22548 2004-07-27 Wim Taymans <wim@fluendo.com>
22550 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22551 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22552 (gst_videomixer_pad_set_property),
22553 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22554 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22555 (gst_videomixer_class_init), (gst_videomixer_init),
22556 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22557 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22558 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22559 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22560 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22561 (gst_videomixer_loop), (plugin_init):
22562 Be a nicer negotiation citizen and provide a getcaps function on
22563 the srcpad. This also fixes a crash when resizing.
22565 2004-07-27 Julien MOUTTE <julien@moutte.net>
22567 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22568 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22570 2004-07-27 Wim Taymans <wim@fluendo.com>
22572 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22573 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22574 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22575 (gst_pngenc_set_property):
22576 * ext/libpng/gstpngenc.h:
22577 Added snapshot property to pngenc.
22578 removed g_print from pngdec
22580 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22582 * gst/ac3parse/ac3parse.vcproj
22583 * gst/adder/adder.vcproj
22584 * gst/alpha/alpha.vcproj
22585 * gst/alpha/alphacolor.vcproj
22586 * gst/asfdemux/asf.vcproj
22587 * gst/audioconvert/audioconvert.vcproj
22588 * gst/audiorate/audiorate.vcproj
22589 * gst/audioscale/audioscale.vcproj
22590 * gst/auparse/auparse.vcproj
22591 * gst/avi/avi.vcproj
22592 * gst/cdxaparse/cdxaparse.vcproj
22593 * gst/chart/chart.vcproj
22594 * gst/colorspace/colorspace.vcproj
22595 * gst/cutter/cutter.vcproj
22596 * gst/debug/debug.vcproj
22597 * gst/debug/efence.vcproj
22598 * gst/debug/navigationtest.vcproj
22599 * gst/deinterlace/deinterlace.vcproj
22600 * gst/effectv/effectv.vcproj
22601 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22602 * gst/filter/filter.vcproj
22603 * gst/flx/flxdec.vcproj
22604 * gst/goom/goom.vcproj
22605 * gst/interleave/interleave.vcproj
22606 * gst/law/alaw.vcproj
22607 * gst/law/mulaw.vcproj
22608 * gst/matroska/matroska.vcproj
22609 * gst/median/median.vcproj
22610 * gst/mixmatrix/mixmatrix.vcproj
22611 * gst/mpeg1sys/mpeg1systemencode.vcproj
22612 * gst/mpeg1videoparse/mp1videoparse.vcproj
22613 * gst/mpeg2sub/mpeg2subt.vcproj
22614 * gst/mpegaudio/mpegaudio.vcproj
22615 * gst/mpegaudioparse/mpegaudioparse.vcproj
22616 * gst/mpegstream/mpegstream.vcproj
22617 * gst/multifilesink/multifilesink.vcproj
22618 * gst/multipart/multipart.vcproj
22619 * gst/oneton/oneton.vcproj
22620 * gst/overlay/overlay.vcproj
22621 * gst/passthrough/passthrough.vcproj
22622 * gst/qtdemux/qtdemux.vcproj
22623 * gst/realmedia/rmdemux.vcproj
22624 * gst/rtjpeg/rtjpeg.vcproj
22625 * gst/rtp/rtp.vcproj
22626 * gst/silence/silence.vcproj
22627 * gst/sine/sinesrc.vcproj
22628 * gst/smooth/smooth.vcproj
22629 * gst/smpte/smpte.vcproj
22630 * gst/spectrum/spectrum.vcproj
22631 * gst/speed/speed.vcproj
22632 * gst/stereo/stereo.vcproj
22633 * gst/switch/switch.vcproj
22634 * gst/tags/tagedit.vcproj
22635 * gst/tcp/tcp.vcproj
22636 * gst/typefind/typefindfunctions.vcproj
22637 * gst/udp/udp.vcproj
22638 * gst/videobox/videobox.vcproj
22639 * gst/videocrop/videocrop.vcproj
22640 * gst/videodrop/videodrop.vcproj
22641 * gst/videofilter/gamma.vcproj
22642 * gst/videofilter/videobalance.vcproj
22643 * gst/videofilter/videofilter.vcproj
22644 * gst/videofilter/videoflip.vcproj
22645 * gst/videoflip/videoflip.vcproj
22646 * gst/videomixer/videomixer.vcproj
22647 * gst/videorate/videorate.vcproj
22648 * gst/videoscale/videoscale.vcproj
22649 * gst/videotestsrc/videotestsrc.vcproj
22650 * gst/virtualdub/virtualdub.vcproj
22651 * gst/volenv/volenv.vcproj
22652 * gst/volume/volume.vcproj
22653 * gst/wavenc/wavenc.vcproj
22654 * gst/wavparse/wavparse.vcproj
22655 * gst/y4m/y4menc.vcproj
22656 * gst-libs/gst/audio/audio.vcproj
22657 * gst-libs/gst/audio/audiofilter.vcproj
22658 * gst-libs/gst/colorbalance/colorbalance.vcproj
22659 * gst-libs/gst/idct/idtc.vcproj
22660 * gst-libs/gst/media-info/media-info.vcproj
22661 * gst-libs/gst/mixer/mixer.vcproj
22662 * gst-libs/gst/navigation/navigation.vcproj
22663 * gst-libs/gst/play/play.vcproj
22664 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22665 * gst-libs/gst/resample/resample.vcproj
22666 * gst-libs/gst/riff/riff.vcproj
22667 * gst-libs/gst/tuner/tuner.vcproj
22668 * gst-libs/gst/video/video.vcproj
22669 * gst-libs/gst/xoverlay/xoverlay.vcproj
22670 avoid problems with math.h, fix release dependancy
22671 rename GStreamer-0.8.lib to libgstreamer.lib
22673 2004-07-27 Julien MOUTTE <julien@moutte.net>
22675 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22676 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22677 the atom is not available we have to unlock the mutex. Fixes #148023
22679 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22681 * gst-libs/gst/media-info/media-info.h:
22682 issue for a vararg macro with MSVC
22684 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22686 * gst/effectv/effectv.vcproj
22687 * gst-libs/gst/idct/idct.vcproj:
22688 * gst-libs/gst/media-info/media-info.vcproj:
22689 * gst-libs/gst/navigation/navigation.vcproj:
22690 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22691 * gst-libs/gst/video/video.vcproj:
22692 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22693 fixes for build problems
22695 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22697 * gst-libs/gst/audio/audio.def:
22698 * gst-libs/gst/audio/riff.def:
22699 add some definitions needed by plugins
22701 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22703 * gst/asfdemux/gstasfmux.c
22704 Fix some 64 bits constants to be glib friendly
22706 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22708 * gst/ac3parse/gstac3parse.c
22709 * gst/audioscale/gstaudioscale.c
22710 * gst/auparse/gstauparse.c
22711 * gst/colorspace/gstcolorspace.c
22712 * gst/colorspace/yuv2rgb.h
22713 local include fixes
22715 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22718 add more plugins to the build
22720 2004-07-26 Julien MOUTTE <julien@moutte.net>
22722 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22723 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22725 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22727 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22728 (gst_level_set_property), (gst_level_get_property),
22729 (gst_level_base_init), (gst_level_class_init):
22730 add debugging categories. cleanups.
22732 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22734 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22735 (gst_videoscale_planar411), (gst_videoscale_planar400),
22736 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22737 (gst_videoscale_scale_nearest_str1),
22738 (gst_videoscale_scale_nearest_str2),
22739 (gst_videoscale_scale_nearest_str4),
22740 (gst_videoscale_scale_nearest_16bit),
22741 (gst_videoscale_scale_nearest_24bit):
22742 fixed stride issues
22743 tested with 320x240 -> 321, 322, 324 x240
22744 tested with YV12, I420, YUY2, UYVY
22745 fixed packed422rev (don't think it could have worked before)
22746 by testing with UYVY
22748 2004-07-26 Benjamin Otte <otte@gnome.org>
22750 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22751 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22753 add debugging category, add error checks like checking return values
22754 of setup calls, make sure it still works after
22755 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22757 2004-07-26 Wim Taymans <wim@fluendo.com>
22759 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22760 (gst_mpeg_demux_get_audio_stream),
22761 (gst_mpeg_demux_process_private):
22762 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22763 Check for error codes from the negotiation functions. Make sure
22764 we really set the pad caps when a new pad is created.
22766 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22768 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22769 (gst_ffmpeg_caps_to_pix_fmt):
22770 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22771 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22772 (gst_ffmpegcolorspace_pad_link):
22773 don't make function do two things at the same time without reason.
22775 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22777 * gst/ac3parse/ac3parse.vcproj
22778 * gst/adder/adder.vcproj
22779 * gst/alpha/alpha.vcproj
22780 * gst/alpha/alphacolor.vcproj
22781 * gst/asfdemux/asf.vcproj
22782 * gst/audioconvert/audioconvert.vcproj
22783 * gst/audiorate/audiorate.vcproj
22784 * gst/audioscale/audioscale.vcproj
22785 * gst/auparse/auparse.vcproj
22786 * gst/avi/avi.vcproj
22787 * gst/cdxaparse/cdxaparse.vcproj
22788 * gst/chart/chart.vcproj
22789 * gst/colorspace/colorspace.vcproj
22790 * gst/cutter/cutter.vcproj
22791 * gst/debug/debug.vcproj
22792 * gst/debug/efence.vcproj
22793 * gst/debug/navigationtest.vcproj
22794 * gst/deinterlace/deinterlace.vcproj
22795 * gst/effectv/effectv.vcproj
22796 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22797 * gst/filter/filter.vcproj
22798 * gst/flx/flxdec.vcproj
22799 * gst/goom/goom.vcproj
22800 * gst/interleave/interleave.vcproj
22801 * gst/law/alaw.vcproj
22802 * gst/law/mulaw.vcproj
22803 * gst/matroska/matroska.vcproj
22804 * gst/median/median.vcproj
22805 * gst/mixmatrix/mixmatrix.vcproj
22806 * gst/mpeg1sys/mpeg1systemencode.vcproj
22807 * gst/mpeg1videoparse/mp1videoparse.vcproj
22808 * gst/mpeg2sub/mpeg2subt.vcproj
22809 * gst/mpegaudio/mpegaudio.vcproj
22810 * gst/mpegaudioparse/mpegaudioparse.vcproj
22811 * gst/mpegstream/mpegstream.vcproj
22812 * gst/multifilesink/multifilesink.vcproj
22813 * gst/multipart/multipart.vcproj
22814 * gst/oneton/oneton.vcproj
22815 * gst/overlay/overlay.vcproj
22816 * gst/passthrough/passthrough.vcproj
22817 * gst/qtdemux/qtdemux.vcproj
22818 * gst/realmedia/rmdemux.vcproj
22819 * gst/rtjpeg/rtjpeg.vcproj
22820 * gst/rtp/rtp.vcproj
22821 * gst/silence/silence.vcproj
22822 * gst/sine/sinesrc.vcproj
22823 * gst/smooth/smooth.vcproj
22824 * gst/smpte/smpte.vcproj
22825 * gst/spectrum/spectrum.vcproj
22826 * gst/speed/speed.vcproj
22827 * gst/stereo/stereo.vcproj
22828 * gst/switch/switch.vcproj
22829 * gst/tags/tagedit.vcproj
22830 * gst/tcp/tcp.vcproj
22831 * gst/typefind/typefindfunctions.vcproj
22832 * gst/udp/udp.vcproj
22833 * gst/videobox/videobox.vcproj
22834 * gst/videocrop/videocrop.vcproj
22835 * gst/videodrop/videodrop.vcproj
22836 * gst/videofilter/gamma.vcproj
22837 * gst/videofilter/videobalance.vcproj
22838 * gst/videofilter/videofilter.vcproj
22839 * gst/videofilter/videoflip.vcproj
22840 * gst/videoflip/videoflip.vcproj
22841 * gst/videomixer/videomixer.vcproj
22842 * gst/videorate/videorate.vcproj
22843 * gst/videoscale/videoscale.vcproj
22844 * gst/videotestsrc/videotestsrc.vcproj
22845 * gst/virtualdub/virtualdub.vcproj
22846 * gst/volenv/volenv.vcproj
22847 * gst/volume/volume.vcproj
22848 * gst/wavenc/wavenc.vcproj
22849 * gst/wavparse/wavparse.vcproj
22850 * gst/y4m/y4menc.vcproj
22851 more plugins supported under windows
22853 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22855 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22856 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22857 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22858 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22859 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22860 Add debugging statements. Use the sizes as returned by the
22861 *CreateImage calls.
22863 2004-07-26 Johan Dahlin <johan@gnome.org>
22865 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22866 the pad is negotiated.
22868 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22870 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22872 * gst-libs/gst/colorbalance/colorbalance.vcproj:
22873 * gst-libs/gst/idct/idct.vcproj:
22874 * gst-libs/gst/media-info/media-info.vcproj:
22875 * gst-libs/gst/mixer/mixer.vcproj:
22876 * gst-libs/gst/navigation/navigation.vcproj:
22877 * gst-libs/gst/play/play.vcproj:
22878 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22879 * gst-libs/gst/resample/resample.vcproj:
22880 * gst-libs/gst/tuner/tuner.vcproj:
22881 * gst-libs/gst/video/video.vcproj:
22882 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22883 more plugins supported under windows
22885 2004-07-25 Iain <iain@prettypeople.org>
22887 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22888 pad now rather than when the pad is created because state changes wipe
22889 explicit caps (fixes #148043).
22891 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
22893 reviewed by Benjamin Otte <otte@gnome.org>
22895 * ext/mad/gstmad.c:
22896 fix mad plugin crashing on Sun (fixes #148289)
22898 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22901 * gst/avi/avi.vcproj:
22902 * gst/matroska/matroska.def:
22903 * gst/matroska/matroska.vcproj:
22904 remove unused .def files
22906 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22908 * gst-libs/gst/audio/gstaudiofilter.c:
22909 Clean the local include
22911 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22914 * gst-libs/gst/audio/audio.def:
22915 * gst-libs/gst/audio/audio.vcproj:
22916 * gst-libs/gst/audio/audiofilter.vcproj:
22917 * gst-libs/gst/audio/riff.def:
22918 * gst-libs/gst/audio/riff.vcproj:
22919 * gst-libs/gst/gst-libs.def:
22920 * gst-libs/gst/gst-libs.vcproj:
22921 * gst/avi/avi.vcproj:
22922 * gst/avi/avi.vcproj:
22923 Copy the files where needed after building, cleaner projects
22925 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22927 * gst/matroska/ebml-write.c:
22928 Fix some 64 bits constants to be glib friendly
22930 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
22933 * gst-libs/gst/gst-libs.def:
22934 * gst-libs/gst/gst-libs.vcproj:
22935 * gst/matroska/matroska.def:
22936 * gst/matroska/matroska.vcproj:
22937 Add the preliminary canvas to build plugins on Win32
22939 2004-07-23 Benjamin Otte <otte@gnome.org>
22941 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22942 don't enfore negotiation from source side, it breaks
22943 sinesrc ! audioconvert ! osssink
22945 2004-07-22 David Schleef <ds@schleef.org>
22947 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22948 for ELF files, since they can easily be recognized as audio/mpeg.
22951 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22953 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22954 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22955 (gst_videoscale_scale_nearest_24bit),
22956 (gst_videoscale_scale_nearest_16bit):
22957 fix 16bit and 24bit for stride (24bit might need testing)
22958 don't pretend we do more than one algorithm
22960 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22964 * gst/multifilesink/Makefile.am:
22965 * gst/multifilesink/gstmultifilesink.c:
22966 (gst_multifilesink_get_formats),
22967 (gst_multifilesink_get_query_types), (_do_init),
22968 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22969 (gst_multifilesink_init), (gst_multifilesink_dispose),
22970 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22971 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22972 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22973 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22974 (gst_multifilesink_chain), (gst_multifilesink_change_state),
22975 (gst_multifilesink_uri_get_type),
22976 (gst_multifilesink_uri_get_protocols),
22977 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22978 (gst_multifilesink_uri_handler_init), (plugin_init):
22979 * gst/multifilesink/gstmultifilesink.h:
22980 * testsuite/Makefile.am:
22981 * testsuite/multifilesink/Makefile.am:
22982 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22983 (gst_newmedia_class_init), (gst_newmedia_init),
22984 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22985 (newfile_signal), (test_signal), (main):
22986 multifilesink plugin for creating new files every time a new media
22987 discontinuity event occurs
22989 2004-07-22 Wim Taymans <wim@fluendo.com>
22991 * gst/alpha/Makefile.am:
22992 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22993 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22994 (gst_alpha_color_init), (gst_alpha_color_set_property),
22995 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22996 (transform), (gst_alpha_color_chain),
22997 (gst_alpha_color_change_state), (plugin_init):
22998 Stupid plugin to to RGBA to AYUV conversion because none of
22999 the colorspace plugins can handle that yet.
23001 2004-07-22 Wim Taymans <wim@fluendo.com>
23003 * examples/seeking/seek.c: (update_scale), (main):
23004 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23005 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23006 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23007 (gst_decode_bin_init), (gst_decode_bin_dispose),
23008 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23009 (no_more_pads), (close_link), (type_found),
23010 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23012 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23013 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23014 (gst_play_base_bin_dispose), (queue_overrun),
23015 (gen_preroll_element), (remove_prerolls), (unknown_type),
23016 (no_more_pads), (new_stream), (setup_source),
23017 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23018 (play_base_eos), (gst_play_base_bin_change_state),
23019 (gst_play_base_bin_add_element),
23020 (gst_play_base_bin_remove_element),
23021 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23022 (gst_play_base_bin_unlink_stream),
23023 (gst_play_base_bin_get_streaminfo):
23024 * gst/playback/gstplaybin.c: (gen_video_element),
23025 (gen_audio_element):
23026 * gst/playback/gststreaminfo.h:
23027 More playback updates, attempt to fix things after the state change
23030 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23032 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
23033 (gst_videoscale_scale_nearest_16bit):
23036 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23038 * gst/videotestsrc/gstvideotestsrc.c:
23039 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23040 (gst_videotestsrc_init), (gst_videotestsrc_get),
23041 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23042 (gst_videotestsrc_get_property):
23043 * gst/videotestsrc/gstvideotestsrc.h:
23044 * gst/videotestsrc/videotestsrc.c:
23045 * gst/videotestsrc/videotestsrc.h:
23046 cleanup and commenting
23048 2004-07-21 Wim Taymans <wim@fluendo.com>
23050 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23051 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23052 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23053 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23054 (_find_chain_get_unknown_part), (_find_streams_check),
23055 (gst_ogg_demux_push), (gst_ogg_pad_push):
23056 * ext/theora/theoradec.c: (theora_get_formats),
23057 (theora_dec_src_convert), (theora_dec_sink_convert),
23058 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23059 (theora_dec_chain):
23060 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23061 (vorbis_dec_convert), (vorbis_dec_src_query),
23062 (vorbis_dec_src_event), (vorbis_dec_event):
23063 More seeking fixes, oggdemux now supports seeking to time and
23064 uses the downstream element to convert granulepos to time.
23065 Seeking in theora-only ogg files now works.
23067 2004-07-21 Wim Taymans <wim@fluendo.com>
23069 * ext/theora/theoradec.c: (gst_theora_dec_init),
23070 (theora_get_formats), (theora_get_event_masks),
23071 (theora_get_query_types), (theora_dec_src_convert),
23072 (theora_dec_sink_convert), (theora_dec_src_query),
23073 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23074 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23075 (vorbis_get_event_masks), (vorbis_get_query_types),
23076 (gst_vorbis_dec_init), (vorbis_dec_convert),
23077 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23078 Added query/convert/formats functions to vorbis and theora decoders
23079 so that the outside world can use them too. Fixed seeking on an
23080 ogg/theora/vorbis file by disabling the seeking seeking on the
23083 2004-07-21 Julien MOUTTE <julien@moutte.net>
23085 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23086 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23087 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23088 images creation for both elements. We don't create the image on caps
23089 nego or renego, we just destroy the internal one if present if it does
23090 not match the needs. The chain function takes care of creating a new
23092 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23093 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23094 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23095 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23096 the image format information. The buffer pool checks for the context
23097 image format and discard images with different formats.
23098 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23100 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
23102 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23103 (gst_ffmpegcolorspace_chain):
23104 no point in doing any chaining if the pad we want to push from
23107 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
23109 * gst-libs/gst/riff/riff-media.c:
23110 (gst_riff_create_audio_caps_with_data):
23111 Fix double end-to-native symbol conversion (#148021).
23113 2004-07-20 David Schleef <ds@schleef.org>
23115 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23116 Don't use an Atom that doesn't exist.
23118 2004-07-20 Wim Taymans <wim@fluendo.com>
23120 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23121 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23122 (gst_multifdsink_client_remove),
23123 (gst_multifdsink_handle_client_write),
23124 (gst_multifdsink_queue_buffer):
23125 * gst/tcp/gstmultifdsink.h:
23126 More multifdsink stats. Avoid deadlock by releasing locks
23127 before sending out a signal.
23129 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
23133 added Hungarian translation (Laszlo Dvornik)
23135 2004-07-20 Wim Taymans <wim@fluendo.com>
23137 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23138 (gst_multifdsink_add), (gst_multifdsink_client_remove),
23139 (gst_multifdsink_handle_client_write),
23140 (gst_multifdsink_queue_buffer):
23141 * gst/tcp/gsttcp-marshal.list:
23142 Fixed the stupid marshal definition.
23144 2004-07-20 Wim Taymans <wim@fluendo.com>
23146 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23147 (gst_multifdsink_init), (gst_multifdsink_add),
23148 (gst_multifdsink_client_remove),
23149 (gst_multifdsink_handle_client_write),
23150 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23151 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23152 (gst_multifdsink_init_send):
23153 * gst/tcp/gstmultifdsink.h:
23154 Added more stats, added timeout for a client, fixed some typos
23155 and added some comments.
23157 2004-07-20 Wim Taymans <wim@fluendo.com>
23159 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23160 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23161 (gst_multifdsink_client_remove),
23162 (gst_multifdsink_handle_client_write):
23163 * gst/tcp/gstmultifdsink.h:
23164 * gst/tcp/gsttcp-marshal.list:
23165 Added get_stats method that returns a GValueArray of
23168 2004-07-19 Benjamin Otte <otte@gnome.org>
23170 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23171 make sure longname, description and author are valid UTF-8
23173 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
23175 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23176 (gst_ximagesink_set_property):
23177 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23178 (gst_xvimagesink_set_property):
23179 make sure SYNCHRONOUS is respected after getting the X context
23181 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23183 * gst/matroska/matroska-demux.c:
23184 (gst_matroska_demux_handle_src_event),
23185 (gst_matroska_demux_parse_blockgroup):
23186 * gst/matroska/matroska-ids.h:
23187 add BlockReference tag and ignore it to clear out log.
23188 ignore NAVIGATION events to clear out log.
23190 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23192 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23193 (gst_matroska_demux_add_stream):
23194 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23195 add debug categories
23197 2004-07-16 Wim Taymans <wim@fluendo.com>
23199 * ext/libpng/Makefile.am:
23200 * ext/libpng/gstpng.c: (plugin_init):
23201 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23202 (gst_pngdec_get_type), (gst_pngdec_base_init),
23203 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23204 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23205 * ext/libpng/gstpngdec.h:
23208 2004-07-16 Julien MOUTTE <julien@moutte.net>
23210 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23211 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23212 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23213 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23214 (gst_ximagesink_buffer_alloc):
23215 * sys/ximage/ximagesink.h:
23216 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23217 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23218 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23219 (gst_xvimagesink_buffer_alloc):
23220 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23221 again. Using internal data pointer of the x(v)image to store image's
23222 data to be coherent with the buffer alloc mechanism. Investigated the
23223 image destruction code to be sure that everything gets freed correctly.
23225 2004-07-16 Wim Taymans <wim@fluendo.com>
23227 * gst-libs/gst/riff/riff-read.c:
23228 (gst_riff_read_strf_vids_with_data),
23229 (gst_riff_read_strf_auds_with_data):
23230 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23231 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23232 Make sure we don't create 0 sized subbuffers in riff-read.
23233 Signal the no more pads signal after reading the avi header.
23235 2004-07-16 Wim Taymans <wim@fluendo.com>
23237 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23238 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23239 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23240 (gst_decode_bin_init), (gst_decode_bin_dispose),
23241 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23242 (no_more_pads), (close_link), (type_found),
23243 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23244 (gst_decode_bin_change_state), (plugin_init):
23245 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23246 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23247 (gst_play_base_bin_dispose), (queue_overrun),
23248 (gen_preroll_element), (remove_prerolls), (unknown_type),
23249 (no_more_pads), (new_stream), (setup_source),
23250 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23251 (play_base_eos), (gst_play_base_bin_change_state),
23252 (gst_play_base_bin_add_element),
23253 (gst_play_base_bin_remove_element),
23254 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23255 (gst_play_base_bin_unlink_stream),
23256 (gst_play_base_bin_get_streaminfo):
23257 * gst/playback/gstplaybasebin.h:
23258 Better error recovery. Added configurable preroll queue size. Faster
23259 detection of no-more-pads.
23261 2004-07-16 Wim Taymans <wim@fluendo.com>
23263 * gst-libs/gst/video/video.h:
23264 Added 32 bits RGBA. Not sure if we should use another mime-type
23265 for alpha rgb. Currently the presence of the alpha_mask property
23266 signals an alpha channel.
23268 2004-07-16 Wim Taymans <wim@fluendo.com>
23270 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23271 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23272 FPS seems to be 0.0 to MAX everywhere else.
23274 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
23276 * gst-libs/gst/riff/riff-media.c:
23277 (gst_riff_create_video_caps_with_data):
23278 mp42/mp43 (no caps) exist too.
23279 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23280 Set pixel_width/height; we've got them in-caps.
23281 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23282 * gst/wavparse/gstwavparse.c: (plugin_init):
23283 Both are valid primary.
23284 * sys/oss/gstossmixer.c:
23285 Remove i18n hack and enable translations.
23287 2004-07-15 Benjamin Otte <otte@gnome.org>
23289 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23290 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23291 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23293 2004-07-15 Benjamin Otte <otte@gnome.org>
23295 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23296 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23297 (gst_alsa_close_audio):
23298 disable some of the debugging code for now. Writing debugging to a
23299 buffer is broken in current alsalib releases.
23301 2004-07-12 Benjamin Otte <otte@gnome.org>
23303 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23306 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
23308 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23309 (theora_dec_src_query), (theora_dec_event):
23310 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23311 add debugging categories. Remove \n's.
23313 2004-07-13 Johan Dahlin <johan@gnome.org>
23315 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23316 (gst_play_bin_get_property): Impl.
23318 2004-07-13 Wim Taymans <wim@fluendo.com>
23320 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23321 When trying to find the stream length, seek back N pages
23322 instead of just one, where N is the number of streams in
23325 2004-07-13 Wim Taymans <wim@fluendo.com>
23327 * gst-libs/gst/riff/riff-media.c:
23328 (gst_riff_create_audio_caps_with_data),
23329 (gst_riff_create_audio_caps),
23330 (gst_riff_create_audio_template_caps):
23331 * gst-libs/gst/riff/riff-media.h:
23332 * gst-libs/gst/riff/riff-read.c:
23333 (gst_riff_read_strf_vids_with_data),
23334 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23335 * gst-libs/gst/riff/riff-read.h:
23336 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23337 (gst_avi_demux_add_stream):
23338 Set codec_data on caps for avidemuxer.
23340 2004-07-12 David Schleef <ds@schleef.org>
23342 * configure.ac: Fix test for Objective C
23344 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
23345 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23346 (gst_gdk_pixbuf_chain):
23347 Add svg and pcx to template caps, and ensure that getcaps returns a
23348 subset of the template caps.
23349 Copy each row manually for output, as gdkpixbuf may pad the
23350 rowstride to a 32-bit word boundary.
23352 2004-07-12 Wim Taymans <wim@fluendo.com>
23354 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23355 (gst_riff_create_video_template_caps):
23356 Fix the template caps to include some more media types.
23358 2004-07-12 Wim Taymans <wim@fluendo.com>
23360 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23361 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23362 (compare_ranks), (print_feature), (gst_decode_bin_init),
23363 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23364 (try_to_link_1), (new_pad), (close_link), (type_found),
23365 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23366 (gst_decode_bin_change_state), (plugin_init):
23367 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23368 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23369 (gst_play_base_bin_dispose), (queue_overrun),
23370 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23371 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23372 (gst_play_base_bin_get_property), (play_base_eos),
23373 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23374 (gst_play_base_bin_remove_element),
23375 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23376 (gst_play_base_bin_unlink_stream),
23377 (gst_play_base_bin_get_streaminfo):
23378 * gst/playback/gstplaybasebin.h:
23379 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23380 (gst_play_bin_class_init), (gst_play_bin_init),
23381 (gst_play_bin_dispose), (gst_play_bin_set_property),
23382 (gst_play_bin_get_property), (gen_video_element),
23383 (gen_audio_element), (remove_sinks), (setup_sinks),
23384 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23385 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23386 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23387 (gst_play_bin_query), (plugin_init):
23388 * gst/playback/test4.c: (main):
23389 More fixes on reusing of the element.
23391 2004-07-11 Benjamin Otte <otte@gnome.org>
23393 * ext/mad/gstmad.c: (normal_seek):
23394 allow seeking for other methods than just SET
23396 2004-07-11 Andy Wingo <wingo@pobox.com>
23398 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23399 float, "any" caps -> buffer_frames=[0,MAX].
23401 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23402 doesn't intersect our caps with the template any more. Do it
23404 (interleave_buffered_loop): Use g_newa instead of malloc/free.
23406 2004-07-09 Wim Taymans <wim@fluendo.com>
23408 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23409 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23410 (compare_ranks), (print_feature), (gst_decode_bin_init),
23411 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23412 (try_to_link_1), (new_pad), (close_link), (type_found),
23413 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23414 (gst_decode_bin_change_state), (plugin_init):
23415 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23416 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23417 (gst_play_base_bin_dispose), (queue_overrun),
23418 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23419 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23420 (gst_play_base_bin_get_property), (play_base_eos),
23421 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23422 (gst_play_base_bin_remove_element),
23423 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23424 (gst_play_base_bin_unlink_stream),
23425 (gst_play_base_bin_get_streaminfo):
23426 * gst/playback/gstplaybasebin.h:
23427 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23428 (gst_play_bin_class_init), (gst_play_bin_init),
23429 (gst_play_bin_dispose), (gst_play_bin_set_property),
23430 (gst_play_bin_get_property), (gen_video_element),
23431 (gen_audio_element), (remove_sinks), (setup_sinks),
23432 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23433 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23434 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23435 (gst_play_bin_query), (plugin_init):
23436 * gst/playback/test4.c: (main):
23437 Work on object reuse and seeking.
23439 2004-07-09 Wim Taymans <wim@fluendo.com>
23441 * examples/seeking/seek.c: (iterate):
23442 Don't consume all CPU in the idle loop.
23444 2004-07-09 Wim Taymans <wim@fluendo.com>
23446 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23447 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23448 Add pad to element *after* setting the pad functions so that
23449 the scheduler can use the correct ones.
23451 2004-07-09 Wim Taymans <wim@fluendo.com>
23453 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23454 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23455 Sync to keyframe after seek
23457 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23459 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23460 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23461 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23462 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23463 * ext/libvisual/visual.c: (gst_visual_change_state):
23464 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23465 * ext/theora/theoradec.c: (theora_dec_change_state):
23466 * ext/theora/theoraenc.c: (theora_enc_change_state):
23467 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23468 * gst-libs/gst/navigation/navigation.c:
23469 * gst/adder/gstadder.c: (gst_adder_change_state):
23470 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23471 (gst_audio_convert_get_buffer):
23472 * gst/multipart/multipartdemux.c:
23473 (gst_multipart_demux_change_state):
23474 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23475 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23476 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23477 * gst/videoscale/gstvideoscale.c:
23478 (gst_videoscale_handle_src_event):
23479 * gst/volume/gstvolume.c: (volume_chain_int16):
23480 don't assert in state change, this should be done by the base
23482 various debugging fixes.
23484 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23487 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23488 (gst_play_dispose), (gst_play_set_location),
23489 (gst_play_set_data_src), (gst_play_set_video_sink),
23490 (gst_play_set_audio_sink), (gst_play_set_visualization),
23491 (gst_play_connect_visualization), (gst_play_get_sink_element),
23492 (gst_play_get_all_by_interface):
23493 * gst-libs/gst/play/play.h:
23494 add new method to get elements implementing an interface.
23495 add various error logging
23497 2004-07-08 Wim Taymans <wim@fluendo.com>
23499 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23500 (make_mpeg_pipeline), (make_mpegnt_pipeline),
23501 (make_playerbin_pipeline), (query_durations_elems),
23502 (query_durations_pads), (query_positions_elems),
23503 (query_positions_pads), (update_scale), (iterate), (stop_seek),
23505 Added playbin seeking example.
23507 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23509 * gst-libs/gst/play/play.c: (gst_play_set_location),
23510 (gst_play_set_data_src), (gst_play_set_video_sink),
23511 (gst_play_set_audio_sink), (gst_play_set_visualization),
23512 (gst_play_connect_visualization), (gst_play_get_framerate):
23513 use a macro to look up elements from hash table
23515 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23517 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23518 (gst_play_get_length_callback), (gst_play_set_location),
23519 (gst_play_seek_to_time), (gst_play_set_data_src),
23520 (gst_play_set_video_sink), (gst_play_set_audio_sink),
23521 (gst_play_set_visualization), (gst_play_connect_visualization),
23522 (gst_play_get_sink_element):
23523 - add debugging info
23524 - fix looking up sink elements by iterating over complete caps
23525 - put everything except for source and autoplugger in a complete bin
23527 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23529 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23530 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23531 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23532 (gst_alsa_sink_write), (gst_alsa_sink_loop):
23533 * ext/alsa/gstalsasink.h:
23534 - add debugging info
23535 - clean up schizophrenia of data/buffer/event
23536 - fix double event unref error
23538 2004-07-08 Wim Taymans <wim@fluendo.com>
23540 * gst/playback/Makefile.am:
23541 Add headers to noinst
23543 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23545 * tools/gst-launch-ext-m.m:
23546 * tools/gst-launch-ext.1.in:
23547 convert to the third millenium
23549 2004-07-07 David Schleef <ds@schleef.org>
23551 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23553 2004-07-07 Wim Taymans <wim@fluendo.com>
23555 * gst/playback/Makefile.am:
23556 * gst/playback/README:
23557 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23558 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23559 (compare_ranks), (print_feature), (gst_decode_bin_init),
23560 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23561 (try_to_link_1), (new_pad), (close_link), (type_found),
23562 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23564 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23565 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23566 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23567 (gen_preroll_element), (no_more_pads), (new_stream),
23568 (setup_source), (gst_play_base_bin_set_property),
23569 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23570 (gst_play_base_bin_add_element),
23571 (gst_play_base_bin_remove_element),
23572 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23573 (gst_play_base_bin_unlink_stream),
23574 (gst_play_base_bin_get_streaminfo):
23575 * gst/playback/gstplaybasebin.h:
23576 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23577 (gst_play_bin_class_init), (gst_play_bin_init),
23578 (gst_play_bin_dispose), (gst_play_bin_set_property),
23579 (gst_play_bin_get_property), (gen_video_element),
23580 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23581 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23582 (gst_play_bin_get_formats), (gst_play_bin_convert),
23583 (gst_play_bin_get_query_types), (gst_play_bin_query),
23585 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23586 (gst_stream_info_get_type), (gst_stream_info_class_init),
23587 (gst_stream_info_init), (gst_stream_info_new),
23588 (gst_stream_info_dispose), (gst_stream_info_set_property),
23589 (gst_stream_info_get_property):
23590 * gst/playback/gststreaminfo.h:
23591 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23593 * gst/playback/test2.c: (main):
23594 * gst/playback/test3.c: (update_scale), (main):
23595 More playbin fixes. Added README. Do better element filtering.
23596 Added base class to preroll media. Added test apps.
23598 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23600 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23601 * ext/mpeg2dec/gstmpeg2dec.h:
23602 various debugging improvements. Reset stream to next picture
23603 instead of sequence header, otherwise seeks cannot work.
23605 2004-07-07 Wim Taymans <wim@fluendo.com>
23607 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23608 (gst_video_box_class_init), (gst_video_box_set_property),
23609 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23610 Use pad_alloc where possible.
23612 2004-07-07 Wim Taymans <wim@fluendo.com>
23614 * sys/oss/gstosselement.c: (gst_osselement_reset),
23615 (gst_osselement_parse_caps):
23616 * sys/oss/gstosselement.h:
23617 * sys/oss/gstosssrc.c: (gst_osssrc_get):
23618 Fix offset on osssrc.
23620 2004-07-07 Wim Taymans <wim@fluendo.com>
23622 * ext/theora/theora.c: (plugin_init):
23623 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23624 (theora_dec_src_query), (theora_dec_chain):
23625 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23626 (theora_enc_sink_link), (theora_buffer_from_packet),
23627 (theora_push_packet), (theora_enc_chain):
23628 Fix theora granulepos calculation.
23629 Fix overflow in duration/position calculation.
23630 Bump rank to PRIMARY for theoradec.
23631 Use granulepos of last packet to calculate position.
23632 Set keyframe flag on buffers when needed.
23634 2004-07-06 David Schleef <ds@schleef.org>
23636 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
23637 serious? (Fixed, obviously.)
23639 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
23643 added Czech translation (Miloslav Trmac)
23645 2004-07-05 Wim Taymans <wim@fluendo.com>
23647 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23648 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23649 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23650 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23651 (close_link), (type_found), (gst_decode_bin_set_property),
23652 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23653 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23654 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23655 (gst_decode_bin_query), (plugin_init):
23656 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23657 (gst_play_bin_class_init), (gst_play_bin_init),
23658 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23659 (get_video_element), (new_pad), (setup_source),
23660 (gst_play_bin_set_property), (gst_play_bin_get_property),
23661 (gst_play_bin_change_state), (gst_play_bin_add_element),
23662 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23663 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23664 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23665 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23666 * gst/playback/test.c: (main):
23667 More fixes, cleaned up playbin, make it use decodebin. Added
23668 threaded property to playbin.
23670 2004-07-05 Wim Taymans <wim@fluendo.com>
23673 * gst/playback/Makefile.am:
23674 * gst/playback/decodetest.c: (main):
23675 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23676 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23677 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23678 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23679 (close_link), (type_found), (gst_decode_bin_set_property),
23680 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23681 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23682 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23683 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23685 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23686 (gst_play_bin_class_init), (gst_play_bin_init),
23687 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23688 (collect_sink_pads), (find_compatibles), (close_pad_link),
23689 (try_to_link_1), (new_pad), (close_link), (type_found),
23690 (setup_source), (gst_play_bin_set_property),
23691 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23692 (compare_ranks), (gst_play_bin_collect_factories),
23693 (gst_play_bin_change_state), (gst_play_bin_add_element),
23694 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23695 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23696 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23697 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23698 * gst/playback/test.c: (main):
23699 Added some playback helper elements and some test apps, very alpha
23702 2004-07-04 Benjamin Otte <otte@gnome.org>
23704 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23705 only restart audio when we indeed have an xrun to fix repeated
23706 xruns. Fix suggested by Giuliano Pochini.
23708 2004-07-03 David Schleef <ds@schleef.org>
23710 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23711 call to gst_debug_log() if debugging is disabled (bug #145118)
23713 2004-07-03 Benjamin Otte <otte@gnome.org>
23715 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23716 use our own functions for restarting the alsa device.
23717 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23718 I should apply patches myself - use MIN for the third argument, not
23719 the second, this fixes seeking
23721 2004-07-02 David Schleef <ds@schleef.org>
23723 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23724 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
23727 2004-07-02 David Schleef <ds@schleef.org>
23729 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
23730 output buffers. Fix logic mistake. (bug #144866)
23732 2004-07-02 David Schleef <ds@schleef.org>
23734 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23735 on X. (bug #144753)
23737 2004-07-02 David Schleef <ds@schleef.org>
23739 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23740 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23742 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23743 (gst_osselement_rate_probe_check): Add another workaround for
23744 buggy drivers (bug #145336)
23746 2004-07-02 David Schleef <ds@schleef.org>
23748 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23749 Most systems don't have MSG_NOSIGNAL.
23751 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
23754 * gst-libs/gst/colorbalance/Makefile.am:
23755 * gst-libs/gst/mixer/Makefile.am:
23756 * gst-libs/gst/play/Makefile.am:
23757 * gst-libs/gst/tuner/Makefile.am:
23758 (hopefully) fix both install and dist and make error message useful.
23759 needs testing across automakes.
23761 2004-07-02 Benjamin Otte <otte@gnome.org>
23763 * ext/ogg/gstogg.c: (plugin_init):
23764 we require bytestream now
23765 * ext/ogg/gstoggdemux.c:
23766 huge diff to implement chain setup in a fast and generic way. This
23767 improves tag reading and startup of huge files (read: Theora videos)
23768 quite a bit. It probably contains bugs, too, so please test.
23769 Seeking is not improved to the fast method.
23771 2004-06-29 Wim Taymans <wim@fluendo.com>
23773 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23774 * ext/ogg/gstoggmux.c:
23775 Fix memleak in oggdemux when running unconnected pads.
23776 doc update in mux, start working on keyframe mode.
23778 2004-06-29 Benjamin Otte <otte@gnome.org>
23780 * sys/oss/gstosssink.c:
23781 * sys/oss/gstosssrc.c:
23782 advertise correct template caps - we indeed do non-native endianness
23783 and 8bit audio has no endianness
23784 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23785 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23786 avoid (wrong) duplications in getcaps function and return
23789 2004-06-29 Wim Taymans <wim@fluendo.com>
23791 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23792 (gst_multifdsink_class_init), (gst_multifdsink_add),
23793 (gst_multifdsink_remove), (gst_multifdsink_clear),
23794 (gst_multifdsink_client_remove),
23795 (gst_multifdsink_handle_client_read),
23796 (gst_multifdsink_client_queue_data),
23797 (gst_multifdsink_client_queue_caps),
23798 (gst_multifdsink_client_queue_buffer),
23799 (gst_multifdsink_handle_client_write),
23800 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23801 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23802 (gst_multifdsink_init_send), (gst_multifdsink_close):
23803 Fix wrong GList iteration that could crash the server when
23804 more then 2 clients disconnect at the same time. Read all the
23805 pending commands in one batch to recover from command storms under
23808 2004-06-28 Wim Taymans <wim@fluendo.com>
23810 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23811 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23812 (gst_videomixer_pad_set_property),
23813 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23814 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23815 (gst_videomixer_class_init), (gst_videomixer_init),
23816 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23817 (pad_zorder_compare), (gst_videomixer_sort_pads),
23818 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23819 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23820 (gst_videomixer_update_queues), (gst_videomixer_loop),
23822 Avoid divide by zero, choose masterpad as the pad with the highest
23825 2004-06-27 Julien Moutte <julien@moutte.net>
23827 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23828 (gst_ximagesink_xwindow_new):
23829 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23830 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23831 function directly. We might want to call it from somewhere else one day.
23833 2004-06-27 Julien Moutte <julien@moutte.net>
23835 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23836 (gst_ximagesink_xwindow_new):
23837 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23838 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23839 window decorations.
23841 2004-06-27 Wim Taymans <wim@fluendo.com>
23843 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23844 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23845 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23846 (gst_dvdec_set_property), (gst_dvdec_get_property):
23847 * ext/dv/gstdvdec.h:
23848 Implement drop_factor property to lower the framerate with
23851 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
23853 * gst-libs/gst/colorbalance/Makefile.am:
23854 * gst-libs/gst/mixer/Makefile.am:
23855 * gst-libs/gst/play/Makefile.am:
23856 * gst-libs/gst/tuner/Makefile.am:
23857 unbreak Company's fix that didn't install the -enum.h files
23859 2004-06-27 Wim Taymans <wim@fluendo.com>
23861 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23862 (gst_dvdec_change_state):
23863 * ext/dv/gstdvdec.h:
23864 Fix timestamp, duration and offset of the buffers.
23866 2004-06-27 Wim Taymans <wim@fluendo.com>
23868 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23869 (gst_multifdsink_class_init), (gst_multifdsink_add),
23870 (gst_multifdsink_remove), (gst_multifdsink_clear),
23871 (gst_multifdsink_client_remove),
23872 (gst_multifdsink_handle_client_read),
23873 (gst_multifdsink_client_queue_data),
23874 (gst_multifdsink_client_queue_caps),
23875 (gst_multifdsink_client_queue_buffer),
23876 (gst_multifdsink_handle_client_write),
23877 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23878 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23879 (gst_multifdsink_init_send), (gst_multifdsink_close):
23880 * gst/tcp/gstmultifdsink.h:
23881 * gst/tcp/gsttcpserversink.c:
23882 (gst_tcpserversink_handle_server_read),
23883 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23884 More multifdsink fixes, more recovery policy fixes.
23885 Removed stupid g_print
23887 2004-06-26 Wim Taymans <wim@fluendo.com>
23889 * gst/tcp/Makefile.am:
23890 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23891 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23892 (gst_multifdsink_class_init), (gst_multifdsink_init),
23893 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23894 (gst_multifdsink_handle_client_read),
23895 (gst_multifdsink_client_queue_data),
23896 (gst_multifdsink_client_queue_caps),
23897 (gst_multifdsink_client_queue_buffer),
23898 (gst_multifdsink_handle_client_write),
23899 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23900 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23901 (gst_multifdsink_chain), (gst_multifdsink_set_property),
23902 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23903 (gst_multifdsink_close), (gst_multifdsink_change_state):
23904 * gst/tcp/gstmultifdsink.h:
23905 * gst/tcp/gsttcpplugin.c: (plugin_init):
23906 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23907 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23908 (gst_tcpserversink_handle_server_read),
23909 (gst_tcpserversink_handle_select),
23910 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23911 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23912 * gst/tcp/gsttcpserversink.h:
23913 Added multifdsink, made tcpserversink a subclass of fdsink, removed
23914 one of the locks, added recovery policy to multifdsink.
23916 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23918 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23919 fix decision for when getting frames with same timestamp
23920 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23921 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23922 (gst_v4lsrc_get_property):
23923 * sys/v4l/gstv4lsrc.h:
23924 add latency offset property
23926 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23928 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23930 fix debugging. add category.
23932 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23934 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23937 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23939 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23940 (gst_alsa_src_get_time), (gst_alsa_src_loop),
23941 (gst_alsa_src_change_state):
23942 return a time that is in sync with the element's processing
23944 2004-06-25 Wim Taymans <wim@fluendo.com>
23946 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23947 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23948 (gst_tcpserversink_client_remove),
23949 (gst_tcpserversink_handle_client_read),
23950 (gst_tcpserversink_client_queue_data),
23951 (gst_tcpserversink_client_queue_caps),
23952 (gst_tcpserversink_client_queue_buffer),
23953 (gst_tcpserversink_handle_client_write),
23954 (gst_tcpserversink_queue_buffer),
23955 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23956 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23957 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23958 (gst_tcpserversink_close):
23959 * gst/tcp/gsttcpserversink.h:
23960 Serversink rewrite. Really do non blocking writes to clients and
23961 maintain an internal queue to handle slower clients while not
23962 disturbing fast clients.
23964 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23966 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23967 better debug, don't override OFFSET and OFFSET_END
23969 2004-06-25 Iain <iain@prettypeople.org>
23971 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23972 name=source for the wavparse pipeline.
23974 2004-06-24 Johan Dahlin <johan@gnome.org>
23976 * ext/theora/theoraenc.c (theora_enc_chain): Call
23977 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23978 streamheader caps are set correctly.
23980 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23982 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23983 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23984 respect minimum bitrate; same could be done for max bitrate
23986 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23988 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23989 (gst_vorbisenc_setup):
23990 fix sample rate range
23992 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23994 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23995 (gst_oggvorbisenc_setup):
23996 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23997 (gst_vorbisenc_setup):
23998 resolve ambiguities in code and description
24000 2004-06-24 Wim Taymans <wim@fluendo.com>
24002 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
24003 * ext/alsa/gstalsa.h:
24004 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24005 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
24006 Use alsa trigger_tstamp to get the timestamp of the first
24007 sample in the buffer for more precise sync. Some cleanups.
24009 2004-06-24 Wim Taymans <wim@fluendo.com>
24011 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
24012 (gst_audiorate_init), (gst_audiorate_chain),
24013 (gst_audiorate_set_property), (gst_audiorate_get_property):
24014 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24015 (gst_videorate_chain):
24016 Added some logging, fixed an overflow bug in videorate.
24018 2004-06-24 Benjamin Otte <otte@gnome.org>
24020 * ext/kio/Makefile.am:
24021 fix for builddir != srcdir and distcheck
24023 2004-06-24 Benjamin Otte <otte@gnome.org>
24025 * gst-libs/gst/colorbalance/Makefile.am:
24026 * gst-libs/gst/mixer/Makefile.am:
24027 * gst-libs/gst/play/Makefile.am:
24028 * gst-libs/gst/tuner/Makefile.am:
24029 * gst/tcp/Makefile.am:
24030 * sys/dxr3/Makefile.am:
24031 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
24033 Also add all *.list files that were missing.
24035 add a distcheck hook to ensure the above doesn't happen again.
24037 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
24039 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24041 2004-06-23 Colin Walters <walters@redhat.com>
24043 * m4/Makefile.am: Distribute gst-fionread.m4.
24045 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
24047 * configure.ac: back to dev
24049 2004-06-23 Wim Taymans <wim@fluendo.com>
24051 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24052 (gst_alsa_xrun_recovery):
24053 * ext/alsa/gstalsa.h:
24054 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24055 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24056 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24057 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24058 (gst_alsa_src_loop):
24059 Add clock to alsasrc. Take new capture timestamp when
24060 restarting after an overrun. Split up some functions between
24061 alsasrc and alsasink.
24063 === release 0.8.2 ===
24065 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
24067 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24068 (gst_alsa_change_state), (gst_alsa_update_avail),
24069 (gst_alsa_xrun_recovery):
24070 * ext/alsa/gstalsa.h:
24071 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24072 merge back changes from release
24074 2004-06-23 Wim Taymans <wim@fluendo.com>
24076 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24077 (gst_audiorate_init), (gst_audiorate_chain),
24078 (gst_audiorate_set_property), (gst_audiorate_get_property):
24079 Implement sample dropping and notify
24081 2004-06-22 Wim Taymans <wim@fluendo.com>
24083 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24084 (theora_enc_sink_link), (theora_buffer_from_packet),
24085 (theora_push_packet), (theora_enc_chain):
24086 Some cleanups, make sure the timestamps are correct.
24088 2004-06-22 Wim Taymans <wim@fluendo.com>
24090 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24091 (gst_alsa_change_state), (gst_alsa_update_avail),
24092 (gst_alsa_xrun_recovery):
24093 * ext/alsa/gstalsa.h:
24094 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24095 Cleanups, take queued samples into account when reporting
24098 2004-06-22 Wim Taymans <wim@fluendo.com>
24100 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24101 (gst_videorate_init):
24102 Initialize the property as well.
24104 2004-06-22 Wim Taymans <wim@fluendo.com>
24106 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24107 (gst_videorate_init), (gst_videorate_chain),
24108 (gst_videorate_set_property), (gst_videorate_get_property):
24109 Add property to make videorate silent.
24110 Add property to prefer new frames over old ones.
24112 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24114 * sys/osxvideo/Makefile.am:
24115 Workaround so that the osxvideo .so file gets linked with the
24116 Cocoa, OpenGL and QuickTime frameworks
24118 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24120 * sys/osxaudio/Makefile.am:
24121 Workaround so that the osxaudio .so file gets linked with the
24122 CoreAudio framework
24124 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24127 Whoops, my fault...fixed build issues
24129 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24132 Add objective-c support if running in Darwin/Mac OS X
24135 * sys/osxvideo/Makefile.am:
24136 * sys/osxvideo/osxvideosink.h:
24137 * sys/osxvideo/osxvideosink.m:
24138 * sys/osxvideo/cocoawindow.h:
24139 * sys/osxvideo/cocoawindow.m:
24140 Add osxvideosink, a cocoa-based osx video sink
24143 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
24144 * ext/dvdnav/gst-dvd:
24145 Grab the gconf key from the right spot
24146 * gst/debug/gstnavseek.c: (gst_navseek_init),
24147 (gst_navseek_segseek), (gst_navseek_handle_src_event),
24148 (gst_navseek_chain):
24149 * gst/debug/gstnavseek.h:
24150 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24151 and loop parameters of a segment seek.
24152 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24153 (gst_videotestsrc_get_event_masks),
24154 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24155 * gst/videotestsrc/gstvideotestsrc.h:
24156 Add seeking support to videotestsrc
24157 Initialise the timestamp_offset variable.
24159 2004-06-18 Wim Taymans <wim@fluendo.com>
24161 * ext/sidplay/gstsiddec.cc:
24162 Fix negotiation and set correct end offset.
24164 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
24166 * configure.ac: branch and prerelease
24168 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24170 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24171 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24172 (gst_tcpclientsrc_init_receive):
24173 * gst/tcp/gsttcpclientsrc.h:
24174 read caps when connecting to server for GDP so we set them correctly
24176 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24178 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24179 notify drops and duplicates
24180 * gst/videoscale/videoscale.c: (videoscale_get_structure):
24181 no good reason to limit ourselves to 100x100
24183 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24185 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24186 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24187 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24188 (gst_v4lsrc_get_property):
24189 * sys/v4l/gstv4lsrc.h:
24190 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24191 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24192 (gst_v4l_set_audio):
24193 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24194 (gst_v4lsrc_try_capture):
24195 * sys/v4l/v4lsrc_calls.h:
24196 change try_palette to more general try_capture
24197 add autoprobe option so we can turn off autoprobing
24200 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24204 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24205 (gst_ximagesink_class_init):
24206 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24207 (gst_xvimagesink_class_init):
24208 run them as finalize, not dispose, since dispose can be invoked
24211 2004-06-17 Wim Taymans <wim@fluendo.com>
24213 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24214 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24215 * ext/alsa/gstalsa.h:
24216 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24217 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24218 (gst_alsa_src_change_state):
24219 * ext/alsa/gstalsasrc.h:
24220 Make the xrun code timestamp and offset the buffers correctly.
24221 moved the clock to the base class, use alsa methods to get time.
24222 Do correct timestamping on outgoing buffers.
24224 2004-06-17 Wim Taymans <wim@fluendo.com>
24226 * gst/audiorate/Makefile.am:
24227 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24228 (gst_audiorate_base_init), (gst_audiorate_class_init),
24229 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24230 (gst_audiorate_set_property), (gst_audiorate_get_property),
24231 (gst_audiorate_change_state), (plugin_init):
24232 Added an audiorate converter that fills in gaps.
24234 2004-06-17 Johan Dahlin <johan@gnome.org>
24236 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24238 2004-06-16 Wim Taymans <wim@fluendo.com>
24240 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24241 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24242 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24243 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24244 (gst_v4lsrc_get_property):
24245 * sys/v4l/gstv4lsrc.h:
24246 Added a copy mode to v4lsrc where it will output a copied version
24247 of its internal hardware buffer.
24248 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24251 2004-06-16 Wim Taymans <wim@fluendo.com>
24253 * sys/oss/gstosssrc.c: (gst_osssrc_get):
24256 2004-06-16 Wim Taymans <wim@fluendo.com>
24258 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24259 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24260 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24261 (gst_v4lsrc_get_property):
24262 * sys/v4l/gstv4lsrc.h:
24263 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24264 Added a sync mode enum property to control v4lsrc timestamp method
24265 Removed the use-fixed-fps property and moved functionality in
24267 Don't error on an error value from v4l-conf, it might not always
24270 2004-06-16 Wim Taymans <wim@fluendo.com>
24272 * gst/videorate/Makefile.am:
24273 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24274 (gst_videorate_base_init), (gst_videorate_class_init),
24275 (gst_videorate_getcaps), (gst_videorate_link),
24276 (gst_videorate_init), (gst_videorate_chain),
24277 (gst_videorate_set_property), (gst_videorate_get_property),
24278 (gst_videorate_change_state), (plugin_init):
24279 Added a video timestamp corrector.
24281 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24283 fixed a potential leak with previous commit
24285 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24287 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24289 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24290 Added missing refcount, fixes bug #144425
24291 Cheers Tim for finding the bug
24293 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
24295 * sys/v4l/gstv4l.c: (plugin_init):
24296 * sys/v4l/gstv4lcolorbalance.c:
24297 * sys/v4l/gstv4lcolorbalance.h:
24298 * sys/v4l/gstv4lelement.c:
24299 * sys/v4l/gstv4lelement.h:
24300 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24301 * sys/v4l/gstv4lmjpegsink.h:
24302 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24303 * sys/v4l/gstv4lmjpegsrc.h:
24304 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24305 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24306 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24307 * sys/v4l/gstv4lsrc.h:
24308 * sys/v4l/gstv4ltuner.c:
24309 * sys/v4l/gstv4ltuner.h:
24310 * sys/v4l/gstv4lxoverlay.c:
24311 * sys/v4l/gstv4lxoverlay.h:
24312 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24313 (gst_v4l_set_window), (gst_v4l_enable_overlay):
24314 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24315 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24316 (gst_v4l_set_audio):
24317 * sys/v4l/v4l_calls.h:
24318 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24319 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24320 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24321 (gst_v4lmjpegsink_playback_init),
24322 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24323 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24324 (gst_v4lmjpegsink_playback_stop),
24325 (gst_v4lmjpegsink_playback_deinit):
24326 * sys/v4l/v4lmjpegsink_calls.h:
24327 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24328 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24329 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24330 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24331 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24332 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24333 * sys/v4l/v4lmjpegsrc_calls.h:
24334 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24335 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24336 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24337 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24338 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24339 (gst_v4lsrc_try_palette):
24340 * sys/v4l/v4lsrc_calls.h:
24341 bunch of paranoia cleanups
24343 2004-06-14 David Schleef <ds@schleef.org>
24345 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24346 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24347 Send discont events and change timestamps appropriately when
24348 we get a seek event. (bug #144240)
24349 * ext/cdparanoia/gstcdparanoia.h:
24351 2004-06-14 Benjamin Otte <otte@gnome.org>
24353 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24354 snd_pcm_hw_params_set_rate since the latter fails for no good
24355 reason on some setups.
24357 2004-06-14 David Schleef <ds@schleef.org>
24359 * gst/volume/demo.c: (value_changed_callback): exp10() is not
24360 standard. Thank you for playing.
24362 2004-06-14 Wim Taymans <wim@fluendo.com>
24364 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24365 Patch 1.3 broke the ordering of the colorspace info and
24366 made the plugin basically work by coincidence, reordered
24369 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24371 * ext/lame/gstlame.c:
24372 * ext/mad/gstmad.c:
24373 sync caps. Make sure mad can only output a list of rates, not
24374 a full range. In the future, have three caps lists for each of the
24375 mpeg versions. Change mpegversion to a double as well.
24377 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24379 * gst/volume/.cvsignore:
24380 * gst/volume/Makefile.am:
24381 * gst/volume/demo.c: (value_changed_callback), (idler),
24382 (setup_gui), (main):
24383 added small demo app
24385 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
24386 * ext/esd/esdsink.c: (gst_esdsink_change_state):
24387 * ext/esd/esdsink.h:
24388 Close the esd connection on pause, because esd will just wait -
24389 blocking all other esd clients indefinitely.
24391 2004-06-12 Christophe Fergeau <teuf@gnome.org>
24393 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24394 previous commit with GST_DEBUG
24396 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
24399 add a header check for a dvdread header in dvdnav. Fixes #133002
24401 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24403 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24404 * gst/tcp/gsttcpclientsink.h:
24405 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24406 * gst/tcp/gsttcpclientsrc.h:
24407 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24408 (gst_tcpserversink_handle_server_read),
24409 (gst_tcpserversink_init_send):
24410 * gst/tcp/gsttcpserversink.h:
24411 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24412 * gst/tcp/gsttcpserversrc.h:
24413 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24416 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24419 Added ogg library so that OSX detects libtheora properly
24421 2004-06-11 Wim Taymans <wim@fluendo.com>
24423 * ext/theora/theoradec.c: (theora_dec_chain),
24424 (theora_dec_change_state):
24425 Don't try to decode frames before we received a keyframe.
24427 2004-06-11 Wim Taymans <wim@fluendo.com>
24429 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24430 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24431 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24432 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24433 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24434 Added property to set the maximum delay of a page.
24436 2004-06-10 Wim Taymans <wim@fluendo.com>
24438 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24439 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24440 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24441 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24442 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24443 Added max-delay property to control the maximum amount
24444 of data to put in one page.
24446 2004-06-10 Wim Taymans <wim@fluendo.com>
24448 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24449 (gst_theora_enc_init), (theora_enc_sink_link),
24450 (theora_buffer_from_packet), (theora_enc_set_property),
24451 (theora_enc_get_property):
24452 Set duration on encoded buffer, added some more properties
24454 2004-06-10 Wim Taymans <wim@fluendo.com>
24456 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24457 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24458 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24459 * ext/theora/theoraenc.c: (theora_enc_chain):
24460 Fix refcounting bugs
24462 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
24464 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24465 (gst_asf_demux_loop), (gst_asf_demux_process_file),
24466 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24467 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24468 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24469 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24470 (gst_asf_demux_change_state):
24471 * gst/asfdemux/gstasfdemux.h:
24472 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24473 feels like. I think we should set a new requirement for demuxers
24474 from now on to implement sane loop functions, data loops, query
24475 and seek functions before first commit into CVS. And this commit
24476 fixes all of the above.
24478 2004-06-10 Christophe Fergeau <teuf@gnome.org>
24480 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24481 vorbis comments are properly encoded in UTF-8 before adding them
24484 2004-06-09 Benjamin Otte <otte@gnome.org>
24486 * ext/alsa/gstalsa.c: (add_channels):
24487 handle min <= max correctly
24488 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24489 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24490 add fixation functions so we fixate correctly. No preferring of alaw
24491 anymore because it's the first structure.
24492 * ext/alsa/gstalsa.h:
24493 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24494 (gst_alsa_hw_params_dump):
24495 add functions to ease debugging in alsalib
24496 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24497 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24498 (gst_alsa_start_audio):
24499 only specify hw params if we really setup a format (fixes #134007 -
24500 or at least works around it)
24502 2004-06-09 Wim Taymans <wim@fluendo.com>
24504 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24505 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24506 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24507 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24508 (gst_ogg_mux_loop):
24509 Use stream caps to setup the initial pages in the ogg stream.
24510 Correctly set the streamheader caps on the srcpad.
24512 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
24514 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24515 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24516 (gst_v4lsrc_getcaps):
24517 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24518 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24519 add querying of fps lists for webcams. Negotiating to a framerate
24522 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24524 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24525 (theora_push_buffer), (theora_push_packet),
24526 (theora_set_header_on_caps), (theora_enc_chain):
24527 mark buffers and put on streamheader, raw theora streaming
24528 now works too, whee
24530 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24532 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24533 (gst_tcp_gdp_read_caps):
24534 do a looping read for caps and GDP headers too
24536 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24538 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24539 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24540 return EOS instead of NULL in _get
24542 2004-06-08 Wim Taymans <wim@fluendo.com>
24544 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24545 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24546 (gst_tcp_gdp_write_caps):
24547 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24548 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24549 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24552 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24554 * ext/vorbis/Makefile.am:
24555 * ext/vorbis/vorbis.c: (plugin_init):
24556 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24557 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24558 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24559 (vorbis_parse_change_state):
24560 * ext/vorbis/vorbisparse.h:
24561 adding a vorbisparse element that marks the buffers, streaming
24562 raw vorbis using GDP now works, whee
24564 2004-06-08 Wim Taymans <wim@fluendo.com>
24566 * ext/jpeg/Makefile.am:
24568 * ext/jpeg/gstjpeg.c: (plugin_init):
24569 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24570 (gst_smokedec_base_init), (gst_smokedec_class_init),
24571 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24572 * ext/jpeg/gstsmokedec.h:
24573 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24574 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24575 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24576 (gst_smokeenc_resync), (gst_smokeenc_chain),
24577 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24578 * ext/jpeg/gstsmokeenc.h:
24579 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24580 (smokecodec_flush_destination), (smokecodec_term_destination),
24581 (smokecodec_init_source), (smokecodec_fill_input_buffer),
24582 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24583 (smokecodec_term_source), (smokecodec_encode_new),
24584 (smokecodec_decode_new), (smokecodec_info_free),
24585 (smokecodec_set_quality), (smokecodec_get_quality),
24586 (smokecodec_set_threshold), (smokecodec_get_threshold),
24587 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24588 (find_best_size), (abs_diff), (put), (smokecodec_encode),
24589 (smokecodec_parse_header), (smokecodec_decode):
24590 * ext/jpeg/smokecodec.h:
24591 Added a new simple jpeg based codec
24593 2004-06-08 Wim Taymans <wim@fluendo.com>
24595 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24596 (gst_multipart_mux_loop):
24599 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24601 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24602 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24603 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24604 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24605 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24606 * gst/tcp/gsttcpserversink.h:
24607 take streamheader into account
24609 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24611 * gst/level/Makefile.am:
24612 * gst/level/gstlevel.c: (gst_level_class_init):
24613 clean up marshal generation
24615 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24617 * gst/tcp/Makefile.am:
24618 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24619 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24620 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24621 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24622 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24623 (gst_tcpclientsrc_get_property):
24624 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24625 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24626 (gst_tcpserversink_handle_client_read),
24627 (gst_tcpserversink_handle_client_write),
24628 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24629 * gst/tcp/gsttcpserversink.h:
24630 add signals client-added and client-removed
24631 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24632 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24633 (gst_tcpserversrc_get_property):
24634 uniformized, change default protocol to NONE
24635 * gst/tcp/gsttcp-marshal.list: added
24636 2004-06-07 Benjamin Otte <otte@gnome.org>
24638 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24639 handle discont events if they happen before caps nego
24641 2004-06-07 Wim Taymans <wim@fluendo.com>
24643 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24644 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24645 (gst_multipart_demux_plugin_init):
24646 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24647 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24648 (gst_multipart_mux_change_state):
24649 Small updates, fix a memleak
24651 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24653 * configure.ac: OSS portability
24654 * ext/arts/gst_arts.c: idem
24655 * sys/oss/gstosselement.c: idem
24656 * sys/oss/gstossmixer.c: idem
24657 * sys/oss/gstosssink.c: idem
24658 * sys/oss/gstosssrc.c: idem
24659 * sys/oss/oss_probe.c: idem
24660 - check for soundcard.h in different places for some BSD
24662 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
24665 Add me to the authors file
24667 Increase the libdv requirement to >= version 0.100
24668 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24669 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24670 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24671 * ext/dv/gstdvdec.h:
24672 Add support for the new_media flag when sending DISCONT events
24673 Make the querying work when video pad is not linked
24675 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24677 reviewed by Benjamin Otte <otte@gnome.org>
24679 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24680 create a NULL-initialized array of pads, so we don't think they
24681 exist already. (fixes #143130)
24683 2004-06-07 Benjamin Otte <otte@gnome.org>
24685 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24686 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24687 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24688 don't use // coments
24690 2004-06-07 Benjamin Otte <otte@gnome.org>
24692 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24693 cast to GstClockTime to get higher granularity
24694 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24695 use gst_element_set_time_delay to get the exact time
24696 * ext/mad/gstmad.c: (gst_mad_chain):
24697 use the negotiated rate instead of the current frame's rate which
24698 might be wrong because of bit errors. This avoids emitting totally
24699 bogus timestamps and screwing sync.
24702 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24704 reviewed by Benjamin Otte <otte@gnome.org>
24706 * gst/adder/gstadder.c: (gst_adder_loop):
24707 properly error out when no negotiation has happened yet. (fixes
24710 2004-06-06 Benjamin Otte <otte@gnome.org>
24712 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24713 forward correctly transformed offset in discont events. Based on
24714 patch by Arwed v. Merkatz. (fixes #142851)
24716 2004-06-06 David Schleef <ds@schleef.org>
24718 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24719 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
24720 problems on several systems.
24722 2004-06-06 Benjamin Otte <otte@gnome.org>
24724 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24725 use explicit caps on the srcpad
24726 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24727 properly error out if caps couldn't be set (fixes #142764)
24729 2004-06-06 Benjamin Otte <otte@gnome.org>
24731 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24732 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24733 (gst_alsa_start_audio):
24734 - don't call set_periods_integer anymore, it breaks the
24735 configuration randomly
24736 - call snd_pcm_hw_params_set_access directly instead of using masks
24737 - don't fail if the sw_params can't be set, just use the default
24738 params and hope it works. Alsalib has weird issues when you touch
24739 sw_params and does no proper error reporting about what failed.
24740 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24741 (gst_alsa_close_audio):
24742 make our alsa debugging go via gst debugging and not conditionally
24744 * ext/alsa/gstalsa.h:
24745 add ALSA_DEBUG_FLUSH macro
24746 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24748 wrap alsa errors to be printed via the gst debugging system and not
24751 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
24753 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24754 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24755 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24756 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24757 (qtdemux_parse_trak):
24758 * gst/qtdemux/qtdemux.h:
24759 Bitch. Also known as seeking, querying & co.
24760 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24761 (gst_osssink_change_state):
24762 * sys/oss/gstosssink.h:
24763 Resyncing is for weenies, this hack is no longer needed and was
24764 broken anyway (since it - unintendedly - always leaves resync to
24767 2004-06-05 Andrew Turner <zxombie@hotpop.com>
24769 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24770 * gst/tcp/gsttcpclientsrc.h: idem
24771 - define MSG_NOSIGNAL if not done
24772 - include unistd.h for off_t
24775 2004-06-05 Benjamin Otte <otte@gnome.org>
24778 * ext/kio/Makefile.am:
24779 check for qt's moc preprocessor explicitly and use it
24781 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24783 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24784 don't get a signal for EPIPE on socket writes
24785 (somebody check if this works on other platforms)
24787 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24789 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24790 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24791 check error condition on available samples correctly
24793 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24795 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24797 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24798 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24799 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24800 (gst_tcpserversrc_gdp_read_header):
24801 use ssize_t over size_t since the former is signed and thus the
24802 check for error codes can work
24804 2004-06-02 Wim Taymans <wim@fluendo.com>
24808 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24809 (gst_multipart_mux_loop):
24812 2004-06-02 Wim Taymans <wim@fluendo.com>
24814 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24815 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24816 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24817 (gst_multipart_mux_change_state):
24818 Added configurable boundary specifier, added the value as a
24819 caps field as well.
24821 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24823 * gst/tcp/gsttcp.c:
24824 * gst/tcp/gsttcpclientsrc.c:
24825 * gst/tcp/gsttcpclientsrc.h:
24826 * gst/tcp/gsttcpserversrc.c:
24827 - portability fix, to compile on OSX
24830 * sys/osxaudio/gstosxaudioelement.c:
24831 * sys/osxaudio/gstosxaudiosink.c:
24832 * sys/osxaudio/gstosxaudiosrc.c:
24833 - compilation warnings on OSX
24836 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24838 * ext/vorbis/vorbisdec.c : sign warning fixes
24840 * gst-libs/gst/mixer/mixertrack.c :
24841 do no use defines which are glib 2.4 specific
24843 2004-06-01 Christophe Fergeau <teuf@gnome.org>
24845 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24846 buffer since libflac doesn't expect it (reports a sync error when
24847 it encounters that)
24850 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
24852 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24853 * gst-libs/gst/mixer/mixertrack.c:
24854 (gst_mixer_track_get_property), (get_mixer_track_init),
24855 (get_mixer_track_get_property): Added property accessors
24856 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24857 * gst-libs/gst/mixer/mixeroptions.c:
24858 (gst_mixer_options_get_values): Added
24859 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24860 * gst-libs/gst/mixer/mixer.c: Fixed comment
24863 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24865 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24866 improve error messages on open
24869 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24871 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24872 check if v4l-conf is in path
24874 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24876 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24877 change assert to a more readable error message
24879 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24881 * gst-libs/gst/tuner/tunerchannel.h:
24882 - add a freq_multiplicator field to make the conversion
24883 between internal frequency unit and Hz
24884 * sys/v4l/gstv4lelement.c:
24885 * sys/v4l2/gstv4l2element.c:
24886 - change default video device to /dev/video0
24887 * sys/v4l/v4l_calls.c:
24888 * sys/v4l2/v4l2_calls.c:
24889 - we only expose frequency to the user in Hz instead of
24890 bastard v4lX unit (either 62.5kHz or 62.5Hz)
24892 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
24893 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24894 Initialise b_o_s and e_o_s variables
24895 * gst-libs/gst/riff/riff-media.c:
24896 (gst_riff_create_video_caps_with_data):
24897 Add some unusual fourcc's from mplayer avi's
24898 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24899 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24902 2004-05-28 Wim Taymans <wim@fluendo.com>
24905 * gst/alpha/Makefile.am:
24906 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24907 (gst_alpha_get_type), (gst_alpha_base_init),
24908 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24909 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24910 (gst_alpha_chroma_key), (gst_alpha_chain),
24911 (gst_alpha_change_state), (plugin_init):
24912 A plugin to add an alpha channel to I420 video. Can optionally do
24914 * gst/multipart/Makefile.am:
24915 * gst/multipart/multipart.c: (plugin_init):
24916 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24917 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24918 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24919 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24920 (gst_multipart_demux_change_state),
24921 (gst_multipart_demux_plugin_init):
24922 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24923 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24924 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24925 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24926 (gst_multipart_mux_pad_unlink),
24927 (gst_multipart_mux_request_new_pad),
24928 (gst_multipart_mux_handle_src_event),
24929 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24930 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24931 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24932 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24933 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24934 send multipart jpeg images to a browser.
24935 * gst/videobox/Makefile.am:
24936 * gst/videobox/README:
24937 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24938 (gst_video_box_get_type), (gst_video_box_base_init),
24939 (gst_video_box_class_init), (gst_video_box_init),
24940 (gst_video_box_set_property), (gst_video_box_get_property),
24941 (gst_video_box_sink_link), (gst_video_box_i420),
24942 (gst_video_box_ayuv), (gst_video_box_chain),
24943 (gst_video_box_change_state), (plugin_init):
24944 Crops or adds borders around an image. can do alpha channel
24946 * gst/videomixer/Makefile.am:
24947 * gst/videomixer/README:
24948 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24949 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24950 (gst_videomixer_pad_get_sink_event_masks),
24951 (gst_videomixer_pad_get_property),
24952 (gst_videomixer_pad_set_property),
24953 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24954 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24955 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24956 (gst_videomixer_base_init), (gst_videomixer_class_init),
24957 (gst_videomixer_init), (gst_videomixer_request_new_pad),
24958 (gst_videomixer_handle_src_event),
24959 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24960 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24961 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24962 (gst_videomixer_loop), (gst_videomixer_get_property),
24963 (gst_videomixer_set_property), (gst_videomixer_change_state),
24965 Generic video mixer plugin, can handle multiple inputs all with
24966 different framerates and video sizes. Is fully alpha channel
24969 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
24971 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24972 Select first track as master track. Not sure how else to handle
24974 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24975 Discard discont events. Should fix #142962.
24977 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
24979 * ext/alsa/Makefile.am:
24980 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24981 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24982 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24983 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24984 (gst_alsa_mixer_get_option):
24985 * ext/alsa/gstalsamixer.h:
24986 * ext/alsa/gstalsamixeroptions.c:
24987 (gst_alsa_mixer_options_get_type),
24988 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24989 (gst_alsa_mixer_options_new):
24990 * ext/alsa/gstalsamixeroptions.h:
24991 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24992 * ext/alsa/gstalsamixertrack.h:
24993 Add enumerations (as GstMixerOptions). Make correct distinction
24994 between input/output tracks. Add capture/playback private flag.
24995 Use flag to decide on whether to set capture or playback volumes
24996 or switches. Use playback and record switches.
24997 * gst-libs/gst/mixer/Makefile.am:
24998 * gst-libs/gst/mixer/mixer-marshal.list:
24999 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
25000 (gst_mixer_set_option), (gst_mixer_get_option),
25001 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
25002 (gst_mixer_volume_changed), (gst_mixer_option_changed):
25003 * gst-libs/gst/mixer/mixer.h:
25004 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
25005 (gst_mixer_options_class_init), (gst_mixer_options_init),
25006 (gst_mixer_options_dispose):
25007 * gst-libs/gst/mixer/mixeroptions.h:
25008 Add GstMixerOptions.
25009 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25010 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
25011 broken device detection on computers with multiple OSS sound
25014 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
25016 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25017 fixate nicely even when the peer is not negotiating
25019 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
25021 * gst/audioconvert/gstaudioconvert.c:
25022 (gst_audio_convert_parse_caps):
25023 make sure we don't allow depth > width
25024 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25025 fixate endianness to G_BYTE_ORDER as default
25026 * gst/audioscale/gstaudioscale.c:
25027 we don't handle another endianness as host-endianness
25029 2004-05-25 David Schleef <ds@schleef.org>
25031 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
25033 2004-05-24 Benjamin Otte <otte@gnome.org>
25035 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
25036 (gst_oggvorbisenc_setup):
25037 properly fail when we can't setup the vorbis encoder due to
25038 unsupported settings
25039 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25040 (gst_vorbisenc_setup):
25042 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25043 fix case where warnings occured when one pad was unlinked while the
25044 other's link function was called
25046 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
25048 * gst/tcp/Makefile.am:
25051 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
25053 * gst-libs/gst/resample/private.h:
25054 don't use optimizations that are #if 0'ed
25056 2004-05-24 Wim Taymans <wim@fluendo.com>
25058 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25059 Fix potential division by zero error and hopefully get
25060 the position query right to get correct timestamps on avi
25063 2004-05-24 Wim Taymans <wim@fluendo.com>
25065 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25066 (gst_videoscale_scale_nearest_str2),
25067 (gst_videoscale_scale_nearest_str4),
25068 (gst_videoscale_scale_nearest_32bit),
25069 (gst_videoscale_scale_nearest_24bit),
25070 (gst_videoscale_scale_nearest_16bit):
25071 Fix the scaling algorithm and avoid a buffer overflow.
25072 removed the while loop in the scaling function as it
25073 was used for point sampling only.
25075 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
25077 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25078 (gst_id3_tag_class_init), (gst_id3_tag_init),
25079 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25080 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25081 (gst_id3_tag_send_tag_event):
25082 lots of fixes to make id3mux work and id3demux work correctly
25084 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25087 add rules to build shout2send (was removed by accident
25088 when this module was no more marked experimental/broken)
25090 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25092 * ext/shout2/gstshout2.c:
25093 * ext/shout2/gstshout2.h:
25094 adding a "connection problem" signal to shout2send
25097 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
25099 * ext/kio/kioreceiver.cpp:
25100 * ext/kio/kioreceiver.h:
25101 fix sign comparison issues
25103 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25105 * gst/cdxaparse/gstcdxaparse.c:
25106 * gst/cdxaparse/gstcdxaparse.h:
25108 add some checks/sanity
25109 prepare for seek addition
25111 * sys/sunaudio/gstsunaudio.c:
25112 remove exported dupe init function
25114 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
25116 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25117 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25118 Fix format conversion and position querying.
25119 * gst/debug/progressreport.c: (gst_progressreport_report):
25120 Don't output a bogus total value that we didn't query.
25121 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25122 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25123 only a blank window after xine has been used.
25125 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
25128 sync with upstream version to fix test on FC2
25129 readd with -ko to preserve Id header
25131 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25134 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25135 * gst/tcp/gsttcpclientsrc.c: idem
25136 * gst/tcp/gsttcpserversink.c: idem
25137 * gst/tcp/gsttcpserversrc.c: idem
25138 * m4/gst-fionread.m4: idem
25140 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25142 * configure.ac: enable speex plugin for speex 1.1.5+
25143 * ext/speex/gstspeexenc.c: fix cast warning
25145 * ext/esd/README: fix typo
25147 2004-05-20 David Schleef <ds@schleef.org>
25149 * configure.ac: Minor cosmetic change to convince the buildbot to
25151 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25152 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25153 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25154 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25155 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25156 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25157 More hacking. Plays audio now.
25159 2004-05-20 David Schleef <ds@schleef.org>
25164 2004-05-20 David Schleef <ds@schleef.org>
25166 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
25167 * sys/osxaudio/gstosxaudio.c:
25168 * sys/osxaudio/gstosxaudioelement.c:
25169 * sys/osxaudio/gstosxaudioelement.h:
25170 * sys/osxaudio/gstosxaudiosink.c:
25171 * sys/osxaudio/gstosxaudiosink.h:
25172 * sys/osxaudio/gstosxaudiosrc.c:
25173 * sys/osxaudio/gstosxaudiosrc.h:
25175 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25177 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25178 (gst_vorbisenc_chain):
25179 put the codec headers on the caps as streamheader as well as
25182 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25184 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25185 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25186 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25187 split up push_packet into two functions
25189 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25191 * gst/tcp/.cvsignore:
25193 * gst/tcp/Makefile.am:
25195 * gst/tcp/gsttcp.c:
25196 * gst/tcp/gsttcp.h:
25197 * gst/tcp/gsttcpclientsink.c:
25198 * gst/tcp/gsttcpclientsink.h:
25199 * gst/tcp/gsttcpclientsrc.c:
25200 * gst/tcp/gsttcpclientsrc.h:
25201 * gst/tcp/gsttcpplugin.c:
25202 * gst/tcp/gsttcpserversink.c:
25203 * gst/tcp/gsttcpserversink.h:
25204 * gst/tcp/gsttcpserversrc.c:
25205 * gst/tcp/gsttcpserversrc.h:
25206 add new tcp elements
25208 2004-05-19 Wim Taymans <wim@fluendo.com>
25210 * gst/law/mulaw-conversion.c: (mulaw_encode):
25211 Fix overflow bug in ulaw encoding.
25213 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25215 * ext/mad/gstmad.c: (gst_mad_handle_event):
25216 don't unref the event twice
25218 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25221 remove -Wno-sign-compare
25223 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25226 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25227 if you want to work against glib 2.2 and 2.4
25229 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
25231 * gst/tcp/Makefile.am:
25232 * gst/tcp/gsttcp.c:
25233 * gst/tcp/gsttcp.h:
25234 * gst/tcp/gsttcpsink.h:
25235 * gst/tcp/gsttcpsrc.h:
25236 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25238 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25240 * gst/debug/tests.c: (md5_get_value):
25241 fix segfault on gst-inspect
25243 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25245 * gst/debug/testplugin.c:
25246 * gst/debug/tests.c:
25247 * gst/debug/tests.h:
25248 add new extensible and configurable testing element. Current tests
25249 include buffer count, stream length, timestamp/duration matching and
25251 * gst/debug/Makefile.am:
25252 * gst/debug/gstdebug.c: (plugin_init):
25253 add infrastructure for new element
25255 2004-05-19 Johan Dahlin <johan@gnome.org>
25257 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25258 ending of the array. Fixes gst-inspect segfault on ppc.
25260 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25262 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25264 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25266 2004-05-18 David Schleef <ds@schleef.org>
25268 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25269 warnings (bugs, actually) noticed by gcc but not forte.
25271 2004-05-18 David Schleef <ds@schleef.org>
25273 * sys/sunaudio/Makefile.am:
25274 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25276 2004-05-18 David Schleef <ds@schleef.org>
25278 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25279 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
25280 to allow qtdemux to use non-seekable streams. (bug #142272)
25282 2004-05-18 David Schleef <ds@schleef.org>
25284 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25285 (gst_resample_sinc_ft_float): Remove use of static temporary
25286 buffer. This code was obviously not supposed to last long, but
25287 it's stuck in our ABI, so it required a little hack to make it
25288 ABI-compatible. Fixes #142585.
25289 * gst-libs/gst/resample/resample.h: same.
25291 2004-05-18 David Schleef <ds@schleef.org>
25293 * configure.ac: Add sunaudio
25294 * examples/Makefile.am: make gstplay depend on gconf
25295 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25296 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25297 (convert_table_lookup), (img_convert): remove c99-isms
25298 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25299 unsigned, to fix a warning on Solaris
25300 * gst/mpeg1sys/systems.c: bcopy->memcpy
25301 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25302 * sys/Makefile.am: Add sunaudio
25304 2004-05-18 Wim Taymans <wim@fluendo.com>
25306 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25307 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25308 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25309 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25310 (gst_ogg_mux_loop):
25311 Fix an ugly memleak where the muxer didn't flush enough ogg
25312 pages. This also resulted in badly muxed ogg files.
25314 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25316 * gst/asfdemux/asfheaders.c :
25317 * gst/asfdemux/asfheaders.h :
25318 * gst/asfdemux/gstasfdemux.c :
25319 - fix ASF_OBJ_PADDING guid
25320 - add 3 new object guids (language list, metadata,
25321 extended stream properties)
25322 - add a function to parse extended header objects
25324 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
25326 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25327 remove leftover debugging g_print
25329 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
25331 * ext/mad/gstmad.c: (gst_mad_handle_event):
25332 Fix for when the first format in a discont event is not a
25333 byte-based one. Should fix #137710.
25335 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25337 * m4/a52.m4 : fix compilation with -Wall -Werror
25338 * m4/libfame.m4 : idem
25339 * m4/libmikmod.m4 : idem
25341 2004-05-17 Benjamin Otte <otte@gnome.org>
25343 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25344 signal the new tags before giving up the reference
25346 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
25348 * ext/shout2/gstshout2.c:
25349 use application/ogg instead of application/x-ogg (patch by Patrick
25350 Guimond, fixes #142432)
25351 * sys/oss/gstosselement.c: (gst_osselement_reset),
25352 (gst_osselement_sync_parms):
25353 don't set fragment size unless specified (fixes #142493)
25355 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25357 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25360 2004-05-17 Benjamin Otte <otte@gnome.org>
25362 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25363 compute offsets correctly for internal buffers so timestamps are set
25364 correctly when we can't seek. Also handle cases where there are no
25365 offsets. (based on a patch by David Moore, fixes #142507)
25367 2004-05-17 Benjamin Otte <otte@gnome.org>
25369 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25370 use correct variable when determining amount of data to skip so we
25371 don't skip into the void and segfault
25373 2004-05-16 Benjamin Otte <otte@gnome.org>
25375 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25378 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25380 * gst/asfdemux/gstasfdemux.c:
25381 - fix a mem leak and always propagate tags
25382 - add WMV3 to known video codecs (but no decoder yet)
25383 - replace "surplus data" at end of audio header for what
25384 it is : codec specific data
25387 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
25389 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25391 * gst-libs/gst/audio/audioclock.c:
25392 Fix wrong return type (#142205).
25394 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25396 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25397 Ignore CRCs by default (fixes #142566).
25399 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25401 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25402 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25403 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25404 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25405 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25406 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25407 Fix for cases where we fail to attach to a mixer.
25409 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25411 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25412 Don't touch events after not owning them anymore.
25413 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25414 (gst_wavparse_fmt), (gst_wavparse_other),
25415 (gst_wavparse_handle_seek), (gst_wavparse_loop),
25416 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25417 (gst_wavparse_srcpad_event):
25418 * gst/wavparse/gstwavparse.h:
25419 Add seeking, fix querying.
25421 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25423 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25424 - process comments even if they don't end with \0\0
25425 g_convert would ignore them if present and works well without them
25427 2004-05-16 Benjamin Otte <otte@gnome.org>
25429 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25432 2004-05-16 Benjamin Otte <otte@gnome.org>
25434 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25435 don't write to memory we might not write to - g_convert does that
25436 for us anyway (fixes #142613)
25437 (gst_asf_demux_audio_caps):
25438 comment out gst_util_dump_mem
25440 2004-05-16 Benjamin Otte <otte@gnome.org>
25442 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25443 compute correct expected timestamps after seek (broken since
25445 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25446 rename element and debugging category to gdkpixbufscale
25448 2004-05-16 Benjamin Otte <otte@gnome.org>
25450 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25451 add error checking to snd_pcm_delay and remove duplicate call to
25452 snd_pcm_delay that caused issues (see inline code comments)
25453 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25454 make more readable and fix return value when snd_pcm_delay fails
25457 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
25458 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25459 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25460 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25461 (gst_pixbufscale_link), (gst_pixbufscale_init),
25462 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25463 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25464 (gst_pixbufscale_get_property), (pixbufscale_init):
25465 * ext/gdk_pixbuf/pixbufscale.h:
25466 Add these files I forgot earlier
25468 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
25469 * ext/gdk_pixbuf/Makefile.am:
25470 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25471 * ext/gdk_pixbuf/gstgdkpixbuf.h:
25472 Add new pixbufscale element to scale RGB video
25473 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25474 and HYPER interpolation correctly.
25475 * ext/theora/theoraenc.c: (theora_enc_chain),
25476 Discard buffer and return if explicit caps could not be set
25477 (theora_enc_get_property):
25478 Make _get return kbps for the bitrate consistent with
25482 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25484 * ext/libvisual/visual.c: (gst_visual_chain):
25485 add missing visual_audio_analyze
25487 2004-05-14 David Schleef <ds@schleef.org>
25489 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25490 is killed while we're playing.
25491 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25492 gst_element_no_more_pads().
25494 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25496 * gst-libs/gst/riff/riff-read.c :
25497 - fix INFO tag extraction in RIFF/AVI files
25498 because gst_event_unref (event) also freed taglist
25501 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25503 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25504 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25506 * gst/auparse/gstauparse.c :
25507 - add code (commented for now) to support audio/x-adpcm on src pad
25508 (we have no decoder for those layout yet)
25510 * gst/cdxaparse/gstcdxaparse.c :
25511 * gst/cdxaparse/gstcdxaparse.h :
25512 - partial rewrite using RiffRead (ripped iain's wavparse code)
25514 * gst/rtp/gstrtpL16enc.c : typo
25515 * gst/rtp/gstrtpgsmenc.c : typo
25517 2004-05-13 Benjamin Otte <otte@gnome.org>
25520 check for exact version of libvisual, it's not supposed to be
25523 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
25525 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25526 signal no-more-pads
25528 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25530 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25531 Report which format was used for GST_FORMAT_DEFAULT
25532 * gst/debug/Makefile.am:
25533 * gst/debug/gstdebug.c: (plugin_init):
25534 * gst/debug/progressreport.c: (gst_progressreport_base_init),
25535 (gst_progressreport_class_init), (gst_progressreport_init),
25536 (gst_progressreport_report), (gst_progressreport_set_property),
25537 (gst_progressreport_get_property), (gst_progressreport_chain),
25538 (gst_progressreport_plugin_init):
25539 Add progressreport element for testing.
25541 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
25543 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25544 * sys/v4l/gstv4lsrc.h:
25545 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25546 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25547 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25548 (gst_v4lsrc_grab_frame):
25550 send a discont at start
25552 2004-05-12 Colin Walters <walters@redhat.com>
25554 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25555 inflooping if we can't find a chunk. Or in other words, don't blow
25556 chunks if we don't have a chunk to blow.
25558 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25559 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25560 Remove old debug output
25561 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25562 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25563 (gst_dvdec_set_property), (gst_dvdec_get_property):
25564 Change the quality setting to an enum, so it works from gst-launch
25565 Don't renegotiate a non-linked pad. Allows audio only decoding.
25566 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25567 (gst_deinterlace_link), (gst_deinterlace_init):
25568 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25569 (gst_videodrop_link):
25570 Some caps negotiation fixes
25572 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25574 * ext/tarkin/gsttarkin.c :
25575 - Change RANK from NONE to PRIMARY
25576 * ext/gdk_pixbuf/gstgdkpixbuf.c :
25577 - Change RANK from NONE to MARGINAL
25578 * ext/divx/gstdivxenc.c :
25579 - Change RANK from PRIMARY to NONE (encoder/spider issue)
25581 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
25583 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25584 (gst_vorbisenc_push_packet):
25585 copy a function that was added between 1.0 and 1.0.1 until we
25586 depend on worthwhile features of post-1.0
25588 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25591 enable shout2 by default
25592 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25593 (gst_shout2send_base_init), (gst_shout2send_init),
25594 (gst_shout2send_connect), (gst_shout2send_change_state):
25595 * ext/shout2/gstshout2.h:
25596 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25598 * ext/theora/theora.c: (plugin_init):
25599 don't set rank on encoders
25601 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
25603 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25604 Use codec_data property instead of flag1 and flag2 for wma
25606 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25608 * gst/cdxaparse/gstcdxaparse.c :
25609 - Add mpegversion to CAPS to make it link
25610 - Rank is as GST_RANK_SECONDARY instead of NONE
25611 * gst/auparse/gstauparse.c :
25612 - Document all audio encoding we can encounter from Solaris 9
25613 headers and libsndfile information.
25614 - Increase max. rate from 48000 to 192000 (to match other elements)
25615 - Don't try to play junk data between header and samples
25617 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25619 * ext/libvisual/visual.c: (gst_visual_getcaps):
25620 use the right caps depending on endianness (I hope)
25621 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25622 use GST_RANK_NONE for all non-decoding elements or spider gets
25625 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
25627 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25628 Fix some odd cases and fix BE metadata parsing of unicode16 text.
25630 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25632 * gst/switch/gstswitch.c: (gst_switch_release_pad),
25633 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25634 (gst_switch_loop), (gst_switch_get_type):
25635 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25636 HEADERS. Had to be said.
25638 2004-05-10 David Schleef <ds@schleef.org>
25640 * configure.ac: Add prototype Dirac support.
25642 * ext/dirac/Makefile.am:
25643 * ext/dirac/gstdirac.cc:
25644 * ext/dirac/gstdiracdec.cc:
25646 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25648 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25649 (gst_auparse_init), (gst_auparse_chain),
25650 (gst_auparse_change_state):
25651 Hack around spider. Remove me some day please.
25653 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25655 * gst/auparse/gstauparse.c: (gst_auparse_chain):
25656 Fix for some uninitialized variables in previous patch, also
25657 makes it work. Fixes #142286 while we're at it.
25659 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25661 * gst/auparse/gstauparse.c:
25662 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25663 only unsupported formats are ADPCM/CCITT G.72x
25665 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25667 2004-05-10 Wim Taymans <wim@fluendo.com>
25669 * ext/vorbis/Makefile.am:
25670 * ext/vorbis/README:
25671 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25672 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25673 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25674 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25675 (gst_oggvorbisenc_convert_sink),
25676 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25677 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25678 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25679 (get_constraints_string), (update_start_message),
25680 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25681 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25682 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25683 * ext/vorbis/oggvorbisenc.h:
25684 * ext/vorbis/vorbis.c: (plugin_init):
25685 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25686 (raw_caps_factory), (gst_vorbisenc_class_init),
25687 (gst_vorbisenc_init), (gst_vorbisenc_setup),
25688 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25689 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25690 * ext/vorbis/vorbisenc.h:
25691 Added a raw vorbis encoder to be used with the oggmuxer.
25692 We still need the old encoder for some gnome applications,
25693 read the README to find out how that works.
25694 The raw encoder is called "rawvorbisenc" until 0.9.
25696 2004-05-10 Wim Taymans <wim@fluendo.com>
25698 * ext/ogg/gstogg.c: (plugin_init):
25699 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25701 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25702 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25703 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25704 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25705 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25706 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25707 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25708 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25709 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25710 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25711 Added an ogg muxer.
25712 Small typo fixes in the demuxer.
25714 2004-05-10 Wim Taymans <wim@fluendo.com>
25716 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25717 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25718 (theora_enc_change_state), (theora_enc_set_property),
25719 (theora_enc_get_property):
25720 Mark the last packet with an EOS flag which is not really needed
25722 Do some better video framerate initialisation.
25723 Update the buffer timestamp.
25725 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
25727 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25728 Return the result of the parent state change call
25730 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25732 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25733 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25734 * gst/law/alaw-encode.c : (idem)
25735 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25736 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25737 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25739 2004-05-09 Benjamin Otte <otte@gnome.org>
25741 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25742 don't use a fixed buffer size when writing variable length data to
25743 it. Fixes memory corruption and makes alsasrc work
25745 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25747 * ext/gnomevfs/gstgnomevfssink.c:
25748 (_gst_boolean_allow_overwrite_accumulator),
25749 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25750 Run glib's default signal handler (??) in RUN_CLEANUP rather than
25751 RUN_LAST, and don't use that to set the accumulator value because
25752 then it's always FALSE.
25754 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25756 * gst-libs/gst/riff/riff-media.c:
25757 (gst_riff_create_video_caps_with_data),
25758 (gst_riff_create_audio_caps),
25759 (gst_riff_create_audio_template_caps):
25760 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25761 Fix for unaligned RIFF files (i.e. where all the chunks together
25762 in a LIST chunk are not of the same size as the size given in
25763 the LIST chunk header). Fixes several odd WAVE files. Also fix
25764 ADPCM (block_align property) in audio, so that wavparse based
25765 on this works now as it used to stand-alone.
25767 2004-05-09 Edward Hervey <bilboed@bilboed.com>
25769 reviewed by Benjamin Otte <otte@gnome.org>
25771 * ext/a52dec/gsta52dec.c:
25772 * ext/divx/gstdivxdec.c:
25773 * ext/divx/gstdivxenc.c:
25774 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25775 * ext/faac/gstfaac.c: (gst_faac_base_init):
25776 * ext/faad/gstfaad.c: (gst_faad_base_init):
25777 * ext/ivorbis/vorbisfile.c:
25778 * ext/lame/gstlame.c:
25779 * ext/libfame/gstlibfame.c:
25780 * ext/mpeg2enc/gstmpeg2enc.cc:
25781 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25782 * ext/sidplay/gstsiddec.cc:
25783 * ext/speex/gstspeexdec.c:
25784 * ext/speex/gstspeexenc.c:
25785 * ext/xvid/gstxviddec.c:
25786 * ext/xvid/gstxvidenc.c:
25787 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25790 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
25792 * ext/alsa/gstalsa.c: (device_list),
25793 (gst_alsa_class_probe_devices):
25794 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25795 Fix alsa oddness in mixer after the combination of using mixer
25796 in source/sink elements and using hw:x,y instead of just hw:x.
25798 2004-05-09 Benjamin Otte <otte@gnome.org>
25800 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25801 (gst_wavparse_create_sourcepad):
25802 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25805 2004-05-09 Benjamin Otte <otte@gnome.org>
25807 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25808 allow discont events before caps nego
25810 2004-05-08 Benjamin Otte <otte@gnome.org>
25812 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25815 2004-05-08 Benjamin Otte <otte@gnome.org>
25817 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25818 (gst_level_change_state), (gst_level_init):
25819 * gst/level/gstlevel.h:
25820 figure out if we're initialized directly instead of keeping a
25821 variable that's wrong in 90% of cases
25822 don't initialize pads and then leak them and use a new unitialized
25823 pad. (fixes #142084)
25824 these were bugs so n00bish I didn't find them for an hour :/
25826 2004-05-08 Iain <iain@prettypeople.org>
25828 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25829 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25830 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25831 return the length that was read.
25832 (gst_riff_read_strf_auds): Allow fmt tags as well.
25834 2004-05-07 David Schleef <ds@schleef.org>
25836 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25837 signed char assumption in faad.h.
25839 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25841 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25842 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25844 2004-05-07 Colin Walters <walters@redhat.com>
25846 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25847 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25849 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25850 Add dispose function.
25852 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
25853 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25854 Fix caps nego and pad templates. RGB mode caps should
25856 * ext/dvdnav/gst-dvd:
25857 Move mpeg2dec inside the thread because otherwise the
25858 queue rejects cap changes mid-stream
25859 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25860 (gst_mpeg2dec_flush_decoder):
25861 For mpeg2dec > 0.4.0, call the flush function instead of
25862 manually extracting all in-flight frames.
25863 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25864 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25865 Change mime type video/dv go video/x-dv to match the
25866 rest of gst-plugins
25868 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25870 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25871 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25872 (gst_alsa_sink_class_init):
25873 * ext/alsa/gstalsasink.h:
25874 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25875 (gst_alsa_src_class_init):
25876 * ext/alsa/gstalsasrc.h:
25877 Make alsasink/src a subclass of alsamixer so that mixer stuff
25878 shows up in gst-rec. Needs some finetuning.
25880 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
25882 * ext/lame/gstlame.c: (gst_lame_chain):
25884 * ext/mad/gstmad.c: (gst_mad_handle_event):
25886 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25887 be able to detect mp3 files < 4096 bytes
25889 2004-05-06 Wim Taymans <wim@fluendo.com>
25891 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25892 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25893 (theora_enc_set_property), (theora_enc_get_property):
25894 Also encode the first frame, cleanup some code.
25896 2004-05-06 Wim Taymans <wim@fluendo.com>
25898 * ext/mpeg2enc/gstmpeg2enc.cc:
25899 Forward events first before deciding that negotiation was
25902 2004-05-06 Wim Taymans <wim@fluendo.com>
25904 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25905 First process the events before deciding that negotiation
25908 2004-05-06 Wim Taymans <wim@fluendo.com>
25910 * ext/theora/Makefile.am:
25911 * ext/theora/theora.c: (plugin_init):
25912 * ext/theora/theoradec.c: (theora_dec_change_state):
25913 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25914 (gst_theora_enc_class_init), (gst_theora_enc_init),
25915 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25916 (theora_enc_chain), (theora_enc_change_state),
25917 (theora_enc_set_property), (theora_enc_get_property):
25918 Added a theora encoder, grouped the encoder and decoder into the
25921 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
25923 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25924 (gst_jpegenc_chain):
25925 fix DURATION on outgoing buffers
25926 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25927 debug using time formats
25928 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25929 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25930 (gst_xvimagesink_sink_link):
25931 windows with width/height 0 generate X errors, so don't allow them
25933 2004-05-05 Wim Taymans <wim@fluendo.com>
25935 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25936 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25937 (gst_mpeg2dec_negotiate_format):
25938 * ext/mpeg2dec/gstmpeg2dec.h:
25939 removed the static pad template so that we can add the
25940 more accurate framerate value to the caps.
25943 2004-05-04 Benjamin Otte <otte@gnome.org>
25946 check for kdemacros.h, too (should fix #141821)
25947 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25948 don't crash if no header was sent, but nicely error out (fixes part
25951 2004-05-04 Wim Taymans <wim@fluendo.com>
25953 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25954 parent dispose function to avoid segfault on destroy.
25956 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
25958 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25960 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25961 (gst_xvimagesink_sink_link):
25962 clean up debugging caps
25963 also recreate xvimage when format has changed
25965 2004-05-04 Benjamin Otte <otte@gnome.org>
25967 * ext/libvisual/Makefile.am:
25968 * ext/libvisual/visual.c: (gst_visual_class_init),
25969 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25970 (gst_visual_srclink), (gst_visual_chain),
25971 (gst_visual_change_state), (plugin_init):
25972 use a GstAdapter to correctly adapt buffer sizes - allows using a
25975 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25977 * sys/v4l/gstv4lelement.h:
25978 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25979 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25980 (gst_v4lsrc_buffer_free):
25981 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25982 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25983 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25984 (gst_v4lsrc_requeue_frame):
25985 move some debugging categories around
25986 query for fps index and set accordingly if found
25988 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25990 * ext/lame/gstlame.c:
25991 correct defaults that lame_init puts out of range
25993 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25995 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25996 (gst_divxenc_class_init):
25997 fix range since -1 is the default
25998 * gst/mpeg1sys/gstmpeg1systemencode.c:
25999 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
26000 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
26001 (gst_rtjpegdec_chain):
26002 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
26003 (gst_rtjpegenc_chain):
26004 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
26005 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
26006 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
26007 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
26008 * sys/v4l/gstv4lsrc.c:
26009 * sys/v4l/v4l_calls.c: (gst_v4l_open):
26010 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
26011 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
26012 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
26013 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
26014 remove gst_info calls
26016 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26025 Updated translations
26027 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26029 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26030 refactor/comment code
26032 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
26034 * gst/asfdemux/Makefile.am:
26035 * gst/asfdemux/asfheaders.c:
26036 * gst/asfdemux/asfheaders.h:
26037 * gst/asfdemux/gstasf.c: (plugin_init):
26038 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26039 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26040 (gst_asf_demux_setup_pad):
26041 * gst/asfdemux/gstasfdemux.h:
26042 * gst/asfdemux/gstasfmux.c:
26043 * gst/asfdemux/gstasfmux.h:
26044 Add tagging support to demuxer, split out registration in its own
26045 file instead of in demux (hacky), and prevent having some tables
26046 in our memory multiple times (in asfheaders.h).
26048 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
26050 * gst/matroska/matroska-demux.c:
26051 (gst_matroska_demux_parse_metadata):
26052 * gst/matroska/matroska-ids.h:
26053 Basic tag reading support.
26055 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
26057 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26058 Really detect ac-3 audio.
26059 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26060 really detect matroska files (off-by-1).
26062 2004-04-30 David Schleef <ds@schleef.org>
26064 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26065 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26066 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26067 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26068 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26069 hackage -- parse a lot more atoms, extract a few tags. One might even
26070 mistake this for tag support. Maybe it is.
26071 * gst/qtdemux/qtdemux.h:
26073 2004-04-30 Colin Walters <walters@verbum.org>
26075 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26077 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
26079 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26080 (gst_ffmpegcolorspace_getcaps):
26081 remove broken nego fix
26083 2004-04-30 Benjamin Otte <otte@gnome.org>
26087 * ext/libvisual/Makefile.am:
26088 * ext/libvisual/visual.c:
26089 add initial support for libvisual (http://libvisual.sourceforge.net)
26090 libvisual is still quite alpha, so expect crashes in there :)
26092 2004-04-29 David Schleef <ds@schleef.org>
26094 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26095 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26096 up qtdemux to make it spit out codec_data. Do _not_ look at this
26097 code; you will no longer respect me.
26099 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26101 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26102 * ext/alsa/gstalsa.h :
26103 change alsa pcm device discovery to find more than 1 device
26104 per card. code review by Ronald.
26106 2004-04-29 David Schleef <ds@schleef.org>
26108 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26109 Add a check for a driver bug on FreeBSD. (bug #140565)
26111 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
26113 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26114 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26115 (gst_jpegenc_getcaps):
26116 move format setting to inner loop
26117 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26118 (gst_ffmpegcolorspace_getcaps):
26119 use GST_PAD_CAPS if available so that we use already negotiated
26121 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26122 (qtdemux_parse_moov), (qtdemux_parse):
26124 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26125 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26126 move hardcoded path to DEFINE
26128 2004-04-28 David Schleef <ds@schleef.org>
26130 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
26133 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26135 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26136 Don't probe for playback device if we're a source element. Fixes
26139 2004-04-29 Benjamin Otte <otte@gnome.org>
26141 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26142 (gst_id3_tag_chain):
26143 rewrite buffer offset
26145 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26149 * ext/dts/Makefile.am:
26150 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26151 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26152 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26153 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26154 (gst_dtsdec_loop), (gst_dtsdec_change_state),
26155 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26157 * ext/dts/gstdtsdec.h:
26159 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26160 (gst_faad_srcconnect):
26161 Add ESDS atom handling (.m4a).
26163 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
26165 * ext/divx/gstdivxdec.c: (plugin_init):
26166 Remove comment that makes no sense.
26167 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26168 Fix for obvious typo that resulted in warnings during gst-register.
26169 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26170 (gst_xviddec_sink_link):
26171 Fix caps negotiation a bit better.
26172 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26173 We call this 'codec_data', not 'esds'.
26175 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26177 * gst/monoscope/gstmonoscope.c:
26178 make sure we only provide 256x128
26179 * gst/monoscope/monoscope.c: (monoscope_init):
26180 assert size of 256x128
26182 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26185 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26186 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26187 fixate to max width and height of device
26189 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26192 * sys/v4l/gstv4l.c:
26193 * sys/v4l/gstv4lsrc.c:
26194 * sys/v4l/v4l_calls.c:
26195 * sys/v4l/v4lsrc_calls.c:
26196 fix for qc-usb driver which fakes having more than one buffer
26197 by handing the same buffer twice, which confused GStreamer's/v4lsrc
26198 buffer_free override
26201 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26204 * gst/videotestsrc/gstvideotestsrc.c:
26205 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26206 (gst_videotestsrc_init), (gst_videotestsrc_get),
26207 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26208 * gst/videotestsrc/gstvideotestsrc.h:
26209 add num-buffers property
26211 2004-04-26 Benjamin Otte <otte@gnome.org>
26213 * ext/mad/gstid3tag.c: (plugin_init):
26214 set id3mux rank to NONE so it doesn't confuse spider
26215 require audio/mpeg,mpegversion=1 in id3mux
26217 2004-04-26 Benjamin Otte <otte@gnome.org>
26220 detect faad correctly as non-working if it's indeed non-working
26222 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
26225 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26226 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26227 fix _getcaps so it only negotiates to its supported format
26229 2004-04-25 Benjamin Otte <otte@gnome.org>
26231 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26234 2004-04-23 Benjamin Otte <otte@gnome.org>
26236 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26237 audio/x-raw-int with height rules! not. Now it's depth.
26239 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
26241 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26242 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26243 (gst_wavparse_loop):
26244 Missing variable initialization. Add handling of DVI ADPCM. Fix
26245 mis-parsing of LIST chunks. This works around a bug where we mis-
26246 parse non-aligning LIST chunks (so LIST chunks where the contents
26247 don't align with the actual LIST size). The correct fix is to use
26248 rifflib, I'm not going to fix wavparse - too much work. All this
26251 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
26253 reviewed by Benjamin Otte <otte@gnome.org>
26255 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26256 fix shoutcast not working (fixes #140844)
26258 2004-04-22 Benjamin Otte <otte@gnome.org>
26260 * ext/hermes/gsthermescolorspace.c:
26261 (gst_hermes_colorspace_caps_remove_format_info):
26262 * gst/colorspace/gstcolorspace.c:
26263 (gst_colorspace_caps_remove_format_info):
26264 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26265 (gst_ffmpegcolorspace_caps_remove_format_info):
26266 s/gst_caps_simplify/gst_caps_do_simplify/
26268 2004-04-22 Benjamin Otte <otte@gnome.org>
26270 * gst-libs/gst/riff/riff-media.c:
26271 (gst_riff_create_video_caps_with_data):
26272 mpegversion is an int
26273 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26274 don't try to create pad templates with NULL caps, use any caps
26277 2004-04-20 David Schleef <ds@schleef.org>
26279 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26280 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
26283 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26285 reviewed by David Schleef
26287 * ext/mad/gstid3tag.c: Add stdlib.h
26288 * gst/rtp/gstrtpgsmenc.c: same
26289 * gst/tags/gstid3tag.c: same
26290 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26291 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26292 GST_DISABLE_LOADSAVE use.
26293 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26294 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26295 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26297 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26298 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26300 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26301 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26303 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26306 2004-04-20 David Schleef <ds@schleef.org>
26308 * gst/realmedia/rmdemux.c: This was supposed to part of the
26309 last checkin. Same idea.
26311 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26313 reviewed by David Schleef
26315 * configure.ac: bump required gstreamer version to 0.8.1.1
26316 because of following changes [--ds]
26318 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
26319 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26320 (gst_riff_read_header): Use GST_READ_UINT*
26321 macros to access possibly unaligned memory.
26323 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26324 (mp3_type_find): Use GST_READ_UINT*
26325 macros to access possibly unaligned memory.
26326 (mp3_type_find, mpeg1_parse_header, qt_type_find)
26327 (speex_type_find): Likewise
26329 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26331 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26332 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26333 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26334 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26335 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26336 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
26337 macros to access possibly unaligned memory.
26339 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26342 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26343 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26345 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26348 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26349 (gst_mpeg2subt_chain_subtitle): Likewise.
26351 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26352 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26355 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26358 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26361 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26364 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26367 update required version of GStreamer because of GST_TIME_FORMAT
26369 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
26371 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26372 remove leftover g_print
26373 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26374 don't try setting only a subset of the caps. We don't want to kill
26375 autoplugging on purpose
26377 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26379 * sys/ximage/ximagesink.c: (plugin_init):
26380 * sys/xvimage/xvimagesink.c: (plugin_init):
26381 add debugging categories
26383 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26387 Adding en_GB translation (Gareth Owen)
26389 2004-04-20 David Schleef <ds@schleef.org>
26391 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26392 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26393 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26394 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26395 A number of new features and hacks to extract the esds atom and
26396 put it into the caps. (bug #137724)
26398 2004-04-19 David Schleef <ds@schleef.org>
26400 * gconf/Makefile.am: Fix for non-GNU make
26401 * gst-libs/gst/Makefile.am: Change directory order to handle
26402 GstPlay linking with gstinterfaces
26403 * gst-libs/gst/audio/make_filter: make use of tr portable
26404 * gst-libs/gst/play/Makefile.am: Add intended \
26405 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26406 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26407 function prototype instead of void *.
26408 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26410 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26411 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26412 * gst/videofilter/make_filter: make use of tr portable
26413 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26415 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
26419 Added Ukrainian translation (Maxim V. Dziumanenko)
26421 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26423 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26424 (gst_gsmdec_link), (gst_gsmdec_chain):
26425 Fix capsnego, simplify chain function slightly.
26426 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26429 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26431 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26432 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26433 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26434 Hack to make wavparse work with spider (always -> sometimes pad).
26435 Fixes #135862 && #140411.
26437 2004-04-18 Benjamin Otte <otte@gnome.org>
26439 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26440 (gst_osselement_rate_probe_check),
26441 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26442 get rid of \n in debug output
26444 2004-04-17 Iain <iain@prettypeople.org>
26446 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26449 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26451 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26452 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26453 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26454 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26455 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26456 (gst_id3_tag_change_state), (plugin_init):
26457 deprecate id3tag element and replace with id3demux/id3mux.
26458 great side effect: this ugly file is now even uglier, yay!
26459 * ext/mad/gstmad.h:
26460 remove non-available function
26461 update for new get_type
26463 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26466 require mpeg2dec >= 0.4.0
26468 2004-04-17 Benjamin Otte <otte@gnome.org>
26470 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26471 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26472 (gst_xvimagesink_set_xwindow_id):
26473 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26474 assorted cleanup fixes.
26476 2004-04-16 David Schleef <ds@schleef.org>
26478 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26479 * sys/xvimage/xvimagesink.h: same
26481 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
26483 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26484 Fix GST_ELEMENT_ERROR with (NULL)
26486 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26488 * gst-libs/gst/riff/riff-media.c:
26489 (gst_riff_create_video_caps_with_data):
26490 Add div[3456] as fourccs for DivX 3 (fixes #140137).
26492 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26494 * gst-libs/gst/riff/riff-media.c:
26495 (gst_riff_create_video_caps_with_data),
26496 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26497 (gst_riff_create_video_template_caps),
26498 (gst_riff_create_audio_template_caps):
26499 * gst-libs/gst/riff/riff-media.h:
26500 * gst-libs/gst/riff/riff-read.c:
26501 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26502 * gst-libs/gst/riff/riff-read.h:
26503 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26504 Add MS RLE support. I added some functions to read out strf chunks
26505 into strf chunks and the data behind it. This is usually color
26506 palettes (as in RLE, but also in 8-bit RGB). Also use those during
26507 caps creation. Lastly, add ADPCM (similar to wavparse - which
26508 should eventually be rifflib based).
26509 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26510 (gst_matroska_demux_init), (gst_matroska_demux_reset):
26511 * gst/matroska/matroska-demux.h:
26512 Remove placeholders for some prehistoric tagging system. Didn't add
26513 support for any tag system really anyway.
26514 * gst/qtdemux/qtdemux.c:
26515 Add support for audio/x-m4a (MPEG-4) through spider.
26516 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26517 (gst_wavparse_loop):
26518 ADPCM support (#135862). Increase max. buffer size because we
26519 cannot split buffers for ADPCM (screws references) and I've seen
26520 files with 2048 byte chunks. 4096 seems safe for now.
26522 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26524 * configure.ac: bump nano to 1
26526 === release 0.8.1 ===
26528 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26530 * configure.ac: releasing 0.8.1, "Comforting Sounds"
26532 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26534 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26535 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26538 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26540 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26541 lower rank of dvddemux so that it's not used for mpeg playback.
26543 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
26546 save libs correctly when checking mad
26548 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26550 * ext/mad/gstid3tag.c: (plugin_init):
26551 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
26553 2004-04-13 David Schleef <ds@schleef.org>
26555 * common/m4/gst-feature.m4: Call -config scripts with
26556 --plugin-libs if it is supported.
26557 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26558 JPEG images are image/jpeg.
26559 * gst/debug/Makefile.am:
26560 * gst/debug/negotiation.c: (gst_negotiation_class_init),
26561 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26562 (gst_negotiation_update_caps), (gst_negotiation_get_property),
26563 (gst_negotiation_plugin_init): Add a property that acts like
26565 * testsuite/gst-lint: Move license checking to be a standard
26568 2004-04-13 David Schleef <ds@schleef.org>
26570 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26571 patch from Sebastien Cote (bug #139958)
26573 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26575 * examples/gstplay/Makefile.am:
26576 * examples/gstplay/player.c: (main):
26577 make the commandline player example use gconf settings
26579 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26581 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26582 (gst_cacasink_sinkconnect), (gst_cacasink_init),
26583 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26584 init/end library during state transition, not object
26585 creation/disposal. get rid of custom dispose handler.
26588 2004-04-12 Christian Schaller <Uraeus@gnome.org>
26590 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26593 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26595 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26596 Handle JUNK chunks inside data section. Prevents warnings.
26598 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26600 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26601 (gst_riff_create_video_template_caps):
26603 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26604 (gst_avi_demux_stream_data):
26605 Add support for "rec-list" chunks.
26607 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26609 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26610 Fix another codecname mismatch.
26612 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26614 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26615 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26616 so that MJPEG plays back.
26618 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26620 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26621 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26622 * gst/mpeg1videoparse/gstmp1videoparse.h:
26623 Fix for some slight mis-cuts in buffer parsing, and for some
26624 potential overflows or faults-causers. Adds disconts. Also fixes
26625 #139105 while we're at it.
26627 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26630 * sys/v4l2/gstv4l2element.h:
26631 Workaround for missing struct v4l2_buffer declaration in Suse 9
26632 and Mandrake 10 linux/videodev2.h header file (#135919).
26634 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26636 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26637 Bail out if no filename was given.
26639 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26641 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26642 (gst_v4l2_fourcc_from_structure):
26643 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26646 2004-04-09 Benjamin Otte <otte@gnome.org>
26648 * ext/gnomevfs/gstgnomevfssink.c:
26649 (_gst_boolean_allow_overwrite_accumulator),
26650 (gst_gnomevfssink_class_init):
26651 fix erase signal - if any handler returns false the file will not be
26652 overwritten. If no handler is connected, the file will not be
26653 overwritten either.
26654 renamed signal to "allow-overwrite"
26655 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26656 free string when adding it to ID3 failed
26657 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26658 unref event when done
26659 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26661 * gst/typefind/gsttypefindfunctions.c:
26662 (mpeg_video_stream_type_find):
26665 2004-04-08 David Schleef <ds@schleef.org>
26667 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26668 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26670 2004-04-08 David Schleef <ds@schleef.org>
26672 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26673 we don't support (bug #139532)
26675 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
26677 * ext/mad/gstmad.c: (gst_mad_handle_event),
26678 (gst_mad_check_caps_reset), (gst_mad_chain),
26679 (gst_mad_change_state):
26680 only set explicit caps if they haven't been set before for
26681 this stream. MPEG-audio sample rate/channels aren't allowed
26682 to change in-stream.
26685 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
26687 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26688 (_gst_boolean_did_something_accumulator),
26689 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26690 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26691 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26692 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26693 (gst_gnomevfssink_change_state):
26694 Fix erase signal. Don't erase by default. Remove handoff signal.
26695 Remove erase property. Don't segfault. General cleanup.
26697 2004-04-07 Benjamin Otte <otte@gnome.org>
26699 * gst-libs/gst/gconf/test-gconf.c: (main):
26700 add missing gst_init
26702 2004-04-07 Benjamin Otte <otte@gnome.org>
26704 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26705 free the mutexes, too
26707 2004-04-07 Benjamin Otte <otte@gnome.org>
26709 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26710 actually free the URI string
26711 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26712 compute offset correctly when passing discont events
26713 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26714 don't leak discont events
26715 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26716 add some missing breaks so caps aren't copied randomly
26717 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26718 if we realloc memory, we better use it
26720 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
26722 * ext/mad/gstmad.c: (normal_seek):
26723 fix GST_FORMAT_TIME usage
26725 2004-04-05 David Schleef <ds@schleef.org>
26727 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
26728 a deprecated function (hack!)
26730 2004-04-05 Benjamin Otte <otte@gnome.org>
26732 * ext/esd/esdmon.c: (gst_esdmon_get):
26733 fix nonterminated vararg and memleak
26735 2004-04-05 Benjamin Otte <otte@gnome.org>
26737 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26738 (gst_ladspa_init), (gst_ladspa_force_src_caps),
26739 (gst_ladspa_set_property), (gst_ladspa_get_property),
26740 (gst_ladspa_instantiate), (gst_ladspa_activate),
26741 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26744 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
26746 reviewed by Benjamin Otte <otte@gnome.org>
26748 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26749 check for broken LADSPA parameters (fixes #138635)
26751 2004-04-05 Benjamin Otte <otte@gnome.org>
26753 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26754 advertise buffer-frames correctly on sinkpads
26756 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26758 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26759 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26760 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26761 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26762 (gst_mad_check_caps_reset), (gst_mad_chain):
26763 add more debugging, only reset caps when we're not in error state
26765 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26767 * ext/mad/gstmad.c: add debugging category, comment + cleanups
26769 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26771 reviewed by Benjamin Otte <otte@gnome.org>
26774 fix == in test(1) operator
26776 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26778 reviewed by Benjamin Otte <otte@gnome.org>
26781 fix --export-symblos-regex to a working regex.
26783 2004-04-04 Benjamin Otte <otte@gnome.org>
26785 * sys/oss/.cvsignore:
26788 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
26790 reviewed by Benjamin Otte <otte@gnome.org>
26792 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26793 add missing 'new_media' argument (fixes #138168)
26794 * gst/matroska/matroska-demux.c:
26795 (gst_matroska_demux_handle_seek_event):
26796 add vararg terminator (fixes #138169)
26798 2004-04-02 David Schleef <ds@schleef.org>
26800 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
26801 disted (bug #138914)
26803 2004-04-01 Benjamin Otte <otte@gnome.org>
26805 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26806 (gst_alsa_close_audio):
26807 handle case better where a soundcard can't pause
26808 * ext/ogg/gstoggdemux.c:
26809 don't crash when we get events but don't have pads yet
26811 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26813 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26814 throw an error if we couldn't probe any caps.
26816 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26818 * ext/dvdnav/gst-dvd:
26819 Add a really simple sample DVD player
26821 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26823 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26824 (gst_a52dec_push), (gst_a52dec_handle_event),
26825 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26826 (gst_a52dec_change_state):
26827 * ext/a52dec/gsta52dec.h:
26828 Use a debug category, Output timestamps correctly
26829 Emit tag info, Handle events, tell liba52dec about cpu
26830 capabilities so it can use MMX etc.
26831 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26832 Fix a crasher accessing invalid memory
26833 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26834 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26835 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26836 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26838 Some support for byte-format seeking.
26839 Small fixes for still frames and menu button overlays
26840 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26841 (gst_mpeg2dec_alloc_buffer):
26842 Use a debug category. Adjust the report level of several items to
26843 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26844 so it doesn't lose the GstBuffer pointer
26845 * gst/debug/Makefile.am:
26846 * gst/debug/gstdebug.c: (plugin_init):
26847 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26848 (gst_navseek_base_init), (gst_navseek_class_init),
26849 (gst_navseek_init), (gst_navseek_seek),
26850 (gst_navseek_handle_src_event), (gst_navseek_set_property),
26851 (gst_navseek_get_property), (gst_navseek_chain),
26852 (gst_navseek_plugin_init):
26853 * gst/debug/gstnavseek.h:
26854 Add the navseek debug element for seeking back and forth in a
26855 video stream using arrow keys.
26856 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26857 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26858 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26859 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26860 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26861 (gst_mpeg2subt_parse_header), (gst_get_nibble),
26862 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26863 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26864 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26865 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26866 * gst/mpeg2sub/gstmpeg2subt.h:
26867 Pretty much a complete rewrite. Now a loopbased element. May still
26868 require work to properly synchronise subtitle buffers.
26869 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26870 (gst_dvd_demux_send_subbuffer):
26871 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26872 Don't attempt to create subbuffers of size 0
26873 Reduce a couple of error outputs to warnings.
26874 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26875 (gst_y4mencode_chain):
26876 Output the y4m frame header correctly.
26878 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26880 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26881 throw errors instead of allowing SIGFPE
26883 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26885 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26886 (gst_gconf_render_bin_from_key):
26887 leak plugging and style fixing
26889 2004-03-31 David Schleef <ds@schleef.org>
26891 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26892 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26894 * gst/debug/Makefile.am:
26895 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26896 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
26898 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26899 (gst_negotiation_base_init), (gst_negotiation_class_init),
26900 (gst_negotiation_init), (gst_negotiation_getcaps),
26901 (gst_negotiation_pad_link), (gst_negotiation_chain),
26902 (gst_negotiation_set_property), (gst_negotiation_get_property),
26903 (gst_negotiation_plugin_init): New element to talk about random
26904 negotiation things happening in a pipeline.
26906 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26908 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26909 fix integer addition with help of Stefan Kost
26911 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26913 * po/nl.po: updated Dutch translation (Elros Cyriatan)
26915 2004-03-30 David Schleef <ds@schleef.org>
26917 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26918 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
26919 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26921 * ext/mpeg2dec/gstmpeg2dec.h:
26923 2004-03-30 David Schleef <ds@schleef.org>
26925 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26927 2004-03-30 David Schleef <ds@schleef.org>
26929 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
26930 Michael Petullo) to handle .mov
26932 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26934 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26935 (gst_osselement_rate_check_rate):
26936 probe caps correctly for sound cards that only support one format
26938 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26940 * ext/kio/kiosrc.cpp: (process_events):
26941 update handling event processing if inside KDE - untested
26943 2004-03-29 David Schleef <ds@schleef.org>
26945 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26946 by 2 to not interfere with other colorspaces.
26947 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26948 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26949 one to not interfere with ffmpeg_colorspace.
26951 2004-03-29 David Schleef <ds@schleef.org>
26953 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26954 aren't in the caps.
26955 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26956 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26958 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26960 * gst-libs/gst/riff/riff-media.c:
26961 fail on error, don't try to set stuff on NULL caps
26963 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26967 * ext/kio/Makefile.am:
26968 * ext/kio/kioreceiver.cpp:
26969 * ext/kio/kioreceiver.h:
26970 * ext/kio/kiosrc.cpp:
26971 * ext/kio/kiosrc.h:
26972 add experimental kiosrc plugin
26973 * ext/alsa/gstalsaplugin.c: (plugin_init):
26974 initialize debugging category only when we're sure registering the
26977 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
26979 * examples/gstplay/player.c: (main):
26980 * gst-libs/gst/play/play.c: (gst_play_class_init),
26981 (gst_play_set_location), (gst_play_set_data_src),
26982 (gst_play_set_video_sink), (gst_play_set_audio_sink),
26983 (gst_play_set_visualization), (gst_play_connect_visualization):
26984 check return values of element_set_state and return FALSE where
26987 2004-03-29 Benjamin Otte <otte@gnome.org>
26989 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26990 try harder to check if an event is really a discont
26992 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
26994 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26997 2004-03-28 Benjamin Otte <otte@gnome.org>
26999 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27000 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27001 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27002 get rid of non-standard "..." ranges in case statements.
27004 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
27006 * gst/mpegstream/gstmpegdemux.c:
27007 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
27008 specific functionality split to the new dvddemux element.
27009 * gst/mpegstream/gstdvddemux.c:
27010 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
27011 streams, derived from mpegdemux.
27012 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
27013 up. SCR based timestamp rewriting can be turned off (will probably
27014 completely disappear soon).
27015 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
27016 hacking. General cleanup. All printf statements replaced by
27017 debugging messages. Almost complete libdvdnav support.
27018 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
27019 by events. New properties for audio and subpicture languages.
27020 (dvdnavsrc_update_highlight): Now uses events.
27021 (dvdnavsrc_user_op): Cleaned up.
27022 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
27023 based). Lots of cleanup, and propper support for most libdvdnav
27025 (dvdnavsrc_make_dvd_event): New function.
27026 (dvdnavsrc_make_dvd_nav_packet_event): New function.
27027 (dvdnavsrc_make_clut_change_event): New function.
27029 2004-03-26 Benjamin Otte <otte@gnome.org>
27031 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
27032 fix bug where typefinding would claim it's theora whenever less then
27033 7 bytes of data were available
27035 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
27037 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27038 (gst_alawdec_base_init), (gst_alawdec_class_init),
27039 (gst_alawdec_init), (gst_alawdec_chain):
27040 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27041 (gst_alawenc_base_init), (gst_alawenc_class_init),
27042 (gst_alawenc_init), (gst_alawenc_chain):
27043 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27044 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27045 (gst_mulawdec_init), (gst_mulawdec_chain):
27046 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27047 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27048 (gst_mulawenc_init), (gst_mulawenc_chain):
27049 Fix capsnego in all four, remove the unused property functions and
27050 simplify the chain functions slightly. I guess we could use macros
27051 or something similar for those, since the code is so similar, but
27052 I'm currently too lazy...
27054 2004-03-24 David Schleef <ds@schleef.org>
27056 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27057 (gst_osselement_close_audio), (gst_osselement_probe_caps),
27058 (gst_osselement_get_format_structure),
27059 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27060 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27061 (gst_osselement_rate_int_compare): Add code to handle rate probing
27063 * sys/oss/gstosselement.h: same
27064 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27065 Use rate probing provided by osselement.
27066 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27068 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
27070 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27071 (gst_xvidenc_get_property):
27074 2004-03-24 David Schleef <ds@schleef.org>
27076 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27077 (gst_speexdec_init):
27078 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27079 (gst_speexenc_init): Create the pad template correctly (from
27080 the static pad template, not a NULL pointer.)
27082 2004-03-25 Benjamin Otte <otte@gnome.org>
27084 * gst/debug/Makefile.am:
27085 * gst/debug/breakmydata.c:
27086 add element that quasi-randomly changes bytes in the stream.
27087 Intended use is robustness checking of demuxers and decoders in
27090 2004-03-24 Benjamin Otte <otte@gnome.org>
27092 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27093 (gst_alsa_probe_hw_params):
27094 * ext/alsa/gstalsa.h:
27095 debugging output fixes
27097 2004-03-24 Benjamin Otte <otte@gnome.org>
27099 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27100 don't g_return_if_fail if element is PLAYING, fail silently as every
27102 * gst/effectv/gstquark.c: (gst_quarktv_chain):
27103 only fix needed for cast lvalue issues in gst-plugins
27104 * gst/volenv/gstvolenv.c: (gst_volenv_init):
27107 2004-03-24 Benjamin Otte <otte@gnome.org>
27109 * gst/level/gstlevel.c: (gst_level_init):
27110 add proxying getcaps function, so level doesn't advertise impossible
27113 2004-03-24 David Schleef <ds@schleef.org>
27115 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27116 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27117 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27118 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27119 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27120 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27121 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27122 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27123 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
27124 messages. Divide the chunk size by the compression ratio
27125 (needed for MACE audio)
27127 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27129 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27130 Fix buffer overflow read error.
27132 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27134 * ext/alsa/gstalsa.h:
27135 Remove unused entry.
27136 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27138 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27139 (gst_videodrop_link), (gst_videodrop_chain):
27140 Fix, sort of. Was horribly broken with new capsnego. Bah...
27142 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
27144 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27146 Add a monkeysaudio typefind function
27148 2004-03-23 Johan Dahlin <johan@gnome.org>
27150 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27151 (gst_play_video_fixate): Check so the structure has the field
27152 before trying to fixate them, this makes it possible to have
27153 fakesinks for video and audio output without printing errors on
27154 the output console.
27156 2004-03-22 David Schleef <ds@schleef.org>
27158 * sys/oss/Makefile.am:
27159 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27160 (check_rate), (add_rate): Rate probing test app.
27162 2004-03-21 Benjamin Otte <otte@gnome.org>
27164 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27165 (_fixate_caps_to_int), (gst_audio_convert_fixate):
27166 add a fixation function that pretty much does the right thing (fixes
27169 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
27171 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27173 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
27175 reviewed by: Benjamin Otte <otte@gnome.org>
27177 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27178 terminate gst_event_new_discontinuous correctly (fixes parts of
27181 2004-03-19 David Schleef <ds@schleef.org>
27183 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
27184 since it doesn't depend on X, and it's part of our ABI.
27186 2004-03-19 Iain <iain@prettypeople.org>
27188 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27189 is_int in the structure, not the local variable.
27191 2004-03-19 David Schleef <ds@schleef.org>
27193 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27194 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27195 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27196 Improvements in caps negotiation.
27198 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27202 adding Afrikaans (Petri Jooste)
27204 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27206 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27207 (gst_ffmpegcolorspace_chain):
27208 throw error instead of g_critical (#137588)
27210 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27214 dist common and m4 correctly
27217 2004-03-17 David Schleef <ds@schleef.org>
27219 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
27222 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27226 adding Swedish translation (Christian Rose)
27228 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27230 * Makefile.am: use release.mak
27232 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27234 * common/ChangeLog:
27235 * common/gst-autogen.sh:
27236 add some explanation about the version detection
27240 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27242 * configure.ac: bump nano to 1
27244 === release 0.8.0 ===
27246 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27248 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27250 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27253 update libtool version
27254 * gst-libs/gst/media-info/Makefile.am:
27255 actually use libtool version
27257 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27259 * configure.ac: fix speex detection to work with 1.0 but not 1.1
27261 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27264 * gst-plugins.spec.in:
27265 * pkgconfig/Makefile.am:
27266 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27267 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27268 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27269 * pkgconfig/gstreamer-libs.pc.in:
27270 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27271 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27272 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27273 * pkgconfig/gstreamer-plugins.pc.in:
27274 remove @VERSION@ from some of the pc files since core and plugins
27276 created gstreamer-plugins.pc as it's a better name, but keeping
27277 -libs around for now to get fixes upstream done first.
27279 2004-03-15 Julien MOUTTE <julien@moutte.net>
27281 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27282 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27283 * gst-libs/gst/play/play.h:
27285 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27287 * *.c, *.cc: don't mix tabs and spaces
27289 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27291 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27292 use the new ffmpegcolorspace
27293 * gst-plugins.spec.in:
27294 package new colorspace and media-info
27296 * pkgconfig/Makefile.am:
27297 fix some more disting issues
27298 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27299 * pkgconfig/gstreamer-media-info.pc.in:
27300 generate media-info pc files
27302 2004-03-15 Johan Dahlin <johan@gnome.org>
27304 * *.h: Revert indenting
27306 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27309 adding ffmpegcolorspace element
27310 * gst/ffmpegcolorspace/Makefile.am:
27311 * gst/ffmpegcolorspace/avcodec.h:
27312 * gst/ffmpegcolorspace/common.h:
27313 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27314 * gst/ffmpegcolorspace/dsputil.h:
27315 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27316 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27317 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27318 (gst_ffmpeg_caps_to_pix_fmt):
27319 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27320 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27321 (gst_ffmpegcolorspace_caps_remove_format_info),
27322 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27323 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27324 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27325 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27326 (gst_ffmpegcolorspace_set_property),
27327 (gst_ffmpegcolorspace_get_property),
27328 (gst_ffmpegcolorspace_register):
27329 * gst/ffmpegcolorspace/imgconvert.c:
27330 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27331 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27332 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27333 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27334 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27335 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27336 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27337 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27338 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27339 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27340 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27341 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27342 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27343 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27344 (img_get_alpha_info), (deinterlace_line),
27345 (deinterlace_line_inplace), (deinterlace_bottom_field),
27346 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27347 * gst/ffmpegcolorspace/imgconvert_template.h:
27348 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27349 * gst/ffmpegcolorspace/mmx.h:
27350 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27351 adding ffmpegcolorspace element supplied by Ronald after cleaning
27352 up and pulling in the right bits of upstream source.
27353 I'm sure a better C/compiler wizard could do some cleaning up (for
27354 example use GLIB's malloc stuff), but as a first pass this
27357 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27359 * ext/alsa/gstalsa.h:
27360 I assume Ronald forgot to commit the change to have cardname
27361 as a struct member. Expect some public spanking at the next
27364 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
27366 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27367 (gst_alsa_open_audio), (gst_alsa_close_audio):
27368 * ext/alsa/gstalsa.c:
27369 Don't open the device if we're a mixer (= padless).
27370 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27371 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27372 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27373 Open mixer during state change rather than during object
27374 initialization. Also, get a device name. Currently in a somewhat
27375 hackish fashion, but I didn't really find something better.
27377 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
27379 * *.c, *.h: run gst-indent
27381 2004-03-14 Benjamin Otte <otte@gnome.org>
27383 * gst/modplug/gstmodplug.cc:
27384 * gst/modplug/gstmodplug.h:
27385 set correct timestamps on outgoing buffers
27387 2004-03-14 Benjamin Otte <otte@gnome.org>
27389 * gst/modplug/gstmodplug.cc:
27390 handle events - don't do crap when a discont arrives that's not
27392 This allows correct loading and playback of mods in Rhythmbox
27394 2004-03-14 Benjamin Otte <otte@gnome.org>
27397 * gst-libs/gst/gconf/Makefile.am:
27398 * pkgconfig/Makefile.am:
27399 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27400 they get rebuilt properly
27402 when checking for vorbis, try pkgconfig first.
27403 * gst/modplug/gstmodplug.cc:
27404 add fixate function
27406 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
27408 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27409 Fix for obvious mistake, where we first shift the offset and then
27410 read a samplesize element assuming the old offset. Note that this
27411 part still has something weird, i.e. my movies containing those
27412 don't actually play well, but at least there's something that looks
27415 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
27416 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27418 Add a typefind function for speex format
27420 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27422 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27423 (gst_asf_demux_setup_pad):
27424 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27425 instead of 0. Reason is simple: some elements have a fps range
27426 of 1-max instead of 0-max. So now ASF video actually works.
27428 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
27432 adding serbian as a language
27434 2004-03-13 Benjamin Otte <otte@gnome.org>
27436 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27437 return taglist correctly from _get function, don't gst_pad_push it.
27440 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27441 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27443 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27445 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27446 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27447 (gst_alsa_mixer_track_new):
27448 * ext/alsa/gstalsamixertrack.h:
27449 Fix ancient leftovers... MixerTrack is a GObject.
27451 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27453 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27454 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27455 Don't block during probing...
27457 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
27459 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27460 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27461 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27462 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27463 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27464 (gst_alsa_open_audio), (gst_alsa_close_audio):
27465 * ext/alsa/gstalsa.h:
27466 Add propertyprobe interface implementation, add some device-name
27467 property, all this so that it looks good in gnome-volume-control.
27469 2004-03-12 David Schleef <ds@schleef.org>
27471 * configure.ac: the Hermes library controls hermescolorspace, not
27473 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27474 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27476 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27477 * ext/sdl/sdlvideosink.h: ditto.
27478 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27480 2004-03-12 Benjamin Otte <otte@gnome.org>
27482 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27483 (gst_x_overlay_got_xwindow_id):
27484 * gst-libs/gst/xoverlay/xoverlay.h:
27485 replace XID with unsigned long to get rid of the xlibs dependency in
27486 XOverlay (fixes #137004)
27488 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27489 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27490 (gst_agingtv_setup):
27491 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27492 (gst_dicetv_base_init), (gst_dicetv_class_init),
27493 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27494 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27495 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27496 (gst_edgetv_setup), (gst_edgetv_rgb32):
27497 * gst/effectv/gsteffectv.c:
27498 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27499 (gst_quarktv_set_property):
27500 * gst/effectv/gstrev.c: (gst_revtv_get_type),
27501 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27502 (gst_revtv_setup), (gst_revtv_rgb32):
27503 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27504 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27505 (gst_shagadelictv_init), (gst_shagadelictv_setup),
27506 (gst_shagadelictv_rgb32):
27507 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27508 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27509 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27510 * gst/effectv/gstwarp.c:
27511 Port everything that can be ported to videofilter and fix up the caps.
27512 Can someone with a big-endian machine please check these?
27514 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27516 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27517 (gst_osssink_chain), (gst_osssink_change_state):
27518 Latest fixes for A/V sync, audio playback and such. This is about
27519 all... MPEG playback issues are mostly related to the async build-
27520 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27522 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27524 patch from: Stephane Loeuillet
27527 use pkg-config for some libraries, falling back to the old .m4 way
27532 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27535 * tools/Makefile.am:
27536 * tools/Makefile.in:
27537 * tools/gst-launch-ext-m.m:
27538 * tools/gst-launch-ext.1.in:
27539 * tools/gst-visualise-m.m:
27540 * tools/gst-visualise.1:
27541 * tools/gst-visualise.1.in:
27542 reorganizing generation of script tools
27544 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27546 * ext/divx/gstdivxdec.c:
27547 Downgrade priority. We prefer ffdec_mpeg4.
27548 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27549 (gst_faad_chain), (gst_faad_change_state):
27550 Fix capsnego. Doesn't work for some sounds because we don't have
27551 a 5:1 to stereo element.
27552 * ext/xvid/gstxvid.c: (plugin_init):
27554 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27555 (gst_osssink_change_state):
27556 Add discont handling.
27558 2004-03-09 Colin Walters <walters@verbum.org>
27560 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27563 2004-03-09 Benjamin Otte <otte@gnome.org>
27565 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27566 the signals take 2 arguments
27568 2004-03-09 David Schleef <ds@schleef.org>
27570 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27571 (gst_alsa_fixate): Add fixate function. (bug #136686)
27572 * ext/alsa/gstalsa.h:
27573 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27575 2004-03-09 Benjamin Otte <otte@gnome.org>
27577 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27578 (gst_mikmod_change_state):
27579 * ext/mikmod/gstmikmod.h:
27580 make mikmod's loop function not loop infinitely and call
27581 gst_element_yield anymore
27582 * gst/modplug/gstmodplug.cc:
27583 fix pad negotiation (fixes #136590)
27585 2004-03-09 David Schleef <ds@schleef.org>
27587 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
27588 doesn't conflict with the internal colorspace plugin.
27589 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
27590 satisfy the crappy-ass shell shipped by a certain vendor.
27591 * gst/videofilter/make_filter: same (bug #135299)
27593 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27595 * configure.ac: bump nano to 1
27597 === release 0.7.6 ===
27599 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27601 * configure.in: releasing 0.7.6, "There"
27603 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27605 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27606 * pkgconfig/gstreamer-play.pc.in:
27607 synchronize the two
27609 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27611 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27612 (cdparanoia_open), (cdparanoia_event):
27613 fix/add error handling
27615 add cdparanoia source
27616 * tools/Makefile.am:
27617 make scripts executable
27619 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27622 * ext/vorbis/Makefile.am:
27624 remove id3types, vorbisfile and xvideosink from the build (#133783)
27626 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
27628 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27629 Fix metadata read crash (#136537).
27631 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27633 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27634 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27635 adding mime types, fixing the one-stop function
27637 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27639 * ext/nas/nassink.c and /ext/nas/nassink.h:
27640 More NAS love from Arwed von Merkatz
27641 So lets all sing 'Can you feel the NAS tonight'
27643 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27645 * tools/gst-launch-ext.in:
27646 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27648 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27650 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27651 (gst_mpeg2dec_init):
27652 remove the user_data pad for now, because it is being used in
27653 fixating causing MPEG playback to fixate on 1000 Hz for playback.
27654 If someone knows how to fix this properly, please do.
27656 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27658 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27659 (gst_osssink_get_time):
27660 add a warning, IMO this won't get triggered anymore, remove later
27662 2004-03-07 David Schleef <ds@schleef.org>
27664 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
27665 format (bug #136470)
27667 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
27669 * gst-libs/Makefile.am:
27670 * gst-libs/gst/media-info/Makefile.am:
27671 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27672 (error_callback), (gst_media_info_error_create),
27673 (gst_media_info_error_element), (gmip_init), (gmip_reset),
27674 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27675 * gst-libs/gst/media-info/media-info-priv.h:
27676 * gst-libs/gst/media-info/media-info-test.c: (main):
27677 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27678 (gst_media_info_class_init), (gst_media_info_instance_init),
27679 (gst_media_info_set_source), (gst_media_info_read_with_idler),
27680 (gst_media_info_read_idler), (gst_media_info_read):
27681 * gst-libs/gst/media-info/media-info.h:
27682 fixed, should work now
27684 2004-03-07 Christian Schaller <Uraeus@gnome.org>
27686 * ext/nas/nassink.c:
27687 A bunch of NAS fixes from Arwed von Merkatz
27689 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27691 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27692 (qtdemux_parse_trak):
27693 Fix crash (j might be greater than n_samples, in which case we're
27694 writing outside the allocated space for the array) and memleak.
27696 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27698 * sys/oss/gstosssink.c: (gst_osssink_chain):
27699 And another caller that couldn't handle delay < 0 (unsigned
27700 integer overflow). Video now continues playing on an audio
27701 buffer underrun, and the clock continues working. Audio still
27704 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27706 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27707 (gst_osssink_get_time):
27708 get_delay() may return values lower than 0. In those cases, we
27709 should not actually cast to *unsigned* int64, that will break
27710 stuff horribly. In my case, it screwed up A/V sync in movies
27711 in totem rather badly.
27713 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27715 * ext/faac/gstfaac.c: (gst_faac_chain):
27716 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27717 * ext/libpng/gstpngenc.c: (user_write_data):
27718 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27719 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27720 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27721 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27722 Fix several misuse of gst_buffer_merge (it doesn't take ownership
27723 of any buffer), should fix some leaks. I hope I didn't unref buffers
27724 that shouldn't be...
27726 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27728 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27729 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27730 (error_callback), (gmi_reset), (gmi_seek_to_track),
27731 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27732 (gmip_find_type_post), (gmip_find_stream_post),
27733 (gmip_find_track_streaminfo_post):
27734 * gst-libs/gst/media-info/media-info-priv.h:
27735 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27736 (info_print), (main):
27737 * gst-libs/gst/media-info/media-info.c:
27738 (gst_media_info_error_create), (gst_media_info_error_element),
27739 (gst_media_info_instance_init), (gst_media_info_get_property),
27740 (gst_media_info_new), (gst_media_info_set_source),
27741 (gst_media_info_read_idler), (gst_media_info_read):
27742 * gst-libs/gst/media-info/media-info.h:
27743 first pass at making this work again. This seems to work on
27744 tagged ogg/vorbis and mp3 files.
27746 2004-03-06 Benjamin Otte <otte@gnome.org>
27748 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27749 fix huge leak: gst_buffer_merge doesn't unref the first argument
27752 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27754 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27755 report layer/mode/emphasis
27757 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27759 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27761 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27763 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27766 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27768 * ext/vorbis/vorbis.c: (plugin_init):
27769 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27770 (gst_vorbis_dec_init), (vorbis_dec_event):
27772 make vorbisdec handle _BYTE and _TIME queries
27774 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27776 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27777 from the xing header
27779 2004-03-06 Benjamin Otte <otte@gnome.org>
27781 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27782 (gst_audio_convert_link), (gst_audio_convert_change_state),
27783 (gst_audio_convert_buffer_from_default_format):
27784 do conversions from/to float correctly, fix some caps nego errors,
27785 export correct supported caps in template and getcaps, use correct
27786 caps in try_set_caps functions
27788 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27790 For some reason, I only committed a ChangeLog entry yesterday and
27791 not the corresponding code...
27792 * ext/mad/gstmad.c: Fix detection of Xing headers
27793 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27795 2004-03-06 Benjamin Otte <otte@gnome.org>
27797 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27798 (gst_ogg_demux_src_query):
27799 make sure to handle the case where there's no current chain
27802 2004-03-05 David Schleef <ds@schleef.org>
27804 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27805 Add fixate function. (bug #131128)
27806 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27807 (gst_sdlvideosink_fixate): Add fixate function.
27808 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27809 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27810 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27811 Fix missing break that was causing ulaw to be interpreted as
27814 2004-03-05 David Schleef <ds@schleef.org>
27816 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27817 Fix code that ignores return value of gst_buffer_merge().
27819 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27820 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27821 * testsuite/gst-lint: Check for above.
27823 2004-03-05 David Schleef <ds@schleef.org>
27825 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
27826 caps and throw an element error. (bug #136334)
27828 2004-03-05 David Schleef <ds@schleef.org>
27830 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27831 (gst_faad_chain): Fix negotiation.
27832 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27833 key and button events.
27834 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27836 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27838 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27839 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27840 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27841 function to encourage better negotiation, particularly between
27842 audioconvert and osssink.
27843 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27844 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
27846 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
27848 * gst/vbidec/vbiscreen.c: Add glib header
27849 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
27851 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
27853 * ext/mad/gstmad.c: Fix detection of Xing headers
27854 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27856 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27858 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27859 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27862 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27864 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27865 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27866 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27867 files, and report the parsed length as a GST_TAG_DURATION tag.
27868 * gst/tags/gstid3tag.c: support TLEN (duration) tag
27870 2004-03-05 Benjamin Otte <otte@gnome.org>
27872 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27873 convert channels correctly. convert correctly to unsigned.
27875 2004-03-05 Julien MOUTTE <julien@moutte.net>
27877 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27878 we have a window before clearing it.
27880 2004-03-05 Julien MOUTTE <julien@moutte.net>
27882 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27883 have a window before clearing it.
27885 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
27887 * gconf/gstreamer.schemas.in:
27888 * gst-libs/gst/gconf/Makefile.am:
27889 version installation path the same way as for 0.6
27890 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27891 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27892 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27893 remove comment that was fixed
27895 2004-03-05 David Schleef <ds@schleef.org>
27897 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27898 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27899 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27900 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27901 Add prototype code for handling seeking and querying.
27903 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
27905 * examples/gstplay/player.c: (main):
27906 Initialize variables to NULL. Prevents a segfault because the
27907 (uninitialized) variable is not NULL, resulting in a crash on
27908 trying to reach error->message.
27910 2004-03-05 Benjamin Otte <otte@gnome.org>
27912 * gst/audioconvert/gstaudioconvert.c:
27913 (gst_audio_convert_buffer_to_default_format):
27914 make float=>int conversion work correctly even in cornercases.
27916 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
27918 * debian/README.Debian:
27919 * debian/build-deps:
27920 * debian/changelog:
27922 * debian/control.in:
27923 * debian/copyright:
27924 * debian/gstreamer-a52dec.files:
27925 * debian/gstreamer-aa.files:
27926 * debian/gstreamer-alsa.files:
27927 * debian/gstreamer-alsa.manpages:
27928 * debian/gstreamer-arts.files:
27929 * debian/gstreamer-artsd.files:
27930 * debian/gstreamer-audiofile.files:
27931 * debian/gstreamer-avifile.files:
27932 * debian/gstreamer-cdparanoia.files:
27933 * debian/gstreamer-colorspace.files:
27934 * debian/gstreamer-doc.files:
27935 * debian/gstreamer-dv.files:
27936 * debian/gstreamer-dvd.files:
27937 * debian/gstreamer-esd.files:
27938 * debian/gstreamer-festival.files:
27939 * debian/gstreamer-flac.files:
27940 * debian/gstreamer-gconf.conffiles:
27941 * debian/gstreamer-gconf.files:
27942 * debian/gstreamer-gconf.postinst:
27943 * debian/gstreamer-gnomevfs.files:
27944 * debian/gstreamer-gsm.files:
27945 * debian/gstreamer-http.files:
27946 * debian/gstreamer-jack.files:
27947 * debian/gstreamer-jpeg.files:
27948 * debian/gstreamer-mad.files:
27949 * debian/gstreamer-mikmod.files:
27950 * debian/gstreamer-misc.files:
27951 * debian/gstreamer-mpeg2dec.files:
27952 * debian/gstreamer-oss.files:
27953 * debian/gstreamer-plugin-apps.files:
27954 * debian/gstreamer-plugin-apps.manpages:
27955 * debian/gstreamer-plugin-libs-dev.files:
27956 * debian/gstreamer-plugin-libs.files:
27957 * debian/gstreamer-plugin-template.postinst:
27958 * debian/gstreamer-plugin-template.postrm:
27959 * debian/gstreamer-sdl.files:
27960 * debian/gstreamer-sid.files:
27961 * debian/gstreamer-vorbis.files:
27962 * debian/gstreamer-x.files:
27963 * debian/mk.control:
27965 Debian package info not maintained here.
27967 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
27969 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27970 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27971 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27972 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27973 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27974 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27975 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27976 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27977 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27978 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27979 * gst-libs/gst/colorbalance/colorbalance.c:
27980 (gst_color_balance_class_init):
27981 * gst-libs/gst/colorbalance/colorbalancechannel.c:
27982 (gst_color_balance_channel_class_init):
27983 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27984 * gst-libs/gst/play/play.c: (gst_play_class_init):
27985 * gst-libs/gst/propertyprobe/propertyprobe.c:
27986 (gst_property_probe_iface_init):
27987 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27988 * gst-libs/gst/tuner/tunerchannel.c:
27989 (gst_tuner_channel_class_init):
27990 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27991 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27992 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27993 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27994 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27995 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27996 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27997 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27998 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27999 fix signals to use - instead of _
28000 * ext/libcaca/gstcacasink.h:
28001 * ext/sdl/sdlvideosink.h:
28004 2004-03-04 David Schleef <ds@schleef.org>
28006 * testsuite/gst-lint: Add a check for bad signal names.
28008 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
28010 reviewed by David Schleef
28012 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
28013 modified the alpha channel and caused a warning. (bug #136192)
28015 2004-04-03 Christian Schaller <Uraeus@gnome.org>
28017 * gst-plugins.spec.in:
28018 Change names of plugins to actually be correct. Try to keep things
28019 alphabetical to avoid getting beat up by Thomas
28021 2004-03-03 Julien MOUTTE <julien@moutte.net>
28023 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
28024 Using ximagesink as a default if no gconf key found. We should
28025 probably consider using alsasink instead of osssink for the audio
28028 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
28031 fix --with-plugins, don't think it ever worked before
28032 * gst-plugins.spec.in:
28035 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
28037 * ext/sdl/sdlvideosink.h:
28038 * sys/ximage/ximagesink.h:
28039 * sys/xvideo/xvideosink.h:
28040 * sys/xvimage/xvimagesink.h:
28041 Fix for move of gstvideosink.h -> videosink.h.
28043 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
28045 * gst-libs/gst/xwindowlistener/Makefile.am:
28046 this is a plugin library, not a library
28048 2004-03-01 David Schleef <ds@schleef.org>
28050 * AUTHORS: Added some names. Add yourself if you're still
28053 2004-03-01 David Schleef <ds@schleef.org>
28057 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28059 * gst-plugins.spec.in: clean up spec file
28061 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28063 * gst-libs/gst/video/Makefile.am:
28064 * gst-libs/gst/video/gstvideosink.c:
28065 * gst-libs/gst/video/gstvideosink.h:
28066 rename gstvideosink.h to videosink.h to match other headers
28067 * gst/mixmatrix/Makefile.am:
28068 fix plugin filename
28069 * gst/tags/Makefile.am: fix plugin filename
28071 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28073 * gst/tags/Makefile.am: fix plugin filename
28075 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28077 * examples/gstplay/player.c: (got_time_tick), (main):
28079 display time_tick more readably
28080 * gst/mixmatrix/Makefile.am:
28081 fix plugin file name
28083 2004-02-29 Christophe Fergeau <teuf@gnome.org>
28085 * sys/oss/gstosselement.c: (gst_osselement_probe),
28086 (device_combination_append), (gst_osselement_class_probe_devices):
28087 * sys/oss/gstosselement.h:
28088 Reworked enumeration of oss dsps and mixers so that gst-mixer works
28089 on my system using alsa oss emulation, fixes bug #135597
28091 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
28093 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28094 (gst_videodrop_chain), (gst_videodrop_change_state):
28095 * gst/videodrop/gstvideodrop.h:
28096 Work based on timestamp of input data, not based on the expected
28097 framerate from the input. The consequence is that this element now
28098 not only scales framerates, but also functions as a framerate
28099 corrector or framerate stabilizer/constantizer.
28101 2004-02-27 David Schleef <ds@schleef.org>
28103 patches from jmmv@menta.net (Julio M. Merino Vidal)
28105 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28106 GST_ELEMENT_ERROR call (bug #135634)
28107 * gst/interleave/interleave.c: (interleave_buffered_loop),
28108 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28109 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28110 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28111 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28112 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28113 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28114 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28115 Fix GST_ELEMENT_ERROR call.
28116 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28117 GST_ELEMENT_ERROR call.
28119 2004-02-27 Benjamin Otte <otte@gnome.org>
28121 * gst-libs/gst/audio/audio.h:
28122 add macro to make sure header isn't included twice
28123 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28124 don't use gst_buffer_free
28125 * gst/playondemand/filter.func:
28126 don't use gst_data_free. Free data only once.
28128 2004-02-26 David Schleef <ds@schleef.org>
28130 * gst-libs/gst/colorbalance/Makefile.am:
28131 * gst-libs/gst/mixer/Makefile.am:
28132 * gst-libs/gst/tuner/Makefile.am:
28133 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28134 should not be disted, -marshal.h files should not be installed,
28135 and -enum.h files _should_ be installed. Fix to make this the
28138 === release 0.7.5 ===
28140 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
28142 * configure.ac: release 0.7.5, "Under The Sea"
28144 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28146 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28147 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28148 * gst/videoscale/gstvideoscale.c:
28149 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28150 assorted debug/warning fixes
28152 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28154 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28155 (gst_videoscale_init), (gst_videoscale_chain),
28156 (gst_videoscale_set_property), (plugin_init):
28157 * gst/videoscale/gstvideoscale.h:
28158 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28159 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28160 (gst_videoscale_planar400), (gst_videoscale_packed422),
28161 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28162 (gst_videoscale_24bit), (gst_videoscale_16bit),
28163 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28164 (gst_videoscale_scale_plane_slow),
28165 (gst_videoscale_scale_point_sample),
28166 (gst_videoscale_scale_nearest),
28167 (gst_videoscale_scale_nearest_str2),
28168 (gst_videoscale_scale_nearest_str4),
28169 (gst_videoscale_scale_nearest_32bit),
28170 (gst_videoscale_scale_nearest_24bit),
28171 (gst_videoscale_scale_nearest_16bit):
28172 add debugging category and use it properly
28173 fix use of GST_PTR_FORMAT
28175 2004-02-25 Andy Wingo <wingo@pobox.com>
28177 * gst/interleave/interleave.c (interleave_buffered_loop): Always
28178 push only when channel->buffer is NULL. Prevents segfaults doing
28179 the state change after a nonlocal exit, like a scheme exception.
28181 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28182 Handle the case where the intersected caps is empty.
28184 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28186 * gst/law/mulaw-decode.c: (mulawdec_link):
28187 * gst/law/mulaw.c: (plugin_init):
28188 fix mulawdec so it actually works again
28190 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
28192 reviewed by: David Schleef <ds@schleef.org>
28194 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28195 (gst_gamma_init), (gst_gamma_set_property),
28196 (gst_gamma_get_property), (gst_gamma_calculate_tables),
28197 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
28198 for RGB, with separate r g and b correction factors. (#131167)
28200 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
28202 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28203 only signal tags for bitrate if they're > 0 (#134894)
28205 2004-02-24 David Schleef <ds@schleef.org>
28207 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28208 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28209 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28210 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28211 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28212 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28213 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28214 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28215 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
28216 category. Attempt to fix timestamp calculation.
28218 2004-02-24 Johan Dahlin <johan@gnome.org>
28220 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28222 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
28225 * gconf/Makefile.am:
28226 * gconf/gstreamer.schemas:
28227 * gst-libs/gst/gconf/Makefile.am:
28228 * gst-libs/gst/gconf/gconf.c:
28229 version gconf schemas and install locations
28231 2004-02-23 Benjamin Otte <otte@gnome.org>
28233 * ext/xine/xineinput.c: (gst_xine_input_dispose):
28234 (gst_xine_input_subclass_init):
28235 call parent dispose.
28236 change pad template for CD reader correctly
28237 * ext/xine/Makefile.am:
28238 * ext/xine/gstxine.h:
28239 * ext/xine/xine.c: (plugin_init):
28240 * ext/xine/xineaudiosink.c:
28241 wrap audio sinks, too
28242 * gst-libs/gst/resample/private.h:
28243 * gst-libs/gst/resample/resample.c: (gst_resample_init),
28244 (gst_resample_reinit), (gst_resample_scale),
28245 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28246 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28247 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28248 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28249 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28250 * gst-libs/gst/resample/resample.h:
28251 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28252 (gst_audioscale_class_init), (gst_audioscale_link),
28253 (gst_audioscale_get_buffer), (gst_audioscale_init),
28254 (gst_audioscale_chain), (gst_audioscale_set_property),
28255 (gst_audioscale_get_property):
28256 * gst/audioscale/gstaudioscale.h:
28257 s/resample_*/gst_resample_*/i to not clobber namespaces
28259 2004-02-23 Julien MOUTTE <julien@moutte.net>
28261 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28262 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28263 (gst_riff_create_video_template_caps),
28264 (gst_riff_create_audio_template_caps),
28265 (gst_riff_create_iavs_template_caps):
28266 * gst-libs/gst/riff/riff-media.h:
28267 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28268 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28269 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28270 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28271 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28272 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28273 (gst_matroska_demux_plugin_init): First batch implementing audio and
28274 video codec tags in demuxers.
28276 2004-02-22 Benjamin Otte <otte@gnome.org>
28278 * ext/xine/Makefile.am:
28279 * ext/xine/gstxine.h:
28280 * ext/xine/xine.c: (plugin_init):
28281 * ext/xine/xineinput.c:
28282 add input plugin wrapper. Playback from files, http, mms and cdda
28284 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28285 remove leftover G_GNUC_UNUSED
28286 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28287 (gst_asf_demux_identify_guid):
28288 improve debugging output
28290 2004-02-22 Benjamin Otte <otte@gnome.org>
28292 reported by: Padraig O'Briain <padraig.obriain@sun.com>
28295 replace test -e with test -x for mkinstalldirs to be more portable.
28298 2004-02-22 Benjamin Otte <otte@gnome.org>
28300 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28302 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28303 set rank to PRIMARY
28304 * gst/volume/gstvolume.c: (plugin_init):
28308 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
28310 reviewed by Benjamin Otte <otte@gnome.org>
28312 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28313 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28315 2004-02-22 Benjamin Otte <otte@gnome.org>
28318 export [_]*{gst,Gst,GST}.* symbols from plugins
28320 2004-02-22 Christophe Fergeau <teuf@gnome.org>
28322 reviewed by: Benjamin Otte <otte@gnome.org>
28324 * ext/lame/gstlame.c: (add_one_tag):
28325 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28326 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28327 (gst_vorbisenc_metadata_set1):
28328 * gst/tags/gstid3tag.c:
28329 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28330 apply fixes from bugs #135042 (lame can't write tags) and #133817
28331 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28333 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28335 * configure.ac: Export only gst_plugin_desc from plugins.
28336 Note that this change only makes any effect with Linux using libtool
28337 1.5.2 or higher. Otherwise it is silently ignored, but it would build
28338 fine. And don't try to have several versions of libtool in different
28341 2004-02-20 Andy Wingo <wingo@pobox.com>
28343 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28344 interleave respectively.
28346 * gst/interleave/deinterleave.c: New plugin: deinterleave
28347 (replaces on oneton).
28348 * gst/interleave/interleave.c: New plugin: interleave.
28349 * gst/interleave/plugin.h: Support file.
28350 * gst/interleave/plugin.c: Support file.
28352 * configure.ac: Remove intfloat and oneton, add interleave.
28354 * ext/sndfile/gstsf.c: Handle events better.
28356 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28357 and float2int operation. int2float has scheduling problems as
28358 noted in in2float_chain.
28360 2004-02-20 Benjamin Otte <otte@gnome.org>
28362 * ext/xine/Makefile.am:
28363 * ext/xine/gstxine.h:
28365 * ext/xine/xineaudiodec.c:
28366 * ext/xine/xinecaps.c:
28367 add first version of xine plugin wrapper. Currently only wraps the
28368 QDM2 win32 DLL, and even that only in proof-of-concept quality.
28371 add xine plugin wrapper, disabled by default. Use --enable-xine to
28372 build. Note that it'll segfault on gst-register if you don't remove
28373 the goom and tvtime post plugins from xine.
28374 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28375 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28376 add extradata parsing for QDM2.
28377 change around debugging prints.
28379 2004-02-19 Benjamin Otte <otte@gnome.org>
28381 * ext/lame/gstlame.c: (gst_lame_chain):
28382 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28383 use gst_tag_list_insert when you want to insert tags
28385 2004-02-18 David Schleef <ds@schleef.org>
28387 * configure.ac: Move massink to gst-rotten
28389 * ext/mas/Makefile.am:
28390 * ext/mas/massink.c:
28391 * ext/mas/massink.h:
28393 2004-02-18 David Schleef <ds@schleef.org>
28395 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28396 typefinding, since it seems to be worse than nothing.
28397 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
28398 atom to recognize .mp4 and .m4a files as video/quicktime.
28400 2004-02-18 David Schleef <ds@schleef.org>
28402 * gst/sine/demo-dparams.c: (quit_live),
28403 (dynparm_log_value_changed), (dynparm_value_changed), (main):
28404 Use double dparams, not float.
28405 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28406 (gst_sinesrc_init): Change sync default to FALSE, since multiple
28407 sync'd elements don't really work correctly.
28408 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28409 (volume_update_volume), (volume_get_property): Change dparam
28412 2004-02-18 Julien MOUTTE <julien@moutte.net>
28414 * sys/ximage/ximagesink.c:
28415 (gst_ximagesink_xwindow_update_geometry),
28416 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28417 (gst_ximagesink_change_state), (gst_ximagesink_expose),
28418 (gst_ximagesink_init): Rework the way software video scaling works. So
28419 now we check on each chain call if the video frames are feeling the
28420 window. If not we try to renegotiate caps. On failure we memorize that
28421 and we won't try again for that PLAYING sessions.
28422 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28424 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28427 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28429 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28430 break up _link so we can give a better debug message for errors
28432 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28434 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28435 set up debug category
28437 2004-02-18 Julien MOUTTE <julien@moutte.net>
28439 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28440 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28441 the way renegotiation work. The event handling function is not taking
28442 care of external windows and renegotiate method check for pad flags
28443 NEGOTIATING. Should fix : #133209
28445 2004-02-17 Julien MOUTTE <julien@moutte.net>
28447 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28448 pad is negotiating before trying renegotiation.
28450 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
28452 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28453 pass on all possible mime types as typefind hints
28455 2004-02-17 Julien MOUTTE <julien@moutte.net>
28457 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28458 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28459 possible SHM leak if we crash. All other apps using XShm are doing
28462 2004-02-17 Julien MOUTTE <julien@moutte.net>
28464 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28465 (gst_ximagesink_expose): Renegotiate size on expose.
28466 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28469 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
28471 * testsuite/alsa/sinesrc.c:
28472 cosmetic fix to fix compile issue with gcc 2.95.4
28474 2004-02-16 Julien MOUTTE <julien@moutte.net>
28476 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28477 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28478 failed opening the audio device.
28479 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28480 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28481 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28482 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28483 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28484 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28485 (gst_ximagesink_change_state), (gst_ximagesink_chain),
28486 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28487 Removing some useless g_return_if_fail like wingo suggested.
28488 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28489 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28490 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28491 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28492 (gst_xvimagesink_update_colorbalance),
28493 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28494 (gst_xvimagesink_xcontext_clear),
28495 (gst_xvimagesink_get_fourcc_from_caps),
28496 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28497 (gst_xvimagesink_set_xwindow_id),
28498 (gst_xvimagesink_colorbalance_list_channels),
28499 (gst_xvimagesink_colorbalance_set_value),
28500 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28501 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28503 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
28505 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28506 throw error when not negotiated instead of asserting
28508 2004-02-15 Julien MOUTTE <julien@moutte.net>
28510 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28511 correct data refcounting.
28513 2004-02-15 Julien MOUTTE <julien@moutte.net>
28515 * gst/switch/gstswitch.c: (gst_switch_change_state),
28516 (gst_switch_class_init): Cleaning the sinkpads correctly on state
28517 change, mostly the EOS flag.
28519 2004-02-15 Julien MOUTTE <julien@moutte.net>
28521 * examples/gstplay/player.c: (got_eos), (main): Adding some
28522 output for debugging.
28523 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28524 timeouts if we go to any state different from PLAYING.
28525 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28526 more EOS bugs in riff lib.
28528 2004-02-14 Julien MOUTTE <julien@moutte.net>
28530 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28531 visualization until i find a way to fix switch correctly.
28532 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28534 * gst/switch/gstswitch.c: (gst_switch_release_pad),
28535 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28536 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28537 Reworked switch to get a more correct behaviour with events and refing
28538 of data stored in sinkpads.
28539 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28540 we don't pull from a pad in EOS.
28542 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28544 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28545 remove v1 tag even if we can't read it (makes sure we don't detect
28548 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28550 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28551 (gst_alsa_xrun_recovery):
28552 * ext/alsa/gstalsa.h:
28553 try xrun recovery when wait failed. Make xrun recovery function
28554 return TRUE/FALSE to indicate success. (might fix #134354)
28556 2004-02-13 David Schleef <ds@schleef.org>
28558 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28559 (dynparm_value_changed), (main): Convert from float to double.
28560 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28562 2004-02-13 David Schleef <ds@schleef.org>
28564 * gst/silence/gstsilence.c: (gst_silence_class_init),
28565 (gst_silence_set_clock), (gst_silence_get),
28566 (gst_silence_set_property), (gst_silence_get_property):
28567 * gst/silence/gstsilence.h: Add sync property.
28568 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28569 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28570 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28571 * gst/sine/gstsinesrc.h: Add sync property.
28573 2004-02-13 David Schleef <ds@schleef.org>
28575 * gst/intfloat/gstint2float.c: (conv_f32_s16),
28576 (gst_int2float_chain_gint16): Change stdint usage to glib types.
28578 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28582 * gst-libs/ext/Makefile.am:
28583 move ffmpeg plugin to gst-ffmpeg module
28585 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28587 * configure.ac: use GST_ARCH to detect architecture
28589 2004-02-12 Julien MOUTTE <julien@moutte.net>
28591 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28593 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
28595 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28596 classify LADSPA plugins based on number of src/sink pads
28597 (#133663, Stefan Kost)
28598 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28599 fix dparams registration
28600 (#133528, Stefan Kost)
28601 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28602 fix use of isprint and use g_ascii_isprint instead
28603 (#133316, Stefan Kost)
28605 2004-02-11 David Schleef <ds@schleef.org>
28607 Convert a few inner loops to use liboil. This is currently
28608 optional, and is only enabled if liboil is present (duh!).
28609 * configure.ac: Check for liboil-0.1
28610 * gst/intfloat/Makefile.am:
28611 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28612 (gst_int2float_chain_gint16):
28613 * gst/videofilter/Makefile.am:
28614 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28615 (tablelookup_u8), (gst_videobalance_planar411):
28616 * gst/videotestsrc/Makefile.am:
28617 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28618 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28619 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28620 (paint_hline_RGB565), (paint_hline_xRGB1555):
28622 2004-02-11 David Schleef <ds@schleef.org>
28624 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28625 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28626 (gst_colorspace_getcaps), (gst_colorspace_link),
28627 (gst_colorspace_base_init), (gst_colorspace_init),
28628 (gst_colorspace_chain), (gst_colorspace_change_state),
28629 (plugin_init): Merge Ronald's patch (bug #117897) and update
28630 for new caps and negotiation. Seems to work, although it
28631 shows off bugs in lcs.
28633 2004-02-11 David Schleef <ds@schleef.org>
28635 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28636 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28638 2004-02-11 David Schleef <ds@schleef.org>
28640 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28641 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28642 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28643 Add server and port properties
28645 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28650 * m4/as-liblame.m4:
28651 * m4/as-slurp-ffmpeg.m4:
28652 * m4/check-libheader.m4:
28659 * m4/gst-ivorbis.m4:
28660 * m4/gst-matroska.m4:
28662 * m4/gst-shout2.m4:
28670 fix underquotedness of macros (#133800)
28671 * m4/as-avifile.m4:
28673 removed because no longer used
28675 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28678 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28679 by autopoint (fixes #132996)
28681 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
28683 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28684 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28685 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28686 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28689 2004-02-11 David Schleef <ds@schleef.org>
28691 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28692 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28693 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28694 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28695 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28696 (gst_jpegenc_class_init), (gst_jpegenc_init),
28697 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28698 (gst_jpegenc_chain), (gst_jpegenc_set_property),
28699 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
28700 * ext/jpeg/gstjpegenc.h: Fix negotiation.
28702 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
28704 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28705 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28706 * ext/mikmod/gstmikmod.h:
28707 fix caps negotiation in mikmod
28708 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28709 output debug information
28711 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
28713 * gst-libs/gst/colorbalance/Makefile.am:
28714 * gst-libs/gst/navigation/Makefile.am:
28715 * gst-libs/gst/xoverlay/Makefile.am:
28716 remove unused GST_OPT_CFLAGS from Makefiles
28717 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28719 2004-02-07 David Schleef <ds@schleef.org>
28721 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28722 push events to pads that haven't been created (#133508)
28724 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
28726 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28727 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28728 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28729 (gst_dvdec_loop), (gst_dvdec_change_state):
28730 Second attempt at committing a working dvdec element.
28732 2004-02-06 David Schleef <ds@schleef.org>
28734 Build fixes for OS X: (see #129600)
28735 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28736 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28737 (gst_riff_read_strf_iavs):
28738 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28739 (gst_avi_demux_stream_odml):
28740 * gst/playondemand/Makefile.am:
28741 * gst/rtp/rtp-packet.c:
28743 2004-02-05 David Schleef <ds@schleef.org>
28745 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28746 last change, because it Just Doesn't Compile.
28748 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28750 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28751 skip undecodable id3v2 tag instead of keeping it
28753 2004-02-05 David Schleef <ds@schleef.org>
28755 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28756 Unref leaked buffer. (Noticed by Ronald)
28758 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
28760 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28761 Sync requires with other checks. >= vs =.
28763 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
28765 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28766 (gst_dvdec_video_link), (gst_dvdec_loop):
28767 * ext/dv/gstdvdec.h:
28768 rework the caps negotiation so that dvdec works again instead
28769 of just segfaulting.
28771 === release 0.7.4 ===
28773 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
28775 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28776 * configure.ac: changed for release
28778 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
28780 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28781 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28782 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28783 * pkgconfig/gstreamer-play-uninstalled.pc.in:
28784 reworked patch by David Lehn to fix libdir and includedir for
28785 uninstalled libraries
28786 removed play and gconf from gstreamer-libs since they have their
28787 own pkgconfig files
28789 2004-02-04 David Schleef <ds@schleef.org>
28791 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28794 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28796 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28797 use correct GST_TAG_ENCODER tag
28799 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28801 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28802 be sure to stop the clock when going to paused
28803 * sys/oss/gstosssink.c: (gst_osssink_change_state):
28804 reset number of transmitted when going to ready.
28807 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
28809 reviewed by Benjamin Otte
28811 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28812 extract track count (fixes #133410)
28814 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28816 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28817 that should be !=, not == (fixes #132519)
28819 2004-02-04 David Schleef <ds@schleef.org>
28821 Make sure set_explicit_caps() is called before adding pad.
28822 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28823 * gst/id3/gstid3types.c: (gst_id3types_loop):
28824 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28825 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28827 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28830 bump nano to 2, first prerelease
28831 put back AM_PROG_LIBTOOL
28833 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28835 * testsuite/alsa/Makefile.am:
28836 these are user test apps, not automatic testsuite tests
28838 2004-02-04 David Schleef <ds@schleef.org>
28840 Convert GST_DEBUG_CAPS() to GST_DEBUG():
28841 * gst/mpeg1videoparse/gstmp1videoparse.c:
28842 (mp1videoparse_parse_seq):
28843 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28844 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28845 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28846 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28847 (gst_xvideosink_getcaps):
28848 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28849 * testsuite/gst-lint: more tests
28851 2004-02-04 David Schleef <ds@schleef.org>
28853 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28854 with the code that they would expand to.
28855 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28856 (gst_flacdec_get_src_query_types),
28857 (gst_flacdec_get_src_event_masks):
28858 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28859 (gst_gnomevfssrc_get_query_types),
28860 (gst_gnomevfssrc_get_event_mask):
28862 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28864 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28865 (gst_sinesrc_dispose):
28866 fix memleak by properly disposing sinesrc
28868 2004-02-04 Julien MOUTTE <julien@moutte.net>
28870 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28871 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28872 an overlay to redraw the image because it has been exposed.
28873 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28874 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28875 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28876 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28878 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28879 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28880 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28881 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28884 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28886 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28887 more memleak fixage
28889 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28891 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28892 * gst/typefind/gsttypefindfunctions.c:
28893 fix memleaks shown by gst-typefind
28895 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28897 * common/glib-gen.mak:
28898 add hack rule to touch .Plo files
28899 * gst-libs/gst/colorbalance/Makefile.am:
28900 * gst-libs/gst/mixer/Makefile.am:
28901 * gst-libs/gst/play/Makefile.am:
28902 * gst-libs/gst/tuner/Makefile.am:
28903 remove glib_root variable
28905 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28907 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28908 set explicit caps before adding the element, so the autopluggers can
28910 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28911 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28912 (mpeg_video_type_find), (mpeg_video_stream_type_find),
28914 fix memleaks in typefind functions. gst_type_find_suggest takes a const
28917 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28919 * gst-libs/gst/colorbalance/Makefile.am:
28920 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28921 * gst-libs/gst/colorbalance/colorbalance.c:
28922 * gst-libs/gst/colorbalance/colorbalance.h:
28923 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28924 * gst-libs/gst/mixer/Makefile.am:
28925 * gst-libs/gst/mixer/mixer-marshal.list:
28926 * gst-libs/gst/mixer/mixer.c:
28927 * gst-libs/gst/mixer/mixer.h:
28928 * gst-libs/gst/mixer/mixermarshal.list:
28929 * gst-libs/gst/play/Makefile.am:
28930 * gst-libs/gst/play/play.h:
28931 * gst-libs/gst/tuner/Makefile.am:
28932 * gst-libs/gst/tuner/tuner-marshal.list:
28933 * gst-libs/gst/tuner/tuner.c:
28934 * gst-libs/gst/tuner/tuner.h:
28935 * gst-libs/gst/tuner/tunermarshal.list:
28936 use new glib-gen.mak snippet to clean up Makefile.am
28937 fix various bugs in Makefile.am's
28939 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28941 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28942 handle chain parsing correctly in the multichain case
28943 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28944 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28945 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28946 (theora_dec_chain):
28947 handle events and queries correctly
28949 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28952 Ignore generated file _stdint.h.
28954 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28956 * gst-libs/gst/colorbalance/Makefile.am:
28957 * gst-libs/gst/colorbalance/colorbalance.h:
28958 * gst-libs/gst/mixer/Makefile.am:
28959 * gst-libs/gst/mixer/mixer.h:
28960 * gst-libs/gst/play/Makefile.am:
28961 * gst-libs/gst/play/play.h:
28962 * gst-libs/gst/tuner/Makefile.am:
28963 * gst-libs/gst/tuner/tuner.h:
28964 Generate enum type code with glib-mkenums.
28965 * gst-libs/gst/colorbalance/.cvsignore:
28966 * gst-libs/gst/mixer/.cvsignore:
28967 * gst-libs/gst/play/.cvsignore:
28968 * gst-libs/gst/tuner/.cvsignore:
28969 Ignore generated files.
28971 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28973 * gst-libs/gst/audio/.cvsignore:
28974 Ignore generated file.
28975 * gst-libs/gst/audio/Makefile.am:
28976 Do not install example filter.
28978 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28980 * examples/switch/.cvsignore:
28981 Ignore generated file.
28983 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28985 * common/m4/ax_create_stdint_h.m4:
28987 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28990 remove generated _stdint.h in DISTCLEANFILES
28991 * ext/a52dec/gsta52dec.c:
28992 include _stdint.h for a52dec. (should fix #133064)
28994 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
28996 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28997 (gst_tag_to_vorbis_comments):
28998 Add replaygain support to vorbistag
29000 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
29001 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29002 (gst_ffmpeg_caps_to_extradata):
29003 Fix SVQ3 caps flag properties
29004 Use glib macro for bytes swap
29006 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29008 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29009 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29010 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29011 * ext/sndfile/gstsf.c: (plugin_init):
29012 * gst/avi/gstavi.c: (plugin_init):
29013 * sys/dxr3/dxr3init.c: (plugin_init):
29014 * sys/oss/gstossaudio.c: (plugin_init):
29015 * sys/v4l/gstv4l.c: (plugin_init):
29016 * sys/v4l2/gstv4l2.c: (plugin_init):
29017 remove textdomain calls
29019 update Dutch translation
29021 2004-02-02 Julien MOUTTE <julien@moutte.net>
29023 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29024 (gst_play_set_audio_sink): Moving volume in the audio thread for
29025 instantaneous volume change. Maybe i will add another volume in front
29026 of visualization later, not sure yet though.
29028 2004-02-02 Julien MOUTTE <julien@moutte.net>
29030 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
29031 (gst_ximagesink_handle_xevents): Better X events handling, only take
29032 the latest events for configure and motion.
29033 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
29035 2004-02-02 Jon Trowbridge <trow@gnu.org>
29037 reviewed by: David Schleef <ds@schleef.org>
29040 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29041 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29043 2004-02-02 David Schleef <ds@schleef.org>
29045 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
29047 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29048 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29049 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29050 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29051 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29052 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29053 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29054 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29055 (gst_float2_2_int_link):
29056 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29057 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29058 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29059 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29060 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29061 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29062 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29063 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29064 * testsuite/gst-lint: Add tests for bzero and ;;
29066 2004-02-02 David Schleef <ds@schleef.org>
29068 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29070 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29072 * ext/aalib/gstaasink.c: (gst_aasink_open):
29073 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29074 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29075 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29076 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29077 (gst_afsink_close_file):
29078 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29079 (gst_afsrc_close_file):
29080 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29081 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29082 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29083 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29084 * ext/esd/esdmon.c: (gst_esdmon_get):
29085 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29086 * ext/faac/gstfaac.c: (gst_faac_chain):
29087 * ext/faad/gstfaad.c: (gst_faad_chain):
29088 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29089 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29090 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29091 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29092 (gst_flacdec_loop):
29093 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29094 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29095 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29096 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29097 (gst_gnomevfssink_close_file):
29098 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29099 (gst_gnomevfssrc_open_file):
29100 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29101 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29102 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29103 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29104 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29105 * ext/mad/gstmad.c: (gst_mad_chain):
29106 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29107 * ext/mpeg2dec/gstmpeg2dec.c:
29108 * ext/mpeg2enc/gstmpeg2enc.cc:
29109 * ext/mplex/gstmplex.cc:
29110 * ext/mplex/gstmplexibitstream.cc:
29111 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29112 (gst_ogg_demux_push):
29113 * ext/raw1394/gstdv1394src.c:
29114 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29115 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29116 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29118 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29119 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29120 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29121 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29122 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29123 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29124 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29125 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29126 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29127 (gst_riff_read_element_data), (gst_riff_read_seek),
29128 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29129 * gst/adder/gstadder.c: (gst_adder_loop):
29130 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29131 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29132 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29133 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29134 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29135 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29136 * gst/goom/gstgoom.c: (gst_goom_chain):
29137 * gst/id3/gstid3types.c: (gst_id3types_loop):
29138 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29139 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29140 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29141 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29142 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29143 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29144 (gst_ebml_read_float), (gst_ebml_read_header):
29145 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29146 (gst_matroska_demux_parse_blockgroup):
29147 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29148 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29149 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29150 * gst/silence/gstsilence.c: (gst_silence_get):
29151 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29152 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29153 * gst/speed/gstspeed.c: (speed_loop):
29154 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29155 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29156 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29157 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29158 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29159 (gst_wavparse_loop):
29160 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29161 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29162 (dxr3audiosink_close):
29163 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29164 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29165 (dxr3videosink_close), (dxr3videosink_write_data):
29166 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29167 * sys/oss/gstosssink.c: (gst_osssink_chain):
29168 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29169 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29170 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29171 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29172 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29173 (gst_v4l_set_window), (gst_v4l_enable_overlay):
29174 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29175 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29176 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29177 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29178 (gst_v4l_set_audio):
29179 * sys/v4l/v4l_calls.h:
29180 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29181 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29182 (gst_v4lmjpegsink_playback_init),
29183 (gst_v4lmjpegsink_playback_start):
29184 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29185 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29186 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29187 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29188 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29189 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29190 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29191 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29192 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29193 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29194 (gst_v4l2_get_output), (gst_v4l2_set_output),
29195 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29196 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29197 (gst_v4l2_set_attribute):
29198 * sys/v4l2/v4l2_calls.h:
29199 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29200 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29201 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29202 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29203 (gst_v4l2src_capture_stop):
29204 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29205 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29206 (gst_ximagesink_chain):
29207 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29208 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29209 (gst_xvideosink_xwindow_new):
29210 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29211 (gst_xvimagesink_chain):
29213 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29215 * gst/volume/gstvolume.c: (gst_volume_set_volume),
29216 (gst_volume_get_volume), (volume_class_init), (volume_init),
29217 (volume_chain_int16), (volume_update_volume):
29218 * gst/volume/gstvolume.h:
29219 make code more readable by removing magic numbers
29220 make mixer interface export 0-100 range
29221 make it internally map to 0.0-1.0 range so users don't distort
29222 output by putting the sliders at full volume
29224 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29226 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29227 (gst_play_state_change), (gst_play_seek_to_time):
29228 block the tick callback for 0.5 secs after doing a seek
29230 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29232 * gst-libs/gst/play/play.c: (gst_play_new):
29235 2004-02-01 Julien MOUTTE <julien@moutte.net>
29237 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29238 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29239 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29240 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29241 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29242 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29244 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
29247 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29248 check for a function added in vorbis 1.1
29250 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29252 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29253 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29254 really start/stop clock only on PLAYING <=> PAUSED
29255 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29256 remove \n from debugging lines
29257 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29258 make it work when seeking does not
29259 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29262 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29264 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29265 start clock on PAUSED=>PLAYING, not later
29266 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29267 extract correct time for different discont formats
29268 (gst_alsa_sink_get_time):
29269 don't segfault when no format is negotiated yet, just return 0
29270 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29271 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29272 (gst_ogg_pad_push):
29273 handle flush and discont events correctly
29274 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29275 handle discont events correctly
29277 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
29279 * gst-libs/gst/play/play.c: (gst_play_error_quark),
29280 (gst_play_error_create), (gst_play_error_plugin),
29281 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29282 * gst-libs/gst/play/play.h:
29283 add error handling during creation
29284 * examples/gstplay/player.c: (main):
29285 use new gst_play_new
29288 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29290 * ext/theora/theoradec.c: (theora_dec_chain):
29292 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29293 (vorbis_dec_src_event), (vorbis_dec_chain):
29294 add encoder tag, fix tag reading to be more error tolerant, change
29295 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29296 gst_pad_event_default.
29297 * gst/tags/gstvorbistag.c:
29298 (gst_tag_list_from_vorbiscomment_buffer):
29299 undefine function specific define at end of function
29301 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
29303 * ext/flac/gstflac.c: (plugin_init):
29304 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29305 * ext/flac/gstflacdec.h:
29306 * ext/flac/gstflacenc.h:
29309 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
29311 * examples/gstplay/player.c: s/gstplay.h/play.h/
29313 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29315 * gst-libs/gst/play/Makefile.am:
29316 * gst-libs/gst/play/gstplay.c:
29317 * gst-libs/gst/play/gstplay.h:
29318 * gst-libs/gst/play/play.c:
29319 more surgery, operation complete
29321 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29323 * gst-libs/gst/play/play.old.c:
29324 * gst-libs/gst/play/play.old.h:
29325 after CVS surgery by moving, remove
29326 * gst-libs/gst/play/playpipelines.c:
29329 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29330 add negotiation error
29332 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29334 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29335 (gst_ogg_demux_push):
29336 add some seeking debug info
29337 send a flush when seeking
29339 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29345 * ext/theora/Makefile.am:
29346 * ext/theora/theoradec.c:
29347 add theora video decoder. Does just do simple decoding for now and
29348 has been tested against Theora cvs only. It only works when theora
29349 is compiled with --enable-static.
29350 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29351 always reset packetno on DISCONT
29353 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29355 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29358 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29360 * gst/mpegaudioparse/gstmpegaudioparse.c:
29361 (mp3_type_frame_length_from_header):
29362 Fix header parsing - stolen from ffmpeg (thank you! :) ).
29364 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29366 * ext/esd/esdsink.c: (gst_esdsink_init):
29367 Since we have static pad template caps, we don't need to negotiate;
29368 either the core errors out or we know the format.
29370 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29372 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29373 (gst_riff_read_seek):
29374 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29375 (gst_ebml_read_seek):
29376 Fix event handling.
29378 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29380 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29381 removee video/x-theora from vp3 decoder, it doesn't handle raw
29383 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29384 fix bug with finalizing element that never went to PAUSED
29385 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29386 length and position queries were swapped
29387 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29388 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29389 (vorbis_dec_src_event):
29390 implement querying time and bytes
29392 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29394 * just about every source file:
29395 gst_element_error -> GST_ELEMENT_ERROR
29397 2004-01-29 Julien MOUTTE <julien@moutte.net>
29399 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29400 emiting FLUSH and even before DISCONT.
29401 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29402 get the best instant seeking as possible yay!
29404 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
29406 * gst/mpeg1videoparse/gstmp1videoparse.c:
29407 (gst_mp1videoparse_real_chain):
29408 Committed wrong version last week... Grr... Didn't notice until now.
29410 2004-01-29 Julien MOUTTE <julien@moutte.net>
29412 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29413 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29414 have_xwindow_id signal in xwindow_create.
29416 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
29418 * ext/ogg/gstoggdemux.c:
29419 lots of changes - mainly support for chained bitstreams, seeking,
29420 querying and bugfixes of course
29421 * ext/vorbis/Makefile.am:
29422 * ext/vorbis/vorbisdec.c:
29423 * ext/vorbis/vorbisdec.h:
29424 add vorbisdec raw vorbis decoder
29425 * ext/vorbis/vorbis.c: (plugin_init):
29426 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29427 * gst/intfloat/Makefile.am:
29428 * gst/intfloat/float22int.c:
29429 * gst/intfloat/float22int.h:
29430 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29431 add float2intnew plugin. It converts multichannel interleaved float to
29432 multichannel interleaved int. The name should probably be changed.
29433 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29435 add typefinding for raw theora video so oggdemux can detect it.
29437 2004-01-28 Julien MOUTTE <julien@moutte.net>
29439 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29440 sink element first.
29441 * gst/videoscale/gstvideoscale.c:
29442 (gst_videoscale_handle_src_event): Fixing src event handler.
29444 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
29446 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29447 (gst_v4lsrc_open), (gst_v4lsrc_close),
29448 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29449 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29450 * sys/v4l/gstv4lsrc.h:
29451 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29452 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29453 Implement resizing... Hack. But that's why v4l is b0rked...
29455 2004-01-28 Julien MOUTTE <julien@moutte.net>
29457 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29458 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29459 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29460 (gst_ximagesink_xwindow_destroy):
29461 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29462 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29463 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29464 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29465 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29466 correctly cleaning the image created to check xshm calls on succes,
29467 added a lot of XSync calls in X11 functions, and fixed a segfault when
29468 no image format was defined before negotiation happened.
29470 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
29472 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29473 use gst_element_get_time to get correct time
29475 2004-01-28 Julien MOUTTE <julien@moutte.net>
29477 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29478 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29479 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29480 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29481 (gst_xvimagesink_check_xshm_calls),
29482 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29483 X plugins are now able to detect that XShm calls will fail even if the
29484 server claims that it has XShm support (remote displays most of the
29485 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29486 so that we use non XShm functions. This feature is almost useless for
29487 xvimagesink as Xv is not supported on remote displays anyway, but
29488 it might happen than even on the local display XShm calls fail.
29490 2004-01-27 David Schleef <ds@schleef.org>
29492 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29493 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29494 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
29495 changed esdsink to only use 44100,16,2, since esd sucks at rate
29496 conversion and esdsink has had difficulty negotiating.
29498 2004-01-27 Julien MOUTTE <julien@moutte.net>
29500 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29501 (gst_play_seek_to_time): Fixing the way to get current position.
29503 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29505 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29506 use gst_element_get_time to get correct time
29508 2004-01-27 Julien MOUTTE <julien@moutte.net>
29510 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29511 fix ever... Inverting 2 lines of code make spider autoplug correctly
29514 2004-01-27 David Schleef <ds@schleef.org>
29516 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29517 Use gst_pad_try_set_caps_nonfixed().
29519 2004-01-27 David Schleef <ds@schleef.org>
29521 * gst/ac3parse/gstac3parse.c: update to checklist 5
29522 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
29523 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29524 * gst/audioscale/gstaudioscale.c: same
29525 * gst/auparse/gstauparse.c: same
29526 * gst/avi/gstavidemux.c: same
29528 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29530 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29531 stop processing after EOS
29533 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29535 * gst/asfdemux/asfheaders.h:
29536 * gst/asfdemux/gstasfdemux.c:
29537 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29538 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29539 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29540 lot's of fixes to make data extraction simpler and get the code
29541 architecture and compiler independant. Add debugging category
29542 * gst/goom/gstgoom.c: (gst_goom_change_state):
29543 reset channel count on PAUSED=>READY, not READY=>PAUSED
29545 2004-01-26 Colin Walters <walters@verbum.org>
29547 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29548 code to pull a bigger buffer in iradio mode. This as a side effect
29549 makes typefinding work.
29551 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29553 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29554 Fix SVQ3 decoding on PPC
29556 2004-01-26 Julien MOUTTE <julien@moutte.net>
29558 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29559 that one managed to stay there... Fixed.
29561 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29563 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29564 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29565 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29566 (qtdemux_video_caps):
29567 * gst/qtdemux/qtdemux.h:
29568 Add SVQ3 specific flags to qtdemux and ffmpeg
29570 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
29572 * gst-libs/gst/audio/audio.h:
29573 remove buffer-frames from audio caps
29574 * gst/audioconvert/gstaudioconvert.c:
29575 fix plugin to really work.
29577 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29579 * gst-libs/gst/mixer/mixer.c:
29580 * gst-libs/gst/propertyprobe/propertyprobe.c:
29581 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29582 (gst_tuner_find_channel_by_name):
29583 * gst-libs/gst/tuner/tuner.h:
29584 Add gtk-doc style comments. Also fix a function name.
29586 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29588 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29589 (gst_divxdec_negotiate):
29590 Fix for new capsnego - also fixes gst-player with divxdec.
29592 2004-01-25 Julien MOUTTE <julien@moutte.net>
29594 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29595 (gst_play_identity_handoff), (gst_play_set_location),
29596 (gst_play_set_visualization), (gst_play_connect_visualization): Another
29597 try in visualization implementation. Still have an issue with switch
29598 blocking when pulling from video_queue and only audio comes out of
29600 * gst/switch/gstswitch.c: (gst_switch_release_pad),
29601 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29602 release method. And check if the pad is usable before pulling.
29604 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29606 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29607 (gst_videobalance_init),
29608 (gst_videobalance_colorbalance_list_channels),
29609 (gst_videobalance_colorbalance_set_value),
29610 (gst_videobalance_colorbalance_get_value),
29611 (gst_videobalance_update_properties),
29612 (gst_videobalance_update_tables_planar411),
29613 (gst_videobalance_planar411):
29614 * gst/videofilter/gstvideobalance.h:
29615 Implement lookup-tables. +/- 10x faster.
29617 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29619 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29620 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29621 The index reading was broken. The rest worked fine, but the whole
29622 goal of my rewrite was to make avidemux readable, and this was
29623 not at all readable. Please use typed variables.
29625 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29627 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29628 Additional pad usability check.
29629 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29630 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29631 (gst_mp1videoparse_real_chain):
29632 Fix MPEG video stream parsing. The original plugin had several
29633 issues, including not timestamping streams where the source was
29634 not timestamped (this happens with PTS values in mpeg system
29635 streams, but MPEG video is also a valid stream on its own so
29636 that needs timestamps too). We use the display time code for that
29637 for now. Also, if one incoming buffer contains multiple valid
29638 frames, we push them all on correctly now, including proper EOS
29639 handling. Lastly, several potential segfaults were fixed, and we
29640 properly sync on new sequence/gop headers to include them in next,
29641 not previous frames (since they're header for the next frame, not
29642 the previous). Also see #119206.
29643 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29645 Move caps setting so we only do it after finding several valid
29646 MPEG-1 fraes sequentially, not right after the first one (which
29647 might be coincidental).
29648 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29649 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29651 Add unsynced MPEG video stream typefinding, and change some
29652 probability values so we detect streams rightly. The idea is as
29653 follows: I can have an unsynced system stream which contains
29654 video. In the current code, I would randomly get a type for either
29655 system or video stream type found, because the probabilities are
29656 being calculated rather randomly. I now use fixed values, so we
29657 always prefer system stream if that was found (and that is how it
29658 should be). If no system stream was found, we can still identity the stream as video-only.
29660 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29662 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29663 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29664 don't write to buffer. Extract data without the need of
29665 __attribute__ ((packed))
29667 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29669 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29670 (mpeg1_sys_type_find):
29671 Fix MPEG-1 stream typefinding.
29673 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29675 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29676 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29678 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29680 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29681 * ext/esd/gstesd.c: (plugin_init):
29682 private debugging, better error reporting
29684 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29686 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29687 (gst_riff_read_init), (gst_riff_read_change_state):
29688 * gst-libs/gst/riff/riff-read.h:
29689 Remove stuff fromold metadata system.
29691 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29693 * ext/ogg/gstoggdemux.c:
29694 Fix wrong file comment.
29695 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29696 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29697 Add metadata reading properly.
29699 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29702 Fix nas DIST_SUBDIRS
29704 Fix bug where make distcheck doesn't get run on adding stuff to
29707 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29709 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29710 * ext/divx/gstdivxdec.h:
29711 Fix divx3 ("msmpeg4") playback using divxdec.
29713 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29715 * gst/typefind/gsttypefindfunctions.c:
29716 (mp3_type_frame_length_from_header): fix bug in length computation
29717 (mp3_type_find): improve debugging output
29719 2004-01-23 Julien MOUTTE <julien@moutte.net>
29721 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29722 (gst_play_set_location), (gst_play_seek_to_time),
29723 (gst_play_set_audio_sink), (gst_play_set_visualization),
29724 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29725 the pipeline from scratch. Visualization is back and switch went out as
29726 i realized it was not possible to use the way i wanted.
29727 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29728 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29729 clearing in state change from READY to NULL. So that one can clean the
29730 X ressources keeping the element.
29731 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29732 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29733 (gst_xvimagesink_colorbalance_set_value),
29734 (gst_xvimagesink_colorbalance_get_value),
29735 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29736 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29737 change from READY to NULL and fixed some stupid bugs in colorbalance
29738 get/set values. Also added the following feature : when nobody tries to
29739 set some values to the colorbalance levels before the xcontext is
29740 grabbed, then when creating channels list from Xv attributes we set the
29741 internal values to the Xv defaults. This way we handle buggy Xv drivers
29742 that set default hue values far from the middle of the range (Thanks
29743 to Jon Trowbridge for pointing that issue).
29744 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29745 colorbalance levels have been set before xcontext is grabbed.
29747 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
29749 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29750 Fix the ossmixer case where we shouldn't open /dev/dsp* because
29751 it might block operations (which is bad for a mixer).
29753 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29755 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29756 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29757 (gmip_find_type_pre):
29758 * gst-libs/gst/media-info/media-info-priv.h:
29759 * gst-libs/gst/media-info/media-info.c:
29760 (gst_media_info_instance_init), (gst_media_info_read_idler):
29761 add fakesink to get caps on decoder src pad again
29762 fix callback prototype to match new have_type signal signature
29764 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29766 * gst/adder/gstadder.c: (gst_adder_link):
29767 fix non-compile and cut-n-paste code
29769 2004-01-21 David Schleef <ds@schleef.org>
29771 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29772 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29773 (gst_swfdec_init), (gst_swfdec_change_state):
29774 * ext/swfdec/gstswfdec.h:
29776 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29777 (gst_adder_request_new_pad): Fix negotiation.
29778 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29779 Add a fixate function.
29780 * gst/intfloat/gstfloat2int.c:
29781 * gst/intfloat/gstfloat2int.h:
29782 * gst/intfloat/gstint2float.c:
29783 * gst/intfloat/gstint2float.h:
29784 Completely rewrite the negotiation. Doesn't quite work yet,
29785 due to some buffer-frames problem.
29787 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
29789 * ext/gnomevfs/gstgnomevfssrc.c:
29790 * sys/v4l2/v4l2_calls.h:
29791 fix includes for distcheck
29793 2004-01-21 Christian Schaller <uraeus@gnome.org>
29796 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29797 based on earlier patch from Laurent Vivier
29799 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
29801 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29802 Fix wma caps property
29803 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29804 Fix typo (flags1 and flags2)
29806 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29808 * gst-libs/gst/media-info/media-info-priv.c:
29809 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29810 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29811 (gmip_find_stream), (gmip_find_track_metadata),
29812 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29813 (gmip_find_track_format):
29814 * gst-libs/gst/media-info/media-info-priv.h:
29815 * gst-libs/gst/media-info/media-info-test.c: (main):
29816 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29817 (gst_media_info_read_idler), (gst_media_info_read):
29818 * gst-libs/gst/media-info/media-info.h:
29819 register debugging category and use it for debugging
29821 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29823 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29824 (gst_vorbisfile_new_link):
29825 signal streaminfo through tags
29827 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29829 * ext/mplex/gstmplex.cc:
29830 * ext/mplex/gstmplexibitstream.cc:
29831 g++ doesn't like NULL in our i18n/error macros, should be
29832 either (NULL) or ("").
29834 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29836 * sys/dxr3/dxr3audiosink.c:
29837 * sys/dxr3/dxr3init.c:
29838 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29839 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29840 Fix more error error error errors (missing includes here).
29842 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29844 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29845 fix thomas' error errors.
29847 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29849 * ext/mpeg2enc/gstmpeg2enc.cc:
29852 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29854 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29855 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29856 Fix for new error system.
29858 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29860 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29861 fix for new error reporting
29863 2004-01-20 David Schleef <ds@schleef.org>
29865 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29866 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29867 (gst_ximagesink_set_xwindow_id): Change to using a framerate
29868 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29869 and neither is 100+, most likely.
29870 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29871 (gst_xvimagesink_getcaps): same
29873 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
29876 Up version requirement to 2.0.3 (not yet released) to avoid symbol
29877 clashes with ffmpeg.
29879 2004-01-20 Julien MOUTTE <julien@moutte.net>
29881 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29882 (gst_switch_init): Fixed switch element : proxying link and setting
29883 caps from src to sink on request.
29885 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29887 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29888 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29889 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29892 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29894 * sys/v4l/v4l_calls.h:
29895 * sys/v4l2/v4l2_calls.h:
29896 element_error fixes
29898 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29900 * gst-libs/gst/gst-i18n-plugin.h:
29902 remove config.h inclusion
29904 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29907 adding autopoint invocation
29910 * gst-libs/gst/gettext.h:
29911 adding gettext bits
29912 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29913 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29914 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29915 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29916 (gst_gnomevfssink_close_file):
29917 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29918 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29919 * gst-libs/gst/gst-i18n-plugin.h:
29920 * gst/avi/gstavi.c: (plugin_init):
29921 * sys/dxr3/dxr3init.c: (plugin_init):
29922 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29923 * sys/oss/gstossaudio.c: (plugin_init):
29924 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29925 * sys/v4l/gstv4l.c: (plugin_init):
29926 * sys/v4l/v4l_calls.c: (gst_v4l_open):
29927 * sys/v4l2/gstv4l2.c: (plugin_init):
29928 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29929 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29930 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29931 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29932 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29933 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29934 make sure locale and translation domain are set
29935 fix translated strings
29941 put translation files into place
29942 * sys/xvideo/imagetest.c: (main):
29943 * ext/dv/demo-play.c: (main):
29944 fix unnecessary translations
29946 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
29948 * ext/sndfile/gstsf.c:
29949 * gst/avi/gstavimux.c:
29950 * ext/audiofile/gstafsink.c:
29951 * ext/audiofile/gstafsrc.c:
29952 * ext/gnomevfs/gstgnomevfssink.c:
29953 * ext/gnomevfs/gstgnomevfssrc.c:
29954 * sys/oss/gstosselement.c:
29955 * sys/v4l/v4l_calls.h:
29958 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29960 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29961 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29962 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29963 (gst_v4l2_get_output), (gst_v4l2_set_output),
29964 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29965 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29966 (gst_v4l2_set_attribute):
29967 update to new error handling
29969 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29971 * ext/sidplay/gstsiddec.cc:
29972 * gst/modplug/gstmodplug.cc:
29973 parenthese NULL because C++ seems angry about it
29975 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29977 * gst-libs/gst/gst-i18n-plugin.h:
29978 add skeleton i18n stuff, but needs to be further implemented
29980 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
29982 * examples/gstplay/player.c: (main):
29983 * ext/aalib/gstaasink.c: (gst_aasink_open):
29984 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29985 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29986 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29987 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29988 (gst_afsink_close_file):
29989 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29990 (gst_afsrc_close_file):
29991 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29992 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29993 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29994 * ext/esd/esdmon.c: (gst_esdmon_get):
29995 * ext/esd/esdsink.c: (gst_esdsink_chain):
29996 * ext/faac/gstfaac.c: (gst_faac_chain):
29997 * ext/faad/gstfaad.c: (gst_faad_chain):
29998 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29999 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30000 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
30001 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
30002 (gst_flacdec_loop):
30003 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30004 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30005 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
30006 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30007 (gst_gnomevfssink_close_file):
30008 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
30009 (gst_gnomevfssrc_open_file):
30010 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
30011 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
30012 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
30013 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30014 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
30015 * ext/mad/gstmad.c: (gst_mad_chain):
30016 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30017 * ext/mpeg2dec/gstmpeg2dec.c:
30018 * ext/mpeg2enc/gstmpeg2enc.cc:
30019 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30020 * ext/mplex/gstmplex.cc:
30021 * ext/mplex/gstmplexibitstream.cc:
30022 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
30023 (gst_ogg_demux_push), (gst_ogg_pad_push):
30024 * ext/raw1394/gstdv1394src.c:
30025 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
30026 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
30027 * ext/sidplay/gstsiddec.cc:
30028 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
30030 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
30031 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
30032 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
30033 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30034 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
30035 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
30036 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
30037 * gst-libs/gst/Makefile.am:
30038 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30039 (gst_riff_read_element_data), (gst_riff_read_seek),
30040 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30041 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30042 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30043 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30044 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30045 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30046 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30047 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30048 * gst/goom/gstgoom.c: (gst_goom_chain):
30049 * gst/id3/gstid3types.c: (gst_id3types_loop):
30050 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30051 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30052 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30053 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30054 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30055 (gst_ebml_read_float), (gst_ebml_read_header):
30056 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30057 (gst_matroska_demux_parse_blockgroup):
30058 * gst/modplug/gstmodplug.cc:
30059 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30060 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30061 * gst/oneton/gstoneton.c: (gst_oneton_chain):
30062 * gst/silence/gstsilence.c: (gst_silence_get):
30063 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30064 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30065 * gst/speed/gstspeed.c: (speed_loop):
30066 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30067 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30068 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30069 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30070 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30071 (gst_wavparse_loop):
30072 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30073 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30074 (dxr3audiosink_close):
30075 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30076 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30077 (dxr3videosink_close), (dxr3videosink_write_data):
30078 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30079 * sys/oss/gstosselement.h:
30080 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30081 (gst_osssink_chain):
30082 * sys/oss/gstosssrc.c: (gst_osssrc_get):
30083 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30084 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30085 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30086 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30087 (gst_v4l_enable_overlay):
30088 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30089 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30090 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30091 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30092 (gst_v4l_set_audio):
30093 * sys/v4l/v4l_calls.h:
30094 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30095 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30096 (gst_v4lmjpegsink_playback_init),
30097 (gst_v4lmjpegsink_playback_start):
30098 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30099 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30100 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30101 (gst_v4lmjpegsrc_requeue_frame):
30102 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30103 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30104 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30105 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30106 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30107 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30108 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30109 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30110 (gst_v4l2src_capture_stop):
30111 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30112 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30113 (gst_ximagesink_chain):
30114 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30115 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30116 (gst_xvideosink_xwindow_new):
30117 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30118 (gst_xvimagesink_chain):
30119 use new error signal, function and categories
30121 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
30125 * ext/musicbrainz/gsttrm.c:
30126 * ext/musicbrainz/gsttrm.h:
30127 * ext/musicbrainz/Makefile.am:
30130 2004-01-18 Julien MOUTTE <julien@moutte.net>
30132 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30133 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30134 synchronous property for debugging.
30135 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30136 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30137 (gst_xvimagesink_set_property): Moving a pointer declaration to a
30138 smaller block, fixing indent.
30140 2004-01-16 David Schleef <ds@schleef.org>
30142 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30143 property affects the video stream.
30144 * sys/xvimage/xvimagesink.c:
30145 * sys/xvimage/xvimagesink.h:
30146 Add synchronous property for debugging. Should probably be
30147 disabled in non-CVS builds. Make sure that the Xv attribute
30148 exists before we set it (crash!). Fix a silly float bug that
30149 caused colorbalance to just not work.
30151 2004-01-17 Christian Schaller <Uraeus@gnome.org>
30153 * tools/gst-launch-ext.in - update for new plugins
30155 2004-01-16 David Schleef <ds@schleef.org>
30157 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30158 already-freed caps.
30160 2994-01-16 Christian Schaller <Uraeus@gnome.org>
30162 * Update spec for new colorspace plugin and libcaca plugin
30163 * Fix compilation of libcaca plugin (clock -> id)
30165 2004-01-16 Julien MOUTTE <julien@moutte.net>
30167 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30168 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30169 (gst_xvimagesink_set_xwindow_id),
30170 (gst_xvimagesink_colorbalance_set_value),
30171 (gst_xvimagesink_colorbalance_get_value),
30172 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30173 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30174 correct colorbalance properties. They can now be set when the element
30175 is still in NULL state. The values will be committed to the Xv Port
30176 when xcontext is initialized.
30177 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30178 brightness int values in the GstXvImagesink structure.
30180 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30182 * gst-libs/gst/Makefile.am:
30183 restructure so having local patches works easier.
30185 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30187 * ext/mpeg2enc/Makefile.am:
30188 * ext/mpeg2enc/gstmpeg2enc.cc:
30189 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30190 Bugfix with respect to EOS handling.
30192 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30194 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30195 Link with right caps (else, it segfaults).
30196 * ext/mplex/gstmplexjob.cc:
30197 Fix for slight API change in 1.6.1.93 release of mjpegtools.
30199 2004-01-15 David Schleef <ds@schleef.org>
30201 * gst-libs/gst/audio/Makefile.am:
30202 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30204 * gst-libs/gst/audio/gstaudiofilter.c:
30205 * gst-libs/gst/audio/gstaudiofilter.h:
30206 Add bytes_per_sample and size and n_samples calculation.
30207 * gst-libs/gst/audio/gstaudiofilterexample.c:
30208 Remove, now autogenerated.
30209 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30210 Moved from gstaudiofilterexample, object name changed, code added
30211 so that it actually works.
30212 * gst-libs/gst/audio/make_filter:
30213 Script to build an audiofilter subclass from the template.
30214 * gst/colorspace/Makefile.am:
30215 * gst/colorspace/yuv2yuv.c:
30216 Remove file, since it's GPL, and we don't use it.
30218 2004-01-15 Julien MOUTTE <julien@moutte.net>
30220 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30221 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30222 them use the buffer free function to test how the buffer was allocated.
30224 2004-01-15 David Schleef <ds@schleef.org>
30226 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30227 that handles osssink fallback.
30228 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30229 (gst_audio_convert_getcaps):
30230 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30231 Add audio/x-qdm2 for QDM2 audio.
30232 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30233 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30234 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30235 Decrease minimum size to 16x16.
30236 * gst/wavparse/gstwavparse.c:
30237 Convert disabled pad template caps to new caps.
30238 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30239 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30240 (gst_xvimagesink_chain): Throw element error when display cannot
30241 be opened. Increase minimum framerate to 1.0. Check the data
30242 free function on a buffer to make sure it is the type we expect
30243 before manipulating it.
30245 2004-01-15 Julien MOUTTE <julien@moutte.net>
30247 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30248 (gst_videobalance_colorbalance_set_value): Implement passthru if
30249 settings are in the middle.
30250 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30252 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30254 * gst/videofilter/Makefile.am:
30255 * gst/volume/Makefile.am:
30256 Since we use videofilter symbols, link to it.
30258 2004-01-15 Julien MOUTTE <julien@moutte.net>
30260 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30261 mixer interface type to HARDWARE.
30262 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30264 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30265 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30266 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30267 (gst_volume_interface_init), (gst_volume_list_tracks),
30268 (gst_volume_set_volume), (gst_volume_get_volume),
30269 (gst_volume_set_mute), (gst_volume_mixer_init),
30270 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30271 (volume_init): Implementing mixer interface.
30272 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30273 * sys/oss/gstosselement.c: (gst_osselement_get_type),
30274 (gst_osselement_change_state): Removing some trailing commas in
30276 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30277 interface type to HARDWARE.
30278 * sys/v4l/gstv4lcolorbalance.c:
30279 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30281 * sys/v4l2/gstv4l2colorbalance.c:
30282 (gst_v4l2_color_balance_interface_init): Setting colorbalance
30283 interface type to HARDWARE.
30284 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30285 same code than ximagesink for event handling.
30287 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30289 * ext/snapshot/Makefile.am:
30290 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30291 (gst_snapshot_chain):
30292 * ext/snapshot/gstsnapshot.h:
30293 This has to be a joke... Snapshot should be connected to a tee,
30294 colorspace element before it and EOS after that, where the other
30295 src of the tee receives normal data.
30296 The current way is *wrong*.
30298 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30300 * ext/hermes/gsthermescolorspace.c:
30301 Fix another compile error. Same as below.
30303 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30305 * gst/colorspace/gstcolorspace.c:
30306 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30307 (gst_colorspace_i420_to_yv12):
30308 Fix compiling... Didn't test if it actually works.
30310 2004-01-15 David Schleef <ds@schleef.org>
30313 * gst/colorspace/Makefile.am:
30314 * gst/colorspace/gstcolorspace.c:
30315 * gst/colorspace/gstcolorspace.h:
30316 * gst/colorspace/yuv2rgb.c:
30317 * gst/colorspace/yuv2rgb.h:
30318 Duplicate the ext/hermes colorspace plugin, and remove Hermes
30319 code and GPL code. Fix for new caps negotiation. Rewrite
30320 much of the format handling code, and some of the conversion
30321 code. Basically, rewrote almost everything. This element
30322 handles I420, YV12 to RGB conversions.
30323 * ext/hermes/Makefile.am:
30324 * ext/hermes/gsthermescolorspace.c:
30325 Rename colorspace to hermescolorspace. Fix negotiation issues.
30326 Remove non-Hermes related code. This element handles lots of
30327 RGB to RGB conversions, but no YUV.
30328 * ext/hermes/gstcolorspace.c:
30329 * ext/hermes/gstcolorspace.h:
30330 * ext/hermes/rgb2yuv.c:
30331 * ext/hermes/yuv2rgb.c:
30332 * ext/hermes/yuv2rgb.h:
30333 * ext/hermes/yuv2rgb_mmx16.s:
30334 * ext/hermes/yuv2yuv.c:
30335 * ext/hermes/yuv2yuv.h:
30338 2004-01-14 Colin Walters <walters@verbum.org>
30340 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30341 they've already been.
30343 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30345 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30346 assume tag mode when pad is not connected
30348 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30350 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30351 Don't update the time of the clock
30352 (gst_alsa_sink_loop):
30353 sync to the clock given to alsasink, not the own clock
30354 * sys/oss/gstosssink.c: (gst_osssink_chain):
30356 (gst_osssink_change_state):
30358 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30359 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30360 remove bogus code that made DISCONT events unhandled
30361 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30362 explicitly case to double in _set_simple. (fixes 2nd warning in bug
30364 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30365 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30366 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30367 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30368 2nd warning in bug #131502)
30370 2004-01-14 Julien MOUTTE <julien@moutte.net>
30372 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30373 (gst_videobalance_colorbalance_set_value),
30374 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30375 for colorbalance interface implementation.
30376 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30377 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30378 (gst_ximagesink_dispose), (gst_ximagesink_init),
30379 (gst_ximagesink_class_init): Adding DISPLAY property.
30380 * sys/ximage/ximagesink.h: Adding display_name to store display.
30381 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30382 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30383 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30384 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30385 properties (they still need polishing though for gst-launch use : no
30386 xcontext yet, i ll do that tomorrow).
30387 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30389 2004-01-14 Julien MOUTTE <julien@moutte.net>
30391 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30392 (gst_play_set_location), (gst_play_set_visualization): Preparing
30393 switch integration, adding videobalance in the pipeline.
30395 2004-01-14 Julien MOUTTE <julien@moutte.net>
30397 * gst-libs/gst/colorbalance/colorbalance.c:
30398 (gst_color_balance_class_init): Adding a default type.
30399 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30401 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30402 (gst_videobalance_dispose), (gst_videobalance_class_init),
30403 (gst_videobalance_init), (gst_videobalance_interface_supported),
30404 (gst_videobalance_interface_init),
30405 (gst_videobalance_colorbalance_list_channels),
30406 (gst_videobalance_colorbalance_set_value),
30407 (gst_videobalance_colorbalance_get_value),
30408 (gst_videobalance_colorbalance_init): Implementing colorbalance
30410 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30412 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30413 bug which was triggering a BadAccess X error when setting an overlay
30414 before pad was really negotiated.
30415 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30416 Using the colorbalance type macro.
30418 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30420 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30421 (gst_flacenc_chain):
30422 handle tags correctly
30423 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30424 extract ID3v1 tags correctly
30426 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30428 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30430 Improve matroska typefinding for odd-typed headers...
30432 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30434 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30435 Fix for using incremental number on padnames.
30437 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30439 * ext/divx/gstdivxdec.c:
30440 * ext/divx/gstdivxenc.c:
30441 Set category to divx4linux instead of divx (too generic).
30442 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30443 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30444 (gst_wavparse_loop), (gst_wavparse_change_state):
30445 * gst/wavparse/gstwavparse.h:
30446 fix parsing of WAV files with non-standard fmt-tag size and fix
30447 skipping of unrecognized chunks... Someone please fix this thing
30448 to use rifflib so all this is automated.
30449 * sys/v4l/Makefile.am:
30450 * sys/v4l2/Makefile.am:
30451 Add X_CFLAGS because we depend on X (for overlay).
30453 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
30455 * ext/mpeg2dec/gstmpeg2dec.c:
30456 Don't issue a timestamp unless we tagged the frame
30459 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30461 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30462 Query the audio element to get the time, not the clock. We're
30463 interested in the element's time here.
30465 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30467 * ext/aalib/gstaasink.c: (gst_aasink_chain):
30468 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30469 * ext/esd/esdsink.c: (gst_esdsink_chain):
30470 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30471 * ext/mas/massink.c: (gst_massink_chain):
30472 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30473 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30474 (gst_matroska_demux_parse_metadata):
30475 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30476 (gst_mpeg_parse_release_locks):
30477 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30478 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30479 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30480 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30481 (gst_osssink_change_state):
30482 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30483 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30484 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30485 (gst_xvideosink_release_locks):
30486 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30488 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30489 (gst_alsa_clock_stop):
30490 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30491 (gst_audio_clock_get_internal_time):
30492 simplify for use with new clocking code.
30493 * testsuite/alsa/Makefile.am:
30494 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30495 fix testsuite for new caps system
30497 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30499 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30500 * ext/flac/gstflacenc.c: (add_one_tag):
30501 length is already host endian, no need to convert. Fixes playback of
30502 tagged files on PPC. (bug #128384)
30504 2004-01-13 Julien MOUTTE <julien@moutte.net>
30506 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30507 colorbalance interface stating if it is hardware based or software
30509 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30510 Removing a trailing comma.
30511 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30512 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30513 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30514 the documentation seems to be wrong on the -1000 to 1000 interval.
30516 2004-01-12 David Schleef <ds@schleef.org>
30518 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30519 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30520 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30521 Fix negotiation. Add a bufferalloc function for the sink pad,
30522 and generally clean up some of the code.
30524 2004-01-12 Julien MOUTTE <julien@moutte.net>
30526 * gst-libs/gst/colorbalance/colorbalancechannel.c:
30527 (gst_color_balance_channel_dispose): Adding safety check in dispose
30529 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30530 (gst_xvimagesink_xcontext_clear),
30531 (gst_xvimagesink_interface_supported),
30532 (gst_xvimagesink_colorbalance_list_channels),
30533 (gst_xvimagesink_colorbalance_set_value),
30534 (gst_xvimagesink_colorbalance_get_value),
30535 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30536 Adding colorbalance interface support to set XV parameters such as
30537 HUE, BRIGHTNESS, CONTRAST, SATURATION.
30538 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30541 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30543 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30544 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30545 (gst_audio_convert_init), (gst_audio_convert_set_property),
30546 (gst_audio_convert_get_property), (gst_audio_convert_chain),
30547 (gst_audio_convert_link),
30548 (gst_audio_convert_buffer_to_default_format),
30549 (gst_audio_convert_buffer_from_default_format), (plugin_init):
30550 - implement _getcaps and use it
30552 - remove float caps since no float conversion is actually done
30553 - remove properties and arguments that were to be used for rate
30556 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30558 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30559 (gst_audio_structure_set_int):
30560 * gst-libs/gst/audio/audio.h:
30561 add helper functions for _getcaps matching the standard audio
30564 2004-01-12 David Schleef <ds@schleef.org>
30566 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30567 Test that pad is negotiated before getting its caps.
30569 2004-01-12 Julien MOUTTE <julien@moutte.net>
30571 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30572 analyzing the pads of an element the bin is mostly in READY state so
30573 no caps were negotiated. This helper function needs to work with
30574 _get_caps directly then. I was not freeing them though, added that to
30577 2004-01-12 Julien MOUTTE <julien@moutte.net>
30579 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30580 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30581 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30582 than the free_func.
30584 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30586 * sys/oss/gstossaudio.c: (plugin_init):
30587 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30588 * sys/oss/gstosselement.h:
30589 make an oss debugging category
30590 make failure more descriptive
30592 2004-01-11 David Schleef <ds@schleef.org>
30594 * ext/ffmpeg/gstffmpeg.c:
30595 * ext/ffmpeg/gstffmpegcodecmap.c:
30596 * ext/ffmpeg/gstffmpegdec.c:
30597 * ext/ffmpeg/gstffmpegenc.c:
30598 * ext/ffmpeg/gstffmpegprotocol.c:
30599 * ext/gdk_pixbuf/gstgdkanimation.c:
30600 * ext/jpeg/gstjpeg.c:
30601 * ext/libpng/gstpng.c:
30602 * ext/mpeg2dec/perftest.c:
30603 * ext/speex/gstspeex.c:
30604 * gst-libs/gst/resample/dtos.c:
30605 * gst/intfloat/gstintfloatconvert.c:
30606 * gst/oneton/gstoneton.c:
30607 * gst/rtjpeg/RTjpeg.c:
30608 * gst/rtp/gstrtp.c:
30609 * sys/dxr3/dxr3init.c:
30610 * sys/glsink/gstgl_nvimage.c:
30611 * sys/glsink/gstgl_pdrimage.c:
30612 * sys/glsink/gstglsink.c:
30613 * testsuite/gst-lint:
30614 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30616 2004-01-11 David Schleef <ds@schleef.org>
30618 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30619 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30620 * ext/gdk_pixbuf/gstgdkanimation.c:
30621 (gst_gdk_animation_iter_create_pixbuf):
30622 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30623 (gst_gdk_pixbuf_chain):
30624 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30625 * ext/jack/gstjack.c: (gst_jack_change_state):
30626 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30627 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30628 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30629 * gst/videofilter/gstvideofilter.c:
30630 (gst_videofilter_set_output_size):
30631 Remove all usage of gst_pad_get_caps(), and replace it with
30632 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30634 2004-01-11 David Schleef <ds@schleef.org>
30637 * ext/Makefile.am: Fixes to make ext/libcaca compile.
30638 * ext/divx/gstdivxdec.c:
30639 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30640 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30641 handle images that span multiple buffers. Now work with both
30642 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30643 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30644 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30645 video/video.h changes
30646 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30647 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30648 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30649 of GstData free function.
30650 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30653 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30655 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30656 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30657 (gst_v4l2element_get_property):
30658 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30659 add norm, channel and frequency properties.
30660 * sys/v4l2/gstv4l2tuner.c:
30661 fixes for tuner interface changes
30662 * sys/v4l2/gstv4l2element.h:
30663 * sys/v4l2/gstv4l2src.c:
30664 * sys/v4l2/gstv4l2src.h:
30665 * sys/v4l2/v4l2src_calls.c:
30666 * sys/v4l2/v4l2src_calls.h:
30667 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30669 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30671 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30672 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30673 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30674 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30675 * gst-libs/gst/tuner/tuner.h:
30676 GObjects aren't const.
30677 Add find_by_name functions.
30678 Add checks to _changed functions.
30679 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30680 (gst_v4l_tuner_get_norm):
30683 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30685 * gst-libs/gst/video/video.h:
30686 Fix caps template names to be understandable.
30687 Prefix everything with GST_VIDEO.
30688 * ext/aalib/gstaasink.c:
30689 * ext/divx/gstdivxdec.c:
30690 * ext/divx/gstdivxenc.c:
30691 * ext/gdk_pixbuf/gstgdkpixbuf.c:
30692 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30693 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30694 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30695 * ext/libcaca/gstcacasink.c:
30696 * ext/libpng/gstpngenc.c: (raw_caps_factory):
30697 * ext/snapshot/gstsnapshot.c:
30698 * ext/swfdec/gstswfdec.c:
30699 * ext/xvid/gstxviddec.c:
30700 * ext/xvid/gstxvidenc.c:
30701 * gst/chart/gstchart.c:
30702 * gst/deinterlace/gstdeinterlace.c:
30703 * gst/effectv/gsteffectv.c:
30704 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30705 * gst/goom/gstgoom.c:
30706 * gst/median/gstmedian.c:
30707 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30708 (gst_monoscope_srcconnect), (gst_monoscope_chain):
30709 * gst/overlay/gstoverlay.c:
30710 * gst/smooth/gstsmooth.c:
30711 * gst/smpte/gstsmpte.c:
30712 * gst/synaesthesia/gstsynaesthesia.c:
30713 * gst/videocrop/gstvideocrop.c:
30714 * gst/videodrop/gstvideodrop.c:
30715 * gst/y4m/gsty4mencode.c:
30716 * sys/qcam/gstqcamsrc.c:
30717 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30718 Make them work with new video.h file.
30719 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30720 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30721 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30722 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30723 Make it work with new buffer allocation system.
30725 2004-01-11 Julien MOUTTE <julien@moutte.net>
30727 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30728 pad_alloc_buffer implementation to use ->srcpad
30729 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30730 pad_alloc_buffer implementation to use ->srcpad
30731 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
30732 pad_alloc_buffer implementation to use ->srcpad
30733 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30734 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30735 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30736 a reference to everything we need.
30737 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30738 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30739 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30740 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30741 a reference to everything we need.
30742 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30744 2004-01-11 David Schleef <ds@schleef.org>
30746 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30747 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30748 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30750 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30751 value during a resize/renegotiation.
30752 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30753 gst_pad_alloc_buffer();
30754 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30755 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30757 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30758 Fix for rename of buffer private structure members.
30759 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30760 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30761 Fix for rename of buffer private structure members.
30762 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30763 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30764 Fix for rename of buffer private structure members.
30766 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
30768 reviewed by: David Schleef <ds@schleef.org>
30770 * gst/videofilter/Makefile.am:
30771 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
30772 from the patch by ds to fit in with recent make_filter changes.
30774 2004-01-11 Julien MOUTTE <julien@moutte.net>
30776 * configure.ac: Adding examples/switch/Makefile
30777 * examples/Makefile.am: Adding examples/switch
30778 * examples/switch/Makefile.am: Adding switcher example.
30779 * examples/switch/switcher.c: (got_eos), (idle_iterate),
30780 (switch_timer), (main): Adding an example demonstrating switch usage
30781 with 2 videotestsrc showing different patterns.
30782 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30783 (gst_switch_init): Fixing switch with the new caps system.
30785 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30787 * gst-libs/gst/video/video.h:
30788 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30789 They should probably be like
30790 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30792 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30794 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30795 (qtdemux_parse_trak):
30796 fix audio chunk size/timestamp calculation
30798 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30800 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30803 2004-01-11 Steve Baker <steve@stevebaker.org>
30805 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30806 (gst_agingtv_base_init), (gst_agingtv_class_init),
30807 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30808 (gst_agingtv_set_property), (gst_agingtv_get_property):
30809 Port agingTV to videofilter
30811 2004-01-09 Julien MOUTTE <julien@moutte.net>
30813 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30814 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30816 2004-01-09 Julien MOUTTE <julien@moutte.net>
30818 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30819 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30820 * gst-libs/gst/xoverlay/xoverlay.c:
30821 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30822 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30823 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30824 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30825 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30826 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30827 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30828 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30829 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30830 interface implementation to handle xid being 0 and fix some bugs
30831 triggered by Benjamin's testcase.
30832 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30833 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30834 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30835 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30836 interface implementation to handle xid being 0 and fix some bugs
30837 triggered by Benjamin's testcase.
30839 2004-01-09 David Schleef <ds@schleef.org>
30841 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
30842 mouse pointer events. It works.
30844 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
30846 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30847 Use explicit caps - fix capsnego.
30848 * ext/xvid/gstxviddec.c:
30849 * ext/xvid/gstxvidenc.c:
30850 Remove macro-inside-macro which caused compile errors.
30851 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30852 Error out if it's not a RIFF file. Else we error out without
30853 gst_element_error() which is not good...
30855 2004-01-08 David Schleef <ds@schleef.org>
30857 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30858 Fix pad_link function to handle formats that ffmpeg returns
30859 as multiple caps structures.
30860 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30861 Only complain if source buffer is _smaller_ than expected.
30862 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30863 (gst_videoscale_handle_src_event): Resize navigation events
30864 when passing them upstream.
30865 * gst/videotestsrc/gstvideotestsrc.c:
30866 * gst/videotestsrc/gstvideotestsrc.h:
30867 * gst/videotestsrc/videotestsrc.c:
30868 * gst/videotestsrc/videotestsrc.h:
30869 Rewrite many of the buffer painting functions to handle odd
30870 sizes (for many formats, size%4!=0 or size%8!=0). Most have
30871 been verified to work with my video card.
30872 * testsuite/gst-lint: Add check for elements calling
30873 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30875 2004-01-08 David Schleef <ds@schleef.org>
30877 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30878 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30880 2004-01-08 Julien MOUTTE <julien@moutte.net>
30882 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30883 configure event is not emiting the desired size signal. That fixes
30884 aspect ratio issues with gst-player.
30886 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
30888 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30891 2004-01-08 Julien MOUTTE <julien@moutte.net>
30893 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30894 public method to fire size signal.
30896 2004-01-07 Julien MOUTTE <julien@moutte.net>
30898 * examples/gstplay/Makefile.am: Adding the interface library.
30899 * gst-libs/gst/play/Makefile.am: Adding the interface library.
30900 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
30901 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30902 GST_IS_X_OVERLAY before signal connect.
30903 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30904 Removing the have_video_size signal.
30905 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30906 and associated public method.
30907 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30908 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30910 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30911 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30913 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30914 Using XOverlay public method to fire size signal.
30916 2004-01-07 David Schleef <ds@schleef.org>
30918 * gst/videofilter/Makefile.am:
30919 * gst/videofilter/gstvideotemplate.c:
30920 * gst/videofilter/make_filter:
30921 Create gstvideoexample.c in a srcdir!=builddir friendly way.
30922 Convert make_filter to /bin/sh script.
30924 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
30926 * gst/modplug/gstmodplug.cc: fix element description
30928 2004-01-07 Julien MOUTTE <julien@moutte.net>
30930 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30931 (got_video_size): Adding some new lines in g_print calls.
30932 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30933 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30934 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30935 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30936 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30937 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30938 Complete code review, reverting some stuff i disagree with, adding
30939 some fixes : time synchronization on invalid timestamps, renegotiation
30941 * sys/ximage/ximagesink.h:
30942 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30943 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30944 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30945 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30946 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30947 (gst_xvimagesink_buffer_new),
30948 (gst_xvimagesink_navigation_send_event),
30949 (gst_xvimagesink_set_xwindow_id),
30950 (gst_xvimagesink_get_desired_size),
30951 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30952 stuff i disagree with, adding some fixes : Renegotiation of private
30953 window, implementing get_desired_size.
30955 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
30957 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30958 (gst_afsink_handle_event):
30959 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30960 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30961 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30962 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30963 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30964 Fix for instantiate-test (see core). Also remove dead code from
30965 jpegenc (which still needs fixing, but that's lower on my TODO
30967 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30968 Never return NULL as caps.
30970 2004-01-07 David Schleef <ds@schleef.org>
30974 * ext/librfb/Makefile.am:
30975 * ext/librfb/gstrfbsrc.c:
30976 New source plugin based on librfb-0.1. RFB (remote framebuffer)
30977 is the protocol used by VNC.
30979 2004-01-07 David Schleef <ds@schleef.org>
30981 * gst/videofilter/gstvideotemplate.c:
30982 * gst/videofilter/gstvideotemplate.h:
30983 * gst/videofilter/make_filter:
30984 Merge videotemplate header into source file.
30985 * gst/effectv/Makefile.am:
30986 * gst/effectv/gsteffectv.c: (plugin_init):
30987 * gst/effectv/gstwarp.c:
30988 Make warpTV a subclass of videofilter.
30990 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
30992 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30993 Add guard against invalid utf-8 conversions in mad. Just in case.
30995 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
30997 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30998 Fix for bug shown by poisoning
31000 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31002 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31003 (gst_v4lmjpegsrc_buffer_free):
31004 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
31005 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
31006 (gst_v4lsrc_buffer_free):
31007 Fix for removed bufferpools.
31009 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
31011 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31012 Fix caps negotiation.
31014 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
31015 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
31016 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31018 * ext/mpeg2dec/gstmpeg2dec.c:
31019 * gst-libs/gst/navigation/navigation.c:
31020 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
31021 * gst-libs/gst/navigation/navigation.h:
31022 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
31023 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
31024 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
31025 Super-simple first version of mouse and keyboard events. Clicking
31026 on a DVD menu now works, although it may not take you where you
31029 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31030 * gst/videotestsrc/gstvideotestsrc.c:
31031 (gst_videotestsrc_src_fixate):
31032 These fixate functions were broken - they never actually
31035 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31037 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31038 (gst_icecastsend_init):
31039 fix for new caps system.
31040 * gst-libs/gst/mixer/mixertrack.h:
31041 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31042 Add 'master track' flag (for tools like ACME that only want to
31043 change the main volume).
31045 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
31047 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31048 (gst_xvid_csp_to_caps):
31049 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31050 * ext/xvid/gstxvidenc.c:
31051 ifdef out ARGB type when it isn't available
31052 in xvidcore 1.0.0beta2
31054 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31056 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31057 When we have received a new SCR right in the first buffer after
31058 a seek (so in the same cycle that handles the discont), we should
31059 handle the buffer instead of unreffing it, else we lose data.
31061 2004-01-06 Iain <iain@prettypeople.org>
31063 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31064 buffer-frames caps too.
31066 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31067 caps that we need, don't destroy them all and rebuild them. And when
31068 creating src pads, use the src pad template rather than the sink...
31070 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
31072 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31073 Add pad to element *after* setting functions such as event handler.
31074 Without this, the scheduler (opt) will link pads, set the event
31075 handler from the default event function (dispatcher in gstpad.c)
31076 and *after* that, we will set our own event function, which will
31077 thus never be used (and thus mpegdemux doesn't handle events).
31079 2004-01-04 David Schleef <ds@schleef.org>
31081 Fix the fixate functions to handle new prototype:
31082 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31083 * gst/videotestsrc/gstvideotestsrc.c:
31084 (gst_videotestsrc_src_fixate):
31085 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31086 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31087 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31089 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
31091 * sys/ximage/ximagesink.h:
31092 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31093 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31094 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31095 (gst_ximagesink_xoverlay_init):
31096 assorted fixes to make (re)embedding work
31097 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31098 (gst_ximagesink_get_desired_size):
31099 implement desired size additions to XOverlay
31101 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
31103 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31104 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31105 (gst_x_overlay_got_desired_size):
31106 * gst-libs/gst/xoverlay/xoverlay.h:
31107 Add optional "desired size" signal and querying.
31109 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31111 * gst/matroska/matroska-demux.c:
31112 (gst_matroska_demux_parse_blockgroup):
31113 Fix EBML-laced block parsing. Diffs are relative to previous
31114 lace, not the first lace. Thanks to Mosu from the Matroska
31115 team for detecting this.
31116 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31117 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31118 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31119 (gst_wavparse_change_state):
31120 * gst/wavparse/gstwavparse.h:
31121 Quickfix for capsnego.
31123 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31125 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31126 Fix indenting, fix pad creation.
31128 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31130 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31131 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31132 (gst_xviddec_sink_link):
31133 Implement src_getcaps() so proper size caps is negotiated.
31135 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31137 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31138 Finish flac decoder on EOS. See #116178.
31140 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31142 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31143 (gst_matroska_demux_add_stream):
31144 * gst/matroska/matroska-ids.h:
31145 Add getcaps() function to fix capsnego...
31147 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31149 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31150 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31151 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31152 Fix more integer overflows. Again, see #126967.
31154 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31156 * ext/mpeg2dec/gstmpeg2dec.c:
31157 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31160 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31163 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31164 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31165 * ext/xvid/gstxvid.h:
31166 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31167 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31168 (gst_xviddec_src_link), (gst_xviddec_sink_link),
31169 (gst_xviddec_change_state):
31170 * ext/xvid/gstxviddec.h:
31171 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31172 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31173 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31174 (gst_xvidenc_link), (gst_xvidenc_set_property),
31175 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31176 * ext/xvid/gstxvidenc.h:
31177 Update xvid plugin to latest xvid (1.0.0-beta3) API.
31179 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31181 * gst/rtp/rtp-packet.c:
31182 Add sys/types.h include, since OS X doesn't define in_addr_t
31183 in netinet/in.h, like it does on Linux (see #129600).
31185 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
31187 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
31189 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31190 Correct logic of dispose function (see #129306).
31192 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31194 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31195 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31196 (gst_mpeg_parse_init):
31197 * gst/mpegstream/gstmpegparse.h:
31198 Remove clock (which was never provided, i.e. dead code), and
31199 also fix integer overflows at high PTS values (see #126967).
31201 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31203 * ext/flac/gstflacdec.c:
31204 * ext/libpng/gstpngenc.h:
31205 * ext/mikmod/gstmikmod.h:
31206 OS X fixes (see #126628).
31208 2004-01-02 David Schleef <ds@schleef.org>
31210 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31211 (gst_alsa_src_base_init): Remove bogus "src" request pad.
31212 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31213 (gst_mpeg_parse_class_init): Move pad template registration
31214 to class_init, since the derived class (mpegdemux) doesn't
31217 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31219 * sys/ximage/Makefile.am:
31220 * sys/xvideo/Makefile.am:
31221 * sys/xvimage/Makefile.am:
31222 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31223 after installation (see #127664).
31225 2004-01-02 David Schleef <ds@schleef.org>
31227 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31228 (gst_ffmpegenc_connect): Negotiation fixes.
31229 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31230 Remove inappropriate gst_caps_free().
31231 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31232 Reenable Ronald's internal resize code, since the core handles
31235 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31237 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31238 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31239 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31240 Fix pad template stuff.
31242 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31244 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31245 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31246 fix signed integer reading/writing.
31248 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
31251 Remove outdated document
31253 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
31255 * gst/cutter/gstcutter.c: (gst_cutter_init):
31256 src pad was being created twice - oops.
31258 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31260 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31261 Comment out internal resize. It doesn't handle the resulting
31262 XEvent internally, does another try_set_caps() which leads to
31263 a really nice loop.
31264 Real fix will come when Julien and Dave are awake. ;).
31266 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31268 * ext/mpeg2enc/gstmpeg2enc.cc:
31269 fix const/nonconst compile issue.
31271 2004-01-02 David Schleef <ds@schleef.org>
31273 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31274 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31275 Add fixate function and a check for bad formats.
31277 2004-01-01 David Schleef <ds@schleef.org>
31280 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31281 (gst_audiofilter_init):
31282 * gst/debug/efence.c: (gst_efence_init):
31283 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31284 (gst_deinterlace_init):
31285 * gst/volume/gstvolume.c: (volume_connect):
31287 2004-01-01 David Schleef <ds@schleef.org>
31289 Convert elements to use gst_pad_use_explicit_caps() where
31291 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31292 * ext/audiofile/gstafparse.c: (gst_afparse_init),
31293 (gst_afparse_open_file):
31294 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31295 (gst_afsrc_open_file):
31296 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31297 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31298 (gst_ffmpegdec_chain):
31299 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31300 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31301 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31302 (gst_gdk_pixbuf_chain):
31303 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31304 (gst_jpegdec_chain):
31305 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31306 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31307 (gst_mikmod_negotiate):
31308 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31309 (gst_mpeg2dec_negotiate_format):
31310 * ext/mpeg2enc/gstmpeg2enc.cc:
31311 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31312 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31313 (gst_speexdec_sinkconnect):
31314 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31315 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31316 (gst_vorbisfile_new_link):
31317 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31318 (gst_ac3parse_chain):
31319 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31320 (gst_asf_demux_setup_pad):
31321 * gst/auparse/gstauparse.c: (gst_auparse_init),
31322 (gst_auparse_chain):
31323 * gst/id3/gstid3types.c: (gst_id3types_loop):
31324 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31325 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31326 (mp1videoparse_parse_seq):
31327 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31329 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31330 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31331 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31332 (gst_mpeg_parse_send_data):
31333 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31334 (gst_qtdemux_add_stream):
31335 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31336 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31337 (gst_wavparse_parse_fmt):
31339 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
31342 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31343 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31344 it therefore uses the wrong include paths. Too bad... Note
31345 that 1.6.1.93 is not release yet. ;).
31346 Also add a check for mplex, which is now using the lib'ified
31347 mplex from mjpegtools, too.
31348 * ext/ffmpeg/gstffmpegcodecmap.c:
31349 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31350 issues. I don't think ffmpeg handles 3ivx correctly, so this
31351 probably won't work. But it won't hurt either.
31352 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31353 (gst_ffmpegdec_chain):
31354 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31355 (gst_ffmpegenc_chain_audio):
31356 Fix memleak in audio encoding. Close codec if open fails, this
31357 calls the cleanup routines so we can re-use the context.
31358 * ext/mpeg2enc/gstmpeg2enc.cc:
31359 Fix pad template names/types, fix memory issue with getcaps().
31360 * ext/mpeg2enc/gstmpeg2encoder.cc:
31361 * ext/mpeg2enc/gstmpeg2encoder.hh:
31362 Fix compile issue with new caps system (const thingy).
31363 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31364 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31365 We read a first frame right on initing, so that we have a caps
31366 when we init the output. This caps is cached in padprivate and
31367 read as first frame.
31368 * ext/mplex/Makefile.am:
31369 * ext/mplex/gstmplex.cc:
31370 * ext/mplex/gstmplex.h:
31371 * ext/mplex/gstmplex.hh:
31372 * ext/mplex/gstmplexibitstream.cc:
31373 * ext/mplex/gstmplexibitstream.hh:
31374 * ext/mplex/gstmplexjob.cc:
31375 * ext/mplex/gstmplexjob.hh:
31376 * ext/mplex/gstmplexoutputstream.cc:
31377 * ext/mplex/gstmplexoutputstream.hh:
31378 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31379 had issues, didn't do capsnego, supported only a subset of the
31380 mplex features and required a mplex fork in our local CVS. Plus
31381 that it worked agaist a very old mplex version. Rewriting was
31382 faster than updating it.
31383 * gst-libs/ext/Makefile.am:
31384 * gst-libs/ext/mplex/INSTRUCT:
31385 * gst-libs/ext/mplex/Makefile.am:
31386 * gst-libs/ext/mplex/README:
31387 * gst-libs/ext/mplex/TODO:
31388 * gst-libs/ext/mplex/ac3strm_in.cc:
31389 * gst-libs/ext/mplex/audiostrm.hh:
31390 * gst-libs/ext/mplex/audiostrm_out.cc:
31391 * gst-libs/ext/mplex/aunit.hh:
31392 * gst-libs/ext/mplex/bits.cc:
31393 * gst-libs/ext/mplex/bits.hh:
31394 * gst-libs/ext/mplex/buffer.cc:
31395 * gst-libs/ext/mplex/buffer.hh:
31396 * gst-libs/ext/mplex/fastintfns.h:
31397 * gst-libs/ext/mplex/format_codes.h:
31398 * gst-libs/ext/mplex/inputstrm.cc:
31399 * gst-libs/ext/mplex/inputstrm.hh:
31400 * gst-libs/ext/mplex/lpcmstrm_in.cc:
31401 * gst-libs/ext/mplex/mjpeg_logging.cc:
31402 * gst-libs/ext/mplex/mjpeg_logging.h:
31403 * gst-libs/ext/mplex/mjpeg_types.h:
31404 * gst-libs/ext/mplex/mpastrm_in.cc:
31405 * gst-libs/ext/mplex/mpegconsts.cc:
31406 * gst-libs/ext/mplex/mpegconsts.h:
31407 * gst-libs/ext/mplex/mplexconsts.hh:
31408 * gst-libs/ext/mplex/multplex.cc:
31409 * gst-libs/ext/mplex/outputstream.hh:
31410 * gst-libs/ext/mplex/padstrm.cc:
31411 * gst-libs/ext/mplex/padstrm.hh:
31412 * gst-libs/ext/mplex/stillsstream.cc:
31413 * gst-libs/ext/mplex/stillsstream.hh:
31414 * gst-libs/ext/mplex/systems.cc:
31415 * gst-libs/ext/mplex/systems.hh:
31416 * gst-libs/ext/mplex/vector.cc:
31417 * gst-libs/ext/mplex/vector.hh:
31418 * gst-libs/ext/mplex/videostrm.hh:
31419 * gst-libs/ext/mplex/videostrm_in.cc:
31420 * gst-libs/ext/mplex/videostrm_out.cc:
31421 * gst-libs/ext/mplex/yuv4mpeg.cc:
31422 * gst-libs/ext/mplex/yuv4mpeg.h:
31423 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31424 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31425 We don't fork mjpegtools' mplex in our CVS anymore.
31426 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31427 (gst_avi_demux_add_stream):
31428 * gst/avi/gstavidemux.h:
31429 Add getcaps() function for proper caps nego. This makes some
31430 parts of AVI playback/reading work.
31431 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31432 Resize window on new capsnego. This is probably wrong, but
31433 I'm still committing it because with current capsnego, the
31434 first successfull capsnego is auto-fixated, therefore rounded
31435 down to the lowest values in the caps. this results in a 16x16
31436 XWindow that is not reized when real capsnego finishes.
31437 Dave, I see more cases of this, do you know a proper solution?
31438 * tools/gst-launch-ext.in:
31439 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31441 2003-12-31 David Schleef <ds@schleef.org>
31443 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31444 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31445 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31447 2003-12-30 David Schleef <ds@schleef.org>
31449 * ext/ffmpeg/gstffmpegcolorspace.c:
31450 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31451 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31452 (gst_ffmpegcsp_chain): Negotiation fixes
31453 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31454 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31455 (gst_audio_convert_link), (gst_audio_convert_channels):
31456 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31457 (gst_audioscale_link), (gst_audioscale_get_buffer),
31458 (gst_audioscale_chain): Negotiation fixes
31459 * gst/audioscale/gstaudioscale.h:
31460 * gst/videofilter/gstvideofilter.c:
31461 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31462 (gst_videofilter_link), (gst_videofilter_init),
31463 (gst_videofilter_set_output_size), (gst_videofilter_setup),
31464 (gst_videofilter_find_format_by_structure):
31465 * gst/videofilter/gstvideofilter.h: Negotiation fixes
31466 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31467 (gst_videoscale_link):
31468 * gst/videoscale/videoscale.c: (videoscale_get_structure),
31469 (videoscale_find_by_structure), (gst_videoscale_setup):
31470 * gst/videoscale/videoscale.h: Negotiation fixes
31471 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31472 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31473 function, restrict resizing to a multiple of 4 (hack until
31474 everyone supports odd sizes correctly).
31476 2003-12-29 Colin Walters <walters@verbum.org>
31478 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31481 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
31483 * ext/sndfile/gstsf.c: (gst_sf_loop):
31484 Fix warning about discarding const qualifier
31486 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
31488 * gst/cutter/gstcutter.c:
31489 * gst/videoscale/gstvideoscale.c:
31490 * gst/volenv/gstvolenv.c:
31491 * gst-libs/gst/audio/audio.c:
31492 * gst-libs/gst/video/video.c:
31495 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31497 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31498 Don't send ALSA debugging to stderr.
31499 * ext/alsa/gstalsa.h:
31500 Use GST_WARNING instead of g_warning when ALSA functions fail.
31502 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31504 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31505 Free XVAdapterInfo correctly.
31507 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31509 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31510 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31511 Make id3tag use correct caps nego.
31513 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
31515 * ext/ivorbis/vorbis.c:
31516 * ext/ivorbis/vorbisenc.h:
31517 * ext/ivorbis/vorbisfile.c:
31518 Modify so that it uses the new caps things
31520 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31522 * testsuite/spider/spider1.c: (main):
31523 * testsuite/spider/spider2.c: (main):
31524 * testsuite/spider/spider3.c: (main):
31525 Make tests compile again. They probably don't work.
31527 2003-12-24 Colin Walters <walters@verbum.org>
31529 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31530 we can't fixate the caps anymore.
31532 2003-12-23 David Schleef <ds@schleef.org>
31534 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31535 * sys/oss/gstosssink.c: (gst_osssink_init),
31536 (gst_osssink_sink_fixate): Add fixate function.
31538 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
31540 * ext/ffmpeg/gstffmpegcodecmap.c:
31541 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31542 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31543 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31544 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31545 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31546 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31547 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31548 fix typo in RGB masks, and move back to "old" colorspace
31549 capsnego code until whoever wrote this new crap has actually
31550 tested it so that it works.
31551 And yes, this works, keep it that way please.
31553 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31555 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31556 (gst_divxdec_init), (gst_divxdec_negotiate):
31557 * ext/divx/gstdivxdec.h:
31558 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31559 (gst_divxenc_init):
31560 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31561 (gst_faac_sinkconnect), (gst_faac_srcconnect):
31562 * ext/mpeg2enc/gstmpeg2enc.cc:
31563 * ext/mpeg2enc/gstmpeg2encoder.cc:
31564 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31565 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31566 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31567 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31568 (dxr3spusink_init):
31569 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31570 (dxr3videosink_init):
31571 Fix caps breakage after Dave's caps branch merge.
31573 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31575 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31576 Fix for 24bpp display.
31578 2003-12-23 Colin Walters <walters@verbum.org>
31580 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31581 a GnomeVFSHandle directly.
31583 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31585 * gst/volume/Makefile.am:
31586 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31587 (volume_base_init), (volume_init):
31588 Reenable volume element and fix to work with new caps stuff.
31589 Rhythmbox needs this.
31591 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31593 * gst/qtdemux/qtdemux.c: (plugin_init):
31594 qtdemux requires bytestream
31596 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31598 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31599 Fix remaining caps handling errors due to CAPS merge.
31601 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31603 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31604 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31605 (gst_faad_srcconnect):
31606 Port to new caps system.
31608 2003-12-21 Julien MOUTTE <julien@moutte.net>
31610 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31611 (got_video_size), (main): using g_print instead of g_message.
31612 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31613 signal which was not emitted because of "switch" element added to the
31614 bin but not connected. (Removing from the bin temporarily)
31616 2003-12-21 Julien MOUTTE <julien@moutte.net>
31618 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31619 find X development files. I don't understand the previous tests and
31620 they fail on my debian/ppc unstable. This one works.
31621 * examples/gstplay/player.c: (main): Set the pipeline to READY before
31623 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31624 (gst_play_set_video_sink), (gst_play_set_audio_sink),
31625 (gst_play_set_visualization): Add some safety checks in set_ methods
31626 and state_change. This was throwing some ugly CRITICAL messages when
31627 pipeline was getting disposed and casts were failing.
31629 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
31632 Improve mpeg2enc detection. This is for distributions that do
31633 ship mjpegtools, but without mpeg2enc. Also does object check
31634 for might there ever be ABI incompatibility.
31635 * ext/mpeg2enc/gstmpeg2enc.cc:
31636 Add Andrew as second maintainer (he's helping me), and also add
31637 an error if no caps was set. This happens if I pull before capsnego
31638 and that's something I should solve sometime else.
31639 * gst/matroska/matroska-demux.c:
31640 (gst_matroska_demux_parse_blockgroup):
31642 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31643 (gst_matroska_mux_track_header):
31644 Add caps to templates.
31645 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31646 Add mpegversion=1 to prevent confusion with MPEG/AAC.
31647 * gst/mpegstream/gstmpegdemux.c:
31648 Remove layer since it causes warnings about unfixed caps.
31649 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31650 Fix obvious typo (we error out if caps were set, we should of
31651 course error out if *no* caps were set).
31652 * sys/oss/gstosselement.c: (gst_osselement_convert):
31653 Fix format conversion, we confused bits/bytes.
31654 * sys/oss/gstosselement.h:
31655 Improve documentation for 'bps'.
31657 Remove stuff about plugins that need removing - this was done
31659 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31660 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31661 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31662 (gst_v4lsrc_src_query):
31663 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31664 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31665 Add get_query_types(), get_formats() and query() functions.
31667 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
31669 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31670 * moved CVS to freedesktop.org