1 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
16 Update translations from translation project.
18 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
20 * gst/audioresample/debug.h:
21 * gst/audioresample/resample.c: (resample_init):
22 Since I really am not interested in a debug line for each sample
23 being processed, move the library's debugging to its own category,
26 2007-03-13 Michael Smith <msmith@fluendo.com>
28 * ext/theora/theoradec.c: (theora_handle_type_packet):
29 Since the plugin doesn't support anything other than 4:2:0 right
30 now, post an error and fail if we get something else. Won't matter
31 until libtheora supports the other pixel formats, but hopefully
34 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
36 * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
37 Use gst_guint64_to_gdouble for conversion.
39 Add new files to the win32 MANIFEST.
40 * win32/common/libgstaudio.def:
41 * win32/common/libgstpbutils.def:
42 Add new exported functions.
43 * win32/vs6/gst_plugins_base.dsw:
44 * win32/vs6/libgstdecodebin.dsp:
45 * win32/vs6/libgstplaybin.dsp:
46 Change the link to libgstpbutils.lib.
47 * win32/vs6/libgstdecodebin2.dsp:
48 Add a new project for decodebin2.
49 * win32/vs6/libgstpbutils.dsp:
50 Add a new project for pbutils.
52 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
54 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
55 Also accept partial dates with only year and month,
56 like 1999-12-00 (fixes #410396 even more).
58 * tests/check/libs/tag.c: (GST_START_TEST):
59 Add unit test for the above.
61 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
63 * tests/check/elements/subparse.c: (GST_START_TEST),
65 Add unit test for MPL2 subtitle format (#413799).
67 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
69 Patch by: Kamil Pawlowski <kamilpe gmail com>
71 * gst/subparse/Makefile.am:
72 * gst/subparse/gstsubparse.c:
73 (gst_sub_parse_data_format_autodetect),
74 (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
75 (gst_subparse_type_find):
76 * gst/subparse/gstsubparse.h:
77 * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
78 * gst/subparse/mpl2parse.h:
79 Add support for MPL2 subtitle format (#413799).
81 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
84 We require core CVS for the new buffer metadata copy functions.
86 2007-03-09 Wim Taymans <wim@fluendo.com>
88 * gst-libs/gst/tag/gstid3tag.c:
89 Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
92 Patch by: Alex Lancaster <alexl at users sourceforge net>
94 2007-03-09 Wim Taymans <wim@fluendo.com>
96 * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
97 (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
98 Improve adapter usage and comments.
100 2007-03-09 Wim Taymans <wim@fluendo.com>
102 * ext/pango/gsttextrender.c: (gst_text_render_chain):
103 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
104 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
105 Use new metadata copy function.
107 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
108 (gst_ffmpegcsp_transform):
109 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
110 Basetransform copied the metadata for us.
112 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
114 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
115 (gst_text_overlay_video_event):
116 Some more logging. Only accept newsegment events in TIME format and
117 send a WARNING message if they are not in TIME format.
119 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
120 (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
121 (gst_sub_parse_chain), (gst_sub_parse_sink_event):
122 * gst/subparse/gstsubparse.h:
123 No need to allocate GstSegment structure dynamically, just put it
124 into the instance structure; ignore newsegment events in BYTE
125 format and in particular don't let it overwrite our saved TIME
126 segment from the last seek.
128 2007-03-09 Michael Smith <msmith@fluendo.com>
130 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
131 Replace AC3 typefinder with one that isn't terrible, and actually
134 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
136 * gst/audioconvert/gstaudioconvert.c:
137 (gst_audio_convert_transform):
138 fix error category and translatable string
141 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
143 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
144 * pkgconfig/gstreamer-plugins-base.pc.in:
145 Fix up utils => pbutils here too.
147 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
149 * gst/subparse/gstsubparse.c: (handle_buffer):
150 Break out of loop in chain function as soon as possible if we get
151 a non-OK flow return.
153 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
155 * tests/check/elements/alsa.c: (GST_START_TEST):
156 Unref the mixer if the state change fails too (if the
157 alsa devices are inaccessible, for example)
159 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
161 * tests/check/Makefile.am:
162 Don't test libvisual elements in the states check, because libvisual
163 seems to leak internally.
165 Re-enable the alsa and states tests now that there's new suppressions
168 * tests/check/elements/alsa.c: (GST_START_TEST):
169 Don't leak the alsamixer we instantiated.
171 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
173 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
174 (gst_ximagesink_change_state), (gst_ximagesink_reset),
175 (gst_ximagesink_finalize):
176 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
177 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
178 Move some cleanup stuff from the state change handler into a _reset()
179 function that can be called from _finalize(). This ensures that things
180 get freed even if (for some reason) the NULL->READY state transition
181 fails in the parent class.
182 Even if a parent state change fails, process our downward state change
183 logic instead of bailing out early.
184 Free the correct xcontext pointer in ximagesink's xcontext_clear.
186 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
188 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
191 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
192 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
193 Use pango_font_description_set_family_static instead of
194 pango_font_description_set_family to save a string copy (it was
195 leaking due to the strdup anyway)
197 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
198 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
199 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
200 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
201 Chain up in finalize.
203 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
205 * gst-libs/gst/interfaces/mixertrack.c:
206 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
207 (gst_mixer_track_set_property):
208 API: add "untranslated-label" property which should be set by
209 implementations at construct time (#414645).
211 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
212 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
213 Set "untranslated-label" when constructing mixer track objects.
215 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
216 Unit test to check the above.
218 2007-03-07 Wim Taymans <wim@fluendo.com>
220 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
221 Fix confusing debug message.
223 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
225 * gst-plugins-base.doap:
226 update doap file with new version
228 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
233 === release 0.10.12 ===
235 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
238 releasing 0.10.12, "Zombie Horde"
240 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
243 Bump version to 0.10.11.4 pre-release
245 2007-03-06 Wim Taymans <wim@fluendo.com>
247 * gst-libs/gst/audio/gstbaseaudiosink.c:
248 (gst_base_audio_sink_async_play):
249 Fix regression that made GStreamer skip the first samples of audio.
252 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
255 Bump version to 0.10.11.3 pre-release
257 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
260 Update paths for the rename from utils to pbutils to fix the build.
262 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
264 * gst-libs/gst/pbutils/Makefile.am:
265 Change directory to install headers in from gst/utils to gst/pbutils
268 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
271 * docs/libs/gst-plugins-base-libs-docs.sgml:
272 * docs/libs/gst-plugins-base-libs-sections.txt:
273 * gst-libs/gst/Makefile.am:
274 * gst-libs/gst/interfaces/mixer.c:
275 * gst-libs/gst/pbutils/Makefile.am:
276 * gst-libs/gst/pbutils/descriptions.c:
277 (gst_pb_utils_get_source_description),
278 (gst_pb_utils_get_sink_description),
279 (gst_pb_utils_get_decoder_description),
280 (gst_pb_utils_get_encoder_description),
281 (gst_pb_utils_get_element_description),
282 (gst_pb_utils_add_codec_description_to_tag_list),
283 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
284 * gst-libs/gst/pbutils/descriptions.h:
285 * gst-libs/gst/pbutils/install-plugins.c:
286 * gst-libs/gst/pbutils/install-plugins.h:
287 * gst-libs/gst/pbutils/missing-plugins.c:
288 (gst_missing_uri_source_message_new),
289 (gst_missing_uri_sink_message_new),
290 (gst_missing_element_message_new),
291 (gst_missing_decoder_message_new),
292 (gst_missing_encoder_message_new),
293 (gst_missing_plugin_message_get_description):
294 * gst-libs/gst/pbutils/missing-plugins.h:
295 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
296 * gst-libs/gst/pbutils/pbutils.h:
297 * gst-libs/gst/utils/Makefile.am:
298 * gst-libs/gst/utils/base-utils.c:
299 * gst-libs/gst/utils/base-utils.h:
300 * gst-libs/gst/utils/descriptions.c:
301 * gst-libs/gst/utils/descriptions.h:
302 * gst-libs/gst/utils/install-plugins.c:
303 * gst-libs/gst/utils/install-plugins.h:
304 * gst-libs/gst/utils/missing-plugins.c:
305 * gst-libs/gst/utils/missing-plugins.h:
306 * gst-plugins-base.spec.in:
307 * gst/playback/Makefile.am:
308 * gst/playback/gstdecodebin.c:
309 * gst/playback/gstdecodebin2.c:
310 * gst/playback/gstplaybasebin.c: (setup_subtitle),
311 (gen_source_element):
312 * gst/playback/gstplaybin.c: (plugin_init):
313 * tests/check/Makefile.am:
314 * tests/check/libs/pbutils.c: (GST_START_TEST),
315 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
316 * tests/check/libs/utils.c:
317 rename utils to pbutils
319 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
321 * docs/plugins/Makefile.am:
322 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
323 * docs/plugins/gst-plugins-base-plugins-sections.txt:
324 * docs/plugins/inspect/plugin-decodebin2.xml:
325 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
326 Add documentation for decodebin2 that indicates that the API
329 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
332 Update to 0.10.11.2 (0.10.12 pre-release)
334 2007-03-01 Wim Taymans <wim@fluendo.com>
336 * gst-libs/gst/audio/gstbaseaudiosink.c:
337 (gst_base_audio_sink_async_play):
338 base time is irrelevant here.
340 2007-03-01 Wim Taymans <wim@fluendo.com>
342 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
343 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
346 * gst-libs/gst/audio/gstbaseaudiosink.c:
347 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
348 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
349 Improve latency and clock slaving calculations.
350 Improve slave clock calibration.
352 * gst-libs/gst/audio/gstringbuffer.c:
353 (gst_ring_buffer_commit_full):
354 When we are asked to render N sample to 0 bytes, return N.
356 2007-03-01 Wim Taymans <wim@fluendo.com>
358 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
359 (gst_alsasink_write), (gst_alsasink_reset):
360 * ext/alsa/gstalsasink.h:
361 Remove unused dispose function.
362 Rename lock to not interfere with alsasrc lock.
364 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
365 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
366 (gst_alsasrc_read), (gst_alsasrc_reset):
367 * ext/alsa/gstalsasrc.h:
368 Implement finalize function.
369 Use lock to protect alsa access.
373 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
376 Convert to new AG_GST style.
378 2007-02-28 Wim Taymans <wim@fluendo.com>
380 Patch by: Ed Catmur <ed at catmur dot co dot uk>
382 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
383 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
384 Fix race condition when rapidly switching visualisations in playbin.
387 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
389 * tests/check/Makefile.am:
390 Include local stuff before system installed things in LDFLAGS and
393 2007-02-28 Wim Taymans <wim@fluendo.com>
395 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
398 2007-02-28 Wim Taymans <wim@fluendo.com>
400 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
401 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
402 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
403 Fix duration and timestamping, taking latency into account.
404 Implement latency query.
406 2007-02-28 Wim Taymans <wim@fluendo.com>
408 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
409 (gst_audio_clock_new):
412 * gst-libs/gst/audio/gstbaseaudiosink.c:
413 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
414 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
415 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
416 (gst_base_audio_src_create):
417 Improve latency query code.
418 Use proper clock names.
420 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
422 * tests/check/generic/states.c: (GST_START_TEST):
423 Copy the states.c test from core again
424 * tests/check/Makefile.am:
425 ignore cdio and cdparanoiasrc
427 2007-02-28 Stefan Kost <ensonic@users.sf.net>
429 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
430 (double_hq), (audio_convert_get_func_index), (check_default),
431 (audio_convert_prepare_context), (audio_convert_convert):
432 Also make valgrind happy and avoid copying data in some cases.
434 2007-02-28 Stefan Kost <ensonic@users.sf.net>
436 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
437 (double_hq), (audio_convert_get_func_index),
438 (audio_convert_prepare_context), (audio_convert_convert):
439 * gst/audioconvert/gstaudioconvert.c:
440 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
441 (gst_audio_convert_transform_caps):
442 * tests/check/elements/audioconvert.c: (GST_START_TEST),
443 (audioconvert_suite):
444 Don't run inplace if that overwrites source data as we go. Add more
445 tests. Fixes #339837 even more.
447 2007-02-27 Julien MOUTTE <julien@moutte.net>
449 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
450 (msg_segment_done): Fix various seeking bugs (Slider was not
451 updating when doing a non flushing seek, Reverse playback
452 on segment seek was wrong).
454 2007-02-26 Wim Taymans <wim@fluendo.com>
456 * tests/examples/seek/seek.c: (stop_seek):
457 When we stop scrubbing, don't leave the pipeline PLAYING when we
458 requested a PAUSED state.
460 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
462 Patch by: René Stadler <mail at renestadler de>
464 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
465 Parse date strings in vorbis comments that have an invalid (zero)
466 month or day (#410396).
468 * tests/check/libs/tag.c: (GST_START_TEST):
469 Test case for the above.
471 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
473 Patch by: Loïc Minier <lool+gnome at via ecp fr>
476 * ext/alsa/Makefile.am:
477 * gst/audiotestsrc/Makefile.am:
478 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
480 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
482 * gst/playback/gstplaybin.c:
483 Improve docs: point out that the application needs to assist playbin
486 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
488 * gst-libs/gst/utils/install-plugins.c:
489 * gst-libs/gst/utils/missing-plugins.c:
490 * tests/check/libs/utils.c: (missing_msg_check_getters):
491 Change GStreamer marker prefix in detail string from 'gstreamer.net'
492 to just 'gstreamer'. Document the caps string component of the
493 decoder/encoder detail a bit better, since not everyone will be
494 familiar with the GStreamer media type/caps system (but they better
495 enjoy nested itemized lists).
497 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
499 * gst-libs/gst/netbuffer/gstnetbuffer.c:
500 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
501 Fix copying of GstNetBuffer (would crash before, or at least lead to
502 invalid memory access, #410772), for now by copying the GstBuffer copy
503 code from the core over here so we can copy the GstBuffer fields on a
504 provided buffer instance (of type GstNetBuffer in this case). Would be
505 better to fix this with some support by the core though (and in the long
506 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
508 * tests/check/Makefile.am:
509 Enable unit test for GstNetBuffer.
511 2007-02-22 Andy Wingo <wingo@pobox.com>
513 * gst-libs/gst/audio/gstbaseaudiosink.c
514 (gst_base_audio_sink_init): Disable pull-mode activation until we
515 figure out how to make audio sinks go to PLAYING.
517 2007-02-22 Stefan Kost <ensonic@users.sf.net>
519 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
520 (double_hq), (audio_convert_get_func_index),
521 (audio_convert_prepare_context), (audio_convert_convert):
522 * gst/audioconvert/audioconvert.h:
523 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
524 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
525 * gst/audioconvert/gstchannelmix.h:
526 * tests/check/elements/audioconvert.c: (GST_START_TEST):
527 Add float as an intermediate format, as well as float mixing. Enable
528 test that was failing before. Fixes #339837
530 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
532 * tests/examples/seek/seek.c: (do_seek):
533 Undo the previous commit: -1 as a stop time implies that the stop
534 time is the end of file, clearing any previously configured segment.
536 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
538 * tests/examples/seek/seek.c: (do_seek):
539 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
541 2007-02-21 Stefan Kost <ensonic@users.sf.net>
543 * gst/volume/gstvolume.c: (volume_process_int16),
544 (volume_process_int16_clamp), (volume_set_caps):
545 Unbreak volume, value remains gint.
547 2007-02-21 Stefan Kost <ensonic@users.sf.net>
549 * gst/volume/gstvolume.c: (volume_choose_func),
550 (volume_update_real_volume), (gst_volume_set_volume),
551 (gst_volume_init), (volume_process_double), (volume_process_float),
552 (volume_process_int16), (volume_process_int16_clamp),
553 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
554 * gst/volume/gstvolume.h:
555 Extend float audio support (double) and some int->uint cleanups.
557 2007-02-20 Edward Hervey <edward@fluendo.com>
559 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
560 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
561 (sort_end_pads), (gst_decode_group_expose),
562 (gst_decode_group_hide):
563 Don't free groups from the streaming threads. Just put them aside and
564 free them in dispose.
566 2007-02-20 Edward Hervey <edward@fluendo.com>
568 * gst/playback/gstdecodebin2.c: (connect_element),
569 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
570 (sort_end_pads), (gst_decode_group_expose):
571 Handle dynamic pads within groups.
572 Sort pads before exposing them in order to make playbin happy.
573 There still is a race with the multiqueue filling up. This should be
577 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
579 * gst-libs/gst/utils/base-utils.c:
580 * gst-libs/gst/utils/descriptions.c:
581 * gst-libs/gst/utils/install-plugins.c:
582 * gst-libs/gst/utils/missing-plugins.c:
583 Some more docs (and descriptions for two subtitle formats).
585 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
587 * gst-libs/gst/audio/audio.c:
590 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
592 Patch by: Yves Lefebvre <ivanohe abacom com>
594 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
595 Don't leak caps. Fixes #408278.
597 2007-02-15 Stefan Kost <ensonic@users.sf.net>
599 * ext/cdparanoia/gstcdparanoiasrc.h:
600 * ext/ogg/gstoggdemux.h:
601 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
602 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
603 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
604 * gst-libs/gst/audio/audio.h:
605 * gst-libs/gst/audio/gstaudiofilter.h:
606 * gst-libs/gst/interfaces/videoorientation.h:
607 * gst/adder/gstadder.h:
608 More docs coverage and some ChangeLog surgery (add missing names)
610 2007-02-15 Wim Taymans <wim@fluendo.com>
612 * sys/ximage/ximagesink.c:
613 (gst_ximagesink_calculate_pixel_aspect_ratio):
614 * sys/xvimage/xvimagesink.c:
615 (gst_xvimagesink_calculate_pixel_aspect_ratio):
616 Small constifications.
618 2007-02-15 Wim Taymans <wim@fluendo.com>
620 * gst-libs/gst/audio/gstbaseaudiosink.c:
621 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
622 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
623 (gst_base_audio_sink_async_play),
624 (gst_base_audio_sink_change_state):
625 Answer latency query.
626 Use configured latency when syncing.
629 * gst-libs/gst/audio/gstbaseaudiosrc.c:
630 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
631 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
632 Fix possible memleak.
633 Implement latency query.
636 2007-02-15 Wim Taymans <wim@fluendo.com>
638 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
639 Ignore errors in reset, these are not fatal. They also grab the element
640 lock which is already taking when this function is called. Fixes
643 2007-02-13 Stefan Kost <ensonic@users.sf.net>
646 Remove 'tests/examples/xerror/Makefile' from output files again.
648 2007-02-13 Stefan Kost <ensonic@users.sf.net>
651 * docs/plugins/Makefile.am:
652 Also crossref against gst-plugins-base-libs.
654 2007-02-12 Stefan Kost <ensonic@users.sf.net>
657 * docs/libs/Makefile.am:
658 * docs/plugins/Makefile.am:
659 Add crossreferences to glib/gobject/gstream docs.
661 * gst-libs/gst/audio/audio.h:
664 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
665 Add own debug category.
667 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
669 Patch by: René Stadler <mail at renestadler de>
671 * gst-libs/gst/tag/gstvorbistag.c:
672 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
675 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
677 * gst/playback/gstplaybasebin.c: (setup_source):
678 When we have external subtitles and wait for the subtitle decodebin
679 to get up and running, we set up a (sync) bus handler for the
680 subtitle decodebin, so we can stop waiting when it posts an error
681 message. However, we should do that before we set the subtitle
682 decodebin's state to playing, otherwise things are racy and we might
683 miss error messages posted before we had a chance to set up the bus.
684 This should finally fix totem hanging on .txt pseudo-subtitle files.
686 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
688 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
689 Use gst_gdouble_to_guint64 for conversions.
690 * win32/common/config.h.in:
691 Add a define for GST_INSTALL_PLUGINS_HELPER
692 * win32/common/libgstaudio.def:
693 * win32/common/libgstcdda.def:
694 * win32/common/libgstnetbuffer.def:
695 * win32/common/libgstrtp.def:
696 * win32/common/libgutils.def:
697 Add new exported functions.
698 * win32/vs6/gst_plugins_base.dsw:
699 * win32/vs6/libgstdecodebin.dsp:
700 * win32/vs6/libgstnetbuffer.dsp:
701 * win32/vs6/libgstplaybin.dsp:
702 * win32/vs6/libgstrtp.dsp:
703 * win32/vs6/libgstvorbis.dsp:
704 * win32/vs6/libgstcdda.dsp:
705 * win32/vs6/libgstgdp.dsp:
706 * win32/vs6/libgstutils.dsp:
707 Update and add new project files.
709 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
711 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
712 (subrip_remove_unhandled_tags), (parse_subrip):
713 For SubRip (.srt) subtitles, ignore all markup tags we don't
714 handle (like font tags, for example).
716 * tests/check/elements/subparse.c:
719 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
721 * gst/playback/gstdecodebin.c: (add_fakesink),
722 (gst_decode_bin_change_state):
723 * gst/playback/gstdecodebin2.c: (add_fakesink),
724 (gst_decode_bin_change_state):
725 Don't error out if there is no fakesink in the NULL to READY state
726 change, since when decodebin is re-used, we're only adding the
727 fakesink element in READY to PAUSED.
729 * tests/check/elements/decodebin.c:
730 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
732 Minimal unit test to make sure we can use the same decodebin
733 instance twice (at least with audiotestsrc input).
735 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
737 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
738 Try to get devic-name from device string first, and from handle only
739 as fallback (seems to yield better results and is more robust
740 against buggy probing code on the application side).
742 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
744 Based on patch by: Julien Puydt <julien.puydt at laposte net>
746 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
747 (gst_alsa_find_device_name):
748 * ext/alsa/gstalsa.h:
749 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
750 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
751 Improve device-name detection a bit, especially in the case where
752 the device is not actually open (#405020, #405024). Move common code
753 into gstalsa.c instead of duplicating it.
755 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
757 * gst/audioconvert/gstaudioconvert.c:
758 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
760 2007-02-06 Julien MOUTTE <julien@moutte.net>
762 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
763 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
764 (gst_xvimagesink_interface_supported),
765 (gst_xvimagesink_probe_get_properties),
766 (gst_xvimagesink_probe_probe_property),
767 (gst_xvimagesink_probe_needs_probe),
768 (gst_xvimagesink_probe_get_values),
769 (gst_xvimagesink_property_probe_interface_init),
770 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
771 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
772 (gst_xvimagesink_get_type):
773 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
774 for XVAdaptors so that one can choose the adaptor to use with
775 gstreamer-properties.
777 2007-02-06 Stefan Kost <ensonic@users.sf.net>
779 * gst/audioconvert/gstaudioconvert.c:
780 Also mention that a conversion from double to float is suboptimal still.
782 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
784 * gst-libs/gst/audio/gstaudiofilter.c:
785 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
786 Clear our formats structure and free the caps contained in it when
789 2007-02-05 Andy Wingo <wingo@pobox.com>
791 * gst-libs/gst/audio/gstbaseaudiosink.c
792 (gst_base_audio_sink_callback): Update basesink->offset so that we
793 pull monotonically increasing offsets instead of, um, seeking back
794 to 0 each time. Fixes alsasrc ! alsasink!
796 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
798 * gst/videoscale/gstvideoscale.c:
799 A width and height of 1 makes us crash, so increase minimum size to
800 2x2 pixels until someone feels like fixing this (#404512).
802 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
804 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
805 Add small test to make sure request pads are cleaned up properly
806 even if oggmux never changes state out of NULL.
808 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
810 * tests/check/libs/utils.c: (GST_START_TEST):
811 Fix unit test. Turns out things work much better when you
812 NULL-terminate string arrays. Should make p5 build bot happy again.
814 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
816 * gst-libs/gst/audio/Makefile.am:
817 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
818 (gst_audio_filter_template_base_init),
819 (gst_audio_filter_template_class_init),
820 (gst_audio_filter_template_init),
821 (gst_audio_filter_template_set_property),
822 (gst_audio_filter_template_get_property),
823 (gst_audio_filter_template_setup),
824 (gst_audio_filter_template_filter),
825 (gst_audio_filter_template_filter_inplace), (plugin_init):
826 Oops, forgot to commit fixed-up example.
828 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
830 * docs/libs/gst-plugins-base-libs-sections.txt:
831 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
832 (gst_audio_filter_class_init), (gst_audio_filter_init),
833 (gst_audio_filter_set_caps),
834 (gst_audio_filter_class_add_pad_templates):
835 * gst-libs/gst/audio/gstaudiofilter.h:
836 Port GstAudioFilter to 0.10. This change technically breaks
837 API and ABI (and thus also every library developer's heart),
838 but seems justifiable on the grounds that the base class was
839 completely unusable before (ie. would crash immediately when
840 actually used). Fixes #403963 (and eventually also #403572).
841 Also document all of this a bit.
843 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
845 * gst-libs/gst/utils/install-plugins.c:
846 (gst_install_plugins_spawn_child):
847 * tests/check/libs/utils.c:
848 (test_base_utils_install_plugins_do_callout):
849 Lowering log level to see why things fail on the p5 build bot;
850 fix some typos in unit test messages.
852 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
854 * tests/check/libs/utils.c:
855 (test_base_utils_install_plugins_do_callout):
856 Don't hard-code temp directory for test helper; use GLib functions
857 to write out file and do error checking etc.
859 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
861 * gst-libs/gst/utils/Makefile.am:
862 * gst-libs/gst/utils/base-utils.h:
863 * gst-libs/gst/utils/install-plugins.c:
864 (gst_install_plugins_context_set_xid),
865 (gst_install_plugins_context_new),
866 (gst_install_plugins_context_free),
867 (gst_install_plugins_get_helper),
868 (gst_install_plugins_spawn_child),
869 (gst_install_plugins_return_from_status),
870 (gst_install_plugins_installer_exited),
871 (gst_install_plugins_async), (gst_install_plugins_sync),
872 (gst_install_plugins_return_get_name),
873 (gst_install_plugins_installation_in_progress):
874 * gst-libs/gst/utils/install-plugins.h:
875 API: add API for applications to initiate installation of missing
876 plugins, ie. gst_install_plugins_async() primarily.
877 Based on libgimme-codec by Ryan Lortie.
880 Add --with-install-plugins-helper configure option so distros can specify
881 the path of the helper script or program to call when plugin installation
882 is requested (distros: please do any argument munging in this helper
883 script instead of patching GStreamer to pass arguments differently
884 to another program directly).
886 * docs/libs/gst-plugins-base-libs-docs.sgml:
887 * docs/libs/gst-plugins-base-libs-sections.txt:
888 Build and document new API.
890 * tests/check/libs/utils.c: (result_cb),
891 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
892 (libgstbaseutils_suite):
893 Some simple checks for the new API.
895 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
897 * tests/check/elements/audioconvert.c: (test_float_conversion):
898 Add small test for 32bit float <=> 64bit float conversion (works
899 only one way so far, 32=>64 produces structured noise).
901 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
903 * gst/audioconvert/gstaudioconvert.c:
904 (set_structure_widths_32_and_64), (make_lossless_changes):
905 We don't support floats with a width of 40, 48 or 56 bits.
907 2007-02-02 Stefan Kost <ensonic@users.sf.net>
909 * gst/audioconvert/audioconvert.c: (float), (double),
910 (audio_convert_get_func_index):
911 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
912 (make_lossless_changes):
913 Support for 64-bit float audio in audioconvert (#339837)
915 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
917 Patch by: Holger Wansing <linux wansing-online de>
921 Add German translation (#352069).
923 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
925 reviewed by: Wim Taymans <wim@fluendo.com>
927 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
928 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
929 Use newly added GstCollectPads API to free the allocated resources in
930 the GstOggPad structures (#402393).
932 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
934 * gst/playback/gstplaybin.c: (gen_vis_element):
935 Add audioresample+audioconvert in front of the visualisation
936 element, so that elements like libvisual 0.4 that don't support all
937 samplerates can work.
941 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
943 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
944 (gst_play_base_bin_get_streaminfo_value_array):
945 Take some locks and make a copy of the streaminfo value array we
946 maintain while holding the lock, so that the application can
947 retrieve the stream-info as a value array in a thread-safe way.
949 2007-01-30 Wim Taymans <wim@fluendo.com>
951 * gst/audioconvert/gstaudioconvert.c:
952 Don't fail on 0 sized buffers. Fixes #396835.
954 2007-01-29 David Schleef <ds@schleef.org>
956 * gst/typefind/gsttypefindfunctions.c:
957 Detect BBCD as video/x-dirac, so we can play raw dirac
960 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
962 * ext/theora/theoraenc.c: (theora_enc_chain):
963 Check return value of theora_encode_header(), or we might try to
964 allocate a random number of bytes. theora_encode_header() can fail
965 if libtheora has been compiled with encoding support disabled.
968 2007-01-29 Wim Taymans <wim@fluendo.com>
970 * tests/check/gst/.cvsignore:
973 2007-01-29 Wim Taymans <wim@fluendo.com>
975 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
976 Fix strides in libvisual. Gst uses X strides.
977 Inspired by: <ed at catmur dot co dot uk> and
978 <tim at centricular dot net>
981 2007-01-27 Wim Taymans <wim@fluendo.com>
983 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
984 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
985 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
986 (gst_ogg_demux_perform_seek),
987 (gst_ogg_demux_bisect_forward_serialno),
988 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
989 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
990 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
991 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
992 * ext/ogg/gstoggdemux.h:
993 Properly propagate streaming errors when we are scanning the file for
994 chains so that we don't crash when shut down. Might fix some crashers
995 when quickly switching oggs in RB such as #332503 and #378436.
997 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
999 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1000 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1003 2007-01-25 Wim Taymans <wim@fluendo.com>
1005 * gst/playback/gstplaybasebin.c: (remove_source):
1006 Don't try to disconnect a signal from a finalized object.
1008 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1010 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1011 Cast lock macro parameters to make sure we're actually accessing the
1012 lock member at the right class level. Free list itself in _dispose()
1013 as well and NULL it in case dispose gets called multiple times.
1015 2007-01-25 Edward Hervey <edward@fluendo.com>
1017 * gst/playback/gstdecodebin2.c:
1018 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1019 Free GstDecodeGroups no longer used.
1020 (gst_decode_group_expose):
1021 Don't unlock too many times !
1022 (deactivate_free_recursive):
1023 Free iterator once we're done with it.
1024 Fix for recursively deactivating elements (stop at ghostpads).
1026 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1028 * gst/playback/gstplaybin.c: (handoff):
1029 Fix up caps on the frame buffer before we save it and potentially
1030 make it accessible to other threads via g_object_get; also use
1031 gst_buffer_replace() instead of gst_mini_object_replace().
1033 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1035 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1036 Make getting the current frame thread-safe.
1038 2007-01-25 Edward Hervey <edward@fluendo.com>
1040 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1041 (gst_decode_group_new), (gst_decode_group_free):
1042 Set queues to bigger sizes to cope with HD contents.
1043 Fix some mutex freeing and add comment about MT safe methods.
1045 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
1047 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1048 (gst_text_overlay_text_event):
1049 Don't unnecessarily ref (and then leak) upstream events if the text
1050 pad is not linked. Fixes #399948.
1052 * tests/check/gst-plugins-base.supp:
1053 Add suppression for pango on edgy/x86 for textoverlay test.
1055 2007-01-24 Wim Taymans <wim@fluendo.com>
1057 * gst-libs/gst/rtp/gstrtpbuffer.h:
1058 Add some more fixed payloads.
1060 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
1062 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1063 Error out properly if we get an error from libogg while reading the
1064 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1066 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
1068 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1071 * tests/check/elements/playbin.c:
1072 (test_sink_usage_video_only_stream),
1073 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1074 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1075 (test_missing_suburisource_handler),
1076 (test_missing_primary_decoder), (playbin_suite):
1077 Run all tests once with decodebin and once with decodebin2.
1078 One test does not pass yet with decodebin2.
1080 2007-01-23 Edward Hervey <edward@fluendo.com>
1082 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1083 Fix the cases where oggmux doesn't properly figure out that all
1084 sinkpads have gone EOS, and therefore doesn't push out the remaining
1085 buffers and the final EOS event.
1088 2007-01-23 Julien MOUTTE <julien@moutte.net>
1090 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1091 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1092 Don't lock on navigation event push, just on keysym to string.
1093 Fixes #397673 again.
1095 2007-01-22 Edward Hervey <edward@fluendo.com>
1097 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1098 (get_current_group), (group_demuxer_event_probe),
1099 (gst_decode_group_expose), (deactivate_free_recursive),
1100 (gst_decode_group_free):
1102 Don't forget to emit 'no-more-pads' once a group is exposed.
1103 Cleanup elements from a DecodeGroup once we remove it.
1104 Protect call to gst_decode_group_expose() with the decodebin lock.
1106 2007-01-22 Julien MOUTTE <julien@moutte.net>
1108 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1109 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1110 Looking at Xorg code i can't figure out if that XKeysymToString
1111 function is thread sensible or not. Lock it just in case as
1112 recommended by Radek Doulik <rodo at ximian dot com>.
1114 2007-01-22 Julien MOUTTE <julien@moutte.net>
1116 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1117 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1118 Lock that X Call as well. Fixes #397673.
1120 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1122 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1123 Don't go into an endless loop if the file starts with 00 00 01 2X,
1124 like quicktime redirect files might. Fixes #396042.
1126 * tests/check/Makefile.am:
1127 * tests/check/gst/.cvsignore:
1128 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1129 (typefindfunctions_suite):
1130 Add unit test for the above.
1132 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1134 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1135 On second thought, use "depth" field rather than "bpp" field.
1137 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1139 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1140 Camtasia caps apparently need a bpp field (#398875).
1142 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1144 * gst/playback/gstplaybasebin.c: (setup_subtitle),
1145 (gen_source_element), (gst_play_base_bin_change_state):
1146 Attempt at a better error message in case we don't have the required
1147 URI handler installed; post missing-plugin message also when we're
1148 missing an URI handler for the subtitle URI; clean up properly also
1149 when an error occurs and we never made it to PAUSED state.
1151 * tests/check/elements/playbin.c: (GST_START_TEST),
1153 Check that we're also getting a missing-plugin messsage for a
1154 missing subtitle URI handler (and clean up properly).
1156 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1158 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1159 Plug a few reference leaks.
1161 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1163 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1164 Lower probability a bit if the marker isn't right at the start,
1165 to decrease the chance of false positives.
1167 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1169 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1170 Small mpeg2 system stream typefinding improvement: make typefinder
1171 probe a bit into the stream instead of just looking for a marker
1172 at the beginning. Fixes #397810.
1174 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
1176 * gst/audioconvert/gstchannelmix.c:
1177 Remove compatibility cruft for prehistoric GLib versions.
1179 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
1181 * gst/playback/Makefile.am:
1182 * gst/playback/gstdecodebin.c: (close_pad_link):
1183 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1184 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1185 (gst_play_base_bin_handle_message_func), (unknown_type):
1186 Let decodebin be the element to post missing-plugin messages for
1187 missing decoders (rather than playbin); make playbin implement
1188 GstBin::handle_message so we can suppress missing-plugin messages
1189 for types we're not handling on purpose (don't want to bring up an
1190 installer in those cases).
1192 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
1194 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1195 * gst-libs/gst/tag/gstvorbistag.c:
1196 (gst_tag_list_to_vorbiscomment_buffer):
1197 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1198 Fix potentially unaligned access (#397207).
1200 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1202 * tests/examples/seek/seek.c: (set_scale), (update_scale),
1203 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1204 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1206 Allow to toggle looping while it plays. Fix callback prototype. Clean
1207 up code a bit more. Add copyright header.
1209 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1211 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1212 Red and blue mask was swapped (spotted by Dan Williams).
1214 2007-01-15 Stefan Kost <ensonic@users.sf.net>
1216 * gst-libs/gst/tag/gstid3tag.c:
1217 * gst-libs/gst/tag/gstvorbistag.c:
1218 Use new beats-per-minute tag from core.
1220 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
1223 Add new files with translatable strings, so they actually make it
1224 into the template file one day.
1226 2007-01-12 Andy Wingo <wingo@pobox.com>
1228 * gst-libs/gst/audio/gstbaseaudiosink.c
1229 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1230 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1231 stuff, as the base class handles this now. Actually tell the ring
1233 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1234 How did this work before? Maybe I'm not as awesome a programmer as
1237 * gst-libs/gst/audio/gstbaseaudiosrc.c
1238 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1241 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1243 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1244 Remove more fields so that the application can better blacklist
1245 formats that have been tried before.
1247 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1249 * gst-libs/gst/audio/mixerutils.h:
1250 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1251 used when compiling with c++ compilers as well.
1253 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1255 * gst/typefind/gsttypefindfunctions.c:
1258 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
1260 * gst/playback/gstplaybin.c: (post_missing_element_message),
1261 (gen_video_element), (gen_text_element), (gen_audio_element),
1263 Post missing-plugin messages also when we error out because
1264 converters, textoverlay or auto*sinks are missing (#161922).
1266 2007-01-10 Wim Taymans <wim@fluendo.com>
1268 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1269 (is_demuxer_element), (new_caps):
1270 * gst/playback/gstplaybasebin.c: (source_new_pad):
1271 Fix the case where we try to ref a NULL element when we delay a link
1272 because of unfixed caps.
1273 Set the state of autoplugged decodebins to PAUSED.
1274 RTSP now works in playbin, we can remove it from the blacklist.
1276 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1278 * gst/playback/Makefile.am:
1279 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1280 (unknown_type), (setup_subtitle), (gen_source_element):
1281 * gst/playback/gstplaybin.c: (plugin_init):
1282 Post missing-plugin messages on the bus for missing sources and
1283 missing decoders/demuxers/depayloaders; fix error code used when
1284 we're missing an URI handler source; for media types that we are not
1285 handling on purpose at the moment, don't print "don't know how to
1286 handle xyz" messages to the terminal or post missing-plugin
1287 messages on the bus.
1289 * tests/check/elements/playbin.c: (create_playbin),
1290 (GST_START_TEST), (gst_codec_src_uri_get_type),
1291 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1292 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1293 (gst_codec_src_init_type), (gst_codec_src_base_init),
1294 (gst_codec_src_create), (gst_codec_src_class_init),
1295 (gst_codec_src_init), (plugin_init), (playbin_suite):
1296 Add some tests for the missing-plugin stuff.
1298 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1301 * gst-libs/gst/Makefile.am:
1302 * gst-libs/gst/utils/Makefile.am:
1303 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1304 * gst-libs/gst/utils/base-utils.h:
1305 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1306 (find_format_info), (caps_are_rtp_caps),
1307 (gst_base_utils_get_source_description),
1308 (gst_base_utils_get_sink_description),
1309 (gst_base_utils_get_decoder_description),
1310 (gst_base_utils_get_encoder_description),
1311 (gst_base_utils_get_element_description),
1312 (gst_base_utils_add_codec_description_to_tag_list),
1313 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1314 * gst-libs/gst/utils/descriptions.h:
1315 * gst-libs/gst/utils/missing-plugins.c:
1316 (missing_structure_get_type), (copy_and_clean_caps),
1317 (gst_missing_uri_source_message_new),
1318 (gst_missing_uri_sink_message_new),
1319 (gst_missing_element_message_new),
1320 (gst_missing_decoder_message_new),
1321 (gst_missing_encoder_message_new),
1322 (missing_structure_get_string_detail),
1323 (missing_structure_get_caps_detail),
1324 (gst_missing_plugin_message_get_installer_detail),
1325 (gst_missing_plugin_message_get_description),
1326 (gst_is_missing_plugin_message):
1327 * gst-libs/gst/utils/missing-plugins.h:
1328 API: add new libgstbaseutils library with functions
1329 - to create and parse missing-plugins messages
1330 - that provide (translated) descriptions for caps/decoders/sources/etc.
1333 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1334 * pkgconfig/gstreamer-plugins-base.pc.in:
1337 * docs/libs/gst-plugins-base-libs-docs.sgml:
1338 * docs/libs/gst-plugins-base-libs-sections.txt:
1339 Generate docs for new lib and API.
1341 * tests/check/Makefile.am:
1342 * tests/check/libs/.cvsignore:
1343 * tests/check/libs/utils.c: (missing_msg_check_getters),
1344 (GST_START_TEST), (libgstbaseutils_suite):
1345 Add some basic unit tests.
1347 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1349 * ext/ogg/Makefile.am:
1350 Dist gstoggdemux.h to fix 'make distcheck'.
1352 * sys/v4l/Makefile.am:
1353 Fix 'make distcheck' even more.
1355 2007-01-09 Wim Taymans <wim@fluendo.com>
1357 * docs/plugins/Makefile.am:
1358 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1359 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1360 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1361 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1362 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1363 (gst_ogg_demux_perform_seek):
1364 * ext/ogg/gstoggdemux.h:
1366 Add some more comments.
1369 2007-01-09 Wim Taymans <wim@fluendo.com>
1371 * ext/theora/theoradec.c:
1372 * ext/vorbis/vorbisdec.c:
1373 * gst-libs/gst/audio/gstringbuffer.c:
1374 (gst_ring_buffer_commit_full):
1375 * gst-libs/gst/audio/gstringbuffer.h:
1376 * gst-libs/gst/rtp/gstrtpbuffer.c:
1377 * gst-libs/gst/tag/gstvorbistag.c:
1378 Small documentation updates/fixes
1380 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1383 Require core CVS HEAD for Andy's basesrc/sink API additions.
1385 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1387 Patch by: Günter Thelen <daedalus dot inc at gmx net>
1389 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1391 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1392 on flac.sf.net (there appear to be other versions of the first
1393 ogg page in the wild) (#391365).
1395 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1398 Check if localtime_r() is available.
1400 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1401 If localtime_r() is not available, fall back to localtime(). Should
1402 fix build on MingW (#393310).
1404 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1406 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1407 * gst/subparse/gstsubparse.h:
1408 Remove spurious 1000 subtrahend when calculating the timestamp from
1409 the frame number and the frame rate . Also, use the frames/second
1410 value specified in the first line of the file, if one is specified
1411 there. Should fix #357503.
1413 * tests/check/elements/subparse.c: (do_test),
1414 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1416 Add some basic unit tests for the microdvd subtitle format.
1418 2007-01-07 Julien MOUTTE <julien@moutte.net>
1420 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1421 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1422 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1423 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1424 (gst_xvimagesink_set_xwindow_id),
1425 (gst_xvimagesink_set_event_handling),
1426 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1427 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1428 Patch by : Young-Ho Cha <ganadist at chollian dot net>
1430 Add an adaptor property to select a specific XV adaptor.
1431 * sys/xvimage/xvimagesink.h:
1433 2007-01-07 Julien MOUTTE <julien@moutte.net>
1435 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1436 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1437 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1438 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1439 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1440 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1441 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1442 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1443 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1444 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1445 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1446 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1447 Use flow_lock much more to protect every access to xwindow.
1448 Try to catch erros while creating images in case some drivers are
1449 just generating an XError when the requested image is too big.
1450 Should fix : #354698, #384008, #384060.
1451 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1452 Implement some stress testing of setting window xid.
1454 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
1456 * win32/common/libgsaudio.def:
1457 Add new exported function.
1458 * win32/common/libgstogg.dsp:
1459 Add gstoggaviparse.c to the build.
1460 * win32/common/libgstvideoscale.dsp:
1461 Add vs_4tap.c to the build.
1462 * win32/common/libgstvorbis.dsp:
1463 Add vorbistag.c to the build.
1465 2007-01-06 Andy Wingo <wingo@pobox.com>
1467 * gst-libs/gst/audio/gstbaseaudiosink.c
1468 (gst_base_audio_sink_class_init)
1469 (gst_base_audio_sink_init):
1470 (gst_base_audio_sink_activate_pull): Add an activate_pull function
1471 to baseaudiosink, and tell basesink that we can work in pull mode.
1472 This way the ring buffer thread drives the pipeline directly, if
1473 pull mode is possible. There is some lingering nastiness regarding
1475 (gst_base_audio_sink_callback): Implement the callback to pull
1476 data. This interface is a bit light, though -- it should get a
1477 GstFlowReturn return value at least.
1479 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1481 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1482 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1483 * gst/playback/gstdecodebin2.c:
1484 (gst_decode_group_check_if_blocked):
1485 Printf format and missing argument fixes.
1487 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
1489 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1490 (gst_ogm_parse_change_state):
1491 Activate pads before adding them to the element.
1493 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1495 * tests/examples/seek/scrubby.c: (main):
1496 * tests/examples/seek/seek.c: (main):
1497 Call g_thread_init() first thing in main() (see #391278).
1499 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1501 * tests/check/Makefile.am:
1502 * tests/check/libs/.cvsignore:
1503 * tests/check/libs/netbuffer.c: (GST_START_TEST),
1505 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1506 for the time being, since it's broken, see #393099.
1508 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1510 * tests/check/Makefile.am:
1511 Update to use GST_PLUGINS_BASE_CFLAGS as well.
1513 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
1516 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1517 so that GST_BASE_CFLAGS can go inbetween them, making sure
1518 we use uninstalled gst-libs headers
1519 * docs/libs/Makefile.am:
1520 * ext/alsa/Makefile.am:
1521 * ext/cdparanoia/Makefile.am:
1522 * ext/gnomevfs/Makefile.am:
1523 * ext/libvisual/Makefile.am:
1524 * ext/ogg/Makefile.am:
1525 * ext/theora/Makefile.am:
1526 * ext/vorbis/Makefile.am:
1527 * gst-libs/gst/audio/Makefile.am:
1528 * gst-libs/gst/cdda/Makefile.am:
1529 * gst-libs/gst/interfaces/Makefile.am:
1530 * gst-libs/gst/riff/Makefile.am:
1531 * gst-libs/gst/rtp/Makefile.am:
1532 * gst-libs/gst/tag/Makefile.am:
1533 * gst/adder/Makefile.am:
1534 * gst/audioconvert/Makefile.am:
1535 * gst/audiorate/Makefile.am:
1536 * gst/audioresample/Makefile.am:
1537 * gst/playback/Makefile.am:
1538 * gst/tcp/Makefile.am:
1539 * gst/videoscale/Makefile.am:
1540 * gst/volume/Makefile.am:
1541 * sys/ximage/Makefile.am:
1542 * sys/xvimage/Makefile.am:
1543 * tests/icles/Makefile.am:
1546 2007-01-04 Julien MOUTTE <julien@moutte.net>
1548 * gst-libs/gst/interfaces/xoverlay.c:
1549 (gst_x_overlay_handle_events):
1550 * gst-libs/gst/interfaces/xoverlay.h:
1551 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1552 (gst_ximagesink_set_xwindow_id),
1553 (gst_ximagesink_set_event_handling),
1554 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1555 (gst_ximagesink_get_property), (gst_ximagesink_init),
1556 (gst_ximagesink_class_init):
1557 * sys/ximage/ximagesink.h:
1558 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1559 (gst_xvimagesink_set_xwindow_id),
1560 (gst_xvimagesink_set_event_handling),
1561 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1562 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1563 (gst_xvimagesink_class_init):
1564 * sys/xvimage/xvimagesink.h:
1565 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1566 Add a method to the XOverlay interface to allow disabling of
1567 event handling in x[v]imagesink elements. This will let X events
1568 propagate to parent windows which can be usefull in some cases.
1569 Be carefull that the application is then responsible of pushing
1570 navigation events and expose events to the video sink.
1573 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
1575 * gst-libs/gst/tag/gstvorbistag.c:
1576 * tests/check/libs/tag.c: (GST_START_TEST):
1577 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1580 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
1584 * docs/design/Makefile.am:
1587 2006-12-27 Julien MOUTTE <julien@moutte.net>
1589 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1590 typo. Fixes: #390063.
1592 2006-12-27 Julien MOUTTE <julien@moutte.net>
1594 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1595 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1597 * win32/common/config.h: Updated.
1599 2006-12-22 Stefan Kost <ensonic@users.sf.net>
1601 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1602 (setup_gdpdepay_streamheader):
1603 * tests/check/elements/gdppay.c: (cleanup_gdppay),
1604 (setup_gdppay_streamheader):
1605 Fix the dp tests, but activating the pads for the streamheader tests
1606 too and cleaning up conditionaly
1608 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
1610 * gst/ffmpegcolorspace/avcodec.h:
1611 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1612 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1613 (gst_ffmpegcsp_avpicture_fill):
1614 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1615 (img_get_alpha_info):
1616 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1617 other end of the word. Fixes: #387073.
1619 Add some inconsequential branch hints in a couple of places.
1621 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
1623 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1624 (gst_ffmpeg_caps_to_smpfmt):
1625 The "signed" field in raw audio caps is of boolean type, trying to
1626 extract the value with _get_int() will fail (fix to keep in sync with
1627 the copy in gst-ffmpeg)
1629 2006-12-21 Stefan Kost <ensonic@users.sf.net>
1631 * tests/check/elements/audioresample.c: (cleanup_audioresample):
1632 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1633 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1635 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1636 * tests/check/elements/subparse.c: (teardown_subparse):
1637 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1638 * tests/check/elements/videorate.c: (cleanup_videorate):
1639 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1640 * tests/check/elements/volume.c: (cleanup_volume):
1641 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1642 (cleanup_vorbisdec):
1643 * tests/check/elements/vorbistag.c: (setup_vorbistag),
1644 (cleanup_vorbistag):
1645 consistent pad (de)activation
1647 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1649 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1650 Forgot to register the extensions.
1652 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1654 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1656 Add typefinder for VIVO files (my christmas present to the 90s).
1658 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1660 * gst/playback/gstdecodebin.c: (type_found):
1661 Special-case the text/plain media type: we only want to recognise it
1662 as a 'raw' decoded media type if it comes from a demuxer or subtitle
1663 parser, but not if the entire stream is of text/plain type. If the
1664 entire stream is text/plain, we should just error out.
1666 This fixes playback of audio files with lyrics in totem. Totem can't
1667 distinguish between text files and subtitle files and passes any
1668 .txt file with the same basename as the main file to playbin as
1669 suburi, and playbin will then throw a 'subtitle found, but no video
1670 stream' error, which isn't entirely helpful. See #380342.
1672 Also, with this change we'll show a slightly more correct error
1673 message in case totem passes a playlist file to us (although a
1674 custom error message wording instead of the default text would
1675 probably not be a bad idea either).
1677 Same problem also needs to be fixed for playbin+decodebin2.
1679 * tests/check/Makefile.am:
1680 * tests/check/elements/decodebin.c: (src_handoff_cb),
1681 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1683 Add simple unit test for decodebin for the above.
1685 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1687 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1688 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1689 Refuse to change state to READY when we failed to create any of the
1690 required elements in our instance init function.
1692 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
1694 * docs/libs/gst-plugins-base-libs-sections.txt:
1695 Small docs fixes/updates.
1697 * gst-libs/gst/video/gstvideosink.h:
1698 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1699 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1700 removed from the base sink API between 0.9.6 and 0.9.7).
1701 API: add GST_VIDEO_SINK_CAST and use it for the height/width
1702 accessor macros, so we don't do a runtime GObject type check every
1705 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
1708 * gst-plugins-base.doap:
1709 * gst-plugins-base.spec.in:
1712 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
1714 Patch by: Jens Granseuer <jensgr at gmx net>
1716 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1717 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1718 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1719 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1720 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1721 Declare variables at the beginning of a block. Fixes #383195.
1723 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
1726 Bump version nano - back to CVS.
1729 === release 0.10.11 ===
1731 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
1734 releasing 0.10.11, "Dumb things"
1736 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
1738 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1739 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1740 Handle the case where an element has multiple pads with
1741 unfixed caps as well as still possibly producing more dynamic
1742 pads by storing each case as a distinct entry in the dynamic list.
1745 2006-12-04 Wim Taymans <wim@fluendo.com>
1747 * gst/playback/gstdecodebin.c: (close_pad_link):
1748 Fix #382223, add more dynamic caps handling.
1750 2006-12-04 Wim Taymans <wim@fluendo.com>
1752 reviewed by: <delete if not using a buddy>
1754 * gst-libs/gst/audio/gstringbuffer.h:
1755 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1756 (gst_netaddress_set_ip4_interface),
1757 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1758 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1759 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1760 (gst_netaddress_get_ttl):
1761 * gst-libs/gst/netbuffer/gstnetbuffer.h:
1762 * gst/playback/gstdecodebin.c: (close_pad_link):
1763 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1764 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1765 * win32/common/config.h:
1767 2006-12-01 Michael Smith <msmith@fluendo.com>
1769 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1770 Delete bad debug code.
1773 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
1775 * gst/videoscale/vs_4tap.c:
1777 * win32/common/config.h:
1778 * win32/vs8/libgstvideoscale.vcproj:
1779 Fix compilation on win32 under VS8
1780 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1781 Partially fixes #381175
1783 2006-11-30 Michael Smith <msmith@fluendo.com>
1785 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1787 It would be very bad if, after a discont buffer, we thought every
1788 single following buffer was also discont. So, add to the test to
1789 ensure that this isn't the case.
1791 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1792 ... it was the case. So fix it.
1794 2006-11-28 Wim Taymans <wim@fluendo.com>
1796 * gst/playback/gstplaybasebin.c: (check_queue_event):
1799 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1800 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1801 padtemplate caps. Refixes #357577.
1803 2006-11-28 Wim Taymans <wim@fluendo.com>
1805 * gst/playback/gstplaybasebin.c: (check_queue_event),
1806 (queue_threshold_reached), (queue_out_of_data),
1807 (gen_preroll_element):
1808 Add event probe to see when EOS is in a queue and we can disable the
1809 underrun signals. Fixes #357577.
1811 2006-11-28 Edward Hervey <edward@fluendo.com>
1813 * gst/playback/Makefile.am:
1814 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1815 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1816 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1817 (gst_decode_bin_init), (gst_decode_bin_dispose),
1818 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1819 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1820 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1821 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1822 (connect_element), (expose_pad), (type_found),
1823 (pad_added_group_cb), (pad_removed_group_cb),
1824 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1825 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1826 (are_raw_caps), (multi_queue_overrun_cb),
1827 (multi_queue_underrun_cb), (gst_decode_group_new),
1828 (get_current_group), (group_demuxer_event_probe),
1829 (gst_decode_group_control_demuxer_pad),
1830 (gst_decode_group_control_source_pad),
1831 (gst_decode_group_check_if_blocked),
1832 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1833 (gst_decode_group_hide), (gst_decode_group_free),
1834 (gst_decode_group_set_complete), (source_pad_blocked_cb),
1835 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1836 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1838 New decodebin2 element.
1840 * gst/playback/gstplay-marshal.list:
1841 Added marshallers for new signals in decodebin2
1842 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1843 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1846 2006-11-28 Wim Taymans <wim@fluendo.com>
1848 * gst/playback/gstplaybasebin.c: (setup_source),
1849 (gst_play_base_bin_change_state):
1850 Disable rtsp:// uris for the release, it's not good enough yet.
1853 2006-11-26 Wim Taymans <wim@fluendo.com>
1855 * ext/theora/theoradec.c: (gst_theora_dec_reset),
1856 (theora_dec_push_forward), (theora_dec_push_reverse),
1857 (theora_handle_data_packet), (theora_dec_decode_buffer),
1858 (theora_dec_flush_decode), (theora_dec_chain_reverse),
1859 (theora_dec_chain_forward), (theora_dec_chain):
1860 Implement reverse playback.
1862 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1863 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1864 (vorbis_dec_chain_forward):
1865 Clear buffers used for reverse playback in _reset.
1866 No need to set the eos flag, we clip samples using the segment.
1868 2006-11-24 Wim Taymans <wim@fluendo.com>
1870 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1871 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1872 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1873 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1875 Handle continued pages in reverse mode.
1877 2006-11-24 Wim Taymans <wim@fluendo.com>
1879 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1880 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1881 (vorbis_dec_flush_decode):
1883 Don't try to add invalid timestamps.
1884 Clipping will unref the buffer.
1886 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1888 * gst/adder/gstadder.h:
1889 * gst/audiotestsrc/gstaudiotestsrc.h:
1890 remove obsolete _factory_init protos
1892 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1894 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1895 Fix spacing in debug message.
1897 2006-11-23 Wim Taymans <wim@fluendo.com>
1899 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1900 (gst_ogg_demux_chain):
1901 Don't just ignore return values from _pad_push().
1902 Small debug improvements.
1904 2006-11-23 Michael Smith <msmith@fluendo.com>
1906 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1907 If our incoming buffer is marked as DISCONT, then increment the page
1908 number (so that the discontinuity is marked in the final ogg
1909 bitstream) and flush the previous page.
1911 2006-11-22 Michael Smith <msmith@fluendo.com>
1913 * ext/theora/gsttheoraenc.h:
1914 * ext/theora/theoraenc.c: (gst_theora_enc_init),
1915 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1916 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1917 (theora_enc_chain), (theora_enc_change_state):
1918 Mark discontinuities of > 3/4 of a frame, reinit encoder.
1920 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1921 (GST_START_TEST), (theoraenc_suite):
1922 Enable discontinuity test, fix it.
1924 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1926 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1927 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1928 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1929 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1930 (gst_text_overlay_change_state):
1931 * ext/pango/gsttextoverlay.h:
1932 Some textoverlay fixes: for one, in the video chain function,
1933 actually wait for a text buffer to come in if there is none at the
1934 moment and there should be one; also, deal more gracefully with
1935 incoming buffers that do not have a timestamp or duration; discard
1936 text buffer when not needed any longer. Fixes #341681.
1938 * tests/check/Makefile.am:
1939 * tests/check/elements/.cvsignore:
1940 * tests/check/elements/textoverlay.c:
1941 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1942 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1943 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1944 (test_video_waits_for_text_send_text_newsegment_thread),
1945 (test_video_waits_for_text_shutdown_element),
1946 (test_render_continuity_push_video_buffers_thread),
1947 (textoverlay_suite):
1948 Add some unit tests for textoverlay.
1950 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1952 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1953 Avoid integer underflow when the found probability for mp3 is
1954 smaller than the 'penalty' we subtract if there's not a clean
1955 mp3 header sync at offset 0.
1957 2006-11-21 Stefan Kost <ensonic@users.sf.net>
1959 * docs/libs/gst-plugins-base-libs-sections.txt:
1960 Add some new symbols to the docs
1962 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
1964 * tests/check/Makefile.am:
1965 * tests/check/elements/ffmpegcolorspace.c:
1966 (ffmpegcolorspace_suite):
1967 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1968 (for now not for valgrinding though, since it takes too long).
1970 2006-11-20 Wim Taymans <wim@fluendo.com>
1972 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1973 (gst_ffmpeg_pixfmt_to_caps):
1974 Fix RGBA32 caps. Fixes #357038.
1976 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
1978 * gst-libs/gst/interfaces/mixertrack.h:
1979 Add FIXME so we can add some padding here in 0.11
1981 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
1983 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1984 Fix GstBaseRTPAudioPayload structure so the whole GObject
1985 inheritance business actually works (parent class instance structure
1986 must always come first in the derived class instance structure).
1988 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
1990 * gst/videotestsrc/Makefile.am:
1991 * tests/check/Makefile.am:
1992 Make sure our checks and the videotestsrc plugin link against the
1993 local uninstalled gst libs and not any installed gst libs that
1994 might happen to exist as well.
1996 * tests/check/elements/adder.c: (message_received),
1997 (test_event_message_received), (test_play_twice_message_received):
1998 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1999 Fix compiler warnings when compiling against core with disabled
2002 2006-11-16 Michael Smith <msmith@fluendo.com>
2004 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2005 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2006 Fix audiorate, so that it accurately sets offsets and timestamps.
2007 Doesn't change the fundamental algorithmic decisions; so should be
2010 * tests/check/Makefile.am:
2011 Enable audiorate test now that it passes.
2013 2006-11-09 Stefan Kost <ensonic@users.sf.net>
2015 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2016 clear xv when going to NULL, remove // commented non-existant proto
2018 * tests/examples/seek/seek.c: (main):
2019 add missing tooltip description for scrub and play_scrub
2021 2006-11-14 David Schleef <ds@schleef.org>
2024 Bump liboil requirement to 0.3.8.
2025 * gst-libs/gst/riff/riff-media.c:
2027 * gst/videoscale/vs_image.h:
2028 * gst/videoscale/vs_scanline.h:
2029 Use liboil's stdint.h.
2030 * gst/videotestsrc/videotestsrc.c:
2031 Remove liboil related ifdef's, since they aren't needed now, and
2032 won't work with future versions.
2034 2006-11-14 David Schleef <ds@schleef.org>
2036 * gst/videoscale/Makefile.am:
2037 * gst/videoscale/gstvideoscale.c:
2038 * gst/videoscale/gstvideoscale.h:
2039 * gst/videoscale/vs_4tap.c:
2040 * gst/videoscale/vs_4tap.h:
2041 * gst/videoscale/vs_image.c:
2042 * gst/videoscale/vs_image.h:
2043 * gst/videoscale/vs_scanline.c:
2044 * gst/videoscale/vs_scanline.h:
2045 Add a 4-tap image scaler. Theoretically looks much prettier.
2046 The tap calculation could use some improvement.
2048 2006-11-14 Wim Taymans <wim@fluendo.com>
2050 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2052 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2053 (gst_riff_parse_strf_iavs):
2054 * gst/subparse/gstsubparse.c: (convert_encoding):
2055 * gst/tcp/gstmultifdsink.c:
2056 (gst_multi_fd_sink_handle_client_write):
2057 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2058 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2059 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2060 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2061 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2062 (gst_ximagesink_ximage_new):
2063 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2064 Various gsize and gssize printf fixes. Fixes #372507.
2066 2006-11-13 Wim Taymans <wim@fluendo.com>
2068 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2069 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2070 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2071 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2072 (vorbis_dec_chain_forward), (vorbis_dec_chain):
2073 * ext/vorbis/vorbisdec.h:
2074 First stab at vorbis reverse playback.
2076 2006-11-13 Wim Taymans <wim@fluendo.com>
2078 * gst-libs/gst/audio/gstbaseaudiosink.c:
2079 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2080 * gst-libs/gst/audio/gstbaseaudiosink.h:
2081 Make the clock sync code more accurate wrt resampling and playback
2084 * gst-libs/gst/audio/gstringbuffer.c:
2085 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2086 * gst-libs/gst/audio/gstringbuffer.h:
2087 Use better algorithm to interpolate sample rates.
2089 2006-11-13 Michael Smith <msmith@fluendo.com>
2091 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2092 Improve a debug line slightly.
2094 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2095 Call gst_riff_init() in plugin_init, to avoid getting errors from
2096 the debug system (unrelated changes to another plugin made this turn
2099 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
2101 Patch by: Sergey Scobich <sergery.scobich at gmail com>
2103 * win32/common/libgsttag.def:
2104 Add missing symbol (#366492).
2106 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
2108 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2109 Don't unref a NULL pad.
2111 2006-11-09 Wim Taymans <wim@fluendo.com>
2113 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2114 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2115 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2116 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2117 (gst_ogg_demux_loop):
2118 Implement first stab at reverse playback.
2120 2006-11-07 Stefan Kost <ensonic@users.sf.net>
2122 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2123 (gst_riff_create_video_template_caps):
2124 add h263/h264 variants to the caps, Fixes #363118
2126 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
2128 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2129 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2130 Use g_strerror instead of strerror so we get UTF-8.
2132 2006-11-03 David Schleef <ds@schleef.org>
2134 * ext/ogg/gstoggdemux.c:
2135 * ext/ogg/gstoggmux.c:
2136 Add/remove KW-DIRAC header here, since it is ogg-specific.
2138 2006-11-03 Michael Smith <msmith@fluendo.com>
2140 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2141 Recognise more mpeg4 elementary video streams.
2143 2006-11-02 Edward Hervey <edward@fluendo.com>
2145 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2146 Lower the probability of mp3 typefinding functions if we don't find a
2147 valid mp3 header at the start of the file.
2150 2006-11-02 Wim Taymans <wim@fluendo.com>
2152 * ext/theora/gsttheoradec.h:
2153 * ext/theora/theoradec.c: (gst_theora_dec_init),
2154 (theora_dec_sink_event), (theora_dec_chain_forward),
2155 (theora_dec_flush_decode), (theora_dec_chain_reverse),
2157 Document and partially implement an algorithm for doing reverse playback
2160 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
2162 Patch by: Sergey Scobich <sergey.scobich at gmail com>
2164 * win32/common/config.h:
2165 * win32/common/interfaces-enumtypes.c:
2166 * win32/common/libgsttag.def:
2167 * win32/vs8/gst-plugins-base.sln:
2168 * win32/vs8/libgstaudioresample.vcproj:
2169 * win32/vs8/libgstinterfaces.vcproj:
2170 * win32/vs8/libgstogg.vcproj:
2171 * win32/vs8/libgstriff.vcproj:
2172 * win32/vs8/libgsttag.vcproj:
2173 * win32/vs8/libgsttheora.vcproj:
2174 * win32/vs8/libgstvideoscale.vcproj:
2175 * win32/vs8/libgstvorbis.vcproj:
2176 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2177 to libgsttag.def; add missing dependencies for some vs8 projects;
2178 re-arrange placement of .def files in vs8 projects (#366334).
2180 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
2183 Remove unused variable.
2185 * ext/ogg/gstoggdemux.c:
2186 Fix Wim's surname in plugin description.
2188 2006-10-31 Wim Taymans <wim@fluendo.com>
2190 * gst-plugins-base.spec.in:
2191 spec new .h file. Fixes #368310.
2193 2006-10-31 Michael Smith <msmith@fluendo.com>
2195 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2196 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2197 (gst_multi_fd_sink_get_stats),
2198 (gst_multi_fd_sink_remove_client_link),
2199 (gst_multi_fd_sink_queue_buffer),
2200 (gst_multi_fd_sink_handle_clients):
2201 * gst/tcp/gstmultifdsink.h:
2202 Make using the remove or clear signals threadsafe.
2203 Make calling get-stats with an invalid fd not segfault.
2206 2006-10-31 Wim Taymans <wim@fluendo.com>
2208 * gst-libs/gst/rtp/Makefile.am:
2209 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2210 (gst_base_rtp_audio_payload_init):
2211 Fix and activate base audio payloader.
2213 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2215 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2217 Add typefinder for QuickTime Image Files (see #366156).
2219 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2221 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2222 Another typo fix (#366212).
2224 2006-10-27 Wim Taymans <wim@fluendo.com>
2226 * gst/volume/gstvolume.c: (volume_transform_ip):
2227 Use stream time to synchronize volume property instead of rather random
2228 timestamps. This is needed when gnonlin does its time shifting.
2230 2006-10-27 Wim Taymans <wim@fluendo.com>
2232 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2234 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2235 Remove the pad from the element in release_pad. Fixes #364812.
2237 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
2239 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2240 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2241 Explicitly create our custom buffer classes at a thread-safe
2242 location as well, since g_type_class_ref() doesn't seem to be
2243 entirely thread-safe either (#365501; also see #349410).
2245 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
2247 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2248 (gst_riff_parse_info):
2249 If strings in INFO chunk are not UTF-8, do something similar to
2250 what we do for ID3v1 tags: check a number of environment variables
2251 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2252 character sets to try, otherwise try the current locale and/or fall
2253 back on ISO-8859-1. Fixes #360552.
2255 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2257 * gst/videotestsrc/gstvideotestsrc.c:
2258 (gst_video_test_src_pattern_get_type),
2259 (gst_video_test_src_set_pattern):
2260 * gst/videotestsrc/gstvideotestsrc.h:
2261 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2262 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2263 (gst_video_test_src_checkers8):
2264 * gst/videotestsrc/videotestsrc.h:
2265 Add a bunch of exciting new checkers patterns.
2267 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2269 * gst/subparse/Makefile.am:
2270 * gst/subparse/gstsubparse.c:
2271 (gst_sub_parse_data_format_autodetect),
2272 (gst_sub_parse_format_autodetect), (handle_buffer),
2273 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2274 * gst/subparse/gstsubparse.h:
2275 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2277 * gst/subparse/tmplayerparse.h:
2278 Add support for TMPlayer-type subtitles (#362845).
2280 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2281 (GST_START_TEST), (subparse_suite):
2282 Add some basic unit tests for the above.
2284 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2286 * tests/check/elements/audiorate.c: (test_injector_base_init),
2287 (test_injector_class_init), (test_injector_chain),
2288 (test_injector_init), (probe_cb), (do_perfect_stream_test),
2289 (GST_START_TEST), (audiorate_suite):
2290 More tests for audiorate: inject buffers to check behaviour when
2293 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
2295 * tests/check/Makefile.am:
2296 * tests/check/elements/.cvsignore:
2297 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2298 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2299 Add some basic unit tests for audiorate. Disabled at the moment
2300 since it doesn't pass yet (see bug #363119).
2302 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
2304 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2305 (parse_subrip), (handle_buffer):
2306 Add missing closing tags for markup and fix broken markup,
2307 otherwise pango won't render anything (fixes #357531). Also,
2308 make sure the text we send out is always NUL-terminated
2309 (better safe than sorry etc.).
2311 * tests/check/elements/subparse.c: (test_srt_do_test),
2313 Some more tests for .srt incl. tests for the above stuff.
2315 2006-10-20 Julien MOUTTE <julien@moutte.net>
2317 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2318 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2319 Patch by: Stefan Kost <ensonic@users.sf.net>
2320 Try to redraw borders only when needed. Apparently this consumes
2321 resources on small devices... :-O (#363607)
2323 2006-10-20 Michael Smith <msmith@fluendo.com>
2325 * gst/tcp/gstmultifdsink.c:
2326 (gst_multi_fd_sink_client_queue_buffer):
2327 If caps change, then update the client's idea of the caps so that we
2328 don't end up re-sending streamheaders for every single buffer after
2331 2006-10-20 Michael Smith <msmith@fluendo.com>
2333 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2334 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2335 Set caps on pushed buffers; fix up refcounting of caps objects.
2337 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2339 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2341 Typefind mmsh header data packet to application/x-mmsh (#362625).
2343 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2345 * tests/check/Makefile.am:
2346 * tests/check/elements/.cvsignore:
2347 * tests/check/elements/subparse.c: (buffer_from_static_string),
2348 (setup_subparse), (teardown_subparse), (test_srt_do_test),
2349 (GST_START_TEST), (subparse_suite):
2350 Add very simple unit test for subparse.
2352 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2354 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2356 Strip trailing newlines from subtitle text output.
2358 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2360 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2361 (gst_sub_parse_change_state):
2362 Fix memleak; clear subparse->textbuf n state change function.
2364 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2366 * gst/subparse/gstsubparse.c:
2367 (gst_sub_parse_data_format_autodetect):
2368 Don't require subrip (.srt) files to start with a chunk number of 1.
2370 2006-10-18 Wim Taymans <wim@fluendo.com>
2372 * gst-libs/gst/audio/gstbaseaudiosink.c:
2373 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2374 * gst-libs/gst/audio/gstbaseaudiosink.h:
2375 Extract rate from the NEWSEGMENT event.
2376 Use commit_full to also take rate adjustment into account when writing
2377 samples to the ringbuffer.
2379 * gst-libs/gst/audio/gstringbuffer.c:
2380 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2381 (gst_ring_buffer_read):
2382 * gst-libs/gst/audio/gstringbuffer.h:
2383 Added _commit_full() to also take rate into account.
2384 Use simple interpolation algorithm to resample audio.
2385 API: gst_ring_buffer_commit_full()
2387 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2388 * tests/examples/seek/seek.c: (segment_done):
2389 Don't try to seek with 0.0 rate, just pause instead.
2390 Remove bogus debug line.
2392 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2394 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2396 Catch async errors when starting up the subtitle bin, so we can
2397 stop waiting and continue with the main film instead of hanging
2398 forever. Fixes #339366.
2400 * tests/check/elements/playbin.c: (playbin_suite):
2401 Enable unit test for the above.
2403 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2405 * tests/check/Makefile.am:
2406 * tests/check/elements/.cvsignore:
2407 * tests/check/elements/playbin.c: (GST_START_TEST),
2408 (gst_red_video_src_uri_get_type),
2409 (gst_red_video_src_uri_get_protocols),
2410 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2411 (gst_red_video_src_uri_handler_init),
2412 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2413 (gst_red_video_src_create), (gst_red_video_src_class_init),
2414 (gst_red_video_src_init), (plugin_init), (playbin_suite):
2415 Some small and basic unit tests for playbin; not very useful yet,
2416 but at least a start.
2418 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2420 * gst/playback/gstplaybin.c: (setup_sinks):
2421 The old pad activation spiel.
2423 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2425 * gst/playback/gstplaybasebin.c: (setup_source):
2426 Don't hang forever if the subbin already fails to start up in
2427 the state change to PAUSED (#339366).
2429 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
2431 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2432 (gst_tuner_set_channel), (gst_tuner_get_channel),
2433 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2434 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2435 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2436 (gst_tuner_find_channel_by_name):
2437 Fix some function guards, add some more function guards.
2439 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
2441 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2442 (remove_element_chain):
2443 Don't return a pad from get_our_ghost_pad unless it is actually the
2445 Change a cast in remove_element_chain slightly.
2447 2006-10-13 Julien MOUTTE <julien@moutte.net>
2449 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2450 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2451 Segment seeking needs to use the rate and set stop to -1.
2453 2006-10-13 Wim Taymans <wim@fluendo.com>
2455 * gst-libs/gst/audio/gstbaseaudiosink.c:
2456 (gst_base_audio_sink_setcaps):
2457 Don't crash when ringbuffer is not yet created.
2458 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2461 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2462 * gst/playback/gststreamselector.c:
2463 (gst_stream_selector_request_new_pad):
2464 Activate pads befre adding them to running elements.
2466 2006-10-13 Julien MOUTTE <julien@moutte.net>
2468 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2469 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2470 updater when we start grabing the slider. Don't wait for the
2471 pipeline to be PAUSED.
2473 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
2475 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2476 (gst_mixer_set_volume), (gst_mixer_get_volume),
2477 (gst_mixer_set_mute), (gst_mixer_set_option),
2478 (gst_mixer_get_option), (gst_mixer_mute_toggled),
2479 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2480 (gst_mixer_option_changed):
2481 Guard mixer interface functions against bogus arguments.
2483 2006-10-12 Julien MOUTTE <julien@moutte.net>
2485 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2486 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2487 (msg_state_changed), (main): Use state-changed messages to trigger
2488 start/stop of scale update timer. Indeed the scale slider was
2489 jumping here and there because the update timer was activated
2490 before seek completed. This fixes instant applying of rate changes
2491 by pressing the spinbutton like a crazy man !
2493 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
2495 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
2497 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2498 (gst_basertppayload_finalize):
2499 Fix two small memory leaks (#361456).
2501 2006-10-10 Julien MOUTTE <julien@moutte.net>
2503 * tests/examples/seek/seek.c: (do_seek),
2504 (rate_spinbutton_changed_cb): When changing spinbutton we try
2505 to change the rate on the fly.
2507 2006-10-10 Wim Taymans <wim@fluendo.com>
2509 * gst-libs/gst/riff/riff-ids.h:
2510 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2511 (gst_riff_create_audio_template_caps):
2514 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2516 Patch by: Josep Torre Valles <josep@fluendo.com>
2518 * ext/gnomevfs/gstgnomevfssink.c:
2519 * ext/gnomevfs/gstgnomevfssrc.c:
2520 Fix URI interface implementation return type.
2521 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2522 Fix what looks like a copy/paste issue when assigning values.
2523 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2524 (gst_audio_filter_template_get_type):
2525 Cast to prevent Forte warnings.
2526 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2527 Fix URI interface implementation return type.
2528 gst_pad_query_position requires a signed integer pointer as
2529 3rd parameter, GstClockTime is unsigned.
2530 * gst/audioconvert/audioconvert.c:
2531 Fix integer overflow when treated as signed.
2532 * gst/audioresample/resample.c: (resample_add_input_data):
2533 Cast to prevent warnings on Forte.
2534 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2535 Fix integer overflow when treated as signed.
2536 * gst/ffmpegcolorspace/imgconvert_template.h:
2537 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2538 * gst/playback/gstdecodebin.c: (queue_filled_cb),
2539 (cleanup_decodebin):
2540 Who initialises a guint to -1!
2541 Cast function pointers to prevent warnings on Forte.
2542 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2543 (queue_threshold_reached):
2544 Cast function pointers correctly to prevent warnings on Forte.
2545 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2546 Cast function pointers correctly to prevent warnings on Forte.
2547 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2548 Obvious change to unsigned, 0xEF > max signed char.
2549 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2550 GstClockTime is unsigned, initialise correctly.
2551 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2552 Cast so pointer arithemetic doesn't cause warnings on Forte.
2553 * gst/videorate/gstvideorate.c:
2554 Use correct return value.
2555 * tests/examples/seek/scrubby.c:
2556 GstClockTime is unsigned, initialise correctly.
2558 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
2560 Patch by: Ferenc Gerlits <fgerlits at gmail com>
2562 * gst/typefind/gsttypefindfunctions.c:
2563 Recognise XML files and XML-like files shorter than 256 bytes as
2564 well (fixes #359237).
2566 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
2568 Patch by: Renato Filho <renato.filho@indt.org.br>
2570 * gst/typefind/gsttypefindfunctions.c:
2571 Added typefind functions to video/x-nuv media.
2573 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
2575 * gst-libs/gst/interfaces/xoverlay.c:
2576 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2577 Some more guards against invalid input.
2579 2006-10-07 Julien MOUTTE <julien@moutte.net>
2581 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
2583 * tests/examples/seek/seek.c: (do_seek),
2584 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2585 seek example to experiment with rates != 1.0 (reverse playback !)
2587 2006-10-06 Stefan Kost <ensonic@users.sf.net>
2589 * gst-libs/gst/interfaces/xoverlay.c:
2590 Unref message in doc-example (spotted by Robert McQueen)
2592 2006-10-06 Wim Taymans <wim@fluendo.com>
2594 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2595 (mpeg1_parse_header), (mpeg1_sys_type_find):
2598 2006-10-06 Wim Taymans <wim@fluendo.com>
2600 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2602 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2603 Activate dynamic pads before adding them to the element.
2605 2006-10-06 Michael Smith <msmith@fluendo.com>
2607 * gst-libs/gst/floatcast/floatcast.h:
2608 Fix obviously-bogus macros; use the correct types.
2610 2006-10-06 Wim Taymans <wim@fluendo.com>
2612 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2613 (gst_base_rtp_depayload_change_state):
2614 Also call parent state change function to activate pads.
2616 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2617 (mpeg1_parse_header), (mpeg1_sys_type_find):
2618 Add some more debug info in mpeg typefinding.
2620 2006-10-06 Michael Smith <msmith@fluendo.com>
2622 * ext/theora/theoradec.c: (theora_dec_chain):
2623 Zero byte theora packets are valid and well-defined; don't warn on
2626 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
2628 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2629 (gst_multi_fd_sink_get_stats), (find_limits),
2630 (gst_multi_fd_sink_queue_buffer):
2631 API: add dropped_buffers to the get-stats GValueArray
2633 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
2635 * ext/alsa/gstalsadeviceprobe.c:
2636 (gst_alsa_device_property_probe_get_values):
2637 * ext/alsa/gstalsasink.c: (set_hwparams):
2638 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2639 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2640 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2641 (gst_ogg_mux_process_best_pad):
2642 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2643 (gst_ogg_parse_chain):
2644 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2645 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2646 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2647 (gst_vorbis_enc_buffer_check_discontinuous):
2648 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2649 * gst-libs/gst/audio/gstbaseaudiosink.c:
2650 (gst_base_audio_sink_render):
2651 * gst-libs/gst/cdda/gstcddabasesrc.c:
2652 (gst_cdda_base_src_handle_track_seek):
2653 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2654 (gst_base_rtp_depayload_push_full):
2655 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2656 * gst/audioresample/resample.c: (resample_input_pushthrough):
2657 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2658 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2659 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2660 (wavpack_type_find):
2661 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2662 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2663 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2664 * tests/check/elements/volume.c: (GST_START_TEST):
2665 Printf format fixes.
2667 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
2669 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2670 Fix a simple mistake (see the docs)
2673 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2675 * docs/plugins/Makefile.am:
2676 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2677 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2678 * docs/plugins/gst-plugins-base-plugins.args:
2679 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2680 * docs/plugins/inspect/plugin-adder.xml:
2681 * docs/plugins/inspect/plugin-alsa.xml:
2682 * docs/plugins/inspect/plugin-audioconvert.xml:
2683 * docs/plugins/inspect/plugin-audiorate.xml:
2684 * docs/plugins/inspect/plugin-audioresample.xml:
2685 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2686 * docs/plugins/inspect/plugin-cdparanoia.xml:
2687 * docs/plugins/inspect/plugin-decodebin.xml:
2688 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2689 * docs/plugins/inspect/plugin-gdp.xml:
2690 * docs/plugins/inspect/plugin-gnomevfs.xml:
2691 * docs/plugins/inspect/plugin-libvisual.xml:
2692 * docs/plugins/inspect/plugin-ogg.xml:
2693 * docs/plugins/inspect/plugin-pango.xml:
2694 * docs/plugins/inspect/plugin-playbin.xml:
2695 * docs/plugins/inspect/plugin-subparse.xml:
2696 * docs/plugins/inspect/plugin-tcp.xml:
2697 * docs/plugins/inspect/plugin-theora.xml:
2698 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2699 * docs/plugins/inspect/plugin-video4linux.xml:
2700 * docs/plugins/inspect/plugin-videorate.xml:
2701 * docs/plugins/inspect/plugin-videoscale.xml:
2702 * docs/plugins/inspect/plugin-videotestsrc.xml:
2703 * docs/plugins/inspect/plugin-volume.xml:
2704 * docs/plugins/inspect/plugin-vorbis.xml:
2705 * docs/plugins/inspect/plugin-ximagesink.xml:
2706 * docs/plugins/inspect/plugin-xvimagesink.xml:
2707 Add vorbistag element to docs; update version numbers to 0.10.10.1.
2709 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2711 Patch by: James "Doc" Livingston <doclivingston at gmail com>
2713 * ext/vorbis/Makefile.am:
2714 * ext/vorbis/vorbis.c: (plugin_init):
2715 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2716 (vorbis_parse_parse_packet), (vorbis_parse_chain):
2717 * ext/vorbis/vorbisparse.h:
2718 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2719 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2720 (gst_vorbis_tag_parse_packet):
2721 * ext/vorbis/vorbistag.h:
2722 Add new vorbistag element which derives from vorbisparse
2723 and is essentially the same as well, only that it implements
2724 the GstTagSetter interface and can modify the stream's
2725 vorbiscomment on the fly (#335635).
2727 * tests/check/Makefile.am:
2728 * tests/check/elements/.cvsignore:
2729 * tests/check/elements/vorbistag.c: (setup_vorbistag),
2730 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2731 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2732 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2733 Add unit test for new vorbistag element.
2735 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2737 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2738 (vorbis_parse_push_headers), (vorbis_parse_chain):
2739 Set BOS flag in packet structure to fix 'jump depends
2740 on unitialized value' errors in valgrind; various minor
2743 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
2745 * gst/playback/gstdecodebin.c: (close_pad_link):
2746 Fix typo in a debug statement.
2748 * gst/playback/gstplaybasebin.c: (probe_triggered),
2749 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2750 (gen_source_element), (source_new_pad), (analyse_source),
2752 When handling no_more_pads in new_decoded_pad, make sure to treat
2753 subtitle pads correctly. Fixes playback with subtitle files.
2755 Move a recurring message to LOG level.
2757 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2758 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2759 which ends up as -1 when cast to an int. Make the logic handle the
2760 max value as an unsigned mask and only change the colorkey when it's
2761 a value we recognise.
2763 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2765 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2766 Removed empty * between paragraphs
2768 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2770 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2771 * gst-libs/gst/rtp/README:
2772 Moved some documentation into .c file
2774 2006-09-29 Wim Taymans <wim@fluendo.com>
2776 * gst/playback/gstdecodebin.c: (no_more_pads):
2779 2006-09-29 Wim Taymans <wim@fluendo.com>
2781 * gst/playback/gstdecodebin.c: (new_caps):
2784 * gst/playback/gstplaybin.c:
2787 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2789 * tests/check/Makefile.am:
2790 Re-enable cddabasesrc test to see if it works again
2793 2006-09-29 Wim Taymans <wim@fluendo.com>
2795 * gst/playback/gstplaybasebin.c: (setup_subtitle),
2796 (gen_source_element):
2797 Handle invalid URIs a bit more gracefully.
2799 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2801 * tests/check/pipelines/oggmux.c:
2802 Remove obsolete comment.
2804 2006-09-29 Michael Smith <msmith@fluendo.com>
2806 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2807 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2808 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2809 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2810 (gst_ogg_mux_collected):
2811 Commit patch from James "Doc" Livingston, adds proper EOS handling
2812 in oggmux. GStreamer can, for the first time ever, create a valid
2815 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2817 Reenable tests now that they pass.
2819 2006-09-29 Wim Taymans <wim@fluendo.com>
2821 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2822 Stop reading commands when EOF (we read 0) as well.
2824 2006-09-28 Wim Taymans <wim@fluendo.com>
2826 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2827 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2828 (find_dynamic), (unlinked), (close_link):
2829 Implement delayed caps linking needed for element with a lot of
2830 different caps on the src pads that get fixed at runtime.
2831 Improve management of dynamic elements.
2833 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2834 (group_destroy), (group_commit), (check_queue), (queue_overrun),
2835 (gen_preroll_element), (remove_groups), (unknown_type),
2836 (add_element_stream), (no_more_pads_full), (no_more_pads),
2837 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2838 (new_decoded_pad), (setup_subtitle), (array_has_value),
2839 (gen_source_element), (source_new_pad), (has_all_raw_caps),
2840 (analyse_source), (remove_decoders), (make_decoder),
2841 (remove_source), (setup_source), (finish_source), (prepare_output),
2842 (gst_play_base_bin_change_state):
2843 * gst/playback/gstplaybasebin.h:
2844 Use more _CAST instead of full type checking casts.
2845 Small cleanups, plug some leaks.
2846 Handle dynamic sources.
2847 Add some helper functions to create lists of strings used for
2848 blacklisting and other stuff.
2849 Refactor some code dealing with analysing the source.
2850 Re-enable sources without pads (like cd:// or other selfcontained
2853 2006-09-28 Wim Taymans <wim@fluendo.com>
2855 * gst-libs/gst/audio/gstbaseaudiosink.c:
2856 (gst_base_audio_sink_render):
2857 When we have a timestamp, we can still perform clipping.
2858 When we have no clock, we must play the sample ASAP.
2860 2006-09-28 Wim Taymans <wim@fluendo.com>
2862 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2863 Set caps on outgoing buffers.
2865 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2866 (gst_video_rate_event), (gst_video_rate_chain):
2867 * gst/videorate/gstvideorate.h:
2868 Fix videorate some more. Fixes #357977
2870 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2872 * tests/check/elements/adder.c: (adder_suite):
2873 Don't set timeout to 6 seconds when we're running
2874 in valgrind ... (and how is 6 seconds longer than
2875 the default anyway?)
2877 2006-09-28 Wim Taymans <wim@fluendo.com>
2879 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2880 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2881 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2882 Keep sink and src segment to keep track of time and support more
2884 Fix bogus next_offset and run_time calculation, don't understand how
2885 this could have worked before. Fixes #357976.
2886 Remove some unneeded vars.
2888 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2890 * gst/playback/gstplaybin.c: (remove_sinks):
2891 Only remove visualisation from visbin if there is a visbin (or:
2892 don't throw warnings when closing totem without playing a file).
2894 2006-09-27 Wim Taymans <wim@fluendo.com>
2896 * gst-libs/gst/audio/gstbaseaudiosink.c:
2897 (gst_base_audio_sink_render):
2898 Add some more info in a WARNING.
2900 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2901 (gst_base_audio_src_create):
2902 Handle PAUSE in create function, use new -core addition to
2903 wait for playing. Fixes pausing and resuming capture from an
2906 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2907 (gst_ring_buffer_read):
2909 Caller supports interrupted reads now.
2911 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2913 * tests/check/Makefile.am:
2914 Another attempt to make the gen64 buildbot happy.
2916 2006-09-27 Stefan Kost <ensonic@users.sf.net>
2918 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2920 * ext/libvisual/visual.c: (gst_visual_clear_actors),
2921 (gst_visual_chain), (gst_visual_change_state):
2922 Libvisual plugin was not passing audio data to libvisual 0.4.0
2923 correctly. Fixes #357800
2925 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2927 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2928 Add timeout to _get_state() so we see which pipeline it is
2929 that causes trouble on the gen64 build bot.
2931 2006-09-27 Wim Taymans <wim@fluendo.com>
2933 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2934 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2935 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2936 (gst_base_rtp_depayload_set_gst_timestamp):
2937 the source pad always uses fixed caps.
2939 2006-09-27 Wim Taymans <wim@fluendo.com>
2941 * docs/libs/gst-plugins-base-libs-docs.sgml:
2942 * docs/libs/gst-plugins-base-libs-sections.txt:
2943 * gst-libs/gst/audio/gstaudioclock.c:
2944 * gst-libs/gst/audio/gstaudioclock.h:
2945 * gst-libs/gst/audio/gstaudiosink.c:
2946 * gst-libs/gst/audio/gstaudiosink.h:
2947 * gst-libs/gst/audio/gstaudiosrc.c:
2948 * gst-libs/gst/audio/gstbaseaudiosink.c:
2949 (gst_base_audio_sink_render):
2950 * gst-libs/gst/audio/gstbaseaudiosink.h:
2951 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2952 * gst-libs/gst/audio/gstbaseaudiosrc.h:
2953 * gst-libs/gst/audio/gstringbuffer.h:
2954 Added docs for the audio libs.
2956 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2958 * tests/check/Makefile.am:
2959 Temporarily disable test that fails on the bots for unknown reasons.
2961 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2963 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2964 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2965 Moved AudioCodecType into priv
2966 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2968 2006-09-25 Wim Taymans <wim@fluendo.com>
2970 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2971 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2972 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2974 Cleanups and small leak fixes.
2975 Added Depayloaders to valid list of autopluggable elements.
2977 2006-09-25 Wim Taymans <wim@fluendo.com>
2979 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2980 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2981 (gen_video_element), (gen_text_element), (gen_audio_element),
2982 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2983 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2984 Detect NO_PREROLL state change returns and disable clock distribution to
2985 the sinks so that sync is disabled.
2986 Avoid some type checking and do simple casts instead.
2987 Small cleanups, fix some FIXMEs.
2988 Be more robust when linking user specified elements, catch an report
2989 errors. Fixes #357404.
2990 Fix some leaks in the error paths.
2992 2006-09-25 Stefan Kost <ensonic@users.sf.net>
2995 ChangeLog surgery for missing bug-number
2997 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
2999 Patch by: Peter Kjellerstedt <pkj at axis com>
3001 * gst/playback/test.c:
3002 Fix compilation with uClibc and -Werror (#357591).
3004 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
3006 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3007 Parse dates that are followed by a time as well (#357532).
3009 * tests/check/libs/tag.c: (test_vorbis_tags):
3010 Add unit test for this.
3012 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3014 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3015 (gst_audio_convert_transform_caps):
3016 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3017 * gst/videotestsrc/videotestsrc.h:
3018 A few array const-ifications.
3020 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3022 * tests/check/Makefile.am:
3023 See if this makes the build bots happy.
3025 * tests/check/libs/cddabasesrc.c:
3028 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3030 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3032 * gst/subparse/samiparse.c: (handle_start_font),
3033 (fix_invalid_entities):
3034 More case-insensitivity for certain tags; recognise entities with
3035 decimal codes as special entities as well (#357330).
3037 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3039 * gst-libs/gst/Makefile.am:
3040 Need to build tag directory before cdda.
3042 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3044 * docs/libs/gst-plugins-base-libs-sections.txt:
3045 * gst-libs/gst/cdda/Makefile.am:
3046 * gst-libs/gst/cdda/gstcddabasesrc.c:
3047 (gst_cdda_base_src_base_init):
3048 * gst-libs/gst/cdda/gstcddabasesrc.h:
3049 * gst-libs/gst/tag/tag.h:
3050 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3051 (gst_tag_register_musicbrainz_tags):
3052 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3053 depend on libgsttag. This is required so we can extract/read tags like
3054 DISCID without depending on libgstcddabasesrc (which used to register
3057 * gst-libs/gst/tag/gstvorbistag.c:
3058 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3059 tags (also see #347848).
3061 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3062 Log vorbis comments we are actually writing. Const-ify array.
3064 2006-09-23 Wim Taymans <wim@fluendo.com>
3066 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3067 Improve buffering a bit by avoiding a deadlock because we cannot assume
3068 the underrun is always called.
3070 2006-09-23 Wim Taymans <wim@fluendo.com>
3072 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3074 * gst-libs/gst/riff/riff-ids.h:
3075 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3076 (gst_riff_create_audio_template_caps):
3077 Added MPEG-4 AAC and id and caps. Fixes #357289
3078 Added WMA9 Lossless id.
3080 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
3082 * ext/gnomevfs/gstgnomevfssrc.c:
3083 Fix misleading docs addition.
3085 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3086 Get rid of compiler warning the right way.
3088 2006-09-22 Wim Taymans <wim@fluendo.com>
3090 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3091 (gst_base_rtp_depayload_finalize),
3092 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3093 (gst_base_rtp_depayload_push_full),
3094 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3095 (gst_base_rtp_depayload_process),
3096 (gst_base_rtp_depayload_set_gst_timestamp),
3097 (gst_base_rtp_depayload_queue_release):
3098 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3101 Refactored the process method and added methods to push from the process
3103 Use _scale functions.
3104 API: gst_base_rtp_depayload_push_ts
3105 API: gst_base_rtp_depayload_push
3107 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3108 timestamps are uint.
3110 2006-09-22 Stefan Kost <ensonic@users.sf.net>
3112 * gst-libs/gst/interfaces/xoverlay.c:
3113 Remove unused statement from doc example.
3115 2006-09-21 Stefan Kost <ensonic@users.sf.net>
3117 * gst-libs/gst/interfaces/videoorientation.c:
3118 (gst_video_orientation_iface_init),
3119 (gst_video_orientation_get_hflip),
3120 (gst_video_orientation_get_vflip),
3121 (gst_video_orientation_get_hcenter),
3122 (gst_video_orientation_get_vcenter),
3123 (gst_video_orientation_set_hflip),
3124 (gst_video_orientation_set_vflip),
3125 (gst_video_orientation_set_hcenter),
3126 (gst_video_orientation_set_vcenter):
3127 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3130 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
3132 * tests/check/Makefile.am:
3133 * tests/check/elements/.cvsignore:
3134 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3135 (create_rgb_conversions), (rgb_conversion_free),
3136 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3137 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3138 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3139 but disable for now since it doesn't pass (something wrong with
3142 2006-09-21 Wim Taymans <wim@fluendo.com>
3144 * gst/playback/gstplaybasebin.c: (group_commit),
3145 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3146 (queue_out_of_data), (gen_preroll_element),
3147 (preroll_remove_overrun), (probe_triggered):
3148 Refactor handling of overrun detection.
3149 Separate handling of group completion and deadlock detection when doing
3150 network buffering. This should fix some deadlocks that were not detected
3151 because the group was completed.
3152 Add more comments, improve debugging.
3154 2006-09-21 Wim Taymans <wim@fluendo.com>
3156 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3157 * tests/check/libs/audio.c:
3158 Some more compilation fixes.
3160 2006-09-21 Wim Taymans <wim@fluendo.com>
3162 * gst-libs/gst/audio/gstringbuffer.c:
3163 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3164 (gst_ring_buffer_read):
3165 Early morning compilation fix.
3167 2006-09-20 Wim Taymans <wim@fluendo.com>
3169 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3170 * tests/check/elements/multifdsink.c: (GST_START_TEST):
3171 * tests/check/elements/videorate.c: (GST_START_TEST):
3172 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3173 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3176 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3178 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3179 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3180 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3181 Handcrafted merge to help CVS understanding what I changed and what
3184 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3186 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3187 (gst_xvimagesink_get_times):
3188 change colorkey behaviour back according to #354773 comment 6/7
3190 2006-09-19 Michael Smith <msmith@fluendo.com>
3192 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3193 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3194 (gst_multi_fd_sink_recover_client),
3195 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3196 (gst_multi_fd_sink_get_property):
3197 * gst/tcp/gstmultifdsink.h:
3198 Implement stubbed out properties unit-type, units-soft-max,
3199 units-max, to allow specifying maximum sizes in units other than
3203 2006-09-19 Wim Taymans <wim@fluendo.com>
3205 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3206 (gst_riff_create_audio_template_caps):
3207 Reorder the audio formats a bit for clarity.
3208 Detect and create caps for MSGSM and MSN (WAV49).
3211 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3212 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3213 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3214 Small cleanups, move error handling out of normal flow for clarity.
3216 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3218 * docs/libs/gst-plugins-base-libs-docs.sgml:
3219 * docs/libs/gst-plugins-base-libs.types:
3220 * gst-libs/gst/interfaces/Makefile.am:
3221 * gst-libs/gst/interfaces/videoorientation.c:
3222 (gst_video_orientation_get_type),
3223 (gst_video_orientation_iface_init),
3224 (gst_video_orientation_get_hflip),
3225 (gst_video_orientation_get_vflip),
3226 (gst_video_orientation_get_hcenter),
3227 (gst_video_orientation_get_vcenter),
3228 (gst_video_orientation_set_hflip),
3229 (gst_video_orientation_set_vflip),
3230 (gst_video_orientation_set_hcenter),
3231 (gst_video_orientation_set_vcenter):
3232 * gst-libs/gst/interfaces/videoorientation.h:
3233 API: Add new interface to control video orientation (fixes #354908)
3235 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3237 * gst/videotestsrc/gstvideotestsrc.c:
3238 Use G_UNLIKELY in _create and log one more detail.
3240 (gst_video_test_src_get_times), (gst_video_test_src_create):
3241 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3242 Use gst_util_uint64_scale_int in _get_times().
3244 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3246 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3247 Give better warning message (add object and detail).
3249 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3251 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3252 (gst_xvimagesink_get_times):
3253 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3254 #354773), use gst_util_uint64_scale_int in _get_times()
3256 2006-09-18 Michael Smith <msmith@fluendo.com>
3258 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3259 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3260 always true, leading to dropping all timestamps.
3262 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3264 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3265 (gst_visual_chain), (gst_visual_change_state):
3266 update to work also with libvisual 0.4 API, fix double unref (#355914)
3268 * tools/gst-launch-ext.1.in:
3269 * tools/gst-visualise.1.in:
3270 remove references to old man-pages
3272 * tests/examples/seek/seek.c: (main):
3273 add real meadi-buttons, add tool-tips for the seek-options, arrange
3274 seek options in a table
3276 2006-09-18 Michael Smith <msmith@fluendo.com>
3278 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3279 (gst_ogg_mux_push_buffer):
3280 Don't generate out-of-order timestamps from oggmux, instead clamp
3281 output timestamps to be >= the previously output ts.
3284 2006-09-18 Michael Smith <msmith@fluendo.com>
3286 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3287 (gst_multi_fd_sink_class_init):
3288 Updates, fixes, and typo corrections for multifdsink. No functional
3291 2006-09-17 Michael Smith <msmith@fluendo.com>
3293 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3294 Don't crash on truncated files - check that we got an 8 byte buffer
3295 before trying to memcmp it.
3297 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3299 * gst/playback/gstplaybasebin.c: (get_active_source):
3300 Make stream-switching appear instant to the application
3301 (ie. make sure that a g_object_get on 'current-foo' returns
3302 the stream previously set with g_object_set(). Totem needs
3303 this to update stream-related meta-info (like audio-codec)
3304 correctly when switching streams.
3306 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3308 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3309 (gst_alsa_mixer_ensure_track_list):
3310 Try harder to guess which mixer track is the master mixer
3311 track (instead of just taking the first one that has a pvolume).
3314 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3316 reviewed by: <delete if not using a buddy>
3318 * gst-libs/gst/audio/audio.h:
3319 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3321 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3323 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3324 (gst_audio_convert_transform_caps):
3325 Get structure-name just once.
3327 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3329 * tests/check/elements/audioresample.c: (GST_START_TEST):
3330 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3331 * tests/check/elements/volume.c: (GST_START_TEST):
3332 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3333 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3334 (test_pipeline), (GST_START_TEST):
3335 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3336 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3337 Fix big batch of compiler warnings.
3339 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3341 * ext/gnomevfs/gstgnomevfssrc.c:
3342 Add docs about icydemux usage in connection with gnomevfssrc
3344 * ext/libvisual/visual.c:
3345 * ext/ogg/gstoggaviparse.c:
3346 * ext/ogg/gstoggdemux.c:
3347 * ext/ogg/gstoggmux.c:
3348 * ext/ogg/gstoggparse.c:
3349 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3350 * gst-libs/gst/audio/gstaudiosink.c:
3351 * gst-libs/gst/audio/gstaudiosrc.c:
3352 * gst/audiorate/gstaudiorate.c:
3353 More G_OBJECT macro fixing.
3355 * gst/audiotestsrc/gstaudiotestsrc.h:
3356 Fix wrong info in header due to copy & paste
3358 2006-09-15 Wim Taymans <wim@fluendo.com>
3360 * gst-libs/gst/audio/gstbaseaudiosink.c:
3361 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3362 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3363 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3364 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3365 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3366 Do the delay calculation in the source/sink base classes as this is
3367 specific for the capture/playback mode.
3368 Try to fixate a bit better, like round depth up to a multiple of 8
3370 Handle underruns correctly by marking DISCONT on buffers and adjusting
3371 timestamps to handle the gap.
3372 Set offset/offset_end correctly on buffers.
3374 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3375 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3376 (gst_ring_buffer_read):
3377 Remove resync and underrun recovery from the ringbuffer.
3378 Fix ringbuffer read code on under/overrun.
3380 2006-09-15 Wim Taymans <wim@fluendo.com>
3382 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3383 (gst_play_base_bin_init), (fill_buffer), (check_queue),
3384 (queue_threshold_reached), (gst_play_base_bin_set_property),
3385 (gst_play_base_bin_get_property):
3386 * gst/playback/gstplaybasebin.h:
3387 Don't use a 0 low watermark when buffering, it is catching starvation
3388 way too late. Instead, use a 3 second queue with 30 and 95
3389 percent low/high watermarks.
3390 Added queue-min-threshold property to configure low watermark.
3391 Use new _buffering message API.
3392 Make queue_threshold variable big enough to store a uint64 time value.
3393 API: playbin::queue-min-threshold property.
3395 2006-09-15 Wim Taymans <wim@fluendo.com>
3398 We require 0.10.10.1 now because of _wait_preroll().
3400 * gst-libs/gst/audio/gstbaseaudiosink.c:
3401 (gst_base_audio_sink_render):
3402 Use gst_base_sink_wait_preroll().
3404 2006-09-15 Wim Taymans <wim@fluendo.com>
3406 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3407 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3408 Use DEBUG_OBJECT more.
3410 === release 0.10.10 ===
3412 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3414 patch by: Michael Smith <msmith at fluendo dot com>
3416 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3417 (gst_multi_fd_sink_client_queue_buffer),
3418 (gst_multi_fd_sink_new_client):
3419 * tests/check/elements/multifdsink.c: (GST_START_TEST),
3420 (multifdsink_suite):
3421 Fix implementation of sync-method 'next-keyframe'
3424 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3426 patch by: Wim Taymans <wim at fluendo dot com>
3428 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3429 This patch removes the RANDOM flag that was incorrectly introduced with
3430 revision 1.91. Fixes #354590
3432 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
3434 * tests/check/Makefile.am:
3435 Random variation in Makefile line to see if it makes the
3436 gen64-base-full bot any happier.
3438 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3440 * tests/check/pipelines/oggmux.c: (oggmux_suite):
3441 Disable test that fails at the moment (killed after timeout).
3443 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3445 Patch by: James Livingston <doclivingston at gmail.com>
3447 * tests/check/Makefile.am:
3448 * tests/check/pipelines/.cvsignore:
3449 * tests/check/pipelines/oggmux.c: (get_page_codec),
3450 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3451 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3452 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3453 (test_theora_vorbis), (oggmux_suite):
3454 Add simple unit test for oggmux from #337026 with checking for the
3455 EOS flags disabled for the time being.
3457 2006-09-04 Wim Taymans <wim@fluendo.com>
3459 patch by: Alessandro Dessina <alessandro nnva org>
3461 * ext/ogg/gstoggmux.c:
3462 Add cmml caps to oggmux. Fixes #353912
3464 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3466 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3467 Returning a return value often helps. In this case, we
3468 don't need the return value anyway, so just get rid of it.
3469 Should make build bots much happier.
3471 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3473 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3474 (paint_get_structure), (gst_video_test_src_get_size),
3475 (gst_video_test_src_smpte), (gst_video_test_src_snow),
3476 (gst_video_test_src_unicolor), (paint_setup_AYUV),
3477 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3478 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3479 * gst/videotestsrc/videotestsrc.h:
3480 Add support for AYUV and the various RGBA formats. Initialise
3481 fields of paintinfo structs allocated on the stack.
3483 * tests/check/elements/videotestsrc.c: (right_shift_colour),
3484 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3485 (check_rgb_buf), (videotestsrc_suite):
3486 Add unit tests for videotestsrc's RGB output.
3488 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3490 * gst/videotestsrc/gstvideotestsrc.c:
3491 (gst_video_test_src_pattern_get_type),
3492 (gst_video_test_src_set_pattern):
3493 * gst/videotestsrc/gstvideotestsrc.h:
3494 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3495 (gst_video_test_src_black), (gst_video_test_src_white),
3496 (gst_video_test_src_red), (gst_video_test_src_green),
3497 (gst_video_test_src_blue):
3498 * gst/videotestsrc/videotestsrc.h:
3499 Add more uni-colour patterns ("white", "red", "green", and "blue").
3501 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3503 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3504 Fix stride for YVYU, should be word-aligned (#353658).
3506 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
3508 * gst/adder/gstadder.c: (gst_adder_src_event):
3511 2006-08-31 Edward Hervey <edward@fluendo.com>
3513 * gst/adder/gstadder.c: (forward_event_func),
3514 (gst_adder_src_event), (gst_adder_collected),
3515 (gst_adder_change_state):
3516 * gst/adder/gstadder.h:
3517 Remember the start position asked in the incoming seeks, so we can
3518 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3519 of assuming it will always be 0).
3521 2006-08-31 Edward Hervey <edward@fluendo.com>
3523 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3524 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3525 (gst_ogg_demux_loop):
3526 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3528 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
3530 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3531 (gst_ffmpegcsp_get_unit_size):
3532 Return FALSE instead of returning a random false unit
3533 size when the format isn't known/supported (even if
3534 this shouldn't happen under normal circumstances).
3536 2006-08-29 Wim Taymans <wim@fluendo.com>
3538 Patch by: Tim-Philipp Müller <tim at centricular dot net>
3540 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3541 (gst_gnome_vfs_src_start):
3542 Try harder to get the size from a uri by using _info_uri() when
3543 _info_from_handle() does not give us enough info.
3544 Also follow symlinks when getting the size.
3545 Partially Fixes #332864.
3547 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3549 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
3551 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3552 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3553 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3554 (gst_alsa_mixer_set_record):
3555 * ext/alsa/gstalsamixertrack.c:
3556 (gst_alsa_mixer_track_update_alsa_capabilities),
3557 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3558 (gst_alsa_mixer_track_update):
3559 * ext/alsa/gstalsamixertrack.h:
3560 Improve and fix mixer track handling, in particular better handling
3561 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3562 separate track objects for tracks that have both capture and playback
3563 volume (and label them differently as well so they're not mistakenly
3564 assumed to be duplicates); classify mixer tracks that only affect
3565 the audible volume of something (rather than the capture volume)
3566 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3567 for capture tracks to correspond to alsa-pswitch alsa-cswitch
3568 (following the meaning documented in the mixer interface header
3569 file); add support for alsa's exclusive cswitch groups; update/sync
3570 state/flags better if mixer settings are changed by another
3571 application. Fixes #336075.
3573 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3575 * gst/playback/gstplaybin.c:
3576 Improve docs: add section about BUFFERING messages sent by playbin.
3578 2006-08-29 Michael Smith <msmith@fluendo.com>
3580 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3581 (gst_vorbis_enc_buffer_check_discontinuous),
3582 (gst_vorbis_enc_chain):
3583 Ignore explicit DISCONT marked on buffers (which is often spurious,
3584 particularly when using multiple segments), in favour of solely
3585 using the timestamps/durations.
3587 2006-08-29 Edward Hervey <edward@fluendo.com>
3589 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3590 Don't rely on incoming buffers offset anymore, since it is completely
3591 broken when using multiple segments.
3592 Instead convert the incoming buffers timestamp to running time, and
3593 then convert that value to the offsets.
3594 Also inform GstSegment of the last outputted stop position, which is
3595 needed if we received several segments with an unknown stop value.
3597 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
3599 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3600 fix buffer unreffing on a header push failure
3602 2006-08-28 Wim Taymans <wim@fluendo.com>
3604 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3605 (gst_audio_rate_chain):
3606 Make the metadata of the buffer writable before changing its
3609 2006-08-28 Wim Taymans <wim@fluendo.com>
3611 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3612 (gst_audio_rate_setcaps), (gst_audio_rate_init),
3613 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3614 (gst_audio_rate_chain), (gst_audio_rate_change_state):
3615 Fix audiorate some more.
3616 Reset and resync counters on flush and READY.
3617 Handle the DISCONT flag correctly.
3618 Use GstSegment to track position.
3619 Fail when not negotiated.
3622 2006-08-25 Michael Smith <msmith@fluendo.com>
3624 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3626 Remove accidently included debug line.
3628 2006-08-25 Wim Taymans <wim@fluendo.com>
3630 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3632 If a buffer is received with no caps, make the buffer metadata
3633 writable and set the caps, making sure that we don't screw up the
3636 2006-08-25 Michael Smith <msmith@fluendo.com>
3638 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3639 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3640 Fix memory leaks and misleading debug messages, add a couple of
3643 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3644 (gst_multi_fd_sink_render):
3645 Do not use gst_buffer_make_writable() in a basesink render method,
3646 as it may incorrectly unref the buffer. Instead, use convoluted
3647 dance to avoid copying the buffer except when we need to.
3649 2006-08-25 Michael Smith <msmith@fluendo.com>
3651 * ext/vorbis/vorbisenc.c:
3652 (gst_vorbis_enc_buffer_check_discontinuous):
3653 Allow very small discontinuities in the timestamps. These we can't
3654 do anything useful with anyway (because vorbis's timestamps have
3655 only sample granularity), and are commonly produced by elements with
3656 minor bugs. Allow up to 1/2 a sample out.
3659 2006-08-24 Wim Taymans <wim@fluendo.com>
3661 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3662 (play_scrub_toggle_cb), (main):
3663 Add a checkbox to enable play scrubbing. Makes it possible to disable
3666 2006-08-23 Stefan Kost <ensonic@users.sf.net>
3668 * tests/check/elements/.cvsignore:
3671 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3673 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3674 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3675 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3676 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3677 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3678 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3679 (gst_ogm_text_parse_strip_trailing_zeroes),
3680 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3681 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3682 Refactor ogm parse, do better input checking, misc. clean-ups.
3683 Cache incoming events and push them once the source pad has
3684 been created. Don't pass unterminated strings to sscanf().
3685 Strip trailing zeroes from subtitle text output, since they
3686 are not valid UTF-8. Don't push vorbiscomment packets on
3687 the subtitle text pad. Output perfect streams if possible.
3689 2006-08-23 Wim Taymans <wim@fluendo.com>
3691 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3692 Waits for tasks to settle down so that we clean up correctly for
3695 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3697 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3698 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3699 actually return return value in taglists_are_equal.
3701 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3703 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3704 Fix crash due to broken bitstream parsing on x86-64: can't make
3705 any assumptions about sizeof(struct) due to alignment/packing
3706 differences on different architectures. Fixes #351790.
3708 2006-08-22 Wim Taymans <wim@fluendo.com>
3710 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3711 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3712 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3713 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3714 (gst_riff_parse_info):
3715 Protect public functions against bad input.
3719 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3721 * gst-libs/gst/riff/riff-ids.h:
3722 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3723 Add voxware audio IDs (even if we can't play it) (#351795).
3725 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3727 * gst-libs/gst/riff/riff-media.c:
3728 (gst_riff_create_video_template_caps),
3729 (gst_riff_create_audio_template_caps),
3730 (gst_riff_create_iavs_template_caps):
3731 Const-ify some arrays and use G_N_ELEMENTS instead
3732 of wasting oodles of RAM on terminator bits.
3734 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3736 * gst-libs/gst/tag/gstvorbistag.c:
3737 (gst_tag_list_to_vorbiscomment_buffer):
3738 * tests/check/libs/tag.c: (GST_START_TEST):
3739 And the same for _to_vorbiscomment_buffer(): allow
3740 id_data_len == 0 for speex.
3742 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
3745 * docs/plugins/Makefile.am:
3746 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3747 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3748 * docs/plugins/inspect/plugin-gdp.xml:
3749 * gst/gdp/Makefile.am:
3750 * tests/check/Makefile.am:
3751 Move GDP plugin to -base from -bad. Closes #347783.
3753 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3755 * gst-libs/gst/tag/gstvorbistag.c:
3756 (gst_tag_list_from_vorbiscomment_buffer):
3757 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3758 Also add some checks to make sure we don't memcmp() beyond the end of
3759 vorbiscomment buffer if the ID to check for is larger than the buffer.
3761 * tests/check/libs/tag.c: (GST_START_TEST):
3762 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3764 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3766 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3767 (gst_vorbis_enc_set_metadata):
3768 Use vorbis comment utility functions from libgsttag
3769 instead of re-inventing the wheel (partially fixes #347091).
3771 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
3773 * tests/check/elements/audioconvert.c: (GST_START_TEST):
3774 Fix leaks. Wait for state transitions that might happen ASYNC, as well
3777 2006-08-21 Wim Taymans <wim@fluendo.com>
3779 * docs/libs/Makefile.am:
3780 * docs/libs/gst-plugins-base-libs-sections.txt:
3781 * docs/libs/gst-plugins-base-libs.types:
3782 Don't try to GObject scan the netbuffer as it's not a GObject.
3785 * gst-libs/gst/netbuffer/gstnetbuffer.c:
3786 * gst-libs/gst/netbuffer/gstnetbuffer.h:
3787 Document GstNetBuffer.
3789 2006-08-21 Stefan Kost <ensonic@users.sf.net>
3791 * tests/check/elements/audioconvert.c: (GST_START_TEST),
3792 (audioconvert_suite):
3793 Add testcase for caps-size-explosion
3795 2006-08-20 Stefan Kost <ensonic@users.sf.net>
3797 * gst/audioconvert/gstaudioconvert.c:
3798 (gst_audio_convert_get_unit_size), (set_structure_widths):
3799 Lower debug, use g_assert in _get_unit_size
3801 * gst/audioresample/gstaudioresample.c:
3802 (audioresample_get_unit_size):
3803 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3804 (gst_ffmpegcsp_get_unit_size):
3805 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3806 use g_assert in _get_unit_size
3808 2006-08-18 Wim Taymans <wim@fluendo.com>
3810 * docs/libs/gst-plugins-base-libs-sections.txt:
3811 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3812 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3813 (gst_rtp_buffer_get_payload_buffer):
3814 * gst-libs/gst/rtp/gstrtpbuffer.h:
3815 Document GstRTPBuffer.
3816 Added function to efficiently strip payload headers.
3817 API: gst_rtp_buffer_get_payload_subbuffer()
3819 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3821 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3822 (gst_tag_to_vorbis_comments):
3823 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3824 tags and deserialise them properly as well (#347091).
3825 Add some more gtk-doc blurbs and also some g_return_if_fail().
3827 * tests/check/libs/tag.c: (GST_START_TEST),
3828 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3831 2006-08-17 Wim Taymans <wim@fluendo.com>
3833 * ext/ogg/Makefile.am:
3834 * ext/ogg/gstogg.c: (plugin_init):
3835 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3836 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3837 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3838 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3839 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3840 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3841 Added ogg-in-avi parser element. Fixes #140139.
3843 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3844 Fixed a bug in oggdemux debug code.
3846 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3847 (gst_riff_create_audio_template_caps):
3848 Recognise Ogg in the AVI extensible wave format.
3850 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3852 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3853 Make buffer durations add up (duration should be next_ts-ts for
3854 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3857 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3858 (test_buffer_timestamps), (cddabasesrc_suite):
3859 Add unit test for the above.
3861 * tests/check/Makefile.am:
3862 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3863 to see what happens.
3865 2006-08-16 Wim Taymans <wim@fluendo.com>
3867 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3868 (gst_alsasink_open):
3869 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3871 Avoid setting and using a NULL device name.
3872 Print more info when we fail to open a device.
3874 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
3876 * docs/libs/gst-plugins-base-libs-sections.txt:
3877 * gst-libs/gst/tag/tag.h:
3878 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3879 API: add gst_tag_parse_extended_comment() (#351426).
3881 * tests/check/Makefile.am:
3882 * tests/check/libs/.cvsignore:
3883 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3884 Add unit test for gst_tag_parse_extended_comment().
3886 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3888 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3889 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3892 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3894 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3895 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3896 * docs/plugins/gst-plugins-base-plugins.args:
3897 * gst/playback/gstplaybin.c:
3900 * docs/plugins/inspect/plugin-adder.xml:
3901 * docs/plugins/inspect/plugin-alsa.xml:
3902 * docs/plugins/inspect/plugin-audioconvert.xml:
3903 * docs/plugins/inspect/plugin-audiorate.xml:
3904 * docs/plugins/inspect/plugin-audioresample.xml:
3905 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3906 * docs/plugins/inspect/plugin-cdparanoia.xml:
3907 * docs/plugins/inspect/plugin-decodebin.xml:
3908 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3909 * docs/plugins/inspect/plugin-gnomevfs.xml:
3910 * docs/plugins/inspect/plugin-ogg.xml:
3911 * docs/plugins/inspect/plugin-pango.xml:
3912 * docs/plugins/inspect/plugin-playbin.xml:
3913 * docs/plugins/inspect/plugin-subparse.xml:
3914 * docs/plugins/inspect/plugin-tcp.xml:
3915 * docs/plugins/inspect/plugin-theora.xml:
3916 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3917 * docs/plugins/inspect/plugin-video4linux.xml:
3918 * docs/plugins/inspect/plugin-videorate.xml:
3919 * docs/plugins/inspect/plugin-videoscale.xml:
3920 * docs/plugins/inspect/plugin-videotestsrc.xml:
3921 * docs/plugins/inspect/plugin-volume.xml:
3922 * docs/plugins/inspect/plugin-vorbis.xml:
3923 * docs/plugins/inspect/plugin-ximagesink.xml:
3924 * docs/plugins/inspect/plugin-xvimagesink.xml:
3925 Update to CVS version.
3927 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3929 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3930 (gst_play_bin_set_property), (gst_play_bin_get_property),
3931 (value_list_append_structure_list),
3932 (gst_play_bin_handle_redirect_message),
3933 (gst_play_bin_handle_message):
3934 API: GstPlayBin::connection-speed
3935 Add "connection-speed" property; re-order redirect messages with
3936 multiple redirect locations depending on the minimum bitrate if
3937 that information is available and a connection speed is set
3940 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3942 * gst/playback/gstplaybin.c:
3943 Update max volume to the same value that the volume element uses.
3945 2006-08-14 Wim Taymans <wim@fluendo.com>
3947 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3950 2006-08-14 Wim Taymans <wim@fluendo.com>
3952 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3953 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3954 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3955 Add some more debug info.
3956 Don't crash when a seek failed.
3957 Actually return the result of the seek instead of TRUE.
3958 Ignore multiple BOS pages with the same serial so that we don't create
3959 the same stream multiple times.
3960 Post an error when we fail to do the initial seek.
3962 2006-08-13 Wim Taymans <wim@fluendo.com>
3964 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3965 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3968 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3969 (gst_alsa_mixer_new):
3970 Remove hack that always set the device to hw:0*.
3971 Properly find the card name for whatever device was configured.
3972 Do some better debugging.
3975 * ext/alsa/gstalsamixerelement.c:
3976 (gst_alsa_mixer_element_set_property),
3977 (gst_alsa_mixer_element_change_state):
3979 Handle setting of a NULL device name better.
3981 2006-08-11 Wim Taymans <wim@fluendo.com>
3983 * gst/adder/gstadder.c:
3984 Don't clip float values. Fixes #350900.
3986 2006-08-11 Andy Wingo <wingo@pobox.com>
3988 * gst/tcp/gsttcp.c: Really fix the build?
3990 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3993 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
3995 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3996 Float caps shouldn't have a "signed" field.
3998 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
4000 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4001 Implement SEEKING query in its most basic form, so that we can
4002 at least check if we're seekable or not (#350655).
4004 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
4006 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4007 The checks here are not even close to anything that would
4008 justify MAXIMUM probability, lowering to POSSIBLE until someone
4009 fixes the checks (case at hand: quicktime redirection files
4010 might start with 00 00 01 XX and pass the checks here just
4013 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
4015 Patch by: Sjoerd Simons <sjoerd at luon net>
4017 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4018 Better detection for multipart/x-mixed-replace: accept leading
4019 whitespaces before the boundary marker as well (as our very own
4020 multipartmux used to produce) (#349068).
4022 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
4024 Patch by: Young-Ho Cha <ganadist at chollian net>
4026 * gst-libs/gst/riff/riff-ids.h:
4027 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4028 (gst_riff_create_audio_template_caps):
4029 Detect DTS audio streams (#350157).
4031 2006-08-05 Andy Wingo <wingo@pobox.com>
4033 * ext/theora/gsttheoraparse.h:
4034 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4035 (theora_parse_dispose, theora_parse_set_property)
4036 (theora_parse_get_property, theora_parse_munge_granulepos)
4037 (theora_parse_push_buffer, theora_parse_change_state):
4038 API: GstTheoraParse::synchronization-points
4039 Add a property 'synchronization-points' to fix badly synchronized oggs.
4041 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4043 * tests/check/Makefile.am:
4044 * tests/check/libs/.cvsignore:
4045 * tests/check/libs/audio.c: (structure_contains_channel_positions),
4046 (fixed_caps_have_channel_positions), (GST_START_TEST),
4047 (audio_suite), (main):
4048 Add a few tests for the channel position stuff in libgstaudio.
4050 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4052 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4053 (gst_alsa_detect_channels):
4054 * ext/alsa/gstalsasink.c:
4055 Add support for cards that (only) do more than 8 channels,
4056 like the Delta 44 (#345188).
4058 * gst-libs/gst/audio/multichannel.c:
4059 (gst_audio_check_channel_positions):
4060 * gst-libs/gst/audio/multichannel.h:
4061 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4062 unspecified channel position and cannot be combined with any
4063 of the other audio channel positions; adjust position layout
4064 checks accordingly (#345188).
4066 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4068 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4069 Recognise ancient RealAudio files (see #349779).
4071 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4073 Patch by: Jens Granseuer <jensgr at gmx net>
4075 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4076 Add typefinder for Interplay's MVE format (#348973).
4078 2006-08-02 Wim Taymans <wim@fluendo.com>
4080 Patch by: Marcel Moreaux <marcelm at luon dot net>
4082 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4083 (gst_base_rtp_depayload_add_to_queue):
4084 * gst-libs/gst/rtp/gstbasertpdepayload.h:
4085 Handle RTP sequence number rollover.
4086 Disable jitterbuffer by default.
4088 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
4090 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4091 (audioresample_set_caps):
4092 Don't leak references to the incoming caps. Clean them up when
4095 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4096 (gst_video_scale_finalize):
4097 Don't leak our temporary pixel buffer.
4099 * tests/check/Makefile.am:
4100 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4101 (GST_START_TEST), (simple_launch_lines_suite):
4103 Fix leaks and re-enable the test for valgrind checking.
4105 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
4107 Patch by: Sjoerd Simons <sjoerd at luon net>
4109 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4111 Add typefind function for multipart/x-mixed-replace (#348916).
4113 2006-07-28 Wim Taymans <wim@fluendo.com>
4115 * gst/adder/gstadder.c: (gst_adder_setcaps),
4116 (gst_adder_query_duration):
4117 Fix leak in duration query.
4118 Reflow some docs and notes.
4120 2006-07-28 Michael Smith <msmith@fluendo.com>
4122 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4124 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4127 2006-07-28 Michael Smith <msmith@fluendo.com>
4129 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4130 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4131 (gst_vorbis_enc_push_buffer),
4132 (gst_vorbis_enc_buffer_check_discontinuous),
4133 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4134 * ext/vorbis/vorbisenc.h:
4135 Handle discontinuities in the input vorbis stream correctly,
4136 so that the output is properly timestamped (and has good granulepos
4137 values). Needs some oggmux fixes too.
4139 2006-07-27 Wim Taymans <wim@fluendo.com>
4141 patch by: Kai Vehmanen <kv2004 eca cx>
4143 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4144 (gst_base_rtp_depayload_chain),
4145 (gst_base_rtp_depayload_handle_sink_event),
4146 (gst_base_rtp_depayload_change_state):
4147 Don't send multiple newsegments with different formats.
4150 2006-07-26 Wim Taymans <wim@fluendo.com>
4152 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4153 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4154 Make seeking in ogg more accurate again by doing the more correct
4155 granuletime to stream time conversion.
4157 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
4159 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4160 (gst_multi_fd_sink_new_client):
4161 debug a little more understandably
4162 do not use goto as a substitute for break, especially if
4163 break is also being used
4165 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
4167 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4168 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4169 Remove GLib-2.6 compatibility cruft.
4171 2006-07-24 Wim Taymans <wim@fluendo.com>
4173 * gst-libs/gst/audio/gstbaseaudiosink.c:
4174 (gst_base_audio_sink_render):
4175 Don't try to align a sample to an unknown value.
4177 2006-07-24 Wim Taymans <wim@fluendo.com>
4179 * gst-libs/gst/audio/gstbaseaudiosink.c:
4180 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4181 When the audio clock is slaved to another clock, never try to align
4182 samples but trust the rate interpolation algorithm.
4184 2006-07-24 Wim Taymans <wim@fluendo.com>
4186 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4187 Don't try to calculate silence samples, base class does this much
4190 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4191 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4192 (gst_ring_buffer_acquire):
4193 Calculate silence samples correctly.
4195 * gst-libs/gst/audio/gstringbuffer.h:
4198 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
4200 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4201 Limit search for the first markup tag to the first few kB of
4202 the file. If we don't find one there, it's highly unlikely that
4203 this is an XML(-ish) file.
4205 2006-07-21 Andy Wingo <wingo@pobox.com>
4207 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4208 test to the one in vorbisenc. Also commented out.
4210 * tests/check/pipelines/vorbisenc.c:
4211 (test_discontinuity): New test, commented out until Mike lands
4212 some elite vorbisenc patches.
4214 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4215 Bufferstraw was actually factored out of these tests. Now we share
4218 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4219 for bufferstraw addition to gstcheck.
4221 2006-07-21 Wim Taymans <wim@fluendo.com>
4223 * ext/theora/theoradec.c: (clip_buffer):
4226 2006-07-21 Wim Taymans <wim@fluendo.com>
4228 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4229 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4230 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4232 Avoid type casting when we can.
4234 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4237 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
4239 * ext/alsa/gstalsamixerelement.c:
4240 (gst_alsa_mixer_element_change_state):
4241 Make state change fail if the specified device can't be opened
4244 2006-07-20 Wim Taymans <wim@fluendo.com>
4246 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4247 (cb_newpad), (main):
4248 Example of a small audio/video player using decodebin.
4250 2006-07-20 Stefan Kost <ensonic@users.sf.net>
4252 * gst-libs/gst/riff/riff-ids.h:
4255 2006-07-19 Wim Taymans <wim@fluendo.com>
4257 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4258 (gst_base_rtp_depayload_chain),
4259 (gst_base_rtp_depayload_change_state):
4260 Don't assert when not negotiated but post a meaningfull
4261 error message. Fixes #347918.
4263 * gst-libs/gst/rtp/gstbasertppayload.c:
4264 Add comment about better default MTU size.
4266 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4267 Small cleanups, start docs.
4269 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4271 Patch by: Martin Szulecki
4273 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4274 If "device-name" is requested and the device is not
4275 open, try to temporarily open it to obtain this
4276 information (#342494).
4278 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4280 * gst-libs/gst/tag/gstid3tag.c:
4281 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4283 * gst-libs/gst/tag/gsttageditingprivate.h:
4284 * gst-libs/gst/tag/gstvorbistag.c:
4285 Some more random const-ifications.
4287 2006-07-18 Stefan Kost <ensonic@users.sf.net>
4289 * gst-libs/gst/riff/riff-ids.h:
4290 * gst-libs/gst/riff/riff-media.c:
4291 (gst_riff_create_video_template_caps):
4292 Add more FOURCCs (sort list to make stuff easier to find),
4293 add comment what those 16 bytes in struct _gst_riff_strh according to
4296 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4298 * gst-libs/gst/audio/multichannel.c:
4299 (gst_audio_check_channel_positions),
4300 (gst_audio_fixate_channel_positions):
4301 Const-ify two arrays.
4303 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4305 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4306 Fix typo, so that alsasink also advertises 8 channels
4307 if that's supported (tags: can, worms, open, alsa, ph34r).
4309 2006-07-17 Wim Taymans <wim@fluendo.com>
4311 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4312 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4313 *sigh*, when is the compiler going to warn when the comments
4314 are out-of-sync with the code.. Refix case of busted theora
4315 headers with 0 granule pos.
4317 2006-07-14 Wim Taymans <wim@fluendo.com>
4319 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4320 (gst_base_rtp_depayload_wait),
4321 (gst_base_rtp_depayload_change_state),
4322 (gst_base_rtp_depayload_set_property),
4323 (gst_base_rtp_depayload_get_property):
4324 Fix 99% cpu load by waiting for absolute times on the
4325 clock. Fixes #347300.
4327 2006-07-14 Andy Wingo <wingo@pobox.com>
4329 * ext/theora/gsttheoraparse.h:
4330 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4331 (theora_parse_push_headers, theora_parse_clear_queue)
4332 (theora_parse_drain_queue_prematurely, )
4333 (theora_parse_sink_event, theora_parse_change_state): Queue events
4334 until we initialized our state, like in vorbisparse.
4336 * ext/vorbis/vorbisparse.h:
4337 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4338 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4339 (vorbis_parse_drain_queue_prematurely, )
4340 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4341 until we have initialized our state. Fixes seeking after an
4344 2006-07-14 Andy Wingo <wingo@pobox.com>
4346 Patch by: Iain Holmes <iaingnome@gmail.com>
4348 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4350 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
4353 Bump nano back to CVS
4355 === release 0.10.9 ===
4357 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4360 releasing 0.10.9, "I walk the line"
4362 2006-07-14 Michael Smith <msmith@fluendo.com>
4364 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4365 Move a g_cond_signal to earlier to avoid sometimes deadlocking
4366 (commonly happens when running this test under valgrind) when trying
4367 to remove the buffer probe.
4369 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4371 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4372 Fix missing g_unlock from the previous commit
4374 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4376 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4377 (gst_ximagesink_change_state):
4378 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4379 (gst_xvimagesink_change_state):
4380 Implement a locking order to ensure we always take the object lock
4381 before the x_lock and never vice-versa.
4383 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4385 * gst/playback/gstdecodebin.c: (find_compatibles):
4386 Fix a caps leak when linking (#347304)
4388 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4389 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4390 (gst_ximagesink_change_state):
4391 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4392 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4393 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4394 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4395 Don't leak shared memory resources. Use the object lock to protect
4396 against the xcontext disappearing while returning a buffer from the
4399 2006-07-12 Edward Hervey <edward@fluendo.com>
4401 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4402 (vorbis_handle_comment_packet):
4403 gst_tag_list_merge() returns a new object. Take that into account when
4404 using it. This avoids memleak.
4405 Revert previous commit which is not needed.
4407 2006-07-12 Edward Hervey <edward@fluendo.com>
4409 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4410 Reset the decoder in finalize so that all fields get cleared.
4412 2006-07-12 Wim Taymans <wim@fluendo.com>
4414 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4415 (gst_base_audio_src_set_clock),
4416 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4417 Don't try to post an error message when setting the clock fails
4418 as this can happen when adding an element to a bin which will then
4419 deadlock. Fixes #347296.
4421 2006-07-12 Edward Hervey <edward@fluendo.com>
4423 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4424 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4425 (vorbis_handle_type_packet):
4426 Post tag messages on the bus even if we're not initialized.
4427 If we're not initialized, we still postpone the event pushing of tags.
4429 2006-07-12 Wim Taymans <wim@fluendo.com>
4431 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4432 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4433 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4434 Revert last two changes that broke the freeze.
4436 2006-07-12 Wim Taymans <wim@fluendo.com>
4438 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4439 basesink calculates silence sample correctly for us.
4441 2006-07-12 Wim Taymans <wim@fluendo.com>
4443 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4444 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4445 Calculate correct silence samples so we don't fill our ringbuffer
4448 2006-07-12 Edward Hervey <edward@fluendo.com>
4450 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4451 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4452 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4453 * ext/vorbis/vorbisdec.h:
4454 Delay sending events (newsegment, tags) until the decoder is properly
4458 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
4460 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4461 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4462 Patch from #347221 adding a test for audioconvert
4465 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
4467 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4468 (gst_ssa_parse_parse_line):
4469 Don't include the terminating NUL in the buffer size,
4470 it's only there for extra paranoia (would add random
4471 '*' characters at the end of each subtitle since the
4472 terminator itself is not valid UTF-8 technically).
4473 Also fix indenting after boilerplate macro.
4475 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
4477 * gst/playback/gstdecodebin.c: (close_pad_link):
4478 Also emit 'unknown-type' signal (which should really be
4479 called unhandled-type) if we found potential decoders/demuxers
4480 in the registry but none of them worked in the end (as in the
4481 case where the plugins don't exist any longer but are still
4482 listed in the registry). Fixes #329798.
4484 2006-07-08 Andy Wingo <wingo@pobox.com>
4486 * theoraparse.c (theora_parse_push_buffer)
4487 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4488 Add some more debugging. Fix granulepos reconstruction in the face
4491 2006-07-06 Wim Taymans <wim@fluendo.com>
4493 * gst-libs/gst/audio/gstbaseaudiosink.c:
4494 (gst_base_audio_sink_class_init),
4495 (gst_base_audio_sink_provide_clock):
4496 Use gobject_class instead of G_OBJECT_CLASS (klass)
4498 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4499 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4500 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4501 (gst_base_audio_src_get_time),
4502 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4503 (gst_base_audio_src_create_ringbuffer):
4504 Fix latency and buffer-time constants and properties ala basesink.
4505 Implement pull based scheduling. Fixes #346527.
4506 Set default blocksize in GstBaseSrc to 0, we default to pushing out
4508 Refuse slaving to another clock instead of silently not working.
4509 Only provide a clock when we are actually able to do so.
4510 Various small cleanups and compiler hints.
4512 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4514 Patch by: Lutz Mueller <lutz at topfrose de>
4516 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4518 Add typefinding for text/html (#346581).
4520 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4522 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4523 (xml_check_first_element), (xml_type_find), (smil_type_find):
4524 Fix SMIL typefinding, make xml_check_first_element() more
4527 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4529 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4530 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4531 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4532 * gst/playback/gstplaybasebin.h:
4533 Protect list of elements with a subtitle-encoding property and
4534 the subtitle encoding member itself with a lock of their own
4535 instead of using the object lock. This prevents a dead-lock in
4536 the element-remove callback in some circumstances when shutting
4539 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
4541 * win32/common/libgsttag.def:
4542 Export some new functions.
4543 * win32/vs6/libgstogg.dsp:
4544 Add a link to libgsttag-0.10.lib.
4546 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
4548 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4549 Some const-ification.
4551 2006-07-04 Wim Taymans <wim@fluendo.com>
4553 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4554 Improve checking if we are dealing with a stream. Added some
4555 more uris that need buffering.
4557 2006-07-03 Edward Hervey <edward@fluendo.com>
4559 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4560 Remove unused variable.
4562 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
4567 add GCOV_LIBS to GST_LIBS
4569 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
4571 Patch by: Michael Sheldon <webmaster at mikeasoft com>
4573 * ext/alsa/gstalsasrc.c:
4574 Add 32 bps to template caps and increase channels range
4575 from [1,2] to [1,MAX]. See #346326.
4577 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
4579 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4580 Recognise 'WMVA' video codec fourcc (#345879).
4582 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
4584 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4585 Fixed nasty memory leak
4587 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
4589 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4590 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4593 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
4595 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4596 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4597 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4598 Protect remove_fakesink using a mutex, so that we don't try and
4599 remove the fakesink simultaneously from multiple threads.
4601 When going from READY to PAUSED, restore the fakesink, so that
4602 it is there when decodebin gets reused.
4604 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
4606 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4607 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4608 * gst-libs/gst/rtp/gstbasertppayload.c:
4609 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4610 * gst/tcp/gstmultifdsink.c:
4611 * gst/tcp/gsttcpclientsink.c:
4612 * gst/tcp/gsttcpclientsrc.c:
4613 * gst/tcp/gsttcpserversink.c:
4614 * gst/tcp/gsttcpserversrc.c:
4615 * gst/videorate/gstvideorate.c:
4616 * gst/videotestsrc/gstvideotestsrc.c:
4617 * sys/v4l/gstv4ljpegsrc.c:
4618 * sys/v4l/gstv4lmjpegsink.c:
4619 * sys/v4l/gstv4lsrc.c:
4620 * tests/examples/seek/scrubby.c:
4621 * tests/examples/seek/seek.c:
4622 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4624 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4626 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4627 Second field in GEnumValue shouldn't be a description,
4628 but a stringified version of the enum value.
4630 2006-06-22 Wim Taymans <wim@fluendo.com>
4632 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4633 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4634 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4635 Avoid type checking in buffer casts.
4636 Avoid caps copy in buffer_alloc when we can.
4637 Use pad_peer_accept.
4639 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4641 * gst-libs/gst/tag/tag.h:
4642 Oops, make that 'Since: 0.10.9'.
4644 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4646 * docs/libs/gst-plugins-base-libs-sections.txt:
4647 * gst-libs/gst/tag/tag.h:
4648 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4649 (gst_tag_image_type_get_type):
4650 API: add GstTagImageType enum to describe images contained
4651 in image tags (#345641).
4653 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4655 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4656 Fix warnings with gst-inspect: "buffers-min" property
4657 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4658 typo in property description.
4660 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4662 Patch by: Cody Russell <bratsche at gnome org>
4664 * gst/audioresample/gstaudioresample.c:
4665 (gst_audioresample_class_init):
4666 * gst/playback/gststreamselector.c:
4667 (gst_stream_selector_class_init):
4668 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4669 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4670 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4671 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4672 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4673 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4674 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4675 * gst/videotestsrc/gstvideotestsrc.c:
4676 (gst_video_test_src_class_init):
4677 * gst/volume/gstvolume.c: (gst_volume_class_init):
4678 Avoid unnecessary class cast check in class_init
4679 functions (#337747).
4681 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
4683 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4684 (gst_text_overlay_video_chain):
4685 g_markup_escape_text() REALLY doesn't like non-UTF8 input
4686 and doesn't validate its input either (and neither did
4687 textoverlay it seems). Let's do that then and fix #345206.
4689 2006-06-19 Wim Taymans <wim@fluendo.com>
4691 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4692 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4693 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4694 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4695 (find_syncframe), (find_limits), (assign_value),
4696 (count_burst_unit), (gst_multi_fd_sink_new_client),
4697 (gst_multi_fd_sink_handle_client_write),
4698 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4699 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4700 (gst_multi_fd_sink_change_state):
4701 * gst/tcp/gstmultifdsink.h:
4702 Added shiny new burst-on-connect methods.
4703 Add properties to control the minimal amount of data queued.
4705 API: bytes-min property
4706 API: time-min property
4707 API: buffers-min property
4708 API: burst-unit property
4709 API: burst-value property
4710 API: add-full signal
4712 * gst/tcp/gsttcp-marshal.list:
4713 Added new marshaller code for the new signal.
4715 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4716 (multifdsink_suite):
4717 Added testcases for new burst methods.
4719 2006-06-19 Edward Hervey <edward@fluendo.com>
4721 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4722 Implement clipping for accurate seeking.
4725 2006-06-19 Wim Taymans <wim@fluendo.com>
4727 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4729 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4730 (gst_video_scale_transform):
4731 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4733 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
4736 Fix --disable-external (can't set conditionals conditionally,
4739 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4741 * tests/check/elements/audioresample.c: (test_reuse),
4742 (audioresample_suite):
4743 Add test case for bug #342789 fixed below.
4745 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4747 * gst/audioresample/gstaudioresample.c:
4748 (gst_audioresample_class_init), (gst_audioresample_init),
4749 (audioresample_start), (audioresample_stop),
4750 (gst_audioresample_set_property), (gst_audioresample_get_property):
4751 Implement GstBaseTransform::start and ::stop so that audioresample
4752 can clear its internal state properly and be reused instead of
4753 causing non-negotiated errors with playbin under some circumstances
4756 * tests/check/elements/audioresample.c: (setup_audioresample),
4757 (cleanup_audioresample):
4758 Need to set element state here so that ::start and ::stop are
4761 2006-06-16 Wim Taymans <wim@fluendo.com>
4763 Patch by: Young-Ho Cha <ganadist at chollian dot net>
4765 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4766 Parse extra data better, apparently it's right behind
4767 the normal strf header size. Fixes #343500.
4769 2006-06-16 Wim Taymans <wim@fluendo.com>
4771 * ext/alsa/gstalsasink.c: (set_hwparams):
4772 If we fail to set the buffer_time and period_time alsa
4773 parameters, post a warning and leave alsa select a
4774 default instead of failing. Fixes #342085
4776 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4778 * docs/libs/gst-plugins-base-libs-sections.txt:
4779 * gst-libs/gst/cdda/gstcddabasesrc.h:
4780 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4781 out in the header file and shouldn't be listed in the docs.
4783 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4784 Must dereference pointer to fourcc in the debug statement.
4786 2006-06-16 Stefan Kost <ensonic@users.sf.net>
4788 * docs/libs/Makefile.am:
4789 * docs/libs/gst-plugins-base-libs-docs.sgml:
4790 * docs/libs/gst-plugins-base-libs-sections.txt:
4791 * docs/libs/gst-plugins-base-libs.types:
4792 add remaining symbols into correct setions
4794 * gst-libs/gst/audio/gstringbuffer.c:
4797 * gst-libs/gst/audio/gstringbuffer.h:
4798 comment out not yet implemented function
4801 * gst-libs/gst/floatcast/floatcast.h:
4802 * gst-libs/gst/netbuffer/gstnetbuffer.c:
4803 add short descriptions
4806 * gst-libs/gst/interfaces/propertyprobe.c:
4807 fix return value docs
4809 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4810 simplify debug logging
4812 * gst-libs/gst/riff/riff-read.h:
4813 sync function prototype and docs
4815 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4816 remove left over symbol
4818 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4823 Use GST_PLUGIN_DOCS macro in configure.ac, add
4824 --enable-plugin-docs default to autogen.sh and use
4825 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4827 2006-06-15 Wim Taymans <wim@fluendo.com>
4829 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4830 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4831 (gst_ogg_demux_loop):
4832 Combine GstFlowReturn from the source pads to give a
4833 meaningfull result to the upstream peer or to stop the
4834 processing task in case of errors.
4836 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4838 * gst/playback/gststreaminfo.c: (cb_probe):
4839 Try GST_TAG_CODEC as fallback when extracting the
4840 codec name; more debug info.
4842 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4844 * ext/ogg/Makefile.am:
4845 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4846 Extract language tags from ogm subtitle streams, so that
4847 the subtitle menu choices are labelled correctly in
4848 Totem (fixes #344708).
4850 2006-06-14 Wim Taymans <wim@fluendo.com>
4852 Patch by: Alessandro Decina <alessandro at nnva dot org>
4854 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4855 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4856 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4857 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4858 Fix various leaks. Fixes #343699.
4859 Add x-smoke mime type.
4861 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4863 * gst-libs/gst/riff/riff-ids.h:
4864 Add IDs for 'bext' chunks (see #343837).
4866 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
4868 Patch by: Young-Ho Cha <ganadist at chollian net>
4870 * gst/subparse/samiparse.c: (sami_context_pop_state),
4871 (handle_start_font), (end_sami_element):
4872 Honour font face tags in SAMI subtitles (#344503).
4874 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4877 add missing files containing translatable strings
4879 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4881 * docs/libs/tmpl/.cvsignore:
4882 we don't want those *.sgml files in CVS either
4884 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4886 * docs/libs/.cvsignore:
4887 * tests/check/elements/.cvsignore:
4888 * tests/check/libs/.cvsignore:
4891 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4893 * docs/libs/Makefile.am:
4894 also commiting the changed Makefile.am (added more libs to the
4897 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4899 * docs/libs/gst-plugins-base-libs-docs.sgml:
4900 * docs/libs/gst-plugins-base-libs-sections.txt:
4901 * docs/libs/gst-plugins-base-libs.types:
4902 first batch of reordering things, add index & hierarchy
4904 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
4907 use GST_PKG_CHECK_MODULES, cleans up output
4909 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4911 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4912 Add support for burn:// URIs (#343385); const-ify things a bit,
4913 use G_N_ELEMENTS instead of hard-coded array size.
4915 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4917 Patch by: Young-Ho Cha <ganadist at chollian net>
4919 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4920 Fix up broken entities before passing them to libxml *sigh*.
4923 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4928 === release 0.10.8 ===
4930 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4933 releasing 0.10.8, "Moar gij ziet mij nie"
4935 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
4952 * win32/common/config.h:
4955 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
4957 * docs/libs/tmpl/gstaudio.sgml:
4958 * docs/libs/tmpl/gstcolorbalance.sgml:
4959 * docs/libs/tmpl/gstmixer.sgml:
4960 * docs/libs/tmpl/gstringbuffer.sgml:
4961 * docs/libs/tmpl/gsttuner.sgml:
4962 * docs/libs/tmpl/gstxoverlay.sgml:
4963 * gst-libs/gst/audio/audio.c:
4964 * gst-libs/gst/audio/gstringbuffer.c:
4965 * gst-libs/gst/interfaces/colorbalance.c:
4966 * gst-libs/gst/interfaces/mixer.c:
4967 * gst-libs/gst/interfaces/tuner.c:
4968 * gst-libs/gst/interfaces/xoverlay.c:
4969 move last template doc snippets to source code and delete them
4971 2006-06-06 Michael Smith <msmith@fluendo.com>
4973 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4974 (theora_parse_drain_queue):
4975 Mark DELTA_UNIT on non-keyframes.
4977 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
4979 * gst-libs/gst/audio/gstbaseaudiosink.c:
4980 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4981 * gst-libs/gst/audio/gstbaseaudiosink.h:
4982 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4983 (gst_ring_buffer_samples_done):
4984 * gst-libs/gst/audio/gstringbuffer.h:
4985 Document better the fact that latency_time and buffer_time are values
4986 stored in microseconds, and not the usual GStreamer nanoseconds.
4987 Change the variables (compatibly) that store them from GstClockTime
4988 to guint64 to make it more clear that they're not storing clock times.
4989 Also, remove the bogus property description that says the user can
4990 specify -1 to get the default value, since that's never been the case.
4992 When computing the default segment size for the ring buffer, make it
4993 an integer number of samples.
4995 When the sub-class indicates a delay greater than the number of
4996 samples we've written return 0 from the audio sink get_time method.
4998 2006-06-02 Michael Smith <msmith@fluendo.com>
5000 * tests/check/elements/audioconvert.c: (set_channel_positions),
5001 (get_float_mc_caps), (get_int_mc_caps):
5002 * tests/check/elements/audioresample.c:
5003 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5004 * tests/check/elements/videorate.c:
5005 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5006 * tests/check/elements/volume.c:
5007 * tests/check/elements/vorbisdec.c:
5008 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5009 Don't busy-wait in tests; this was causing test timeouts very
5010 frequently when running under valgrind.
5012 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
5015 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5016 (gst_multi_fd_sink_remove_client_link),
5017 (gst_multi_fd_sink_client_queue_caps),
5018 (gst_multi_fd_sink_client_queue_buffer),
5019 (gst_multi_fd_sink_handle_client_write),
5020 (gst_multi_fd_sink_render):
5021 * gst/tcp/gstmultifdsink.h:
5022 make multifdsink properly deal with streamheader:
5023 - streamheader is taken from caps
5024 - buffers marked with IN_CAPS are not sent
5025 - streamheaders are sent, on connection, from the caps of the
5026 buffer where the client gets positioned to
5027 - further streamheader changes are done every time the client
5028 will receive a buffer with different caps
5029 * tests/check/elements/multifdsink.c: (GST_START_TEST),
5030 (gst_multifdsink_create_streamheader):
5033 2006-06-02 Michael Smith <msmith@fluendo.com>
5035 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5036 Reinstate limit on channel count. Vorbis does not define the meaning
5037 of > 6 channels, so they're just independent channels. Gstreamer
5038 currently has no mechanism to represent N independent channels.
5040 2006-06-02 Michael Smith <msmith@fluendo.com>
5042 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5043 Don't arbitrarily restrict channel counts and rate in vorbis.
5044 In terms of effects likely on real-world files, this fixes 96kHz
5047 2006-06-02 Michael Smith <msmith@fluendo.com>
5049 * gst/audioconvert/audioconvert.c: (float):
5050 More correct float->int conversion.
5052 2006-06-02 Michael Smith <msmith@fluendo.com>
5054 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5055 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5056 value. Fixes g-critical on trying to play back ogg containing
5059 2006-06-02 Wim Taymans <wim@fluendo.com>
5061 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5063 * gst/playback/gstplaybasebin.h:
5064 Make the subtitle detection work from any thread so we don't
5065 deadlock. Fixes #343397.
5067 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
5069 * gst/volume/Makefile.am:
5070 Seriously, it's not *that* hard to get compilation right. Even
5071 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5073 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5075 * gst/volume/gstvolume.c: (volume_choose_func),
5076 (volume_update_real_volume), (gst_volume_class_init),
5077 (gst_volume_init), (volume_process_float), (volume_process_int16),
5078 (volume_process_int16_clamp), (volume_set_caps),
5079 (volume_transform_ip), (plugin_init):
5080 * gst/volume/gstvolume.h:
5081 rewrite the passthrough check, split _int16 and _int16_clamp, fix
5082 another property desc., remove unused param from process function
5084 * tests/check/elements/volume.c: (volume_suite):
5085 reactivate the passthrough test
5087 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5089 * ext/alsa/gstalsamixerelement.h:
5090 * ext/alsa/gstalsamixeroptions.h:
5091 * ext/alsa/gstalsamixertrack.h:
5092 * ext/gnomevfs/gstgnomevfssink.h:
5093 * ext/gnomevfs/gstgnomevfssrc.h:
5094 * ext/theora/gsttheoradec.h:
5095 * ext/theora/gsttheoraenc.h:
5096 * ext/theora/gsttheoraparse.h:
5097 * ext/vorbis/vorbisparse.h:
5098 * gst-libs/gst/audio/gstaudioclock.h:
5099 * gst-libs/gst/audio/gstaudiofilter.h:
5100 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5101 * gst/audioconvert/gstaudioconvert.h:
5102 * gst/audioresample/gstaudioresample.h:
5103 * gst/audiotestsrc/gstaudiotestsrc.h:
5104 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5105 * gst/playback/gststreamselector.h:
5106 * gst/tcp/gstmultifdsink.h:
5107 * gst/tcp/gsttcpclientsink.h:
5108 * gst/tcp/gsttcpclientsrc.h:
5109 * gst/tcp/gsttcpserversink.h:
5110 * gst/tcp/gsttcpserversrc.h:
5111 * gst/videorate/gstvideorate.h:
5112 * gst/videoscale/gstvideoscale.h:
5113 * gst/videotestsrc/gstvideotestsrc.h:
5114 * gst/volume/gstvolume.h:
5115 * sys/v4l/gstv4ljpegsrc.h:
5116 * sys/v4l/gstv4lmjpegsink.h:
5117 * sys/v4l/gstv4lmjpegsrc.h:
5118 * sys/v4l/gstv4lsrc.h:
5119 * sys/ximage/ximagesink.h:
5120 * sys/xvimage/xvimagesink.h:
5121 * tests/old/testsuite/alsa/sinesrc.h:
5122 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5124 2006-05-31 Wim Taymans <wim@fluendo.com>
5126 * ext/libvisual/visual.c: (gst_visual_reset),
5127 (gst_visual_sink_setcaps), (gst_visual_sink_event),
5128 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5130 Use running time before doing QoS.
5133 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
5135 * docs/libs/Makefile.am:
5136 set a magic variable to indicate we know the docs are incomplete
5138 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
5140 * win32/common/libgstvideo.def:
5141 export gst_video_calculate_display_ratio
5142 * win32/vs6/libgstvideoscale.dsp:
5143 add link to libgstvideo-0.10.lib
5145 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
5147 * gst/playback/gstplaybasebin.c: (gen_source_element):
5148 Throw a more comprehensible error for rtsp:// URIs (rather
5149 than erroring out with a negotiation error later on) until
5150 we fix playbin to handle rtspsrc etc.
5152 2006-05-30 Wim Taymans <wim@fluendo.com>
5154 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5155 (gst_text_overlay_text_event):
5158 2006-05-30 Wim Taymans <wim@fluendo.com>
5160 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5161 (gst_adder_request_new_pad), (gst_adder_release_pad):
5162 * gst/adder/gstadder.h:
5163 Implement release_request_pad.
5164 Make padcounter atomic.
5166 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5167 Added check for release_pad in adder.
5169 2006-05-30 Wim Taymans <wim@fluendo.com>
5171 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5174 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
5176 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5177 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5178 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5179 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5180 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5181 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5182 (gst_ogg_demux_bisect_forward_serialno),
5183 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5184 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5186 clean up printf formats for granulepos and serialno
5188 2006-05-30 Michael Smith <msmith@fluendo.com>
5190 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5191 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5192 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5193 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5194 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5195 * ext/vorbis/vorbisenc.h:
5196 Multi-channel caps negotiation, so we can do proper multichannel
5197 vorbis encoding, negotiated through audioconvert.
5199 2006-05-30 Wim Taymans <wim@fluendo.com>
5201 * tests/check/elements/adder.c: (test_event_message_received),
5202 (test_play_twice_message_received), (GST_START_TEST),
5204 Added check to show that #339935 is fixed with ongoing
5205 adder and collectpads fixes.
5207 2006-05-29 Wim Taymans <wim@fluendo.com>
5209 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5210 Don't leak pad name.
5212 2006-05-29 Wim Taymans <wim@fluendo.com>
5214 * gst/adder/gstadder.c: (gst_adder_query_duration),
5215 (forward_event_func), (forward_event), (gst_adder_src_event):
5217 Make query/seeking code threadsafe.
5219 * tests/check/Makefile.am:
5220 * tests/check/elements/adder.c: (test_event_message_received),
5221 (GST_START_TEST), (test_play_twice_message_received):
5222 Fix adder test case.
5224 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
5226 Patch by: Young-Ho Cha <ganadist at chollian net>
5228 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5229 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5230 (set_encoding_element), (decodebin_element_added_cb),
5231 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5232 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5233 * gst/playback/gstplaybasebin.h:
5234 Add 'subtitle-encoding' property to playbin, so applications can
5235 force a subtitle encoding for non-UTF8 subtitles (#342268).
5237 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5238 (gst_sub_parse_set_property):
5239 Rename recently-added 'encoding' property to 'subtitle-encoding'
5240 (so it can be proxied by playbin/decodebin in a generic way
5241 with less danger of false positives).
5243 2006-05-29 Michael Smith <msmith@fluendo.com>
5245 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5246 (append_with_other_format), (set_structure_widths),
5247 (gst_audio_convert_transform_caps):
5248 Patch from #341562: give more specific audio caps in get_caps, so
5249 that basetransform can make better decisions on what caps to
5252 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5254 * tests/check/elements/volume.c:
5255 make it compile again
5257 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5259 * tests/check/elements/volume.c: (volume_suite):
5260 disable test until #343196 gets resolved
5262 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5264 * gst/adder/gstadder.c: (gst_adder_get_type):
5265 Make it easier to copy&paste
5267 * gst/volume/Makefile.am:
5268 * gst/volume/gstvolume.c: (volume_update_real_volume),
5269 (gst_volume_set_volume), (gst_volume_set_mute),
5270 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5271 (volume_transform_ip), (volume_update_mute),
5272 (volume_update_volume):
5273 * gst/volume/gstvolume.h:
5274 Add own debug category, move duplicate code to helper function, fix
5275 property texts, add more comments and prepare ffor liboil-goodness
5277 * tests/check/Makefile.am:
5278 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5279 add test for mute and passtrough case, be a bit more verbose to track
5282 * tests/check/generic/states.c: (GST_START_TEST):
5283 catch elements that fail to instantiate
5285 2006-05-28 Edward Hervey <edward@fluendo.com>
5287 * tests/check/pipelines/simple-launch-lines.c:
5288 * tests/check/pipelines/theoraenc.c:
5289 * tests/check/pipelines/vorbisenc.c:
5290 Comment out tests using parse_launch() if core was built without
5291 parsing capabilities.
5293 2006-05-27 Edward Hervey <edward@fluendo.com>
5295 * tests/check/Makefile.am:
5296 Extra bonus points for whoever explains to ensonic that you are meant
5297 to test unit tests thoroughly before commiting them, especially if
5298 you know it's going to break.
5299 De-activated element/adder tests.
5301 2006-05-27 Edward Hervey <edward@fluendo.com>
5303 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5304 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5305 Marking caps conversion issues as GST_WARNING is way too verbose,
5306 Moving them to GST_LOG.
5308 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
5311 Replace current README (containing the release notes from
5312 some 0.9.x version) with a proper README taken from the core.
5314 2006-05-26 Wim Taymans <wim@fluendo.com>
5316 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5317 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5318 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5319 (vorbis_dec_change_state):
5322 Clip output samples to segment boundaries.
5324 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5326 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5327 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5328 Improve the errors produced on bad output, including some human
5329 readable description strings.
5330 Handle the (theoretical for ximagesink) case where the XServer
5331 has a different idea about the size required for a particular
5332 frame and gives us too small a memory allocation.
5334 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5336 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5337 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5338 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5339 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5340 Improve the errors produced on bad output, including some human
5341 readable description strings.
5342 Handle RGB Xv formats properly by transforming them into our
5343 big-endian caps description.
5344 Use gst_caps_truncate to ensure that we never try and choose a
5345 non-fixed caps in buffer_alloc.
5346 Handle the case where the XServer has a different idea about the size
5347 required for a particular frame and gives us too small a memory
5349 Use -1 to indicate 'no image format', because 0 is a valid XServer
5350 image format number.
5351 Put RGB Xv formats at the end of the caps, so that we always prefer
5353 Iterate the available Xv Encodings to determine the maximum width and
5354 height, and then return that in our caps.
5355 (Closes #315312, #337544)
5357 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
5359 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5360 When there is only one unfinished pad and it receives an event that
5361 doesn't match our requirements, we need to set alldone=FALSE so that
5362 the fakesink is not removed yet.
5364 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
5366 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5367 Use gst_type_find_helper_for_buffer() to find the type
5368 of stream from the first packet.
5371 Bump requirements to core CVS (needed for vorbis
5372 typefinding to work).
5374 2006-05-24 Edward Hervey <edward@fluendo.com>
5376 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5377 Added the 'prfl' atom type which MQV (no, it's not a typo) files
5378 contain. Else they play perfectly fine with qtdemux.
5380 2006-05-23 Stefan Kost <ensonic@users.sf.net>
5382 * ext/theora/theoradec.c:
5383 * ext/theora/theoraenc.c:
5384 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5385 * gst/audiorate/gstaudiorate.c:
5386 make more debug catagories static
5388 * tests/check/Makefile.am:
5389 * tests/check/elements/adder.c: (message_received),
5390 (test_event_message_received), (GST_START_TEST),
5391 (test_play_twice_message_received), (adder_suite):
5392 added test case for using element twice, extra bonus points for anyone
5393 who can make these test run reliably
5395 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
5397 * ext/theora/theoradec.c: (theora_dec_chain):
5398 Make work with time-stamped input buffers that do not
5399 have a granulepos in BUFFER_OFFSET_END (like theora
5400 buffers coming from matroskademux). Fixes #342448.
5402 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
5404 Patch by: Peter Kjellerstedt <pkj at axis com>
5406 * gst/tcp/Makefile.am:
5407 fdstresstest doesn't need Gtk+, fix compilation if
5408 gtk is not available (#342566).
5410 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5412 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5414 Removed redundant floor()
5416 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5418 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5419 On second thought, just skip JUNK chunks automatically, so
5420 the caller doesn't have to handle this. Fixes #342345.
5421 Also, return GST_FLOW_UNEXPECTED if we get a short read,
5424 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5426 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5427 Don't bail out on JUNK chunks with a size of 0 (would try to
5428 pull_range 0 bytes before, which sources don't like too much).
5431 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5433 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5434 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5435 Use the gstutil scaling function to preserve 64 bits while calculating
5436 output width and height from the display-aspect-ratio. (A continuation
5439 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5441 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5442 (gst_xvimagesink_buffer_alloc):
5443 * sys/xvimage/xvimagesink.h:
5444 When performing buffer allocations, remember the caps and image format
5445 we return so that if the same caps are asked for next time we can
5446 return them immediately without doing any caps intersections.
5448 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5450 * gst-libs/gst/rtp/README:
5451 Some new documentation
5452 * gst-libs/gst/rtp/gstrtpbuffer.h:
5453 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
5454 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5455 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5456 New RTP audio base payloader class. Supports frame or sample based
5457 codecs. Not enabled in Makefile.am until approved.
5459 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5461 * tests/check/elements/alsa.c: (test_device_property_probe):
5462 Fix test case: don't try to free NULL GValueArray when there
5465 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5467 * tests/check/Makefile.am:
5468 * tests/check/elements/alsa.c: (test_device_property_probe),
5469 (alsa_suite), (main):
5470 Add simple test that runs a device property probe on alsasrc,
5471 alsasink and alsamixer. Disable valgrind check for now (too
5472 many leaks in libasound, and valgrind ignored my suppressions
5475 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5477 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5478 (gst_alsa_device_property_probe_probe_property),
5479 (gst_alsa_device_property_probe_needs_probe),
5480 (gst_alsa_device_property_probe_get_values),
5481 (gst_alsa_type_add_device_property_probe_interface):
5482 * ext/alsa/gstalsadeviceprobe.h:
5483 * ext/alsa/gstalsamixerelement.c:
5484 (gst_alsa_mixer_element_init_interfaces):
5485 * ext/alsa/gstalsamixerelement.h:
5486 Clean up and simplify alsa device probing. Make it actually work
5487 for multiple classes. Don't cache results any longer.
5489 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5490 (gst_alsasink_init):
5491 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5492 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5493 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5494 Make alsasink and alsasrc implement the GstPropertyProbe interface
5495 for device probing (#342181).
5496 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
5498 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5500 * gst/subparse/samiparse.c: (handle_start_font):
5501 Don't ignore return value of strtol (++compiler_happiness).
5503 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
5505 Patch by: Young-Ho Cha <ganadist chollian net>
5507 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5508 (gst_sub_parse_class_init), (gst_sub_parse_init),
5509 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5511 * gst/subparse/gstsubparse.h:
5512 Add 'encoding' property (#341681).
5514 * gst/subparse/samiparse.c: (characters_sami):
5515 Output is pango markup, so we need to escape text
5516 between tags (#342143).
5518 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5520 * gst-libs/gst/audio/multichannel.c:
5521 (gst_audio_check_channel_positions):
5522 It's okay to have caps with channels=1 and a channel position
5523 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5524 (deinterleavers might want to keep the position in the caps,
5525 so that they can be re-interleaved again properly later).
5526 Leave check for unexpected 2-channel layouts intact for now.
5528 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5530 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5531 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5532 basesrc can do its job correctly.
5534 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5536 * ext/alsa/Makefile.am:
5537 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5538 (gst_alsa_detect_formats), (get_channel_free_structure),
5539 (caps_add_channel_configuration), (gst_alsa_detect_channels),
5540 (gst_alsa_probe_supported_formats):
5541 * ext/alsa/gstalsa.h:
5542 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5543 Refactor and improve caps probing code: probe signedness
5544 when we probe the supported formats/widths; set endianness
5545 to the one we actually probed for (ie. cpu endianness).
5547 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5548 (gst_alsasrc_close):
5549 * ext/alsa/gstalsasrc.h:
5550 Implement caps probing for alsasrc.
5552 2006-05-15 Wim Taymans <wim@fluendo.com>
5554 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5555 (theora_dec_src_query), (theora_dec_src_event),
5556 (theora_dec_sink_event), (theora_handle_comment_packet),
5557 (theora_handle_data_packet), (theora_dec_change_state):
5558 Cleanups, add some G_LIKELY.
5559 Use segment helpers instead of our own wrong code.
5560 Clear queued buffers on seek and READY.
5562 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5563 (vorbis_dec_convert), (vorbis_dec_src_query),
5564 (vorbis_dec_src_event), (vorbis_dec_sink_event),
5565 (vorbis_handle_comment_packet), (vorbis_dec_push),
5566 (vorbis_handle_data_packet), (vorbis_dec_chain),
5567 (vorbis_dec_change_state):
5568 * ext/vorbis/vorbisdec.h:
5569 Remove old useless packetno variable.
5570 Do position query properly.
5572 Do cleanup of queued buffers in new helper function
5575 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5577 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5578 Query supported sample rates. Fixes #341732.
5580 2006-05-15 Julien MOUTTE <julien@moutte.net>
5582 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5583 (gst_decode_bin_change_state): Make decodebin reusable
5584 when going from PAUSE_TO_READY and then back to PAUSED.
5587 2006-05-15 Wim Taymans <wim@fluendo.com>
5589 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5590 (vorbis_dec_convert), (vorbis_dec_src_query),
5591 (vorbis_dec_sink_query), (vorbis_dec_src_event),
5592 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5593 (vorbis_dec_clean_queued), (vorbis_dec_push),
5594 (vorbis_handle_data_packet), (vorbis_dec_change_state):
5595 Cleanups. Use refcounting and DEBUG_OBJECT.
5596 Reset segment on flush, use code methods instead of our
5598 Fix potential memleak.
5600 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5602 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5603 (gst_alsasink_init):
5604 * ext/alsa/gstalsasink.h:
5605 Don't leak allocated snd_output_t structure if there's
5606 more than one alsasink instance at a time (#341873).
5607 Also fix GObject macros in header file.
5609 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5611 * gst/subparse/gstsubparse.c:
5612 (gst_sub_parse_data_format_autodetect):
5613 Don't use libxml functions in the typefinding code.
5615 2006-05-15 Wim Taymans <wim@fluendo.com>
5617 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5618 Fix seeking performance in the case where a non-header
5619 packet has a 0 granulepos (busted theora case).
5621 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5622 the first place, you limelight stealer you)
5624 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5626 * gst/subparse/gstsubparse.c:
5627 (gst_sub_parse_data_format_autodetect):
5628 Improve SAMI typefinding: handle case where there are
5629 whitespaces or newlines in front of the first <SAMI>
5632 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5635 Build video4linux plugin even if there's no XVIDEO, just
5636 without implementing the GstXOverlay interface (#334002).
5638 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5641 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5643 Add tentative support for libvisual-0.4 (#336881).
5645 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5647 Patch by: Young-Ho Cha <ganadist at chollian net>
5649 * gst/subparse/samiparse.c: (handle_start_font):
5650 Need to map "silver" colour explicitly (#169936).
5652 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5654 Patch by: Young-Ho Cha <ganadist at chollian net>
5656 * gst/subparse/Makefile.am:
5657 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5658 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5659 (gst_sub_parse_format_autodetect), (feed_textbuf),
5660 (gst_subparse_type_find), (plugin_init):
5661 * gst/subparse/gstsubparse.h:
5662 * gst/subparse/samiparse.c:
5663 * gst/subparse/samiparse.h:
5664 Add support for SAMI subtitles (#169936).
5666 2006-05-14 Michael Smith <msmith@fluendo.com>
5668 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5669 Fix #341696: crash when mixing L+R+C to mono or stereo.
5670 * tests/check/Makefile.am:
5671 * tests/check/elements/audioconvert.c: (set_channel_positions),
5672 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5673 (audioconvert_suite):
5674 Add test for the above, including some generic framework bits for
5675 testing multichannel things.
5677 === release 0.10.7 ===
5679 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
5682 releasing 0.10.7, "Leave the gun"
5684 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
5686 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5687 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5690 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
5692 * docs/libs/gst-plugins-base-libs-docs.sgml:
5693 * docs/libs/gst-plugins-base-libs-sections.txt:
5694 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5695 * gst-libs/gst/video/video.h:
5696 * gst/videoscale/Makefile.am:
5697 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5698 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5699 * tests/check/Makefile.am:
5700 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5702 Fix integer overflow problem with pixel-aspect-ratio calculations
5703 in videoscale and xvimagesink (#341542)
5705 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
5707 * gst-libs/gst/tag/gstid3tag.c:
5708 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5710 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
5713 update win32 files listing
5715 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5717 patch by: Sjoerd Simons (sjoerd@luon.net)
5719 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5720 (group_create), (group_destroy), (add_stream),
5721 (gst_play_base_bin_get_property),
5722 (gst_play_base_bin_get_streaminfo_value_array):
5723 * gst/playback/gstplaybasebin.h:
5724 API: GstPlayBaseBin::stream-info-value-array property
5725 use a more bindings-friendly way of exposing streaminfo
5726 using a GValueArray. Tested in ipython.
5729 2006-05-11 Wim Taymans <wim@fluendo.com>
5731 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5732 (queue_underrun_cb), (queue_filled_cb):
5733 Also catch queue underruns but don't do anything yet.
5734 Refactor and comment queue enlarging code a bit.
5736 * gst/playback/gstplaybasebin.c: (queue_overrun),
5737 (queue_threshold_reached), (queue_out_of_data),
5738 (gen_preroll_element):
5739 If a queue over/underruns check that we don't create nasty
5740 deadlocks when the min-threshold is not reached but the
5741 max-bytes is. In those cases disable max-bytes when we
5742 know that the queue is fed timed data.
5745 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5747 * gst/playback/gstplaybin.c: (gen_audio_element):
5748 Make playbin automatically plug an 'audioresample'
5749 element before the audio sink as well. This solves
5750 problems with sinks that only accept a very specific
5751 sample rate, like esdsink (e.g. #340379).
5753 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5755 * gst/playback/gstplaybasebin.c: (gen_source_element):
5756 Make http sources send special headers so that we receive
5757 icecast metadata if the http stream is an icecast stream
5758 (otherwise the server will just ignore them). This also
5759 means that from now on users will need the 'icydemux'
5760 element from gst-plugins-good installed if they want to
5761 listen to icecast radio streams. (#341432, #333657).
5763 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5765 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5766 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5767 remove stupid example from docs - it should come with a simple
5770 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5771 (fail_if_can_read), (GST_START_TEST),
5772 (gst_multifdsink_create_streamheader), (multifdsink_suite):
5773 add a test for changing streamheader which exposes a bug in
5776 2006-05-11 Michael Smith <msmith@fluendo.com>
5778 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5779 (gst_gnome_vfs_src_received_headers_callback):
5780 * ext/gnomevfs/gstgnomevfssrc.h:
5781 Don't set icy-caps unless we have a sane interval value. Move
5782 interval to a local variable; we never use it outside this function.
5784 2006-05-11 Wim Taymans <wim@fluendo.com>
5786 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5787 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5788 Register special buffer types along with the objects so
5789 that they are not registered at runtime from N different
5790 streaming threads since they are not threadsafe.
5792 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5794 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5795 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5796 add two more tests, one doing streamheader
5798 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5800 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5801 clean up the bufqueue when shutting down
5802 * tests/check/Makefile.am:
5803 * tests/check/elements/multifdsink.c: (setup_multifdsink),
5804 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5806 add a test for the leak that was just fixed
5808 2006-05-10 Wim Taymans <wim@fluendo.com>
5810 * gst/adder/gstadder.c: (gst_adder_setcaps),
5811 (gst_adder_query_duration), (gst_adder_query), (forward_event),
5812 (gst_adder_src_event), (gst_adder_sink_event),
5813 (gst_adder_class_init), (gst_adder_finalize),
5814 (gst_adder_request_new_pad), (gst_adder_collected):
5815 * gst/adder/gstadder.h:
5816 Updated some docs. Added comments and FIXMEs all over the place.
5817 Improve debugging info.
5818 Fix leak on finalize by not calling the parent.
5819 Implement duration query.
5820 Make event forwarding threadsafe.
5821 Correctly send NEWSEGMENT at start and after flush.
5822 Handle EOS correctly.
5823 Post error when not negotiated.
5825 * tests/check/elements/adder.c: (GST_START_TEST):
5826 Added FIXME in the test.
5828 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5830 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5831 (gst_text_overlay_halign_get_type),
5832 (gst_text_overlay_wrap_mode_get_type):
5833 * ext/theora/theoradec.c: (theora_handle_type_packet),
5834 (theora_handle_data_packet):
5835 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5836 (theora_enc_sink_setcaps), (theora_enc_chain):
5837 * gst-libs/gst/cdda/gstcddabasesrc.c:
5838 (gst_cdda_base_src_mode_get_type):
5839 * gst/audiotestsrc/gstaudiotestsrc.c:
5840 (gst_audiostestsrc_wave_get_type):
5841 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5842 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5843 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5844 (gst_sync_method_get_type), (gst_unit_type_get_type),
5845 (gst_client_status_get_type):
5846 * gst/videoscale/gstvideoscale.c:
5847 (gst_video_scale_method_get_type):
5848 * gst/videotestsrc/gstvideotestsrc.c:
5849 (gst_video_test_src_pattern_get_type):
5850 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5851 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5852 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5853 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5854 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5855 (paint_setup_RGB565), (paint_setup_xRGB1555):
5856 Const-ify GEnumValue and GFlagsValue arrays. Use
5857 GST_ROUND_UP_* macros instead of home-made ones.
5859 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5862 Require core CVS for the new newsegment stuff.
5864 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5866 Patch by: Sjoerd Simons <sjoerd at luon net>
5868 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5869 Register nick for enum value (#341160).
5871 2006-05-09 Stefan Kost <ensonic@users.sf.net>
5873 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5875 backout typefind patch #340375
5877 * tests/check/elements/adder.c: (message_received),
5878 (GST_START_TEST), (adder_suite):
5879 redo, signal-handling of test
5881 2006-05-09 Wim Taymans <wim@fluendo.com>
5883 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5884 (gst_adder_collected):
5885 * gst/adder/gstadder.h:
5886 Remove bogus segment merging and forwarding, we don't
5887 care about timestamps anyway and we just produce a
5889 Also create a nice NEWSEGMENT event when we start.
5890 Use _scale_int some more.
5892 2006-05-09 Edward Hervey <edward@fluendo.com>
5894 * tests/icles/stress-xoverlay.c:
5895 Fix if core was built without parsing support.
5897 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5899 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5900 Add SEDG (Samsung MPEG-4) fourcc.
5902 2006-05-09 Edward Hervey <edward@fluendo.com>
5904 * tests/icles/stress-xoverlay.c:
5905 * tests/examples/volume/volume.c:
5906 Fix if core was built without parsing support.
5908 * tests/examples/seek/seek.c:
5909 Disable the parse_launch example if core was built without parsing
5912 2006-05-08 Edward Hervey <edward@fluendo.com>
5914 * autogen.sh: (CONFIGURE_DEF_OPT):
5915 libtoolize on Darwin/MacOSX is called glibtoolize
5917 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5919 * tests/check/Makefile.am:
5920 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5921 Disable the adder test, until the build-slaves posses the kindness to
5922 either like it or to give valid reason for not doing so
5924 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5926 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5928 Shuffle NULL state change around and raise timeout more
5930 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5932 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5933 (mp4_type_find), (plugin_init):
5934 Add typefind to distinguish between "audio/x-m4a" and new type
5935 "video/mp4". Fixes #340375
5937 * tests/check/elements/adder.c: (adder_suite):
5938 Raise timeout to make buildbot happy
5940 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5942 * gst/adder/gstadder.c: (gst_adder_sink_event),
5943 (gst_adder_request_new_pad), (gst_adder_change_state):
5944 * gst/adder/gstadder.h:
5945 * tests/check/Makefile.am:
5946 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5947 (adder_suite), (main):
5948 Add sink-event handling to adder. It tries to merge incomming
5949 newsegment-events. Added test to check if segment_done is comming
5950 through. Fixes #340060
5952 2006-05-05 Andy Wingo <wingo@pobox.com>
5954 * ext/theora/theoraparse.c (gst_theora_parse_init)
5955 (theora_parse_src_convert, theora_parse_src_query):
5956 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5957 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5958 query functions on the source pads of the theora and vorbis parse
5959 elements. Fixes position querying when doing a remux.
5961 2006-05-05 Michael Smith <msmith@fluendo.com>
5963 * ext/theora/theoraparse.c: (parse_granulepos),
5964 (theora_parse_drain_queue_prematurely),
5965 (theora_parse_queue_buffer), (theora_parse_sink_event):
5967 Fix invalid granulepos outputs when starting with a non-keyframe.
5969 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
5971 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5972 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5973 Rearrange MPEG system stream detection, fixing some memleaks in the
5975 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5976 they clean up their data correctly.
5977 Remove unused ogganx caps and move the 'is_annodex' check to inside
5978 the 'is_ogg' if statement.
5980 2006-05-05 Wim Taymans <wim@fluendo.com>
5982 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5983 Properly remove ghostpads. Fixes #340392
5985 2006-05-04 David Schleef <ds@schleef.org>
5987 * gst/typefind/gsttypefindfunctions.c:
5989 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
5991 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5992 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5994 When typefinding an MP3 in push-based mode, don't penalise the
5995 probability down to 74% when we found 5 valid frames just because we
5996 can't peek the end of the file.
5998 Make the probability for detecting MPEG Transport Streams based on the
5999 number of sequential headers we successfully detected.
6001 2006-05-03 Wim Taymans <wim@fluendo.com>
6003 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6004 (vorbis_dec_push), (vorbis_dec_chain):
6005 Still produce an error when we receive an empty packet.
6007 2006-05-03 Wim Taymans <wim@fluendo.com>
6009 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6010 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6011 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6012 Mark buffers with DISCONT after seek and after activating new
6015 * ext/theora/gsttheoradec.h:
6016 * ext/theora/theoradec.c: (gst_theora_dec_reset),
6017 (theora_get_query_types), (theora_dec_sink_event),
6018 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6019 (theora_dec_change_state):
6021 Detect and mark DISCONT buffers.
6023 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6024 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6025 (vorbis_dec_change_state):
6026 * ext/vorbis/vorbisdec.h:
6028 Detect and mark DISCONT buffers.
6029 Don't crash on 0 sized buffers.
6031 2006-05-03 Wim Taymans <wim@fluendo.com>
6033 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6034 (volume_transform_ip):
6035 Increase "volume" property to 10.0. Fixes #340369.
6036 Set the process function to NULL when capsnego fails so that
6037 we properly error out.
6039 2006-05-02 Stefan Kost <ensonic@users.sf.net>
6041 * gst/playback/gstplaybin.c: (add_sink):
6042 * gst/playback/test.c: (main):
6043 * gst/playback/test5.c: (dump_element_stats):
6044 * gst/playback/test6.c: (main):
6045 free caps using gst_caps_unref, don't leak caps-strings
6047 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
6049 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6051 Refine musepack typefinding a bit. Return MAXIMUM
6052 probability when we detect stream version 7 to make
6053 sure the mpeg audio typefinder doesn't trump us.
6055 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
6057 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6058 Protect against unexpected NULL strf_data buffer.
6060 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6062 * tests/check/elements/audioconvert.c: (verify_convert),
6064 interpret the out[] buffer in the order the bytes are actually
6065 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6066 Other tests should use BYTE_ORDER since the array is filled in
6069 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6071 * tests/check/elements/audioconvert.c: (verify_convert),
6073 when a test fails, give an indication of which it is
6075 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6077 * gst-libs/gst/cdda/gstcddabasesrc.c:
6078 compile fix; strtol() needs <stdlib.h>
6080 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6082 * ext/alsa/gstalsamixerelement.c:
6083 * ext/alsa/gstalsasrc.c:
6084 * ext/cdparanoia/gstcdparanoiasrc.c:
6085 * ext/gnomevfs/gstgnomevfssink.c:
6086 * ext/gnomevfs/gstgnomevfssrc.c:
6087 * ext/ogg/gstoggdemux.c:
6088 * ext/ogg/gstoggmux.c:
6089 * ext/ogg/gstoggparse.c:
6090 * ext/ogg/gstogmparse.c:
6091 * ext/pango/gstclockoverlay.c:
6092 * ext/pango/gsttextoverlay.c:
6093 * ext/pango/gsttextrender.c:
6094 * ext/pango/gsttimeoverlay.c:
6095 * ext/theora/theoradec.c:
6096 * ext/theora/theoraenc.c:
6097 * ext/vorbis/vorbisdec.c:
6098 * ext/vorbis/vorbisenc.c:
6099 * gst-libs/gst/audio/gstaudiofilter.c:
6100 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6101 * gst/audioconvert/gstaudioconvert.c:
6102 * gst/audiorate/gstaudiorate.c:
6103 * gst/audioresample/gstaudioresample.c:
6104 * gst/audiotestsrc/gstaudiotestsrc.c:
6105 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6106 * gst/playback/gstdecodebin.c:
6107 * gst/playback/gstplaybin.c:
6108 * gst/playback/gststreamselector.c:
6109 * gst/subparse/gstsubparse.c:
6110 * gst/tcp/gstmultifdsink.c:
6111 * gst/tcp/gsttcpclientsink.c:
6112 * gst/tcp/gsttcpclientsrc.c:
6113 * gst/tcp/gsttcpserversink.c:
6114 * gst/tcp/gsttcpserversrc.c:
6115 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6116 * gst/videorate/gstvideorate.c:
6117 * gst/videoscale/gstvideoscale.c:
6118 * gst/videotestsrc/gstvideotestsrc.c:
6119 * gst/volume/gstvolume.c:
6120 * sys/v4l/gstv4ljpegsrc.c:
6121 * sys/v4l/gstv4lmjpegsink.c:
6122 * sys/v4l/gstv4lmjpegsrc.c:
6123 * sys/v4l/gstv4lsrc.c:
6124 * sys/ximage/ximagesink.c:
6125 * sys/xvimage/xvimagesink.c:
6126 * tests/check/libs/cddabasesrc.c:
6127 make GstElementDetails const
6129 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6131 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6133 send events from src-pad to all sink-pads fixes #338657
6135 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6137 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6138 (alsasink_parse_spec):
6139 query width capabilities from alsa, fixes #338919
6141 2006-04-28 Wim Taymans <wim@fluendo.com>
6143 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6144 (gst_multi_fd_sink_remove_client_link):
6145 * gst/tcp/gstmultifdsink.h:
6146 Fix race condition in multifdsink that can lead to spurious
6147 duplicate clients. this patch adds a new signal that is fired when
6148 multifdsink has removed all references to the fd.
6150 Updated documentation.
6151 API: client-fd-removed signal added
6153 2006-04-28 Michael Smith <msmith@fluendo.com>
6155 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6156 When asking g_value_array_new to prealloc elements, we may as well
6157 ask for the right number of elements.
6159 2006-04-28 Wim Taymans <wim@fluendo.com>
6161 * gst-libs/gst/audio/gstbaseaudiosink.c:
6162 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6163 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6164 patch to make timestamp checking more tollerant to rounding
6165 errors given that real discontinuities are to be marked on
6166 buffers. Fixes some asf files and #338778.
6167 Also avoid some crashers when we receive an event in the
6170 2006-04-28 Michael Smith <msmith@fluendo.com>
6172 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6173 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6174 (gst_gnome_vfs_src_get_property),
6175 (gst_gnome_vfs_src_send_additional_headers_callback),
6176 (gst_gnome_vfs_src_received_headers_callback),
6177 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6178 (gst_gnome_vfs_src_stop):
6179 * ext/gnomevfs/gstgnomevfssrc.h:
6180 Remove ICY handling (mostly) from gnomevfssrc, in favour of
6181 proper shared support within icydemux.
6183 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6185 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6186 (gst_video_rate_swap_prev), (gst_video_rate_chain):
6188 fix a leak when no caps negotiated
6189 fix counting of input frames
6190 * tests/check/elements/.cvsignore:
6191 * tests/check/elements/videorate.c: (assert_videorate_stats),
6192 (GST_START_TEST), (videorate_suite):
6195 2006-04-28 Wim Taymans <wim@fluendo.com>
6197 * gst-libs/gst/audio/gstringbuffer.c:
6198 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6199 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6200 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6201 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6202 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6203 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6204 (gst_ring_buffer_commit), (gst_ring_buffer_read),
6205 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6206 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6207 Check arguments passed to public functions instead of
6210 2006-04-28 Wim Taymans <wim@fluendo.com>
6212 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6213 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6214 GstBaseAudioSrc must be live or it does not work.
6216 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6217 Don't set live to TRUE as this is the default in the parentclass.
6219 2006-04-28 Wim Taymans <wim@fluendo.com>
6221 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6222 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6223 Videoscale doesn't pass on pixel-aspect ratio. Handle all
6224 fixation cases better. Fixes #338991
6226 2006-04-28 Wim Taymans <wim@fluendo.com>
6228 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6229 Handle 0/1 framerate correctly Fixes #331901.
6231 2006-04-28 Wim Taymans <wim@fluendo.com>
6233 * tests/check/elements/audioconvert.c: (get_float_caps),
6234 (GST_START_TEST), (audioconvert_suite):
6235 Added check for correct clipping when doing float samples
6238 2006-04-28 Wim Taymans <wim@fluendo.com>
6240 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6241 (gst_video_rate_chain):
6242 Print more debugging info.
6244 2006-04-28 Wim Taymans <wim@fluendo.com>
6246 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6247 (resample_set_state_from_caps):
6248 Add support for other formats audioresample can handle such as
6249 32 bits in and float and 64 bits float. Fixes #301759
6251 2006-04-28 Wim Taymans <wim@fluendo.com>
6253 * gst/audioconvert/audioconvert.c: (float):
6254 correctly clip float samples > 1.0. Fixes #338718
6256 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6258 Patch by: Young-Ho Cha <ganadist at chollian net>
6260 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6261 (gst_text_overlay_render_text):
6262 Don't strip newlines from the text. Also, center lines
6263 within multi-line paragraphs (#339405).
6265 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6267 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6268 Fix wavpack typefinding to work in more cases (don't peek
6269 for chunks of multiple hundred kBs at once, but process
6270 things step-by-step in smaller units). Fixes #339786.
6272 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6277 === release 0.10.6 ===
6279 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6282 releasing 0.10.6, "Chao"
6284 2006-04-26 David Schleef <ds@schleef.org>
6286 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6289 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6292 * win32/common/config.h:
6295 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6297 patch by: Wim Taymans
6299 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6300 (gst_ogg_demux_perform_seek):
6301 make sure correct newsegments are sent, so that the decoder
6302 and the demuxer agree on timestamps. Fixes playback of a lot
6303 of Ogg files that do not start from 0. Fixes #339833.
6305 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6307 Patch by: Edward Hervey <edward@fluendo.com>
6309 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6310 * tests/check/Makefile.am:
6311 * tests/check/elements/videorate.c: (assert_videorate_stats),
6312 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6313 (videorate_suite), (main):
6314 Fix an infinite loop if frames are passed in with wrongly ordered
6315 timestamps. Fixes #339013.
6317 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6319 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6321 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6322 fix typefinding on some ISO files. Fixes #339212.
6324 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6326 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6328 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6329 add another H264 fourcc. Fixes #339047.
6331 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6333 Patch by: Jan Schmidt
6335 * gst/playback/gststreamselector.c:
6336 (gst_stream_selector_bufferalloc):
6337 Restore old StreamSelector behaviour.
6340 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
6343 * win32/common/config.h:
6346 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6348 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6350 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6351 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6352 Fix some memory leaks: on finalize, free buffers left in the queue
6353 before destroying the queue; in _push(), unref rtp_buf even if
6354 the process vfunc returned a NULL buffer as output buffer (#337548);
6355 demote some recuring debug messages to LOG level.
6357 2006-04-11 Wim Taymans <wim@fluendo.com>
6359 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6360 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6361 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6362 (gst_ogg_demux_loop):
6364 Respect segment stop when emiting EOS or SEGMENT_DONE.
6367 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6369 * gst/playback/gststreamselector.c:
6370 (gst_stream_selector_get_property):
6371 Don't leak pad name.
6373 2006-04-10 Michael Smith <msmith@fluendo.com>
6375 * tests/check/Makefile.am:
6376 * tests/check/gst-plugins-base.supp:
6377 Suppress an old libtheora bug (fixed in more recent versions), so
6378 that FC4 buildslaves can pass.
6380 2006-04-10 Wim Taymans <wim@fluendo.com>
6382 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6383 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6384 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6385 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6386 (gst_ogg_demux_loop):
6388 Remember what error we got when finding chains, if we
6389 were shutdown, that would not be an error.
6391 2006-04-10 Wim Taymans <wim@fluendo.com>
6393 * gst-libs/gst/audio/gstbaseaudiosink.c:
6394 (gst_base_audio_sink_event):
6395 Starting the ringbuffer when we did not acquire it can cause
6396 a deadlock, is pointless and causes nasty things for
6398 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6400 2006-04-10 Wim Taymans <wim@fluendo.com>
6402 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6403 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6404 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6405 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6406 (gst_ogg_demux_deactivate_current_chain),
6407 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6408 (gst_ogg_demux_bisect_forward_serialno),
6409 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6410 Add some more debugging.
6412 2006-04-10 Wim Taymans <wim@fluendo.com>
6414 * ext/theora/theoradec.c: (theora_dec_src_event),
6415 (theora_handle_data_packet):
6416 Some more debug info.
6418 * tests/examples/seek/seek.c: (start_seek), (main):
6419 Print element messages too.
6421 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
6423 * gst/audioresample/debug.h:
6424 replace debug macros with variable number of parameters
6425 by a simple alias to gstreamer standard debug macros
6426 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6427 supported by MSVC 6.0 and 7.1)
6428 * gst/audioresample/resample.h:
6429 define M_PI and rint for WIN32
6430 * win32/common/libgstaudio.def:
6431 * win32/common/libgstriff.def:
6432 * win32/common/libgsttag.def:
6433 * win32/common/libgstvideo.def:
6434 add new exported functions
6436 update project files
6438 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6440 * ext/alsa/gstalsamixeroptions.c:
6441 (gst_alsa_mixer_options_class_init):
6442 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6443 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6444 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6445 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6446 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6447 * gst-libs/gst/audio/gstaudiofilter.c:
6448 (gst_audio_filter_class_init):
6449 * gst-libs/gst/audio/gstaudiosink.c:
6450 (gst_audioringbuffer_class_init):
6451 * gst-libs/gst/audio/gstaudiosrc.c:
6452 (gst_audioringbuffer_class_init):
6453 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6454 * gst-libs/gst/interfaces/colorbalancechannel.c:
6455 (gst_color_balance_channel_class_init):
6456 * gst-libs/gst/interfaces/mixeroptions.c:
6457 (gst_mixer_options_class_init):
6458 * gst-libs/gst/interfaces/mixertrack.c:
6459 (gst_mixer_track_class_init):
6460 * gst-libs/gst/interfaces/tunerchannel.c:
6461 (gst_tuner_channel_class_init):
6462 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6463 * gst-libs/gst/netbuffer/gstnetbuffer.c:
6464 (gst_netbuffer_class_init):
6465 * gst-libs/gst/rtp/gstbasertppayload.c:
6466 (gst_basertppayload_class_init):
6467 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6468 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6469 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6470 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6471 * gst/playback/gststreamselector.c:
6472 (gst_stream_selector_class_init):
6473 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6474 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6475 * sys/v4l/gstv4lcolorbalance.c:
6476 (gst_v4l_color_balance_channel_class_init):
6477 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6478 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6479 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6480 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6481 (gst_v4l_tuner_norm_class_init):
6482 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6483 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6484 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6485 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6487 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6489 * ext/pango/gsttextrender.h:
6490 * gst-libs/gst/audio/gstaudiosink.h:
6491 * gst-libs/gst/audio/gstaudiosrc.h:
6492 * gst-libs/gst/audio/gstbaseaudiosink.h:
6493 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6494 * gst-libs/gst/audio/gstringbuffer.h:
6495 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6496 * gst-libs/gst/rtp/gstbasertppayload.h:
6497 * gst-libs/gst/video/gstvideofilter.h:
6498 * gst-libs/gst/video/gstvideosink.h:
6499 * gst/playback/gstplaybasebin.h:
6500 * gst/tcp/gstmultifdsink.h:
6501 * sys/v4l/gstv4lelement.h:
6502 Fix broken GObject macros
6504 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6506 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6507 More debug to trace why my USB headset is not working with gst
6509 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6511 * gst/playback/gstplaybasebin.c: (group_destroy):
6512 Clean up our group elements properly in the case where it never
6513 got committed - it still got added unconditionally to the bin.
6515 2006-04-07 Wim Taymans <wim@fluendo.com>
6517 * ext/theora/theoradec.c: (theora_dec_sink_event),
6518 (theora_handle_data_packet), (theora_dec_chain):
6519 Unref unhandled events.
6520 Protect against empty buffers.
6521 Perform QoS on running time.
6523 2006-04-07 Michael Smith <msmith@fluendo.com>
6525 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6526 (gst_vorbis_enc_chain):
6527 Remove leaks from vorbisenc.
6528 Mostly minor changes, the only significant one is that now the
6529 buffers we set as 'streamheader' on the caps are copies of the
6530 original buffers, to avoid circular refcounting problems.
6532 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6534 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6535 Don't remove our mute-probe if someone else already did so.
6536 Don't set a 2nd one if there is already one pending on the pad.
6538 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6540 When a seek fails, ensure that playbin is still set back to playing.
6542 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6543 (mpeg_ts_type_find), (plugin_init):
6544 Add a typefind function for mpeg-ts streams. (Closes: #336617)
6546 2006-04-06 Andy Wingo <wingo@pobox.com>
6548 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
6549 (gst_video_rate_init): Caps-related parameters should not be reset
6550 by a flush -- move their inits to the instance init function.
6551 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6552 is not OK, just return the result.
6554 * gst/audiotestsrc/gstaudiotestsrc.c
6555 (gst_audio_test_src_class_init)
6556 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6557 broken by Stefan's commit on 24 March.
6559 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6560 buffers being pushed out. Fixes oggmux ! multifdsink.
6562 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
6564 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6565 (gst_vorbis_dec_init), (vorbis_dec_finalize):
6566 * ext/vorbis/vorbisdec.h:
6567 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6568 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6569 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6570 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6571 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6572 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6573 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6574 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6575 (gst_vorbis_enc_buffer_from_packet),
6576 (gst_vorbis_enc_buffer_from_header_packet),
6577 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6578 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6579 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6580 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6581 (gst_vorbis_enc_change_state):
6582 * ext/vorbis/vorbisenc.h:
6583 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6584 vorbisenc adhere to the official nomenclature; use boilerplate
6587 2006-04-04 Andy Wingo <wingo@pobox.com>
6589 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6590 Whoops, fix bug introduced. Bad hacker!
6592 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6593 Properly handle the case where you get EOS before any buffers are
6594 received. Use gst_buffer_make_metadata_writable where appropriate.
6596 * ext/theora/theoradec.c (theora_handle_data_packet): This value
6597 is often negative -- make it signed so as not to wrap around.
6598 Fixes segfaults introduced on 9 March.
6600 2006-04-03 Wim Taymans <wim@fluendo.com>
6602 * ext/theora/gsttheoradec.h:
6603 * ext/theora/theoradec.c: (theora_dec_src_event):
6604 Don't try to store a gdouble in a gboolean.
6607 2006-04-03 Michael Smith <msmith@fluendo.com>
6609 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6611 Make it suck slightly less by writing out the final page.
6612 Still can't encode a vorbis-in-ogg file correctly, though.
6614 2006-04-03 Andy Wingo <wingo@pobox.com>
6616 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6619 * ext/theora/theora.c (plugin_init): Register theoraparse.
6621 * ext/theora/gsttheoraparse.h:
6622 * ext/theora/theoraparse.c: New files implementing a theora
6623 parser. Now we can properly remux ogg/theora+vorbis, yay.
6625 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6627 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6629 * gst/audiotestsrc/gstaudiotestsrc.c:
6630 Fixed the sample pipeline (see #323798)
6632 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6635 * win32/common/config.h:
6636 * win32/common/config.h.in:
6637 use AS_VERSION and AS_NANO
6640 2006-03-31 Andy Wingo <wingo@pobox.com>
6642 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6643 uninitialized variable return that would happen.
6645 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6646 uninitialized variable return that would never happen.
6648 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6649 (vorbis_parse_sink_event): Add an event function to flush our
6650 state on a seek, and to drain buffers on a premature EOS.
6651 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6652 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
6653 (vorbis_parse_chain, vorbis_parse_queue_buffer)
6654 (vorbis_parse_drain_queue): Queue up buffers until we can set
6655 their timestamps and granulepos values.
6657 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6658 and keep track of data needed for deriving granulepos and
6659 timestamps for buffers.
6661 2006-03-29 Wim Taymans <wim@fluendo.com>
6663 Patch by: j^ <j at bootlab dot org>
6665 * ext/alsa/gstalsamixerelement.c:
6666 (gst_alsa_mixer_element_class_init):
6667 * ext/alsa/gstalsasink.c:
6668 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6669 * ext/ogg/gstoggdemux.c:
6670 * ext/ogg/gstoggmux.c:
6671 * ext/ogg/gstoggparse.c:
6672 * ext/pango/gstclockoverlay.c:
6673 * ext/pango/gsttextoverlay.c:
6674 * ext/pango/gsttextrender.c:
6675 * ext/pango/gsttimeoverlay.c:
6676 * ext/theora/theoradec.c:
6677 * ext/theora/theoraenc.c:
6678 * ext/vorbis/vorbisdec.c:
6679 * ext/vorbis/vorbisenc.c:
6680 * gst/audioconvert/gstaudioconvert.c:
6681 * gst/subparse/gstsubparse.c:
6682 * gst/tcp/gstmultifdsink.c:
6683 * gst/tcp/gsttcpclientsink.c:
6684 * gst/tcp/gsttcpclientsrc.c:
6685 * gst/tcp/gsttcpserversink.c:
6686 * gst/tcp/gsttcpserversrc.c:
6687 better/unified long descriptions
6690 2006-03-29 Wim Taymans <wim@fluendo.com>
6692 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6694 Don't let double and triple clicks mess up our state.
6696 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6698 * gst/playback/gstplaybin.c: (gen_video_element),
6699 (gen_text_element), (gen_audio_element), (gen_vis_element):
6700 Error out gracefully when we can't create any of the usual
6701 conversion elements for some reason. Also, don't try to
6702 create an audioscale (sic) element that's not used anyway.
6704 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6706 * gst/playback/gstplaybasebin.c: (setup_source):
6707 Don't post RESOURCE_NOT_FOUND error when we can't find a source
6708 element for a particular protocol, that's confusing for users.
6709 Instead, post a RESOURCE_FAILED error, so that our own error
6710 message is actually shown in totem etc. (#336303).
6712 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6714 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6716 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6717 (gst_gnome_vfs_src_get_icy_metadata):
6718 Fix some minor memory leaks (#336194).
6720 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6722 * ext/gnomevfs/gstgnomevfs.c:
6723 (gst_gnome_vfs_location_to_uri_string):
6724 * ext/gnomevfs/gstgnomevfs.h:
6725 * ext/gnomevfs/gstgnomevfssink.c:
6726 (gst_gnome_vfs_sink_set_property):
6727 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6728 Make gnomevfssink accept filenames as well as URIs for the
6729 "location" property, just like gnomevfssrc does (and
6730 filesrc/filesink do) (#336190).
6732 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6734 * tests/check/generic/clock-selection.c: (GST_START_TEST):
6735 set to NULL before unreffing, fixes a valgrind leak.
6736 Why was this not triggering the error that an object needs to
6737 be NULL before unreffing ?
6738 * win32/common/config.h:
6741 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
6743 * gst/subparse/gstsubparse.c: (convert_encoding),
6744 (gst_sub_parse_change_state):
6745 * gst/subparse/gstsubparse.h:
6746 Text subtitle files may or may not be UTF-8. If it's not, we
6747 don't really want to see '?' characters in place of non-ASCII
6748 characters like accented characters. So let's assume the input
6749 is UTF-8 until we come across text that is clearly not. If it's
6750 not UTF-8, we don't really know what it is, so try the following:
6751 (a) see whether the GST_SUBTITLE_ENCODING environment variable
6752 is set; if not, check (b) if the current locale encoding is
6753 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6754 the current locale encoding is UTF-8 and the environment variable
6755 was not set to any particular encoding. Not perfect, but better
6756 than nothing (and better than before, I think) (fixes #172848).
6758 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6761 update core requirement to 0.10.4.1 because of async_playback
6762 vmethod on GstBaseSink
6764 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6766 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6767 * gst/adder/gstadder.c: (gst_adder_init):
6768 use DEBUG_FUNCPTR for collectpads
6770 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6772 * docs/plugins/Makefile.am:
6773 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6774 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6775 * ext/cdparanoia/gstcdparanoiasrc.c:
6776 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6777 (gst_gnome_vfs_sink_class_init):
6778 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6779 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6780 * ext/ogg/gstoggmux.c:
6781 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6782 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6783 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6784 * ext/pango/gsttextoverlay.c:
6785 * ext/pango/gsttextrender.c:
6786 * ext/theora/theoradec.c:
6787 * ext/theora/theoraenc.c:
6788 * ext/vorbis/vorbisdec.c:
6789 * ext/vorbis/vorbisenc.c:
6790 * gst-libs/gst/audio/gstaudiofilter.c:
6791 (gst_audio_filter_base_init):
6792 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6793 (gst_audio_filter_template_base_init):
6794 * gst/adder/gstadder.c: (gst_adder_get_type):
6795 * gst/adder/gstadder.h:
6796 * gst/audioconvert/gstaudioconvert.c:
6797 * gst/audiotestsrc/gstaudiotestsrc.c:
6798 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6799 (gst_audio_test_src_create):
6800 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6801 * gst/playback/gstdecodebin.c:
6802 * gst/playback/gstplaybin.c:
6803 * gst/playback/gststreamselector.c:
6804 (gst_stream_selector_base_init):
6805 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6806 * gst/volume/gstvolume.c:
6807 * sys/v4l/gstv4lmjpegsink.c:
6808 * sys/v4l/gstv4lmjpegsrc.c:
6809 * tests/check/libs/cddabasesrc.c:
6810 * tests/old/examples/gob/gst-identity2.gob:
6811 Add docs for adder, use GST_ELEMENT_DETAILS macro,
6812 define GstElementDetails at the top
6814 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
6816 * win32/common/libgstinterfaces.def:
6817 Add a lot of export functions for gst-python
6818 * win32/vs6/libgstinterfaces.dsp:
6819 Add a missing include folder in the project configuration
6821 2006-03-23 Wim Taymans <wim@fluendo.com>
6823 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6824 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6825 (gst_base_audio_src_change_state):
6826 Fix audio sources, forgot to make the ringbuffer
6829 2006-03-23 Wim Taymans <wim@fluendo.com>
6831 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6832 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6833 (gst_base_audio_src_change_state):
6834 unparent instead of unref the ringbuffer.
6836 2006-03-23 Wim Taymans <wim@fluendo.com>
6838 * gst-libs/gst/audio/gstbaseaudiosink.c:
6839 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6840 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6841 Implement new async_play vmethod to start slaving and allow
6842 playback start in case of async PLAY state changes.
6844 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6845 Enable QoS with new method in base class.
6847 2006-03-23 Wim Taymans <wim@fluendo.com>
6849 Patch by: Julien MOUTTE <julien at moutte dot net>
6851 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6852 (gst_video_test_src_do_seek), (gst_video_test_src_create):
6853 Partially handle 0 framerate, only EOS after the first frame
6856 2006-03-23 Wim Taymans <wim@fluendo.com>
6858 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6860 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6861 (gst_riff_create_video_template_caps):
6862 * gst/ffmpegcolorspace/avcodec.h:
6863 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6864 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6865 (gst_ffmpegcsp_avpicture_fill):
6866 * gst/ffmpegcolorspace/imgconvert.c:
6867 Patch for support of YVU9 AVI files (#334822)
6869 2006-03-22 Edward Hervey <edward@fluendo.com>
6871 * docs/design/design-decodebin.txt:
6872 Added design document for new decodebin
6873 (Target Caps): text/x-pango-markup is also a default target caps.
6875 2006-03-22 Wim Taymans <wim@fluendo.com>
6877 * gst-libs/gst/audio/gstbaseaudiosink.c:
6878 (gst_base_audio_sink_dispose):
6879 Since we _parent the ringbuffer, we also need to
6880 _unparent instead of a plain _unref.
6882 2006-03-22 Wim Taymans <wim@fluendo.com>
6884 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6885 (stop_seek), (scrub_toggle_cb), (main):
6888 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
6890 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6891 (gst_ogg_parse_chain):
6892 Fix very inefficient usage of linked lists (#335365).
6894 2006-03-21 Edward Hervey <edward@fluendo.com>
6896 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6897 * gst/playback/gstplaybin.c: (handoff):
6898 * gst/playback/gststreamselector.c:
6899 (gst_stream_selector_set_property):
6900 gcc 4.1 unreferenced pointer fixes.
6901 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6902 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6903 gst_buffer_ref() now takes a GstBuffer*.
6905 2006-03-20 Julien MOUTTE <julien@moutte.net>
6907 * sys/xvimage/xvimagesink.c:
6908 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6911 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
6913 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6914 (id3v1_type_find), (apetag_type_find), (plugin_init):
6915 Can't do tag preferences via probability, as tags would then
6916 lose against types that are recognised with MAXIMUM probability
6917 (like .wav); so let all tag typefinders return MAXIMUM themselves
6918 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6919 that we can prefer APE to ID3v1 (fixes #335028).
6921 2006-03-17 Wim Taymans <wim@fluendo.com>
6923 * gst-libs/gst/audio/gstbaseaudiosink.c:
6924 (gst_base_audio_sink_change_state):
6925 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6926 (gst_ring_buffer_may_start):
6927 * gst-libs/gst/audio/gstringbuffer.h:
6928 Only start playback if we are playing.
6931 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
6933 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6934 * win32/common/config.h:
6935 Revert accidental commits to these files.
6937 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
6939 Patch by: Michal Benes <michal dot benes at xeris dot cz>
6941 * tests/Makefile.am:
6942 Don't try to build tests in tests/icles if we
6943 don't have X (#323852)
6945 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
6947 * gst-libs/gst/tag/gstid3tag.c:
6948 Add TXXX frame identifiers for replaygain stuff as used
6949 by some taggers (see #323721).
6951 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
6953 * gst/playback/gststreamselector.c:
6954 (gst_stream_selector_set_property),
6955 (gst_stream_selector_bufferalloc):
6956 Preserve the existing buggy streamselector behaviour by performing
6957 a fallback buffer allocation when downstream isn't linked yet.
6958 This should really be fixed in playbin by blocking pads until it's
6960 Also, use gst_pad_alloc_buffer instead of
6961 gst_pad_alloc_buffer_and_set.
6963 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6965 * gst-libs/gst/tag/gstid3tag.c:
6966 Don't crash on unknown ID3v2 TXXX frames.
6968 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
6970 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6971 Chain up to the parent finalize method.
6972 Add 32-bit sample size to the template caps.
6974 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6975 (gst_riff_create_video_template_caps):
6976 Add the fourcc that the VMWare codec uses.
6978 * gst/playback/gststreamselector.c:
6979 (gst_stream_selector_set_property),
6980 (gst_stream_selector_bufferalloc),
6981 (gst_stream_selector_request_new_pad):
6982 For the active pad, forward buffer-alloc requests, otherwise
6983 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6984 having to memcpy every frame when used by playbin.
6986 * gst/tcp/gstmultifdsink.c:
6987 (gst_multi_fd_sink_handle_client_write):
6988 Get negotiated caps from the sink pad, rather than the sink
6991 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6993 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6995 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6996 Don't forget to set src->callbacks_pushed to FALSE again when
6997 popping them, otherwise re-activation in a different mode won't
7000 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7002 Patch by: Sebastien Moutte <sebastien moutte net>
7004 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7005 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7006 (gst_ffmpeg_smpfmt_to_caps):
7007 Replace __VA_ARGS__ caps creation macros with varargs functions.
7008 Makes things compile on MSVC (#320765), looks nicer, and we can
7009 tell the compiler to check for the NULL terminator.
7011 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7013 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7015 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7016 Make sure the buffer we copy into is really always big
7017 enough, this time for real (#333488).
7019 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7021 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7022 Add support for 24bpp DIB (#305279).
7024 2006-03-14 Wim Taymans <wim@fluendo.com>
7026 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7027 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7028 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7029 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7030 (gst_video_scale_init), (gst_video_scale_src_event):
7031 Re-enable QoS after the release.
7032 Rework videoscale to use the base class src_event handler.
7034 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7039 === release 0.10.5 ===
7041 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
7044 releasing 0.10.5, "Net"
7046 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
7048 * docs/plugins/Makefile.am:
7049 Part of previous cdparanoiasrc docs fixes, forgot to commit.
7051 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
7053 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7054 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7055 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7056 Add cdparanoiasrc to docs.
7058 * gst-libs/gst/cdda/gstcddabasesrc.c:
7059 More GstCddaBaseSrc docs.
7061 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
7063 * docs/libs/gst-plugins-base-libs-sections.txt:
7064 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7065 * gst-libs/gst/tag/tag.h:
7066 API: libgsttag: new method gst_tag_from_id3_user_tag().
7068 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
7070 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7071 NULL-terminate array of mpeg4 video file extensions.
7072 Fixes crash on PPC (#334226).
7074 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
7076 * ext/gnomevfs/gstgnomevfssrc.c:
7077 (gst_gnome_vfs_src_check_get_range):
7078 gnome_vfs_uri_is_local() alone is not a good indicator
7079 whether we can operate in pull-mode with a specific URI,
7080 as it returns FALSE for file:// URIs that point to an
7081 NFS-mounted path. Be more conservative here: whitelist
7082 local files, blacklist http URIs and use the old
7083 mechanism for anything else (fixes #334216).
7085 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7090 === release 0.10.4 ===
7092 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7095 releasing 0.10.4, "Power"
7097 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
7099 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7100 Disable max-lateness by setting it to -1 for now, so that
7101 we can bed QoS stuff in thoroughly between now and the next
7104 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
7106 Patch by: Fabrizio Gennari
7108 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7109 Make sure we don't read beyond the palette buffer in case of
7110 broken or manipulated files (#333488)
7112 2006-03-10 Edward Hervey <edward@fluendo.com>
7114 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7115 Fix for variable not initialized.
7117 2006-03-09 Wim Taymans <wim@fluendo.com>
7119 * ext/libvisual/visual.c: (gst_visual_get_type),
7120 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7124 * ext/theora/gsttheoradec.h:
7125 * ext/theora/theoradec.c: (gst_theora_dec_init),
7126 (gst_theora_dec_reset), (_theora_granule_time),
7127 (theora_dec_src_convert), (theora_dec_sink_convert),
7128 (theora_dec_src_query), (theora_dec_src_event),
7129 (theora_dec_sink_event), (theora_handle_comment_packet),
7130 (theora_handle_header_packet), (theora_dec_push),
7131 (theora_handle_data_packet), (theora_dec_chain),
7132 (theora_dec_change_state):
7135 2006-03-09 Wim Taymans <wim@fluendo.com>
7137 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7138 (audiocast_register_listener), (gst_gnome_vfs_src_start):
7141 2006-03-09 Wim Taymans <wim@fluendo.com>
7143 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7144 Don't try to activate NULL chains.
7146 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7148 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7149 Fix invalid memory access to region before peek'd data (#332964).
7151 2006-03-09 Wim Taymans <wim@fluendo.com>
7153 Patch by: Christophe Fergeau
7155 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7156 * ext/pango/gsttextrender.c: (gst_text_render_init):
7157 * gst/adder/gstadder.c: (gst_adder_init):
7158 Don't leak padtemplates, closes #333510.
7160 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7162 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7163 Fix invalid memory access: make sure string passed to
7164 regexec() is NUL-termianted.
7166 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7168 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7170 Refactor mpeg/audio typefinding to make it more maintainable
7171 and easier to fine-tune. Make probing into middle of the file
7172 work properly (fixes #333900, also see #152688).
7174 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7176 * gst/typefind/gsttypefindfunctions.c:
7177 (utf8_type_find_have_valid_utf8_at_offset):
7178 Remove part from previous commit that was bogus:
7179 g_utf8_validate() does in fact not accept embedded
7180 zeroes, so we don't need to check for those (thanks
7181 to Mike for the hint).
7183 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7185 * gst/typefind/gsttypefindfunctions.c:
7186 (utf8_type_find_count_embedded_zeroes),
7187 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7188 Make plain/text typefinder more conservative: firstly, check
7189 for embedded zeroes, which are perfectly valid UTF-8 characters,
7190 but also a fairly good sign that something is not a plain text
7191 file; secondly, probe into the middle of the file if possible.
7192 If we can't probe into the middle, limit the probability value
7193 to be returned to TYPE_FIND_POSSIBLE (see #333900).
7195 2006-03-08 Michael Smith <msmith@fluendo.com>
7197 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7198 Make typefind function name for mpeg4 video unique.
7200 2006-03-08 Wim Taymans <wim@fluendo.com>
7202 * ext/libvisual/visual.c: (gst_visual_init),
7203 (gst_visual_clear_actors), (gst_visual_dispose),
7204 (gst_visual_reset), (gst_visual_src_setcaps),
7205 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7206 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7207 (gst_visual_chain), (gst_visual_change_state):
7208 Cleanups, post nice errors.
7209 Handle sink and src events.
7210 Implement simple QoS.
7212 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7213 Use new basesink methods to configure max-lateness.
7216 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7217 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7218 Debug statement cleanups.
7220 * gst/volume/gstvolume.c: (gst_volume_class_init):
7223 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7225 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7226 (gst_text_overlay_init), (gst_text_overlay_set_property),
7227 (gst_text_overlay_get_property):
7228 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7229 as string type properties, but mark them deprecated. Add
7230 'halignment' and 'valignment' properties that use enums
7233 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7235 Patch by: Fabrizio Gennari
7237 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7238 Allow palettes with less than 256 colours in AVI files
7241 2006-03-07 Julien MOUTTE <julien@moutte.net>
7243 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7244 (gst_text_overlay_video_event): Fix wrong EOS handling on text
7245 pad. We were releasing the queued text buffer when we should keep
7246 it until video pad gets EOS or discard the text buffer because it's
7247 too old. That was eating the last subtitle buffer. Add some more
7250 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7252 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7253 (gst_text_overlay_video_chain):
7254 Fix invalid memory access (we can't access a buffer after it's been
7255 pushed downstream without taking a reference); fix memory leak (if
7256 there's no text to render, bail out before allocating stuff).
7258 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7260 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7261 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7262 * ext/pango/gsttextoverlay.h:
7263 If input is plain text, escape it before passing it to
7264 pango_layout_set_markup().
7266 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7268 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7269 Don't ignore flow return from gst_pad_push().
7271 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7273 Patch by: Fabrizio Gennari
7275 * ext/libvisual/visual.c: (gst_visual_getcaps),
7276 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7277 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7278 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7279 (gst_vorbisenc_convert_sink):
7280 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7281 (gst_audio_duration_from_pad_buffer):
7282 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7283 (gst_audio_filter_chain):
7284 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7285 (gst_base_rtp_depayload_setcaps):
7286 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7287 (gst_video_get_size):
7288 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7289 Don't leak references returned by gst_pad_get_parent()
7292 2006-03-06 Stefan Kost <ensonic@users.sf.net>
7294 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7295 change location param details
7296 * gst/volume/gstvolume.c: (plugin_init):
7297 correct plugin description
7299 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7301 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7302 (gst_gnome_vfs_src_check_get_range):
7303 Override GstBaseSrc::check_get_range() in order to avoid opening
7304 the resource just to check whether we can operate in pull-mode or
7305 not - we can predict that pretty well from the URI alone. Should
7306 fix problems with last.fm (#331690). (Requires latest core CVS).
7308 2006-03-06 Wim Taymans <wim@fluendo.com>
7310 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7311 (gst_video_sink_class_init):
7312 Throw away frames that are later than 20 ms.
7314 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7316 Patch by: Fabrizio Gennari
7318 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7319 Set depth on WMA caps (#333545)
7321 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
7323 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7324 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7325 put Theora BOS pages before others. This hardcodes
7326 the Ogg/Theora I profile, but hey.
7328 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
7331 updated with some examples
7332 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7333 (granulepos_add), (theora_buffer_from_packet):
7334 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7335 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7336 (gst_vorbisenc_chain):
7337 implement strategy from ext/ogg/README
7338 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7339 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7340 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7341 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7342 Fix muxer so that oggz-validate is happy with all streams;
7343 except for no eos mark, and the BOS page ordering
7344 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7345 (check_buffer_granulepos):
7346 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7347 update tests to check for OFFSET being set as requested
7348 fixed type of granulepos, it's not a ClockTime
7350 2006-03-05 Julien MOUTTE <julien@moutte.net>
7352 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7353 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7354 Check that the xvimage we are creating has a correct size
7355 before returning it. (#314897)
7357 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7359 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7360 Give id3 and ape tag typefinders a rank slightly higher
7361 than PRIMARY to ensure they're always run before any of
7362 the other typefinders (in particular wav and mp3) (#324186).
7364 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7366 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7367 Add support for '3IVD' fourcc (#333403).
7369 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
7372 Bump requirements to GStreamer CVS for the new error enum.
7374 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7375 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7376 space left on the device (fixes #333352).
7378 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
7381 add a project file for libgstvolume
7382 update the workspace
7384 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
7386 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7387 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7389 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7390 Set IN_CAPS on header buffers
7392 2006-03-02 Wim Taymans <wim@fluendo.com>
7394 * docs/plugins/Makefile.am:
7395 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7396 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7397 Add audioresample to docs.
7399 * gst/audioconvert/gstaudioconvert.c:
7402 * gst/audioresample/gstaudioresample.c:
7403 (gst_audioresample_base_init), (gst_audioresample_class_init),
7404 (gst_audioresample_init), (gst_audioresample_dispose),
7405 (audioresample_get_unit_size), (audioresample_transform_caps),
7406 (resample_set_state_from_caps), (audioresample_transform_size),
7407 (audioresample_set_caps), (audioresample_event),
7408 (audioresample_do_output), (audioresample_transform),
7409 (audioresample_pushthrough), (gst_audioresample_set_property),
7410 (gst_audioresample_get_property), (plugin_init):
7411 * gst/audioresample/gstaudioresample.h:
7413 Small code cleanups.
7415 2006-03-02 Wim Taymans <wim@fluendo.com>
7417 * docs/plugins/Makefile.am:
7418 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7419 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7420 Added videoscale to docs.
7422 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7423 (gst_video_rate_swap_prev), (gst_video_rate_event),
7424 (gst_video_rate_chain):
7427 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7428 (gst_video_scale_init), (gst_video_scale_prepare_size),
7429 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7430 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7431 * gst/videoscale/gstvideoscale.h:
7432 Added docs, examples.
7434 Post errors instead of g_warning.
7436 2006-03-02 Wim Taymans <wim@fluendo.com>
7438 * docs/libs/gst-plugins-base-libs-docs.sgml:
7439 * docs/libs/gst-plugins-base-libs-sections.txt:
7440 * docs/libs/gst-plugins-base-libs.types:
7441 * docs/plugins/Makefile.am:
7442 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7443 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7444 Added some more docs to libs and plugins.
7446 * gst-libs/gst/audio/gstringbuffer.c:
7447 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7448 * gst-libs/gst/audio/gstringbuffer.h:
7449 Document ringbuffer some more.
7451 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7452 (gst_video_rate_setcaps), (gst_video_rate_reset),
7453 (gst_video_rate_init), (gst_video_rate_flush_prev),
7454 (gst_video_rate_swap_prev), (gst_video_rate_event),
7455 (gst_video_rate_chain), (gst_video_rate_change_state):
7456 * gst/videorate/gstvideorate.h:
7457 Fix videorate to use segments.
7458 Make it work with 0/1 framerates (closes #331903)
7459 Handle EOS correctly.
7462 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7464 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7465 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7466 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7467 In state change function, first chain up to parent class,
7468 then handle downwards state change stuff. Remove some
7469 commented out cruft from 0.8 code.
7471 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7473 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7474 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7475 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7476 (gst_ogm_parse_chain):
7477 Don't remove/re-add source pad if the new caps are the same as
7478 the old caps anyway (#333042). When removing source pad, don't
7479 unref it afterwards - we didn't ref it when adding. Sprinkle some
7480 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7481 after using gst_pad_get_parent(). Return downstream flow return
7482 value in chain function.
7484 2006-03-02 Wim Taymans <wim@fluendo.com>
7486 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7487 * docs/plugins/gst-plugins-base-plugins.args:
7488 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7489 * docs/plugins/gst-plugins-base-plugins.interfaces:
7490 * docs/plugins/gst-plugins-base-plugins.signals:
7491 Fix hierarchy, added some more elements to the docs.
7493 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7494 (gst_ffmpegcsp_get_type):
7495 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7496 Fix docs for ffmpegcolorspace.
7498 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
7500 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7501 (apetag_type_find), (ape_type_find), (plugin_init):
7502 Some typefinding fine-tuning:
7503 - rank ID3/APE tags in order of preference via probabilities, so that
7504 ID3v2 > APEv2 > APEv1 > ID3v1.
7505 - three or four bytes don't really justify MAXIMUM probability,
7506 change those to 'very likely' (musepack and monkeysaudio).
7508 2006-03-01 Wim Taymans <wim@fluendo.com>
7510 * docs/plugins/Makefile.am:
7511 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7512 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7513 * ext/alsa/gstalsamixer.c:
7514 * ext/alsa/gstalsamixer.h:
7515 * ext/alsa/gstalsamixerelement.c:
7516 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7517 * ext/alsa/gstalsamixerelement.h:
7518 * ext/alsa/gstalsasink.c:
7519 * ext/alsa/gstalsasink.h:
7520 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7522 * ext/alsa/gstalsasrc.h:
7524 Small code cleanups.
7526 2006-03-01 Wim Taymans <wim@fluendo.com>
7528 * ext/theora/Makefile.am:
7529 Dist new header too,
7531 2006-03-01 Wim Taymans <wim@fluendo.com>
7533 * docs/plugins/Makefile.am:
7534 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7535 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7536 * ext/gnomevfs/gstgnomevfssink.h:
7537 * ext/gnomevfs/gstgnomevfssrc.h:
7538 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7539 * ext/vorbis/vorbisdec.h:
7540 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7541 * ext/vorbis/vorbisenc.h:
7542 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7543 (vorbis_parse_chain), (vorbis_parse_change_state):
7544 * ext/vorbis/vorbisparse.h:
7545 * gst/audioconvert/gstaudioconvert.h:
7546 * gst/tcp/gsttcpserversink.h:
7547 * gst/videotestsrc/gstvideotestsrc.c:
7548 * gst/videotestsrc/gstvideotestsrc.h:
7549 * gst/volume/gstvolume.c:
7550 * gst/volume/gstvolume.h:
7552 Added docs for vorbisdec and vorbisparse.
7555 2006-03-01 Wim Taymans <wim@fluendo.com>
7557 * docs/plugins/Makefile.am:
7558 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7559 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7560 * ext/pango/gstclockoverlay.h:
7561 * ext/pango/gsttextoverlay.h:
7562 * ext/pango/gsttextrender.h:
7563 * ext/pango/gsttimeoverlay.h:
7564 * ext/theora/gsttheoradec.h:
7565 * ext/theora/gsttheoraenc.h:
7566 * ext/theora/theoradec.c:
7567 * ext/theora/theoraenc.c:
7568 * gst/audioconvert/gstaudioconvert.h:
7569 * gst/audiotestsrc/gstaudiotestsrc.h:
7570 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7571 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7572 * gst/tcp/gstmultifdsink.h:
7573 Updated/added documentation.
7575 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7576 (gst_text_overlay_halign_get_type),
7577 (gst_text_overlay_wrap_mode_get_type),
7578 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7579 (gst_text_overlay_init), (gst_text_overlay_set_property),
7580 (gst_text_overlay_get_property):
7581 Fix up properties to be enums instead of string to make bindings,
7582 introspection and automatic GUI creation possible.
7583 Add getters for the properties.
7585 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
7587 * gst/audiotestsrc/gstaudiotestsrc.c:
7588 added defines of M_PI and M_PI_2
7589 * gst/ffmpegcolorspace/avcodec.h:
7590 removed #include "stdint.h" for win32 as _stdint.h is
7591 autogenerated to win32/common
7592 * win32/common/libgstaudio.def:
7593 * win32/common/libgsttag.def:
7596 some project files bugs corrected
7598 project files are reset to the default vs7 configuration
7599 (they link to msvcr71.dll using default optimizations)
7601 2006-02-28 Wim Taymans <wim@fluendo.com>
7603 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7606 2006-02-28 Edward Hervey <edward@fluendo.com>
7608 * ext/alsa/gstalsasrc.c:
7609 Set proper class on the ElementDetails:
7610 Source/Audio instead of Src/Audio/
7612 2006-02-28 Edward Hervey <edward@fluendo.com>
7614 * gst/videoscale/vs_scanline.c:
7615 (vs_scanline_resample_nearest_RGBA):
7616 Revert optimization in videoscale. It should go in liboil and have
7617 an appropriate liboil function.
7619 2006-02-28 Wim Taymans <wim@fluendo.com>
7621 * gst-libs/gst/audio/gstbaseaudiosink.c:
7622 (gst_base_audio_sink_provide_clock):
7623 Don't try to provide a clock in the NULL state.
7625 2006-02-28 Wim Taymans <wim@fluendo.com>
7627 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7628 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7629 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7630 (gst_ogg_demux_deactivate_current_chain),
7631 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7632 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7633 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7634 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7635 Use GstSegment infrastructure to remove duplicated code
7636 and handle more seek cases correctly.
7638 2006-02-28 Wim Taymans <wim@fluendo.com>
7640 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7641 (gst_ffmpegcsp_transform):
7642 Don't ignore return code from ffmpeg convert function.
7644 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7645 Split out some long statements to ease debugging.
7647 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
7649 * ext/libvisual/visual.c: (gst_visual_init),
7650 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7651 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7652 being able to renegotiate the size. Instead, use the negotiation
7653 algorithm from the goom plugin to pick an initial output caps.
7655 Also, allow theoretical libvisual plugins that might support non-GL
7656 output even if they also do GL.
7658 2006-02-26 Julien MOUTTE <julien@moutte.net>
7660 * ext/libvisual/visual.c: (gst_visual_init),
7661 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7662 (plugin_init): Load only non GL plugins. Fix some memleaks and
7663 possible negotiation issues.
7665 2006-02-25 Julien MOUTTE <julien@moutte.net>
7667 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7669 2006-02-24 Michael Smith <msmith@fluendo.com>
7671 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7672 (cmml_type_find), (plugin_init):
7673 Fix CMML type find function to not require a specific minor version
7676 Add an MPEG4 video elementary stream typefind function.
7678 2006-02-04 Michael Smith <msmith@fluendo.com>
7680 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7681 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7682 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7683 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7684 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7685 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7686 Annodex support in ogg demuxer. Doesn't do very much without the
7687 other annodex patches (to come).
7689 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7691 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7693 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7694 Pick up palette for MS video v1 (#327028)
7696 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7698 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7699 (gst_ffmpegcsp_caps_remove_format_info),
7700 (gst_ffmpegcsp_get_unit_size):
7701 The 'palette_data' field from incoming RGB caps shouldn't be
7702 proxied on outgoing YUV caps; also, restrict unit size
7703 adjustment in case of paletted data only to the unit that
7704 actually has a palette. Fixes #330711.
7706 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7708 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7709 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7710 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7711 (gst_ffmpegcsp_get_unit_size):
7712 Plug some memory leaks.
7714 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7716 * sys/ximage/Makefile.am:
7717 * sys/xvimage/Makefile.am:
7718 Add some _CFLAGS and _LIBS that seem to be missing
7719 and/or required for Cygwin (see #317048).
7721 2006-02-22 Wim Taymans <wim@fluendo.com>
7723 * ext/alsa/gstalsasrc.c:
7724 Fix description as pointed out by caugier.
7726 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
7728 Reviewed by : Edward Hervey <edward@fluendo.com>
7730 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7732 Better 3gp typefinding (#331526).
7734 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7736 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7737 Don't send EOS event here, the base class will send one for us.
7739 * gst/playback/gstplaybasebin.c: (prepare_output):
7740 Subpictures without video stream aren't allowed either.
7742 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7743 Fix debug statement copy'n'paste-o.
7745 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7747 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7748 Fix issues with mixer keeping state when muting/unmuting
7749 and when changing the volume whilst muted (see #331763
7752 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7754 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7755 (parse_subrip), (gst_sub_parse_format_autodetect):
7756 Set right caps given that we send escaped text. Also,
7757 honour <i></i>, <b></b> and <u></u> markers that can be found
7758 in .srt files (fixes #310202).
7760 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7762 * gst-libs/gst/audio/mixerutils.c:
7763 (element_factory_rank_compare_func):
7764 Make order in which elements are tried more determinable.
7766 2006-02-20 Julien MOUTTE <julien@moutte.net>
7768 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7769 (remove_element_chain), (cleanup_decodebin),
7770 (gst_decode_bin_change_state): Make decodebin reusable by
7771 fixing remove_element_chain first and then introduce a
7772 cleaner in state change to ->NULL. (Closes #331678)
7774 2006-02-19 Wim Taymans <wim@fluendo.com>
7776 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7777 use 0666 mask when creating files so umask gets applied
7778 correctly. Fixes #331295.
7780 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7782 * gst/subparse/Makefile.am:
7783 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7784 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7785 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7786 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7787 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7788 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7789 * gst/subparse/gstssaparse.h:
7790 * gst/subparse/gstsubparse.c: (plugin_init):
7791 Add very basic parser for SSA subtitle streams (as often
7792 found in matroska files).
7794 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7796 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7797 That should be text/x-pango-markup, not text/x-pango-layout.
7799 2006-02-19 Julien MOUTTE <julien@moutte.net>
7801 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7804 2006-02-19 Julien MOUTTE <julien@moutte.net>
7806 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7807 (gst_text_overlay_finalize), (gst_text_overlay_init),
7808 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7809 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7810 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7811 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7812 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7813 Fix state change deadlock.
7815 2006-02-19 Julien MOUTTE <julien@moutte.net>
7817 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7818 (gst_text_overlay_finalize), (gst_text_overlay_init),
7819 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7820 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7821 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7822 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7823 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7824 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7825 and subtitles files.
7827 2006-02-19 Julien MOUTTE <julien@moutte.net>
7829 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7830 should be considered as raw.
7832 2006-02-19 Julien MOUTTE <julien@moutte.net>
7834 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7836 * gst/playback/gststreaminfo.h: Introduce language informations.
7838 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
7840 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7841 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7842 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7843 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7844 Set shared memory segments to be deleted as soon as we have attached,
7845 that way they get cleaned up automatically if we crash.
7847 2006-02-18 Julien MOUTTE <julien@moutte.net>
7849 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
7850 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7851 functions are called with lock held.
7853 2006-02-18 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_pad_unlink), (gst_text_overlay_text_event),
7860 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7861 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7862 (gst_text_overlay_change_state): Refactoring of textoverlay
7863 without collectpads. This now supports sparse subtitles coming
7864 from a demuxer instead of a sub file. Seeking is still broken
7865 though. Need to discuss with wtay some more on how to handle
7867 * ext/pango/gsttextoverlay.h:
7868 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7869 subtitles coming from the demuxer.
7871 2006-02-17 Wim Taymans <wim@fluendo.com>
7873 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7874 (gst_vorbisenc_convert_sink):
7875 Use some more scaling functions.
7877 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
7879 * ext/cdparanoia/gstcdparanoiasrc.c:
7880 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7881 (gst_cd_paranoia_paranoia_callback),
7882 (gst_cd_paranoia_src_signal_is_being_watched),
7883 (gst_cd_paranoia_src_read_sector):
7884 * ext/cdparanoia/gstcdparanoiasrc.h:
7885 Add back 'transport-error' and 'uncorrected-error' signals and
7886 make them actually be fired when bad stuff happens (#319340).
7888 2006-02-17 Wim Taymans <wim@fluendo.com>
7890 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7891 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7892 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7893 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7894 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7895 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7896 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7897 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7898 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7899 (gst_ring_buffer_clear):
7901 Added some G_LIKELY.
7903 2006-02-17 Wim Taymans <wim@fluendo.com>
7905 * gst-libs/gst/audio/TODO:
7908 * gst-libs/gst/audio/gstbaseaudiosink.c:
7909 (gst_base_audio_sink_get_offset):
7910 When trying to play samples ASAP and we don't have a
7911 previous sample, try to play at position 0 instead of
7912 an invalid position.
7914 2006-02-17 Wim Taymans <wim@fluendo.com>
7916 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7917 (gst_alsasink_reset):
7918 Also release lock when we get an error in _reset();
7919 fix an error message.
7921 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7923 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7924 (gst_alsasink_init), (get_channel_free_structure),
7925 (caps_add_channel_configuration), (gst_alsasink_getcaps),
7926 (gst_alsasink_close):
7927 * ext/alsa/gstalsasink.h:
7928 Add support for more than 2 channels (#326720).
7930 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7932 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7933 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7934 with 4 or 6 channels, assume a default channel layout to make things
7935 work (not sure there's anything else we can do in those cases).
7937 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7939 * gst-libs/gst/audio/multichannel.c:
7942 * gst-libs/gst/riff/Makefile.am:
7943 * gst-libs/gst/riff/riff-ids.h:
7944 * gst-libs/gst/riff/riff-media.c:
7945 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7946 Add support for WAVEFORMATEX, eg. PCM audio with more than two
7947 channels and a channel layout map.
7949 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
7951 Reviewed by Edward Hervey <edward@fluendo.com>
7953 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
7954 C-level optimization of the RGBA nearest neighbour function.
7955 Eventually this might end up in liboil with vectorized versions.
7957 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7959 * gst-libs/gst/audio/multichannel.c:
7960 (gst_audio_get_channel_positions):
7961 When we have more than 2 channels, but no channel layout is
7962 specified in the caps, return some default channel layout
7963 to the caller and warn about about a possibly buggy element
7964 (could be buggy filtercaps as well of course) (#317038).
7966 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7968 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7969 Add gst-libs/gst/cdda to list of lib search paths.
7971 2006-02-15 Andy Wingo <wingo@pobox.com>
7973 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7974 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7975 to the Lord Jesus that I do not have to touch the ogg muxer ever
7978 2006-02-15 Edward Hervey <edward@fluendo.com>
7980 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7981 quicktime movie files can also contain 'uuid' atoms.
7983 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
7985 * gst/audioconvert/plugin.c: (plugin_init):
7986 Register the GstAudioChannelPosition enum type with the type
7987 system in the plugin_init function, so that it is known before
7988 any element actually makes use of multi-channel stuff. This is
7989 required for example if one wants to be able to deserialise/use
7990 a caps string with channel positions before any pipeline has
7991 been setup and started, like with gst-launch.
7993 2006-02-14 Wim Taymans <wim@fluendo.com>
7995 * gst-libs/gst/audio/gstringbuffer.c:
7996 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7997 (gst_ring_buffer_samples_done), (wait_segment),
7998 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7999 Add some compiler G_(UN_)LIKELY help.
8000 SIGNAL the ringbuffer waiters when going to PAUSED as well to
8001 make sure they can exit their functions. Should fix #330748
8003 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
8008 * win32/common/_stdint.h:
8009 Windows does not have long long; copy the generated _stdint.h
8010 * win32/common/interfaces-enumtypes.c:
8011 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8012 (gst_mixer_track_flags_get_type),
8013 (gst_tuner_channel_flags_get_type):
8014 * win32/common/multichannel-enumtypes.c:
8015 (gst_audio_channel_position_get_type):
8018 2006-02-13 Wim Taymans <wim@fluendo.com>
8020 * gst-libs/gst/audio/gstbaseaudiosink.c:
8021 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8022 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8023 Always sync on first sample we receive when starting.
8025 2006-02-13 Wim Taymans <wim@fluendo.com>
8027 * gst/playback/gstplaybin.c: (gen_vis_element):
8028 Update vis bin docs.
8029 Move queue after tee so we don't queue video buffers but
8030 audio samples instead. Fixes problems where the video queue
8031 is filled and the audio queue empty.
8033 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
8035 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8036 No need to push an EOS event here, GstBaseSrc will do that for us
8037 when we return FLOW_UNEXPECTED.
8039 2006-02-12 Wim Taymans <wim@fluendo.com>
8041 * gst-libs/gst/audio/gstbaseaudiosink.c:
8042 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8043 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8044 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8045 Use scale functions when possible.
8047 Free clockid when after waiting for EOS.
8048 Use G_(UN_)LIKLY when it makes sense.
8049 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8051 2006-02-12 Edward Hervey <edward@fluendo.com>
8053 * gst/playback/gstplaybasebin.c: (prepare_output):
8054 Remove stray semi-colon (fixes #330888).
8056 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
8058 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8059 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8060 Fix up the XShm call testing so that we catch errors, and don't
8061 cause new ones by attempting to detach from a segment we failed
8062 to attach to. Fixes #312439.
8064 2006-02-10 Edward Hervey <edward@fluendo.com>
8066 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8067 Added flv file typefind (video/x-flv).
8069 2006-02-10 Edward Hervey <edward@fluendo.com>
8071 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8072 (gst_riff_create_video_template_caps):
8073 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8074 Also added the caps to the default set of riff video caps.
8076 2006-02-09 Andy Wingo <wingo@pobox.com>
8078 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8079 time and the end time of the last packet in the page.
8080 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8081 on the pages in our queue, set the duration as well. Reflow a
8083 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8084 Fixes bad muxing order.
8086 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
8088 * gst-libs/gst/rtp/gstbasertppayload.c:
8089 (gst_basertppayload_setcaps), (gst_basertppayload_push):
8090 update seqnum before setting it on the packet; this makes sure
8091 that the timestamp and seqnum properties match after pushing
8094 2006-02-09 Andy Wingo <wingo@pobox.com>
8096 * gst-libs/gst/audio/gstringbuffer.c
8097 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8098 overflow after 13.5 hours of recording. Kapow!
8100 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8101 the buffer size -- we don't care about underrun/overrun reporting
8102 right now, just need to return a useful value.
8104 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8109 === release 0.10.3 ===
8111 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8114 releasing 0.10.3, "Under Pressure"
8116 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8119 Drat. Bump libtool version number for new API.
8120 Prelease 0.10.2.3 (of 0.10.3)
8122 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8125 * win32/common/config.h:
8126 0.10.2.2 prerelease (of 0.10.3).
8128 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8130 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8131 Revert Andy's newsegment change pending a more correct
8134 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
8136 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8137 (qt_type_find), (plugin_init):
8138 detect more files as 3gp
8139 group and reorder the iso file formats
8141 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8143 * ext/vorbis/vorbis.c: (plugin_init):
8144 Register musicbrainz tags, so apps don't have to.
8146 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8148 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8149 (gst_tag_to_vorbis_tag):
8150 Make sure we called gst_tag_register_musicbrainz_tags()
8151 before possibly mapping a vorbiscomment string from/to a
8154 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8156 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8157 In case we can't find the required number of consecutive
8158 mpeg audio frames to positively identify an MPEG audio
8159 stream, check if there's at least a valid mpeg audio
8160 frame right at offset 0 and if so suggest mpeg/audio
8161 caps with a very low probability (#153004).
8163 2006-02-07 Andy Wingo <wingo@pobox.com>
8165 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8166 a TIME segment if we get timestamped buffers. Requires recent
8167 fixes in core to work properly.
8169 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8171 * gst/playback/gstplaybasebin.c: (prepare_output):
8172 Don't print the URI as part of the error message, it
8173 makes error dialogs look rather ugly, especially if
8174 the URI is very long or has characters in it that
8177 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8179 * gst/playback/gstplaybasebin.c: (prepare_output):
8180 Error out if we have only text or subtitles, but nothing
8181 else. Also error out if we have subtitles but no video
8184 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8186 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8187 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8188 Post an error message on the bus when we encounter an
8189 error, which will hopefully be more meaningful than the
8190 'Internal Flow Error' message users get to see if we
8191 just return GST_FLOW_ERROR.
8193 2006-02-07 Andy Wingo <wingo@pobox.com>
8195 * configure.ac (GST_MAJORMINOR): Update core version req to
8196 0.10.2.2, for the collectpads API addition (#330244).
8198 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
8200 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8201 Return FALSE from plugin_init() when GnomeVFS can't
8202 be initialised for some reason (#328423).
8204 2006-02-06 Julien MOUTTE <julien@moutte.net>
8206 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
8207 Stick to seeking theory until i find the bug.
8208 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8210 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8212 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8213 (theora_enc_finalize), (theora_enc_sink_setcaps),
8214 (theora_set_header_on_caps), (theora_enc_chain),
8215 (theora_enc_change_state):
8216 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8217 Make theoraenc and the tests leak free. Like, really.
8219 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8221 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8222 (theora_enc_finalize), (theora_enc_sink_setcaps):
8223 Add a finalize method to ensure we clean up state even if
8224 someone omitted the state change back to NULL.
8226 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8227 (gst_vorbisenc_chain):
8228 Free some more leaked bits.
8230 * tests/check/pipelines/theoraenc.c: (start_pipeline),
8232 Wait for state changes to happen if they're ASYNC.
8234 This ought to teach those fancy pants buildbots a lesson.
8236 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8238 * gst-libs/gst/tag/gstid3tag.c:
8239 Add mapping for ID3 International Standard Recording Code
8242 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8244 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8245 Don't leak tag names.
8247 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8249 * docs/libs/gst-plugins-base-libs-docs.sgml:
8250 * docs/libs/gst-plugins-base-libs-sections.txt:
8251 * gst-libs/gst/tag/gstid3tag.c:
8252 * gst-libs/gst/tag/gstvorbistag.c:
8253 * gst-libs/gst/tag/tags.c:
8254 Split libgsttag docs into multiple sections.
8256 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8258 * docs/libs/Makefile.am:
8259 * docs/libs/gst-plugins-base-libs-docs.sgml:
8260 * docs/libs/gst-plugins-base-libs-sections.txt:
8261 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8262 * gst-libs/gst/tag/gstvorbistag.c:
8263 * gst-libs/gst/tag/tag.h:
8264 * gst-libs/gst/tag/tags.c:
8265 Add libgsttag to the docs.
8267 2006-02-05 Julien MOUTTE <julien@moutte.net>
8269 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8270 (gst_text_overlay_init), (gst_text_overlay_src_event),
8271 (gst_text_overlay_collected): Fix clockoverlay.
8273 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8275 * docs/libs/compiling.sgml:
8276 Fix typo: it's pkg-config, not pkg-gconfig
8278 * docs/libs/gst-plugins-base-libs-docs.sgml:
8279 * docs/libs/gst-plugins-base-libs-sections.txt:
8280 * docs/libs/tmpl/gstgconf.sgml:
8281 There is no libgstgconf in 0.10, remove it
8284 2006-02-05 Julien MOUTTE <julien@moutte.net>
8286 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8287 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8288 (gst_text_overlay_src_event), (gst_text_overlay_collected):
8289 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8290 (gst_sub_parse_class_init), (gst_sub_parse_init),
8291 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8292 (parse_mpsub), (parser_state_init), (handle_buffer),
8293 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8294 * gst/subparse/gstsubparse.h: Introduce seeking code.
8296 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8298 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8299 Add comment about LANGUAGE tag inconsistency (we want
8300 ISO-639-1, but extract three-letter identifiers?)
8303 Add two translatable files.
8305 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8307 * gst-libs/gst/tag/Makefile.am:
8308 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8309 * gst-libs/gst/tag/tag.h:
8310 * gst-libs/gst/tag/tags.c:
8311 (gst_tag_register_musicbrainz_tags_internal),
8312 (gst_tag_register_musicbrainz_tags):
8313 Forward-port some tags stuff from the 0.8 branch. This is
8314 mostly the addition of musicbrainz tags and their mapping
8315 to vorbistags, and a vorbistag mapping of the language tag.
8317 2006-02-05 Julien MOUTTE <julien@moutte.net>
8319 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8322 2006-02-04 David Schleef <ds@schleef.org>
8324 * ext/ogg/gstoggmux.c:
8325 * gst/typefind/gsttypefindfunctions.c:
8326 Add Dirac typefinding and add dirac format to oggmux.
8328 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
8330 * gst/playback/gstdecodebin.c: (try_to_link_1):
8331 Don't put essential function call into
8332 g_return_*() macro, otherwise it'll all be
8333 replaced by NOOPs when compiling with
8334 G_DISABLE_CHECKS defined.
8336 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
8338 * ext/ogg/gstoggdemux.c:
8339 * ext/ogg/gstoggparse.c:
8340 * gst/tcp/gsttcpserversink.c:
8341 * sys/v4l/v4lsrc_calls.c:
8342 * sys/v4l/v4lsrc_calls.h:
8343 Just make it compile with --disable-gst-debug.
8345 2006-02-03 Wim Taymans <wim@fluendo.com>
8347 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8348 (gst_alsasink_class_init), (gst_alsasink_init),
8349 (gst_alsasink_write), (gst_alsasink_reset):
8350 * ext/alsa/gstalsasink.h:
8351 Add lock to protect alsa calls.
8352 Implement reset to flush samples ASAP, does not work
8355 2006-02-02 Wim Taymans <wim@fluendo.com>
8357 * gst-libs/gst/audio/gstbaseaudiosink.c:
8358 (gst_base_audio_sink_provide_clock):
8359 Ugh.. getting late I guess...
8361 2006-02-02 Wim Taymans <wim@fluendo.com>
8363 * gst-libs/gst/audio/gstbaseaudiosink.c:
8364 (gst_base_audio_sink_provide_clock),
8365 (gst_base_audio_sink_set_property),
8366 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8367 Don't try to provide a clock when we are not negotiated since
8368 we might not be able to make it run.
8370 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
8372 * gst/playback/gstdecodebin.c: (try_to_link_1):
8373 Unlinking two source pads is ... hard.
8375 2006-02-02 Wim Taymans <wim@fluendo.com>
8377 * gst-libs/gst/audio/TODO:
8380 * gst-libs/gst/audio/gstbaseaudiosink.c:
8381 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8382 On EOS, wait till the last sample is played before posting EOS.
8384 2006-02-01 Philippe Kalaf <burger at speedy dot org>
8386 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8387 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8388 setting queue_delay to zero. Also avoid thread being started if
8389 queue_delay is zero.
8391 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8393 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8394 Make test work again by connecting fakesinks to each decoded pad,
8395 which makes the pipeline wait until each fakesink has a buffer
8396 queued before going to PAUSED state. At that point we know the
8397 decodebin pads are negotiated.
8399 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8401 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8402 (gst_cdda_base_src_handle_event):
8403 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8404 Pass unhandled queries to the parent class's query function.
8406 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8408 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8409 (gst_ogg_pad_src_query):
8410 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8411 * ext/theora/theoradec.c: (theora_dec_src_query),
8412 (theora_dec_sink_query):
8413 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8414 (vorbis_dec_sink_query):
8415 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8416 (gst_vorbisenc_sink_query):
8417 * gst/adder/gstadder.c: (gst_adder_query):
8418 Pass unhandled queries upstream instead of just
8419 dropping them (#326447). Also, fix supported
8420 query types list for some elements.
8422 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8424 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8425 (paris_type_find), (ilbc_type_find), (plugin_init):
8426 Fix typefinding for audio/x-au, audio/x-paris and
8427 audio/iLBC-sh. We cannot use the START_WITH macros
8428 here, because there can only be one typefind factory
8429 with the same name (caps), so the second one would
8430 replace the first one and the first one would never
8431 be called when doing typefinding (see #161712).
8434 2006-01-31 Wim Taymans <wim@fluendo.com>
8436 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8437 (vorbis_handle_header_packet), (vorbis_dec_push),
8438 (vorbis_handle_data_packet):
8439 Use scale_int when we can, add some more scaling.
8440 Check packettype before parsing it.
8442 2006-01-31 Wim Taymans <wim@fluendo.com>
8444 * ext/theora/theoradec.c: (_theora_granule_time),
8445 (theora_dec_src_convert), (theora_dec_sink_convert):
8446 Call right _scale functions.
8447 Use parameter instead of some other random value.
8449 2006-01-31 Wim Taymans <wim@fluendo.com>
8451 * ext/theora/theoradec.c: (_theora_granule_frame),
8452 (_theora_granule_time), (_inc_granulepos),
8453 (theora_dec_src_convert), (theora_dec_sink_convert),
8454 (theora_handle_type_packet), (theora_handle_data_packet),
8456 Use higher precision timestamps calculation.
8457 Convert some other conversions to _scale.
8459 2006-01-31 Stefan Kost <ensonic@users.sf.net>
8461 * gst/audiotestsrc/gstaudiotestsrc.c:
8462 (gst_audio_test_src_create_sine_table), (plugin_init):
8463 * gst/volume/gstvolume.c: (plugin_init):
8464 initialize gst_controller before using
8466 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
8468 * tests/check/pipelines/theoraenc.c:
8469 * tests/check/pipelines/vorbisenc.c:
8470 Define constant using G_GINT64_CONSTANT to avoid errors when
8471 passing it around - otherwise it gets truncated to 32 bits.
8473 Fixes failing tests.
8475 2006-01-31 Andy Wingo <wingo@pobox.com>
8477 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8478 caps being set doesn't have a framerate value. Basically a stopgap
8481 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8482 technically correct enough to put into core though.
8483 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8484 DURATION. Fixes theoraenc ! oggmux.
8486 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8487 fraction, not double.
8489 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
8492 add vs7 project files created by Sergey Scobich
8494 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
8497 add vs8 project files created by Sergey Scobich
8499 2006-01-30 Andy Wingo <wingo@pobox.com>
8501 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8502 timestamp + duration, not just timestamp -- ogg pages should be
8503 ordered by stop time. Necessary fix given the change in vorbis
8506 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
8507 (gst_theora_enc_init): Pull the granule shift out of the encoder.
8508 (granulepos_add): New function, handles the messiness of adjusting
8510 (theora_buffer_from_packet):
8512 (theora_enc_sink_event): Use granulepos_add, not +.
8514 * tests/check/pipelines/theoraenc.c
8515 (check_buffer_granulepos_from_starttime): Just check the frame
8516 count, not the actual granulepos -- we can't dictate to the
8517 encoder when it should be placing keyframes.
8519 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
8521 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8522 SERVICE_NOT_AVAILABLE happens for example when you're trying to
8523 play an http:// stream from a server that's not serving
8525 2006-01-30 Andy Wingo <wingo@pobox.com>
8527 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
8528 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8529 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8532 * ext/theora/gsttheoraenc.h:
8533 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8534 although theoraenc was timestamping correctly. Added handling of
8535 streams that start with nonzero timestamps.
8537 * tests/check/Makefile.am:
8538 * tests/check/pipelines/theoraenc.c: New file, basically does same
8541 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8543 2006-01-30 Wim Taymans <wim@fluendo.com>
8545 * gst-libs/gst/audio/gstaudiosink.c:
8546 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8547 (gst_audioringbuffer_pause):
8548 Implement pause that does not wait for completion.
8550 * gst-libs/gst/audio/gstbaseaudiosink.c:
8551 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8552 Don't drop buffers when going to PAUSED but perform preroll on
8553 remaining samples now that core base class supports this.
8555 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8556 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8557 (gst_ring_buffer_commit):
8558 Pause should not signal waiters.
8559 Implement return value of _commit correctly.
8561 2006-01-30 Andy Wingo <wingo@pobox.com>
8563 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8565 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8566 updated to timestamp from the first sample, not the last.
8567 (gst_vorbisenc_buffer_from_header_packet): New function, takes
8568 special care of granulepos and timestamp for header packets.
8569 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8570 when the first buffer has a nonzero timestamp.
8572 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8573 (GstVorbisEnc.subgranule_offset): New members. Take care of the
8574 case when the first audio buffer we get has a nonzero timestamp.
8575 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8576 properly timestamp vorbis buffers with the time of the first
8577 sample, not the last.
8579 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8580 vorbis_granule_time_copy -- now it takes the granule/subgranule
8581 offset into account.
8583 * tests/check/pipelines/vorbisenc.c: New test for correctness of
8584 timestamps, durations, and granulepos on buffers produced by
8587 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
8589 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8590 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8591 Patch from Eric Jonas to support conversions to/from UYVY
8594 2006-01-30 Julien MOUTTE <julien@moutte.net>
8596 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8597 (setup_subtitle), (setup_source), (set_active_source):
8598 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8599 (gen_text_element), (gen_audio_element), (gen_vis_element),
8600 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8602 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
8604 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8605 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8606 use gst_guint64_to_gdouble to be compliant with vs6
8607 * gst/playback/gstdecodebin.c: (try_to_link_1)
8608 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8609 use G_GINT64_CONSTANT for int64 constants
8610 * win32/common/libgstinterfaces.def:
8611 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8613 update and add new project files
8615 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8619 * win32/common/interfaces-enumtypes.c:
8620 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8621 (gst_mixer_track_flags_get_type),
8622 (gst_tuner_channel_flags_get_type):
8623 * win32/common/interfaces-enumtypes.h:
8624 * win32/common/multichannel-enumtypes.c:
8625 (gst_audio_channel_position_get_type):
8626 * win32/common/multichannel-enumtypes.h:
8627 add a win32-update rule like in core, and copy over enumtypes files
8629 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8632 * win32/common/config.h:
8633 * win32/common/config.h.in:
8634 add config files just like in core
8636 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
8638 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8639 Make gcc-4.1 happy (part of #327357).
8641 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8643 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8644 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8645 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8646 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8647 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8648 (gst_alsasrc_unprepare), (gst_alsasrc_read):
8649 Update all error messages. All of them should either use
8650 the default translated message, or actually provide a
8651 translatable string.
8652 Make the string for channel count problems meaningful.
8654 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8656 * sys/v4l/v4l_calls.c: (gst_v4l_open):
8657 check for and throw RESOURCE_BUSY
8659 2006-01-27 David Schleef <ds@schleef.org>
8661 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8662 checked in this change -- it requires liboil features not
8663 in 0.3.6. Revert parts.
8665 2006-01-27 David Schleef <ds@schleef.org>
8668 * configure.ac: update liboil requirement to 0.3.6
8669 * gst/videoscale/Makefile.am:
8670 * gst/videoscale/vs_scanline.c: liboilify
8672 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8674 * ext/libvisual/visual.c: (get_buffer):
8675 When pad_alloc returns a GstFlowReturn other
8676 than GST_FLOW_OK, make sure it is passed upstream.
8678 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8680 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8681 (gst_alsasink_class_init):
8682 Free the device name string.
8684 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8685 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8686 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8687 Don't remove a pad from the collectpads structure until it
8688 is released - it's a request pad, and may receive data again
8689 if the element gets moved back to PLAYING state.
8691 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8692 Ensure we turn on double buffering on the Xv port, and
8693 set the colour key to something dark and mysterious that
8696 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
8698 * ext/alsa/gstalsaplugin.c: (plugin_init):
8699 * ext/cdparanoia/gstcdparanoiasrc.c:
8700 (gst_cd_paranoia_src_base_init), (plugin_init):
8701 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8702 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8703 - a library should not call setlocale. see "Libraries" node in
8705 - make sure all plugins that use translation do bindtextdomain
8706 to point to the localedir
8707 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8708 (setup_sinks), (plugin_init):
8709 all this, and check for NULL when creating sinks
8711 2006-01-27 Julien MOUTTE <julien@moutte.net>
8713 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8714 (plugin_init): Make typefinding of subtitles work again.
8716 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
8718 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8719 (mp3_type_frame_length_from_header), (mp3_type_find),
8720 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8722 Backport a bunch of typefinding fixes from the 0.8 branch.
8723 Also, improve wavpack typefinding: if we can't peek the
8724 entire wavpack block, try to parse the bits we can get and
8725 see if we find what we're looking for in those.
8727 2006-01-26 Julien MOUTTE <julien@moutte.net>
8729 * sys/ximage/ximagesink.c:
8730 (gst_ximagesink_calculate_pixel_aspect_ratio):
8731 * sys/xvimage/xvimagesink.c:
8732 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8733 more cases of pixel aspect ratio.
8735 2006-01-26 Edward Hervey <edward@fluendo.com>
8737 * gst/playback/gstdecodebin.c: (pad_probe):
8738 Also consider the flush-start and tag events as unblockers
8741 2006-01-26 Julien MOUTTE <julien@moutte.net>
8743 * gst/playback/gstplaybin.c: (gst_play_bin_init),
8744 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8745 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
8746 On the fly visualisation switch, works disabling, enabling as
8747 well but it won't be able to enable vis in a playbin that was
8748 created with no visualisation.
8750 2006-01-25 Wim Taymans <wim@fluendo.com>
8752 * gst-libs/gst/audio/gstbaseaudiosink.c:
8753 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8754 Undo previous commit that returned WRONG_STATE sooner, it breaks
8757 2006-01-25 Wim Taymans <wim@fluendo.com>
8759 * gst-libs/gst/audio/gstbaseaudiosink.c:
8760 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8761 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8763 Post error when caps cannot be parsed.
8764 Resync on discontinuity in the stream.
8765 Clip samples to segment boundaries.
8766 return WRONG_STATE sooner when we are flushing.
8768 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8769 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8770 Make audiosrc operate in TIME.
8771 Set TIMESTAMP and DURATION on buffers.
8773 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
8775 * tests/examples/seek/seek.c: (main):
8776 Output tag messages as well.
8778 2006-01-23 Edward Hervey <edward@fluendo.com>
8780 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8781 (free_pad_probes), (remove_fakesink), (pad_probe),
8782 (close_pad_link), (gst_decode_bin_change_state):
8783 Replace GstPadBlockCallback with pad probes that detect
8784 first buffer AND eos before removing fakesink.
8785 Fixes hang with demuxers doing EOS while pre-rolling.
8788 2006-01-23 Andy Wingo <wingo@pobox.com>
8790 * ext/alsa/gstalsasink.c:
8791 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8792 (gst_base_rtp_depayload_setcaps),
8793 (gst_base_rtp_depayload_add_to_queue),
8794 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8796 Patch by: Jens Granseuer <jensgr at gmx dot net>
8798 2006-01-22 Julien MOUTTE <julien@moutte.net>
8800 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8801 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8802 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
8803 frames. We might get a frame destroyed after changing state to
8804 NULL, adding a safety check on xcontext.
8806 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
8808 * gst-libs/gst/interfaces/xoverlay.c:
8809 Fix prepare-xwindow-id code example in the docs - we need to
8810 ignore all messages that aren't element messages as well.
8812 2006-01-21 Julien MOUTTE <julien@moutte.net>
8814 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8815 I think one day i'll completely undestand how caps negotiation
8816 is supposed to work. This refactoring handles buffer_alloc
8817 called with caps we can't handle. We definitely don't want a
8818 set_caps with those caps, so we define and allocate a buffer
8819 we would like to receive.
8821 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
8823 * gst/playback/gstplaybasebin.c: (setup_source):
8824 Free iterator when done.
8826 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
8828 * gst-libs/gst/audio/gstbaseaudiosink.c:
8829 (gst_base_audio_sink_render):
8830 Fix playback of non-synchronised streams by assuming a rate
8831 of 1.0 instead of a random one.
8833 Makes this work again:
8835 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8836 endianness=(int)4321, signed=(boolean)true, width=(int)16,
8837 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8838 audioresample ! alsasink
8840 === release 0.10.2 ===
8842 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8845 releasing 0.10.2, "Then the devil is six"
8847 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
8849 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8850 * gst/playback/gststreamselector.c:
8851 (gst_stream_selector_set_property):
8852 Comment out broken code that connects to the state-changed signal.
8853 At this point, changing current stream selection is broken, but
8854 stuff like gst-launch playbin current-audio=1 works and filters
8855 to the chosen stream.
8857 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8859 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8860 Fix #327216 (null dereference in vorbisdec)
8862 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
8864 * ext/theora/theoradec.c: (theora_handle_comment_packet):
8865 Post taglist actually on bus instead of just freeing it
8866 (fixes #327114 and totem bug #327080).
8868 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8869 Use gst_element_found_tags_for_pad(), so that the tags
8870 are sent downstream as an event as well.
8872 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
8874 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8875 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8876 (gst_ximagesink_buffer_alloc):
8877 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8878 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8879 (gst_xvimagesink_buffer_alloc):
8880 move all regularly occurring messages to GST_LOG level
8881 add some more object logs
8883 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
8885 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8886 fix a silly segfault
8888 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
8890 * docs/libs/gst-plugins-base-libs-docs.sgml:
8891 * docs/libs/gst-plugins-base-libs-sections.txt:
8892 * gst-libs/gst/audio/mixerutils.c:
8893 * gst-libs/gst/audio/mixerutils.h:
8894 Add docs for mixerutils stuff.
8896 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
8898 * gst/playback/gstplaybasebin.c: (setup_source):
8899 Fix playback for sources that emit raw audio or
8900 raw video streams (e.g.: cd audio sources) (#325984).
8902 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
8904 * gst-libs/gst/audio/mixerutils.c:
8905 (gst_audio_mixer_filter_do_filter):
8906 actually save the element we create
8908 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
8910 * gst-libs/gst/cdda/gstcddabasesrc.c:
8911 (gst_cdda_base_src_handle_track_seek):
8912 No need to post a tag message on the bus when seeking
8913 within the same track, only post it when the current
8916 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8918 * gst/playback/gstplaybasebin.c: (group_destroy),
8919 (probe_triggered), (new_decoded_pad), (mute_group_type),
8920 (set_active_source):
8921 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8922 * gst/playback/gststreamselector.c:
8923 (gst_stream_selector_base_init),
8924 (gst_stream_selector_set_property),
8925 (gst_stream_selector_request_new_pad):
8926 Reenable stream selection. These mechanisms need a complete overhaul
8927 in the face of 0.8->0.10 changes though.
8929 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8931 * ext/ogg/gstoggdemux.c:
8932 Change the pad template to src_%d to match the pads that
8933 are created from it. decodebin needs this information in order
8934 to decide that oggdemux is capable of producing multiple pads
8935 (and hence needs queues inserted).
8937 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8938 (gst_ogg_mux_collected):
8939 Make debug output more useful by using GST_PTR_FORMAT.
8941 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8943 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
8945 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8946 Set depth and width for alaw/mulaw (fixes #326601).
8948 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
8950 * tests/icles/Makefile.am:
8951 don't build the tests if we don't have the libs
8953 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8955 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8956 (gst_cd_paranoia_paranoia_callback):
8957 Don't try to free NULL pointers.
8959 2006-01-10 Edward Hervey <edward@fluendo.com>
8961 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8962 (gst_audio_rate_change_state), (plugin_init):
8963 Add debugging category.
8965 Add case for incoming buffers without valid offset/offset_end.
8967 2006-01-10 Michael Smith <msmith@fluendo.com>
8969 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8970 Don't leak GCond in audio sources.
8972 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
8974 * gst/playback/gstplaybin.c: (gen_audio_element):
8975 Don't leak an autoaudiosink/alsasink when we generate
8976 a new audio element. (old code, I guess)
8978 2006-01-10 Michael Smith <msmith@fluendo.com>
8980 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8981 Support float audio in audiorate.
8982 Use width rather than depth for selecting sample width.
8984 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8986 * gst/videotestsrc/videotestsrc.h:
8987 Use GLib types here (that way we don't have to include the
8988 generated _stdint.h header, which makes life easier for win32
8989 folks that don't use autotools for the build) (#325990, patch
8990 by: Sergey Scobich).
8992 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8994 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8995 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8996 (gst_ring_buffer_pause), (wait_segment):
8997 * gst-libs/gst/audio/gstringbuffer.h:
8998 Name (private) union, makes Forte compiler happy (this time
8999 for real) (#324900).
9001 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
9003 * gst-libs/gst/audio/Makefile.am:
9004 Link against libgstinterfaces, needed for mixer
9005 and property probe stuff.
9007 2006-01-09 Edward Hervey <edward@fluendo.com>
9009 * gst-libs/gst/Makefile.am:
9011 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
9013 * gst-libs/gst/audio/Makefile.am:
9014 * gst-libs/gst/audio/mixerutils.c:
9015 (gst_audio_mixer_filter_do_filter),
9016 (gst_audio_mixer_filter_check_element),
9017 (gst_audio_mixer_filter_probe_feature),
9018 (element_factory_rank_compare_func),
9019 (gst_audio_default_registry_mixer_filter):
9020 * gst-libs/gst/audio/mixerutils.h:
9021 Add gst_audio_default_registry_mixer_filter() utility
9024 2006-01-03 Michael Smith <msmith@fluendo.com>
9026 * gst/audioresample/resample.h:
9027 As before, but for o_buf
9029 2006-01-03 Michael Smith <msmith@fluendo.com>
9031 * gst/audioresample/resample.h:
9032 Declare struct _ResampleState.buffer as unsigned char *, not void *,
9033 since we do arithmetic on it.
9035 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
9037 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9038 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9039 (gst_ring_buffer_pause), (wait_segment):
9040 * gst-libs/gst/audio/gstringbuffer.h:
9041 Sun's Forte compiler doesn't seem to like anonymous structs,
9042 so use same setup as in GstBaseSrc (fixes #324900).
9044 2005-12-30 Stefan Kost <ensonic@users.sf.net>
9047 * gst/volume/Makefile.am:
9048 * gst/volume/demo.c:
9049 move old example to tests/examples/volume/volune.c
9050 * tests/examples/Makefile.am:
9051 * tests/examples/seek/seek.c: (main):
9052 change window-close event from "delete-event" to "destroy"
9053 * tests/examples/volume/Makefile.am:
9054 * tests/examples/volume/volume.c: (value_changed_callback),
9055 (setup_gui), (message_received), (eos_message_received), (main):
9056 fix event handling and bus usage
9058 2005-12-29 Stefan Kost <ensonic@users.sf.net>
9060 * gst/audiotestsrc/gstaudiotestsrc.c:
9061 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9062 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9063 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9064 (gst_audio_test_src_create_square),
9065 (gst_audio_test_src_create_saw),
9066 (gst_audio_test_src_create_triangle),
9067 (gst_audio_test_src_create_silence),
9068 (gst_audio_test_src_create_white_noise),
9069 (gst_audio_test_src_create_pink_noise),
9070 (gst_audio_test_src_init_sine_table),
9071 (gst_audio_test_src_create_sine_table),
9072 (gst_audio_test_src_change_wave),
9073 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9074 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9075 * gst/audiotestsrc/gstaudiotestsrc.h:
9076 update to basesrc changes, implement segmented seeking and eos
9077 handling, add a 'sine-tab' waveform for performance critical playback
9079 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9082 ... and this time the other modified file that I missed last time.
9084 2005-12-29 Michael Smith <msmith@fluendo.com>
9086 * gst/playback/gstdecodebin.c: (new_pad):
9087 Fix non-C89 variable declaration not at the start of a block. Should
9088 help some compilers.
9090 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9092 * tests/check/Makefile.am:
9093 And now fix 'make distcheck' (builddir != srcdir)
9095 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9098 * ext/cdparanoia/Makefile.am:
9099 * ext/cdparanoia/gstcdparanoia.c:
9100 * ext/cdparanoia/gstcdparanoia.h:
9101 * ext/cdparanoia/gstcdparanoiasrc.c:
9102 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9103 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9104 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9105 (gst_cd_paranoia_paranoia_callback),
9106 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9107 (gst_cd_paranoia_src_set_property),
9108 (gst_cd_paranoia_src_get_property), (plugin_init):
9109 * ext/cdparanoia/gstcdparanoiasrc.h:
9110 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9111 plugin again (there are still fixes required to playbin to make
9112 cdda:// uris work there).
9114 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9116 * tests/check/Makefile.am:
9117 Fix test case compilation.
9119 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9121 * gst-libs/gst/cdda/gstcddabasesrc.c:
9122 (gst_cdda_base_src_update_duration),
9123 (gst_cdda_base_src_calculate_cddb_id):
9124 An integer is not a string. Fix access to uninitialised variable.
9126 * tests/check/Makefile.am:
9127 Add cddabasesrc unit test; also actually enable the vorbis test.
9129 * tests/check/generic/states.c:
9130 Blacklist new cd audio elements as well.
9132 * tests/check/libs/cddabasesrc.c:
9133 Unit test for GstCddaBaseSrc (discid calculation mostly).
9135 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9137 * docs/libs/Makefile.am:
9138 * docs/libs/gst-plugins-base-libs-docs.sgml:
9139 * docs/libs/gst-plugins-base-libs-sections.txt:
9140 * docs/libs/gst-plugins-base-libs.types:
9141 Add docs for libgstcdda/GstCddaBaseSrc.
9143 * gst-libs/gst/interfaces/mixertrack.h:
9144 Do one struct member per line with a semicolon at the end, that way
9145 even gtk-doc might parse it without complaining.
9147 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9150 * gst-libs/gst/Makefile.am:
9151 * gst-libs/gst/cdda/Makefile.am:
9152 * gst-libs/gst/cdda/base64.c:
9153 * gst-libs/gst/cdda/base64.h:
9154 * gst-libs/gst/cdda/gstcddabasesrc.c:
9155 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9156 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9157 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9158 (gst_cdda_base_src_get_property),
9159 (gst_cdda_base_src_get_track_from_sector),
9160 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9161 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9162 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9163 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9164 (gst_cdda_base_src_uri_get_protocols),
9165 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9166 (gst_cdda_base_src_uri_handler_init),
9167 (gst_cdda_base_src_setup_interfaces),
9168 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9169 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9170 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9171 (gst_cdda_base_src_add_tags),
9172 (gst_cdda_base_src_add_index_associations),
9173 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9174 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9175 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9176 (gst_cdda_base_src_create):
9177 * gst-libs/gst/cdda/gstcddabasesrc.h:
9178 * gst-libs/gst/cdda/sha1.c:
9179 * gst-libs/gst/cdda/sha1.h:
9180 Add new libgstcdda with GstCddaBaseSrc class.
9182 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9184 * ext/gnomevfs/gstgnomevfssink.h:
9185 Use GstBaseSinkClass as parent_class member for class struct, not
9188 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9190 Patch by: Michael Benes
9192 * gst/videotestsrc/gstvideotestsrc.c:
9193 (gst_video_test_src_class_init), (gst_video_test_src_start):
9194 Add start method to reset running time and number of frames sent
9195 when starting up (fixes #324696)
9197 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9199 * docs/plugins/Makefile.am:
9200 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9201 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9202 * docs/plugins/gst-plugins-base-plugins.args:
9203 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9204 * docs/plugins/gst-plugins-base-plugins.signals:
9205 Add docs stuff for gnomevfssrc and gnomevfssink.
9207 * ext/gnomevfs/gstgnomevfssrc.c:
9208 Fix example pipeline in gtk-doc blurb.
9210 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9212 * ext/gnomevfs/Makefile.am:
9213 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9214 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9215 (gst_gnome_vfs_handle_get_type), (plugin_init):
9216 * ext/gnomevfs/gstgnomevfs.h:
9217 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9218 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9219 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9220 (gst_gnome_vfs_sink_set_property),
9221 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9222 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9223 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9224 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9225 (gst_gnome_vfs_sink_uri_get_type),
9226 (gst_gnome_vfs_sink_uri_get_protocols),
9227 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9228 (gst_gnome_vfs_sink_uri_handler_init):
9229 * ext/gnomevfs/gstgnomevfssink.h:
9230 Port gnomevfssink; add gtk-doc blurb.
9232 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9233 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9234 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9235 (gst_gnome_vfs_src_uri_get_type),
9236 (gst_gnome_vfs_src_uri_get_protocols),
9237 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9238 (gst_gnome_vfs_src_uri_handler_init),
9239 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9240 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9241 (gst_gnome_vfs_src_send_additional_headers_callback),
9242 (gst_gnome_vfs_src_received_headers_callback),
9243 (gst_gnome_vfs_src_push_callbacks),
9244 (gst_gnome_vfs_src_pop_callbacks),
9245 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9246 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9247 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9248 * ext/gnomevfs/gstgnomevfssrc.h:
9249 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9250 file; add gtk-doc blurb with example pipelines.
9252 === release 0.10.1 ===
9254 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
9257 releasing 0.10.1, "Dobro Dedek"
9259 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
9261 * gst/typefind/gsttypefindfunctions.c:
9262 iLBC30 and iLBC20 added to typefind.
9264 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
9266 * gst-libs/gst/audio/gstbaseaudiosink.c:
9267 (gst_base_audio_sink_class_init):
9268 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9269 (gst_base_audio_src_class_init):
9270 update strings, values are in microseconds
9271 change the default sink buffer time to something that is smaller
9272 (to help software volume mixing have a slightly lower delay) but
9273 still be acceptable on Wim's laptop
9275 2005-12-20 Edward Hervey <edward@fluendo.com>
9277 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9278 Made a quack, forgot to add DUCK to the riff video template.
9280 2005-12-19 Edward Hervey <edward@fluendo.com>
9282 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9283 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9284 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9285 (gst_ogm_parse_chain):
9286 Make sure pads are initialized correctly.
9287 * gst-libs/gst/riff/riff-ids.h:
9288 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9289 (gst_riff_create_video_template_caps):
9290 Add a whole bunch of FOURCC <=> MimeType.
9291 Extend the riff video pad template to support the newly added fourcc.
9293 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
9295 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9296 (gst_ogg_demux_activate_chain):
9297 Extra debug output when activating/deactivating chains.
9299 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9300 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9302 Remove a queue from our list when it becomes unlinked.
9303 Don't add queues to elements in class 'Demux' if they
9304 can only produce one pad
9306 2005-12-18 Julien MOUTTE <julien@moutte.net>
9308 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9309 (gst_video_sink_get_type): Add a debug category.
9311 2005-12-17 Philippe Khalaf <burger@speedy.org>
9313 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9314 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9315 Handle downstream newsegment by sending our own newsegment before the
9316 next buffer to be released. (#323900)
9318 2005-12-17 Philippe Khalaf <burger@speedy.org>
9320 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9321 (gst_base_rtp_depayload_set_gst_timestamp):
9322 add queue delay to new segment as well (as opposed to just the first
9323 buffer). (bug #322347)
9325 2005-12-16 Stefan Kost <ensonic@users.sf.net>
9327 * ext/libvisual/visual.c: (make_valid_name):
9328 change some char* into char[]
9329 * gst/audiotestsrc/gstaudiotestsrc.c:
9330 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9331 (gst_audio_test_src_create):
9332 * gst/audiotestsrc/gstaudiotestsrc.h:
9333 prepare to handle EOS and SEGMENT_DONE
9335 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9337 * tests/check/generic/states.c: (GST_START_TEST):
9338 Blacklist cdparanoia element in state test.
9340 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9342 Patch by: Benjamin Pineau
9345 * gst/tcp/gsttcpclientsink.c:
9346 * gst/tcp/gsttcpserversink.c:
9347 * gst/tcp/gsttcpserversrc.c:
9348 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9350 2005-12-15 Michael Smith <msmith@fluendo.com>
9352 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9353 (gst_video_rate_chain):
9354 Fix timestamping for videorate when the first buffer it sees has a
9355 non-zero timestamp. Fix some misleading debug output.
9357 2005-12-15 Michael Smith <msmith@fluendo.com>
9359 * gst/audioresample/gstaudioresample.c:
9360 Don't leak all input buffers to audioresample.
9362 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9364 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9365 Don't operate on empty text buffers. Strip newlines and
9366 tabs only from the end of the text, but leave them intact
9367 in the middle. Fix typo in gtk-doc description.
9369 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9371 * gst/playback/gstplaybasebin.c:
9372 * gst/playback/gstplaybin.c: (handoff):
9373 Make sure the video frame buffer we return to apps via the
9374 "frame" property always has caps set on it. Modify
9375 _gst_gvalue_set_object() macro to handle NULL objects
9378 2005-12-14 Stefan Kost <ensonic@users.sf.net>
9380 * gst/audiotestsrc/gstaudiotestsrc.c:
9381 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9382 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9383 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9384 (gst_audio_test_src_create):
9385 * gst/audiotestsrc/gstaudiotestsrc.h:
9386 Adjust to some recent api changes and add wtays new cool seeking
9389 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
9391 * ext/alsa/Makefile.am:
9392 * ext/alsa/gstalsadeviceprobe.c:
9393 * ext/alsa/gstalsadeviceprobe.h:
9394 Helper functions to add device probing via the GstPropertyProbe
9395 interface to a class.
9397 * ext/alsa/gstalsamixer.h:
9398 Comment out GST_ALSA_MIXER, it returns a struct that's not
9401 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9402 Add some debug info.
9404 * ext/alsa/gstalsamixerelement.c:
9405 (gst_alsa_mixer_element_interface_supported),
9406 (gst_implements_interface_init),
9407 (gst_alsa_mixer_element_init_interfaces),
9408 (gst_alsa_mixer_element_class_init),
9409 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9410 (gst_alsa_mixer_element_set_property),
9411 (gst_alsa_mixer_element_get_property),
9412 (gst_alsa_mixer_element_change_state):
9413 * ext/alsa/gstalsamixerelement.h:
9414 Add 'device' and 'device-name' properties. Add GstPropertyProbe
9415 for device handling (gnome-volume-control will need that).
9417 2005-12-12 Christian Schaller <uraeus@gnome.org>
9419 * ext/Makefile.am: fix cdparanoia entry
9420 * gst-plugins-base.spec.in: add cdparanoia
9422 2005-12-12 Michael Smith <msmith@fluendo.com>
9424 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9425 Use the correct function to free list of typefind factories.
9427 2005-12-12 Wim Taymans <wim@fluendo.com>
9429 * gst/videotestsrc/gstvideotestsrc.c:
9430 (gst_video_test_src_class_init), (gst_video_test_src_init),
9431 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9432 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9433 (gst_video_test_src_create):
9434 * gst/videotestsrc/gstvideotestsrc.h:
9435 Implement seeking in videotestsrc.
9438 2005-12-12 Wim Taymans <wim@fluendo.com>
9440 * ext/cdparanoia/Makefile.am:
9441 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9442 (gst_paranoia_endian_get_type), (_do_init),
9443 (cdparanoia_class_init), (cdparanoia_init),
9444 (cdparanoia_set_property), (cdparanoia_get_property),
9445 (cdparanoia_do_seek), (cdparanoia_is_seekable),
9446 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9447 (cdparanoia_convert), (cdparanoia_get_query_types),
9448 (cdparanoia_query), (cdparanoia_set_index),
9449 (cdparanoia_uri_set_uri):
9450 * ext/cdparanoia/gstcdparanoia.h:
9451 Partially ported cdparanoia now that basesrc can support a
9454 2005-12-12 Wim Taymans <wim@fluendo.com>
9456 * tests/examples/seek/scrubby.c: (main):
9457 Set higher priority for bus events so they don't get reordered with
9460 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9461 (flush_toggle_cb), (main):
9462 Added checkbox to disable flushing seeks.
9463 Disable scrubbing when doing non flushing seeks.
9465 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
9467 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9468 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9469 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9470 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9471 Implement some sort of event handling that doesn't rely on
9472 g_return_if_fail; make sure we always push the last chunk of an
9473 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9474 state change function; remove some old cruft. Seeking is still
9475 rather unlikely to work though.
9480 2005-12-11 Julien MOUTTE <julien@moutte.net>
9482 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
9483 Fixed a leak of the current image reference when cleaning up.
9484 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9486 2005-12-09 Michael Smith <msmith@fluendo.com>
9488 * tools/Makefile.am:
9489 * tools/gst-launch-ext-m.m:
9490 Remove gst-launch-ext. It doesn't work, and is no longer
9491 particularly useful.
9493 2005-12-08 Luca Ognibene <luogni@tin.it>
9495 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9496 don't pass random values to ogmparse convert function.
9497 Make seeking possible in the exile1.ogm file.
9499 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
9501 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9502 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9503 Work around refcount problem with g_value_set_object() that occur
9504 if the core has been compiled against GLib-2.6 (g_value_set_object()
9505 will only g_object_ref() the element, but the caller will
9506 gst_object_unref() it and bad things will happen due to the way
9507 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9508 totem for people on FC4 using Thomas's 0.10 RPMs.
9510 2005-12-07 Edward Hervey <edward@fluendo.com>
9512 Time to welcome ogm to 0.10 :)
9514 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9515 (gst_ogg_pad_typefind):
9516 Oggdemux can now properly typefind elements with dynamic pads.
9517 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9518 Properly set caps on src pad, and set caps on outgoing buffers.
9520 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
9522 * ext/alsa/gstalsamixer.h:
9523 * ext/alsa/gstalsamixerelement.h:
9524 * ext/alsa/gstalsamixeroptions.h:
9525 * ext/alsa/gstalsamixertrack.h:
9526 * ext/alsa/gstalsasink.c:
9527 * ext/alsa/gstalsasink.h:
9528 * ext/alsa/gstalsasrc.c:
9529 * ext/alsa/gstalsasrc.h:
9530 * ext/cdparanoia/gstcdparanoia.h:
9531 * ext/gnomevfs/gstgnomevfsuri.h:
9532 * ext/ogg/gstoggdemux.c:
9533 * ext/ogg/gstoggmux.c:
9534 * ext/pango/gsttextoverlay.h:
9535 * ext/theora/theoradec.c:
9536 * ext/theora/theoraenc.c:
9537 * ext/vorbis/vorbisdec.h:
9538 * ext/vorbis/vorbisenc.c:
9539 * ext/vorbis/vorbisenc.h:
9540 * ext/vorbis/vorbisparse.h:
9541 * gst-libs/gst/audio/gstaudioclock.h:
9542 * gst-libs/gst/audio/gstaudiosink.c:
9543 * gst-libs/gst/audio/gstaudiosink.h:
9544 * gst-libs/gst/audio/gstaudiosrc.c:
9545 * gst-libs/gst/audio/gstaudiosrc.h:
9546 * gst-libs/gst/audio/gstbaseaudiosink.c:
9547 * gst-libs/gst/audio/gstbaseaudiosink.h:
9548 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9549 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9550 * gst-libs/gst/audio/gstringbuffer.h:
9551 * gst-libs/gst/audio/multichannel.h:
9552 * gst-libs/gst/floatcast/floatcast.h:
9553 * gst-libs/gst/interfaces/colorbalance.c:
9554 * gst-libs/gst/interfaces/colorbalance.h:
9555 * gst-libs/gst/interfaces/colorbalancechannel.h:
9556 * gst-libs/gst/interfaces/mixer.h:
9557 * gst-libs/gst/interfaces/mixeroptions.h:
9558 * gst-libs/gst/interfaces/mixertrack.h:
9559 * gst-libs/gst/interfaces/navigation.h:
9560 * gst-libs/gst/interfaces/propertyprobe.h:
9561 * gst-libs/gst/interfaces/tuner.h:
9562 * gst-libs/gst/interfaces/tunerchannel.h:
9563 * gst-libs/gst/interfaces/tunernorm.h:
9564 * gst-libs/gst/interfaces/xoverlay.h:
9565 * gst-libs/gst/netbuffer/gstnetbuffer.h:
9566 * gst-libs/gst/riff/riff-ids.h:
9567 * gst-libs/gst/riff/riff-media.h:
9568 * gst-libs/gst/riff/riff-read.h:
9569 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9570 * gst-libs/gst/rtp/gstbasertppayload.c:
9571 * gst-libs/gst/rtp/gstbasertppayload.h:
9572 * gst-libs/gst/rtp/gstrtpbuffer.c:
9573 * gst-libs/gst/rtp/gstrtpbuffer.h:
9574 * gst-libs/gst/tag/gsttageditingprivate.h:
9575 * gst-libs/gst/tag/gstvorbistag.c:
9576 (gst_tag_list_from_vorbiscomment_buffer):
9577 * gst-libs/gst/tag/tag.h:
9578 * gst-libs/gst/video/video.h:
9579 * gst/adder/gstadder.c:
9580 * gst/adder/gstadder.h:
9581 * gst/audioconvert/audioconvert.c:
9582 * gst/audioconvert/audioconvert.h:
9583 * gst/audioconvert/gstaudioconvert.c:
9584 * gst/audioconvert/gstchannelmix.c:
9585 * gst/audioconvert/gstchannelmix.h:
9586 * gst/audiorate/gstaudiorate.c:
9587 * gst/audioresample/buffer.h:
9588 * gst/audioresample/functable.h:
9589 * gst/audioresample/gstaudioresample.c:
9590 * gst/audioresample/resample.h:
9591 * gst/ffmpegcolorspace/avcodec.h:
9592 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9593 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9594 * gst/ffmpegcolorspace/imgconvert.c:
9595 * gst/ffmpegcolorspace/imgconvert_template.h:
9596 * gst/playback/gstdecodebin.c:
9597 * gst/playback/gstplaybasebin.h:
9598 * gst/playback/gstplaybin.c:
9599 * gst/playback/gststreaminfo.h:
9600 * gst/tcp/gstfdset.c:
9601 * gst/tcp/gstfdset.h:
9602 * gst/tcp/gstmultifdsink.c:
9603 * gst/tcp/gstmultifdsink.h:
9605 * gst/tcp/gsttcpclientsrc.c:
9606 * gst/tcp/gsttcpclientsrc.h:
9607 * gst/tcp/gsttcpplugin.h:
9608 * gst/tcp/gsttcpserversink.c:
9609 * gst/tcp/gsttcpserversrc.c:
9610 * gst/typefind/gsttypefindfunctions.c:
9611 * gst/videorate/gstvideorate.c:
9612 * gst/videotestsrc/gstvideotestsrc.h:
9613 * gst/videotestsrc/videotestsrc.h:
9614 * sys/v4l/gstv4lcolorbalance.h:
9615 * sys/v4l/gstv4ltuner.h:
9616 * sys/v4l/gstv4lxoverlay.h:
9617 * sys/v4l/v4l_calls.h:
9618 * sys/v4l/videodev_mjpeg.h:
9619 * tests/check/elements/audioconvert.c:
9620 * tests/check/elements/audioresample.c:
9621 * tests/check/elements/audiotestsrc.c:
9622 * tests/check/elements/videotestsrc.c:
9623 * tests/check/elements/volume.c:
9624 * tests/examples/seek/scrubby.c:
9625 * tests/examples/seek/seek.c:
9628 === release 0.10.0 ===
9630 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9633 releasing 0.10.0, "Mont-d'or"
9635 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
9637 * tests/examples/seek/Makefile.am:
9638 Build fix for when gtk is not available.
9640 2005-12-05 Andy Wingo <wingo@pobox.com>
9642 * ext/libvisual/visual.c: (get_buffer):
9643 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9644 * ext/pango/gsttextrender.c: (gst_text_render_chain):
9645 * ext/theora/theoradec.c: (theora_handle_data_packet):
9646 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9648 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9649 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9650 Update for alloc_buffer changes.
9652 2005-12-05 Andy Wingo <wingo@pobox.com>
9654 patch by: Kai Vehmanen <kv2004 eca cx>
9656 * gst-libs/gst/rtp/gstbasertpdepayload.c
9657 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9659 2005-12-04 Andy Wingo <wingo@pobox.com>
9661 patch by: Sebastien Cote <sebas642 yahoo ca>
9663 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9666 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
9668 * docs/plugins/Makefile.am:
9669 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9670 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9671 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9672 * ext/pango/gstclockoverlay.c:
9673 * ext/pango/gsttextoverlay.c:
9674 * ext/pango/gsttextrender.c:
9675 * ext/pango/gsttimeoverlay.c:
9676 Add gtk-doc blurbs to pango elements.
9678 2005-12-02 Wim Taymans <wim@fluendo.com>
9680 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9681 * gst/audioresample/buffer.h:
9682 * gst/audioresample/gstaudioresample.c:
9683 * gst/audioresample/gstaudioresample.h:
9684 * gst/audioresample/resample.c: (resample_input_flush),
9685 (resample_input_pushthrough), (resample_input_eos),
9686 (resample_get_output_size_for_input),
9687 (resample_get_input_size_for_output), (resample_get_output_size),
9688 (resample_get_output_data):
9689 * gst/audioresample/resample.h:
9690 * gst/audioresample/resample_ref.c: (resample_scale_ref):
9691 Fix audioresample, seek torture, new segments, reverse negotiation
9694 2005-12-02 Wim Taymans <wim@fluendo.com>
9696 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9699 2005-12-02 Wim Taymans <wim@fluendo.com>
9701 * gst/audioconvert/gstaudioconvert.c:
9702 (gst_audio_convert_transform):
9705 === release 0.9.7 ===
9707 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9710 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9712 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9718 add win32 MANIFEST file
9719 do something to the hungarian translation
9721 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
9724 Add $(PANGO_DIR) to SUBDIRS
9726 * ext/pango/gstclockoverlay.c:
9727 * ext/pango/gsttimeoverlay.c:
9728 Fix and improve element descriptions.
9730 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9732 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9733 * docs/plugins/inspect/plugin-libvisual.xml:
9734 * docs/plugins/inspect/plugin-pango.xml:
9735 add pango plugin to docs
9737 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9743 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9746 * tests/Makefile.am:
9747 * tests/icles/.cvsignore:
9748 * tests/icles/Makefile.am:
9749 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9750 (close_display), (resize_window), (move_window), (create_window),
9751 (terminate_playback), (pause_playback), (start_playback), (main):
9752 add stress test for xoverlay from Julien
9754 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9756 * docs/libs/tmpl/gstcolorbalance.sgml:
9757 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9758 * gst-libs/gst/rtp/gstbasertppayload.c:
9759 * gst-libs/gst/rtp/gstrtpbuffer.c:
9760 * gst-libs/gst/rtp/gstrtpbuffer.h:
9761 Do burger's rename for rtp payloaders and depayloaders
9763 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9766 add Visual Studio 6 build files
9768 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9770 * docs/libs/gst-plugins-base-libs-docs.sgml:
9771 * docs/libs/gst-plugins-base-libs-sections.txt:
9772 * docs/libs/tmpl/gstaudio.sgml:
9773 * docs/libs/tmpl/gstringbuffer.sgml:
9774 * gst-libs/gst/interfaces/xoverlay.c:
9775 * gst-libs/gst/video/gstvideofilter.c:
9776 * gst-libs/gst/video/gstvideosink.c:
9777 update documentation
9779 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9781 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9782 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9783 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9784 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9785 (gst_multi_fd_sink_get_stats),
9786 (gst_multi_fd_sink_remove_client_link),
9787 (gst_multi_fd_sink_handle_client_read),
9788 (gst_multi_fd_sink_client_queue_data),
9789 (gst_multi_fd_sink_client_queue_caps),
9790 (gst_multi_fd_sink_client_queue_buffer),
9791 (gst_multi_fd_sink_new_client),
9792 (gst_multi_fd_sink_handle_client_write),
9793 (gst_multi_fd_sink_recover_client),
9794 (gst_multi_fd_sink_queue_buffer),
9795 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9796 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9797 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9798 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9799 * gst/tcp/gstmultifdsink.h:
9800 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9801 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9802 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9803 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9804 (gst_tcp_client_sink_set_property),
9805 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9806 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9807 * gst/tcp/gsttcpclientsink.h:
9808 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9809 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9810 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9811 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9812 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9813 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9814 * gst/tcp/gsttcpclientsrc.h:
9815 * gst/tcp/gsttcpplugin.c: (plugin_init):
9816 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9817 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9818 (gst_tcp_server_sink_finalize),
9819 (gst_tcp_server_sink_handle_server_read),
9820 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9821 (gst_tcp_server_sink_set_property),
9822 (gst_tcp_server_sink_get_property),
9823 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9824 * gst/tcp/gsttcpserversink.h:
9825 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9826 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9827 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9828 (gst_tcp_server_src_set_property),
9829 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9830 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9831 * gst/tcp/gsttcpserversrc.h:
9834 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9836 * docs/plugins/Makefile.am:
9837 * docs/plugins/gst-plugins-base-plugins.args:
9838 * docs/plugins/inspect/plugin-libvisual.xml:
9839 * gst/audioconvert/plugin.h:
9840 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9841 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9842 (gst_audio_rate_setcaps), (gst_audio_rate_init),
9843 (gst_audio_rate_chain), (gst_audio_rate_set_property),
9844 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9846 * gst/audiotestsrc/gstaudiotestsrc.c:
9847 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9848 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9849 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9850 (gst_audio_test_src_get_query_types),
9851 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9852 (gst_audio_test_src_create_square),
9853 (gst_audio_test_src_create_saw),
9854 (gst_audio_test_src_create_triangle),
9855 (gst_audio_test_src_create_silence),
9856 (gst_audio_test_src_create_white_noise),
9857 (gst_audio_test_src_init_pink_noise),
9858 (gst_audio_test_src_generate_pink_noise_value),
9859 (gst_audio_test_src_create_pink_noise),
9860 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9861 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9862 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9864 * gst/audiotestsrc/gstaudiotestsrc.h:
9865 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9866 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9867 (gst_sub_parse_init), (gst_sub_parse_formats),
9868 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9869 (convert_encoding), (get_next_line),
9870 (gst_sub_parse_data_format_autodetect),
9871 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9872 (gst_sub_parse_loop), (gst_sub_parse_chain),
9873 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9875 * gst/subparse/gstsubparse.h:
9876 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9877 (gst_video_rate_base_init), (gst_video_rate_class_init),
9878 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9879 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9880 (gst_video_rate_init), (gst_video_rate_event),
9881 (gst_video_rate_chain), (gst_video_rate_set_property),
9882 (gst_video_rate_get_property), (gst_video_rate_change_state),
9884 * gst/videoscale/gstvideoscale.c:
9885 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9886 (gst_video_scale_src_template_factory),
9887 (gst_video_scale_sink_template_factory),
9888 (gst_video_scale_get_type), (gst_video_scale_base_init),
9889 (gst_video_scale_class_init), (gst_video_scale_init),
9890 (gst_video_scale_set_property), (gst_video_scale_get_property),
9891 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9892 (gst_video_scale_prepare_size), (parse_caps),
9893 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9894 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9895 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9897 * gst/videoscale/gstvideoscale.h:
9898 * gst/videotestsrc/gstvideotestsrc.c:
9899 (gst_video_test_src_pattern_get_type),
9900 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9901 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9902 (gst_video_test_src_set_pattern),
9903 (gst_video_test_src_set_property),
9904 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9905 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9906 (gst_video_test_src_event), (gst_video_test_src_get_times),
9907 (gst_video_test_src_create), (plugin_init):
9908 * gst/videotestsrc/gstvideotestsrc.h:
9909 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9910 (gst_video_test_src_smpte), (gst_video_test_src_snow),
9911 (gst_video_test_src_black):
9912 * gst/videotestsrc/videotestsrc.h:
9914 clean up docs a little
9916 2005-11-30 Wim Taymans <wim@fluendo.com>
9918 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9919 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9920 (gst_basertppayload_event), (gst_basertppayload_push),
9921 (gst_basertppayload_change_state):
9922 * gst-libs/gst/rtp/gstbasertppayload.h:
9925 2005-11-30 Julien MOUTTE <julien@moutte.net>
9927 * docs/libs/gst-plugins-base-libs-docs.sgml:
9928 * docs/libs/gst-plugins-base-libs-sections.txt:
9929 * gst-libs/gst/video/gstvideofilter.c:
9930 * gst-libs/gst/video/gstvideosink.c:
9931 * gst-libs/gst/video/gstvideosink.h: Adding docs.
9933 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9953 * scripts/autoplugins.sh:
9956 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9960 * examples/Makefile.am:
9961 * examples/capsfilter/Makefile.am:
9962 * examples/capsfilter/capsfilter1.c:
9963 * examples/gob/Makefile.am:
9964 * examples/gob/gst-identity2.gob:
9965 * examples/indexing/.cvsignore:
9966 * examples/indexing/Makefile.am:
9967 * examples/indexing/indexmpeg.c:
9968 * examples/seeking/.cvsignore:
9969 * examples/seeking/Makefile.am:
9970 * examples/seeking/cdparanoia.c:
9971 * examples/seeking/cdplayer.c:
9972 * examples/seeking/chained.c:
9973 * examples/seeking/scrubby.c:
9974 * examples/seeking/seek.c:
9975 * examples/stats/Makefile.am:
9976 * examples/stats/mp2ogg.c:
9977 * examples/switch/.cvsignore:
9978 * examples/switch/Makefile.am:
9979 * examples/switch/switcher.c:
9980 * tests/Makefile.am:
9981 * tests/check/generic/.cvsignore:
9982 * tests/check/pipelines/.cvsignore:
9983 * tests/examples/Makefile.am:
9984 * tests/examples/seek/Makefile.am:
9985 reorganize stuff under tests/
9987 2005-11-30 Edward Hervey <edward@fluendo.com>
9989 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9990 Go away you stupid GstStaticPadTemplate memleak.
9992 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9994 * gst-libs/gst/net/Makefile.am:
9995 * gst-libs/gst/net/README:
9996 * gst-libs/gst/net/gstnetbuffer.c:
9997 * gst-libs/gst/net/gstnetbuffer.h:
9998 this was moved to "netbuffer"
10000 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10002 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10003 (gst_video_filter_class_init), (gst_video_filter_init):
10004 * gst-libs/gst/video/gstvideofilter.h:
10005 borgify name to bring in line with other classes
10007 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10009 * gst/audioscale/.cvsignore:
10010 * gst/audioscale/Makefile.am:
10011 * gst/audioscale/README:
10012 * gst/audioscale/audioscale.vcproj:
10013 * gst/audioscale/dtof.c:
10014 * gst/audioscale/dtos.c:
10015 * gst/audioscale/functable.c:
10016 * gst/audioscale/gstaudioscale.c:
10017 * gst/audioscale/gstaudioscale.h:
10018 * gst/audioscale/private.h:
10019 * gst/audioscale/resample.c:
10020 * gst/audioscale/resample.h:
10021 * gst/audioscale/test.c:
10024 2005-11-30 Edward Hervey <edward@fluendo.com>
10026 * gst-libs/gst/netbuffer/Makefile.am:
10027 really, really tired
10029 2005-11-30 Edward Hervey <edward@fluendo.com>
10031 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10032 Update for new GstTypeFindFactory _register()
10034 2005-11-30 Edward Hervey <edward@fluendo.com>
10036 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
10037 Let's not override libgstnet from core for no reason...
10038 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10039 Ok, maybe not so quick next time.
10041 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10044 * gst-libs/gst/Makefile.am:
10045 moved gst-libs/gst/net to netbuffer through CVS surgery
10046 remove old directory
10047 updating build to accomodate
10050 2005-11-29 Andy Wingo <wingo@pobox.com>
10052 * pkgconfig/gstreamer-plugins-base.pc.in:
10053 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10054 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10057 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10059 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10060 3rd time's the charm. Correct ref-counting for discarded buffers.
10062 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10064 * gst/playback/gststreamselector.c:
10065 (gst_stream_selector_class_init),
10066 (gst_stream_selector_set_property),
10067 (gst_stream_selector_get_property),
10068 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10071 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
10073 * gst/subparse/gstsubparse.c: (feed_textbuf):
10074 Don't access already unref'ed buffer.
10076 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10078 * gst/playback/gststreamselector.c:
10079 (gst_stream_selector_class_init), (gst_stream_selector_init),
10080 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10081 (gst_stream_selector_get_property),
10082 (gst_stream_selector_get_linked_pad),
10083 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10084 * gst/playback/gststreamselector.h:
10085 Add the active-pad property for playbin to use shortly. Ignore buffers
10086 from any other pad, returning GST_FLOW_NOT_LINKED
10088 2005-11-29 Julien MOUTTE <julien@moutte.net>
10090 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10091 patch from bug #322704 (Alessandro Decina).
10093 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10095 * gst-libs/gst/audio/Makefile.am:
10096 folded audiofilter into the audio library
10098 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10100 * gst/videoscale/gstvideoscale.h:
10101 * gst/videoscale/gstvideoscale.c:
10102 remove unimplemented scale methods
10104 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
10106 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10109 2005-11-28 Julien MOUTTE <julien@moutte.net>
10111 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10112 (gst_ximagesink_setcaps):
10113 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10114 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10115 happens (only visible on ximagesink but bug is in xv too) set_caps was
10116 destroying the internal x[v]image used to memcpy non locally alloced
10117 buffers so that it got renewed on next _chain. The issue is that
10118 _expose will try to put that image as it reffed it in _put.
10119 Using gst_buffer_unref instead of destroy fixes it !
10121 2005-11-28 Edward Hervey <edward@fluendo.com>
10123 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10124 (try_to_link_1), (queue_filled_cb):
10125 Better use of the queues. Start with a small size queue and only increase
10126 the size of the queues when the other queues are empty.
10128 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
10130 * gst-libs/gst/video/Makefile.am:
10131 compile in copied-over videofilter into the video library
10132 * gst-libs/gst/video/videosink.h:
10133 rename the header to gstvideosink.h since it's a base GstObject class
10134 * sys/ximage/ximagesink.h:
10135 * sys/xvimage/xvimagesink.h:
10138 2005-11-28 Wim Taymans <wim@fluendo.com>
10140 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10141 * gst/playback/gstplaybasebin.h:
10142 Prepare to handle errors betters.
10144 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10145 Set sinks to PAUSED first before adding and linking them so that
10146 we don't interrupt dataflow.
10148 2005-11-28 Wim Taymans <wim@fluendo.com>
10150 * gst-libs/gst/audio/TODO:
10153 * gst-libs/gst/audio/gstaudiosink.c:
10154 (gst_audioringbuffer_open_device),
10155 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10156 (gst_audioringbuffer_release):
10159 * gst-libs/gst/audio/gstbaseaudiosink.c:
10160 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10161 (gst_base_audio_sink_change_state):
10162 Slave to the master clock when going to PLAYING and unslave when
10165 * gst-libs/gst/audio/gstringbuffer.c:
10166 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10167 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10168 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10169 (gst_ring_buffer_clear_all), (wait_segment),
10170 (gst_ring_buffer_commit), (gst_ring_buffer_read),
10171 (gst_ring_buffer_advance):
10172 * gst-libs/gst/audio/gstringbuffer.h:
10173 Add some docs and cleanups.
10175 2005-11-28 Julien MOUTTE <julien@moutte.net>
10177 * sys/xvimage/xvimagesink.c:
10178 (gst_xvimagesink_navigation_send_event): Fix navigation events
10179 coordinates translation with pixel aspect ratios.
10181 2005-11-28 Julien MOUTTE <julien@moutte.net>
10183 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10184 Use calculated video geometry from _setcaps instead of buffer
10185 caps to respect pixel aspect ratio. (fixes #322388)
10187 2005-11-28 Julien MOUTTE <julien@moutte.net>
10189 * docs/libs/tmpl/gstcolorbalance.sgml:
10190 * docs/libs/tmpl/gstmixer.sgml:
10191 * docs/libs/tmpl/gstxoverlay.sgml:
10192 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10195 2005-11-28 Julien MOUTTE <julien@moutte.net>
10197 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10198 Refuse to create an XvImage if we can't find the format.
10200 2005-11-28 Edward Hervey <edward@fluendo.com>
10202 * gst-libs/gst/riff/riff-media.c:
10203 (gst_riff_create_audio_template_caps):
10204 Add ATRAC3 to the list of riff-possible audio caps.
10205 I know we still don't have a plugin for atrac3, but it's saner to output
10206 that than a cryptic mimetype.
10208 2005-11-27 Edward Hervey <edward@fluendo.com>
10210 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10211 Don't try to create a zero-sized subbuffer.
10213 2005-11-27 Julien MOUTTE <julien@moutte.net>
10215 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10216 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10217 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10218 (gst_ximagesink_expose): Fixed a tricky race.
10219 * sys/ximage/ximagesink.h:
10220 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10221 (gst_xvimagesink_expose): Fixed a tricky race.
10222 * sys/xvimage/xvimagesink.h:
10224 2005-11-27 Edward Hervey <edward@fluendo.com>
10226 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10227 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10228 Remove unused properties, and add queues between demuxers and decoders
10229 so that a lot more files can preroll properly.
10231 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10233 * gst-libs/gst/net/Makefile.am:
10234 * gst-libs/gst/rtp/Makefile.am:
10235 * gst-libs/gst/tag/Makefile.am:
10236 remove silly include
10237 * gst/tags/Makefile.am:
10238 * gst/tags/gsttagediting.c:
10239 * gst/tags/gsttageditingprivate.h:
10240 * gst/tags/tagedit.vcproj:
10241 remove directory, is as good as empty
10243 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10246 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10247 * gst-libs/Makefile.am:
10248 * gst-libs/gst/audio/Makefile.am:
10249 * gst-libs/gst/interfaces/Makefile.am:
10250 * gst-libs/gst/net/Makefile.am:
10251 * gst-libs/gst/riff/Makefile.am:
10252 * gst-libs/gst/rtp/Makefile.am:
10253 * gst-libs/gst/tag/Makefile.am:
10254 * gst-libs/gst/video/Makefile.am:
10257 2005-11-27 Julien MOUTTE <julien@moutte.net>
10259 * docs/libs/tmpl/gstcolorbalance.sgml:
10260 * docs/libs/tmpl/gstmixer.sgml:
10261 * docs/libs/tmpl/gstxoverlay.sgml:
10262 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10263 * sys/ximage/ximagesink.h:
10264 * sys/xvimage/xvimagesink.h: More and more documentation.
10266 2005-11-26 Julien MOUTTE <julien@moutte.net>
10268 * docs/libs/gst-plugins-base-libs-docs.sgml:
10269 * docs/libs/gst-plugins-base-libs-sections.txt:
10270 * docs/libs/tmpl/gstcolorbalance.sgml:
10271 * docs/libs/tmpl/gstmixer.sgml:
10272 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10275 2005-11-26 Julien MOUTTE <julien@moutte.net>
10277 * docs/plugins/Makefile.am:
10278 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10279 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10280 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10282 2005-11-26 Julien MOUTTE <julien@moutte.net>
10284 * docs/plugins/Makefile.am:
10285 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10286 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10287 * docs/plugins/inspect/plugin-adder.xml:
10288 * docs/plugins/inspect/plugin-alsa.xml:
10289 * docs/plugins/inspect/plugin-audioconvert.xml:
10290 * docs/plugins/inspect/plugin-audiorate.xml:
10291 * docs/plugins/inspect/plugin-audioresample.xml:
10292 * docs/plugins/inspect/plugin-audiotestsrc.xml:
10293 * docs/plugins/inspect/plugin-decodebin.xml:
10294 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10295 * docs/plugins/inspect/plugin-gnomevfs.xml:
10296 * docs/plugins/inspect/plugin-ogg.xml:
10297 * docs/plugins/inspect/plugin-playbin.xml:
10298 * docs/plugins/inspect/plugin-subparse.xml:
10299 * docs/plugins/inspect/plugin-tcp.xml:
10300 * docs/plugins/inspect/plugin-theora.xml:
10301 * docs/plugins/inspect/plugin-typefindfunctions.xml:
10302 * docs/plugins/inspect/plugin-video4linux.xml:
10303 * docs/plugins/inspect/plugin-videorate.xml:
10304 * docs/plugins/inspect/plugin-videoscale.xml:
10305 * docs/plugins/inspect/plugin-videotestsrc.xml:
10306 * docs/plugins/inspect/plugin-volume.xml:
10307 * docs/plugins/inspect/plugin-vorbis.xml:
10308 * docs/plugins/inspect/plugin-ximagesink.xml:
10309 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10310 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10312 2005-11-26 Edward Hervey <edward@fluendo.com>
10314 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10315 Properly return GstFlowReturn from gst_pad_push in chain functions.
10317 2005-11-25 Michael Smith <msmith@fluendo.com>
10319 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10320 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10321 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10322 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10323 Handle various conditions better when we don't understand a stream.
10324 Removes a heap of CRITICALs on ogg streams containing unknown data.
10326 2005-11-24 Andy Wingo <wingo@pobox.com>
10328 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10331 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10333 * configure.ac: back to HEAD
10335 === release 0.9.6 ===
10337 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10340 releasing 0.9.6, "White Eight"
10342 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10344 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10345 * docs/plugins/inspect/plugin-sine.xml:
10346 remove sinesrc some more
10348 2005-11-23 Wim Taymans <wim@fluendo.com>
10350 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10351 If we are reading too slowly, jump forward in the ringbuffer
10352 instead of blocking.
10354 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10356 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10357 (gst_visual_chain):
10358 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10359 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10360 (gst_videorate_chain):
10361 * gst/videotestsrc/gstvideotestsrc.c:
10362 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10363 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10364 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10365 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10366 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10367 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10368 Updates for API changes
10370 2005-11-23 Wim Taymans <wim@fluendo.com>
10372 * gst-libs/gst/audio/gstbaseaudiosink.c:
10373 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10374 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10375 Fix for calibration API change.
10377 2005-11-23 Michael Smith <msmith@fluendo.com>
10379 * gst-libs/gst/audio/multichannel.c:
10380 (gst_audio_get_channel_positions),
10381 (gst_audio_set_channel_positions),
10382 (gst_audio_set_structure_channel_positions_list),
10383 (gst_audio_fixate_channel_positions):
10384 Use gst_value_array_*() functions on value arrays, not
10385 gst_value_list_*().
10387 2005-11-23 Edward Hervey <edward@fluendo.com>
10390 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10393 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10395 * check/Makefile.am:
10396 * check/elements/videotestsrc.c: (setup_videotestsrc),
10397 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10399 add a test for videotestsrc
10401 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10403 * gst/sine/.cvsignore:
10404 * gst/sine/Makefile.am:
10405 * gst/sine/gstsinesrc.c:
10406 * gst/sine/gstsinesrc.h:
10407 * gst/sine/sinesrc.vcproj:
10408 and remove sinesrc from the repository. Closes #321446
10410 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10413 * gst-plugins-base.spec.in:
10414 remove sinesrc from the build
10416 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10418 * check/Makefile.am:
10419 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10420 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10422 add a test for audiotestsrc, testing all waves. Even seems
10423 leak-free at first glance, nice job Stefan
10425 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10441 Translation string updates
10443 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10444 (gst_v4lsrc_set_caps):
10445 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10446 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10447 * sys/v4l/v4lsrc_calls.h:
10448 Improve v4lsrc, by making it work again.
10450 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10452 * ext/libvisual/visual.c: (gst_visual_chain):
10453 Fix the fps calculations.
10455 * gst/ffmpegcolorspace/avcodec.h:
10456 Move structure element for clarity
10458 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10459 * gst-libs/gst/interfaces/tunernorm.h:
10460 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10461 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10462 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10463 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10464 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10465 (gst_v4lmjpegsrc_getcaps):
10466 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10467 (gst_v4lsrc_set_caps):
10468 * sys/v4l/gstv4lsrc.h:
10469 * sys/v4l/v4l_calls.c: (gst_v4l_open):
10470 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10471 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10472 * sys/v4l/v4lsrc_calls.h:
10473 Fractional framerates...
10475 2005-11-22 Wim Taymans <wim@fluendo.com>
10477 * gst-libs/gst/audio/gstbaseaudiosink.c:
10478 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10479 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10480 And we provide a clock by default, of course...
10482 2005-11-22 Wim Taymans <wim@fluendo.com>
10484 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10485 This clock can be slaved to a master clock now.
10487 * gst-libs/gst/audio/gstbaseaudiosink.c:
10488 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10489 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10490 (gst_base_audio_sink_set_clock),
10491 (gst_base_audio_sink_set_property),
10492 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10493 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10494 * gst-libs/gst/audio/gstbaseaudiosink.h:
10495 Handle slaving the internal clock to the clock selected in the
10497 Add property to make the basesink not provide a clock.
10499 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10500 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10501 (gst_base_rtp_depayload_wait):
10502 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10503 We can use the clock in GstElement, no need to store it ourselves.
10505 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10507 * docs/libs/tmpl/gstaudio.sgml:
10509 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10510 (gst_paranoia_endian_get_type):
10511 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10512 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10513 * gst/audiotestsrc/gstaudiotestsrc.c:
10514 (gst_audiostestsrc_wave_get_type):
10515 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10516 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10517 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10518 (gst_sync_method_get_type), (gst_unit_type_get_type),
10519 (gst_client_status_get_type), (gst_multifdsink_class_init),
10520 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10521 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10522 (gst_multifdsink_get_property):
10523 * gst/tcp/gstmultifdsink.h:
10524 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10525 * gst/videotestsrc/gstvideotestsrc.c:
10526 (gst_videotestsrc_pattern_get_type):
10527 remove deprecated properties
10528 fix up enums to correctly have short lowercase dashed nicks
10530 2005-11-22 Michael Smith <msmith@fluendo.com>
10532 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10533 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10536 2005-11-22 Michael Smith <msmith@fluendo.com>
10538 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10539 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10540 Use utility method for scaling clocktime for fractional framerates.
10542 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
10544 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10545 (gst_visual_chain):
10546 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10547 * ext/theora/theoradec.c: (theora_handle_type_packet):
10548 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10549 (theora_enc_chain):
10550 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10551 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10552 * gst-libs/gst/video/video.h:
10553 * gst/ffmpegcolorspace/avcodec.h:
10554 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10555 (gst_ffmpeg_caps_to_pixfmt):
10556 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10557 (gst_ffmpegcsp_set_caps):
10558 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10559 (gst_videorate_setcaps), (gst_videorate_blank_data),
10560 (gst_videorate_chain):
10561 * gst/videotestsrc/gstvideotestsrc.c:
10562 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10563 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10564 (gst_videotestsrc_event), (gst_videotestsrc_create):
10565 * gst/videotestsrc/gstvideotestsrc.h:
10566 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10567 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10568 (gst_ximagesink_get_times), (gst_ximagesink_init):
10569 * sys/ximage/ximagesink.h:
10570 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10571 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10572 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10573 * sys/xvimage/xvimagesink.h:
10574 Convert elements to use fractions for their framerate.
10575 V4L elements to come later tonight.
10577 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10579 * gst-libs/gst/audio/audio.c:
10580 * gst-libs/gst/audio/audio.h:
10581 remove some deprecated functions
10583 2005-11-22 Andy Wingo <wingo@pobox.com>
10585 * Update for gst_tag_setter API changes.
10587 2005-11-22 Andy Wingo <wingo@pobox.com>
10589 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10590 (gst_ogg_demux_perform_seek):
10591 * ext/theora/theoradec.c (theora_dec_sink_event):
10592 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10595 2005-11-22 Wim Taymans <wim@fluendo.com>
10597 * examples/seeking/seek.c: (main):
10598 Give higher priority to bus signals than the gtk events
10599 to fix a race condition in the segment looping.
10601 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10603 * ext/theora/Makefile.am:
10604 * ext/vorbis/Makefile.am:
10605 * gst-libs/gst/tag/Makefile.am:
10606 * gst-plugins-base.spec.in:
10607 Rename libgsttagedit to libgsttag (#322117).
10609 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10611 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10612 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10613 Call gst_x_overlay_prepare_xwindow_id() to give applications
10614 a final chance to set their own xwindow id before the video
10615 sink creates its own window.
10617 2005-11-22 Julien MOUTTE <julien@moutte.net>
10619 * sys/xvimage/xvimagesink.c:
10620 (gst_xvimagesink_navigation_send_event): Handle navigation
10621 events correcly with borders if applicable.
10623 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10625 Patch by: Luca Ognibene
10627 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10628 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10629 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10630 (gst_ffmpegcsp_caps_remove_format_info):
10631 * gst/ffmpegcolorspace/imgconvert.c:
10632 * gst/ffmpegcolorspace/imgconvert_template.h:
10633 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10634 #318353); use gst_structure_has_name().
10636 2005-11-22 Julien MOUTTE <julien@moutte.net>
10638 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10639 (gst_ximagesink_class_init): Add debug macros on functions.
10640 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10641 (gst_xvimagesink_xwindow_draw_borders),
10642 (gst_xvimagesink_xvimage_put),
10643 (gst_xvimagesink_xwindow_update_geometry),
10644 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10645 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10646 (gst_xvimagesink_xcontext_clear),
10647 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10648 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10649 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10650 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10651 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10652 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10653 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10654 expose while being PAUSED, out of data flow navigation events, etc..
10656 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10658 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10659 * gst-libs/gst/audio/audio.h:
10660 fix prototype - wondering why the test worked regardless
10662 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
10664 * check/Makefile.am:
10665 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10666 * gst-libs/gst/audio/audio.h:
10667 add a method that returns a proper GstClockTime
10669 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10671 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10672 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10673 * gst-libs/gst/interfaces/xoverlay.h:
10674 Remove everything having to do with the desired size; add
10675 gst_x_overlay_prepare_xwindow_id() function; remove the
10676 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10677 post a message on the bus instead (#321816).
10679 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10680 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10681 (gst_xvimagesink_xoverlay_init):
10682 Remove desired size stuff (#321816).
10684 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10686 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10687 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10688 (mpeg_video_type_find), (mpeg_video_stream_type_find):
10689 Terminate vararg functions with NULL instead of 0 to
10692 2005-11-21 Andy Wingo <wingo@pobox.com>
10694 patch by: Sebastien Cote <sebas642@yahoo.ca>
10696 * gst-libs/gst/rtp/gstrtpbuffer.h:
10697 * gst-libs/gst/rtp/gstrtpbuffer.c
10698 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10700 2005-11-21 Andy Wingo <wingo@pobox.com>
10702 * gst/playback/gstplaybin.c (gen_audio_element)
10703 (gen_video_element): Use the new MISSING_PLUGIN core error
10704 category. Closes #320060.
10706 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
10707 * gst/videorate/gstvideorate.c (gst_videorate_event):
10708 * ext/theora/theoradec.c (theora_dec_sink_event):
10709 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10712 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10713 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10714 stream lock changes.
10716 2005-11-21 Wim Taymans <wim@fluendo.com>
10718 * gst-libs/gst/audio/gstbaseaudiosink.c:
10719 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10720 (gst_base_audio_sink_provide_clock),
10721 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10722 (gst_base_audio_sink_change_state):
10723 * gst/audioresample/gstaudioresample.c:
10724 Segment update fix.
10726 2005-11-21 Andy Wingo <wingo@pobox.com>
10729 * *.c: Ran scripts/update-macros. Oh yes.
10731 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10733 * sys/ximage/Makefile.am:
10734 * sys/ximage/ximage.c:
10735 Rename ximage plugin to ximagesink (#321426) (Don't forget to
10736 remove your old libgstximage.* manually if necessary).
10738 2005-11-21 Michael Smith <msmith@fluendo.com>
10740 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10741 Minimal fix for bug #320200: set the min/max bitrate in the correct
10742 units. A better fix would be to upgrade to the RATEMANAGE2
10743 interface, rather than using the deprecated interface used here, but
10744 that would require an update in our libvorbis dependency (to 1.1),
10745 which is probably undesirable.
10747 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
10749 * ext/libvisual/visual.c: (get_buffer):
10750 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10751 (gst_base_audio_src_fixate):
10752 * gst/audioconvert/gstaudioconvert.c:
10753 (gst_audio_convert_fixate_caps):
10754 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10755 * gst/audiotestsrc/gstaudiotestsrc.c:
10756 (gst_audiotestsrc_src_fixate):
10757 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10758 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10759 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10760 * gst/videotestsrc/gstvideotestsrc.c:
10761 (gst_videotestsrc_src_fixate):
10762 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10763 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10764 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10768 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10770 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10771 (gst_riff_create_iavs_caps):
10772 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10773 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10774 (gst_riff_parse_info):
10775 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10776 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10777 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10778 Fixes for GST_FOURCC_FORMAT API change.
10780 2005-11-21 Andy Wingo <wingo@pobox.com>
10782 patch by: Alessandro Dessina <alessandro nnva org>
10784 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10785 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10786 (gst_ogg_parse_chain):
10787 * ext/theora/theoraenc.c (theora_set_header_on_caps):
10788 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10789 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10790 gst_value_list calls on arrays. Fixes #321962.
10792 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10794 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10795 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10796 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10797 * gst/adder/gstadder.c: (gst_adder_init),
10798 (gst_adder_request_new_pad), (gst_adder_collected),
10799 (gst_adder_change_state):
10800 Update for gst_collectpads_foo() to gst_collect_pads_foo()
10803 2005-11-21 Michael Smith <msmith@fluendo.com>
10805 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10806 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10807 Properly handle pad_push return values.
10809 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
10811 * gst-libs/gst/tag/Makefile.am:
10812 * gst-libs/gst/tag/gstvorbistag.c:
10813 (gst_tag_list_to_vorbiscomment_buffer):
10814 Remove obsolete vorbistag element and debug category.
10816 * gst/playback/gstplaybasebin.c: (check_queue):
10817 Don't divide by 0 when queue-threshold is 0.
10819 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10820 Don't modify an existing pixel-aspect-ratio if we fail to read
10823 2005-11-20 Wim Taymans <wim@fluendo.com>
10825 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10826 (gst_vorbisenc_push_packet):
10827 GST_PAD_IS_USABLE is gone, use the return value of
10828 the push or pad_alloc_buffer instead.
10830 2005-11-18 Julien MOUTTE <julien@moutte.net>
10832 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10833 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10834 (gst_ximagesink_ximage_destroy),
10835 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10836 (gst_ximagesink_xwindow_new),
10837 (gst_ximagesink_xwindow_update_geometry),
10838 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10839 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10840 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10841 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10842 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10843 (gst_ximagesink_navigation_send_event),
10844 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10845 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10846 (gst_ximagesink_finalize), (gst_ximagesink_init),
10847 (gst_ximagesink_class_init):
10848 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10849 This new version brings correct software scaling, non flickering
10850 window while resizing, pixel aspect ratio handling, usage of
10851 hardware buffer pools, out of data flow event thread for
10852 navigation and handling of expose events even when being PAUSED,
10853 a new property to keep video aspect ratio when resizing, etc...
10855 2005-11-18 Julien MOUTTE <julien@moutte.net>
10857 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10858 (gst_videoscale_fixate_caps): Introduce back caps fixate with
10861 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
10863 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
10864 Unsetting IS_SINK flag from the fakesink, so decodebin
10865 never behaves as a sink.
10867 2005-11-17 Wim Taymans <wim@fluendo.com>
10869 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10870 (gst_base_audio_src_change_state):
10871 Fix the audiosrc base class again, we did not unflush.
10873 2005-11-17 Julien MOUTTE <julien@moutte.net>
10875 * examples/seeking/seek.c: (make_dv_pipeline),
10876 (make_vorbis_theora_pipeline), (make_avi_pipeline),
10877 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10878 to ogg/vorbis/theora pipeline.
10880 2005-11-17 Wim Taymans <wim@fluendo.com>
10882 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10883 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10884 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10885 Fix EOS on multiple streams.
10888 2005-11-16 Wim Taymans <wim@fluendo.com>
10890 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10891 (gst_ogg_demux_perform_seek):
10892 Segment done must include stream time.
10894 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10895 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10896 (gst_ogg_mux_change_state):
10897 Fix ogg muxer again.
10899 2005-11-16 Wim Taymans <wim@fluendo.com>
10901 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10904 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10906 * ext/libvisual/visual.c: (gst_visual_init):
10907 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10908 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10909 (gst_ogg_parse_chain):
10910 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10911 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10912 * ext/theora/theoradec.c: (gst_theora_dec_init):
10913 * ext/theora/theoraenc.c: (gst_theora_enc_init):
10914 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10915 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10916 * gst/adder/gstadder.c: (gst_adder_class_init),
10917 (gst_adder_dispose):
10918 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10919 * gst/subparse/gstsubparse.c: (gst_subparse_init):
10920 * gst/videorate/gstvideorate.c: (gst_videorate_init):
10921 Fix a whole set of pad template leaks
10923 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10925 * check/generic/states.c: (GST_START_TEST):
10926 fix the test so that it only checks for elements that are part of
10929 2005-11-16 Michael Smith <msmith@fluendo.com>
10931 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10932 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10933 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10934 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10935 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10936 (gst_ogg_mux_change_state):
10937 Fix leaking collectpads.
10939 2005-11-16 Edward Hervey <edward@fluendo.com>
10941 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10942 (gst_videorate_event), (gst_videorate_chain):
10943 Handle segment seeks
10945 2005-11-16 Wim Taymans <wim@fluendo.com>
10947 * gst-libs/gst/audio/gstbaseaudiosink.c:
10948 (gst_base_audio_sink_provide_clock),
10949 (gst_base_audio_sink_change_state):
10950 Set ringbuffer to non-flushing when going to PAUSED, set to
10951 flushing again when going to READY.
10953 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10954 (gst_ring_buffer_stop):
10955 Start in flushing mode by default.
10956 Don't set flushing in the _stop method, let the app call
10959 2005-11-16 Julien MOUTTE <julien@moutte.net>
10961 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10962 * gst-libs/gst/video/videosink.h: Add helper function needed
10965 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
10967 * gst/videoscale/gstvideoscale.c:
10968 (gst_videoscale_handle_src_event):
10969 Don't leak reference to pad parent.
10971 2005-11-16 Wim Taymans <wim@fluendo.com>
10973 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10974 Set ringbuffer to flushing when stopping so that we don't
10975 block on wait_segment anymore and livelock.
10977 2005-11-16 Wim Taymans <wim@fluendo.com>
10979 * examples/seeking/seek.c: (send_event), (do_seek),
10980 (loop_toggle_cb), (segment_done), (main):
10981 Added looping checkbox.
10983 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10985 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10986 (gst_ogg_demux_init):
10987 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10988 (gst_vorbis_dec_init):
10989 revert unrefs, they don't pass make check
10991 2005-11-15 Johan Dahlin <johan@gnome.org>
10993 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10994 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10995 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10996 (gst_vorbis_dec_init):
10997 Fix pad template leaks.
10999 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
11001 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11002 Make state change function thread safe.
11004 2005-11-15 Edward Hervey <edward@fluendo.com>
11006 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11007 (gst_ogg_demux_class_init):
11008 Implement GstElement::send_event, so we can send seek events
11011 2005-11-14 Julien MOUTTE <julien@moutte.net>
11013 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11014 Discovered how to take away flickering while resizing the
11015 window. Please don't put that in ximagesink, refactoring in
11018 2005-11-14 Michael Smith <msmith@fluendo.com>
11020 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11021 (gst_multifdsink_render):
11022 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11024 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
11026 * gst/playback/gstplaybin.c: (gen_audio_element):
11027 Use autoaudiosink, it tends to be more widely available than
11030 2005-11-14 Andy Wingo <wingo@pobox.com>
11032 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11033 as well if it is available. Fixes #316442.
11035 2005-11-14 Michael Smith <msmith@fluendo.com>
11037 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11038 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11039 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11040 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11041 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11042 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11043 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11044 (gst_vorbisenc_change_state):
11045 Fix a small memory leak in vorbisenc.
11046 Fix large memory leaks in oggmux, also fix lots of state change
11049 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
11051 * gst/videotestsrc/gstvideotestsrc.c:
11052 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11053 (gst_videotestsrc_src_fixate):
11054 move fixation to a fixate function
11055 remove negotiate function, basesrc's is good enough
11056 fixes a bug for check when using the element alone
11058 2005-11-13 Edward Hervey <edward@fluendo.com>
11060 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11061 (key_toggle_cb), (main):
11062 Added checkboxes for adding/removing the accurate and key_unit seek
11065 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
11067 * configure.ac: back to HEAD
11069 === release 0.9.5 ===
11071 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
11074 releasing 0.9.5, "No No Kia"
11076 2005-11-11 Edward Hervey <edward@fluendo.com>
11078 * examples/seeking/seek.c: (make_parselaunch_pipeline):
11079 Added parse-launch syntax seeking mode for the seeking example.
11080 This should help stress-test even more cases.
11081 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11083 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11085 * sys/xvimage/xvimagesink.c:
11086 (gst_xvimagesink_navigation_send_event):
11087 Check whether peer pad exists before sending navigation events
11090 2005-11-11 Michael Smith <msmith@fluendo.com>
11092 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11093 (gst_vorbisenc_buffer_from_packet):
11094 * ext/vorbis/vorbisenc.h:
11095 Set duration on encoded buffers. This allows oggmux's
11096 max_page_delay parameter to actually work.
11098 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11100 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11101 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11102 (gst_ffmpegcsp_avpicture_fill):
11103 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11104 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11105 Make palettes work again (see #132341). Use our own macros
11108 2005-11-10 Andy Wingo <wingo@pobox.com>
11110 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11113 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11115 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11116 (gst_ffmpegcsp_transform_caps):
11117 Prefer passthrough in transform_caps
11119 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11121 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11122 check for ALSA errors properly, instead of relying on ALSA's
11123 error strings to serve to the user.
11125 2005-11-10 Wim Taymans <wim@fluendo.com>
11127 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11128 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11129 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11130 Modernise the seek code.
11132 2005-11-10 Michael Smith <msmith@fluendo.com>
11134 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11135 (setup_substreams), (set_active_source):
11136 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11137 trying to go to NULL if we failed to read a file.
11139 2005-11-10 Wim Taymans <wim@fluendo.com>
11141 * gst/audiotestsrc/gstaudiotestsrc.c:
11142 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11143 (gst_audiotestsrc_create):
11144 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11145 (gst_sinesrc_get_times), (gst_sinesrc_create):
11146 * gst/videotestsrc/gstvideotestsrc.c:
11147 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11148 (gst_videotestsrc_create):
11149 The base class can now sync for us.
11151 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11153 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11154 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11155 name=source autoprobe=false autoprobe-fps=false copy-mode=1
11156 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11157 format=(fourcc)I420" ! xvimagesink
11159 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
11161 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11162 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11163 (gst_sinesrc_newsegment):
11164 Send newsegment event in TIME format, set duration if
11165 num-buffers is set, fix duration querying.
11167 2005-11-10 Michael Smith <msmith@fluendo.com>
11169 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11170 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11171 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11172 (gst_ogg_mux_collected):
11173 Fix EOS handling, partially. Now forwarding an EOS event once we have
11174 EOS on all pads works correctly. However, we still don't properly set
11175 EOS on the actual ogg stream pages.
11177 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
11179 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11180 Set elements to NULL state before disposing of them.
11182 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
11184 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11186 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11187 (gst_base_rtp_depayload_init),
11188 (gst_base_rtp_depayload_set_gst_timestamp):
11189 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11190 We need to send a newsegment event for each instance, not
11191 just for the first instance of this class (get rid of
11192 static variable in function). (#321011).
11194 2005-11-08 Michael Smith <msmith@fluendo.com>
11196 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11197 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11198 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11199 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11200 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11201 This makes us mux things correctly according to the ogg muxing
11202 rules. Still not handling EOS correctly right now, though.
11204 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11206 * gst/audioconvert/gstaudioconvert.c:
11209 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11211 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11212 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11213 Initialise segment_stop to GST_CLOCK_TIME_NONE when
11214 creating a new chain; should fix live streaming. Also
11215 add more debug output and fix a typo.
11217 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
11219 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11221 * gst/volume/gstvolume.c: (volume_set_caps):
11222 Fix compilation on Solaris with Forte. (#320923)
11224 2005-11-08 Wim Taymans <wim@fluendo.com>
11226 * gst-libs/gst/audio/gstbaseaudiosink.c:
11227 (gst_base_audio_sink_render):
11228 No need to do a typecheck.
11230 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
11232 * ext/alsa/gstalsa.h:
11233 We register a debug category, so let's use it.
11235 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11237 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11238 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11239 Fixed a small problem.
11241 2005-11-04 Wim Taymans <wim@fluendo.com>
11243 * examples/seeking/Makefile.am:
11244 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11245 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11246 (make_playerbin_pipeline), (format_value), (update_scale),
11247 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11248 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11249 (print_usage), (main):
11250 Added app for playback speed testing.
11252 * examples/seeking/seek.c: (dynamic_link),
11253 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11254 (make_mpeg_pipeline), (do_seek), (set_update_scale),
11255 (message_received), (main):
11256 Updated seek example.
11258 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11260 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11261 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11262 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11263 (gst_base_rtp_depayload_set_clock):
11264 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11265 Don't sleep on the bench (system clock) when you have a nice
11266 comfortable bed (Gstreamer clock) to sleep on.
11268 2005-11-03 Wim Taymans <wim@fluendo.com>
11270 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11271 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11272 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11273 Handle the case where a pad_block failed.
11275 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
11277 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11279 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11280 (gst_base_rtp_depayload_add_to_queue),
11281 (gst_base_rtp_depayload_push),
11282 (gst_base_rtp_depayload_set_gst_timestamp),
11283 (gst_base_rtp_depayload_queue_release):
11284 Fixes some bugs in the depayloader's queuing/de-queueing code.
11286 2005-10-31 Michael Smith <msmith@fluendo.com>
11288 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11289 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11290 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11291 Patch from Alessandro Decina <alessandro@nnva.org>.
11292 Make oggdemux only find the final time in a chain, not per-pad,
11293 since the per-pad information can be very expensive to locate, and
11294 it isn't used anywhere. This makes reading a file containing
11295 OggSkeleton reasonably fast.
11296 Also, make chain finding work when there are logical bitstreams that
11297 can't be decoded. Fixes #319110.
11299 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11301 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11302 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11303 (gst_base_rtp_depayload_chain),
11304 (gst_base_rtp_depayload_add_to_queue),
11305 (gst_base_rtp_depayload_push),
11306 (gst_base_rtp_depayload_set_gst_timestamp),
11307 (gst_base_rtp_depayload_queue_release),
11308 (gst_base_rtp_depayload_start_thread),
11309 (gst_base_rtp_depayload_set_property),
11310 (gst_base_rtp_depayload_get_property):
11311 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11312 Some random fixes, to fullfill the desires of thomas.
11314 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11316 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11317 (gst_base_rtp_depayload_add_to_queue),
11318 (gst_base_rtp_depayload_push):
11319 Fixed the queueing algorithm.
11321 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11323 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11324 (gst_base_rtp_depayload_push):
11327 2005-10-31 Wim Taymans <wim@fluendo.com>
11329 * gst-libs/gst/audio/gstringbuffer.h:
11332 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11333 (gst_ffmpeg_caps_to_pixfmt):
11334 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11335 (gst_ffmpegcsp_set_caps):
11336 Some more comments.
11337 Handle missing required caps fields better.
11339 2005-10-31 Wim Taymans <wim@fluendo.com>
11341 * gst-libs/gst/audio/gstbaseaudiosink.c:
11342 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11343 (gst_base_audio_sink_render):
11344 * gst-libs/gst/audio/gstringbuffer.c:
11345 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11346 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11347 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11348 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11349 (gst_ring_buffer_read):
11350 * gst-libs/gst/audio/gstringbuffer.h:
11351 Add flushing mode to the ringbuffer so that it in all cases does
11352 not try to handle more audio. This makes sure it does not try to
11353 block anymore when flushing and fixes a livelock.
11355 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
11357 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11358 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11359 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11360 Explicitly check for -1 values before doing a conversion
11361 and always map them to -1. (#315545)
11363 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
11365 * gst/playback/gstplaybin.c: (gen_video_element):
11366 first try autovideosink, then xvimagesink, then error out
11368 add translatable file
11383 update translations
11385 2005-10-27 Philippe Khalaf <burger at speedy dot org>
11387 * gst-libs/gst/rtp/gstbasedepayload.c:
11388 * gst-libs/gst/rtp/gstbasedepayload.h:
11391 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
11393 * gst/playback/.cvsignore:
11394 * gst/playback/decodetest.c:
11395 * gst/playback/test3.c:
11396 Port these two tests as well.
11398 2005-10-27 Wim Taymans <wim@fluendo.com>
11400 * ext/theora/theoradec.c: (theora_dec_src_query),
11401 (theora_dec_sink_event):
11402 * ext/theora/theoraenc.c: (theora_enc_sink_event),
11403 (theora_enc_change_state):
11404 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11405 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11406 Take proper locks when handling events.
11408 2005-10-27 Wim Taymans <wim@fluendo.com>
11410 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11411 (gst_adder_change_state):
11412 Fix timestamps and fix deadlock when stopping the collectpads.
11414 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
11416 * gst-libs/gst/rtp/gstrtpbuffer.h:
11417 Declaring the payload types as strings too so that they can be used
11418 in the padtemplate inialization.
11420 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
11422 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11424 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11425 (gst_base_rtp_depayload_class_init):
11426 Fixes a small but nasty bug. The derived elements no longer segfaults
11429 2005-10-26 Michael Smith <msmith@fluendo.com>
11431 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11432 When clearing an audioconvert context, set tmpbufsize to zero, so
11433 we'll allocate it again later if required.
11434 This fixes audioconvert re-negotiating formats, which previously
11435 segfaulted with a NULL destination buffer.
11437 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11439 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11440 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11441 (gst_base_rtp_depayload_set_gst_timestamp),
11442 (gst_base_rtp_depayload_queue_release):
11443 Fixed a smalll memleak.
11445 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11446 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11447 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11448 (gst_base_rtp_depayload_finalize),
11449 (gst_base_rtp_depayload_setcaps),
11450 (gst_base_rtp_depayload_add_to_queue),
11451 (gst_base_rtp_depayload_push),
11452 (gst_base_rtp_depayload_set_gst_timestamp),
11453 (gst_base_rtp_depayload_queue_release),
11454 (gst_base_rtp_depayload_thread),
11455 (gst_base_rtp_depayload_change_state):
11456 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11457 Changed the C++ comments to C comments
11459 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
11461 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11462 * gst/tcp/gsttcpclientsrc.h:
11463 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11464 * gst/tcp/gsttcpserversrc.h:
11465 Remove unused 'curoffset' structure member.
11467 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
11469 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11470 (gst_base_rtp_depayload_base_init),
11471 (gst_base_rtp_depayload_finalize):
11472 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11473 * gst-libs/gst/rtp/gstbasertppayload.h:
11474 The pad-template on the sinkpad should be set by the derived classes.
11475 Also added some useful macros.
11477 2005-10-24 Wim Taymans <wim@fluendo.com>
11479 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11480 Correctly flush decoder samples even if we could not
11481 copy them to an output buffer. Fixes #319618.
11483 2005-10-24 Julien MOUTTE <julien@moutte.net>
11485 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11486 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11487 the caps against our xcontext caps.
11489 2005-10-24 Wim Taymans <wim@fluendo.com>
11491 * gst-libs/gst/audio/gstbaseaudiosink.c:
11492 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11494 Use sync property from baseclass to disable sync.
11496 2005-10-24 Wim Taymans <wim@fluendo.com>
11498 * gst-libs/gst/audio/gstbaseaudiosink.c:
11499 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11500 Buffers with no timestamps get aligned with previous buffers or
11501 on underrun, played ASAP.
11503 2005-10-24 Julien MOUTTE <julien@moutte.net>
11505 * gst-libs/gst/video/video.h:
11506 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11507 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11508 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11509 here comes my change on caps for framerate and geometry range.
11510 We are now accepting 1 to MAXINT for width and height, and from
11511 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11512 to be blended correctly in videomixer.
11514 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
11519 === release 0.9.4 ===
11521 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11526 releasing 0.9.4, "Velociraptor"
11528 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11530 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11534 2005-10-21 Wim Taymans <wim@fluendo.com>
11536 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11537 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11538 (pad_blocked), (close_pad_link), (new_pad):
11539 Don't try to remove elements twice.
11541 2005-10-21 Wim Taymans <wim@fluendo.com>
11543 * ext/theora/theoradec.c: (theora_dec_src_query),
11544 (theora_dec_sink_event):
11545 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11546 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11547 (vorbis_handle_data_packet):
11548 * ext/vorbis/vorbisdec.h:
11551 * gst-libs/gst/audio/gstbaseaudiosink.c:
11552 (gst_base_audio_sink_render):
11553 Don't try to sync on buffers without a timestamp.
11555 2005-10-21 Wim Taymans <wim@fluendo.com>
11557 * ext/theora/theoradec.c: (theora_dec_src_query),
11558 (theora_dec_sink_event):
11559 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11560 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11561 (vorbis_handle_data_packet):
11562 * ext/vorbis/vorbisdec.h:
11565 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11567 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11568 (gst_vorbisenc_src_query):
11569 Implement position and duration queries.
11571 * gst/playback/test3.c: (update_scale), (main):
11572 Fix for async state changes and print nicer output.
11574 2005-10-20 Wim Taymans <wim@fluendo.com>
11576 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11577 (dump_element_stats), (main):
11578 * gst/playback/test6.c: (main):
11581 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11583 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11584 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11585 Don't use functions for position queries when handling
11588 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11590 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11591 (vorbis_handle_data_packet), (vorbis_dec_chain),
11592 (vorbis_dec_change_state):
11593 * ext/vorbis/vorbisdec.h:
11594 Vorbis streams can be embedded in other container formats
11595 than ogg, container formats where the demuxer might set
11596 timestamps on encoded vorbis buffers instead of those silly
11597 granulepos thingies. In short: make vorbisdec handle
11598 timestamps on incoming buffers as well.
11600 2005-10-20 Wim Taymans <wim@fluendo.com>
11602 * gst/playback/gstplaybasebin.c: (group_destroy),
11603 (gst_play_base_bin_change_state):
11605 Handle case where playbasebin is now ASYNC because
11608 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11610 * gst/audioconvert/Makefile.am:
11611 * gst/audioconvert/bufferframesconvert.c:
11612 * gst/audioconvert/plugin.c: (plugin_init):
11613 * gst/audioconvert/plugin.h:
11614 And bye bye buffer-frames-convert
11616 2005-10-19 Wim Taymans <wim@fluendo.com>
11618 * check/elements/audioconvert.c:
11619 * docs/libs/tmpl/gstaudio.sgml:
11620 * docs/libs/tmpl/gstcolorbalance.sgml:
11621 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11622 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11623 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11624 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11625 * gst-libs/gst/audio/audio.h:
11626 * gst/audioconvert/audioconvert.h:
11627 * gst/audioconvert/gstaudioconvert.c:
11628 (gst_audio_convert_parse_caps):
11629 * gst/volume/gstvolume.c:
11630 Bye bye buffer-frames.
11632 2005-10-19 Wim Taymans <wim@fluendo.com>
11634 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11635 (query_positions_elems), (query_positions_pads), (update_scale),
11636 (do_seek), (set_update_scale), (message_received), (main):
11637 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11638 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11639 (gst_ogg_demux_loop):
11640 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11641 * ext/theora/theoradec.c: (theora_dec_src_query),
11642 (theora_dec_sink_event):
11643 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11644 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11645 * gst/adder/gstadder.c: (gst_adder_query):
11646 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11647 * gst/playback/test3.c: (update_scale):
11648 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11649 (dump_element_stats), (main):
11650 * gst/playback/test6.c: (main):
11651 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11654 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11656 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11657 (xml_check_first_element), (xml_type_find), (smil_type_find),
11659 Add typefinding for SMIL and for generic XML. Based on patch by
11660 Akos Maroy (#308663).
11662 2005-10-18 Wim Taymans <wim@fluendo.com>
11664 * gst/playback/Makefile.am:
11665 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11666 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11667 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11668 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11669 (gst_decode_bin_change_state):
11670 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11671 (gst_play_bin_send_event_to_sink):
11672 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11673 (dump_element_stats), (main):
11674 * gst/playback/test6.c: (main):
11675 Make playbin async, it'll commit state to paused when all streams
11678 Added test6.c to show async behaviour.
11680 2005-10-18 Wim Taymans <wim@fluendo.com>
11682 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11683 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11684 Fix for segment-start/stop API change.
11686 2005-10-18 Wim Taymans <wim@fluendo.com>
11688 * check/Makefile.am:
11689 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11691 Add future test for clock selection.
11693 2005-10-18 Wim Taymans <wim@fluendo.com>
11695 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11696 (gst_alsasink_close):
11697 Set handle to NULL.
11699 * gst-libs/gst/audio/gstringbuffer.c:
11700 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11701 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11702 (gst_ring_buffer_start), (gst_ring_buffer_pause),
11703 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11704 (gst_ring_buffer_read):
11707 2005-10-17 Stefan Kost <ensonic@users.sf.net>
11709 * gst/audiotestsrc/Makefile.am:
11710 * gst/sine/Makefile.am:
11711 * gst/volume/Makefile.am:
11712 fix broken build of controllerized plugins
11714 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11716 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11718 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11719 (gst_riff_create_video_template_caps):
11720 Add support for Indeo-3 (IV32).
11722 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11727 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11729 * gst-libs/gst/video/video.c: (gst_video_get_size):
11730 * gst/audiotestsrc/gstaudiotestsrc.c:
11733 2005-10-17 Andy Wingo <wingo@pobox.com>
11735 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11736 with the collectpads change.
11737 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11739 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11741 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11743 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11744 alloc_buffer flow return to callers.
11745 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11746 change. Fix some memleaks in theoraenc.
11748 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11749 in strange circumstance.
11751 2005-10-17 Julien MOUTTE <julien@moutte.net>
11753 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11754 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11755 from caps, let's use the caps...
11757 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11760 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11762 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11764 * gst-libs/gst/interfaces/Makefile.am:
11767 2005-10-16 Andy Wingo <wingo@pobox.com>
11769 * gst/playback/gstdecodebin.c
11770 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11772 (try_to_link_1): Increase kraziness level.
11774 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11777 restructure like the core one
11778 * gst-libs/gst/audio/Makefile.am:
11779 * gst-libs/gst/interfaces/Makefile.am:
11780 * gst-libs/gst/net/Makefile.am:
11781 * gst-libs/gst/riff/Makefile.am:
11782 * gst-libs/gst/rtp/Makefile.am:
11783 * gst-libs/gst/tag/Makefile.am:
11784 * gst-libs/gst/video/Makefile.am:
11785 use correct linker flags, now the libs are properly versioned
11786 * check/elements/audioconvert.c: (verify_convert):
11787 * ext/alsa/gstalsaplugin.c:
11788 * ext/cdparanoia/gstcdparanoia.c:
11789 * ext/gnomevfs/gstgnomevfs.c:
11790 * ext/libvisual/visual.c:
11791 * ext/ogg/gstogg.c:
11792 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11793 * ext/theora/theora.c:
11794 * ext/vorbis/vorbis.c:
11795 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11796 * gst-libs/gst/tag/gsttagediting.c:
11797 * gst-libs/gst/video/video.c:
11798 * gst/adder/gstadder.c:
11799 * gst/audioconvert/plugin.c:
11800 * gst/audiorate/gstaudiorate.c:
11801 * gst/audioresample/gstaudioresample.c:
11802 * gst/audioresample/resample_ref.c: (resample_scale_ref):
11803 * gst/audioscale/gstaudioscale.c:
11804 * gst/audioscale/resample.c:
11805 * gst/audiotestsrc/gstaudiotestsrc.c:
11806 * gst/ffmpegcolorspace/gstffmpeg.c:
11807 * gst/playback/gstdecodebin.c: (close_pad_link):
11808 * gst/playback/gstplaybin.c: (gen_video_element),
11809 (gen_audio_element):
11810 * gst/sine/gstsinesrc.c:
11811 * gst/subparse/gstsubparse.c:
11812 * gst/tags/gsttagediting.c:
11813 * gst/tcp/gsttcpplugin.c:
11814 * gst/typefind/gsttypefindfunctions.c:
11815 * gst/videorate/gstvideorate.c:
11816 * gst/videoscale/gstvideoscale.c:
11817 * gst/videotestsrc/gstvideotestsrc.c:
11818 * gst/volume/gstvolume.c:
11819 * sys/v4l/gstv4l.c:
11820 * sys/ximage/ximage.c:
11821 * sys/xvimage/xvimagesink.c:
11824 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
11826 * ext/vorbis/vorbisenc.c:
11827 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11828 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11829 (gst_tag_to_vorbis_comments):
11830 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11832 2005-10-13 Stefan Kost <ensonic@users.sf.net>
11834 * examples/stats/mp2ogg.c:
11835 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11838 2005-10-13 Michael Smith <msmith@fluendo.com>
11840 * ext/ogg/gstoggmux.c:
11841 Use magic glib macros to define constants as 64 bit, to ensure
11842 appropriate vararg passing.
11844 2005-10-13 Michael Smith <msmith@fluendo.com>
11846 * ext/ogg/gstoggmux.c:
11847 * gst/audioconvert/audioconvert.c: (float):
11848 Don't use LL suffix, as it's not portable, and neither of these
11849 uses required it anyway.
11851 2005-10-12 Stefan Kost <ensonic@users.sf.net>
11853 * examples/indexing/indexmpeg.c: (main):
11854 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11855 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11856 (cdparanoia_convert), (cdparanoia_query):
11857 * ext/cdparanoia/gstcdparanoia.h:
11858 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11859 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11860 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11861 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11862 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11863 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11864 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11865 (gst_multifdsink_render), (gst_multifdsink_start),
11866 (gst_multifdsink_stop):
11867 * gst/tcp/gstmultifdsink.h:
11868 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11869 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11870 (gst_tcpclientsink_stop):
11871 * gst/tcp/gsttcpclientsink.h:
11872 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11873 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11874 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11875 * gst/tcp/gsttcpclientsrc.h:
11876 * gst/tcp/gsttcpserversink.h:
11877 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11878 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11879 (gst_tcpserversrc_stop):
11880 * gst/tcp/gsttcpserversrc.h:
11881 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11882 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11883 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11884 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11885 moved bitshift from macro to enum definition
11887 2005-10-12 Wim Taymans <wim@fluendo.com>
11889 * examples/seeking/Makefile.am:
11892 2005-10-12 Wim Taymans <wim@fluendo.com>
11894 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11895 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11896 Don't assert on normal stuff.
11898 * gst/playback/gstplaybin.c: (do_playbin_seek):
11901 2005-10-12 Wim Taymans <wim@fluendo.com>
11903 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11904 * examples/seeking/Makefile.am:
11905 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11906 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11907 (do_seek), (set_update_scale), (message_received), (main):
11908 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11909 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11910 Update for _get_state() API change.
11912 2005-10-11 Wim Taymans <wim@fluendo.com>
11914 * gst-libs/gst/audio/gstbaseaudiosink.c:
11915 (gst_base_audio_sink_render):
11916 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11917 (gst_base_audio_src_create):
11918 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11919 (gst_ring_buffer_read):
11921 Commit and read from ringbuffer in samples rather than bytes.
11923 2005-10-11 Wim Taymans <wim@fluendo.com>
11925 * gst-libs/gst/audio/gstbaseaudiosink.c:
11926 (gst_base_audio_sink_render):
11927 Respect segment rate and accum when scheduling samples.
11929 2005-10-11 Julien MOUTTE <julien@moutte.net>
11931 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11932 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11933 EOS correctly, that needs more work.
11935 2005-10-11 Wim Taymans <wim@fluendo.com>
11937 * check/generic/states.c: (GST_START_TEST):
11938 remove old property.
11940 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11941 (gst_ogg_demux_perform_seek):
11942 * ext/theora/theoradec.c: (theora_dec_sink_event):
11943 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11944 (vorbis_handle_data_packet):
11945 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11946 (gst_base_rtp_depayload_set_gst_timestamp):
11947 * gst/videorate/gstvideorate.c: (gst_videorate_event):
11948 Update for newsegment API change.
11950 2005-10-11 Michael Smith <msmith@fluendo.com>
11952 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11953 (do_playbin_seek), (gst_play_bin_send_event):
11954 Override send_event differently, so that we can takes bits of
11955 functionality from GstPipeline (special handling for seeks,
11956 including pausing/resuming, and resetting stream time) and still get
11957 the appropriate behaviour of only forwarding event to a single sink,
11958 rather than all of them.
11959 Unfortunately requires a lot of code duplication, but the
11960 alternatives are equally ugly in the end.
11962 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
11964 * check/elements/audioconvert.c: (setup_audioconvert),
11965 (cleanup_audioconvert), (get_int_caps), (verify_convert),
11966 (GST_START_TEST), (audioconvert_suite):
11967 clean up tests a little, fix some leaks.
11969 2005-10-10 Wim Taymans <wim@fluendo.com>
11971 * ext/alsa/gstalsasink.c:
11972 Also allow unsigned int.
11974 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11975 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11978 2005-10-10 Wim Taymans <wim@fluendo.com>
11980 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11981 Small update, use API as stated in design docs.
11983 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11984 (update_scale), (do_seek), (seek_cb), (set_update_scale),
11985 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11986 (message_received), (main):
11987 Updated seek example for GOption. Some usability improvements.
11989 2005-10-10 Wim Taymans <wim@fluendo.com>
11991 * gst/audioconvert/audioconvert.h:
11992 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11993 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11994 Alloc temp storage somewhere else where we can do it more
11997 2005-10-10 Wim Taymans <wim@fluendo.com>
11999 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12000 (gst_tcpserversrc_start):
12001 Don't block in accept while doing the state change, move
12002 to poll and make cancellable.
12004 2005-10-09 Philippe Khalaf <burger@speedy.org>
12006 * gst-libs/gst/rtp/rtpbasedepayload.c:
12007 Set timestamp and add queue delay to timestamp
12008 * gst-libs/gst/rtp/rtpbuffer.h:
12009 Set correct payload type for h263
12011 2005-10-09 Stefan Kost <ensonic@users.sf.net>
12013 * gst/audiotestsrc/gstaudiotestsrc.c:
12014 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12015 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12016 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12017 (gst_audiotestsrc_create_triangle),
12018 (gst_audiotestsrc_create_silence),
12019 (gst_audiotestsrc_create_white_noise),
12020 (gst_audiotestsrc_init_pink_noise),
12021 (gst_audiotestsrc_generate_pink_noise_value),
12022 (gst_audiotestsrc_create_pink_noise),
12023 (gst_audiotestsrc_change_wave):
12024 * gst/audiotestsrc/gstaudiotestsrc.h:
12025 fixed typo, added pink noise
12027 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12029 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12031 Add wavpack and spc typefind functions from 0.8 branch.
12033 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12035 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12036 (ar_type_find), (msdos_type_find), (plugin_init):
12037 Add typefind functions for tar archives, ar archives,
12038 RAR archives, and msdos-executables (dlls, exe, etc.).
12039 Some of those would be wrongly identified as mpeg
12040 streams of some sort before (#315550).
12042 2005-10-09 Stefan Kost <ensonic@users.sf.net>
12045 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12046 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12047 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12048 * gst/audiotestsrc/Makefile.am:
12049 * gst/audiotestsrc/gstaudiotestsrc.c:
12050 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12051 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12052 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12053 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12054 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12055 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12056 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12057 (gst_audiotestsrc_create_silence),
12058 (gst_audiotestsrc_create_white_noise),
12059 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12060 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12061 (gst_audiotestsrc_start), (plugin_init):
12062 * gst/audiotestsrc/gstaudiotestsrc.h:
12063 add new plugin and element
12064 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12067 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12069 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12070 (gst_adder_init), (gst_adder_request_new_pad),
12071 (gst_adder_change_state):
12072 Add query function to source pad, so adder reports the correct
12073 time/sample position when queried (#315457); fix state change
12074 function; use GST_DEBUG_FUNCPTR() for pad functions.
12076 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
12078 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12079 Fix leaks in typefind registration
12080 Clean up the gratuitous commenting and whitespacing a little
12082 2005-10-08 Wim Taymans <wim@fluendo.com>
12084 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12085 Only actually wait for the thread to be stopped if it's
12088 2005-10-08 Wim Taymans <wim@fluendo.com>
12090 * gst-libs/gst/audio/gstbaseaudiosink.c:
12091 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12092 If we receive EOS we can start playback of what we had.
12094 2005-10-08 Wim Taymans <wim@fluendo.com>
12096 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12097 (gst_multifdsink_finalize), (multifdsink_hash_remove),
12098 (gst_multifdsink_stop):
12099 Fix crasher when going to NULL multiple times.
12101 2005-10-06 Wim Taymans <wim@fluendo.com>
12103 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12104 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12105 * gst-libs/gst/audio/gstbaseaudiosrc.h:
12106 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12107 patch from Edgard Lima <edgard.lima@indt.org.br>
12108 Fixed gstbaseaudiosrc adding ring buffer sync to it.
12110 2005-10-06 Wim Taymans <wim@fluendo.com>
12112 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12113 Report the FLOW_RETURN as string in the error message.
12115 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12116 Don't assert when clearing an unnegotiated buffer.
12118 2005-10-04 Michael Smith <msmith@fluendo.com>
12120 * gst/playback/gstplaybasebin.c: (group_destroy),
12121 (gen_preroll_element), (remove_groups), (setup_source):
12122 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12123 (setup_sinks), (gst_play_bin_send_event),
12124 (gst_play_bin_change_state):
12125 Set state to NULL before removing from bin. Fix refcounting.
12127 2005-10-04 Michael Smith <msmith@fluendo.com>
12129 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12130 Correct refcounting in send_event() function. Previously was wrong
12131 if the first sink was unable to handle the event.
12133 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12136 back to development
12138 === release 0.9.3 ===
12140 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12143 Releasing 0.9.3, "De Facto"
12145 2005-10-03 Andy Wingo <wingo@pobox.com>
12147 * gst/playback/gstdecodebin.c (try_to_link_1)
12148 (remove_element_chain): set element to NULL before removing it.
12150 2005-10-02 Johan Dahlin <johan@gnome.org>
12152 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
12153 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12156 2005-10-02 Andy Wingo <wingo@pobox.com>
12158 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
12159 (gst_ring_buffer_prepare_read):
12160 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12163 2005-09-29 Wim Taymans <wim@fluendo.com>
12165 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12166 * ext/theora/theoradec.c: (theora_handle_data_packet):
12167 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12168 Propagate error codes from alloc_buffer too.
12170 2005-09-29 Wim Taymans <wim@fluendo.com>
12172 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12175 * gst/playback/Makefile.am:
12176 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12177 (dump_element_stats), (main):
12178 Added example stream introspection code.
12180 2005-09-28 Stefan Kost <ensonic@users.sf.net>
12182 * gst/adder/gstadder.c: (gst_adder_collected):
12183 fix adder for float elements
12185 2005-09-28 Wim Taymans <wim@fluendo.com>
12187 * gst-libs/gst/audio/gstbaseaudiosink.c:
12188 (gst_base_audio_sink_class_init),
12189 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12190 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12191 (gst_base_audio_src_class_init),
12192 (gst_base_audio_src_provide_clock):
12193 get_clock -> provide_clock
12195 2005-09-28 Andy Wingo <wingo@pobox.com>
12197 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12200 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12203 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12204 Actually add the pad template.
12205 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12207 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12210 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12211 from fdsrc. Get caps in create() instead of start() so it can be
12212 interrupted. Interruption somewhat untested.
12214 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12215 Proper EOS handling.
12217 2005-09-27 Andy Wingo <wingo@pobox.com>
12219 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12221 * gst/tcp/gsttcpserversrc.c: Cleaned up.
12223 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12225 * gst/tcp/gsttcp.h:
12226 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12227 out of tcpclientsrc.c. Cancellable.
12228 (gst_tcp_socket_read): Made private, cancellable, with better
12229 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12230 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12231 whole buffer, and better diagnostics.
12232 (gst_tcp_gdp_read_caps): Same.
12234 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12236 2005-09-26 Andy Wingo <wingo@pobox.com>
12238 * gst/sine/gstsinesrc.h:
12239 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12240 change the 'sync' property to 'is-live' and implement it halfway,
12241 update for controller api change.
12243 * gst/volume/gstvolume.c (volume_transform_ip): Update for
12244 controller api change.
12246 2005-09-24 Wim Taymans <wim@fluendo.com>
12248 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12249 * gst-libs/gst/audio/gstaudiosink.c:
12250 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12251 (gst_audioringbuffer_stop):
12252 * gst-libs/gst/audio/gstbaseaudiosink.c:
12253 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12254 (gst_base_audio_sink_change_state):
12255 * gst-libs/gst/audio/gstbaseaudiosink.h:
12256 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12257 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12258 (gst_ring_buffer_commit), (gst_ring_buffer_read):
12259 * gst-libs/gst/audio/gstringbuffer.h:
12260 Fix sync again. Moved sample alignment to basesink.
12262 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
12264 * docs/plugins/Makefile.am:
12265 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12266 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12267 * gst/volume/gstvolume.c:
12269 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12270 * gst-libs/gst/audio/audio.h:
12271 add conversion macros for frames <-> clocktime
12273 2005-09-23 David Schleef <ds@schleef.org>
12275 * gst/audioresample/Makefile.am:
12276 * gst/audioresample/debug.h:
12277 * gst/audioresample/gstaudioresample.c:
12278 * gst/audioresample/resample.c: Convert to using gst debugging
12280 2005-09-22 Wim Taymans <wim@fluendo.com>
12282 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12283 (gst_play_bin_send_event):
12284 Only seek on one sink, the first one that succeeds.
12286 2005-09-22 Michael Smith <msmith@fluendo.com>
12288 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12289 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12290 Don't flush encoder state unless we have an initialised encoder.
12291 Clear out encoder state on PAUSED_TO_READY.
12293 2005-09-22 Wim Taymans <wim@fluendo.com>
12295 * gst-libs/gst/rtp/gstbasertppayload.c:
12296 (gst_basertppayload_class_init), (gst_basertppayload_init),
12297 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12298 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12299 (gst_basertppayload_is_filled), (gst_basertppayload_push),
12300 (gst_basertppayload_set_property),
12301 (gst_basertppayload_get_property),
12302 (gst_basertppayload_change_state):
12303 * gst-libs/gst/rtp/gstbasertppayload.h:
12304 Added max-ptime to control amount of data in the rtp packets.
12306 2005-09-21 Andy Wingo <wingo@pobox.com>
12308 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12311 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12312 can be called multiple times, dogs.
12314 2005-09-21 Wim Taymans <wim@fluendo.com>
12316 * gst-libs/gst/rtp/gstbasertppayload.c:
12317 (gst_basertppayload_class_init), (gst_basertppayload_init),
12318 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12319 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12320 (gst_basertppayload_push), (gst_basertppayload_get_property),
12321 (gst_basertppayload_change_state):
12324 2005-09-21 Stefan Kost <ensonic@users.sf.net>
12326 * docs/libs/compiling.sgml:
12329 2005-09-20 Wim Taymans <wim@fluendo.com>
12331 * gst-libs/gst/rtp/gstbasertppayload.c:
12332 (gst_basertppayload_class_init), (gst_basertppayload_init),
12333 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12334 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12335 (gst_basertppayload_push), (gst_basertppayload_set_property),
12336 (gst_basertppayload_get_property),
12337 (gst_basertppayload_change_state):
12338 * gst-libs/gst/rtp/gstbasertppayload.h:
12339 Added property to configure sequence number offsets.
12341 2005-09-20 Wim Taymans <wim@fluendo.com>
12343 * gst-libs/gst/rtp/gstbasertppayload.c:
12344 (gst_basertppayload_class_init), (gst_basertppayload_init),
12345 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12346 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12347 (gst_basertppayload_push), (gst_basertppayload_set_property),
12348 (gst_basertppayload_get_property),
12349 (gst_basertppayload_change_state):
12350 * gst-libs/gst/rtp/gstbasertppayload.h:
12351 Make timestamp offset configurable.
12353 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
12355 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12356 fix wrong pop/unref
12358 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
12360 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
12362 * gst-libs/gst/interfaces/propertyprobe.c:
12363 (gst_property_probe_probe_property_name),
12364 (gst_property_probe_needs_probe_name),
12365 (gst_property_probe_get_values_name),
12366 (gst_property_probe_probe_and_get_values_name):
12367 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12368 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12370 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
12372 * check/Makefile.am:
12373 have some tests be disabled for valgrinding
12374 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12376 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12377 Fix A Leak. Chain To Parent Finalize.
12379 2005-09-19 Wim Taymans <wim@fluendo.com>
12381 * examples/seeking/seek.c: (make_wav_pipeline), (main):
12382 Fixed wav pipeline.
12384 2005-09-19 Wim Taymans <wim@fluendo.com>
12386 * gst-libs/gst/rtp/gstbasertppayload.c:
12387 (gst_basertppayload_class_init), (gst_basertppayload_init),
12388 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12389 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12390 (gst_basertppayload_push), (gst_basertppayload_get_property),
12391 (gst_basertppayload_change_state):
12392 Posting ERROR and WARNING messages is good.
12394 2005-09-19 Wim Taymans <wim@fluendo.com>
12396 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12397 (gst_base_rtp_depayload_add_to_queue),
12398 (gst_base_rtp_depayload_push),
12399 (gst_base_rtp_depayload_set_gst_timestamp),
12400 (gst_base_rtp_depayload_queue_release):
12401 This one was not supposed to go in.
12403 2005-09-19 Wim Taymans <wim@fluendo.com>
12405 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12408 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12409 (gst_base_rtp_depayload_chain),
12410 (gst_base_rtp_depayload_add_to_queue),
12411 (gst_base_rtp_depayload_push),
12412 (gst_base_rtp_depayload_set_gst_timestamp),
12413 (gst_base_rtp_depayload_queue_release):
12416 * gst-libs/gst/rtp/gstbasertppayload.c:
12417 (gst_basertppayload_class_init), (gst_basertppayload_init),
12418 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12419 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12420 (gst_basertppayload_get_property),
12421 (gst_basertppayload_change_state):
12422 Added debugging category.
12424 2005-09-18 David Schleef <ds@schleef.org>
12426 * gst/playback/gstdecodebin.c: free plugin list correctly
12427 * gst/playback/gstplaybin.c: emit warning if autovideosink
12428 and autoaudiosink can't be found (instead of segfaulting)
12430 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
12432 * check/elements/audioconvert.c: (GST_START_TEST):
12433 try out 24 bit conversion
12435 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12437 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12438 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12439 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12440 * ext/vorbis/vorbisenc.h:
12441 Fix EOS handling. Still needs a fix in the ogg muxer to
12442 mark the last page as eos.
12444 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12446 * common/gtk-doc-plugins.mak:
12447 * docs/plugins/Makefile.am:
12448 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12449 * gst/ffmpegcolorspace/Makefile.am:
12450 * gst/ffmpegcolorspace/avcodec.h:
12451 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12452 * gst/tcp/gstmultifdsink.c:
12453 fix up ffmpegcolorspace docs; extract header
12455 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12457 * common/gtk-doc-plugins.mak:
12458 * docs/plugins/Makefile.am:
12459 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12460 * ext/theora/Makefile.am:
12461 * ext/theora/gsttheoraenc.h:
12462 * ext/theora/theoraenc.c:
12463 * ext/vorbis/vorbisenc.c:
12464 pick up signals and args for vorbis; add some docs for vorbis
12466 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12468 * common/gstdoc-scangobj:
12469 * common/gtk-doc-plugins.mak:
12470 * docs/libs/Makefile.am:
12471 * docs/plugins/gst-plugins-base-plugins.args:
12472 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12473 * docs/plugins/gst-plugins-base-plugins.interfaces:
12474 * docs/plugins/gst-plugins-base-plugins.prerequisites:
12475 * docs/plugins/gst-plugins-base-plugins.signals:
12476 only scanobj stuff from our source module. Not sure yet
12477 if that's correct, given the hierarchy stuff :)
12479 2005-09-15 Wim Taymans <wim@fluendo.com>
12481 * gst/audioconvert/gstaudioconvert.c:
12482 And enable 24 bits mode as well..
12484 2005-09-15 Wim Taymans <wim@fluendo.com>
12486 * gst-libs/gst/rtp/Makefile.am:
12487 * gst-libs/gst/rtp/gstbasertppayload.c:
12488 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12489 (gst_basertppayload_class_init), (gst_basertppayload_init),
12490 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12491 (gst_basertppayload_chain), (gst_basertppayload_set_options),
12492 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12493 (gst_basertppayload_set_property),
12494 (gst_basertppayload_get_property),
12495 (gst_basertppayload_change_state):
12496 * gst-libs/gst/rtp/gstbasertppayload.h:
12497 Added rtp payloader base class.
12499 2005-09-15 Andy Wingo <wingo@pobox.com>
12501 * configure.ac (plugindir): Remove the EOL matcher from the
12502 regexp, as it causes me problems. Libtool? Make? Who knows?
12504 2005-09-14 David Schleef <ds@schleef.org>
12506 * check/generic/states.c:
12507 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12508 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12509 Fixes for changes in registry API.
12511 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
12512 to GST_PLUGIN_LDFLAGS.
12513 * ext/libvisual/visual.c: Make the library shut up.
12514 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12515 * gst-libs/gst/audio/gstaudiofilter.c: same
12517 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12519 * docs/plugins/Makefile.am:
12520 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12521 * docs/plugins/inspect/plugin-libvisual.xml:
12522 * docs/plugins/tmpl/element-tcpserversink.sgml:
12523 * ext/theora/theoraenc.c:
12524 add libvisual plugin and theoraenc element to docs
12526 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12528 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12529 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12530 * ext/theora/theoraenc.c:
12533 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
12535 * gst/audioconvert/Makefile.am:
12536 Audioconvert derives from GstBaseTransform and should
12537 link to the library with our base elements to avoid
12538 unresolved symbols. Makes things work with MinGW (#316160)
12540 * gst/playback/test4.c: (main):
12541 Fix MinGW build problem and use g_usleep() instead of
12544 2005-09-12 Wim Taymans <wim@fluendo.com>
12546 * gst/audioconvert/audioconvert.c: (float),
12547 (audio_convert_prepare_context), (audio_convert_convert):
12548 * gst/audioconvert/audioconvert.h:
12549 Cleanups, speedups, simplifications, added back support
12552 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
12554 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12555 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12556 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12557 * docs/plugins/tmpl/element-tcpserversink.sgml:
12558 * gst/ffmpegcolorspace/gstffmpeg.c:
12559 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12560 * gst/videotestsrc/gstvideotestsrc.c:
12561 * gst/volume/gstvolume.c:
12562 add more elements to the docs
12564 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
12566 * check/Makefile.am:
12567 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12568 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12569 Add extra tests for basetransform based components.
12570 Comment out the test_element_negotiation test until we decide
12571 if it's testing correct behaviour.
12572 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12573 (gst_visual_chain), (gst_visual_change_state):
12574 Slightly more correct but still bogus timestamping.
12575 Fix state change function.
12576 * gst/audioconvert/gstaudioconvert.c:
12577 (gst_audio_convert_class_init):
12578 * gst/audioresample/gstaudioresample.c:
12579 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12580 (gst_ffmpegcsp_class_init):
12581 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12582 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12583 (gst_videoscale_prepare_image):
12584 * gst/volume/gstvolume.c: (gst_volume_class_init),
12585 (volume_transform_ip):
12586 Basetransform updates. Enable passthrough modes.
12587 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12588 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12589 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12590 Negotiation fix that allows the window to return to the original
12591 size and renegotiate passthrough upstream. Extra debug output.
12593 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
12595 * gst/sine/gstsinesrc.c:
12596 * gst/volume/gstvolume.c:
12597 fix up header include
12599 2005-09-09 Stefan Kost <ensonic@users.sf.net>
12601 * gst-libs/gst/audio/gstbaseaudiosink.c:
12602 (gst_base_audio_sink_render):
12603 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12604 * gst/volume/gstvolume.c: (gst_volume_class_init),
12605 (volume_transform):
12606 fixing lost sync, some more debugging
12608 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
12610 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12611 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12612 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12613 (gst_xvimagesink_check_xshm_calls):
12614 Fix compilation when XShm is not available.
12616 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12618 * ext/libvisual/visual.c: (gst_visual_dispose),
12619 (gst_visual_getcaps), (gst_visual_src_setcaps),
12620 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12621 (gst_visual_change_state):
12622 Finish fixing up libvisual plugin so that it runs.
12624 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12626 * ext/vorbis/vorbisenc.c:
12627 * gst-libs/gst/tag/gstvorbistag.c:
12628 gsttaginterface.h -> gsttagsetter.h
12630 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12632 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12633 added another test that failes for me (test is not active by default)
12635 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12638 v4l2 is no longer in gst-plugins-base
12640 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12643 In the output at the end, don't show the first plugin on the same
12644 line as "Core plug-ins, always built:".
12645 Indent the output as for other plugin categories
12646 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12647 #define that can be used to not use peer buffer_alloc functions for
12649 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12650 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12651 (gst_ximagesink_show_frame):
12652 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12653 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12654 (gst_xvimagesink_show_frame):
12655 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12656 fails gracefully instead of XError aborting or deadlocking.
12658 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12660 * ext/libvisual/Makefile.am:
12661 link against gst-base-libs
12663 2005-09-06 David Schleef <ds@schleef.org>
12665 * configure.ac: Enable libvisual plugin.
12666 * ext/libvisual/Makefile.am:
12667 * ext/libvisual/visual.c: Fixes to make it compile.
12669 === release 0.9.2 ===
12671 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
12676 * docs/random/ChangeLog-0.8:
12677 releasing 0.9.2, "Spoon"
12679 2005-09-05 Michael Smith <msmith@fluendo.com>
12681 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12682 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12683 that in the vorbisenc element.
12685 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12687 * common/gtk-doc-plugins.mak:
12688 * docs/plugins/Makefile.am:
12690 * gst/audioresample/resample.c:
12691 fix wrong docstring
12693 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12695 * common/gst-xmlinspect.py:
12696 * common/gtk-doc-plugins.mak:
12697 only inspect plugins for this given package
12698 require gst-python 0.9
12700 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
12704 * common/gst-xmlinspect.py:
12706 * docs/Makefile.am:
12707 * docs/plugins/inspect/plugin-alsa.xml:
12708 * docs/plugins/inspect/plugin-audioresample.xml:
12709 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12710 * docs/plugins/inspect/plugin-ogg.xml:
12711 * docs/plugins/tmpl/element-gnomevfssink.sgml:
12712 * docs/plugins/tmpl/element-multifdsink.sgml:
12713 * docs/plugins/tmpl/element-tcpserversink.sgml:
12714 * docs/plugins/tmpl/element-vorbisenc.sgml:
12715 * gst-plugins-base.spec.in:
12716 various doc-related updates
12718 2005-08-31 Wim Taymans <wim@fluendo.com>
12720 * gst-libs/gst/audio/gstbaseaudiosink.c:
12721 (gst_base_audio_sink_render):
12722 Resync if the buffer timestamps drift more than a 10th
12725 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
12727 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12728 (gst_v4lsrc_get_property):
12729 The 'timestamp-offset' property is registered as an int64, so
12730 let's use g_value_{set|get}_int64() in our setter and getter
12731 functions (makes it work and fixes warnings with gst-inspect).
12733 2005-08-30 Wim Taymans <wim@fluendo.com>
12735 * check/elements/audioconvert.c: (setup_audioconvert):
12736 * check/elements/audioresample.c: (setup_audioresample):
12737 * check/elements/volume.c: (setup_volume):
12740 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
12742 * common/gtk-doc-plugins.mak:
12743 * common/plugins.xsl:
12744 * docs/plugins/Makefile.am:
12745 make module a param
12747 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12749 * examples/seeking/seek.c: (make_mp3_pipeline),
12750 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12751 (play_cb), (pause_cb), (stop_cb):
12754 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12756 * gst/volume/gstvolume.c: (gst_volume_class_init),
12757 (volume_transform):
12758 do not update controlled params, if buffer has no timestamp
12760 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12763 * gst/sine/Makefile.am:
12764 * gst/volume/Makefile.am:
12765 controllerized elements also need to link against controller-libs ;)
12767 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12769 * docs/libs/tmpl/gstcolorbalance.sgml:
12770 * docs/libs/tmpl/gstgconf.sgml:
12771 * docs/libs/tmpl/gstmixer.sgml:
12772 * docs/libs/tmpl/gstringbuffer.sgml:
12773 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12774 (gst_sinesrc_create):
12775 * gst/volume/gstvolume.c: (gst_volume_class_init),
12776 (volume_transform):
12777 controllerized two audio plugins
12779 2005-08-29 Andy Wingo <wingo@pobox.com>
12781 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
12782 (vorbis_handle_data_packet): Fix some int overflow errors.
12784 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12786 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12788 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12789 if it's valid. Fixed streaming-mode playback.
12791 * check/elements/volume.c (cleanup_volume): Fix for running
12794 * check/elements/audioconvert.c: Convert from native endian, not
12797 2005-08-29 Michael Smith <msmith@fluendo.com>
12799 * ext/ogg/Makefile.am:
12800 * ext/ogg/gstogg.c: (plugin_init):
12801 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12802 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12803 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12804 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12805 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12806 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12807 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12808 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12809 Add an ogg parser element.
12811 2005-08-28 Andy Wingo <wingo@pobox.com>
12813 * Updates for two-arg init from GST_BOILERPLATE_FULL.
12815 2005-08-26 Wim Taymans <wim@fluendo.com>
12817 * gst/audioconvert/audioconvert.c: (if), (float),
12818 (audio_convert_get_func_index), (check_default),
12819 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12820 (audio_convert_clean_context), (audio_convert_get_sizes),
12821 (audio_convert_convert):
12824 2005-08-26 Wim Taymans <wim@fluendo.com>
12826 * gst/audioconvert/audioconvert.c: (if), (float),
12827 (audio_convert_get_func_index), (check_default),
12828 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12829 (audio_convert_clean_context), (audio_convert_get_sizes),
12830 (audio_convert_convert):
12831 More elegant and working temp buffer selection algo.
12833 2005-08-26 Wim Taymans <wim@fluendo.com>
12835 * gst/audioconvert/audioconvert.c: (if), (float),
12836 (audio_convert_get_func_index), (check_default),
12837 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12838 (audio_convert_clean_context), (audio_convert_get_sizes),
12839 (get_temp_buffer), (audio_convert_convert):
12840 Use realloc else we lose our original data.
12842 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
12844 * gst/audioresample/gstaudioresample.c:
12845 use base class' newsegment to properly timestamp
12847 2005-08-26 Wim Taymans <wim@fluendo.com>
12849 * gst/audioconvert/audioconvert.c: (if), (float),
12850 (audio_convert_get_func_index), (check_default),
12851 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12852 (audio_convert_clean_context), (audio_convert_get_sizes),
12853 (get_temp_buffer), (audio_convert_convert):
12854 * gst/audioconvert/gstaudioconvert.c:
12855 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12856 (gst_audio_convert_transform_caps),
12857 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12858 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12859 Oops, allocate enough space to perform the channel mix.
12861 2005-08-26 Wim Taymans <wim@fluendo.com>
12863 * gst/audioconvert/Makefile.am:
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 (get_temp_buffer), (audio_convert_convert):
12869 * gst/audioconvert/audioconvert.h:
12870 * gst/audioconvert/gstaudioconvert.c:
12871 (gst_audio_convert_class_init), (gst_audio_convert_init),
12872 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12873 (gst_audio_convert_get_unit_size),
12874 (gst_audio_convert_transform_caps),
12875 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12876 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12877 * gst/audioconvert/gstaudioconvert.h:
12878 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12879 (gst_channel_mix_fill_identical),
12880 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12881 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12882 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12883 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12884 (gst_channel_mix_mix):
12885 * gst/audioconvert/gstchannelmix.h:
12886 Cleanups, librarify a bit, optimize, better negotiation and more.
12888 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12890 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12891 Another from MikeS:
12892 During typefinding, don't support negative offsets
12893 (offsets from the end of the stream) in our typefind->peek() function
12894 - nothing embedded in ogg ever needs them. However, we need to recognise
12895 those requests and reject them, otherwise we return invalid pointers.
12897 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12899 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12900 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12901 (vorbisdec_finalize), (vorbis_handle_type_packet):
12902 Big shout-out to MikeS for fixing this giant memory leak.
12905 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12907 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12908 (audio_convert_get_unit_size):
12911 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12913 * check/Makefile.am:
12914 * check/elements/audioconvert.c: (setup_audioconvert),
12915 (cleanup_audioconvert), (get_int_caps), (verify_convert),
12916 (GST_START_TEST), (audioconvert_suite), (main):
12917 add a test for audioconvert
12918 * gst/audioresample/gstaudioresample.c:
12919 * gst/audioresample/gstaudioresample.h:
12920 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12921 note that for buffers of 1/3 sec this means DURATION(c) is
12922 one nanosecond more than for a and b
12924 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12926 * check/Makefile.am:
12927 * check/elements/audioresample.c: (setup_audioresample),
12928 (cleanup_audioresample), (fail_unless_perfect_stream),
12929 (test_perfect_stream_instance), (GST_START_TEST),
12930 add a check for audioresample
12931 (audioresample_suite), (main):
12932 * check/elements/volume.c: (GST_START_TEST):
12933 remove unused method
12934 * gst/audioresample/gstaudioresample.c:
12935 set correct buffer parameters since we're changing them
12936 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12939 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12941 * gst/audioresample/debug.c:
12942 * gst/audioresample/gstaudioresample.c:
12943 add room for extra overlap samples when asked to transform size
12944 protect against possible mem corruption and check for discrepancies
12945 between written size and outbuffer's size so we can warn for
12947 * gst/audioresample/resample.c: (resample_init),
12948 (resample_get_output_size_for_input), (resample_get_output_size),
12949 (resample_set_n_channels), (resample_set_format):
12950 set debug level based on RESAMPLE_DEBUG env var
12951 make sure that get_output_size* returns a whole number of
12953 set sample_size each time either channel or format is set
12954 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12955 * gst/audioresample/resample_functable.c:
12956 (resample_scale_functable):
12957 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12958 remove r->sample_size, it's done in resample.c now
12959 add some debugging to the ref implementation
12960 make sure we only give back bytes that are wholes of the sample
12963 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
12964 * gst/playback/gstplaybasebin.c: (fill_buffer):
12965 Revert unpopular change for GST_MESSAGE_SRC to GObject.
12967 2005-08-25 Stefan Kost <ensonic@users.sf.net>
12969 * gst/volume/gstvolume.c:
12970 made set_caps function static
12972 2005-08-24 Wim Taymans <wim@fluendo.com>
12974 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12975 (gst_vorbisenc_change_state):
12976 Stop leaking taglists.
12978 2005-08-24 Wim Taymans <wim@fluendo.com>
12980 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12981 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12982 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12983 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12984 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12985 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12986 Parse seeking events better.
12988 Generate correct newsegment events, fixes seeking in live oggs.
12990 * ext/theora/theoradec.c: (theora_dec_src_query),
12991 (theora_dec_src_event), (theora_dec_src_getcaps),
12992 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12993 Use newsegment values to report correct play time.
12995 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12996 (vorbis_dec_src_event), (vorbis_dec_sink_event):
12997 * ext/vorbis/vorbisdec.h:
12998 Parse and use newsegment values to report correct play time.
13000 * gst-libs/gst/audio/gstbaseaudiosink.c:
13001 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13002 Clear ringbuffer on flush.
13003 Use newsegment values to calculate playback time.
13005 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13006 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13007 Basesink does newsegment calculations for us now.
13009 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13011 * check/Makefile.am:
13013 add core's plugins to the mix so that playbin works
13014 * check/generic/states.c: (GST_START_TEST):
13015 set a 0 timeout on pipelines, so they don't force the next
13017 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13018 (gst_play_base_bin_change_state):
13019 remove the crappy error handling and do GST error handling
13021 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13023 * check/Makefile.am:
13024 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13025 add same test as to core, it bitches out on playbin atm.
13027 2005-08-24 Wim Taymans <wim@fluendo.com>
13032 2005-08-24 Wim Taymans <wim@fluendo.com>
13034 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13035 (gst_videoscale_prepare_size), (parse_caps),
13036 (gst_videoscale_set_caps), (gst_videoscale_get_size),
13037 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13038 (gst_videoscale_transform):
13039 * gst/videoscale/gstvideoscale.h:
13040 Refactor, make use of BaseTranform really well.
13042 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13045 compile audioresample
13046 * gst/audioresample/Makefile.am:
13047 * gst/audioresample/buffer.c:
13048 * gst/audioresample/functable.c:
13049 * gst/audioresample/gstaudioresample.c:
13050 * gst/audioresample/gstaudioresample.h:
13051 * gst/audioresample/resample.c:
13052 (resample_get_output_size_for_input):
13053 * gst/audioresample/resample.h:
13054 * gst/audioresample/resample_chunk.c:
13055 * gst/audioresample/resample_functable.c:
13056 * gst/audioresample/resample_ref.c:
13057 port to use basetransform; doesn't work in all cases yet
13059 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13061 * gst/audioconvert/gstaudioconvert.c:
13062 (gst_audio_convert_class_init), (gst_audio_convert_init),
13063 (audio_convert_get_unit_size), (audio_convert_transform_caps),
13064 (audio_convert_fixate_caps), (audio_convert_set_caps),
13065 (audio_convert_transform),
13066 (gst_audio_convert_buffer_to_default_format),
13067 (gst_audio_convert_buffer_from_default_format),
13068 (gst_audio_convert_channels):
13069 * gst/audioconvert/gstchannelmix.c:
13070 * gst/audioconvert/gstchannelmix.h:
13071 port to basetransform
13072 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13073 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13074 (gst_ffmpegcsp_get_unit_size):
13075 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13076 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13077 fix for basetransform changes
13079 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
13081 * check/Makefile.am:
13082 Add CHECK_CFLAGS and LDFLAGS
13084 * gst/playback/gstplaybasebin.c: (fill_buffer):
13085 GST_MESSAGE_SRC became a GObject
13087 2005-08-24 Wim Taymans <wim@fluendo.com>
13089 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13090 (gst_ring_buffer_clear_all):
13091 * gst-libs/gst/audio/gstringbuffer.h:
13092 Added function to clear the ringbuffer.
13094 2005-08-24 Andy Wingo <wingo@pobox.com>
13096 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
13097 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13098 of _open and _close.
13100 * sys/v4l/gstv4lxoverlay.h:
13101 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13102 an Xv connection here, instead of all the time. Make Xv only be
13103 loaded if you axe for it. Kindof a workaround for buggy behaviour
13104 of Xv when using remote xservers (XvQueryExtension would block).
13105 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13106 replace the _open and _close public API. Only start the xv
13107 connection if necessary.
13108 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13110 2005-08-23 David Schleef <ds@schleef.org>
13112 * gst/audioresample/Makefile.am: Leet audioresampling code
13113 * gst/audioresample/buffer.c:
13114 * gst/audioresample/buffer.h:
13115 * gst/audioresample/debug.c:
13116 * gst/audioresample/debug.h:
13117 * gst/audioresample/functable.c:
13118 * gst/audioresample/functable.h:
13119 * gst/audioresample/gstaudioresample.c:
13120 * gst/audioresample/gstaudioresample.h:
13121 * gst/audioresample/resample.c:
13122 * gst/audioresample/resample.h:
13123 * gst/audioresample/resample_chunk.c:
13124 * gst/audioresample/resample_functable.c:
13125 * gst/audioresample/resample_ref.c:
13127 2005-08-23 Wim Taymans <wim@fluendo.com>
13129 * examples/seeking/seek.c: (make_vorbis_pipeline),
13130 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13131 Small seek updates.
13133 2005-08-23 Andy Wingo <wingo@pobox.com>
13135 * gst-libs/gst/audio/gstbaseaudiosrc.c
13136 (gst_base_audio_src_fixate): Only fixate endianness if it is
13137 present in the caps.
13139 2005-08-22 Andy Wingo <wingo@pobox.com>
13141 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
13142 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13143 device-name property.
13145 * gst-libs/gst/audio/gstaudiosrc.h:
13146 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13147 close_device in the ring buffer, like gstaudiosink.
13149 * ext/alsa/gstalsamixer.h:
13150 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13151 macro to implement the interface without much code. Cleanups.
13153 * ext/alsa/gstalsasrc.h:
13154 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13157 * ext/alsa/Makefile.am: Add new files.
13158 * ext/alsa/gstalsamixerelement.c:
13159 * ext/alsa/gstalsamixerelement.c: Split element code out from
13160 mixer code so that alsasrc can be a mixer too.
13162 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
13164 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13166 * check/elements/vorbisdec.c: (setup_vorbisdec),
13167 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13168 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13169 (vorbis_handle_identification_packet),
13170 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13171 (vorbis_handle_header_packet), (vorbis_dec_push),
13172 (vorbis_dec_chain):
13173 use the setup/teardown methods to save code. save code is good.
13175 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13177 * check/Makefile.am:
13178 add ext dir for plugins
13179 add vorbisdec test conditionally
13180 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13181 (GST_START_TEST), (volume_suite):
13182 add a test with wrong caps
13183 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13184 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13185 add a vorbisdec test
13186 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13187 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13188 clean up debug output
13189 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13190 yay, fix a segfault/security issue in vorbisdec
13191 gst-launch fakesrc ! vorbisdec wasn't happy
13192 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13193 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13194 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13195 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13196 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13197 (gst_vorbisenc_set_metadata), (get_constraints_string),
13198 (update_start_message), (gst_vorbisenc_setup),
13199 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13200 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13201 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13202 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13203 * ext/vorbis/vorbisenc.h:
13205 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13206 (gst_ffmpegcsp_transform):
13207 have the kow come home
13208 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13210 * gst/volume/gstvolume.c: (volume_set_caps):
13213 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13216 * check/.cvsignore:
13217 * check/Makefile.am:
13218 * check/elements/.cvsignore:
13219 * check/elements/volume.c: (chain_func), (event_func),
13220 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13223 add unit test structure for gst-plugins-base
13224 add a test for volume
13225 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13226 (gst_volume_set_volume), (gst_volume_get_volume),
13227 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13228 (volume_funcfind), (volume_process_float), (volume_process_int16),
13229 (volume_set_caps), (volume_transform), (volume_update_mute),
13230 (volume_update_volume), (volume_set_property),
13231 (volume_get_property):
13232 document a little; use basetransform vmethod _set_caps
13234 2005-08-19 Andy Wingo <wingo@pobox.com>
13236 * ext/alsa/gstalsamixertrack.h:
13237 * ext/alsa/gstalsamixertrack.c:
13238 * ext/alsa/gstalsamixeroptions.h:
13239 * ext/alsa/gstalsamixeroptions.c:
13240 * ext/alsa/gstalsamixer.h:
13241 * ext/alsa/gstalsamixer.c: Port to 0.9.
13243 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13244 Remove gstalsa.c and alsaclock. No more cruft here.
13246 2005-08-18 Wim Taymans <wim@fluendo.com>
13248 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13249 (gst_base_rtp_depayload_chain),
13250 (gst_base_rtp_depayload_add_to_queue),
13251 (gst_base_rtp_depayload_push),
13252 (gst_base_rtp_depayload_queue_release):
13253 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13254 Fix for RTPBuffer changes.
13256 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13257 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13258 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13259 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13260 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13261 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13262 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13263 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13264 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13265 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13266 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13267 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13268 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13269 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13270 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13271 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13272 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13273 (gst_rtpbuffer_get_payload):
13274 * gst-libs/gst/rtp/gstrtpbuffer.h:
13275 Don't subclass GstBuffer but add methods and helper functions
13276 to construct and manipulate RTP packets in regular GstBuffers.
13278 2005-08-18 Stefan Kost <ensonic@users.sf.net>
13280 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13281 moved statement below switch
13282 * gst/volume/gstvolume.c: (gst_volume_class_init):
13285 2005-08-16 Wim Taymans <wim@fluendo.com>
13287 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13288 (gst_base_audio_src_change_state):
13289 Open and close device in READY<->NULL state change.
13291 2005-08-16 Andy Wingo <wingo@pobox.com>
13293 * examples/seeking/Makefile.am: Don't compile non-compiling
13294 compiled objects with the compiler.
13296 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13299 2005-08-12 Philippe Khalaf <burger@speedy.org>
13300 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13301 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13302 Made a thread to release the queue.
13303 Removed timestamp conversion for now.
13305 2005-08-10 Philippe Khalaf <burger@speedy.org>
13306 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13307 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13308 Added rtp timestamp -> gst timestamp conversion.
13309 Fixed several problems with queue.
13311 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13313 * gst-libs/gst/audio/gstaudioclock.h:
13314 * gst-libs/gst/audio/gstaudiofilter.h:
13315 * gst-libs/gst/audio/gstaudiosink.h:
13316 * gst-libs/gst/audio/gstaudiosrc.h:
13317 * gst-libs/gst/audio/gstbaseaudiosink.h:
13318 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13319 * gst-libs/gst/audio/gstringbuffer.h:
13320 * gst-libs/gst/net/gstnetbuffer.h:
13321 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13322 * gst-libs/gst/rtp/gstrtpbuffer.h:
13323 Add padding (you will need to rebuild gst-plugins-base,
13324 gst-plugins and all applications afterwards!)
13326 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13328 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13329 (gst_riff_parse_chunk):
13330 Fix bug in debug message and add some more debug messages.
13332 2005-08-08 Edward Hervey <edward@fluendo.com>
13334 * gst-libs/gst/riff/riff-media.c:
13335 backported updates since branch
13337 2005-08-08 Andy Wingo <wingo@pobox.com>
13339 * gst-libs/gst/audio/gstbaseaudiosink.c
13340 (gst_base_audio_sink_change_state): Open the device in NULL->READY
13341 like good elements should. Close on READY->NULL too.
13343 * gst-libs/gst/audio/gstaudiosink.c
13344 (gst_audioringbuffer_open_device,
13345 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13346 (gst_audioringbuffer_release): Updates for new ring buffer API,
13347 hook into the new audio sink api.
13349 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13350 (GstAudioSinkClass.close): Just open and close the device -- no
13351 resource allocation or configuration.
13352 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13353 vmethods, handle device setup and resource allocation.
13355 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13356 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13359 * gst-libs/gst/audio/gstringbuffer.h
13360 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13363 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13364 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13365 New API functions. The device should be opened before acquiring
13366 and closed after releasing.
13368 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
13370 * gst-libs/gst/interfaces/mixer.h:
13371 Reset padding to GST_PADDING.
13373 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13375 * gst/playback/gstplaybin.c: (remove_sinks):
13376 Remove visualization from parent explicitely; works around some
13377 apparent refcount issue that I haven't tracked down yet.
13379 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13381 * ext/alsa/gstalsasink.c: (set_hwparams):
13382 Assign debug category, add negotiation debug msgs.
13384 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13386 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13387 Fix error code for file-not-found to NOT_FOUND.
13389 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13391 * common/gtk-doc-plugins.mak:
13392 * docs/plugins/Makefile.am:
13393 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13394 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13395 renamed to actual element names, so much nicer to look at
13396 * docs/plugins/tmpl/gstmultifdsink.sgml:
13398 * docs/plugins/tmpl/multifdsink.sgml:
13399 * docs/plugins/tmpl/tcpserversink.sgml:
13401 * ext/alsa/gstalsa.c:
13402 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13403 * ext/ogg/gstoggmux.c:
13404 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13405 * gst/playback/gstdecodebin.c:
13406 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13407 * gst/tcp/gsttcpserversink.c:
13408 various fixes and documentation additions
13410 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13412 * common/Makefile.am:
13413 * common/gstdoc-scangobj:
13414 * common/gtk-doc-plugins.mak:
13415 * common/gtk-doc.mak:
13416 add a custom scangobj that uses the registry
13417 add a custom gtk-doc-plugins.mak that uses it
13418 some doc build fixes
13420 * docs/Makefile.am:
13421 * docs/plugins/Makefile.am:
13422 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13423 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13424 * docs/plugins/gst-plugins-base-plugins.types:
13425 * docs/plugins/tmpl/gstmultifdsink.sgml:
13426 add docs for one element, multifdsink
13427 * gst/adder/gstadder.h:
13428 * gst/volume/gstvolume.h:
13429 don't privatize enum
13430 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13431 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13432 (gst_sync_method_get_type), (gst_client_status_get_type),
13433 (gst_multifdsink_class_init),
13434 (gst_multifdsink_client_queue_buffer),
13435 (gst_multifdsink_handle_client_write):
13436 * gst/tcp/gstmultifdsink.h:
13437 * gst/tcp/gsttcp.h:
13438 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13439 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13440 (gst_tcpclientsink_render):
13441 * gst/tcp/gsttcpclientsink.h:
13442 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13443 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13444 (gst_tcpclientsrc_start):
13445 * gst/tcp/gsttcpclientsrc.h:
13446 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13447 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13448 * gst/tcp/gsttcpserversrc.h:
13449 * gst/typefind/gsttypefindfunctions.c:
13450 remove superfluous Type stuff
13452 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13454 * gst/playback/gstplaybin.c: (gen_video_element):
13457 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13459 * gst-libs/gst/gconf/gconf.c:
13460 * gst-libs/gst/gconf/gconf.h:
13461 Fix some Andy Problem [tm].
13463 2005-08-04 Andy Wingo <wingo@pobox.com>
13465 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13466 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13467 (gst_ffmpegcsp_get_size): Adapt to API changes.
13469 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13470 Implement an in-place do-nothing transform.
13472 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13474 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13475 (gst_ximagesink_renegotiate_size):
13476 Do not set new window sizes yet if we prepare a new buffer size
13477 for upstream renegotiation (software scaling) at some point in the
13478 future, because this new size waqs not actually accepted yet. Once
13479 accepted, renegotiation later on will set the new sizes just fine.
13480 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13481 embedding testcase.
13483 2005-08-03 Andy Wingo <wingo@pobox.com>
13485 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13486 (gst_ximagesink_buffer_alloc):
13487 Protect the height, width, and desired_caps with the pool_lock.
13488 Fixes videotestsrc ! queue ! ximagesink.
13490 2005-08-02 Edward Hervey <edward@fluendo.com>
13492 * gst/volume/gstvolume.c:
13493 include left from controller cleanup
13495 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
13496 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13497 Stop collectpads before calling the parent state
13498 change function on PAUSED->READY.
13500 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
13502 When testing for X libs, use the X CFlags
13503 * gst/adder/gstadder.c: (gst_adder_change_state):
13504 Stop the collectpads before calling parent state change function
13505 on PAUSED->READY, otherwise we deadlock deactivating pads.
13507 2005-08-01 Stefan Kost <ensonic@users.sf.net>
13510 * docs/libs/tmpl/gstcolorbalance.sgml:
13511 * docs/libs/tmpl/gstmixer.sgml:
13512 * examples/Makefile.am:
13513 * gst/sine/Makefile.am:
13514 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13515 (gst_sinesrc_set_property), (plugin_init):
13516 * gst/sine/gstsinesrc.h:
13517 * gst/volume/Makefile.am:
13518 * gst/volume/gstvolume.c: (gst_volume_set_volume),
13519 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13520 (volume_process_float), (volume_process_int16),
13521 (volume_set_property), (plugin_init):
13522 * gst/volume/gstvolume.h:
13523 deactivate and remove dparams (libgstcontrol)
13525 2005-07-29 Wim Taymans <wim@fluendo.com>
13527 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13528 Convert me to BaseTransform!! help..
13530 2005-07-29 Andy Wingo <wingo@pobox.com>
13532 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13535 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13536 support of both endiannesses.
13538 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13540 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13541 Fix confusing debug message (s/event/query/)
13543 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13545 * gst/videotestsrc/videotestsrc.h:
13546 Use "_stdint.h" instead of <stdint.h>
13548 2005-07-27 Wim Taymans <wim@fluendo.com>
13550 * ext/vorbis/Makefile.am:
13551 Revert wrong commit.
13553 2005-07-27 Wim Taymans <wim@fluendo.com>
13555 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13556 More compilation fixen.
13558 2005-07-27 Wim Taymans <wim@fluendo.com>
13560 * gst-libs/gst/audio/gstbaseaudiosink.c:
13561 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13562 (gst_base_audio_sink_create_ringbuffer),
13563 (gst_base_audio_sink_change_state):
13566 2005-07-27 Wim Taymans <wim@fluendo.com>
13568 * examples/seeking/seek.c: (setup_dynamic_link),
13569 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13570 (query_positions_elems), (query_positions_pads), (do_seek):
13571 Update seek example.
13573 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13574 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13575 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13576 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13577 (gst_ogg_demux_handle_event),
13578 (gst_ogg_demux_deactivate_current_chain),
13579 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13580 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13581 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13582 (gst_ogg_demux_loop):
13583 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13584 * ext/theora/theoradec.c: (theora_dec_src_event),
13585 (theora_dec_src_getcaps), (theora_dec_sink_event),
13586 (theora_dec_push), (theora_dec_chain):
13587 * ext/vorbis/Makefile.am:
13588 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13589 (vorbis_dec_sink_event), (vorbis_dec_push),
13590 (vorbis_handle_data_packet):
13591 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13592 (gst_vorbisenc_chain):
13593 * gst/playback/gststreaminfo.c: (cb_probe):
13594 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13595 * gst/videorate/gstvideorate.c: (gst_videorate_event):
13596 * gst/videoscale/gstvideoscale.c:
13597 (gst_videoscale_handle_src_event):
13598 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13599 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13600 (gst_ximagesink_navigation_send_event):
13601 * sys/xvimage/xvimagesink.c:
13602 (gst_xvimagesink_navigation_send_event):
13603 Various event updates and cleanups
13605 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13607 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13608 Fix segfault for I420/YV12.
13610 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13612 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13615 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13617 * gst/playback/gstplaybin.c: (gen_video_element),
13618 (gen_audio_element):
13619 Switch to auto*sink elements as default sinks; add volume element
13620 so that volume control in totem works.
13622 2005-07-21 Wim Taymans <wim@fluendo.com>
13624 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13625 * gst/playback/gstplaybin.c: (setup_sinks),
13626 (gst_play_bin_change_state):
13627 Refcount fix and more comments.
13629 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13631 * sys/ximage/Makefile.am:
13632 * sys/ximage/ximage.c: (plugin_init):
13633 * sys/ximage/ximagesink.c:
13634 Prepare for adding ximagesrc, rename of plugin to ximage etc.
13637 2005-07-21 Wim Taymans <wim@fluendo.com>
13639 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13640 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13641 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13642 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13643 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13644 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13645 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13646 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13647 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13648 Generate correct disconts for live chained oggs.
13650 * gst-libs/gst/audio/gstbaseaudiosink.c:
13651 (gst_base_audio_sink_render),
13652 (gst_base_audio_sink_create_ringbuffer),
13653 (gst_base_audio_sink_change_state):
13654 Handle discont math correctly.
13656 * gst/playback/gstplaybin.c: (add_sink):
13657 Some small debug cleanup.
13659 2005-07-21 Wim Taymans <wim@fluendo.com>
13661 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13662 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13663 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13664 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13665 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13666 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13667 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13668 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13669 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13670 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13671 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13672 (gst_ogg_demux_change_state), (gst_ogg_print):
13673 Reorganize code to send the right disconts when in streaming
13676 2005-07-20 Andy Wingo <wingo@pobox.com>
13678 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13679 fix (?), fixes a seggie mcfalterson (#310894).
13681 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13683 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13684 (gst_ogg_mux_set_header_on_caps):
13685 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13686 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13687 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13688 * gst-libs/gst/audio/multichannel.c:
13689 (gst_audio_set_channel_positions),
13690 (gst_audio_set_structure_channel_positions_list):
13691 * gst/playback/gstdecodebin.c: (dynamic_create):
13692 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13693 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13694 Fixes for API changes in core.
13696 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13698 * gst/playback/gstplaybasebin.c: (fill_buffer):
13699 Use _new_custom() so we can set custom message types for buffering
13702 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13705 * gst-libs/gst/Makefile.am:
13706 * gst-libs/gst/gconf/.cvsignore:
13707 * gst-libs/gst/gconf/Makefile.am:
13708 * gst-libs/gst/gconf/test-gconf.c:
13709 * pkgconfig/Makefile.am:
13710 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13711 * pkgconfig/gstreamer-gconf.pc.in:
13712 Remove gconf stuff, use gconf elements instead from now on.
13714 2005-07-20 Wim Taymans <wim@fluendo.com>
13716 * gst-libs/gst/audio/TODO:
13717 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13718 (gst_audio_clock_get_internal_time):
13719 * gst-libs/gst/audio/gstaudioclock.h:
13720 * gst-libs/gst/audio/gstbaseaudiosink.c:
13721 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13722 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13723 (gst_base_audio_sink_render),
13724 (gst_base_audio_sink_create_ringbuffer),
13725 (gst_base_audio_sink_change_state):
13726 Make sure the audio clock always returns an increasing value.
13728 2005-07-19 Andy Wingo <wingo@pobox.com>
13730 * gst/videotestsrc/: Cleanups.
13732 2005-07-19 Wim Taymans <wim@fluendo.com>
13734 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13737 2005-07-19 Wim Taymans <wim@fluendo.com>
13739 * examples/seeking/seek.c: (make_dv_pipeline),
13740 (make_vorbis_theora_pipeline), (query_rates),
13741 (query_positions_elems), (query_positions_pads), (do_seek):
13742 Make correct DV pipeline.
13744 2005-07-18 Andy Wingo <wingo@pobox.com>
13746 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13747 default. Also because it's the only thing that really works. (This
13748 is used in the GConf elements).
13749 Use AS_LIBTOOL_TAGS.
13751 2005-07-18 Wim Taymans <wim@fluendo.com>
13753 * gst/playback/gstdecodebin.c: (remove_element_chain):
13754 * gst/playback/gstplaybin.c: (add_sink):
13755 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13756 (gst_stream_info_set_mute):
13757 * gst/playback/gststreamselector.c:
13758 (gst_stream_selector_get_linked_pad),
13759 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13760 More leak and compile fixes.
13762 2005-07-18 Wim Taymans <wim@fluendo.com>
13764 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13765 (query_rates), (query_positions_elems), (query_positions_pads),
13766 (do_seek), (seek_cb), (stop_seek):
13767 Updated seek example.
13769 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13770 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13771 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13772 * gst/playback/gstplaybin.c: (add_sink):
13773 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13774 (gst_stream_info_set_mute):
13775 Some refcount leak fixes.
13777 2005-07-16 Wim Taymans <wim@fluendo.com>
13779 * gst-libs/gst/audio/gstbaseaudiosink.c:
13780 (gst_base_audio_sink_render):
13781 Align samples even if we have roundoff errors in the
13782 timestamp conversion.
13784 2005-07-16 Wim Taymans <wim@fluendo.com>
13786 * docs/libs/tmpl/gstringbuffer.sgml:
13787 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13788 (query_rates), (query_positions_elems), (query_positions_pads),
13789 (update_scale), (do_seek):
13790 Updated seek example.
13792 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13793 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13794 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13795 (gst_ogg_demux_loop):
13796 Push out correct discont values.
13798 * ext/theora/theoradec.c: (theora_dec_src_convert),
13799 (theora_dec_sink_convert), (theora_dec_src_getcaps),
13800 (theora_dec_sink_event), (theora_handle_type_packet),
13801 (theora_handle_header_packet), (theora_dec_push),
13802 (theora_handle_data_packet), (theora_dec_chain),
13803 (theora_dec_change_state):
13804 Better timestamping.
13806 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13807 (vorbis_dec_sink_event), (vorbis_dec_push),
13808 (vorbis_handle_data_packet), (vorbis_dec_chain):
13809 * ext/vorbis/vorbisdec.h:
13810 Better timestamping.
13812 * gst-libs/gst/audio/gstbaseaudiosink.c:
13813 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13814 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13815 Handle syncing on timestamps instead of sample offsets. Make
13816 use of DISCONT values as described in design docs.
13818 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13819 (gst_base_audio_src_get_time):
13820 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13821 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13822 (gst_ring_buffer_read):
13823 * gst-libs/gst/audio/gstringbuffer.h:
13824 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13825 (gst_ximagesink_show_frame):
13826 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13827 Correcly convert buffer timestamp to stream time.
13829 2005-07-16 Wim Taymans <wim@fluendo.com>
13831 * gst/audioconvert/gstaudioconvert.c:
13832 (gst_audio_convert_get_buffer):
13833 Timestamp buffers correctly.
13835 * gst/playback/gstplaybin.c: (gen_video_element):
13836 Make internal fakesink silent.
13838 2005-07-15 Wim Taymans <wim@fluendo.com>
13840 * gst/ffmpegcolorspace/Makefile.am:
13841 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13842 (gst_ffmpegcsp_caps_remove_format_info),
13843 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13844 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13845 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13846 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13847 Ported ffmpegcolorspace to basetransform.
13849 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13850 * gst/volume/gstvolume.c: (volume_transform):
13853 2005-07-14 Wim Taymans <wim@fluendo.com>
13855 * gst/videotestsrc/Makefile.am:
13856 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13857 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13858 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13859 (gst_videotestsrc_init), (gst_videotestsrc_event),
13860 (gst_videotestsrc_create), (gst_videotestsrc_start),
13861 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13862 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13863 (gst_videotestsrc_get_property):
13864 * gst/videotestsrc/gstvideotestsrc.h:
13865 Make videotestsrc a pushsrc.
13867 2005-07-14 Wim Taymans <wim@fluendo.com>
13869 * gst/tcp/gstfdset.c: (gst_fdset_free):
13870 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13871 (gst_multifdsink_add), (gst_multifdsink_remove),
13872 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13873 (gst_multifdsink_remove_client_link),
13874 (gst_multifdsink_client_queue_data),
13875 (gst_multifdsink_client_queue_caps),
13876 (gst_multifdsink_client_queue_buffer),
13877 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13878 (gst_multifdsink_stop):
13879 * gst/tcp/gstmultifdsink.h:
13882 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13883 Also draw image when not from a pool.
13885 2005-07-14 Wim Taymans <wim@fluendo.com>
13887 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13888 (mute_stream), (silence_stream):
13889 Small debug additions.
13891 2005-07-14 Wim Taymans <wim@fluendo.com>
13893 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13894 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13895 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13896 Better error recovery, ignore unconnected pads and
13899 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
13901 * docs/libs/tmpl/gstaudio.sgml:
13902 * docs/libs/tmpl/gstcolorbalance.sgml:
13903 * docs/libs/tmpl/gstgconf.sgml:
13904 * docs/libs/tmpl/gstmixer.sgml:
13905 * docs/libs/tmpl/gstringbuffer.sgml:
13906 * docs/libs/tmpl/gsttuner.sgml:
13907 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13908 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13909 (gst_tcpclientsrc_class_init):
13910 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13911 (gst_tcpserversrc_class_init):
13912 * sys/v4l/gstv4lelement.c:
13913 more autistic cleanliness in functions/names/defines
13915 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
13918 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13919 added manually to each Makefile.am so we are sure it goes
13920 *last* and doesn't add -L flags before linking in libs of our
13921 own, like, say, internal .la libs, that then accidentally pick
13922 up the installed copy.
13923 * docs/libs/Makefile.am:
13924 * ext/alsa/Makefile.am:
13925 * ext/cdparanoia/Makefile.am:
13926 * ext/gnomevfs/Makefile.am:
13927 * ext/libvisual/Makefile.am:
13928 * ext/ogg/Makefile.am:
13929 * ext/theora/Makefile.am:
13930 * ext/vorbis/Makefile.am:
13931 * gst-libs/gst/video/Makefile.am:
13932 * gst/adder/Makefile.am:
13933 * gst/audioconvert/Makefile.am:
13934 * gst/audiorate/Makefile.am:
13935 * gst/audioscale/Makefile.am:
13936 * gst/ffmpegcolorspace/Makefile.am:
13937 * gst/playback/Makefile.am:
13938 * gst/sine/Makefile.am:
13939 * gst/subparse/Makefile.am:
13940 * gst/tags/Makefile.am:
13941 * gst/tcp/Makefile.am:
13942 * gst/typefind/Makefile.am:
13943 * gst/videorate/Makefile.am:
13944 * gst/videoscale/Makefile.am:
13945 * gst/videotestsrc/Makefile.am:
13946 * gst/volume/Makefile.am:
13947 * sys/v4l/Makefile.am:
13948 * sys/ximage/Makefile.am:
13949 * sys/xvimage/Makefile.am:
13950 adapt properly to this change. This should make sure that
13951 plugins and libs properly link to the as-yet-uninstalled
13952 copies of stuff like libgstinterfaces and libgstvideo
13954 2005-07-13 Andy Wingo <wingo@pobox.com>
13956 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13957 (gst_v4lsrc_fixate): Fixate on format as well.
13959 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
13960 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13961 buffer points to it.
13962 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13963 rather just doing X calls ourselves. Also fixes a memleak.
13965 2005-07-12 Andy Wingo <wingo@pobox.com>
13967 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
13968 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
13969 (gst_v4lsrc_create): Re-add the copy-mode property, default to
13970 TRUE to avoid deadlocks if an element holds on to our buffers.
13972 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
13974 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13975 (gst_sinesrc_init), (gst_sinesrc_create),
13976 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13977 (gst_sinesrc_start):
13978 * gst/sine/gstsinesrc.h:
13979 removing num-buffers property before moving it
13981 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
13984 use overridable ERROR_CFLAGS
13985 * docs/libs/gst-plugins-base-libs.types:
13986 * docs/libs/tmpl/gstringbuffer.sgml:
13987 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13988 (gst_alsasink_class_init):
13989 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13990 (gst_alsasrc_class_init):
13991 * gst-libs/gst/audio/audio.h:
13992 * gst-libs/gst/audio/gstaudioclock.h:
13993 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13994 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13995 (gst_audio_filter_link), (gst_audio_filter_init),
13996 (gst_audio_filter_chain), (gst_audio_filter_set_property),
13997 (gst_audio_filter_get_property),
13998 (gst_audio_filter_class_add_pad_templates):
13999 * gst-libs/gst/audio/gstaudiofilter.h:
14000 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14001 (gst_audio_filter_template_get_type),
14002 (gst_audio_filter_template_base_init),
14003 (gst_audio_filter_template_class_init),
14004 (gst_audio_filter_template_init),
14005 (gst_audio_filter_template_set_property),
14006 (gst_audio_filter_template_get_property), (plugin_init),
14007 (gst_audio_filter_template_setup),
14008 (gst_audio_filter_template_filter),
14009 (gst_audio_filter_template_filter_inplace):
14010 * gst-libs/gst/audio/gstaudiosink.c:
14011 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14012 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14013 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14014 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14015 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14016 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14017 * gst-libs/gst/audio/gstaudiosink.h:
14018 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14019 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14020 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14021 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14022 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14023 (gst_audio_src_class_init), (gst_audio_src_init),
14024 (gst_audio_src_create_ringbuffer):
14025 * gst-libs/gst/audio/gstaudiosrc.h:
14026 * gst-libs/gst/audio/gstbaseaudiosink.c:
14027 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14028 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14029 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14030 (gst_base_audio_sink_set_property),
14031 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14032 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14033 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14034 (gst_base_audio_sink_create_ringbuffer),
14035 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14036 * gst-libs/gst/audio/gstbaseaudiosink.h:
14037 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14038 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14039 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14040 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14041 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14042 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14043 (gst_base_audio_src_event), (gst_base_audio_src_create),
14044 (gst_base_audio_src_create_ringbuffer),
14045 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14046 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14047 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14048 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14049 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14050 (gst_ring_buffer_debug_spec_caps),
14051 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14052 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14053 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14054 (gst_ring_buffer_start), (gst_ring_buffer_pause),
14055 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14056 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14057 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14058 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14059 (gst_ring_buffer_clear):
14060 * gst-libs/gst/audio/gstringbuffer.h:
14061 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14062 (gst_video_sink_class_init), (gst_video_sink_get_type):
14063 * gst-libs/gst/video/videosink.h:
14064 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14065 (gst_multifdsink_class_init),
14066 (gst_multifdsink_handle_client_write),
14067 (gst_multifdsink_change_state):
14068 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14069 (gst_tcpclientsink_setcaps):
14070 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14071 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14072 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14073 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14074 (gst_ximagesink_send_pending_navigation),
14075 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14076 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14077 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14078 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14079 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14080 (gst_xvimagesink_send_pending_navigation),
14081 (gst_xvimagesink_navigation_send_event),
14082 (gst_xvimagesink_set_xwindow_id),
14083 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14084 (gst_xvimagesink_get_type):
14085 more macro splitting
14087 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14089 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14090 plug a memleak, allows me to import 1479 albums in one go
14092 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14093 (vorbis_handle_type_packet), (vorbis_dec_chain),
14094 (vorbis_dec_change_state):
14095 fix some format strings
14097 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14099 * docs/libs/tmpl/gstcolorbalance.sgml:
14100 * docs/libs/tmpl/gstmixer.sgml:
14101 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14102 (gst_alsasink_set_property), (gst_alsasink_get_property):
14103 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14104 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14105 add device property
14107 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14109 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14110 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14111 (audiocast_register_listener), (audiocast_thread_run),
14112 (gst_gnomevfssrc_send_additional_headers_callback),
14113 (gst_gnomevfssrc_received_headers_callback),
14114 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14115 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14116 (gst_gnomevfssrc_get_size):
14117 add/clean up debugging
14118 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14121 2005-07-07 Andy Wingo <wingo@pobox.com>
14123 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14124 framerate. Need to get a handle on when exactly this function is
14127 * sys/v4l/v4lsrc_calls.h:
14128 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14129 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14130 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14132 * sys/v4l/v4l_calls.h: Cast to V4lElement.
14133 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14134 v4lelements are sources.
14136 * sys/v4l/gstv4lxoverlay.h:
14137 * sys/v4l/gstv4lxoverlay.c:
14138 * sys/v4l/gstv4ltuner.h:
14139 * sys/v4l/gstv4ltuner.c: Header loc fixen.
14141 * sys/v4l/gstv4lsrc.h:
14142 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14143 PushSrc/BaseSrc. Removed most sync-related properties, videorate
14144 or something should handle that. Made a live source.
14146 * sys/v4l/gstv4lelement.h:
14147 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14148 signals. Some cleanups.
14150 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14152 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14155 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14158 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14160 2005-07-07 Wim Taymans <wim@fluendo.com>
14162 * ext/theora/theoradec.c: (theora_get_query_types),
14163 (theora_dec_src_getcaps), (theora_dec_push):
14164 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14165 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14166 Remove deprecated/unused query types.
14168 2005-07-06 Wim Taymans <wim@fluendo.com>
14170 * ext/alsa/Makefile.am:
14171 * ext/alsa/gstalsaplugin.c: (plugin_init):
14172 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14173 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14174 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14175 (gst_alsasrc_class_init), (gst_alsasrc_init),
14176 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14177 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14178 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14179 (gst_alsasrc_reset):
14180 * ext/alsa/gstalsasrc.h:
14181 * gst-libs/gst/audio/Makefile.am:
14182 * gst-libs/gst/audio/gstaudiosink.c:
14183 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14184 (gst_audioringbuffer_start):
14185 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14186 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14187 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14188 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14189 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14190 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14191 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14192 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14193 * gst-libs/gst/audio/gstaudiosrc.h:
14194 * gst-libs/gst/audio/gstbaseaudiosink.c:
14195 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14196 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14197 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14198 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14199 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14200 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14201 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14202 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14203 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14204 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14205 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14206 (gst_baseaudiosrc_change_state):
14207 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14208 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14209 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14210 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14211 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14212 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14213 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14214 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14215 * gst-libs/gst/audio/gstringbuffer.h:
14216 Added audiosource base classes.
14217 Ported alsasrc, still very basic.
14219 2005-07-06 Wim Taymans <wim@fluendo.com>
14221 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14222 (theora_dec_push), (theora_handle_data_packet):
14223 Prepare for better timestamp fix later.
14225 * gst/audioconvert/gstaudioconvert.c:
14226 List most accurate caps first
14228 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14229 Use proper pad task function.
14231 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14232 (gst_xvimagesink_show_frame):
14233 Fix deadlock when alloc failed.
14235 2005-07-05 Andy Wingo <wingo@pobox.com>
14237 * ext/gnomevfs/gstgnomevfssrc.c:
14238 * gst/sine/gstsinesrc.c:
14239 * gst/tcp/gsttcpserversrc.c:
14240 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14242 * sys/v4l/: Port from 0.8.
14244 * Many files: Null if we got it....
14246 2005-07-05 Andy Wingo <wingo@pobox.com>
14248 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
14249 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14252 2005-07-05 Wim Taymans <wim@fluendo.com>
14255 * gst/tcp/Makefile.am:
14257 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14258 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14259 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14260 (is_sync_frame), (gst_multifdsink_handle_client_write),
14261 (gst_multifdsink_render), (gst_multifdsink_start),
14262 (gst_multifdsink_stop), (gst_multifdsink_change_state):
14263 * gst/tcp/gstmultifdsink.h:
14264 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14265 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14266 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14267 * gst/tcp/gsttcp.h:
14268 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14269 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14270 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14271 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14272 * gst/tcp/gsttcpclientsink.h:
14273 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14274 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14275 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14276 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14277 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14278 * gst/tcp/gsttcpclientsrc.h:
14279 * gst/tcp/gsttcpplugin.c: (plugin_init):
14280 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14281 * gst/tcp/gsttcpserversink.h:
14282 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14283 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14284 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14285 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14286 (gst_tcpserversrc_stop):
14287 * gst/tcp/gsttcpserversrc.h:
14288 * gst/tcp/gsttcpsink.c:
14289 * gst/tcp/gsttcpsink.h:
14290 * gst/tcp/gsttcpsrc.c:
14291 * gst/tcp/gsttcpsrc.h:
14292 Ported tcp plugins to 0.9.
14295 2005-07-05 Andy Wingo <wingo@pobox.com>
14297 * gst/playback/gstplaybasebin.c (fill_buffer):
14298 message_new_application fixen.
14300 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14303 2005-07-04 Wim Taymans <wim@fluendo.com>
14305 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14306 Set caps on output buffer.
14308 2005-07-04 Andy Wingo <wingo@pobox.com>
14310 * ext/gnomevfs/gstgnomevfssrc.c
14311 (gst_gnomevfssrc_received_headers_callback)
14312 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14315 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14316 No refcount leakage.
14318 * configure.ac: Enable -Werror.
14320 * ext/theora/theoradec.c (theora_dec_src_getcaps):
14321 * gst/audioconvert/bufferframesconvert.c
14322 (buffer_frames_convert_fixate):
14323 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14324 (gst_audio_convert_fixate):
14325 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14326 (gst_sinesrc_create): Fixate func changes.
14328 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14329 (gst_ximagesink_buffer_alloc): Unused var.
14331 2005-07-01 Andy Wingo <wingo@pobox.com>
14333 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14334 getcaps to do explicit caps. Needs to be done in all decoders,
14335 possibly via a base class.
14337 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14339 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14340 caps on the sink pad, just rely on the pad template. Also, setting
14341 ANY caps on a pad is not valid because the caps are not fixed.
14343 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14344 caps on the buffer, and get the width from the desired_caps if
14346 (gst_ximagesink_renegotiate_size): Implement via setting the
14347 desired_caps on the ximagesink.
14348 (gst_ximagesink_setcaps): Only reset the width of the player if it
14349 wasn't already set. Not sure if this is right.
14350 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14352 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14353 that the user wants. NULL unless the window has been resized.
14355 * gst/volume/gstvolume.c (volume_transform): Adapt to
14356 basetransform refcount changes.
14358 2005-07-01 Andy Wingo <wingo@pobox.com>
14360 * gst/videoscale/gstvideoscale.c:
14361 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14362 from BaseTransform, implements a transform_caps. Removed dead code
14363 including some PAR stuff that was never reached -- should probably
14364 be added back somehow.
14366 2005-07-01 Andy Wingo <wingo@pobox.com>
14368 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14371 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
14374 * docs/libs/Makefile.am:
14375 * docs/libs/gst-plugins-libs.types:
14376 * ext/alsa/Makefile.am:
14377 * ext/alsa/gstalsamixer.h:
14378 * ext/alsa/gstalsamixeroptions.h:
14379 * ext/alsa/gstalsamixertrack.h:
14380 * gst-libs/gst/Makefile.am:
14381 * gst-libs/gst/colorbalance/.cvsignore:
14382 * gst-libs/gst/colorbalance/Makefile.am:
14383 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14384 * gst-libs/gst/colorbalance/colorbalance.c:
14385 * gst-libs/gst/colorbalance/colorbalance.h:
14386 * gst-libs/gst/colorbalance/colorbalance.vcproj:
14387 * gst-libs/gst/colorbalance/colorbalancechannel.c:
14388 * gst-libs/gst/colorbalance/colorbalancechannel.h:
14389 * gst-libs/gst/interfaces/Makefile.am:
14390 * gst-libs/gst/interfaces/colorbalance.c:
14391 (gst_color_balance_class_init):
14392 * gst-libs/gst/interfaces/colorbalance.h:
14393 * gst-libs/gst/interfaces/interfaces-marshal.list:
14394 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14395 * gst-libs/gst/interfaces/mixer.h:
14396 * gst-libs/gst/interfaces/mixeroptions.h:
14397 * gst-libs/gst/interfaces/navigation.c:
14398 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14399 * gst-libs/gst/interfaces/tuner.h:
14400 * gst/volume/Makefile.am:
14401 * gst/volume/gstvolume.c:
14402 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14403 * sys/ximage/Makefile.am:
14404 * sys/ximage/ximagesink.c:
14405 * sys/xvimage/Makefile.am:
14406 * sys/xvimage/xvimagesink.c:
14407 fold in all interfaces into an interfaces dir, preserving CVS
14410 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14412 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14413 Fix build after riff changes.
14415 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14417 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14418 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14419 (gst_riff_create_video_template_caps),
14420 (gst_riff_create_audio_template_caps),
14421 (gst_riff_create_iavs_template_caps):
14422 * gst-libs/gst/riff/riff-media.h:
14423 * gst-libs/gst/riff/riff-read.h:
14424 * gst-libs/gst/riff/riff.c: (gst_riff_init):
14425 Add gst_riff_init() to initialize the debug category, instead
14426 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14428 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14430 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14431 Oops, I shouldn't apply hacks.
14433 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14435 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14436 Remove pad_loop function which doesn't work.
14438 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14440 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14441 Send EOS when deactivating.
14442 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14443 (check_queue), (queue_threshold_reached), (queue_out_of_data),
14444 (gen_preroll_element), (probe_triggered), (mute_stream),
14445 (silence_stream), (new_decoded_pad), (setup_substreams),
14446 (set_active_source):
14447 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14448 (remove_sinks), (add_sink):
14449 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14450 Change for new probe API.
14452 2005-06-29 Wim Taymans <wim@fluendo.com>
14454 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14455 * gst-libs/gst/audio/gstbaseaudiosink.c:
14456 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14457 (gst_baseaudiosink_change_state):
14458 * gst-libs/gst/audio/gstbaseaudiosink.h:
14459 * gst-libs/gst/audio/gstringbuffer.c:
14460 (gst_ringbuffer_set_callback):
14461 Fix compilation error.
14462 Ringbuffer starts out as not running.
14463 Free our clock in dispose.
14464 When releasing the ringbuffer we need to renegotiate so
14465 clear the pad caps.
14467 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
14471 * docs/Makefile.am:
14472 * docs/libs/Makefile.am:
14473 * docs/libs/gst-plugins-libs-docs.sgml:
14474 * docs/libs/gst-plugins-libs-sections.txt:
14475 * docs/libs/gst-plugins-libs.types:
14476 * docs/libs/tmpl/gstaudio.sgml:
14477 * docs/libs/tmpl/gstcolorbalance.sgml:
14478 * docs/libs/tmpl/gstringbuffer.sgml:
14479 * gst-libs/gst/audio/gstringbuffer.c:
14480 (gst_ringbuffer_set_callback):
14481 reinstate gtk-doc docs for plugin libs
14483 2005-06-28 Wim Taymans <wim@fluendo.com>
14485 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14486 (gst_ogg_demux_init):
14487 Removed pad loop function.
14489 2005-06-28 Wim Taymans <wim@fluendo.com>
14491 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14492 If we're building a chain we are not in an error case
14493 when we queue a buffer.
14495 2005-06-28 Andy Wingo <wingo@pobox.com>
14497 * *.c: Don't cast to GstObject before reffing/unreffing.
14499 2005-06-27 Andy Wingo <wingo@pobox.com>
14501 * gst/videotestsrc/gstvideotestsrc.c
14502 (gst_videotestsrc_activate_push): Activation API changes.
14504 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
14505 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14506 they have refs on the decodebin.
14508 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14510 (gst_ogg_pad_typefind): Don't leak a pad ref.
14511 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14512 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
14513 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14515 2005-06-27 Edward Hervey <edward@fluendo.com>
14517 * ext/theora/theoradec.c: (theora_dec_change_state):
14518 re-arranged call to parent's state change in order to avoid locks (or
14521 2005-06-26 Edward Hervey <edward@fluendo.com>
14523 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14524 2nd argument of 'unknow-type' signal is a GstCaps and not a
14527 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
14528 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14529 Set the worker thread's running flag to TRUE before starting the
14531 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14532 Catch a failure to add typefind to the bin.
14534 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
14536 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14537 (gst_sinesrc_init), (gst_sinesrc_create),
14538 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14539 (gst_sinesrc_start):
14540 * gst/sine/gstsinesrc.h:
14541 add num-buffers and timestamp-offset properties
14542 * gst/videotestsrc/gstvideotestsrc.c:
14543 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14544 (gst_videotestsrc_get_property):
14545 add timestamp-offset property
14547 2005-06-23 Christian Schaller <uraeus@gnome.org>
14549 * configure.ac: add videorate
14550 * gst-plugins-base.spec.in: add videorate
14552 2005-06-23 Wim Taymans <wim@fluendo.com>
14554 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14555 (gst_videorate_getcaps), (gst_videorate_setcaps),
14556 (gst_videorate_event), (gst_videorate_chain):
14557 Fixed videorate, fixating an already fixated caps is not
14560 2005-06-23 Wim Taymans <wim@fluendo.com>
14563 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14564 Buffer on caps is not boxed anymore.
14566 2005-06-22 Wim Taymans <wim@fluendo.com>
14568 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14569 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14570 Set buffers on caps as miniobjects and not as boxed.
14572 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14577 === release 0.9.1 ===
14579 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14600 updates for release
14602 2005-06-09 Andy Wingo <wingo@pobox.com>
14604 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14606 2005-06-09 Andy Wingo <wingo@pobox.com>
14609 * gst-libs/gst/Makefile.am:
14610 * gst-libs/gst/net/Makefile.am:
14611 Add gstnet to build.
14613 2005-06-09 Andy Wingo <wingo@pobox.com>
14615 * gst-libs/gst/gconf/gconf.c:
14616 * gst/playback/test.c:
14617 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14620 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14622 * ext/theora/theoraenc.c (theora_enc_chain):
14623 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14625 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14628 2005-06-02 Wim Taymans <wim@fluendo.com>
14630 * gst-libs/gst/net/Makefile.am:
14631 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14632 * pkgconfig/gstreamer-libs.pc.in:
14633 Added net stuff, version net lib.
14635 2005-06-02 Wim Taymans <wim@fluendo.com>
14637 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14638 (query_rates), (query_positions_elems), (query_positions_pads),
14640 Updated seek example.
14642 2005-06-02 Andy Wingo <wingo@pobox.com>
14644 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14645 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14648 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14649 remove the typefind, the bin dispose will do it for us. When it's
14650 removed and unreffed, the signal handler will be disconnected,
14652 (unlinked): It's too difficult to disconnect from unlinked
14653 handlers, as they are on pads not elements. Just punt if the pads
14654 aren't grandkids of the bin.
14656 2005-06-02 Wim Taymans <wim@fluendo.com>
14659 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14660 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14661 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14662 * ext/theora/theoradec.c: (theora_dec_src_query),
14663 (theora_handle_data_packet):
14664 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14665 (theora_enc_chain):
14666 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14667 (vorbis_handle_data_packet):
14668 * gst/audioconvert/bufferframesconvert.c:
14669 (buffer_frames_convert_chain):
14670 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14671 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14672 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14673 (gst_ffmpegcsp_chain):
14674 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14675 (gst_videorate_getcaps), (gst_videorate_setcaps),
14676 (gst_videorate_event), (gst_videorate_chain):
14677 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14678 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14679 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14680 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14681 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14682 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14683 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14684 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14685 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14686 Cleanups and buffer alloc.
14688 2005-05-31 Wim Taymans <wim@fluendo.com>
14690 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14691 Don't try to call the delay method when the device is not
14694 2005-05-31 Wim Taymans <wim@fluendo.com>
14696 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14697 Get actual segment size and buffer size after opening
14700 2005-05-30 Wim Taymans <wim@fluendo.com>
14702 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14703 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14704 Also FLUSH upstream, makes the loop function exit faster.
14706 * ext/theora/theoradec.c: (theora_dec_src_query):
14707 Some more debug info in the query.
14709 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14710 (gst_ximagesink_setcaps):
14711 Release lock on par error, better error reporting.
14713 2005-05-26 Wim Taymans <wim@fluendo.com>
14715 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14716 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14717 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14718 Clear chains in READY
14719 Queue packets until the chain is activated.
14721 2005-05-25 Wim Taymans <wim@fluendo.com>
14723 * gst-libs/gst/audio/gstaudiosink.c:
14724 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14725 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14726 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14727 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14728 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14729 (gst_audiosink_create_ringbuffer):
14730 * gst-libs/gst/audio/gstbaseaudiosink.c:
14731 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14732 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14733 (gst_baseaudiosink_set_property), (build_linear_format),
14734 (debug_spec_caps), (debug_spec_buffer),
14735 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14736 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14737 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14738 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14739 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14740 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14741 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14742 (gst_ringbuffer_play), (gst_ringbuffer_pause),
14743 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14744 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14745 (wait_segment), (gst_ringbuffer_commit),
14746 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14747 (gst_ringbuffer_clear):
14748 Various small cleanups.
14750 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14751 (gst_audio_convert_change_state):
14752 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14753 No need to take the locks anymore.
14755 2005-05-25 Wim Taymans <wim@fluendo.com>
14757 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14758 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14759 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14761 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14762 (group_destroy), (group_commit), (queue_overrun),
14763 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14764 (mute_stream), (new_decoded_pad), (setup_substreams),
14765 (setup_source), (mute_group_type), (set_active_source),
14766 (gst_play_base_bin_change_state):
14767 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14768 (gen_video_element), (gen_text_element), (gen_audio_element),
14769 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14770 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14771 (gst_stream_info_dispose), (gst_stream_info_set_mute):
14772 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14773 Some playbin cleanups mostly refcounting sloppyness.
14775 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14777 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14778 Work with streaming input.
14780 2005-05-25 Wim Taymans <wim@fluendo.com>
14782 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14783 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14784 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14785 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14786 No need to take the STREAM lock anymore.
14788 2005-05-25 Wim Taymans <wim@fluendo.com>
14790 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14791 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14792 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14793 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14794 (gst_ogg_demux_sink_activate):
14795 * ext/theora/theoradec.c: (theora_dec_src_event),
14796 (theora_handle_comment_packet), (theora_dec_chain),
14797 (theora_dec_change_state):
14798 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14799 (vorbis_handle_data_packet), (vorbis_dec_chain),
14800 (vorbis_dec_change_state):
14801 Remove STREAM locks as they are taken in core now.
14802 Never set bogus granulepos on vorbis/theora.
14803 Fix leaks in theoradec tag parsing.
14805 2005-05-25 Wim Taymans <wim@fluendo.com>
14807 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14808 Fix memleaks, GST_BUFFER_DATA() is not freed.
14810 2005-05-25 Wim Taymans <wim@fluendo.com>
14812 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14813 Open non-blocking, set to blocking mode afterwards to avoid
14814 lockups when audio device is busy.
14816 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14818 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14819 This can't be good.
14821 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14823 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14824 (gst_audio_convert_chain), (gst_audio_convert_link_src),
14825 (gst_audio_convert_setcaps):
14826 Implement instant setup switching.
14828 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14830 * gst/playback/gstplaybasebin.c: (probe_triggered):
14831 Fix missing unlock.
14832 * gst/playback/gstplaybin.c: (add_sink):
14833 First add, then link (otherwise pad link fails).
14835 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14837 * examples/Makefile.am:
14838 fix buildbot (make distcheck)
14840 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14842 * gst/playback/gstplaybin.c: (gen_vis_element):
14843 Remove some wrong code. Doesn't work yet.
14845 2005-05-19 Wim Taymans <wim@fluendo.com>
14847 * gst-libs/gst/net/Makefile.am:
14848 * gst-libs/gst/net/README:
14849 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14850 (gst_netbuffer_class_init), (gst_netbuffer_init),
14851 (gst_netbuffer_finalize), (gst_netbuffer_copy),
14852 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14853 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14854 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14855 * gst-libs/gst/net/gstnetbuffer.h:
14856 Added buffer subclass to store extra to/from addresses for
14857 network sources/sinks.
14859 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14861 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14862 Don't lock an unassigned variable.
14864 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14866 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14867 Increase buffer for video, decrease buffer for other media types.
14868 * gst/playback/gstplaybin.c: (gen_video_element),
14869 (gen_audio_element):
14870 Change names for debugging purposes.
14872 2005-05-18 Wim Taymans <wim@fluendo.com>
14874 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14875 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14876 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14877 (gst_ffmpegcsp_chain):
14878 Enable buffer alloc passthrough if the source and dest
14879 formats are the same.
14881 2005-05-17 Wim Taymans <wim@fluendo.com>
14883 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14884 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14885 (gst_ogg_demux_chain_unlocked):
14886 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14887 (gst_audio_convert_caps_remove_format_info),
14888 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14889 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14890 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14891 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14892 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14893 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14894 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14895 (gst_ffmpegcsp_get_property):
14896 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14897 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14898 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14899 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14900 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14901 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14902 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14903 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14904 Leak fixes in oggdemux.
14905 Some cleanups in audioconvert.
14906 Make passthrough work along with buffer_alloc etc.
14907 Make buffer_alloc and buffer recycling actually work in
14910 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
14912 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14913 make the compiler happy
14915 2005-05-17 Wim Taymans <wim@fluendo.com>
14917 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14918 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14919 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14920 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14921 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14922 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14923 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14924 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14925 (gst_xvimagesink_set_xwindow_id):
14926 * sys/xvimage/xvimagesink.h:
14927 Port xvimagesink to new MiniObject.
14929 2005-05-17 Wim Taymans <wim@fluendo.com>
14931 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14932 (gst_audiofilter_chain):
14933 * gst-libs/gst/audio/gstaudiosink.c:
14934 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14935 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14936 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14937 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14938 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14939 (gst_audiosink_create_ringbuffer):
14940 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14941 (gst_audio_convert_caps_remove_format_info),
14942 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14943 (gst_audio_convert_fixate), (gst_audio_convert_channels):
14944 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14945 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14946 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14947 Fix passthrough in ffmpegcolorspace.
14948 Fix memset in audiosink on wrong memory.
14950 2005-05-16 David Schleef <ds@schleef.org>
14952 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14955 2005-05-16 David Schleef <ds@schleef.org>
14957 Port from GstData to GstMiniObject.
14958 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14959 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14960 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14961 (gst_ogg_mux_collected):
14962 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14963 * ext/theora/theoradec.c: (theora_handle_comment_packet),
14964 (theora_handle_data_packet):
14965 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14966 (theora_set_header_on_caps), (theora_enc_chain):
14967 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14968 (vorbis_handle_comment_packet):
14969 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14970 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14971 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14972 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14973 * gst/audioconvert/gstaudioconvert.c:
14974 (gst_audio_convert_get_buffer):
14975 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14976 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14977 (mute_stream), (silence_stream):
14978 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14979 * gst/volume/gstvolume.c: (volume_transform):
14980 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14981 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14982 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14983 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14984 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14985 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14986 (gst_ximagesink_buffer_alloc):
14987 * sys/ximage/ximagesink.h:
14989 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14991 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14992 (fill_buffer), (check_queue), (queue_threshold_reached),
14993 (queue_out_of_data):
14994 * gst/playback/gstplaybasebin.h:
14995 Post buffer-fullness on the bus.
14997 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14999 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15001 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15002 (group_commit), (probe_triggered), (setup_source),
15003 (gst_play_base_bin_change_state):
15004 * gst/playback/gstplaybasebin.h:
15005 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15006 (gst_play_bin_init), (remove_sinks), (setup_sinks),
15007 (gst_play_bin_change_state):
15008 Move setup_output_pads into a virtual function, remove
15009 group-switch (no longer needed) and redirect (handled by bus
15012 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15014 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15015 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15016 (get_active_group), (get_building_group), (group_destroy),
15017 (group_commit), (check_queue), (queue_overrun),
15018 (queue_threshold_reached), (queue_out_of_data),
15019 (gen_preroll_element), (remove_groups), (unknown_type),
15020 (add_element_stream), (no_more_pads), (probe_triggered),
15021 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15022 (setup_substreams), (setup_source), (finish_source),
15023 (prepare_output), (muted_group_change_state),
15024 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15025 (gst_play_base_bin_change_state):
15026 * gst/playback/gstplaybasebin.h:
15027 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15028 (gst_play_bin_init), (gst_play_bin_set_property),
15029 (gen_video_element), (gen_text_element), (gen_audio_element),
15030 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15031 (gst_play_bin_change_state):
15032 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15033 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15034 (stream_info_change_state), (gst_stream_info_set_mute),
15035 (gst_stream_info_get_property):
15036 * gst/playback/gststreaminfo.h:
15037 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15038 (gst_stream_selector_get_linked_pad),
15039 (gst_stream_selector_getcaps),
15040 (gst_stream_selector_get_linked_pads),
15041 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15042 * gst/playback/gststreamselector.h:
15043 Rough port of playbin. Needs some more work, but is mostly done,
15044 and uses a few locks in important places, which should make stuff
15045 like chain-switches clean. Still uses GST_STATE() in a few places,
15046 which isn't all that good an idea, subtitles/elements disabled
15047 because no elements to test with and thus probably broken, query
15048 and event handling moved to GstBin, internal thread removed
15049 alltogether because the pipeline does that for us now. Can play
15050 Ogg/Vorbis files. Haven't tested anything else yet.
15052 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15054 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15055 Do no-more-pads (needed for autoplugging).
15057 2005-05-10 Andy Wingo <wingo@pobox.com>
15059 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15060 message to the bus with the tags. Still not sent downstream tho.
15062 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15064 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15065 avoid refcounting hassles.
15067 2005-05-09 Andy Wingo <wingo@pobox.com>
15069 * gst/volume/Makefile.am:
15070 * gst/volume/demo.c
15071 * gst/volume/gstvolume.h
15072 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15073 basetransform. Probably need an audio filter base class.
15075 2005-05-09 Wim Taymans <wim@fluendo.com>
15077 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15078 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15079 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15080 (gst_vorbisenc_chain):
15081 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15082 (gst_audio_convert_caps_remove_format_info),
15083 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15084 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15085 Make caps writable before writing to it.
15086 Fix negotiation in audioconvert some more.
15088 2005-05-09 Wim Taymans <wim@fluendo.com>
15090 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15091 (gst_videorate_getcaps), (gst_videorate_setcaps),
15092 (gst_videorate_event), (gst_videorate_chain):
15093 Better negotiation.
15095 2005-05-09 Wim Taymans <wim@fluendo.com>
15097 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15098 (gst_videorate_getcaps), (gst_videorate_setcaps),
15099 (gst_videorate_blank_data), (gst_videorate_init),
15100 (gst_videorate_event), (gst_videorate_chain),
15101 (gst_videorate_change_state):
15102 Port videorate, do a better job at negotiation while we're at
15105 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
15110 * examples/Makefile.am:
15111 * gst-libs/gst/audio/Makefile.am:
15112 * gst-libs/gst/riff/Makefile.am:
15113 * gst-libs/gst/tag/Makefile.am:
15114 * gst-libs/gst/video/Makefile.am:
15115 Fixups for missing variables.
15117 2005-05-09 Wim Taymans <wim@fluendo.com>
15119 * examples/seeking/seek.c: (make_theora_pipeline),
15120 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15121 (query_rates), (query_positions_elems), (query_positions_pads),
15122 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15123 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15124 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15125 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15126 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15127 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15128 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15129 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15130 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15131 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15132 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15133 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15134 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15135 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15136 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15137 (theora_dec_src_convert), (theora_dec_sink_convert),
15138 (theora_dec_src_query), (theora_dec_sink_query),
15139 (theora_dec_src_event), (theora_dec_sink_event),
15140 (theora_handle_comment_packet), (theora_handle_type_packet),
15141 (theora_handle_header_packet), (theora_handle_data_packet),
15142 (theora_dec_chain):
15143 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15144 (vorbis_dec_convert), (vorbis_dec_src_query),
15145 (vorbis_dec_sink_query), (vorbis_dec_src_event),
15146 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15147 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15148 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15149 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15150 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15151 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15152 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15153 (gst_play_bin_query):
15154 * gst/playback/test3.c: (update_scale):
15155 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15156 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15157 * gst/subparse/gstsubparse.c: (gst_subparse_init):
15158 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15159 (gst_videotestsrc_src_query):
15160 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15161 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15162 (paint_hline_YUV9):
15163 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15164 Port to new query API.
15166 Cleanups in x[v]imagesink
15168 2005-05-09 Andy Wingo <wingo@pobox.com>
15170 * ext/alsa/gstalsasink.h:
15171 * ext/gnomevfs/gstgnomevfssrc.c:
15172 (gst_gnomevfssrc_get_icy_metadata):
15173 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15174 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15175 * ext/theora/theoradec.c (theora_dec_src_query)
15176 (theora_dec_src_event, theora_dec_sink_event)
15177 (theora_handle_comment_packet, theora_handle_data_packet):
15178 * ext/theora/theoraenc.c (theora_enc_chain):
15179 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15180 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15181 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15182 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15184 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15185 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15186 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15187 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15188 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15189 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15190 (paint_setup_xBGR8888, paint_setup_RGBx8888)
15191 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15192 (paint_setup_RGB565, paint_setup_xRGB1555):
15193 * gst/videotestsrc/videotestsrc.h:
15194 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15195 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15196 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15199 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15200 gst_pad_query_position. Fixes oggdemux.
15202 2005-05-08 David Schleef <ds@schleef.org>
15204 * configure.ac: Require liboil.
15205 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15207 * gst/videotestsrc/videotestsrc.c:
15208 * gst/videotestsrc/videotestsrc.h:
15210 2005-05-06 Wim Taymans <wim@fluendo.com>
15212 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15213 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15214 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15215 Well, unreffing a buffer right before pushing it is asking
15218 2005-05-06 Christian Schaller <uraeus@gnome.org>
15220 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15222 2005-05-06 Wim Taymans <wim@fluendo.com>
15224 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15225 (gst_audio_convert_caps_remove_format_info),
15226 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15227 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15228 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15229 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15230 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15231 * gst/sine/Makefile.am:
15232 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15233 (gst_sinesrc_class_init), (gst_sinesrc_init),
15234 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15235 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15236 (gst_sinesrc_update_freq):
15237 * gst/sine/gstsinesrc.h:
15238 * gst/tcp/gstmultifdsink.c:
15239 * sys/xvimage/xvimagesink.c:
15240 Fixed negotiation wrt _peer_get_caps()
15244 2005-05-06 Wim Taymans <wim@fluendo.com>
15246 * gst-libs/gst/audio/gstaudiosink.c:
15247 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15248 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15249 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15250 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15251 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15252 (gst_audiosink_create_ringbuffer):
15253 * gst-libs/gst/audio/gstbaseaudiosink.c:
15254 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15255 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15256 (gst_baseaudiosink_set_property), (build_linear_format),
15257 (debug_spec_caps), (debug_spec_buffer),
15258 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15259 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15260 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15261 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15262 * gst-libs/gst/audio/gstbaseaudiosink.h:
15263 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15264 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15265 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15266 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15267 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15268 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15269 (wait_segment), (gst_ringbuffer_commit),
15270 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15271 (gst_ringbuffer_clear):
15272 * gst-libs/gst/audio/gstringbuffer.h:
15273 Make the base audiosink return an error when there is no
15274 audiobuffer negotiated.
15276 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15279 Disable cdparanoia until someone ports it!
15281 2005-05-06 Wim Taymans <wim@fluendo.com>
15283 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15284 (gst_ogg_demux_sink_activate):
15285 And revert after wingo's revert.. sigh..
15287 2005-05-05 Andy Wingo <wingo@pobox.com>
15289 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15291 * configure.ac: Return audiorate and subparse from the ghetto.
15292 Re-enable -Wall -Werror.
15293 * gst/subparse/gstsubparse.c:
15294 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15295 or chain-based. Cleaned up a bit. Not tested.
15297 2005-05-05 Christian Schaller <christian@fluendo.com>
15299 * Makefile.am: remove stuff that is not building
15300 * configure.ac: remove stuff that is not building
15301 * examples/Makefile.am: remove stuff that is not building
15302 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15303 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15304 * sys/Makefile.am: remove stuff that is not building
15305 * testsuite/Makefile.am: remove stuff that is not building
15307 2005-05-05 Andy Wingo <wingo@pobox.com>
15309 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15310 * gst-libs/gst/tag/gstvorbistag.c:
15311 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15312 * gst/adder/gstadder.h:
15313 * gst/audioconvert/gstchannelmix.c:
15314 (gst_audio_convert_fill_one_other):
15315 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15316 (gst_audiorate_init), (gst_audiorate_chain):
15317 * gst/playback/gstplaybasebin.c: (setup_source):
15318 * gst/playback/test3.c: (update_scale):
15336 2005-05-05 Wim Taymans <wim@fluendo.com>
15338 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15339 (gst_audio_convert_caps_remove_format_info),
15340 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15341 (gst_audio_convert_change_state), (gst_audio_convert_channels):
15342 * gst/videotestsrc/gstvideotestsrc.c:
15343 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15344 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15345 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15346 (gst_videotestsrc_init), (gst_videotestsrc_loop):
15347 Don't ignore _push() return values.
15348 Make sure no processing is done when shutting down.
15349 Videotestsrc pad activation fix.
15351 2005-05-05 Wim Taymans <wim@fluendo.com>
15353 * gst/adder/Makefile.am:
15354 * gst/adder/gstadder.c: (gst_adder_setcaps),
15355 (gst_adder_class_init), (gst_adder_init),
15356 (gst_adder_request_new_pad), (gst_adder_collected),
15357 (gst_adder_change_state):
15358 * gst/adder/gstadder.h:
15359 Ported adder as an example of a mixer element using
15360 collect pads. Needs more negotiation work.
15362 2005-05-05 Wim Taymans <wim@fluendo.com>
15364 * ext/theora/theoradec.c: (_inc_granulepos),
15365 (theora_dec_src_event), (theora_dec_sink_event),
15366 (theora_handle_comment_packet), (theora_handle_type_packet),
15367 (theora_handle_header_packet), (theora_handle_data_packet),
15368 (theora_dec_chain):
15369 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15370 (gst_theora_enc_init), (theora_enc_sink_setcaps),
15371 (theora_push_buffer), (theora_push_packet),
15372 (theora_enc_sink_event), (theora_enc_chain),
15373 (theora_enc_change_state), (theora_enc_set_property),
15374 (theora_enc_get_property):
15375 Added stream lock to decoder so that we can serialize
15377 More theoraenc porting, recover from errors, do clean
15380 2005-05-05 Wim Taymans <wim@fluendo.com>
15382 * ext/ogg/Makefile.am:
15384 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15385 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15387 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15388 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15389 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15390 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15391 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15392 (gst_ogg_mux_change_state):
15395 2005-05-05 Wim Taymans <wim@fluendo.com>
15397 * docs/design-audiosinks.txt:
15398 * gst-libs/gst/audio/TODO:
15399 * gst-libs/gst/audio/gstaudiosink.c:
15400 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15401 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15402 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15403 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15404 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15405 (gst_audiosink_create_ringbuffer):
15406 * gst-libs/gst/audio/gstbaseaudiosink.c:
15407 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15408 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15409 (gst_baseaudiosink_set_property), (build_linear_format),
15410 (debug_spec_caps), (debug_spec_buffer),
15411 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15412 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15413 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15414 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15415 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15416 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15417 (gst_ringbuffer_release), (gst_ringbuffer_play),
15418 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15419 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15420 (gst_ringbuffer_set_sample), (wait_segment),
15421 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15422 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15423 More work on the audiosink, mostly debugging and a race in
15426 2005-04-28 Wim Taymans <wim@fluendo.com>
15428 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15429 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15430 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15431 (vorbis_dec_src_query), (vorbis_dec_src_event),
15432 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15433 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15434 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15435 Don't crap out when seeking back to position 0.
15437 2005-04-28 Wim Taymans <wim@fluendo.com>
15439 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15440 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15441 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15442 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15443 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15444 Make audio sink configurable, use alsasink as default.
15446 2005-04-28 Wim Taymans <wim@fluendo.com>
15448 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15449 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15450 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15451 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15452 (vorbis_dec_change_state):
15453 * ext/vorbis/vorbisdec.h:
15454 Refactor, use STREAM_LOCK.
15456 2005-04-28 Wim Taymans <wim@fluendo.com>
15458 * ext/theora/theoradec.c: (_inc_granulepos),
15459 (theora_dec_sink_event), (theora_handle_comment_packet),
15460 (theora_handle_type_packet), (theora_handle_header_packet),
15461 (theora_handle_data_packet), (theora_dec_chain),
15462 (theora_dec_change_state):
15463 Refactor a bit, use STREAM_LOCK.
15465 2005-04-28 Wim Taymans <wim@fluendo.com>
15467 * ext/alsa/Makefile.am:
15468 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15469 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15470 (gst_alsa_link), (gst_alsa_close_audio):
15471 * ext/alsa/gstalsaplugin.c: (plugin_init):
15472 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15473 (gst_alsasink_dispose), (gst_alsasink_base_init),
15474 (gst_alsasink_class_init), (gst_alsasink_init),
15475 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15476 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15477 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15478 (gst_alsasink_reset):
15479 * ext/alsa/gstalsasink.h:
15480 Implement alsasink with simple open/write/close API.
15481 Make alsa dir build by disabling compilation of code.
15483 2005-04-28 Wim Taymans <wim@fluendo.com>
15485 * gst-libs/gst/audio/Makefile.am:
15486 * gst-libs/gst/audio/audio.h:
15487 * gst-libs/gst/audio/audioclock.c:
15488 * gst-libs/gst/audio/audioclock.h:
15489 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15490 (gst_audio_clock_class_init), (gst_audio_clock_init),
15491 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15492 * gst-libs/gst/audio/gstaudioclock.h:
15493 * gst-libs/gst/audio/gstaudiosink.c:
15494 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15495 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15496 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15497 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15498 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15499 (gst_audiosink_create_ringbuffer):
15500 * gst-libs/gst/audio/gstbaseaudiosink.c:
15501 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15502 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15503 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15504 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15505 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15506 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15507 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15508 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15509 * gst-libs/gst/audio/gstbaseaudiosink.h:
15510 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15511 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15512 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15513 (gst_ringbuffer_release), (gst_ringbuffer_play),
15514 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15515 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15516 (gst_ringbuffer_set_sample), (wait_segment),
15517 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15518 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15519 * gst-libs/gst/audio/gstringbuffer.h:
15520 Make ringbuffer faster and more simple by removing the locks
15521 in the playback thread.
15522 Add sample accurate playback based on buffer sample offsets.
15523 Make the baseaudiosink provide a clock.
15524 Parse caps in the base class.
15525 Correctly handle seeking, flushing and state changes.
15527 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
15530 * gst/audioconvert/Makefile.am:
15531 * gst/audioscale/Makefile.am:
15532 Fix part of the build. Come on guys, autogen didn't even work :)
15534 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15537 * gst-libs/gst/Makefile.am:
15538 * gst-libs/gst/media-info/.cvsignore:
15539 * gst-libs/gst/media-info/Makefile.am:
15540 * gst-libs/gst/media-info/README:
15541 * gst-libs/gst/media-info/media-info-priv.c:
15542 * gst-libs/gst/media-info/media-info-priv.h:
15543 * gst-libs/gst/media-info/media-info-test.c:
15544 * gst-libs/gst/media-info/media-info.c:
15545 * gst-libs/gst/media-info/media-info.h:
15546 * gst-libs/gst/media-info/media-info.vcproj:
15547 * pkgconfig/Makefile.am:
15548 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15549 * pkgconfig/gstreamer-media-info.pc.in:
15550 Remove media-info, which is also successed by playbin (see Totem
15553 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15556 * examples/Makefile.am:
15557 * examples/gstplay/.cvsignore:
15558 * examples/gstplay/Makefile.am:
15559 * examples/gstplay/player.c:
15560 * gst-libs/gst/Makefile.am:
15561 * gst-libs/gst/play/.cvsignore:
15562 * gst-libs/gst/play/Makefile.am:
15563 * gst-libs/gst/play/play.c:
15564 * gst-libs/gst/play/play.h:
15565 * gst-libs/gst/play/play.vcproj:
15566 * pkgconfig/Makefile.am:
15567 * pkgconfig/gstreamer-play-uninstalled.pc.in:
15568 * pkgconfig/gstreamer-play.pc.in:
15569 Remove libgstplay, playbin is now the official successor.
15571 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15574 * gst-libs/gst/Makefile.am:
15575 * gst-libs/gst/xwindowlistener/Makefile.am:
15576 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15577 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15578 Remove deprecated xwindowlistener (I've moved xwindowlistening
15579 in the v4l/v4l2 plugins over to serverside).
15581 2005-04-25 David Schleef <ds@schleef.org>
15583 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15584 to examples/dynparams. Examples do not belong interspersed with
15586 * examples/dynparams/demo-dparams.c:
15587 * gst/sine/Makefile.am:
15588 * gst/sine/demo-dparams.c:
15590 2005-04-25 David Schleef <ds@schleef.org>
15592 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15593 * gst-libs/gst/audio/Makefile.am:
15594 * gst-libs/gst/riff/Makefile.am:
15595 * gst-libs/gst/tag/Makefile.am:
15596 * gst-libs/gst/video/Makefile.am:
15597 * gst-libs/gst/xwindowlistener/Makefile.am:
15599 Convert to 0.9 API, seems to work:
15600 * sys/ximage/Makefile.am:
15601 * sys/ximage/ximagesink.c:
15603 2005-04-24 David Schleef <ds@schleef.org>
15605 Link plugins against libraries:
15606 * ext/alsa/Makefile.am:
15607 * gst/tcp/Makefile.am:
15609 Remove asm code that should be in liboil
15610 * gst/videoscale/Makefile.am:
15611 * gst/videoscale/videoscale_x86_asm.s:
15613 gettext wants these checked in:
15629 2005-04-24 David Schleef <ds@schleef.org>
15631 Convert gst_main() to g_main_loop_run()
15632 * gst/playback/decodetest.c: (main):
15633 * gst/playback/test2.c: (main):
15634 * gst/playback/test3.c: (main):
15635 * gst/playback/test4.c: (main):
15637 Link plugins against libraries:
15638 * ext/libvisual/Makefile.am:
15639 * sys/xvimage/Makefile.am:
15641 2005-04-24 David Schleef <ds@schleef.org>
15643 * configure.ac: Remove idct and resample libs
15644 * gst-libs/gst/Makefile.am: same
15646 Remove usage of gst_library_load():
15647 * ext/alsa/gstalsaplugin.c: (plugin_init):
15648 * ext/libvisual/visual.c: (plugin_init):
15649 * ext/ogg/gstogg.c: (plugin_init):
15650 * ext/theora/theora.c: (plugin_init):
15651 * ext/vorbis/vorbis.c: (plugin_init):
15652 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15653 * gst/audioscale/gstaudioscale.c:
15654 * gst/adder/gstadder.c: (plugin_init):
15655 * gst/audioconvert/plugin.c: (plugin_init):
15656 * sys/ximage/ximagesink.c: (plugin_init):
15657 * sys/xvimage/xvimagesink.c: (plugin_init):
15658 * gst/tcp/gsttcpplugin.c: (plugin_init):
15660 Link plugins against libraries:
15661 * ext/ogg/Makefile.am:
15662 * ext/theora/Makefile.am:
15663 * ext/vorbis/Makefile.am:
15664 * gst/audioconvert/Makefile.am:
15666 Create proper libraries:
15667 * gst-libs/gst/riff/Makefile.am:
15668 * gst-libs/gst/audio/Makefile.am:
15669 * gst-libs/gst/video/Makefile.am:
15671 Move resample library to audioscale plugin directory:
15672 * gst-libs/gst/resample/Makefile.am:
15673 * gst-libs/gst/resample/README:
15674 * gst-libs/gst/resample/dtof.c:
15675 * gst-libs/gst/resample/dtos.c:
15676 * gst-libs/gst/resample/functable.c:
15677 * gst-libs/gst/resample/private.h:
15678 * gst-libs/gst/resample/resample.c:
15679 * gst-libs/gst/resample/resample.h:
15680 * gst-libs/gst/resample/resample.vcproj:
15681 * gst-libs/gst/resample/test.c:
15682 * gst/audioscale/Makefile.am:
15683 * gst/audioscale/README:
15684 * gst/audioscale/dtof.c:
15685 * gst/audioscale/dtos.c:
15686 * gst/audioscale/functable.c:
15687 * gst/audioscale/private.h:
15688 * gst/audioscale/resample.c:
15689 * gst/audioscale/resample.h:
15690 * gst/audioscale/test.c:
15692 Move tagedit library to gst-libs:
15693 * gst-libs/gst/tag/Makefile.am:
15694 * gst-libs/gst/tag/gstid3tag.c:
15695 * gst-libs/gst/tag/gsttagediting.c:
15696 * gst-libs/gst/tag/gsttageditingprivate.h:
15697 * gst-libs/gst/tag/gstvorbistag.c:
15698 * gst/tags/Makefile.am:
15699 * gst/tags/gstid3tag.c:
15700 * gst/tags/gstvorbistag.c:
15702 Fix for core changes:
15703 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15704 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15705 (gst_sinesrc_getrange):
15707 2005-04-23 David Schleef <ds@schleef.org>
15709 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
15710 in gst-plugins in a long time, and properly belongs in liboil.
15711 * gst-libs/gst/idct/Makefile.am:
15712 * gst-libs/gst/idct/README:
15713 * gst-libs/gst/idct/dct.h:
15714 * gst-libs/gst/idct/doieee:
15715 * gst-libs/gst/idct/fastintidct.c:
15716 * gst-libs/gst/idct/floatidct.c:
15717 * gst-libs/gst/idct/idct.c:
15718 * gst-libs/gst/idct/idct.h:
15719 * gst-libs/gst/idct/idtc.vcproj:
15720 * gst-libs/gst/idct/ieeetest.c:
15721 * gst-libs/gst/idct/intidct.c:
15723 2005-04-20 Wim Taymans <wim@fluendo.com>
15725 * docs/design-audiosinks.txt:
15726 * gst-libs/gst/audio/Makefile.am:
15727 * gst-libs/gst/audio/TODO:
15728 * gst-libs/gst/audio/gstaudiosink.c:
15729 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15730 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15731 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15732 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15733 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15734 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15735 (gst_audiosink_class_init), (gst_audiosink_init),
15736 (gst_audiosink_create_ringbuffer):
15737 * gst-libs/gst/audio/gstaudiosink.h:
15738 * gst-libs/gst/audio/gstbaseaudiosink.c:
15739 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15740 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15741 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15742 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15743 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15744 (gst_baseaudiosink_create_ringbuffer),
15745 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15746 * gst-libs/gst/audio/gstbaseaudiosink.h:
15747 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15748 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15749 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15750 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15751 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15752 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15753 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15754 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15755 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15756 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15757 * gst-libs/gst/audio/gstringbuffer.h:
15758 An attempt at a set of audio base classes together with some
15761 2005-04-20 Wim Taymans <wim@fluendo.com>
15763 * gst/audioconvert/Makefile.am:
15764 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15765 (gst_audio_convert_caps_remove_format_info),
15766 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15767 (gst_audio_convert_channels):
15768 Link against audio libs.
15769 Fix audio convert plugin.
15771 2005-04-20 Wim Taymans <wim@fluendo.com>
15773 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15774 (gst_ogg_demux_sink_activate):
15775 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15776 (theora_set_header_on_caps), (theora_enc_sink_event),
15777 (theora_enc_chain):
15778 Fix theora encoder.
15780 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15782 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15783 * gst/playback/gstdecodebin.c: (find_compatibles):
15784 Work with staticpadtemplates in elementfactories.
15786 2005-04-12 Wim Taymans <wim@fluendo.com>
15788 * gst/playback/README:
15789 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15790 (compare_ranks), (print_feature), (gst_decode_bin_init),
15791 (dynamic_create), (dynamic_free), (find_compatibles),
15792 (mimetype_is_raw), (close_pad_link), (got_redirect),
15793 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15794 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15795 (gst_decode_bin_change_state):
15796 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15797 (gst_play_base_bin_init), (group_destroy), (group_commit),
15798 (check_queue), (queue_overrun), (queue_threshold_reached),
15799 (queue_out_of_data), (gen_preroll_element), (unknown_type),
15800 (new_decoded_pad), (setup_subtitle), (gen_source_element),
15801 (got_redirect), (setup_source), (play_base_eos),
15802 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15803 (gst_play_base_bin_remove_element):
15804 * gst/playback/gstplaybasebin.h:
15805 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15806 (gst_play_bin_init), (gst_play_bin_dispose),
15807 (gst_play_bin_set_property), (gen_video_element),
15808 (gen_text_element), (gen_audio_element), (remove_sinks),
15809 (gst_play_bin_send_event):
15810 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15811 (stream_info_change_state), (gst_stream_info_set_mute):
15812 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15813 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15814 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15815 (gst_stream_selector_chain):
15816 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15818 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15819 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15820 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15821 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15822 Raw and crude port of decodebin.
15823 Make playbin compile.
15825 2005-04-06 Wim Taymans <wim@fluendo.com>
15827 * ext/gnomevfs/Makefile.am:
15828 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15829 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15830 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15831 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15832 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15833 (gst_gnomevfssrc_stop):
15834 * ext/ogg/Makefile.am:
15835 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15836 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15837 * ext/theora/Makefile.am:
15838 * ext/theora/theoradec.c: (_inc_granulepos),
15839 (theora_dec_sink_event), (theora_dec_chain):
15840 * ext/vorbis/Makefile.am:
15841 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15842 (vorbis_dec_sink_event), (vorbis_dec_chain):
15843 * gst-libs/gst/audio/Makefile.am:
15844 * sys/xvimage/Makefile.am:
15845 Make gnomevfssrc extend the source base class.
15846 Fix linking against libs in various plugins.
15848 2005-04-06 Andy Wingo <wingo@pobox.com>
15850 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15853 * configure.ac: Add check and AC_SUBST for libgstbase.
15855 2005-03-31 Wim Taymans <wim@fluendo.com>
15857 * examples/seeking/Makefile.am:
15858 * examples/seeking/cdparanoia.c: (main):
15859 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15860 (play_cb), (pause_cb), (stop_cb), (main):
15861 * examples/seeking/playbin.c:
15862 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15863 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15864 (make_sid_pipeline), (make_vorbis_pipeline),
15865 (make_theora_pipeline), (make_vorbis_theora_pipeline),
15866 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15867 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15868 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15869 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15871 * examples/seeking/spider_seek.c:
15872 * examples/seeking/vorbisfile.c:
15873 * ext/gnomevfs/Makefile.am:
15874 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15875 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15876 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15877 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15878 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15879 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15880 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15881 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15883 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15884 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15885 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15886 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15887 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15888 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15889 (gst_ogg_pad_event), (gst_ogg_pad_reset),
15890 (gst_ogg_demux_factory_filter), (compare_ranks),
15891 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15892 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15893 (gst_ogg_chain_new), (gst_ogg_chain_free),
15894 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15895 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15896 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15897 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15898 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15899 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15900 (gst_ogg_demux_get_prev_page),
15901 (gst_ogg_demux_deactivate_current_chain),
15902 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15903 (gst_ogg_demux_bisect_forward_serialno),
15904 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15905 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15906 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15907 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15908 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15909 (gst_ogg_demux_change_state), (gst_ogg_print):
15910 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15911 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15912 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15913 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15914 (gst_ogg_mux_loop):
15915 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15916 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15917 (theora_dec_src_convert), (theora_dec_sink_convert),
15918 (theora_dec_src_query), (theora_dec_src_event),
15919 (theora_dec_sink_event), (theora_dec_chain),
15920 (theora_dec_change_state):
15921 * ext/theora/theoraenc.c: (gst_theora_enc_init),
15922 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15923 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15924 (theora_enc_change_state):
15925 * ext/vorbis/Makefile.am:
15926 * ext/vorbis/oggvorbisenc.c:
15927 * ext/vorbis/oggvorbisenc.h:
15928 * ext/vorbis/vorbis.c: (plugin_init):
15929 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15930 (vorbis_dec_src_query), (vorbis_dec_src_event),
15931 (vorbis_dec_sink_event), (vorbis_dec_chain),
15932 (vorbis_dec_change_state):
15933 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15934 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15935 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15936 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15937 (gst_vorbisenc_change_state):
15938 * ext/vorbis/vorbisenc.h:
15939 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15940 * gst-libs/gst/audio/audioclock.c:
15941 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15942 (gst_audiofilter_init), (gst_audiofilter_chain):
15943 * gst-libs/gst/audio/testchannels.c: (main):
15944 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15945 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15946 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15947 (gmip_find_track_streaminfo), (gmip_find_track_format):
15948 * gst-libs/gst/media-info/media-info.c:
15949 (gst_media_info_read_idler):
15950 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15951 (gst_play_get_all_by_interface):
15952 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15953 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15954 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15955 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15956 (gst_riff_parse_info):
15957 * gst-libs/gst/riff/riff-read.h:
15958 * gst-libs/gst/riff/riff.c: (plugin_init):
15959 * gst-libs/gst/video/Makefile.am:
15960 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15961 (gst_videosink_class_init), (gst_videosink_get_type):
15962 * gst-libs/gst/video/videosink.h:
15963 * gst/audioconvert/bufferframesconvert.c:
15964 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15965 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15966 * gst/audioconvert/channelmixtest.c: (main):
15967 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15968 (gst_audio_convert_chain),
15969 (gst_audio_convert_caps_remove_format_info),
15970 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15971 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15972 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15973 (gst_audio_convert_buffer_to_default_format),
15974 (gst_audio_convert_buffer_from_default_format),
15975 (gst_audio_convert_channels):
15976 * gst/audioconvert/gstchannelmix.h:
15977 * gst/ffmpegcolorspace/avcodec.h:
15978 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15979 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15980 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15981 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15982 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15983 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15984 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15985 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15986 (mpeg_video_type_find), (mpeg_video_stream_type_find),
15988 * gst/videotestsrc/gstvideotestsrc.c:
15989 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15990 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15991 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15992 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15993 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15994 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15995 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15996 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15997 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15998 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15999 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16000 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16001 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16002 (gst_xvimagesink_navigation_send_event),
16003 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16004 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16005 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16006 * sys/xvimage/xvimagesink.h:
16007 Plugin port to 0.9, ogg/theora playback should work in the seek
16009 Removed old examples.
16010 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16011 explained in 0.9 TODO doc.
16014 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
16036 * testsuite/Makefile.am:
16037 remove a whole bunch of plugins. This module now contains a set
16038 of free reference plugins/elements as agreed.
16040 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
16043 hunting season on 0.9 is now OPEN
16045 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16047 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16048 Kick the hell out of gcc for not warning me about a symbol conflict.
16050 2005-02-22 Luca Ognibene <luogni@tin.it>
16052 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16054 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16055 Don't leak caps string (fixes #168134)
16057 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16058 (gst_jpegenc_init), (gst_jpegenc_finalize),
16059 (gst_jpegenc_change_state):
16060 Don't leak line buffers and context struct (fixes #168133).
16062 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
16065 * ext/dirac/gstdiracdec.cc:
16066 (gst_diracdec_chain):
16067 Since dirac 0.5.0 the framerate in dirac is expressed as a
16068 rational number. Fix build and up requirement to 0.5.0, and
16069 also pass parameters to gst_diracdec_link in the right order
16072 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
16074 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16075 * ext/faad/gstfaad.h:
16076 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
16077 certain invalid muxed streams, where some packets will contain
16078 junk after decoder data. Partially fixes #149158.
16080 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
16081 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16082 Make sure we only write to writable buffers
16084 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
16086 * gst-libs/gst/riff/riff-media.c:
16087 (gst_riff_create_audio_caps_with_data):
16088 Do actually fix invalid RIFF fmt header values for alaw
16089 and mulaw audio instead of just saying so.
16091 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16092 Give gst_riff_create_audio_caps_with_data() a chance to
16093 fix up broken format header fields before extracting any
16094 parameters from the header. (fixes #167633)
16096 2005-02-19 Martin Holters <martin.holters@gmx.de>
16098 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16100 * gst/audioconvert/bufferframesconvert.c:
16101 (buffer_frames_convert_link):
16102 Don't leak othercaps. (fixes #167878)
16104 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
16107 * ext/libvisual/visual.c: (gst_visual_srclink),
16108 (gst_visual_change_state):
16109 Support libvisual 0.2.0.
16111 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
16113 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16114 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16115 Use same rowstrides for I420 as used everywhere else.
16117 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
16119 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16120 Declare variables at beginning of block and make gcc-2.95 happy
16121 (fixes # 167482, patch by Gergely Nagy).
16123 * gst/tcp/gsttcpclientsrc.c:
16124 * gst/tcp/gsttcpclientsrc.h:
16125 Move some includes into the header, so that struct sockaddr_in is
16126 defined when it should be defined on FreeBSD as well (fixes
16129 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16130 Don't pass uninitialised values to setsockopt() here either.
16132 2005-02-17 Luca Ognibene <luogni at tin dot it>
16134 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16136 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16137 Don't pass uninitialised values to setsockopt(). (fixes #167704)
16139 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16141 * gst/playback/gstplaybin.c: (add_sink):
16142 Invert bin_add/link order to workaround deadlock in opt.
16144 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16146 * gst/modplug/gstmodplug.cc:
16147 Add missing break causing position queries to fail.
16149 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16151 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16152 Granpos can apparently be -1, which screws up calculations...
16154 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
16156 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16157 (gst_ximagesink_send_pending_navigation),
16158 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16159 (gst_ximagesink_init):
16160 * sys/ximage/ximagesink.h:
16161 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16162 (gst_xvimagesink_send_pending_navigation),
16163 (gst_xvimagesink_navigation_send_event),
16164 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16165 * sys/xvimage/xvimagesink.h:
16166 Use a mutex protected list to marshal navigation
16167 events into the stream thread from whichever thread
16170 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
16172 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16173 Display current position and track length; misc. clean-ups.
16175 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16176 (speed_init), (speed_chain):
16177 Add query function, so that the stream length and current position
16178 get adjusted when queried (note that current position queries may
16179 still be wrong if the audio sink returns values based on buffer
16180 timestamps instead of passing on the query).
16182 2005-02-13 Benjamin Otte <otte@gnome.org>
16184 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16185 (gst_audio_convert_channels):
16186 create channel conversion matrix when linking
16187 * gst/audioconvert/.cvsignore:
16188 * gst/audioconvert/Makefile.am:
16189 * gst/audioconvert/channelmixtest.c: (main):
16190 add (ugly) test that ensures stereo <=> mono conversion works
16193 2005-02-13 Benjamin Otte <otte@gnome.org>
16195 * gst/audioconvert/gstchannelmix.h:
16196 include missing header file
16197 * gst/audioconvert/gstchannelmix.c:
16198 (gst_audio_convert_fill_compatible):
16199 use same sign for both channels when converting to/from compatible
16200 channel. Previously used different signs made the signals cancel
16201 each other out and appear like silence. (fixes #167269)
16203 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16205 * gst/ffmpegcolorspace/avcodec.h:
16206 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16207 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16208 (gst_ffmpegcsp_avpicture_fill):
16209 * gst/ffmpegcolorspace/imgconvert.c:
16210 Convert to and from YV12 (fixes #156379).
16212 2005-02-12 Julien MOUTTE <julien@moutte.net>
16214 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16215 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16216 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16217 (gst_ximagesink_expose), (gst_ximagesink_set_property),
16218 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16219 methods from chain and negotiation and vice versa (Fixes #166142).
16220 * sys/ximage/ximagesink.h: Add stream_lock.
16221 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16222 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16223 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16224 (gst_xvimagesink_expose): Check for xcontext before trying to link.
16226 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16228 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16229 Don't send "Hey! You gave me a NULL pointer you naughty person" as
16230 error message when we can't open the DVD device (when dvdnav_open()
16231 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16232 the above). Send something more useful instead (fixes #167117).
16234 2005-02-11 Julien MOUTTE <julien@moutte.net>
16236 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16237 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16238 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16239 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16240 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16241 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16242 methods from chain and negotiation and vice versa (Fixes #166142).
16243 Fix a possible bug of images in the buffer pool being discarded because
16244 we are looking at the wrong geometry.
16245 * sys/xvimage/xvimagesink.h: Add stream_lock.
16247 2005-02-11 David Schleef <ds@schleef.org>
16249 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16250 unsigned int. (fixes #167128)
16252 2005-02-11 David Schleef <ds@schleef.org>
16254 * gst/librfb/Makefile.am: Testing stuff before committing is
16255 for wimps... and people with fast machines. Fix stupid
16258 2005-02-11 David Schleef <ds@schleef.org>
16260 * configure.ac: Pull in librfb from my CVS tree, because it is
16261 too small and annoying to be separate. Move rfbsrc plugin
16264 * ext/librfb/Makefile.am:
16265 * ext/librfb/gstrfbsrc.c:
16266 * gst/librfb/Makefile.am:
16267 * gst/librfb/gstrfbsrc.c:
16268 * gst/librfb/rfb.c:
16269 * gst/librfb/rfb.h:
16270 * gst/librfb/rfbbuffer.c:
16271 * gst/librfb/rfbbuffer.h:
16272 * gst/librfb/rfbbytestream.c:
16273 * gst/librfb/rfbbytestream.h:
16274 * gst/librfb/rfbcontext.h:
16275 * gst/librfb/rfbdecoder.c:
16276 * gst/librfb/rfbdecoder.h:
16277 * gst/librfb/rfbutil.h:
16279 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
16281 * gst/speed/Makefile.am:
16282 * gst/speed/demo-mp3.c: (main):
16283 * gst/speed/filter.func:
16284 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16285 (speed_class_init), (speed_init), (speed_chain_int16),
16286 (speed_chain_float32), (speed_chain), (speed_set_property),
16287 (speed_get_property), (speed_change_state):
16288 * gst/speed/gstspeed.h:
16289 Fix speed element and make it chain-based (fixes #156467),
16290 and make it handle more than one channel.
16292 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
16294 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16295 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16296 (gst_dtsdec_chain), (gst_dtsdec_change_state):
16297 * ext/dts/gstdtsdec.h:
16298 Don't clobber the stack constructing the channels array.
16299 Make the element chain-based. DTS tracks can now be played.
16301 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
16303 * gst-libs/gst/audio/multichannel.h:
16304 * gst-libs/gst/gconf/gconf.h:
16305 * gst-libs/gst/idct/idct.h:
16306 * gst-libs/gst/media-info/media-info-priv.h:
16307 * gst-libs/gst/play/play.h:
16308 * gst-libs/gst/resample/private.h:
16309 * gst-libs/gst/resample/resample.h:
16310 * gst-libs/gst/riff/riff-ids.h:
16311 * gst-libs/gst/video/video.h:
16312 * gst-libs/gst/video/videosink.h:
16313 Add G_BEGIN_DECLS and G_END_DECLS around headers where
16314 missing, so that they work when included from C++ code.
16316 2005-02-09 David Schleef <ds@schleef.org>
16318 * testsuite/gst-lint: Check for non-statically scoped
16319 parent_class variables. This won't be a problem once
16320 plugins are loaded with RTLD_LOCAL.
16322 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16324 * ext/mplex/gstmplexibitstream.cc:
16327 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16329 * ext/ogg/gstogmparse.c:
16330 * gst/debug/gstnavigationtest.c:
16331 Die, thou faulty symbol pollutors (non-static parent_class).
16333 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16335 * ext/mplex/gstmplexibitstream.cc:
16336 Fix event handling (#165525).
16338 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16340 * ext/mikmod/gstmikmod.c:
16341 * gst/modplug/gstmodplug.cc:
16342 Add missing endianness to template (fixes #165509).
16344 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16346 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16347 Fix wrong order of reading of optional bytes (#165290).
16349 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16351 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16352 Implement FILLER event awareness.
16354 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16356 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16357 Fix track calculations (#166208).
16359 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16361 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16363 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16364 * ext/libpng/gstpngenc.c:
16365 Fix byte-order, use proper fixed caps. Fixes #164197.
16367 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16372 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16373 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16374 Don't push buffers if the src pad isn't negotiated yet.
16376 * gst/audioconvert/gstaudioconvert.c:
16377 (gst_audio_convert_buffer_to_default_format),
16378 (gst_audio_convert_buffer_from_default_format):
16379 Add support for 24-bit width.
16381 * gst/dvdlpcmdec/.cvsignore:
16382 * gst/dvdlpcmdec/Makefile.am:
16383 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16384 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16385 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16386 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16388 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16389 New decoder for rearranging DVD LPCM into our audio/x-raw-int
16390 format. Needs support for the channels maps if someone can find
16391 a DVD LPCM track with > 2 channels.
16393 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16394 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16395 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16396 * gst/mpegstream/gstdvddemux.h:
16397 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16398 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16399 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16400 * gst/mpegstream/gstmpegdemux.h:
16401 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16402 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16403 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16404 (gst_mpeg_parse_handle_src_query),
16405 (gst_mpeg_parse_handle_src_event):
16406 Use audio/x-dvd-lpcm for LPCM output.
16409 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16411 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16413 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16414 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16415 Add BGRA handling (#165736).
16417 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
16419 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16421 * gst/law/alaw-decode.c: (alawdec_link):
16422 * gst/law/alaw-encode.c: (alawenc_link):
16423 * gst/law/mulaw-decode.c: (mulawdec_link):
16424 * gst/law/mulaw-encode.c: (mulawenc_link):
16425 Fix caps memleaks (#166600).
16427 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
16429 * ext/tarkin/mem.h:
16430 * ext/tarkin/wavelet.h:
16431 * ext/tarkin/yuv.h:
16432 * gst/ffmpegcolorspace/avcodec.h:
16433 Include "_stdint.h" instead of <stdint.h>. Fixes build on
16434 systems that don't have stdint.h, like Solaris9 (fixes #166631).
16436 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16438 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16439 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16440 (gst_xvimagesink_change_state):
16441 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16442 Xv video (and thereby regenerate Xv colourkey) in clear() so
16443 that PLAY -> READY -> PLAY works (fixes #162504).
16445 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16447 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16448 Switch to list instead of range, since MJPEG-devices really just
16449 support decimations, not any size.
16451 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16452 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16453 (gst_mpeg2dec_reset), (free_all_buffers),
16454 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16455 * ext/mpeg2dec/gstmpeg2dec.h:
16456 The libmpeg2 user-allocated buffer management is awkward,
16457 to say the least. Hopefully this fixes things.
16459 2005-02-04 Andy Wingo <wingo@pobox.com>
16461 * gst/audioconvert/bufferframesconvert.c
16462 (buffer_frames_convert_fixate): New function, fixates to 256
16463 frames per buffer by default. (Much better than 1.)
16464 (buffer_frames_convert_init): Set the fixate function for both src
16466 (buffer_frames_convert_link): After success setting nonfixed caps,
16467 get the negotiated caps so we can know how many buffer-frames it
16468 will be. No idea how this worked at all before.
16470 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16472 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16473 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16474 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16475 (handle_sequence), (handle_picture):
16476 * ext/mpeg2dec/gstmpeg2dec.h:
16477 Rearrange buffer tracking and refcounting and refactor
16478 a little for readability.
16480 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
16481 * sys/v4l/gstv4l.c: (plugin_init):
16482 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16483 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16484 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16485 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16486 * sys/v4l/gstv4ljpegsrc.h:
16487 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16488 * sys/v4l/v4l_calls.h:
16489 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16490 (gst_v4lsrc_get_fps):
16491 * sys/v4l/v4lsrc_calls.h:
16492 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16493 you jpeg inside rgb frames" driver.
16494 Don't error in the v4lsrc link function, just return
16497 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16499 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16500 (gst_qcamsrc_open):
16501 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16503 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16505 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16506 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16508 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16510 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16511 Reset negotiated state on PAUSED->READY.
16513 2005-02-02 David Schleef <ds@schleef.org>
16515 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16516 whereever possible. (Fixes #165997)
16517 * examples/capsfilter/capsfilter1.c: (main):
16518 * examples/dynparams/filter.c: (create_ui):
16519 * examples/seeking/cdparanoia.c: (get_track_info), (main):
16520 * examples/seeking/chained.c: (main):
16521 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16522 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16523 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16524 (make_mpeg_pipeline), (make_mpegnt_pipeline):
16525 * examples/seeking/spider_seek.c: (make_spider_pipeline):
16526 * examples/switch/switcher.c: (main):
16527 * ext/dv/demo-play.c: (main):
16528 * ext/faad/gstfaad.c: (gst_faad_change_state):
16529 * ext/mad/gstmad.c: (gst_mad_chain):
16530 * ext/smoothwave/demo-osssrc.c: (main):
16531 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16532 (gst_gconf_render_bin_from_description),
16533 (gst_gconf_get_default_audio_sink),
16534 (gst_gconf_get_default_video_sink),
16535 (gst_gconf_get_default_audio_src),
16536 (gst_gconf_get_default_video_src),
16537 (gst_gconf_get_default_visualization_element):
16538 * gst/level/demo.c: (main):
16539 * gst/level/plot.c: (main):
16540 * gst/playback/gstplaybin.c: (gen_video_element),
16541 (gen_audio_element):
16542 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16543 * gst/playondemand/demo-mp3.c: (setup_pipeline):
16544 * gst/sine/demo-dparams.c: (main):
16545 * gst/spectrum/demo-osssrc.c: (main):
16546 * gst/speed/demo-mp3.c: (main):
16547 * gst/volume/demo.c: (main):
16548 * testsuite/embed/embed.c: (main):
16550 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16552 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16553 (gst_tcpclientsink_finalize):
16554 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16555 (gst_tcpclientsrc_finalize):
16556 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16557 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16558 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16559 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16560 Don't leak the hostname when shutting down.
16561 In tcpserversrc, take a copy of the default hostname.
16563 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16565 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16566 Set caps to systemstream=TRUE.
16568 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16570 * testsuite/Makefile.am:
16571 Fix more OSX buildbots.
16573 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16575 * ext/mpeg2dec/gstmpeg2dec.c:
16576 Don't send things to NULL PAD_PEERs
16578 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16579 Copy-on-write the incoming buffer.
16581 * gst/mpegstream/gstdvddemux.h:
16582 * gst/mpegstream/gstmpegclock.h:
16583 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16584 (normal_seek), (gst_mpeg_demux_handle_src_event):
16585 * gst/mpegstream/gstmpegdemux.h:
16586 * gst/mpegstream/gstmpegpacketize.h:
16587 * gst/mpegstream/gstmpegparse.c:
16588 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16589 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16590 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16591 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16592 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16593 * gst/mpegstream/gstmpegparse.h:
16594 * gst/mpegstream/gstrfc2250enc.h:
16595 Various changes to the way time is computed that make seeking and
16596 total time estimation much better here.
16597 Use G_BEGIN/END_DECLS instead of __cplusplus
16599 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16600 Use gst_buffer_stamp instead of only copying the TIMESTAMP
16602 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16604 * gst/subparse/gstsubparse.c:
16607 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16609 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16610 (theora_enc_chain), (theora_enc_change_state):
16611 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16612 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16613 (gst_vorbisenc_change_state):
16614 * ext/vorbis/vorbisenc.h:
16615 Set granulepos and timestamp correctly for streams not
16616 starting at 0, taking into account the initial delay.
16618 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16620 * gst/mpegstream/gstdvddemux.c:
16621 Add audio/x-dts to audio pad template caps
16623 2005-01-30 David Schleef <ds@schleef.org>
16625 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16626 (create_context), (gst_polypsink_link): Fix silly endianness
16627 bug. Add some debugging. Remove float from caps; it doesn't
16628 work. Attempt to get remote audio working.
16630 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16632 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16635 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16637 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16638 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16639 (gst_avi_demux_stream_data):
16640 * gst/avi/gstavidemux.h:
16641 Invert DIB images. Fixes #132341.
16643 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16645 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16646 (gst_ffmpegcsp_chain):
16647 D'oh, reference the palette data, not the palette structure.
16648 Fixes color distortion in #132341.
16650 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16652 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16653 PAR can be non-fixed when not provided as argument (#162626).
16655 2005-01-29 David Moore <dcm@acm.org>
16657 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16659 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16660 (gst_qtdemux_loop_header):
16661 Re-apply patch from #142272 that allows non-seekable sources,
16662 re-proposed by Daniel Drake <dsd@gentoo.org>.
16664 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16666 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16667 Use the src template for creating the src pad (#162330).
16669 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16672 * ext/musepack/Makefile.am:
16673 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16674 (gst_musepackdec_init), (gst_musepackdec_dispose),
16675 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16676 (gst_musepack_stream_init), (gst_musepackdec_loop),
16677 (gst_musepackdec_change_state):
16678 * ext/musepack/gstmusepackdec.cpp:
16679 * ext/musepack/gstmusepackdec.h:
16680 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16681 (gst_musepack_reader_read), (gst_musepack_reader_seek),
16682 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16683 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16684 * ext/musepack/gstmusepackreader.cpp:
16685 * ext/musepack/gstmusepackreader.h:
16686 Update to 1.1 API (#165446).
16688 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16693 2005-01-28 Andy Wingo <wingo@pobox.com>
16695 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16696 to reflect a different dubious internet source. Add a reference
16697 and some commentary.
16699 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16701 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16702 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16703 * gst/playback/gststreamselector.h:
16704 Be more selective when we're redoing caps negotiation from
16705 within the chain function on a stream change.
16707 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16711 * ext/amrnb/Makefile.am:
16712 * ext/amrnb/amrnb.c: (plugin_init):
16713 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16714 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16715 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16716 (gst_amrnbdec_state_change):
16717 * ext/amrnb/amrnbdec.h:
16718 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16719 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16720 (gst_amrnbparse_init), (gst_amrnbparse_formats),
16721 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16722 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16723 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16724 * ext/amrnb/amrnbparse.h:
16725 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16726 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16727 Add AMR-NB/-WB raw formats.
16728 * ext/alsa/gstalsa.c: (gst_alsa_link):
16729 Keep valid time when changing format.
16730 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16731 (qtdemux_parse_trak):
16732 Add some more format-specific options (#140141, #143555, #155163).
16734 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16736 * gst/matroska/matroska-demux.c:
16737 (gst_matroska_demux_parse_blockgroup):
16738 Fix logic error in timing of subtitle stream synchronization.
16739 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16740 Add skip-chunk, which is found in kodak-camera streams.
16742 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
16746 Adding Vietnamese translation (submitted by Clytie Siddall)
16748 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16750 * gst/playback/gstdecodebin.c: (try_to_link_1):
16751 Use realpad for signal.
16753 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16755 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16756 Fix category so decodebin picks it up.
16758 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16760 * ext/mad/Makefile.am:
16761 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16762 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16763 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16764 (found_type), (gst_id3demux_bin_change_state):
16765 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16766 (gst_id3_tag_init), (gst_id3_tag_handle_event),
16767 (gst_id3_tag_src_link), (gst_id3_tag_chain),
16768 (gst_id3_tag_change_state), (plugin_init):
16769 * ext/mad/gstmad.h:
16770 Add id3demuxbin (which is a simple bin consisting of id3demux
16771 and typefind), take over rank from id3demux, remove typefind
16772 code from id3demux. Makes all broken mp3s that I know of work,
16773 and thereby fixes #152688.
16775 2005-01-27 Edward Hervey <bilboed@bilboed.com>
16777 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16779 * ext/mad/gstmad.c: (gst_mad_src_event):
16780 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16781 Allow seeks on audio pad, make mad forward those (#164826).
16782 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16783 Set duration (#165335).
16785 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16787 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16788 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16789 (gst_asf_demux_process_ext_content_desc),
16790 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16791 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16792 * gst/asfdemux/gstasfdemux.h:
16793 Improve metadata display, e.g. if the metadata comes before the
16794 streams are loaded (which is perfectly valid).
16796 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16798 * tools/gst-launch-ext-m.m:
16799 Fix AVI/ASF pipelines (#165340).
16801 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
16802 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
16803 build failure on amd64
16805 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
16807 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16808 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16809 Check environment variables GST_ID3V2_TAG_ENCODING,
16810 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16811 list of character encodings to force interpretation of non-unicode
16812 strings stored in an ID3v2 tag to a particular encoding. If none
16813 is specified, try to use current locale's encoding, then fall back
16814 to ISO-8859-1 (which will always succeed). (Resolves #149274)
16815 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16816 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16817 Check environment variables GST_ID3V1_TAG_ENCODING,
16818 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16819 list of character encodings to use in case a string encountered
16820 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16821 specified, try to use the current locale's encoding, then fall
16822 back to ISO-8859-1 (which will always succeed).
16824 2005-01-25 Benjamin Otte <otte@gnome.org>
16826 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16827 - on half framerate, compute the rate in advance so the comparisons
16828 don't compare wrong values
16829 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16831 - don't use mad_header_decode anymore, mad_frame_decode does that
16833 - when getting rid of consumed bytes, reset the stream's skiplen
16836 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16838 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16839 Use 1/2 a second for default max_discont, as PES streams from DVB
16840 seem to have larger spacings in the SCR.
16843 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16845 * gst/playback/gstplaybasebin.c: (group_commit):
16846 Notify delayed stream-info availability.
16848 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16849 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16850 (gst_a52dec_handle_event), (gst_a52dec_chain):
16851 Add some debug output. Check that a discont has a valid
16853 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16854 (gst_alsa_sink_loop):
16855 Ignore TAG events. A little extra debug for broken timestamps.
16856 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16857 (dvdnavsrc_change_state):
16858 Ensure we send a discont to engage the link before we send any
16860 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16861 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16862 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16863 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16864 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16865 dvd://title works in totem because typefinding sends a seek that ends
16866 up going back to chapter 1 regardless.
16867 * ext/mpeg2dec/gstmpeg2dec.c:
16868 * ext/mpeg2dec/gstmpeg2dec.h:
16869 Output correct timestamps and handle disconts.
16870 * ext/ogg/gstoggdemux.c: (get_relative):
16871 Small guard against a null dereference.
16872 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16873 (gst_textoverlay_set_property):
16874 Free memory when done. Don't call gst_event_filler_get_duration on
16875 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16877 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16878 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16879 (gst_sw_srclink), (gst_smoothwave_chain):
16880 Draw solid lines, prettier colours.
16881 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16882 Add a default palette that'll work for some movies.
16883 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16884 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16885 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16886 * gst/mpegstream/gstdvddemux.h:
16887 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16888 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16889 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16890 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16891 * gst/mpegstream/gstmpegparse.h:
16892 Use PTM/NAV events when for timestamp adjustment when connected to
16893 dvdnavsrc. Don't use many discont events where one suffices.
16894 * gst/playback/gstplaybasebin.c: (group_destroy),
16895 (gen_preroll_element), (gst_play_base_bin_add_element):
16896 * gst/playback/gstplaybasebin.h:
16897 Make sure we remove subtitles from the same bin we put them in.
16898 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16899 (gst_subparse_buffer_format_autodetect),
16900 (gst_subparse_change_state):
16901 Fix some memleaks and invalid accesses.
16902 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16903 (oggskel_type_find), (cmml_type_find), (plugin_init):
16904 Some typefind functions for Annodex v3.0 files
16905 * gst/wavparse/gstwavparse.h:
16906 GstRiffReadClass is the correct parent class.
16908 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16910 * gst-libs/gst/riff/riff-media.c:
16911 (gst_riff_create_video_caps_with_data):
16912 Add extradata to huffyuv (fixes #165013).
16913 * gst-libs/gst/riff/riff-read.c:
16914 (gst_riff_read_strf_vids_with_data):
16915 Fix extradata extraction if it is in the chunk size.
16917 2005-01-25 Edward Hervey <bilboed@bilboed.com>
16919 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16921 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16922 (gst_quarktv_change_state), (gst_quarktv_dispose):
16923 Memory free'ing location fix (#164708).
16925 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16927 * gst/playback/gstplaybasebin.c: (group_commit),
16928 (gen_preroll_element), (probe_triggered), (gen_source_element),
16929 (setup_source), (gst_play_base_bin_change_state),
16930 (gst_play_base_bin_add_element):
16931 Don't block for streams.
16932 * gst/playback/gststreaminfo.c: (stream_info_change_state),
16933 (gst_stream_info_set_mute):
16934 Use gst_pad_set_active_recursive.
16936 2005-01-25 Andy Wingo <wingo@pobox.com>
16938 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16939 for #ifndef HAVE_XVIDEO.
16941 2005-01-24 Jeffrey C. Ollie
16943 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
16945 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16946 * ext/gsm/gstgsmdec.h:
16947 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16948 * ext/gsm/gstgsmenc.h:
16949 Fix rate to 8kHz as per spec, removes obscure errors when no rate
16950 was given by property. Add proper buffer timestamps and offsets.
16952 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16954 * gst-libs/gst/riff/riff-media.c:
16955 (gst_riff_create_audio_caps_with_data):
16956 Audio can be <8000Hz.
16958 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16960 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16961 Explicit state change to workaround refcount bugs.
16963 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16965 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16966 (gst_avimux_riff_get_avi_header):
16969 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16971 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16972 (gst_riff_read_element_data):
16973 * gst-libs/gst/riff/riff-read.h:
16974 Add _peek version (req'ed in CDXA).
16975 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16976 (gst_cdxaparse_loop):
16977 Fix parsing in playbin.
16978 * gst/playback/gstdecodebin.c: (close_pad_link):
16979 Ignore current_ pads, they cause major annoyance.
16981 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16983 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16986 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16988 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16991 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16993 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16994 Allow for 0-sized buffers. Fixes length query problems in
16995 starwars.mkv from the testsuite.
16997 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
16999 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17000 (gst_video_box_i420), (gst_video_box_chain):
17001 Fix row strides for I420 (fixes #163159)
17003 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17005 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17006 MPEG2 has a useful rate property, so we can actually use that.
17007 For MPEG-1, continue using the bytes/time properties.
17009 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17011 * gst-libs/gst/riff/riff-media.c:
17012 (gst_riff_create_video_caps_with_data),
17013 (gst_riff_create_video_template_caps):
17016 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17018 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17019 Fail if caps negotiation fails. Should fix #162184, and should
17020 definately be in there regardless of it fixing the actual bug.
17021 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17022 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17023 (gst_avimux_riff_get_avix_header),
17024 (gst_avimux_riff_get_video_header),
17025 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17026 (gst_avimux_start_file), (gst_avimux_handle_event),
17027 (gst_avimux_change_state):
17028 * gst/avi/gstavimux.h:
17029 Refactor structure writing to use GST_WRITE_UINT macros, add
17030 metadata writing support.
17032 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17034 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17035 Elements may already be destroyed when this function is called.
17037 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17039 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17040 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17041 More memory leak fixes (#149162).
17043 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17045 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17046 (gst_qtdemux_add_stream):
17049 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17051 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17054 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17056 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17057 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17058 when fixating to six channels in Totem.
17060 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17062 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17063 Fix compile warnings on Solaris 10 buildbot
17065 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17067 * ext/dvdread/dvdreadsrc.c: (_read):
17068 Don't read beyond the last cell in a chapter (fixes
17069 invalid memory access)
17071 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17073 * ext/dvdread/stream_labels.c:
17074 (dvdreadsrc_get_audio_stream_labels):
17075 Use NULL for an empty GList instead of g_list_alloc(); fix
17076 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
17077 of GString (easier to bulk free later)
17079 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17081 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17083 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17084 (gst_ffmpeg_pixfmt_to_caps):
17085 Fix BGRA32 caps (#164209).
17087 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17089 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17091 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17092 (gst_ffmpeg_caps_to_pixfmt):
17093 alpha_mask can be RGBA/ABGR. Fixes #164265.
17095 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
17097 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17099 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17100 (gst_mpeg2dec_alloc_buffer):
17101 * ext/mpeg2dec/gstmpeg2dec.h:
17102 Crop if decoding size is not the actual image size (#163676).
17104 2005-01-17 Steve Baker <steve@stevebaker.org>
17106 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17108 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17109 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17110 Add libsndfile typefind functions (#163309).
17112 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17114 * tools/gst-launch-ext-m.m:
17115 Add .aac, fix .m1v/.m2v (#163891).
17117 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17119 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17120 Sanity check, don't wait endlessly since the clock might not
17121 actually run at this point (which is a deadlock). Fixes #164069.
17123 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17125 * gst/playback/gstplaybasebin.c: (probe_triggered):
17126 Of course, only pause if group is done...
17128 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17130 * gst/playback/gstplaybasebin.c: (probe_triggered):
17133 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
17135 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17136 Don't return state change success when the parent
17139 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17141 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17142 Free events (fix memleak in #162905).
17144 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
17146 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17148 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17149 (gst_ffmpeg_caps_to_pixfmt):
17150 Fix for depth = 15. Fixes #161675.
17152 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17154 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17155 Set FPS correctly, even for webcams and the like.
17156 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17157 Don error on setting while capturing.
17159 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17161 * ext/dv/gstdvdec.c:
17162 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17163 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17164 I'm a bad boy. using /1001. to force C to do float division
17165 and not integer division (as it did in my last commit)
17166 Thanks to David I. Lehn for pointing this mistake.
17168 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17170 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17171 Revert Johan's 1.35->1.36 since it breaks compat.
17173 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17175 * ext/dv/gstdvdec.c:
17176 * ext/libfame/gstlibfame.c:
17177 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17178 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17179 replace framerate aproximations by their real value
17180 (24000/1001, 30000/1001, 60000/1001)
17181 Finish fixing bug #164049
17183 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
17185 * ext/ogg/gstoggmux.c:
17187 * gst/tcp/gstmultifdsink.c:
17188 * gst/tcp/gstmultifdsink.h:
17189 * gst/tcp/gsttcp.c:
17190 * gst/tcp/gsttcp.h:
17191 * gst/tcp/gsttcpclientsink.c:
17192 * gst/tcp/gsttcpclientsrc.c:
17193 * gst/tcp/gsttcpserversink.c:
17194 * gst/tcp/gsttcpserversrc.c:
17195 improve reusability of elements after state changes and errors
17196 make multifdsink throw away streamheaders when receiving new ones
17198 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17200 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17201 Fix for if items are already in list...
17203 2005-01-12 Benjamin Otte <otte@gnome.org>
17205 * gst/adder/gstadder.c: (gst_adder_loop):
17206 fix adder a bit so it doesn't screw up with events as much anymore
17208 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
17210 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17211 (pixbufscale_scale), (gst_pixbufscale_chain):
17212 * ext/gdk_pixbuf/pixbufscale.h:
17213 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17214 to ensure rowstrides are calculated the same way as
17216 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17217 that we pick up duration and offset also.
17219 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17221 * gst/avi/gstavimux.c: (gst_avimux_class_init),
17222 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17225 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17227 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17228 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17229 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17230 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17231 Update flags when requested.
17233 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17235 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17238 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17240 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17241 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17242 (probe_triggered), (new_decoded_pad), (gen_source_element),
17243 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17244 * gst/playback/gstplaybasebin.h:
17245 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17246 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17247 (gst_play_bin_change_state):
17248 Implement group-switch signal for use in apps to clear metadata
17249 cache, clean up subtitle, add suburi property instead of # hack,
17250 some error-out fixes.
17252 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17254 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17256 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17257 If we got a state change in the _get handler, don't return success.
17259 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17261 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17262 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17263 Make jpegdec quiet on MJPEG decoding
17264 * gst/asfdemux/README:
17265 Fix mimetypes for MJPEG and H263
17267 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17269 * ext/theora/theoradec.c: (theora_dec_chain):
17270 Fix broken code generation by gcc by swapping arguments.
17271 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17274 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17277 delete this file, it is by far outdated
17278 * ext/alsa/gstalsa.1: remove
17279 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17280 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17281 (gst_alsa_get_caps):
17282 Add HW probing for supported sample rates. Fixes #161704
17284 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17286 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17287 Don't crash, biatch! :).
17289 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17291 * ext/musepack/gstmusepackreader.cpp:
17292 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17293 Some work on tags - still doesn't work in playbin...
17294 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17297 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17299 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17300 Also shove tags on kid pads.
17302 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17304 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17305 Don't bail on unknown events.
17306 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17307 Don't crash on events before negotiation.
17308 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17309 Send tags on pads, too.
17310 * gst/playback/gststreamselector.c:
17311 (gst_stream_selector_request_new_pad):
17312 Forward events on first pad if no input was selected yet.
17314 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17316 * gst/playback/gstplaybasebin.c: (setup_substreams):
17317 Don't disable streamtype if the stream doesn't exist, since
17318 then playing a video after audio will disable both and nothing
17319 will happen. Fixes the testsuite.
17321 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17323 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17324 (gst_v4l_xoverlay_set_xwindow_id):
17325 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17326 (gst_v4l2_xoverlay_set_xwindow_id):
17327 Add debug categories, fix overlay disabling.
17329 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17331 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17332 * ext/alsa/gstalsa.h:
17333 Add HW probing for period_count/size and buffer_size MIX/MAX
17334 Adjust default/user defined value if out of bounds
17335 Should fix bug #162024
17337 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17339 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17340 Fix warning (#161191).
17342 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17344 * ext/dvdread/stream_labels.c:
17345 (dvdreadsrc_get_audio_stream_labels):
17346 Fix warning (init the good variable in switch default)
17348 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
17350 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17352 * gst/tta/gstttaparse.c: (gst_tta_src_event):
17353 Fix gcc-2.95 compile (#163485).
17355 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17358 * ext/flac/gstflacenc.c: (gst_flacenc_init),
17359 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17360 (gst_flacenc_tell_callback), (gst_flacenc_chain),
17361 (gst_flacenc_change_state):
17362 * ext/flac/gstflacenc.h:
17363 Update for API change in flac-1.1.1. Update requirement in
17364 configure.ac. Fixes #162974.
17366 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17368 * gst/playback/gstplaybasebin.c: (group_destroy):
17369 Remove hack to get rid of assert and get rid of unlinked
17372 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17374 * gst/playback/gstplaybasebin.c: (setup_source):
17375 Set source to NULL so that resources are free'ed. Fixes issues
17376 with playback of CDDA and similar device-accessing things.
17378 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17380 * testsuite/embed/Makefile.am:
17381 test->noinst, fix make test in buildbot.
17383 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17385 * ext/dvdread/stream_labels.c: new file
17386 * ext/dvdread/stream_labels.h: new file
17387 * ext/dvdread/Makefile.am:
17388 * ext/dvdread/dvdreadsrc.c: (_seek_title):
17389 Extract audio stream label from DVD IFO files.
17390 It only dump them on the console for now, still have to
17391 make playbin aware of them.
17393 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17395 * gst/playback/gstplaybasebin.c: (setup_source):
17398 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17400 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17401 (gen_preroll_element), (remove_groups), (setup_subtitle),
17402 (gen_source_element), (setup_source):
17403 * gst/playback/gstplaybasebin.h:
17404 Multiple .sub files is just a stupid idea... Fix some threading
17405 mistakes. Interestingly, external .sub files cause playbin to
17406 hang, I don't know why... Parsing fixes contributed by Fran??ois
17407 Kooman <fkooman@tuxed.net>.
17409 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17411 * testsuite/embed/Makefile.am:
17414 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17416 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17418 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17419 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17420 (gst_pngenc_set_property):
17421 * ext/libpng/gstpngenc.h:
17422 Add compression level property (#163323).
17424 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17427 * examples/capsfilter/capsfilter1.c: (main):
17428 * examples/seeking/spider_seek.c: (make_spider_pipeline):
17429 * ext/dvdread/Makefile.am:
17430 * ext/dvdread/demo-play:
17431 * ext/dvdread/demo-play.c:
17432 * gconf/gstreamer.schemas.in:
17433 * gst-libs/gst/gconf/gconf.c:
17435 * testsuite/Makefile.am:
17436 * testsuite/embed/Makefile.am:
17437 * testsuite/embed/embed.c: (cb_expose), (main):
17438 Remove all references to xvideosink, fix examples (#140845).
17439 * gst/playback/gstplaybasebin.c: (group_destroy):
17440 Apparently, disposal does not unlink - so do explicitely.
17441 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17444 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
17446 * README: fix PKG_CONFIG_PATH instructions, what was there
17447 previously was breaking default search path, not nice.
17450 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17452 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17453 (gst_audioscale_chain):
17454 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17455 when resampling - how the ^@$^!@^! is this possible?!?
17457 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17459 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17460 Reset variables on READY.
17461 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17462 (gst_matroska_mux_loop):
17463 Require data before writing header.
17465 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
17467 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17469 * ext/mad/gstmad.c: (gst_mad_chain):
17470 Don't call mad_stream_sync() directly after recovering sync.
17473 2005-01-09 Martin Eikermann <meiker@upb.de>
17475 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17477 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17478 (snapshot_handler), (gst_snapshot_sinkconnect),
17479 (gst_snapshot_chain):
17480 Allocate resources when required, fix recursive signal emission
17481 and fix caps. Fixes #161667.
17483 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17485 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17487 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17488 (gst_pngdec_chain):
17489 Handle only 8-bppc (bits-per-pixel-component) images, better
17490 error handling and correct strides. Fixes #163177.
17491 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17492 (gst_pngenc_chain):
17493 Better error handling. Fixes #163348.
17495 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17497 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17498 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17499 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17500 (dvdnavsrc_uri_handler_init):
17501 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17502 * gst/playback/gstplaybasebin.c: (gen_source_element):
17503 Add MMS to streaming URIs.
17505 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17507 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17508 * sys/xvimage/xvimagesink.c:
17509 (gst_xvimagesink_navigation_send_event):
17510 Check for pad availability before sending event.
17512 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17514 * gst-plugins.spec.in:
17517 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17520 Since we use functions from CVS, up requirement.
17522 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17524 * gst/playback/Makefile.am:
17525 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17526 (group_destroy), (group_commit), (group_is_muted),
17527 (gen_preroll_element), (add_stream), (unknown_type),
17528 (probe_triggered), (preroll_unlinked), (mute_stream),
17529 (silence_stream), (new_decoded_pad), (setup_substreams),
17530 (setup_source), (get_active_source), (mute_group_type),
17531 (muted_group_change_state), (set_active_source),
17532 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17533 (play_base_eos), (gst_play_base_bin_change_state):
17534 * gst/playback/gstplaybasebin.h:
17535 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17536 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17537 (gst_stream_info_dispose), (stream_info_mute_pad),
17538 (stream_info_change_state), (gst_stream_info_set_mute):
17539 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17540 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17541 (gst_stream_selector_init), (gst_stream_selector_dispose),
17542 (gst_stream_selector_get_linked_pad),
17543 (gst_stream_selector_get_caps), (gst_stream_selector_link),
17544 (gst_stream_selector_get_linked_pads),
17545 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17546 * gst/playback/gststreamselector.h:
17547 Adding stream selection support plus required properties for
17548 applications to use this. Fully fixes #100931.
17550 2005-01-08 Benjamin Otte <otte@gnome.org>
17552 * gst/games/gstpuzzle.c: (nav_event_handler):
17553 - handle nav events differently: forward every event no matter if it
17554 was handled or not.
17556 You can now cheat by using navigationtest ! puzzle and moving the
17557 mouse close to the edge of a tile. ;)
17559 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17562 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17563 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17564 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17565 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17566 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17567 (gst_ogm_parse_plugin_init):
17568 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17569 (gst_textoverlay_link), (gst_textoverlay_getcaps),
17570 (gst_textoverlay_event), (gst_textoverlay_video_chain),
17571 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17572 * ext/pango/gsttextoverlay.h:
17573 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17574 (gst_matroska_demux_handle_seek_event),
17575 (gst_matroska_demux_sync_streams),
17576 (gst_matroska_demux_parse_blockgroup),
17577 (gst_matroska_demux_subtitle_caps),
17578 (gst_matroska_demux_plugin_init):
17579 * gst/matroska/matroska-ids.h:
17580 * gst/playback/gstdecodebin.c: (close_pad_link):
17581 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17582 (gen_preroll_element), (remove_groups), (add_stream),
17583 (new_decoded_pad), (setup_subtitles), (gen_source_element),
17585 * gst/playback/gstplaybasebin.h:
17586 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17587 * gst/subparse/Makefile.am:
17588 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17589 (gst_subparse_base_init), (gst_subparse_class_init),
17590 (gst_subparse_init), (gst_subparse_formats),
17591 (gst_subparse_eventmask), (gst_subparse_event),
17592 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17593 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17594 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17595 (parse_mpsub_deinit), (parse_mpsub_init),
17596 (gst_subparse_buffer_format_autodetect),
17597 (gst_subparse_format_autodetect), (gst_subparse_loop),
17598 (gst_subparse_change_state), (gst_subparse_type_find),
17600 * gst/subparse/gstsubparse.h:
17601 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17603 Add subtitle support, .sub parser (supports SRT and MPsub),
17604 OGM text support, Matroska UTF-8 text support, deadlock fixes
17605 all over the place, subtitle awareness in decodebin/playbin
17606 and some fixes to textoverlay to handle subtitles in a stream
17607 correctly. Fixes #100931.
17609 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17611 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17612 Check for pad availability before doing a query on it.
17614 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17616 * ext/dv/gstdvdec.c:
17617 really fix bpp24/32 dvdec caps (classic rgba indeed)
17618 * gst/asfdemux/gstasfdemux.c:
17619 (gst_asf_demux_process_ext_content_desc):
17620 don't send text tags if they are empty (bis repetita)
17622 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17624 * ext/dv/gstdvdec.c:
17625 remove unneeded comment from dvdec
17626 (related to DV 4CC codes in AVI files)
17627 moved them in gstreamer/docs/random/mimetypes
17628 * gst/asfdemux/gstasfdemux.c:
17629 (gst_asf_demux_process_ext_content_desc):
17630 don't send text tags if they are empty
17631 fix mem leak on error path
17632 * gst/ffmpegcolorspace/avcodec.h:
17633 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17634 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17635 (gst_ffmpegcsp_avpicture_fill):
17636 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17637 * gst/ffmpegcolorspace/imgconvert_template.h:
17638 adds BGR32 and BGRA32 to ffmpegcolorspace
17639 (still bad colors, fixing it on next commit)
17640 helps with dvdec outputing BGR32
17642 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17644 * ext/dv/gstdvdec.c:
17645 Fix audio caps i just broke (missing ',')
17646 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17647 (gst_matroska_mux_reset):
17648 Fix typo + add FIXME about old "x-gst-metadata" crap
17650 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17652 * ext/dv/demo-play.c: (main):
17653 xvideosink -> xvimagesink
17654 * ext/dv/gstdvdec.c:
17655 change rgb 32/32 caps to 24/32 (no alpha)
17656 change nb of channels to be a list (2 or 4, not 2)
17657 change sample rate to be a list (32, 44.1, 48 kHz) not a range
17658 * gst/asfdemux/gstasfdemux.c:
17659 (gst_asf_demux_process_ext_content_desc):
17660 Add 'date/year' to extracted metadata list
17662 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17664 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17665 The return value of fixate_to does not imply that the requested
17666 value was set, so don't assume.
17668 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
17670 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17672 * ext/libpng/gstpngdec.c:
17673 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17674 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17675 * ext/libpng/gstpngenc.h:
17676 Alpha support (encoder; #163161), mime fixage.
17678 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
17680 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17682 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17683 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17684 (gst_faac_set_property), (gst_faac_get_property):
17685 * ext/faac/gstfaac.h:
17686 Allow for ADTS output (#153434).
17688 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17690 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17691 Fix against template (#150576).
17693 2005-01-06 Benjamin Otte <otte@gnome.org>
17695 * gst/games/gstpuzzle.c: (draw_puzzle):
17696 don't draw a puzzle if either width or height of tiles would be 0.
17698 2005-01-06 Benjamin Otte <otte@gnome.org>
17700 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17701 (gst_puzzle_class_init), (gst_puzzle_finalize):
17702 no memleaks, please
17703 (gst_puzzle_create), (gst_puzzle_init),
17704 (gst_puzzle_set_property), (gst_puzzle_setup):
17705 change initialization code around so we don't reshuffle on resize
17707 fix another stupid typo
17709 2005-01-06 Benjamin Otte <otte@gnome.org>
17711 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17712 fix stupid typo that borked copying on YUY2
17714 2005-01-06 Benjamin Otte <otte@gnome.org>
17716 * gst/games/gstpuzzle.c: (draw_puzzle):
17717 fix edges when image sizes aren't multiples of tile sizes
17719 2005-01-06 Benjamin Otte <otte@gnome.org>
17721 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17722 make RGB endianness work correctly
17723 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17724 refactor and fix race with initial shuffling
17725 (nav_event_handler):
17726 allow using the mouse to puzzle
17728 insist on tiles having width and height as multiples of 4 to get
17729 clean YUV image handling
17730 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17731 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17732 s/DEBUG/LOG/ for common messages
17733 (gst_xvimagesink_navigation_send_event):
17734 fix mouse event translation to not include screen PAR
17735 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17736 fix mouse event translation to actually work
17738 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17740 * gst/asfdemux/gstasfdemux.c:
17741 (gst_asf_demux_process_ext_content_desc):
17742 Extract TrackNumber metadata + clean up code
17743 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17744 Hope this is the good fix (var used unitialised)
17746 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17748 * ext/faad/gstfaad.c: (gst_faad_chain):
17749 Only increment timestamp if it's valid. Fixes raw AAC streams.
17751 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
17754 * gst/games/Makefile.am:
17755 * gst/games/gstpuzzle.c:
17756 add a puzzle game with...
17757 * gst/games/gstvideoimage.c:
17758 * gst/games/gstvideoimage.h:
17759 ... full colorspace support (that includes YUV9 and RGB16)) stolen
17760 from videotestsrc and made into something that would be a nice
17761 library for a lot of other plugins.
17763 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17766 don't compile faad plugin if a RC of 2.0 is found
17767 Fixes #155346 (and FC1 buildbot)
17768 * gst/asfdemux/gstasfdemux.c:
17769 (gst_asf_demux_process_ext_content_desc):
17770 try to make Solaris compiler happier
17772 2005-01-06 Paul Jack <pjack@sfaf.org>
17774 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17776 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17777 Fix segfault (#161667).
17779 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17781 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17782 Fix framerate reporting.
17784 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17786 * gst-libs/gst/riff/riff-ids.h:
17787 * gst/wavenc/riff.h:
17788 Add AMR (VBR and CBR) ids to riff.h audio codec list
17789 * gst/asfdemux/gstasfdemux.c:
17790 (gst_asf_demux_process_ext_content_desc),
17791 (gst_asf_demux_process_object):
17792 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17794 2005-01-05 Martin Eikermann <meiker@upb.de>
17796 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17798 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17799 (gst_dvd_demux_handle_discont):
17800 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17801 (gst_mpeg_demux_handle_discont):
17802 Recreate pads on new-media (#160730).
17803 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17804 Send discont even if manager changes timestamps (#161929).
17806 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
17808 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17810 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17811 Fix invalid memory access (#159211).
17813 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17815 * examples/gstplay/player.c: (main):
17817 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17818 Add visualizations.
17819 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17820 (gst_a52dec_handle_frame):
17822 * ext/dvdnav/gst-dvd:
17823 Add audioconvert. Fixes #161325.
17824 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17825 Explicitely case to gint64. Possible valgrind error.
17826 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17827 (gst_play_tick_callback), (gst_play_change_state),
17828 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17829 (gst_play_set_location), (gst_play_get_location),
17830 (gst_play_seek_to_time), (gst_play_set_data_src),
17831 (gst_play_set_video_sink), (gst_play_set_audio_sink),
17832 (gst_play_set_visualization), (gst_play_connect_visualization),
17833 (gst_play_get_framerate), (gst_play_get_all_by_interface),
17835 Use playbin. Fixes #139749 and #147744.
17836 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17838 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17839 (audioscale_get_type), (gst_audioscale_base_init),
17840 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17841 (gst_audioscale_getcaps), (gst_audioscale_fixate),
17842 (gst_audioscale_link), (gst_audioscale_get_buffer),
17843 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17844 (gst_audioscale_init), (gst_audioscale_dispose),
17845 (gst_audioscale_chain), (gst_audioscale_set_property),
17846 (gst_audioscale_get_property), (plugin_init):
17848 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17850 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17851 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17852 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17853 Add more metadata (fixes #162656).
17855 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17860 === release 0.8.7 ===
17862 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17867 releasing 0.8.7, "Hyperspace"
17869 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17871 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
17873 * gst/playback/gstplaybasebin.c:
17874 Fix for #162924 - free caps after use, not before
17876 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
17878 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17880 * gst/playback/gstplaybasebin.c:
17881 * gst/wavparse/gstwavparse.c:
17882 Fix for #154773 - fixes playback of small .wav files
17884 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
17886 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17888 * gst/audioscale/gstaudioscale.c:
17889 Fix for #162819 - make audioscale reusable
17890 Fixes playback of more than one file with playbin/totem
17892 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17894 * gst/ffmpegcolorspace/avcodec.h:
17895 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17896 * gst/ffmpegcolorspace/imgconvert.c:
17897 clean up the mess that made me cry and avoid needless duplication
17899 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17901 * gst/ffmpegcolorspace/imgconvert.c:
17902 give some indication of why we're segfaulting
17904 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17907 Fix indentation, fix v4l2 plugin detection.
17909 Fix libmms location (Maciej, use diff -u!).
17910 * ext/alsa/gstalsa.c: (gst_alsa_init):
17911 Initialize caps cache to NULL.
17912 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17913 Only change state on audiosink if it exists.
17915 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
17917 * gst/matroska/matroska-demux.c:
17918 * gst/matroska/matroska-ids.h:
17919 * gst/matroska/matroska-demux.h:
17920 Fix Vorbis streams failing to decode in some files, where cluster_time
17921 isn't 0, because then it doesn't send codec_priv before actual data.
17922 Remove time-based test and replace it with marker set on beginning of
17925 2004-12-28 David Schleef <ds@schleef.org>
17927 Merge patch from Ronald fixing problems with streaming
17929 * ext/cairo/gstcairo.c: (plugin_init):
17930 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17931 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17932 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17933 (gst_textoverlay_font_init), (gst_textoverlay_init),
17934 (gst_textoverlay_set_property):
17935 * ext/cairo/gsttextoverlay.h:
17937 2004-12-27 David Schleef <ds@schleef.org>
17939 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17940 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17941 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17942 (gst_textoverlay_font_init), (gst_textoverlay_init),
17943 (gst_textoverlay_set_property): Improvements to actually
17944 render text as white on black outline on video, including
17945 font selection and horizontal/vertical alignment. (Ronald's
17947 * ext/cairo/gsttextoverlay.h:
17949 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17951 * ext/ogg/gstogg.c:
17952 * ext/ogg/gstogmparse.c:
17953 fix ogm[audio/video]parse plugin registration
17954 (riff won't load if bytestream is already loaded)
17956 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17958 * gst/audioconvert/gstchannelmix.c:
17961 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17965 disable docs again until it actually passes make distcheck.
17967 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17969 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17970 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17972 Add 3GP (variables name Q3GP because they can't start with a
17973 number). Add samr audio fourcc (used in .3gp files), decoder
17974 is work in progress. Also do a GST_WARNING instead of ERROR
17975 in case of unknown nodes, to decrease output.
17977 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17982 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
17985 * ext/speex/gstspeexdec.h:
17986 * ext/speex/gstspeexenc.h:
17987 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
17988 Fix detection code in configure.ac
17990 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17992 * gst/matroska/matroska-demux.c:
17993 (gst_matroska_demux_parse_blockgroup):
17994 Save position, so that queries give proper return values. Don't
17995 know how this could ever have worked before...
17997 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
18000 Put additional LAME check inside the conditional. Fixes #152339
18002 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18004 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18005 (gst_avi_demux_stream_scan):
18006 Add some more debug. Fix logic error when setting movi offset
18007 while reading index.
18009 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18011 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18012 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18013 (gst_avi_demux_process_next_entry):
18014 Add some debugging. Better detection of broken indexes and the
18015 accompanying index recovery. No infinite loops on state changes
18016 when we're still in our loopfunction.
18018 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18023 2004-12-22 Archana Shah <archana.shah@wipro.com>
18025 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18027 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18028 Normalizing the value before setting
18029 (gst_sunaudiomixer_get_volume):
18030 Normalizing the value after getting. Fixes bug# 161980
18032 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18034 * Makefile.am: Make sure docs gets disted
18035 * docs/Makefile.am: Make sure all needed files get disted
18036 * gst-plugins.spec.in: latest updates
18038 2004-12-22 Wim Taymans <wim@fluendo.com>
18040 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18041 Revert patch 1.38 as clock distribution over schedulers does
18042 not work correcly in the core yet.
18044 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18046 * sys/oss/README: remove this file, which predates my birth
18047 (and which content is by far outdated)
18049 2004-12-20 Stefan Kost <ensonic@users.sf.net>
18053 * docs/Makefile.am:
18054 * docs/libs/Makefile.am:
18055 * docs/libs/gst-plugins-libs-docs.sgml:
18056 * docs/libs/gst-plugins-libs-sections.txt:
18057 * docs/libs/tmpl/gstgconf.sgml:
18059 * docs/version.entities.in:
18060 Added boilerplate gtk-doc files for plugin-libs documentation.
18062 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18064 * gst/auparse/gstauparse.c: fix int and float audio caps
18066 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18068 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18069 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18070 g_assert() can be a macro, don't use #ifdef inside it.
18072 2004-12-19 Edward Hervey <bilboed@bilboed.com>
18074 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18076 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18077 (gst_videorate_init), (gst_videorate_chain),
18078 (gst_videorate_change_state):
18079 Event handling (fixes #159986).
18081 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18083 * gst-libs/gst/riff/riff-media.c:
18084 (gst_riff_create_video_caps_with_data):
18085 Add BLZ0 (Blizzard's version of DivX) fourcc.
18087 2004-12-18 David Schleef <ds@schleef.org>
18089 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18092 2004-12-18 David Schleef <ds@schleef.org>
18094 * gst/tta/ttadec.h: Disable some header code that isn't used
18095 and clearly isn't portable.
18097 2004-12-18 David Schleef <ds@schleef.org>
18099 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18100 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18101 (avcodec_get_pix_fmt), (avpicture_layout),
18102 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18103 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18104 Fix code to not use GCC extensions (and c99 extensions that
18105 Forte does not like.)
18107 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
18109 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18111 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18112 (gst_deinterlace_chain):
18113 Rowstride fixes. Fixes #161039.
18114 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18115 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18116 (gst_video_crop_getcaps), (gst_video_crop_link),
18117 (gst_video_crop_i420), (gst_video_crop_chain),
18118 (gst_video_crop_change_state):
18119 Rework of negotiation. Actually works now. Fixes #158650.
18121 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18123 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18124 That was very stupid.
18126 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18128 * gst/matroska/matroska-demux.c:
18129 (gst_matroska_demux_parse_blockgroup):
18130 Fix possible crasher.
18132 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18134 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18135 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18136 Lace sizes can be zero.
18138 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18140 * ext/musepack/gstmusepackdec.cpp:
18141 Fetch error return values. Fixes #161624.
18142 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18145 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18147 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18148 Work for truncated (unfinished download etc.) files. Fixes #160514.
18150 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18152 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18153 Fix for integer overflow. Makes #156001 not crash. Probably masks
18156 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18158 * gst/ac3parse/gstac3parse.c: (plugin_init):
18159 Parsers never have ranks. Fixes #159651.
18161 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
18163 * gst/playback/gstdecodebin.c: (compare_ranks):
18164 make sure the facotries are ordered the same every time even if they
18165 have the same rank by using the name
18166 * gst/playback/gstdecodebin.c: (find_compatibles):
18167 make sure we don't add factories to the list twice
18169 2004-12-16 David Schleef <ds@schleef.org>
18171 * configure.ac: look for musepack headers as musepack/*.h
18173 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18174 * ext/musepack/gstmusepackreader.h: same
18176 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18178 * gst-libs/gst/riff/riff-read.c:
18179 (gst_riff_read_strf_auds_with_data):
18180 Read extradata correctly (fixes #155879).
18182 2004-12-16 David Schleef <ds@schleef.org>
18184 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18185 audio. does _not_ attempt or allow conversion unless channels
18188 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18190 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18192 2004-12-16 David Schleef <ds@schleef.org>
18194 * gst/audioscale/gstaudioscale.c: the resample library only
18195 handles 1 or 2 channels. Change caps to compensate.
18197 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18199 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18200 (gst_matroska_demux_audio_caps):
18201 Some MPEG-AAC hacks, because else it doesn't work...
18203 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18205 * gst-libs/gst/riff/riff-media.c:
18206 (gst_riff_create_video_caps_with_data),
18207 (gst_riff_create_video_template_caps):
18210 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18212 * gst-libs/gst/audio/Makefile.am:
18213 Try to fix buildbot.
18215 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
18217 * gst/tcp/gstmultifdsink.c:
18218 Clean up and uniformize debugging.
18220 2004-12-16 Edward Hervey <bilboed@bilboed.com>
18222 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18224 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18225 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18226 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18227 (gst_mpeg_demux_change_state):
18228 Reset on ready. Fixes 160276.
18230 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18232 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18234 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18235 (gst_ffmpegcsp_pad_link):
18236 Fix memleak (#154815).
18238 2004-12-16 James Bowes <bowes@cs.dal.ca>
18240 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18242 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18243 (gst_musicbrainz_init), (gst_musicbrainz_chain),
18244 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18245 * ext/musicbrainz/gsttrm.h:
18246 Add support for using a proxy server when getting a trm id from
18247 the MusicBrainz database (#149613).
18249 2004-12-16 Christophe Fergeau <teuf@gnome.org>
18251 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18253 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18254 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18255 Fix memleaks (#157233).
18257 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18259 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18261 * gst-libs/gst/resample/resample.c: (gst_resample_close):
18262 * gst-libs/gst/resample/resample.h:
18263 * gst/audioscale/gstaudioscale.c:
18264 Fix memleak (#159215).
18266 2004-12-16 Toni Willberg <toniw@iki.fi>
18268 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18270 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18271 * sys/oss/oss_probe.c: (main):
18272 Check for mono/stereo support (similar to samplerate probing),
18273 fixes #159433. Also add missing copyright header to oss_probe.c.
18275 2004-12-15 David Schleef <ds@schleef.org>
18277 * configure.ac: add audioresample and cairo plugins. Remove
18278 HAVE_MMX stuff, because it's not used.
18279 * ext/Makefile.am: same
18280 * ext/audioresample/Makefile.am: You are not ready for an
18281 audio resampling element based on audioresample.
18282 * ext/audioresample/gstaudioresample.c:
18283 * ext/audioresample/gstaudioresample.h:
18284 * ext/cairo/Makefile.am: You are not ready for overlay elements
18285 based on cairo. Don't look too closely, these elements kinda
18287 * ext/cairo/gstcairo.c: new
18288 * ext/cairo/gsttextoverlay.c: new
18289 * ext/cairo/gsttextoverlay.h: new
18290 * ext/cairo/gsttimeoverlay.c: new
18291 * ext/cairo/gsttimeoverlay.h: new
18292 * gst-libs/gst/media-info/media-info-priv.h: fix compile
18293 problem with compilers that don't support variadic macros.
18295 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
18297 Reviewed by: David Schleef <ds@schleef.org>
18299 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
18300 Bala, registering sunaudiosrc (oops!), and cleaning up code a
18301 bit. Also ran indent-gst.
18302 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18303 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18304 (gst_sunaudiosrc_setparams):
18306 2004-12-14 David Schleef <ds@schleef.org>
18308 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18309 output rate to 16000. Should fix #160235.
18311 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18313 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18314 Add typefinding for mpeg2 pes streams
18316 2004-12-13 David Schleef <ds@schleef.org>
18318 * configure.ac: Applied patch from bug #143659, making default
18319 sources and sinks OS-dependent (for Solaris), and added code
18321 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18323 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18325 * gst-libs/gst/riff/riff-media.c:
18326 forgot to add h2.64 to avidemux template caps
18328 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18330 * gst/wavenc/riff.h:
18331 * gst-libs/gst/riff/riff-media.c:
18332 * gst-libs/gst/riff/riff-ids.h:
18333 * gst/avi/gstavimux.c
18334 add 4CC code for VideoSoft h264 in AVI (VSSH)
18336 remove s323 from riff, it's quicktime specific :(
18338 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18340 * gst/asfdemux/README
18341 * gst/wavenc/riff.h
18342 * gst-libs/gst/riff/riff-ids.h
18343 * gst-libs/gst/riff/riff-media.c
18344 * gst/qtdemux/qtdemux.c:
18345 add new 4CC codes for h263 related codecs
18346 fixes partially bug #155163
18348 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
18350 * configure.ac: Update polyaudio requirement to 0.7
18351 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18353 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18355 * gst/interleave/deinterleave.c:
18356 fix my name's spelling! :)
18358 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18360 * AUTHORS ChangeLog
18361 * gst/auparse/gstauparse.c
18362 * gst/interleave/deinterleave.c
18364 alaw-decode.c alaw-encode.c
18365 mulaw-decode.c mulaw-encode.c
18366 * gst/oneton/gstoneton.c
18368 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18370 cocoawindow.h cocoawindow.m
18371 osxvideosink.h osxvideosink.m
18373 put the same mail address for Zaheer Abbas Merali everywhere
18375 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18377 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18378 Align by packetsize, and assert that we a packet available before
18379 playing. The first makes webstreams work (they often include
18380 trailing padding data in a packet), the second allows pausing a
18381 ASF stream in totem without getting demux errors afterwards.
18383 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18385 * ext/ogg/gstoggdemux.c: (get_relative):
18386 Check for non-NULL before accessing member (end-of-chain).
18388 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18390 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18391 (cdparanoia_set_property), (cdparanoia_get_property):
18392 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18393 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18394 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18395 (dvdreadsrc_init), (dvdreadsrc_set_property),
18396 (dvdreadsrc_get_property):
18397 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18398 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18399 Synchronize property names where not yet the case. Devices are
18400 now device=X, other versions are deprecated (but still exist).
18401 Also use g_free() unconditionally.
18402 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18403 (setup_source), (gst_play_base_bin_get_property):
18406 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
18408 * configure.ac: move GCONF macro outside conditional for the am
18409 conditional. Fixes #160439
18411 2004-12-08 David Schleef <ds@schleef.org>
18413 * tools/gst-visualise-m.m: Switch to elements that currently
18416 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18418 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18419 We love wrong commas.
18421 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18423 * gst/matroska/matroska-demux.c:
18424 (gst_matroska_demux_handle_src_query):
18425 Don't set DEFAULT, unsupported - makes length display incorrectly
18428 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18430 * gst/monoscope/README: remove blurb about files being GPL
18431 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18432 * gst/monoscope/monoscope.c: Change license to BSD with explanation
18433 monoscope is now effectively LGPL licensed
18435 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18437 * gst/monoscope/README: Update information to be more correct
18438 * gst/monoscope/convolve.c: Relicense to LGPL
18439 * gst/monoscope/convolve.h: Relicense to LGPL
18441 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
18443 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18444 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18445 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18446 set default_duration for mpeg1 audio
18448 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
18450 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18451 * ext/alsa/gstalsa.h:
18452 refactor big chunks of the core caps negotiation code to make it
18453 a lot faster, because people claim it's really slow
18454 (actually, just cache the getcaps when the device is opened)
18456 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18458 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18459 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18460 (gst_a52dec_handle_frame), (gst_a52dec_chain),
18461 (gst_a52dec_change_state), (plugin_init):
18462 * ext/a52dec/gsta52dec.h:
18463 Do something useful with timestamps. Make chain-based (since
18464 there's really no reason to be loopbased).
18465 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18466 Update current_byte/frame correctly.
18468 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18470 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18471 (gst_ape_demux_stream_init):
18474 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18476 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18477 Let's make sure we're done typefinding when detecting tags.
18479 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18481 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18482 (gst_ebml_read_init), (gst_ebml_read_use_event),
18483 (gst_ebml_read_element_id), (gst_ebml_peek_id),
18484 (gst_ebml_read_seek), (gst_ebml_read_skip),
18485 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18486 (gst_ebml_read_master):
18487 * gst/matroska/ebml-read.h:
18488 * gst/matroska/matroska-demux.c:
18489 (gst_matroska_demux_parse_contents),
18490 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18491 Disgustingly evil hack for working around INTERRUPT events and
18492 their extremely annoying habit of being a pain in the ass. We
18493 simply peek a cluster before reading any of it.
18495 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18497 * ext/musepack/gstmusepackdec.cpp:
18498 There's also floating point libmusepacks.
18500 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18502 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18503 (gst_faad_chanpos_to_gst), (gst_faad_chain):
18504 Set DURATION even if source buffer didn't. Also use increasing
18506 * gst-libs/gst/riff/riff-media.c:
18507 (gst_riff_create_audio_caps_with_data):
18508 Block_align can have larger values than 8192.
18510 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18512 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18513 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18514 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18515 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18518 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18520 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18523 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18525 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18528 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18530 * ext/esd/esdsink.c: (gst_esdsink_chain):
18531 Make error actually say something useful (fixes #156798).
18532 * gst-libs/gst/riff/riff-media.c:
18533 (gst_riff_create_video_caps_with_data),
18534 (gst_riff_create_video_template_caps):
18535 Add Intel Video 5.0 fourcc (IV50).
18537 2004-12-01 Christophe Fergeau <teuf@gnome.org>
18539 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18540 detection on mono and stereo mp3 files.
18542 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18544 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18545 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18546 the contained stream).
18548 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18550 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18551 Oops, remove debug.
18553 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18555 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18557 * gst/law/alaw-decode.c: (alawdec_getcaps):
18558 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18559 Prevent warnings when negotiating caps (fixes #159338).
18561 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18563 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18564 (gst_ffmpegcsp_chain):
18565 Remove old leftover that shouldn't be there...
18567 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18569 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18571 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18572 Don't forward DISCONT events (fixes #159684).
18574 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18576 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18577 Unlink manually since sometimes bin disposal (and therefore
18578 pad unlinking) is delayed, which will cause a new media file
18579 to not be able to start playing instantly.
18581 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18583 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18584 On mute of an unlinked stream, check for pad availability so
18585 we don't crash on unlinked pad.
18587 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18589 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18590 (gst_avi_demux_massage_index):
18591 Fix quite humiliating bug in omitting 0-sized index chunks but
18592 forgetting to count them for timestamps.
18594 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18596 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18597 Actually leave the loop if we failed to sync. Don't crash.
18599 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18601 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18602 (gst_dvd_demux_process_private):
18603 * gst/mpegstream/gstdvddemux.h:
18604 Fix crash (#159759). Doesn't work, though. :-(.
18606 2004-11-28 Benjamin Otte <otte@gnome.org>
18608 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18609 more overwriting protection due to modifying channels one by one
18610 instead of all at once
18612 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18614 * gst/audioconvert/gstchannelmix.c:
18615 (gst_audio_convert_fill_normalize):
18616 Normalize using absolute values.
18618 2004-11-28 Julien MOUTTE <julien@moutte.net>
18622 * ext/directfb/Makefile.am:
18623 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18624 (gst_directfbvideosink_get_pixel_format),
18625 (gst_directfbvideosink_get_format_from_fourcc),
18626 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18627 (gst_directfbvideosink_sink_link),
18628 (gst_directfbvideosink_change_state),
18629 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18630 (gst_directfbvideosink_buffer_alloc),
18631 (gst_directfbvideosink_interface_supported),
18632 (gst_directfbvideosink_interface_init),
18633 (gst_directfbvideosink_navigation_send_event),
18634 (gst_directfbvideosink_navigation_init),
18635 (gst_directfbvideosink_set_property),
18636 (gst_directfbvideosink_get_property),
18637 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18638 (gst_directfbvideosink_base_init),
18639 (gst_directfbvideosink_class_init),
18640 (gst_directfbvideosink_get_type), (plugin_init):
18641 * ext/directfb/directfbvideosink.h: Adding a first version of
18643 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18646 2004-11-28 Benjamin Otte <otte@gnome.org>
18648 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18649 walk the samples backwards if out_channels > in_channels so we don't
18652 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18654 * gst/audioconvert/Makefile.am:
18655 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18656 (gst_audio_convert_link), (gst_audio_convert_change_state),
18657 (gst_audio_convert_channels):
18658 * gst/audioconvert/gstchannelmix.c:
18659 (gst_audio_convert_unset_matrix),
18660 (gst_audio_convert_fill_identical),
18661 (gst_audio_convert_fill_compatible),
18662 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18663 (gst_audio_convert_fill_others),
18664 (gst_audio_convert_fill_normalize),
18665 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18666 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18667 * gst/audioconvert/gstchannelmix.h:
18668 Implement a channel mixer.
18670 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
18672 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18673 * ext/alsa/gstalsa.h:
18674 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18675 Make alsasink actually honor gst_element_set_clock and use that
18676 clock instead of its internal one.
18678 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18680 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18681 (gst_play_base_bin_change_state): nullify source and decoder when
18682 going from READY to NULL so that we don't try to do weird stuff with
18683 them when going from NULL to READY
18684 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18685 instead of g_object_unref
18686 (gen_video_element), (gen_audio_element): more refcounting fixes, now
18687 it should be correct
18688 (gst_play_bin_change_state): don't call remove_sinks if we are
18689 currently disposing the object
18691 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18693 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18694 Don't forget bass if it's there. Else left channel is silent...
18696 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18698 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18699 (gst_a52dec_change_state):
18700 Don't do sample adjusting anymore, we use float audio now.
18701 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18702 Don't fixate to non-existing properties.
18704 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18706 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18707 (gst_a52dec_change_state):
18708 Advertise that we can do surround sound.
18710 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18712 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18713 Add buffer-frames=0.
18714 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18715 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18716 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18717 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18718 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18719 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18720 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18721 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18722 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18723 * ext/dvdread/dvdreadsrc.h:
18724 Add seeking, querying for bytes, sectors, title, angle and
18725 chapter. Handle multiple chapters. Relicense to LGPL because
18726 Billy agreed on that (thanks Billy!).
18728 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18730 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18731 call parent dispose method
18733 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
18735 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18736 (gst_audio_clock_get_internal_time):
18737 Fix active <-> inactive transitions: ensure time value always
18738 grows and avoid abrupt value changes.
18740 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
18743 * gst/tta/Makefile.am:
18745 * gst/tta/filters.h:
18746 * gst/tta/gsttta.c:
18747 * gst/tta/gstttadec.c:
18748 * gst/tta/gstttadec.h:
18749 * gst/tta/gstttaparse.c:
18750 * gst/tta/gstttaparse.h:
18751 * gst/tta/ttadec.h:
18752 added TTA parser and decoder
18754 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18756 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18757 (probe_triggered), (check_queue), (buffer_underrun),
18758 (buffer_running), (buffer_overrun), (gen_source_element),
18760 * gst/playback/gstplaybasebin.h:
18761 Implement buffering. Needs some more work.
18763 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18765 * ext/theora/theoradec.c: (theora_dec_chain):
18766 Fix ilog mask range overflow.
18768 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18770 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18771 Don't omit the last (which in case of dmix is the only :) )
18772 channel count. Don't set channels if <= 2.
18774 2004-11-26 Christophe Fergeau <teuf@gnome.org>
18776 * gst/playback/gstplaybin.c: (gen_video_element),
18777 (gen_audio_element): Removed 2 obsolete comments
18779 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18781 * ext/vorbis/oggvorbisenc.c
18782 * ext/vorbis/vorbisenc.c :
18783 change description fields of those plugins to differentiate them
18784 (pitivi show Encoders by description, they had the same one)
18786 2004-11-25 Christophe Fergeau <teuf@gnome.org>
18788 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18790 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18791 (gst_play_bin_set_property), (gen_video_element),
18792 (gen_audio_element):
18793 Refcounting fixes for provided audio-/videosinks.
18795 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18797 * gst/playback/gstplaybin.c: (gen_video_element),
18798 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18799 Don't reference all sinks, but only the video- and audiosinks.
18800 The vis. element should be disposed when we're done with it.
18801 We don't have any reason to keep it around. This fixes warnings
18802 when reusing playbin for playing multiple audio files with
18803 vis. enabled. Also release audio device on pause - idea stolen
18806 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18808 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18809 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18810 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18811 * ext/alsa/gstalsaplugin.c: (plugin_init):
18812 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18813 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18814 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18815 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18816 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18817 (gst_faad_change_state), (plugin_init):
18818 * ext/faad/gstfaad.h:
18819 * ext/vorbis/vorbis.c: (plugin_init):
18820 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18821 * gst-libs/gst/audio/Makefile.am:
18822 * gst-libs/gst/audio/audio.c: (plugin_init):
18823 * gst-libs/gst/audio/multichannel.c:
18824 (gst_audio_check_channel_positions),
18825 (gst_audio_get_channel_positions),
18826 (gst_audio_set_channel_positions),
18827 (gst_audio_set_structure_channel_positions_list),
18828 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18829 (gst_audio_fixate_channel_positions):
18830 * gst-libs/gst/audio/multichannel.h:
18831 * gst-libs/gst/audio/testchannels.c: (main):
18832 * gst/audioconvert/gstaudioconvert.c:
18833 (gst_audio_convert_class_init), (gst_audio_convert_init),
18834 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18835 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18836 (gst_audio_convert_fixate), (gst_audio_convert_channels):
18837 * gst/audioconvert/plugin.c: (plugin_init):
18838 Surround sound support.
18840 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18842 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18843 Fix position for discont if we're close as well. Nitpicking, but
18844 saves a few milliseconds of extra waiting or skipping.
18846 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18848 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18849 We sometimes need parsers for playback, so add those too.
18851 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18854 * gst/apetag/Makefile.am:
18855 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18856 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18857 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18858 (gst_ape_demux_get_src_query_types),
18859 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18860 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18861 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18862 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18863 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18864 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18865 (gst_ape_demux_change_state):
18866 * gst/apetag/apedemux.h:
18867 * gst/apetag/apetag.c: (plugin_init):
18868 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18870 APE v1/2 tag reader plus typefind function.
18872 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18875 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18876 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18877 Remove hacks for older core. Require newer core version
18880 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18882 * gst/cdxaparse/Makefile.am:
18883 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18884 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18885 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18886 * gst/cdxaparse/gstcdxaparse.h:
18887 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18888 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18889 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18890 (gst_cdxastrip_get_src_query_types),
18891 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18892 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18893 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18894 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18895 * gst/cdxaparse/gstcdxastrip.h:
18896 SVCD/VCD header stripping separated from CDXA image parsing.
18897 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18899 Add VCD/SVCD header typefinding for VCD/SVCD.
18900 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18901 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18902 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18903 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18904 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18905 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18906 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18907 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18908 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18909 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18910 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18911 * sys/vcd/vcdsrc.h:
18912 Fix up, add seeking, querying, URI interface. Works in totem now.
18914 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18919 === release 0.8.6 ===
18921 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18939 releasing 0.8.6, "IOU Love"
18941 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18943 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18945 * gst/playback/gstplaybasebin.c:
18946 Fix unplayable files error handling. Fixes #158365
18948 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18950 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18952 * gst/typefind/gsttypefindfunctions.c:
18953 Fix broken mp3 typefinding. Fixes #158375
18955 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18957 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18959 * ext/ogg/gstoggdemux.c:
18960 Fix sync on broken files. Fixes #158976
18962 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18964 patch by: Edward Hervey <bilboed@bilboed.com>
18966 * ext/libpng/gstpngenc.c:
18967 Copy over buffer properties. Fixes #158832
18969 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18971 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18973 * ext/dvdread/dvdreadsrc.c:
18974 Fixes invalid reads (#158462)
18976 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18978 * sys/v4l/gstv4lsrc.c:
18979 * sys/v4l/gstv4lsrc.h:
18980 * sys/v4l/v4lsrc_calls.c:
18981 Probe less and cache it. Fixes #159187.
18983 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18985 * gst/videorate/gstvideorate.c:
18986 Handle all video formats. Fixes #159186.
18988 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
18989 * gst/synaesthesia/gstsynaesthesia.c:
18990 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18991 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18992 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18993 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18994 (gst_synaesthesia_change_state), (plugin_init):
18995 Fix up synaesthesia to work under different samplerates/ buffer sizes.
18996 Force 320x200 output, as that's the only thing the underlying
18997 synaesthesia implementation supports. Still needs to be made
19000 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19003 Fix mpeg2enc configure check (similar to mplex check below).
19005 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
19007 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19009 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19010 Fix for gcc-2.95 (fixes #158221).
19012 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19014 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19015 Re-add clock distribution hack (until new core is released).
19018 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
19020 fix mplex configure check segfaulting on some systems (bug #140994)
19022 2004-11-13 Benjamin Otte <otte@gnome.org>
19024 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19026 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19027 do a wait when we enter the loop func with no data available to
19028 write instead of getting into an 100% CPU loop by just returning and
19029 being called again by the scheduler
19031 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
19034 * ext/libvisual/visual.c: (gst_visual_get_type),
19035 (libvisual_log_handler), (gst_visual_getcaps),
19036 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19038 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19039 * ext/smoothwave/Makefile.am:
19040 * ext/smoothwave/demo-osssrc.c: (main):
19041 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19042 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19043 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19045 * ext/smoothwave/gstsmoothwave.h:
19046 Make gstsmoothwave a working element in the 20th century.
19048 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19049 Fix incorrect link function
19051 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19053 * gst/volume/gstvolume.c:
19054 Allow buffer-frames=0.
19056 2004-11-12 Iain <iaingnome@gmail.com>
19058 * configure.ac: Check for polypaudio
19060 * ext/Makefile.am: Build the polyp dir
19062 * ext/polyp: The polypsink sources.
19064 2004-10-30 Iain <iaingnome@gmail.com>
19066 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19067 caps to reflect the new number of channels.
19069 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19071 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19072 Fix for negotiation order problem. This would show when the
19073 ALSA loopfuction was called before any other function. ALSA
19074 wouldn't do anything because we're not negotiated yet, leading
19075 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19077 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
19079 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19081 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19082 No warnings (#157986).
19084 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19086 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19087 Prefer apev1/2 and id3v1 (at end of file) over musepack.
19089 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19091 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19092 Signal no-more-pads (so it works in playbin).
19094 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19096 * ext/musepack/gstmusepackreader.cpp:
19097 Workaround for older core.
19099 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19101 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19102 Actually test for odd width/height rather than testing whether
19103 a temporary variable that was 0 before we subtracted 1 is now
19104 not equal to zero (which it always is).
19106 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19108 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19109 Fix compilation if HAVE_XVIDEO is not defined
19111 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19113 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19114 Fix compilation if HAVE_XVIDEO is not defined
19116 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
19118 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19119 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19120 (gst_goom_change_state), (plugin_init):
19121 Use the bytestream adapter so goom doesn't depend on the input
19123 Add a debug category
19125 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19127 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19128 Only set hardware parameters *after* negotiation. Before
19129 negotiation, it will set ANY and that seems to cause crashes
19130 (see e.g. #151288, #153227).
19132 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19134 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19135 This seems to be antique leftover. It needs to pass error
19137 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19138 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19139 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19140 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19141 Fix GstXOverlay implementation (#151059).
19143 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19145 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19146 Don't assert (#157853).
19148 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19150 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19151 Fix bytes/samples confustion.
19152 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19153 Fix for underrun (#144389).
19155 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19157 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19158 Disable halfway-seek for pending release (since it needs a new
19161 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19163 * sys/v4l/gstv4lsrc.c:
19164 * sys/v4l/gstv4lsrc.h:
19165 * sys/v4l/v4lsrc_calls.c:
19166 add autoprobe-fps property so we can separate autoprobing parts
19168 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19170 * sys/v4l/gstv4lsrc.c:
19171 * sys/v4l/v4lsrc_calls.c:
19172 initialise fourcc to catch unset fourcc's, and debug
19174 2004-11-09 Wim Taymans <wim@fluendo.com>
19176 * gst/playback/README:
19177 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19178 * gst/playback/gstplaybin.c: (gst_play_bin_init),
19179 (gst_play_bin_dispose), (gst_play_bin_set_property),
19180 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19181 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19182 (gst_play_bin_get_formats), (gst_play_bin_convert),
19183 (gst_play_bin_get_query_types), (gst_play_bin_query):
19184 Cleanups and some more documentation.
19186 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
19188 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19189 (gst_cacasink_init), (gst_cacasink_chain):
19190 * ext/libcaca/gstcacasink.h:
19191 Cacasink inherits from VideoSink, so let that store the clock.
19193 2004-11-09 Wim Taymans <wim@fluendo.com>
19195 * gst/playback/README:
19196 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19197 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19198 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19199 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19200 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19202 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19203 (gst_stream_info_is_mute), (gst_stream_info_set_property):
19204 * gst/playback/gststreaminfo.h:
19206 Only switch groups if all streams have muted (EOSed).
19207 Send Tags in sync with the stream playback instead of in
19208 the playback/preroll phase.
19209 Some cleanups, free the fakesrc elements.
19211 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
19213 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19214 buffer-frames property was missing
19215 * ext/arts/gst_arts.c:
19216 rate missing from sinkcaps
19217 * ext/audiofile/gstafparse.c:
19218 * ext/audiofile/gstafsink.c:
19219 * ext/audiofile/gstafsrc.c:
19220 * ext/swfdec/gstswfdec.c:
19221 int audio doesn't know buffer-frames
19222 * ext/cdparanoia/gstcdparanoia.c:
19223 int audio doesn't know chunksize either
19224 * ext/nas/nassink.c:
19225 it's endianness, not endianess
19226 * gst-libs/gst/audio/audio.h:
19227 make float standard pad template caps really describe float
19228 * gst/law/mulaw.c: (linear_factory):
19229 signed only, please
19230 * gst/mpegstream/gstdvddemux.c:
19231 widths of 20 are not valid
19233 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
19235 Submitted by: Luca Ferretti <elle.uca@infinito.it>
19241 2004-11-08 Wim Taymans <wim@fluendo.com>
19243 * gst/playback/README:
19244 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19245 * gst/playback/gstplaybasebin.c: (probe_triggered),
19246 (gst_play_base_bin_change_state):
19247 Updated README, added more comments for fixmes etc..
19249 2004-11-08 Wim Taymans <wim@fluendo.com>
19251 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19252 We can remove this hack now.
19254 2004-11-08 Wim Taymans <wim@fluendo.com>
19256 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19257 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19258 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19259 Only mix AYUV for maximum quality.
19261 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19263 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19264 (gst_ogg_demux_push), (gst_ogg_pad_push):
19265 Let's act as if we're synchronized now! :).
19266 * ext/theora/theoradec.c: (theora_dec_chain):
19269 2004-11-08 Wim Taymans <wim@fluendo.com>
19271 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19272 (gst_alpha_set_property), (gst_alpha_sink_link),
19273 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19274 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19275 (gst_alpha_init_params), (gst_alpha_chain):
19276 Implement alpha functions for AYUV too, this increases
19277 accuracy quite a bit.
19279 2004-11-08 Wim Taymans <wim@fluendo.com>
19281 * gst/ffmpegcolorspace/avcodec.h:
19282 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19283 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19284 (gst_ffmpegcsp_avpicture_fill):
19285 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19286 (gst_ffmpegcsp_caps_remove_format_info):
19287 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19288 (shrink12), (img_get_alpha_info), (deinterlace_line),
19289 (deinterlace_line_inplace):
19290 * gst/ffmpegcolorspace/imgconvert_template.h:
19291 Added AYUV colorspace and handle RGBA a bit more respectful.
19293 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19295 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19296 Actually always send a discont (cornercase when resending the
19297 same serial-tagged chain twice).
19299 2004-11-08 Julien MOUTTE <julien@moutte.net>
19301 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19302 (gst_ximagesink_finalize):
19303 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19304 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19306 2004-11-08 Wim Taymans <wim@fluendo.com>
19308 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19309 Don't segfault on NULL data.
19311 2004-11-08 Wim Taymans <wim@fluendo.com>
19313 * gst/playback/gstdecodebin.c: (unlinked):
19314 * gst/playback/gstplay-marshal.list:
19315 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19316 (gst_play_base_bin_init), (group_create), (get_active_group),
19317 (get_building_group), (group_destroy), (group_commit),
19318 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19319 (add_element_stream), (no_more_pads), (probe_triggered),
19320 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19321 (state_change), (setup_source), (gst_play_base_bin_get_property),
19322 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19323 (gst_play_base_bin_link_stream),
19324 (gst_play_base_bin_get_streaminfo):
19325 * gst/playback/gstplaybasebin.h:
19326 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19327 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19328 Add support for chained ogg files. Prepare for playlist
19329 support. This patch introduces the concept of pad groups, which
19330 together compose one playable media file.
19332 2004-11-07 David Schleef <ds@schleef.org>
19334 * testsuite/gst-lint: Check for pad templates that aren't statically
19337 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19341 * ext/musepack/Makefile.am:
19342 * ext/musepack/gstmusepackdec.cpp:
19343 * ext/musepack/gstmusepackdec.h:
19344 * ext/musepack/gstmusepackreader.cpp:
19345 * ext/musepack/gstmusepackreader.h:
19346 Add musepack decoder.
19347 * ext/faad/gstfaad.c: (gst_faad_base_init):
19348 Make pad templates static.
19349 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19351 Add musepack typefinder, make mp3 typefinding work halfway stream,
19352 which doesn't actually work yet because id3demux doesn't implement
19355 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19357 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19358 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19359 Fix interrupt event handling (#144436).
19361 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19363 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19366 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19368 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19370 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19371 Fix weird caps (#157548).
19373 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19375 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19377 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19378 Add missing NULL terminator (#157543).
19380 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
19382 * gst/tcp/gsttcp.h:
19383 * gst/tcp/gsttcpclientsink.c:
19384 * gst/tcp/gsttcpclientsrc.c:
19385 * gst/tcp/gsttcpserversink.c:
19386 * gst/tcp/gsttcpserversrc.c:
19387 ports can go up to 65535. Move common defines to gsttcp.h
19389 2004-11-05 Wim Taymans <wim@fluendo.com>
19391 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19392 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19393 Added two more colorspaces.
19395 2004-11-05 Wim Taymans <wim@fluendo.com>
19397 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19398 (gst_ffmpegcsp_avpicture_fill):
19399 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19400 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19401 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19404 2004-11-05 Wim Taymans <wim@fluendo.com>
19406 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19407 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19408 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19409 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19410 (gst_videomixer_loop):
19413 2004-11-05 Benjamin Otte <otte@gnome.org>
19415 * ext/mad/gstmad.c: (gst_mad_chain):
19416 don't overflow data buffer. Flush not needed sync data when syncing
19419 2004-11-04 Wim Taymans <wim@fluendo.com>
19421 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19422 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19423 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19424 (gst_alpha_init_params), (gst_alpha_chain),
19425 (gst_alpha_change_state):
19426 Updated the chroma keying algorithm with something more
19429 2004-11-03 Wim Taymans <wim@fluendo.com>
19431 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19432 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19433 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19434 Fix stride issues. Does not completely work for odd
19437 2004-11-03 Wim Taymans <wim@fluendo.com>
19439 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19440 (gst_alpha_chroma_key), (gst_alpha_chain):
19441 Fix stride issues. Does not completely work for odd
19444 2004-11-03 Christophe Fergeau <teuf@gnome.org>
19446 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19447 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19450 2004-11-03 Wim Taymans <wim@fluendo.com>
19452 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19453 (gst_ffmpegcsp_avpicture_fill):
19454 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19456 * gst/ffmpegcolorspace/imgconvert_template.h:
19457 Use correct _fill function to get correct strides.
19459 2004-11-02 David Schleef <ds@schleef.org>
19461 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19462 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19463 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19464 Change all g_print()s to debugging. Add a bunch of consistency
19467 2004-11-02 Wim Taymans <wim@fluendo.com>
19469 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19470 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19471 (unlinked), (no_more_pads), (close_link):
19472 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19473 (unknown_type), (add_element_stream), (new_decoded_pad),
19474 (removed_decoded_pad), (setup_source):
19475 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19476 (gst_stream_info_class_init), (gst_stream_info_init),
19477 (gst_stream_info_new), (gst_stream_info_dispose),
19478 (stream_info_mute_pad), (gst_stream_info_set_property),
19479 (gst_stream_info_get_property):
19480 * gst/playback/gststreaminfo.h:
19481 Fix playback of multiple files.
19482 a slightly different approach to handling dynamic pad removals.
19483 This one only looks at pads that we have linked.
19485 2004-11-01 Christophe Fergeau <teuf@gnome.org>
19487 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19488 free" warning from libc.
19490 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19492 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19493 (get_unconnected_element), (remove_starting_from), (pad_removed),
19495 Implement support for dynamic pad changing. We listen to "live"
19496 pad removals (i.e. while playing) and re-setup autoplugging
19497 after that. Playbasebin/playbin need some more work for this
19498 to finally work, but decodebin supports (and replugs) chained
19501 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
19503 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19504 (gst_alsa_finalize):
19505 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19506 (gst_cdaudio_finalize):
19507 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19508 (cdparanoia_finalize):
19509 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19510 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19511 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19512 (dvdreadsrc_finalize):
19513 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19514 (gst_flacdec_finalize):
19515 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19516 (gst_flacenc_finalize):
19517 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19518 (gst_gnomevfssink_finalize):
19519 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19520 (gst_gnomevfssrc_finalize):
19521 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19522 (gst_fameenc_finalize):
19523 * ext/nas/nassink.c: (gst_nassink_class_init),
19524 (gst_nassink_finalize):
19525 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19526 (gst_sdlvideosink_class_init):
19527 * ext/sndfile/gstsf.c: (gst_sf_dispose):
19528 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19529 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19530 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19531 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19532 (gst_x_window_listener_dispose):
19533 * gst/audioscale/gstaudioscale.c:
19534 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19535 (play_on_demand_finalize):
19536 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19537 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19538 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19539 (cdplayer_finalize):
19540 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19541 (gst_glimagesink_class_init):
19542 * sys/oss/gstosselement.c: (gst_osselement_class_init),
19543 (gst_osselement_finalize):
19544 * sys/oss/gstosssink.c: (gst_osssink_dispose):
19545 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19546 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19547 Fixes a bunch of problems with finalize and dispose functions,
19548 either assumptions that dispose is only called once, or not calling
19549 the parent class dispose/finalize function
19551 2004-11-01 Stefan Kost <ensonic@users.sf.net>
19553 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19554 added two api precondition guards
19555 use g_strdup with getenv to fix crash when using ENVVAR
19557 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
19558 * ext/esd/esdsink.c: (gst_esdsink_class_init),
19559 (gst_esdsink_finalize):
19560 Use a finalize function, not dispose, and more importantly,
19561 call the parent class finalize function too
19563 2004-11-01 Johan Dahlin <johan@gnome.org>
19565 * ext/ogg/gstoggdemux.c:
19566 * gst/tags/gstvorbistag.c:
19569 2004-10-31 Benjamin Otte <otte@gnome.org>
19571 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19572 lotsa memleaks today. But they're all small...
19574 2004-10-31 Benjamin Otte <otte@gnome.org>
19576 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19577 another memleak crushed
19579 2004-10-31 Benjamin Otte <otte@gnome.org>
19581 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19584 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19586 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19587 Hack to prevent crash when going to READY inside signal handler
19588 while this function is active.
19590 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19592 * gst/ffmpegcolorspace/Makefile.am:
19593 * gst/ffmpegcolorspace/avcodec.h:
19594 * gst/ffmpegcolorspace/common.h:
19595 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19596 * gst/ffmpegcolorspace/dsputil.h:
19597 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19598 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19599 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19600 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19601 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19602 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19603 (gst_ffmpegcsp_avpicture_fill):
19604 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19605 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19606 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19607 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19608 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19609 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19610 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19611 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19612 * gst/ffmpegcolorspace/imgconvert.c:
19613 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19614 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19615 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19616 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19617 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19618 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19619 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19620 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19621 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19622 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19623 (grow21), (grow22), (grow41), (grow44), (conv411),
19624 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19625 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19626 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19627 (avpicture_free), (is_yuv_planar), (img_convert),
19628 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19629 (deinterlace_line_inplace), (deinterlace_bottom_field),
19630 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19631 * gst/ffmpegcolorspace/imgconvert_template.h:
19632 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19633 * gst/ffmpegcolorspace/mmx.h:
19634 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19635 (av_fast_realloc), (av_mallocz_static), (av_free_static),
19636 (av_freep), (avcodec_get_context_defaults),
19637 (avcodec_alloc_context), (avcodec_init):
19638 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19639 handling plus update from ffmpeg CVS. Large clean-up.
19641 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19643 * gst/playback/Makefile.am:
19644 We need the marshallers for decodebin, too.
19646 2004-10-30 David Schleef <ds@schleef.org>
19648 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19649 quicktime typefinding work with 64-bit offsets.
19651 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
19653 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19654 Set EOS on the element when processing an EOS event.
19655 * ext/speex/gstspeexdec.h:
19656 * ext/speex/gstspeexenc.h:
19657 Only keep a const ptr to the mode
19658 * gst-libs/gst/riff/riff-media.c:
19659 (gst_riff_create_audio_caps_with_data),
19660 (gst_riff_create_audio_template_caps):
19661 Allow WMAV3, with up to 6 channels.
19662 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19663 Don't call gst_pad_set_event_function on a sink pad.
19664 * gst/mpegstream/gstdvddemux.c:
19665 (gst_dvd_demux_get_subpicture_stream),
19666 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19667 Copy the explicit caps that were set across to the cur_* pads,
19668 instead of trying to use a possibly non-existent negotiated caps.
19669 Reset the type of subpicture pads to UNKNOWN after calling
19670 init_stream, so that the caps get set.
19672 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
19674 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19676 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19677 Don't touch buffer if it is of size 0 (fixes #151064).
19679 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19681 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19682 Synchronized discont handling.
19684 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19686 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19687 (gst_ogg_demux_push):
19688 Make seeking sort-of exact again (fixes #156387).
19690 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19692 * gst/playback/gstplaybasebin.c: (unknown_type),
19693 (add_element_stream), (new_decoded_pad),
19694 (gst_play_base_bin_change_state):
19695 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19696 (gst_stream_info_init), (gst_stream_info_new),
19697 (gst_stream_info_dispose), (gst_stream_info_get_property):
19698 * gst/playback/gststreaminfo.h:
19699 Make caps explicitely available. Makes testing for unsupported
19700 types possible. Improves error reporting.
19702 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19704 * gst/audioconvert/gstaudioconvert.c:
19705 (gst_audio_convert_buffer_to_default_format):
19706 Really don't touch read-only buffers (#156563).
19708 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
19710 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19712 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19713 Fix memleak (#155223).
19715 2004-10-29 Wim Taymans <wim@fluendo.com>
19717 * gst/tcp/.cvsignore:
19718 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19719 (gst_multifdsink_class_init), (gst_multifdsink_init),
19720 (gst_multifdsink_add), (gst_multifdsink_remove),
19721 (gst_multifdsink_remove_client_link), (is_sync_frame),
19722 (gst_multifdsink_new_client),
19723 (gst_multifdsink_handle_client_write),
19724 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19725 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19726 (gst_multifdsink_get_property):
19727 * gst/tcp/gstmultifdsink.h:
19728 Added burst on connect sync_method, deprecated sync_clients,
19729 streamlined the sync code some more.
19731 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19733 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19734 (gst_play_base_bin_change_state):
19735 Improve error reporting.
19737 2004-10-28 Wim Taymans <wim@fluendo.com>
19739 * gst/tcp/Makefile.am:
19740 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19741 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19742 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19743 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19744 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19745 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19747 Added more locks around fdset structures. Fixed/reworked
19748 the poll array resizing code.
19749 Added stress test for fdset.
19751 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19753 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19756 2004-10-28 Benjamin Otte <otte@gnome.org>
19758 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19759 fix link function to always query channels and query width for
19763 * gst/equalizer/Makefile.am:
19764 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19765 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19766 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19767 (arg_to_scale), (setup_filter),
19768 (gst_iir_equalizer_compute_frequencies),
19769 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19770 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19774 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19776 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19780 Added Norwegian Bokmaal translation
19782 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19784 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19785 Don't break on options (fixes #156488).
19787 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19790 * ext/cdaudio/Makefile.am:
19792 fix build on older automake
19794 2004-10-26 Wim Taymans <wim@fluendo.com>
19796 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19797 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19798 Allow a little margin when negotiating the framerate.
19800 2004-10-26 Stefan Kost <ensonic@users.sf.net>
19802 * gst/level/gstlevel.c:
19803 synchonised naming of pads and pad-templates
19805 2004-10-26 Wim Taymans <wim@fluendo.com>
19807 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19808 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19809 (_find_streams_check), (gst_ogg_demux_push):
19810 Fix EOS again. Needs to be done in a better way. We should not
19811 remove the pad if there is no new chained stream.
19813 2004-10-26 Iain <iaingnome@gmail.com>
19815 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19816 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19818 * gst/interleave/interleave.c (interleave_class_init): Hook up release
19820 (interleave_release_pad): Remove the pad.
19821 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19822 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19824 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19826 (gst_xvimagesink_xcontext_clear): Free the xcontext.
19827 (gst_xvimagesink_finalize): Free the par.
19829 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19831 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19832 (gst_avimux_stop_file):
19833 First calculate the rate, and only then use it. Hdr.rate is a
19834 multiple and not a derivative of hdr.scale. Scale is not the
19835 same as blockalign but is solely related to rate.
19837 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19839 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19840 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19843 2004-10-25 James Henstridge <james@jamesh.id.au>
19845 Reviewed by: David Schleef <ds@schleef.org>
19847 * examples/gstplay/player.c: (got_stream_length), (main):
19848 * examples/seeking/cdplayer.c: (update_scale):
19849 * examples/seeking/seek.c: (format_value), (update_scale):
19850 * examples/seeking/spider_seek.c: (format_value), (update_scale),
19852 Build fixes on AMD64.
19854 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19856 reviewed by: Ronald Bultje <rbultje at gnome dot org>
19858 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19859 Fix for some v4l cards which hang in v4lsrc
19861 2004-10-25 Wim Taymans <wim@fluendo.com>
19863 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19864 (gst_ogg_demux_push), (gst_ogg_chains_clear):
19865 Make sure to remove the pad when a new chain is
19866 encountered. Set some vars to NULL so we don't try
19867 to reference freed memory.
19869 2004-10-25 Wim Taymans <wim@fluendo.com>
19871 * examples/seeking/Makefile.am:
19872 * examples/seeking/cdplayer.c: (update_scale):
19873 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19874 * examples/seeking/playbin.c: (make_playerbin_pipeline),
19875 (format_value), (update_scale), (iterate), (start_seek),
19876 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19877 (print_usage), (main):
19878 Added some more examples, update others.
19880 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19882 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19883 * ext/speex/gstspeexdec.c: (speex_dec_chain):
19884 * ext/theora/theoradec.c: (theora_dec_chain):
19885 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19886 Add codec-name metadata.
19888 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
19890 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19892 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19893 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19894 * ext/alsa/gstalsamixertrack.h:
19896 ALSA mixer track label internationalization (#154054).
19898 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19900 * ext/theora/theoradec.c: (theora_dec_chain):
19901 Export bitrate as metadata.
19903 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19905 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19906 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19907 * ext/alsa/gstalsamixertrack.h:
19908 Fix names, fix loop.
19910 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19912 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19913 (speex_dec_convert):
19914 sinkconvert function so oggdemux can get the file length (totem).
19916 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
19918 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19920 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19921 Don't push incomplete packets.
19922 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19923 Fix MPEG-4 audio typefinding.
19925 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19927 * sys/v4l/Makefile.am:
19928 * sys/v4l/gstv4l.c: (plugin_init):
19929 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19930 (gst_v4lelement_init), (gst_v4lelement_dispose),
19931 (gst_v4lelement_change_state):
19932 * sys/v4l/gstv4lelement.h:
19933 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19934 (gst_v4l_xoverlay_close), (idle_refresh),
19935 (gst_v4l_xoverlay_set_xwindow_id):
19936 * sys/v4l/gstv4lxoverlay.h:
19937 * sys/v4l/v4l-overlay_calls.c:
19938 * sys/v4l/v4l_calls.h:
19939 * sys/v4l2/Makefile.am:
19940 * sys/v4l2/gstv4l2.c: (plugin_init):
19941 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19942 (gst_v4l2element_init), (gst_v4l2element_dispose),
19943 (gst_v4l2element_change_state):
19944 * sys/v4l2/gstv4l2element.h:
19945 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19946 (gst_v4l2_xoverlay_close), (idle_refresh),
19947 (gst_v4l2_xoverlay_set_xwindow_id):
19948 * sys/v4l2/gstv4l2xoverlay.h:
19949 * sys/v4l2/v4l2-overlay_calls.c:
19950 * sys/v4l2/v4l2_calls.h:
19951 Remove client-side overlay handling, use the X-server v4l plugin
19952 for that. Nicer overlay, less code. Also make the plugin
19953 compileable without X (but then without overlay, obviously).
19954 Makes xwindowlistener obsolete, should we remove that?
19956 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19958 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19959 (gst_osssrc_src_query):
19960 * sys/oss/gstosssrc.h:
19961 OK, so people want offset in DEFAULT. This time, actually fix all
19963 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19966 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19968 * gst/asfdemux/gstasfmux.c:
19969 * gst/avi/gstavimux.c:
19972 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19974 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19975 Fix properties (channel, norm, frequency).
19977 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19979 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19981 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19984 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19986 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19989 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19991 * sys/v4l2/gstv4l2element.h:
19992 Yet Another Hack (tm) for kernel header borkedness.
19993 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19994 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19995 (gst_v4l2src_link), (gst_v4l2src_getcaps),
19996 (gst_v4l2src_change_state):
19997 * sys/v4l2/gstv4l2src.h:
19998 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19999 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20000 Fix caps, keep track of state, work.
20002 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20004 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20007 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20009 * sys/oss/gstosssrc.c: (gst_osssrc_get):
20010 Don't mix bytes and samples.
20012 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20014 * ext/ogg/gstoggmux.c:
20015 Basic pad template which accepts OGM tracks, speex, flac, vorbis
20016 and theora. Any is incorrect.
20017 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20019 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20020 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20021 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20022 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20023 * sys/v4l/gstv4lmjpegsrc.h:
20024 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20025 (gst_v4lsrc_change_state):
20026 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20027 (gst_v4lmjpegsrc_capture_stop):
20028 Fix caps. Keep track of internal state. Work.
20030 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20033 Fix the build fixes.
20035 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20037 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20038 (gst_ogg_demux_src_event), (_find_chain_seek),
20039 (gst_ogg_pad_push):
20040 Check for pad availability before using it.
20041 * ext/ogg/gstoggdemux.c: (_find_chain_process):
20042 Fix parsing of chained ogg. Needs more work on the decoder side.
20044 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
20046 * gst/spectrum/Makefile.am:
20047 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20049 Fix demo and reenable it. Yes, I'm currently playing with audio
20052 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20054 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20055 We love it if files that start at zero work too...
20057 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20059 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20060 Handle files with missing EOS headers.
20062 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20064 * gst/tcp/gsttcpserversink.c:
20065 (gst_tcpserversink_handle_server_read),
20066 (gst_tcpserversink_init_send):
20067 Zero some variables first (need for accept not to return EINVAL)
20069 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20071 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20072 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20073 * ext/theora/theoradec.c: (theora_dec_sink_convert),
20074 (theora_dec_chain):
20075 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20076 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20077 Seeking and querying finetune.
20079 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
20083 * ext/raw1394/Makefile.am:
20086 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20088 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20090 * gst/playback/Makefile.am:
20091 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20092 * gst/playback/gstplay-marshal.list:
20093 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20096 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20098 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20101 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20103 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20104 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20105 (gst_ogg_pad_push):
20106 Yay for non-lineair granulepos in theora.
20108 2004-10-18 Wim Taymans <wim@fluendo.com>
20110 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20111 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20112 * ext/dv/gstdvdec.h:
20113 Make sure we renegotiate aspect ratio when the camera switches.
20115 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20117 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20118 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20120 * ext/theora/theoradec.c: (theora_dec_chain):
20121 Skip headers. Bad idea for chained ogg, but fixes seeking.
20123 2004-10-18 Wim Taymans <wim@fluendo.com>
20126 I swear, this is the last time I touch this.
20128 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20130 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20131 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20132 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20134 * ext/theora/theoradec.c: (theora_dec_sink_convert):
20135 Time-to-default conversion.
20136 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20137 Don't error on unknown packets, just skip. We should probably
20138 read them if we want to support chained ogg.
20140 2004-10-18 Wim Taymans <wim@fluendo.com>
20143 Added cdaudio to wrong list.
20145 2004-10-18 Wim Taymans <wim@fluendo.com>
20150 2004-10-18 Wim Taymans <wim@fluendo.com>
20152 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20153 (gst_dvdec_video_link), (gst_dvdec_push):
20154 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20155 (gst_smokeenc_resync), (gst_smokeenc_chain):
20156 Fix mimetype on smoke encoder.
20157 Add aspect ratio to dvdec. Not sure if these
20158 values are correct though....
20160 2004-10-18 Wim Taymans <wim@fluendo.com>
20162 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20163 Fix vorbis property descriptions and ranges.
20165 2004-10-18 Wim Taymans <wim@fluendo.com>
20167 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20168 Really do nothing when no data is available.
20169 Go to the playing state when the stream is not seekable
20170 instead of failing.
20172 2004-10-18 Wim Taymans <wim@fluendo.com>
20174 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20175 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20176 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20177 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20178 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20179 Added uri handler for cd://
20182 2004-10-18 Wim Taymans <wim@fluendo.com>
20184 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20185 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20186 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20187 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20188 (remove_prerolls), (unknown_type), (add_element_stream),
20189 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20190 (gst_play_base_bin_remove_element),
20191 (gst_play_base_bin_link_stream):
20192 * gst/playback/gstplaybin.c: (gen_video_element),
20193 (gen_vis_element), (remove_sinks), (setup_sinks):
20194 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20195 (gst_stream_info_get_type), (gst_stream_info_class_init),
20196 (gst_stream_info_init), (gst_stream_info_new),
20197 (gst_stream_info_dispose), (stream_info_mute_pad),
20198 (gst_stream_info_set_property), (gst_stream_info_get_property):
20199 * gst/playback/gststreaminfo.h:
20200 Add sink padtemplate to decodebin.
20201 Added some more comments.
20202 Make queue size configurable in playbasebin.
20203 Added possibility to use elements as sinks (ex cdaudio).
20205 2004-10-15 Wim Taymans <wim@fluendo.com>
20207 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20208 (gst_speexenc_chain):
20209 Fix speex timestamps so that it gets muxed properly.
20211 2004-10-15 Wim Taymans <wim@fluendo.com>
20213 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20214 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20215 (gst_dv1394src_init), (gst_dv1394src_dispose),
20216 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20217 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20218 (gst_dv1394src_event), (gst_dv1394src_get_formats),
20219 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20220 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20221 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20222 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20223 * ext/raw1394/gstdv1394src.h:
20224 Added conversion/query functions.
20225 Update buffer timestamps,
20227 Added uri dv:// so it might play from the firewire in playbin.
20228 Fix a possible leak.
20231 2004-10-15 Wim Taymans <wim@fluendo.com>
20233 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20234 (gst_dv1394src_init), (gst_dv1394src_set_property),
20235 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20236 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20237 * ext/raw1394/gstdv1394src.h:
20238 Added AV/C VTR control support needed for some cameras.
20239 Added automatic port detection.
20240 Added properties for selecting the channel.
20241 The configure.ac script is not yet updated to reflect the
20242 new libavc1394 and librom1394 dependencies.
20244 2004-10-15 Wim Taymans <wim@fluendo.com>
20246 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20247 (qtdemux_parse), (gst_qtdemux_handle_esds):
20248 An esds box is not a container.
20249 Fix parsing of mp4v boxes.
20250 Do not try to renegotiate fps for each frame. Need to
20251 find a better method. This should fix mp4 playback.
20253 2004-10-14 David Schleef <ds@schleef.org>
20255 * configure.ac: update for swfdec-0.3 and liboil-0.2
20256 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20257 * ext/swfdec/gstswfdec.h: same
20258 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20259 * gst/videotestsrc/videotestsrc.c: same
20261 2004-10-14 Wim Taymans <wim@fluendo.com>
20263 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20264 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20265 (is_sync_frame), (gst_multifdsink_new_client),
20266 (gst_multifdsink_handle_client_write),
20267 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20268 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20269 Turn warnings into info.
20270 Don't allow a state change in the streaming thread.
20272 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
20274 * ext/vorbis/oggvorbisenc.c:
20275 * ext/vorbis/vorbisdec.c:
20276 fix template sample rate
20278 2004-10-13 Wim Taymans <wim@fluendo.com>
20280 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20281 Decoding the header first fixes some problems in resyncing
20284 2004-10-12 Wim Taymans <wim@fluendo.com>
20286 * gst/playback/gstplaybin.c: (gen_video_element),
20287 (gen_vis_element), (remove_sinks), (setup_sinks):
20288 Added vis plugin support, need to configure the vis
20289 element to activate it.
20291 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20293 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20294 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20296 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20297 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20298 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20299 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20300 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20301 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20302 * gst/avi/gstavidemux.h:
20303 Support for openDML-2.0 indx/ix## chunks. Support for broken index
20304 recovery (where, if part of the index is broken, we will still read
20305 the rest of the index and recover the broken part by stream
20306 scanning). More broken media support. EOS workarounds. General AVI
20307 braindamage headache recovery. Aspirin included.
20309 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20311 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20312 (cdparanoia_event), (cdparanoia_query):
20313 Get rid of hideous lead-in.
20315 2004-10-11 Wim Taymans <wim@fluendo.com>
20317 * gst/playback/gstplaybasebin.c: (setup_source):
20318 Wrong var used to get g_list_next.
20320 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20322 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20323 (cdparanoia_get), (cdparanoia_open):
20324 Report discid as metadata, add duration.
20326 2004-10-11 Wim Taymans <wim@fluendo.com>
20328 * gst/playback/gstplaybasebin.c: (setup_source):
20329 Cleanup the previous pipeline a little earlier for the
20330 case that a source element provides raw data.
20332 2004-10-11 Benjamin Otte <otte@gnome.org>
20334 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20335 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20336 consuming the last 128 bytes, even though it was valid mp3 data.
20338 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20340 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20341 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20342 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20343 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20345 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20347 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20348 Fix for webcams that support only specific width or height
20350 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20352 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20354 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20355 Fix wrong discont event setup (fixes #154967).
20357 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
20359 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20361 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20362 Error out on invalid data (fixes #154807).
20364 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20366 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20368 * ext/dvdread/dvdreadsrc.c: (_read):
20369 Make titles > 0 work again (fixes #154834).
20371 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20373 * gst-libs/gst/riff/riff-media.c:
20374 (gst_riff_create_video_template_caps):
20375 WMV3 missing in template caps.
20377 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20379 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20380 OK, so the original code was too strict. It makes random AVI files
20381 hang for seconds upon opening, which is unacceptable and is far
20382 beyond the original goal of getting multiple chunks for one-chunk
20383 sounc stream files. So now do just that.
20385 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20387 * gst/playback/gstplaybasebin.c: (setup_source),
20388 (gst_play_base_bin_change_state):
20389 Actually clean up streaminfo if output fails. This would trigger
20390 if, for example, there was no CD in the drive. No preroll, so
20391 a streaminfo structure is created, but the subsequent state change
20392 of the thread fails.
20393 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20394 Don't change state if parent failed.
20396 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20398 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20399 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20400 (gen_video_element), (remove_sinks):
20401 Add small bits of code for screenshot handling.
20403 2004-10-08 Wim Taymans <wim@fluendo.com>
20405 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20406 (gen_video_element), (gen_audio_element), (setup_sinks):
20407 Don't assume the user provided sinks are named "sink"...
20409 2004-10-08 Wim Taymans <wim@fluendo.com>
20411 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20412 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20413 (gst_play_base_bin_link_stream):
20414 Do not try to autoplug sources that generate raw streams like
20416 disconnect the preroll overrun signal when we don't need it anymore.
20418 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
20420 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20421 Added reworked patch from #154903 from milosz derezynski (deadchip).
20423 2004-10-08 Wim Taymans <wim@fluendo.com>
20425 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20426 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20427 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20428 (cdparanoia_convert), (cdparanoia_uri_get_type),
20429 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20430 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20431 * ext/cdparanoia/gstcdparanoia.h:
20432 This adds the cdda://<tracknum> uri.
20434 2004-10-08 Wim Taymans <wim@fluendo.com>
20436 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20437 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20438 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20439 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20440 (unknown_type), (gst_play_base_bin_remove_element),
20441 (gst_play_base_bin_link_stream):
20442 * gst/playback/gstplaybasebin.h:
20443 * gst/playback/gstplaybin.c: (gst_play_bin_init),
20444 (gst_play_bin_set_property), (gen_video_element),
20445 (gen_audio_element), (setup_sinks):
20446 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20447 (gst_stream_info_get_type), (gst_stream_info_class_init),
20448 (gst_stream_info_init), (gst_stream_info_new),
20449 (gst_stream_info_dispose), (stream_info_mute_pad),
20450 (gst_stream_info_set_property), (gst_stream_info_get_property):
20451 * gst/playback/gststreaminfo.h:
20452 Reuse the audio and video bins.
20453 Some internal cleanups in the stream selection code.
20455 2004-10-08 Julien MOUTTE <julien@moutte.net>
20457 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20458 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20459 * sys/ximage/ximagesink.h:
20460 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20461 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20462 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20463 not coming from those elements. Moreover these elements should not keep
20464 the xid they have been given when in NULL state.
20466 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20468 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20469 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20470 * sys/ximage/ximagesink.h:
20471 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20472 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20473 * sys/xvimage/xvimagesink.h:
20474 Actually only create a new toplevel window if we're not gonna
20475 embed it right after.
20477 2004-10-07 Wim Taymans <wim@fluendo.com>
20479 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20480 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20481 * gst/playback/gstplaybin.c: (setup_sinks):
20482 Implement muting/unmuting of streams, mute streams that are not
20485 2004-10-07 Wim Taymans <wim@fluendo.com>
20487 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20489 Added lame audio/x-ac3 typefind function.
20491 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20496 === release 0.8.5 ===
20498 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20503 releasing 0.8.5, "Take You On"
20505 2004-10-06 Wim Taymans <wim@fluendo.com>
20507 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20508 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20509 (no_more_pads), (close_link), (type_found):
20510 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20511 * gst/playback/gstplaybin.c: (gen_video_element):
20512 Do not signal the no_more_pads after the first pad when
20513 we are plugging a non dynamic element with multiple
20514 output pads (like swfdec, dvdec, ...).
20516 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20519 bump for prerelease
20521 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20523 * gst/wavparse/gstwavparse.c:
20524 add ATRAC3 to STATIC CAPS to fix a warning
20526 * gst/matroska/ebml-read.c:
20527 * gst-libs/gst/riff/riff-read.c:
20530 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20532 * gst-libs/gst/riff/riff-media.c:
20533 generate caps for ATRAC3 audio streams
20535 * gst/realmedia/rmdemux.c:
20536 generate caps for ATRAC3 audio streams
20538 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20540 * gst/wavparse/Makefile.am
20541 * gst/wavparse/riff.h
20542 * gst/wavparse/wavparse.vcproj
20543 riff.h removal (unused and duplication with riff-ids.h)
20545 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20547 * gst/wavparse/gstwavparse.h
20548 remove duplicated defines for audio codec codes
20550 * gst-libs/gst/riff/riff-ids.h
20551 * gst/wavenc/riff.h:
20552 add "4CC" code for ATRAC3 audio streams
20553 add "4CC" code for ITU_G721_ADPCM (unused for now)
20555 2004-10-06 Wim Taymans <wim@fluendo.com>
20557 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20558 Actually _do_ negotiation. Pass gdouble as arg instead
20559 of guint64 for the framerate.
20561 2004-10-06 Wim Taymans <wim@fluendo.com>
20563 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20564 (find_compatibles), (close_pad_link), (try_to_link_1),
20565 (no_more_pads), (close_link), (type_found):
20566 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20567 * gst/playback/gstplaybin.c: (gen_video_element),
20568 (gen_audio_element):
20569 Set state on newly added element to READY so that negotiation
20571 Addes some more debug info.
20572 Do not try to plug pads with multiple caps structures or ANY
20573 because it is too dangerous since we do not do dynamic
20576 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20578 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20582 add Oriya translation
20584 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20586 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20587 Prevent overwrite of size member. Makes audio sound crappy.
20589 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20591 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20592 Add rmvb to the list of known RealMedia extensions
20594 2004-10-05 Wim Taymans <wim@fluendo.com>
20596 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20597 (mngdec_openstream), (mngdec_closestream),
20598 (mngdec_handle_sink_event), (mngdec_readdata),
20599 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20600 (mngdec_getcanvasline), (mngdec_refresh),
20601 (gst_mngdec_change_state):
20602 Set the framerate correctly.
20604 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20606 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20607 There was something wrong with the index massaging.
20609 2004-10-04 Wim Taymans <wim@fluendo.com>
20611 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20612 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20613 (gst_smokedec_chain):
20614 * ext/jpeg/gstsmokedec.h:
20615 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20616 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20617 * ext/jpeg/gstsmokeenc.h:
20618 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20619 (smokecodec_decode_new), (smokecodec_info_free),
20620 (smokecodec_set_quality), (smokecodec_get_quality),
20621 (smokecodec_set_threshold), (smokecodec_get_threshold),
20622 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20623 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20624 (smokecodec_encode), (smokecodec_parse_id),
20625 (smokecodec_parse_header), (smokecodec_decode):
20626 * ext/jpeg/smokecodec.h:
20627 * ext/jpeg/smokeformat.h:
20628 Updated smoke, new bitstream, allows embedding in ogg.
20630 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20632 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20633 Fix seeking in some files. All this code is no longer needed (and
20634 actually breaks stuff) because we now synchronize the full index
20635 right when reading the header.
20637 2004-10-04 Wim Taymans <wim@fluendo.com>
20640 configure update for libmng.
20642 2004-10-04 Wim Taymans <wim@fluendo.com>
20644 * ext/libmng/Makefile.am:
20645 * ext/libmng/gstmng.c: (plugin_init):
20646 * ext/libmng/gstmng.h:
20647 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20648 (gst_mngdec_base_init), (gst_mngdec_class_init),
20649 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20650 (gst_mngdec_loop), (gst_mngdec_get_property),
20651 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20652 (mngdec_closestream), (mngdec_handle_sink_event),
20653 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20654 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20655 (gst_mngdec_change_state):
20656 * ext/libmng/gstmngdec.h:
20657 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20658 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20659 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20660 (gst_mngenc_chain), (gst_mngenc_get_property),
20661 (gst_mngenc_set_property):
20662 * ext/libmng/gstmngenc.h:
20663 Added basic MNG decoder. Needs more work. The encoder does
20666 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20668 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20669 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20670 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20671 Don't hang on length=0 chunks. Some negotiation fixes. Signal
20674 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
20677 you need at least 1.0.4 of speex
20679 2004-10-04 Iain <iaingnome@gmail.com>
20681 * ext/speex/gstspeexdec.h: Revert the includes changes.
20683 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20685 2004-09-30 Iain <iaingnome@gmail.com>
20687 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20688 found during init or set as a property instead of hardcoding /dev/audio
20690 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20692 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20693 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20694 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20695 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20696 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20697 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20698 (gst_rmdemux_dump_data):
20699 Use debug category, fix EOS handling. filesrc ! rmdemux now
20702 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20704 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20705 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20706 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20707 Improve allocation, cutting and sorting of the index. How takes a
20708 few seconds instead of minutes.
20710 2004-10-03 Christophe Fergeau <teuf@gnome.org>
20712 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20715 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20717 * gst-libs/gst/riff/riff-media.c:
20718 (gst_riff_create_video_caps_with_data),
20719 (gst_riff_create_video_template_caps):
20720 Add wing commander format mimetype/fourccs.
20721 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20722 Don't crash if some value is 0.
20724 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20726 * gst-libs/gst/riff/riff-media.c:
20727 (gst_riff_create_video_caps_with_data),
20728 (gst_riff_create_video_template_caps):
20729 Add DIB fourcc (raw, palettized 8-bit RGB).
20730 * gst-libs/gst/riff/riff-read.c:
20731 (gst_riff_read_strf_vids_with_data):
20732 Oops, fix strf_data reading bug.
20733 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20734 Use a non-NULL tag.
20735 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20736 Time for hacks. Sorry Dave. At least one quicktime movie (a
20737 trailer) that I've encountered contains multiple video tracks.
20738 One of those is the actual video track, the other are one-frame
20739 tracks (images). Unfortunately, the number of frames according
20740 to the trak header is 1 for each, so that doesn't help. So
20741 instead, I look at the duration and discard tracks with a
20742 duration shorter than 20% of the length of the stream. Better
20745 2004-10-01 Christian Schaller <christian@fluendo.com>
20747 * ext/ivorbis/vorbis.c:
20748 Patch from Phil Blundell (Bug 152341)
20750 2004-10-01 Wim Taymans <wim@fluendo.com>
20752 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20753 (speex_dec_get_formats), (speex_dec_convert),
20754 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20755 (speex_dec_chain), (gst_speexdec_get_property),
20756 (gst_speexdec_set_property):
20759 2004-10-01 Wim Taymans <wim@fluendo.com>
20761 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20762 (gst_wavparse_stream_init), (gst_wavparse_fmt),
20763 (gst_wavparse_other), (gst_wavparse_loop),
20764 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20765 (gst_wavparse_srcpad_event):
20766 * gst/wavparse/gstwavparse.h:
20767 Added some more debugging info.
20768 Fix the case where the length of the file is 0.
20769 Make sure we seek to sample borders.
20771 2004-10-01 Wim Taymans <wim@fluendo.com>
20773 * gst/playback/README:
20774 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20775 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20776 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20777 Add some debug info to decodebin, update README
20779 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20781 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20782 Don't use g_print(); use GST_DEBUG().
20784 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20786 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20787 (gst_ogg_mux_queue_pads):
20788 Handle EOS properly.
20790 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20792 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20794 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20795 (gst_faad_chain), (gst_faad_change_state):
20796 * ext/faad/gstfaad.h:
20797 Allow playback of raw (unframed) MPEG AAC files (#148993).
20799 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20801 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20803 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20804 Throw error if we didn't recognize the stream. Fixes #152289.
20806 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20808 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20811 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
20813 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20815 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20818 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
20820 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20822 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20824 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20827 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20829 * gst-libs/gst/riff/riff-media.c:
20830 (gst_riff_create_video_caps_with_data),
20831 (gst_riff_create_audio_caps_with_data):
20832 Add codec_data handling (like asfdemux used to do).
20833 * gst/asfdemux/gstasf.c: (plugin_init):
20834 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20835 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20836 Use riff-media for caps creation instead of our own (mostly
20837 broken) copy of its functions.
20839 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20841 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20842 Don't actually error out if we get another return value than
20843 -EINVAL. Opposite to what I first thought, drivers have random
20844 return values for this, although -EINVAL is the expected return
20845 value. Since this is not fatal, we shouldn't use
20846 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20848 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20850 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20851 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20852 (dvdreadsrc_get_property), (_open), (_seek), (_read),
20853 (dvdreadsrc_get), (dvdreadsrc_open_file),
20854 (dvdreadsrc_change_state):
20855 Fix. Don't do one big huge loop around the whole DVD, that will
20856 cache all data and thus eat sizeof(dvd) (several GB) before we
20858 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20859 Actually NULL'ify event after using it.
20860 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20861 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20862 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20863 (gst_ebml_read_seek), (gst_ebml_read_skip):
20865 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20866 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20867 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20868 Fix timing (this will probably break if I seek using menus, but
20869 I didn't get there yet). VOBs and normal DVDs should now work.
20870 Add a mpeg2-only pad with high rank so this get autoplugged for
20872 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20873 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20874 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20875 (gst_mpeg_demux_get_audio_stream),
20876 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20877 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20878 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20879 MPEG-1 but use dvddemux for MPEG-2.
20880 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20881 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20882 (gst_mpeg_parse_parse_packhead):
20883 Timing. Only add pad template if it exists. Add sink template from
20884 class and not from ourselves. This means we will always use the
20885 correct sink template even if it is not the one defined in this
20888 2004-09-29 Wim Taymans <wim@fluendo.com>
20890 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20891 (gst_mpeg_demux_parse_pes):
20892 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20893 Fix playback of mpeg again, timestamps where screwed up by
20896 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20898 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20899 Only return true if we actually filled something in. Prevents
20900 player applications from showing a random length for flac files.
20901 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20902 (gst_riff_read_use_event), (gst_riff_read_handle_event),
20903 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20904 (gst_riff_read_strf_vids_with_data),
20905 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20906 OK, ok, so I implemented event handling. Apparently it's normal
20907 that we receive random events at random points without asking
20909 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20910 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20911 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20912 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20913 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20914 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20915 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20916 * gst/avi/gstavidemux.h:
20917 Implement non-lineair chunk handling and subchunk processing.
20918 The first solves playback of AVI files where the audio and video
20919 data of individual buffers that we read are not synchronized.
20920 This should not happen according to the wonderful AVI specs, but
20921 of course it does happen in reality. It is also a prerequisite for
20922 the second. Subchunk processing allows us to cut chunks in small
20923 pieces and process each of these pieces separately. This is
20924 required because I've seen several AVI files with incredibly large
20925 audio chunks, even some files with only one audio chunk for the
20926 whole file. This allows for proper playback including seeking.
20927 This patch is supposed to fix all AVI A/V sync issues.
20928 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20929 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20931 * gst/modplug/gstmodplug.cc:
20932 Proper return value setting for the query() function.
20933 * gst/playback/gstplaybasebin.c: (setup_source):
20934 Being in non-playing state (after, e.g., EOS) is not necessarily
20935 a bad thing. Allow for that. This fixes playback of short files.
20936 They don't actually playback fully now, because the clock already
20937 runs. This means that small files (<500kB) with a small length
20938 (<2sec) will still not or barely play. Other files, such as mod
20939 or flx, will work correctly, however.
20941 2004-09-28 Wim Taymans <wim@fluendo.com>
20943 * ext/speex/gstspeex.c: (plugin_init):
20944 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20945 (gst_speex_dec_class_init), (speex_dec_get_formats),
20946 (speex_get_event_masks), (speex_get_query_types),
20947 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20948 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20949 (gst_speexdec_get_property), (gst_speexdec_set_property),
20950 (speex_dec_change_state):
20951 * ext/speex/gstspeexdec.h:
20952 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20953 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20954 (gst_speexenc_base_init), (gst_speexenc_class_init),
20955 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20956 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20957 (gst_speexenc_src_query), (gst_speexenc_init),
20958 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20959 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20960 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20961 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20962 (gst_speexenc_chain), (gst_speexenc_get_property),
20963 (gst_speexenc_set_property), (gst_speexenc_change_state):
20964 * ext/speex/gstspeexenc.h:
20965 Rewrote speex encoder, make sure it can be embedded in ogg.
20966 Implemented speex decoder.
20968 2004-09-28 Christian Schaller <christian@fluendo.com>
20971 Remove kioslave plugin. Markey is brewing a new working one
20972 * ext/Makefile.am: Remove kioslave plugin
20974 * gst-plugins.spec.in: remove kio plugin from spec
20976 2004-09-27 Wim Taymans <wim@fluendo.com>
20978 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20979 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20980 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20981 (gst_multifdsink_new_client),
20982 (gst_multifdsink_handle_client_write),
20983 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20984 (gst_multifdsink_handle_clients):
20985 * gst/tcp/gstmultifdsink.h:
20986 Make syncing to keyframes actually work for new clients and lagging
20989 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
20991 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20992 (gst_navigationtest_handle_src_event), (draw_box_planar411),
20993 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20994 * gst/debug/gstnavigationtest.h:
20995 make navigationtest display button-press and button-release events
20997 2004-09-26 Iain <iaingnome@gmail.com>
20999 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21000 the channels have received a new media event.
21001 (interleave_buffered_loop): Compresses a new media event on all
21004 2004-09-26 Iain <iaingnome@gmail.com>
21006 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21007 call the sinkpad's default event handler and not the srcpads. He also
21008 says this is confusing :)
21009 (gst_wavenc_stop_file): Company says that seek events only go upstream
21010 we should send a discontinuous downstream instead.
21012 2004-09-25 Christian Schaller <christian@fluendo.com>
21014 * Update SPEC file to be usable in conjunction with Fedora Core,
21015 Fedora.us and freshrpms packages
21016 * Fix typo in multifilesrc test Makefile
21018 2004-09-24 Wim Taymans <wim@fluendo.com>
21020 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21021 Only signal the no_more_pads signal when we have
21022 added the stream to our list.
21024 2004-09-24 Wim Taymans <wim@fluendo.com>
21026 * gst/playback/gstplaybasebin.c: (remove_prerolls),
21028 * gst/playback/gstplaybasebin.h:
21029 * gst/playback/gstplaybin.c: (setup_sinks):
21030 Don't try to preroll or decode more than one audio/video
21033 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21035 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21036 Throw error if we failed to find a suitable output. This should
21037 throw an error if we successfully set up a pipeline (e.g. because
21038 we recognized a media file) but found no decodable streams in it
21039 (e.g. because it contains only media stream types for which we
21040 have no decoders, or because it's not a media type).
21042 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21044 * ext/dirac/Makefile.am:
21045 * ext/dirac/gstdirac.cc:
21046 * ext/dirac/gstdiracdec.cc:
21047 * ext/dirac/gstdiracdec.h:
21048 Do something. Don't actually know if this works because I don't
21049 have a demuxer yet.
21050 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21051 Add channels=1 to caps returned from _getcaps().
21052 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21053 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21054 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21055 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21056 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21057 (gst_ogm_parse_change_state):
21058 Separate between audio/video so ogmaudioparse actually uses the
21059 audio pad templates. Both audio and video work now, including
21060 autoplugging. Also use sometimes-srcpad hack.
21061 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21062 Handle events better. Don't hang on infinite loops.
21063 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21064 (gst_avi_demux_init), (gst_avi_demux_reset),
21065 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21066 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21067 (gst_avi_demux_change_state):
21068 * gst/avi/gstavidemux.h:
21069 Improve A/V sync. Still not perfect.
21070 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21071 (gst_ebml_read_skip):
21072 Handle events better.
21073 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21074 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21075 (qtdemux_audio_caps):
21076 Add IMA4. Improve event handling. Save offset after a seek when
21077 the headers are at the end of the file so that we don't end up in
21079 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21080 Add low-priority typefind support for files with no length.
21082 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21084 * testsuite/multifilesink/Makefile.am:
21087 2004-09-22 Julien MOUTTE <julien@moutte.net>
21089 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21090 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21091 mistakes from thaytan's patches.
21093 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21095 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21096 For completeness, XSync in the destroy function as xvimage does.
21098 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21100 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21101 Correct caps negotiation
21102 * gst/volume/gstvolume.c: (volume_chain_float),
21103 (volume_chain_int16):
21104 Modify debug output to be little more informative
21105 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21106 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21107 (gst_xvimagesink_xvimage_destroy):
21108 Add XSync calls after detaching from the shared memory segment to
21111 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21113 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21114 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21115 * ext/vorbis/vorbis.c: (plugin_init):
21116 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21117 (gst_vorbisenc_chain):
21118 * ext/vorbis/vorbisenc.h:
21119 remove explicit newmedia support from oggmux and vorbisenc
21120 add debug category to vorbisenc
21121 * gst/multifilesink/gstmultifilesink.c:
21122 (gst_multifilesink_class_init), (gst_multifilesink_init),
21123 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21124 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21125 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21127 * gst/multifilesink/gstmultifilesink.h:
21128 add support for streamheader in multifilesink
21130 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21132 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21133 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21134 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21135 Prevent infinite loops. More correct error reporting.
21136 * gst/auparse/gstauparse.c: (gst_auparse_chain):
21137 Error out if negotiation fails.
21138 * gst/playback/gstplaybasebin.c: (setup_source),
21139 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21140 (gst_play_base_bin_found_tag):
21141 Error/tag forwarding. Pre-roll fixes for source errors on state
21142 changes (e.g. "file does not exist") to prevent hangs.
21144 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21146 * testsuite/multifilesink/Makefile.am:
21147 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21148 (gst_newmedia_class_init), (gst_newmedia_init),
21149 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21150 (newfile_signal), (test_signal), (main):
21151 * testsuite/multifilesink/multifilesrc_test.c: (main):
21152 * testsuite/multifilesink/oggtheora_test.c:
21153 (gst_newmedia_base_init), (gst_newmedia_class_init),
21154 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21155 (test_format), (newfile_signal), (test_signal), (main):
21156 * testsuite/multifilesink/oggvorbis_test.c:
21157 (gst_newmedia_base_init), (gst_newmedia_class_init),
21158 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21159 (test_format), (newfile_signal), (test_signal), (main):
21160 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21161 (gst_newmedia_class_init), (gst_newmedia_init),
21162 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21163 (newfile_signal), (test_signal), (main):
21166 2004-09-20 Christian Schaller <christian@fluendo.com>
21168 * Fix mikmod license to LGPL as they have relicensed
21169 * Move Dirac and Effectv into LGPL section of README_license
21171 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21173 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21174 (gst_mad_change_state):
21175 Allow for mp3 rate/channels changes. However, only very
21176 conservatively. Reason that we *have* to enable this is smiply
21177 because the mad find_sync() function is not good enough, it will
21178 regularly sync on random data as valid frames and therefore make
21179 us provide random caps as *final* caps of the stream. The best fix
21180 I could think of is to simply require several of the same stream
21181 changes in a row before we change caps.
21182 The actual testcase that works now is #
21183 * ext/ogg/Makefile.am:
21184 * ext/ogg/gstogg.c: (plugin_init):
21185 * ext/ogg/gstogmparse.c:
21186 OGM support (video only for now; I need an audio sample file).
21187 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21188 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21189 (gst_asf_demux_add_video_stream):
21191 * gst/playback/gstplaybasebin.c: (unknown_type):
21192 Don't error out on single unknown-types after all. It's wrong.
21193 If we found type of video and audio but not of a subtitle stream,
21194 it will still error out (which is unwanted). Will find a better fix
21196 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21197 (ogmaudio_type_find), (plugin_init):
21200 2004-09-20 Johan Dahlin <johan@gnome.org>
21202 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21203 after setting caps.
21205 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21207 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21208 * gst/wavenc/gstwavenc.h:
21209 Added newmedia support to wavenc
21211 2004-09-17 Wim Taymans <wim@fluendo.com>
21213 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21214 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21215 (gst_fdset_fd_can_write), (gst_fdset_wait):
21216 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21217 (gst_multifdsink_init), (gst_multifdsink_add),
21218 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21219 (gst_multifdsink_remove_client_link),
21220 (gst_multifdsink_client_queue_buffer),
21221 (gst_multifdsink_handle_client_write),
21222 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21223 (gst_multifdsink_close), (gst_multifdsink_change_state):
21224 * gst/tcp/gstmultifdsink.h:
21225 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21226 (gst_tcpserversink_removed):
21227 Small cleanups in fdset.c
21228 Use a hastable to map fd to the client structure for faster
21229 lookup in _remove and get_stats.
21230 Added virtual function to close the fds.
21231 Handle clients even when the select/poll call was unblocked because
21233 Implement syncing to keyframe in the recovery procedure.
21235 2004-09-16 Iain <iaingnome@gmail.com>
21237 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21240 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21242 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21243 Caps are only set if the type of the stream is unknown, but this
21244 is initialized in ->init_stream(), so set to UNKNOWN after calling
21245 ->init_stream() so that capsnego starts.
21247 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21249 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21250 (gst_avi_demux_stream_data):
21251 Just hardcode for raw audio then. AVI audio sucks.
21253 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
21255 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21256 * gst/matroska/matroska-mux.c: (audiosink_templ),
21257 (gst_matroska_mux_audio_pad_link):
21258 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21259 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21261 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21263 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21264 (gst_avi_demux_stream_data):
21265 Try to fix a/v sync issues.
21267 2004-09-15 David Schleef <ds@schleef.org>
21269 * configure.ac: remove NASM check, since we don't use it. Update
21271 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21272 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21273 Initialized variables.
21274 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21275 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21276 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21279 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21281 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21282 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21283 * gst/avi/gstavidemux.h:
21284 Fix for compressed audio (mp3) timestamp generation. How did this
21287 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21289 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21290 Volume is a double not a float.
21292 2004-09-15 Wim Taymans <wim@fluendo.com>
21294 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21295 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21296 Don't close the fd in multifdsink as we didn't open it in the
21297 first place. Some cleanups.
21299 2004-09-15 Wim Taymans <wim@fluendo.com>
21301 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21302 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21303 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21304 Fix the case where the muxer would mark pages as delta
21305 frames when they are not (vorbis only ogg).
21307 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21309 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21310 (gst_play_base_bin_change_state):
21311 Handle the case where we failed to setup a clear pipeline. This
21312 will throw an error (or EOS, another nice case) and if you don't
21313 catch that, the app will wait for the signal forever (and thus
21316 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21318 * ext/gnomevfs/gstgnomevfssink.c:
21319 (gst_gnomevfssink_uri_get_protocols):
21320 * ext/gnomevfs/gstgnomevfssrc.c:
21321 (gst_gnomevfssrc_uri_get_protocols):
21322 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21323 * ext/gnomevfs/gstgnomevfsuri.h:
21324 Use _uri_new() instead of _open(), so it doesn't take as long and
21325 Christophe's computer won't hang.
21326 * gst/playback/gstplaybasebin.c: (unknown_type):
21327 Throw error on unknown media type, so apps actually display it.
21329 2004-09-14 Brian Cameron <brian.cameron@sun.com
21331 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
21332 this script to work on Solaris since bash shell handles echo
21333 differenly than bash.
21335 2004-09-17 Wim Taymans <wim@fluendo.com>
21337 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21338 (setup_source), (gst_play_base_bin_set_property),
21339 (gst_play_base_bin_add_element):
21340 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21341 Some more work on making sure seeking pauses the pipeline and
21342 that changing the uri actually does something.
21344 2004-09-17 Wim Taymans <wim@fluendo.com>
21346 * gst/tcp/gstfdset.c: (gst_fdset_wait):
21347 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21348 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21349 (gst_tcpserversink_close):
21350 Be a bit more paranoid when freeing memory.
21352 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21354 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21355 (qtdemux_parse_trak):
21356 Don't crash by dividing by zero (see sample movie in #126922).
21358 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21360 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21361 Don't touch non-existing data (fixes crash on file in #140147).
21363 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21365 * gst/playback/gstplaybasebin.c:
21366 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21367 Handle double disposals, and proper change of URIs.
21369 2004-09-13 Martin Eikermann <meiker@upb.de>
21371 * gst/mpegstream/gstmpegparse.c:
21372 fix synchronistation for streams recorded from digital PCR
21375 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21377 * ext/gnomevfs/Makefile.am:
21378 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21379 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21380 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21381 (gst_gnomevfssink_uri_get_type),
21382 (gst_gnomevfssink_uri_get_protocols),
21383 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21384 (gst_gnomevfssink_uri_handler_init),
21385 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21386 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21387 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21388 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21389 (gst_gnomevfssrc_uri_get_type),
21390 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21391 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21392 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21393 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21394 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21395 * ext/gnomevfs/gstgnomevfsuri.h:
21396 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21397 of fake URIs to see which this version of Gnome-VFS likes, and
21398 uses that for the Gst-URI interface. Makes playbin support http://
21399 streams. Also fix up some stupid behaviour in gnomevfssrc.
21401 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21403 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21404 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21405 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21406 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21407 Update mixer (to sync with other sessions) if we try to obtain
21408 a new value. This makes alsamixer work accross applications.
21409 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21410 Only call sync functions if we're running, else alsalib asserts.
21411 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21412 Sometimes fails to compile. Possibly a gcc bug.
21413 * gst/playback/gstplaybin.c: (gen_video_element),
21414 (gen_audio_element):
21415 Add a reference to an application-provided object, because we lose
21416 this same reference if we add it to the bin. If we don't do this,
21417 we can only use this object once and thus crash if we go from
21418 ready to playing, back to ready and back to playing again.
21419 Also add an audioscale element because several cheap soundcards -
21420 like mine - don't support all samplerates.
21421 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21422 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21423 Fix wrong order or PAR calls. Makes automatically obtained PAR
21424 from the X server atually being used.
21426 2004-09-12 David Schleef <ds@schleef.org>
21428 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21429 #151887, #152102, #152247.
21430 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21431 * examples/seeking/cdparanoia.c: same
21432 * examples/seeking/cdplayer.c: same
21433 * examples/seeking/seek.c: same
21434 * examples/seeking/spider_seek.c: same
21435 * examples/seeking/vorbisfile.c: same
21436 * examples/stats/mp2ogg.c: same
21437 * ext/esd/esdsink.c: (gst_esdsink_class_init),
21438 (gst_esdsink_dispose): Dispose of element properly.
21439 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21441 * ext/nas/nassink.c: (gst_nassink_class_init),
21442 (gst_nassink_dispose): Dispose of element correctly.
21443 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21444 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21445 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21446 Fix 64-bit warning.
21447 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21448 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21449 Fix 64-bit warning.
21451 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21453 * configure.ac : change speex detection as 1.1.6 now uses
21454 .pc/pkg-config and they changed their headers location.
21456 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
21458 * gst/matroska/matroska-mux.h:
21459 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21460 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21461 (gst_matroska_mux_write_data):
21462 Write multiple blocks/frames per cluster.
21463 Write meta-seek information (seek heads).
21465 2004-09-09 Scott Wheeler <wheeler@kde.org>
21467 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21468 (gst_play_bin_set_property), (gst_play_bin_get_property),
21469 (gen_audio_element), (gen_audio_element):
21470 Add a volume element / property to the pipeline.
21472 2004-09-07 Wim Taymans <wim@fluendo.com>
21474 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21475 Copy timestamps from the master pad to the output buffers.
21477 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
21479 * ext/raw1394/gstdv1394src.c:
21480 throw errors when applicable
21482 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
21484 * gst/matroska/ebml-ids.h:
21485 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21486 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21487 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21488 automatically convert unix time <-> ebml time when reading/writing
21489 a date, use gst_ebml_write_uint to write CUETIME,
21490 not gst_ebml_write_date.
21491 * gst/matroska/matroska-ids.h:
21492 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21493 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21494 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21495 (gst_matroska_mux_write_data):
21496 Write track and segment UIDs, write muxing date, write
21497 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21498 Create cues for audio only files.
21500 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21502 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21503 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21504 Re-commit ALSA switches.
21505 * gst/adder/gstadder.c: (gst_adder_loop):
21506 64-bit fix (#151416).
21507 * gst/debug/progressreport.c: (gst_progressreport_report):
21508 64-bit fix (#151419).
21509 * gst/matroska/matroska-demux.c:
21510 (gst_matroska_demux_parse_contents):
21511 64-bit fix (#151420).
21512 * gst/playback/test3.c: (update_scale):
21513 64-bit fix (#151421).
21515 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21520 === release 0.8.4 ===
21522 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21524 * configure.ac: releasing 0.8.4, "Alias"
21526 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21528 * ext/theora/Makefile.am:
21529 fix makefile. Fixes #151462.
21531 2004-08-30 Wim Taymans <wim@fluendo.com>
21533 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21534 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21535 (gst_multifdsink_remove_client_link),
21536 (gst_multifdsink_client_queue_buffer),
21537 (gst_multifdsink_handle_client_write):
21538 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21539 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21540 Fix some memory leaks.
21542 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21544 Patch by: David Schleef
21548 rename our detection macro for V4L2. Fixes #151236.
21550 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21552 Patch by: David Schleef
21555 check to define LAMEPRESET. Fixes #151232.
21557 2004-08-27 David Schleef <ds@schleef.org>
21559 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21560 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21561 (gst_glimagesink_fixate): Move local variable declarations to
21562 make gcc-2.95 happy.
21564 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21567 bump nano for prerelease
21569 2004-08-27 David Schleef <ds@schleef.org>
21571 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21572 * sys/sunaudio/gstsunaudiosrc.c:
21573 * sys/sunaudio/gstsunaudiosrc.h:
21575 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21577 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21578 handle EOS correctly
21579 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21580 * gst/matroska/matroska-mux.h:
21581 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21582 VFW compatibility mode
21584 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21586 patch by: Zaheer Abbas Merali
21588 * ext/ogg/gstoggmux.c:
21589 * ext/vorbis/vorbisenc.c:
21590 * ext/vorbis/vorbisenc.h:
21593 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21595 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21596 fix byte order reversion on little endian machines.
21597 * gst/matroska/matroska-mux.c: (audiosink_templ),
21598 (gst_matroska_mux_audio_pad_link):
21599 add TTA codec to the list of supported codecs.
21600 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21601 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21602 (gst_matroska_mux_write_data):
21603 * gst/matroska/matroska-mux.h:
21604 write segment duration correctly, write muxing app string, fixes bugs
21605 #140897 and #140898.
21606 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21607 wait for all pads to be negotiated before starting to mux.
21609 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21611 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21612 * ext/lame/gstlame.h:
21613 Added new media support to lame
21615 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21617 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21618 send vorbis headers at the beginning of a stream, fixes bug #141554.
21619 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21621 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21622 (gst_matroska_demux_plugin_init):
21623 * gst/matroska/matroska-ids.h:
21624 enable demuxing of TTA audio streams, fixes bug #148951.
21625 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21626 enable typefinding for TTA audio files, fixes bug #148711.
21627 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21628 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21629 fixes playback of packed bitstream and xvid with bframes, bug #135407.
21631 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
21633 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21634 (gst_riff_read_element_data), (gst_riff_read_seek),
21635 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21636 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21639 2004-08-23 Iain <iaingnome@gmail.com>
21641 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21642 tags. They appear to be handled differently to normal.
21643 (tag_list_to_id3_tag_foreach): Ditto.
21645 2004-08-22 Wim Taymans <wim@fluendo.com>
21647 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21648 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21649 Make sure we never send -1 granulepos.
21651 2004-08-20 Wim Taymans <wim@fluendo.com>
21653 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21654 (gst_ogg_mux_loop):
21655 I will accept bitchslappings with non sharp objects.
21657 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21660 Clean up the test for lame presets
21662 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21665 * ext/lame/Makefile.am:
21666 * ext/lame/gstlame.c: (gst_lame_class_init),
21667 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21668 Only enable lame presets if version of lame has presets in API
21670 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
21671 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21672 * gst/udp/gstudpsrc.h:
21673 Don't call gst_pad_push in a get function. Fixes #150449
21675 2004-08-18 Wim Taymans <wim@fluendo.com>
21677 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21678 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21679 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21680 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21681 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21683 * gst/tcp/gstfdset.h:
21684 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21685 (gst_multifdsink_client_queue_buffer),
21686 (gst_multifdsink_handle_client_write):
21687 * gst/tcp/gstmultifdsink.h:
21688 Some extra checks in gstfdset.
21689 Only use send() when the fd is a socket. Don't try to
21690 read from write only fds.
21692 2004-08-18 Wim Taymans <wim@fluendo.com>
21694 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21695 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21696 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21697 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21699 Add more locking and bounds checking.
21701 2004-08-18 Wim Taymans <wim@fluendo.com>
21703 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21704 Realloc test fdset in the lock and right before starting
21705 the poll call. Bump the limit to 4096.
21707 2004-08-17 David Schleef <ds@schleef.org>
21709 * sys/sunaudio/Makefile.am:
21710 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21711 of rates and channels. Make debugging less obnoxious.
21713 Patch from Balamurali Viswanathan implementing a mixer for
21714 Sun audio. (bug #144091):
21715 * sys/sunaudio/gstsunelement.c:
21716 * sys/sunaudio/gstsunelement.h:
21717 * sys/sunaudio/gstsunmixer.c:
21718 * sys/sunaudio/gstsunmixer.h:
21720 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21722 * gst/audioscale/gstaudioscale.c:
21723 * gst/audioscale/gstaudioscale.h:
21724 made audioscale resample from any sample rate to any sample rate
21726 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21728 * ext/libpng/gstpngdec.c:
21729 error out on unsupported types
21731 2004-08-17 Iain <iaingnome@gmail.com>
21733 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21734 mid_side and loose_mid_side properties if its a stereo stream.
21736 2004-08-17 Wim Taymans <wim@fluendo.com>
21738 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21739 (theora_get_formats), (theora_dec_src_convert),
21740 (theora_dec_sink_convert), (theora_dec_src_query),
21741 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21744 2004-08-17 Wim Taymans <wim@fluendo.com>
21746 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21747 (gst_ogg_pad_push):
21748 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21749 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21750 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21751 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21752 Mark delta units in the muxer.
21753 Try to decode the packet after an out-of-sync error from
21756 2004-08-17 Wim Taymans <wim@fluendo.com>
21758 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21759 (gst_multifdsink_init), (gst_multifdsink_add),
21760 (gst_multifdsink_client_queue_buffer),
21761 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21762 * gst/tcp/gstmultifdsink.h:
21763 Added option to send a keyframe to clients as the first buffer.
21764 Make timeout property writable.
21766 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21768 patch by: Wim Taymans
21770 * gst/tcp/gstfdset.c:
21771 * gst/tcp/gstmultifdsink.c:
21772 fix index comparison, should include 0
21774 2004-08-16 Wim Taymans <wim@fluendo.com>
21776 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21777 (gst_fdset_add_fd), (gst_fdset_remove_fd),
21778 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21779 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21781 copy when reallocing for poll so the select arguments don't get
21782 changed during the call
21784 2004-08-16 Wim Taymans <wim@fluendo.com>
21786 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21787 (gst_theora_enc_class_init), (theora_enc_sink_link),
21788 (theora_buffer_from_packet), (theora_enc_chain):
21789 Fix bug where buffers were not marked as keyframes
21792 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21794 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21795 (gst_lame_preset_get_type), (gst_lame_class_init):
21796 describe the enum values for vbr mode and presets more verbosely
21798 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21800 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21801 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21802 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21803 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21804 * ext/lame/gstlame.h:
21805 add preset property to lame so it can use lame presets
21807 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21809 * ext/lame/gstlame.c: (gst_lame_get_property):
21810 whoops forgot break, thanks teuf
21812 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21814 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21815 (gst_lame_class_init), (gst_lame_src_getcaps),
21816 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21817 (gst_lame_get_property), (gst_lame_setup):
21818 * ext/lame/gstlame.h:
21819 fix lame's broken vbr stuff, allow it to resample if need be, and also
21820 make xing header optional
21822 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21824 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21825 added getcaps function so samplerate doesnt get fixated to silly values
21827 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21829 * ext/lame/gstlame.c: (gst_lame_src_link):
21830 revert previous fix
21832 2004-08-12 Johan Dahlin <johan@gnome.org>
21834 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21835 checks. Doesn't matter what state we are in. Interfaces are a
21836 compile time thing, not runtime. It also broke the python bindings.
21838 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21840 * ext/lame/gstlame.c: (gst_lame_src_link):
21841 made source pad link function check if sinkpad is ok..fixes the problem
21842 where core fixates the output rate of lame stupidly
21844 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
21846 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21847 * sys/v4l/v4l_calls.c:
21848 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21849 fix fixate function to handle nonsimple caps.
21850 remove bogus check in _link
21853 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21855 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21856 set default compression ratio parameter to 0.0 so bitrate parameter
21859 2004-08-11 David Schleef <ds@schleef.org>
21861 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21863 2004-08-11 David Schleef <ds@schleef.org>
21865 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21868 2004-08-11 David Schleef <ds@schleef.org>
21870 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21872 2004-08-11 David Schleef <ds@schleef.org>
21874 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21876 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21877 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21879 * gst/auparse/gstauparse.c: Fix plugin license field.
21880 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21881 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21882 * gst/rtp/gstrtp.c: Fix plugin license field.
21884 2004-08-11 Wim Taymans <wim@fluendo.com>
21886 * gst/tcp/Makefile.am:
21887 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21888 (ensure_size), (gst_fdset_new), (gst_fdset_free),
21889 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21890 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21891 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21892 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21893 (gst_fdset_fd_can_write), (gst_fdset_wait):
21894 * gst/tcp/gstfdset.h:
21895 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21896 (gst_multifdsink_class_init), (gst_multifdsink_init),
21897 (gst_multifdsink_add), (gst_multifdsink_remove),
21898 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21899 (gst_multifdsink_remove_client_link),
21900 (gst_multifdsink_handle_client_read),
21901 (gst_multifdsink_client_queue_data),
21902 (gst_multifdsink_client_queue_caps),
21903 (gst_multifdsink_client_queue_buffer),
21904 (gst_multifdsink_handle_client_write),
21905 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21906 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21907 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21908 (gst_multifdsink_close):
21909 * gst/tcp/gstmultifdsink.h:
21910 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21911 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21912 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21913 (gst_tcpserversink_close):
21914 * gst/tcp/gsttcpserversink.h:
21915 Abstracted away the select call, implemented poll (yes we ran into
21916 the 1024 limit in production).
21918 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
21920 * gst/tcp/gsttcp.c:
21921 * gst/tcp/gsttcpplugin.c:
21922 improve debuggging, remove assert
21924 2004-08-10 Wim Taymans <wim@fluendo.com>
21926 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21927 (gst_client_status_get_type), (gst_multifdsink_class_init),
21928 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21929 (gst_multifdsink_handle_client_read),
21930 (gst_multifdsink_handle_client_write),
21931 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21932 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21933 (gst_multifdsink_get_property):
21934 * gst/tcp/gstmultifdsink.h:
21935 * gst/tcp/gsttcp-marshal.list:
21936 Starting to prepare for specifying buffer time in other units
21937 than buffers. Expose remove reason in signal.
21939 2004-08-10 Wim Taymans <wim@fluendo.com>
21941 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21942 (gst_multifdsink_remove), (gst_multifdsink_clear),
21943 (gst_multifdsink_remove_client_link),
21944 (gst_multifdsink_handle_client_read),
21945 (gst_multifdsink_client_queue_data),
21946 (gst_multifdsink_client_queue_buffer),
21947 (gst_multifdsink_handle_client_write),
21948 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21949 (gst_multifdsink_chain), (gst_multifdsink_close):
21950 * gst/tcp/gstmultifdsink.h:
21951 Added more debugging info. Changed the way clients are
21952 removed from the lists. Fixed a bug where a bad file descriptor
21953 could cause many clients to be removed.
21955 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
21957 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21958 allow all pixel-aspect-ratios, not just 1:1
21960 2004-08-09 David Schleef <ds@schleef.org>
21962 * sys/glsink/ARB_multitexture.h: Remove old files.
21963 * sys/glsink/EXT_paletted_texture.h:
21964 * sys/glsink/NV_register_combiners.h:
21965 * sys/glsink/gstgl_nvimage.c:
21966 * sys/glsink/gstgl_pdrimage.c:
21967 * sys/glsink/gstgl_rgbimage.c:
21968 * sys/glsink/gstglsink.c:
21969 * sys/glsink/gstglsink.h:
21970 * sys/glsink/gstglxwindow.c:
21971 * sys/glsink/regcomb_yuvrgb.c:
21973 2004-08-09 David Schleef <ds@schleef.org>
21975 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21976 GL sink plugin. (Bug #147302)
21978 * configure.ac: Test for OpenGL
21979 * sys/Makefile.am: Use test for OpenGL
21980 * sys/glsink/Makefile.am:
21981 * sys/glsink/glimagesink.c: rewrite
21982 * sys/glsink/glimagesink.h: rewrite
21984 2004-08-09 David Schleef <ds@schleef.org>
21986 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
21988 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21989 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21990 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21992 2004-08-09 Wim Taymans <wim@fluendo.com>
21994 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21995 (gst_multifdsink_add), (gst_multifdsink_get_stats),
21996 (gst_multifdsink_client_remove),
21997 (gst_multifdsink_handle_client_read),
21998 (gst_multifdsink_handle_client_write),
21999 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22000 Do a bit more logging, make the client_read code more robust.
22002 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22004 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22005 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22006 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22007 (gst_jpegdec_init), (gst_jpegdec_chain):
22008 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22009 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22010 cleanups, debugging fixes and memleak plugging
22012 2004-08-09 Wim Taymans <wim@fluendo.com>
22014 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22015 (theora_get_formats), (theora_dec_src_convert),
22016 (theora_dec_sink_convert), (theora_dec_src_query),
22017 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22018 (theora_dec_change_state):
22019 Don't crash on missing header packets.
22021 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22025 Added Albanian translation (Laurent Dhima)
22029 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22031 * ext/lame/gstlame.c:
22034 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22036 * sys/ximage/ximagesink.c:
22037 * sys/xvimage/xvimagesink.c:
22038 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
22040 2004-08-06 Wim Taymans <wim@fluendo.com>
22042 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22043 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22044 (gst_multifdsink_client_remove),
22045 (gst_multifdsink_handle_client_read),
22046 (gst_multifdsink_handle_client_write),
22047 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22048 Make sure we don't try to read more from a client that what
22049 ioctl says us or we deadlock.
22051 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22053 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22054 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22055 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22056 decouple running_time and n_frames so it can handle changing
22057 framerate while running
22059 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22063 updated translations
22065 2004-08-04 Benjamin Otte <otte@gnome.org>
22067 * gst/videotestsrc/gstvideotestsrc.c:
22068 (gst_videotestsrc_get_capslist), (generate_capslist),
22070 generate the list of supported caps at startup and reuse it instead
22071 of always generating it
22073 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
22075 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22076 whoops, last checkin broke normal build
22078 2004-08-03 Benjamin Otte <otte@gnome.org>
22080 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22081 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22082 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22083 (gst_alsa_mixer_get_option):
22084 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22085 (dvdnavsrc_print_event):
22086 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22087 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22088 (gst_ogg_mux_pad_unlink):
22089 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22090 (gst_multipart_mux_pad_unlink):
22091 * gst/videofilter/gstvideobalance.c:
22092 (gst_videobalance_colorbalance_set_value):
22093 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22094 (gst_videomixer_pad_unlink):
22096 * sys/oss/gstossmixer.c:
22097 * sys/v4l/gstv4lcolorbalance.c:
22098 * sys/v4l/gstv4ltuner.c:
22099 * sys/v4l/v4lsrc_calls.c:
22100 * sys/v4l2/gstv4l2colorbalance.c:
22101 * sys/v4l2/gstv4l2tuner.c:
22102 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22104 2004-08-03 Benjamin Otte <otte@gnome.org>
22106 * examples/dynparams/filter.c: (ui_control_create):
22107 * examples/gstplay/player.c: (print_tag):
22108 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22109 * ext/gdk_pixbuf/gstgdkanimation.c:
22110 (gst_gdk_animation_iter_may_advance):
22111 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22112 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22113 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22114 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22115 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22116 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22117 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22118 * gst/sine/demo-dparams.c: (main):
22119 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22120 * testsuite/alsa/formats.c: (create_pipeline):
22121 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22122 fixes for G_DISABLE_ASSERT and friends
22123 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22124 (mp3_type_frame_length_from_header), (mp3_type_find),
22126 require mp3 typefinding to have at least MIN_HEADERS valid headers
22127 add typefinding for AAC adts files
22129 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
22131 * sys/ximage/ximagesink.c:
22132 (gst_ximagesink_calculate_pixel_aspect_ratio):
22133 * sys/xvimage/xvimagesink.c:
22134 (gst_xvimagesink_calculate_pixel_aspect_ratio):
22135 Make sure we calculate pixel-aspect-ratio using floating point maths
22137 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22140 updated translation
22142 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22144 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22145 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22146 add debugging for display PAR calculation
22148 2004-08-02 David Schleef <ds@schleef.org>
22150 * configure.ac: Fix mikmod CFLAGS.
22152 2004-07-27 Benjamin Otte <otte@gnome.org>
22154 * gst/audioscale/gstaudioscale.c:
22155 - fix templates to only support S16, it's the only format that works
22156 - make caps nego code use try_set_caps_nonfixed and fixation instead
22157 of try_set_caps twice, which is not nice for autopluggers
22158 - change rank to secondary, so autopluggers can pick it up after
22161 2004-08-02 Iain <iain@prettypeople.org>
22163 * gst/interleave/interleave.c (interleave_init),
22164 (interleave_request_new_pad),
22165 (interleave_pad_removed),
22166 (interleave_buffered_loop): Use the real pad count, not the artificial
22169 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22171 * configure.ac: bump nano back to development
22173 === release 0.8.3 ===
22175 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22177 * configure.ac: releasing 0.8.3, "Water"
22179 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22181 * sys/xvimage/xvimagesink.c:
22182 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22183 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22184 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22185 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22186 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22187 * sys/xvimage/xvimagesink.h:
22188 apply similar PAR fixes as to ximagesink
22190 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22192 patch from: Benjamin Otte
22194 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22195 add link function to lame. Fixes #148986.
22197 2004-08-02 Johan Dahlin <johan@gnome.org>
22199 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22202 2004-07-30 David Schleef <ds@schleef.org>
22204 * gst/videomixer/Makefile.am: Fix things that should have been
22205 fixed in the last checkin.
22207 2004-07-30 David Schleef <ds@schleef.org>
22209 * gst/multipart/Makefile.am: Fix things that should have been
22210 fixed in the last checkin.
22212 2004-07-30 David Schleef <ds@schleef.org>
22214 * testsuite/multifilesink/Makefile.am: Fix unused variable.
22216 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22219 bump nano for prerelease
22231 2004-07-30 Wim Taymans <wim@fluendo.com>
22233 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22234 (gst_multifdsink_add), (gst_multifdsink_remove),
22235 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22236 (gst_multifdsink_client_remove),
22237 (gst_multifdsink_handle_client_write),
22238 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22239 * gst/tcp/gstmultifdsink.h:
22240 Recover from a select with a bad file descriptor by removing
22243 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22246 fix requirement of core
22247 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22248 (gst_play_pipeline_setup):
22249 don't use colorspace element. do use hermescolorspace element.
22250 make macro to get a colorspace element.
22251 mark strings for translation.
22263 update translations
22265 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22267 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22268 fix default for newmedia flag
22270 2004-07-30 Wim Taymans <wim@fluendo.com>
22272 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22273 (gst_theora_dec_init), (theora_get_formats),
22274 (theora_dec_src_convert), (theora_dec_sink_convert),
22275 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22276 (theora_dec_chain), (theora_dec_set_property),
22277 (theora_dec_get_property):
22278 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22279 (gst_theora_enc_class_init), (gst_theora_enc_init),
22280 (theora_enc_sink_link), (theora_enc_chain),
22281 (theora_enc_set_property), (theora_enc_get_property):
22282 Added cropping option to theora decoder.
22283 Added border option to theora encoder.
22285 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22287 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22288 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22289 (gst_pngenc_set_property):
22290 * ext/libpng/gstpngenc.h:
22291 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
22293 2004-07-30 Wim Taymans <wim@fluendo.com>
22295 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22296 (theora_enc_sink_link), (theora_enc_chain),
22297 (theora_enc_set_property), (theora_enc_get_property):
22298 Fix encoding of non-multiple-of-16 video.
22300 2004-07-29 David Schleef <ds@schleef.org>
22302 * configure.ac: make test for audiofile more strict
22304 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
22306 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22307 give different names to typefind functions
22309 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22311 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22312 (gst_ximagesink_calculate_pixel_aspect_ratio),
22313 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22314 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22315 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22316 (gst_ximagesink_get_property), (gst_ximagesink_init):
22317 * sys/ximage/ximagesink.h:
22318 allocate PAR's dynamically.
22319 use autodetected PAR if no object-set PAR is given.
22320 add workaround for directfb's X not setting physical size.
22321 fix to xvimagesink will follow tomorrow.
22323 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22325 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22326 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22327 (gst_shout2send_get_type), (gst_shout2send_set_clock),
22328 (gst_shout2send_class_init), (gst_shout2send_init),
22329 (set_shout_metadata), (gst_shout2send_set_metadata),
22330 (gst_shout2send_chain), (gst_shout2send_set_property),
22331 (gst_shout2send_get_property), (gst_shout2send_connect),
22332 (gst_shout2send_change_state):
22333 * ext/shout2/gstshout2.h:
22334 - fix for sending mp3 audio to icecast2 server, if pad link function not
22335 called before PAUSED state
22336 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22337 - added tagging support for mp3 audio broadcasted
22338 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22341 2004-07-28 Wim Taymans <wim@fluendo.com>
22343 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22344 (gst_ogg_demux_push):
22345 Return query failure when we don't know the length of
22346 an ogg stream insteda of returning TRUE with a bogus value.
22348 2004-07-28 Wim Taymans <wim@fluendo.com>
22350 * ext/theora/theoradec.c: (theora_get_formats),
22351 (theora_dec_src_convert), (theora_dec_sink_convert),
22352 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22353 (theora_dec_chain):
22354 Don't screw up the 1 Chroma for 1 luma sample situation when we
22355 have an odd offset/width by adding a black border in those cases.
22357 2004-07-28 Wim Taymans <wim@fluendo.com>
22359 * ext/theora/theoradec.c: (theora_get_formats),
22360 (theora_dec_src_convert), (theora_dec_sink_convert),
22361 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22362 (theora_dec_chain):
22363 * ext/theora/theoraenc.c: (theora_enc_sink_link):
22364 Added first attempt at cropping of the image as required by the
22365 theora spec. We need more properties in the caps (offset_x,
22366 offset_y,stride) to implement this correctly.
22368 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
22370 * ext/dvdnav/README:
22371 Update the README to use dvddemux
22372 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22373 Ensure getcaps returns a subset of the template caps
22374 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22375 (gst_mpeg2subt_init):
22376 Ensure getcaps returns a subset of the template caps
22377 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22378 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22379 (gst_dvd_demux_get_subpicture_stream),
22380 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22381 * gst/mpegstream/gstdvddemux.h:
22382 Set the explicit caps on the current_video pad before pushing
22384 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22385 (gst_mpeg_demux_get_audio_stream):
22386 Free caps used to gst_pad_set_explicit_caps, which takes a const
22389 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22391 * configure.ac: update GStreamer requirement to 0.8.4 because of
22394 2004-07-28 Wim Taymans <wim@fluendo.com>
22396 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22397 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22398 Add the pad to the element after setting up the caps. This
22399 makes it a lot easier to autoplug.
22401 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22403 * gst/median/gstmedian.c:
22404 * gst/mpeg2subt/gstmpeg2subt.c:
22405 * gst/mpegaudioparse/gstmpegaudioparse.c:
22406 * gst/mpegstream/gstdvddemux.c:
22407 * gst/mpegstream/gstmpegdemux.c:
22408 * gst/mpegstream/gstmpegpacketize.c:
22409 * gst/rtjpeg/gstrtjpeg.c:
22410 * gst/rtjpeg/gstrtjpegdec.c:
22411 * gst/rtjpeg/gstrtjpegenc.c:
22412 * gst/sine/gstsinesrc.c:
22413 * gst/smooth/gstsmooth.c:
22414 * gst/smpte/gstsmpte.c:
22415 * gst/smpte/gstsmpte.h:
22416 * gst/stereo/gststereo.c:
22417 * gst/videofilter/gstgamma.c:
22418 * gst/videofilter/gstvideobalance.c:
22419 * gst/videofilter/gstvideofilter.c:
22420 * gst/videofilter/gstvideoflip.c:
22421 * gst/videoscale/gstvideoscale.c:
22422 * gst/videoscale/videoscale.c:
22423 * gst/videotestsrc/gstvideotestsrc.c:
22424 * gst/videotestsrc/videotestsrc.c:
22425 * gst/wavenc/gstwavenc.c:
22426 * gst/wavparse/gstwavparse.c:
22427 fix local includes and 64 bits constants
22429 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22432 * gst-libs/gst/*/*.vcproj:
22434 more working plugins
22436 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22438 * testsuite/alsa/Makefile.am:
22439 * testsuite/alsa/srcstate.c:
22440 add test for alsasrc changing state
22442 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22444 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22446 * gst/silence/gstsilence.h:
22447 fix silence generation for 16bit raw audio
22449 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22451 * gst/matroska/matroska-demux.c:
22452 (gst_matroska_demux_parse_metadata),
22453 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22454 * gst/mpegaudio/common.c:
22455 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22456 (gst_videoscale_getcaps), (gst_videoscale_link),
22457 (gst_videoscale_src_fixate), (gst_videoscale_init),
22458 (gst_videoscale_finalize):
22459 * gst/videoscale/gstvideoscale.h:
22460 * gst/videotestsrc/gstvideotestsrc.c:
22461 (gst_videotestsrc_get_capslist):
22462 * gst/wavenc/gstwavenc.c:
22463 * sys/oss/gstossmixer.c: (fill_labels):
22464 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22465 (gst_ximagesink_handle_xevents),
22466 (gst_ximagesink_calculate_pixel_aspect_ratio),
22467 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22468 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22469 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22470 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22471 (gst_ximagesink_init), (gst_ximagesink_class_init):
22472 * sys/ximage/ximagesink.h:
22473 * sys/xvimage/xvimagesink.c:
22474 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22475 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22476 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22477 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22478 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22479 * sys/xvimage/xvimagesink.h:
22480 first batch of pixel aspect ratio commits.
22482 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22484 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22485 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22486 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22487 handle stride, needs work if we want to move stride handling
22488 upstream, but works correctly for our purposes.
22490 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22492 * gst/videoscale/README:
22493 add testing examples
22494 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22495 (gst_videoscale_chain):
22496 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22497 (gst_videoscale_get_size):
22498 add get_size function that handles stride like videotestsrc.
22499 fixes conversion for YUV formats for as much as I can test them.
22501 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22503 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22504 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22505 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22506 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22507 (gst_xvimagesink_xvimage_put):
22508 further cleanups, logging, error handling and synchronizing
22510 2004-07-27 Wim Taymans <wim@fluendo.com>
22512 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22513 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22514 (gst_videomixer_pad_set_property),
22515 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22516 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22517 (gst_videomixer_class_init), (gst_videomixer_init),
22518 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22519 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22520 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22521 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22522 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22523 (gst_videomixer_loop), (plugin_init):
22524 Be a nicer negotiation citizen and provide a getcaps function on
22525 the srcpad. This also fixes a crash when resizing.
22527 2004-07-27 Julien MOUTTE <julien@moutte.net>
22529 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22530 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22532 2004-07-27 Wim Taymans <wim@fluendo.com>
22534 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22535 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22536 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22537 (gst_pngenc_set_property):
22538 * ext/libpng/gstpngenc.h:
22539 Added snapshot property to pngenc.
22540 removed g_print from pngdec
22542 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22544 * gst/ac3parse/ac3parse.vcproj
22545 * gst/adder/adder.vcproj
22546 * gst/alpha/alpha.vcproj
22547 * gst/alpha/alphacolor.vcproj
22548 * gst/asfdemux/asf.vcproj
22549 * gst/audioconvert/audioconvert.vcproj
22550 * gst/audiorate/audiorate.vcproj
22551 * gst/audioscale/audioscale.vcproj
22552 * gst/auparse/auparse.vcproj
22553 * gst/avi/avi.vcproj
22554 * gst/cdxaparse/cdxaparse.vcproj
22555 * gst/chart/chart.vcproj
22556 * gst/colorspace/colorspace.vcproj
22557 * gst/cutter/cutter.vcproj
22558 * gst/debug/debug.vcproj
22559 * gst/debug/efence.vcproj
22560 * gst/debug/navigationtest.vcproj
22561 * gst/deinterlace/deinterlace.vcproj
22562 * gst/effectv/effectv.vcproj
22563 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22564 * gst/filter/filter.vcproj
22565 * gst/flx/flxdec.vcproj
22566 * gst/goom/goom.vcproj
22567 * gst/interleave/interleave.vcproj
22568 * gst/law/alaw.vcproj
22569 * gst/law/mulaw.vcproj
22570 * gst/matroska/matroska.vcproj
22571 * gst/median/median.vcproj
22572 * gst/mixmatrix/mixmatrix.vcproj
22573 * gst/mpeg1sys/mpeg1systemencode.vcproj
22574 * gst/mpeg1videoparse/mp1videoparse.vcproj
22575 * gst/mpeg2sub/mpeg2subt.vcproj
22576 * gst/mpegaudio/mpegaudio.vcproj
22577 * gst/mpegaudioparse/mpegaudioparse.vcproj
22578 * gst/mpegstream/mpegstream.vcproj
22579 * gst/multifilesink/multifilesink.vcproj
22580 * gst/multipart/multipart.vcproj
22581 * gst/oneton/oneton.vcproj
22582 * gst/overlay/overlay.vcproj
22583 * gst/passthrough/passthrough.vcproj
22584 * gst/qtdemux/qtdemux.vcproj
22585 * gst/realmedia/rmdemux.vcproj
22586 * gst/rtjpeg/rtjpeg.vcproj
22587 * gst/rtp/rtp.vcproj
22588 * gst/silence/silence.vcproj
22589 * gst/sine/sinesrc.vcproj
22590 * gst/smooth/smooth.vcproj
22591 * gst/smpte/smpte.vcproj
22592 * gst/spectrum/spectrum.vcproj
22593 * gst/speed/speed.vcproj
22594 * gst/stereo/stereo.vcproj
22595 * gst/switch/switch.vcproj
22596 * gst/tags/tagedit.vcproj
22597 * gst/tcp/tcp.vcproj
22598 * gst/typefind/typefindfunctions.vcproj
22599 * gst/udp/udp.vcproj
22600 * gst/videobox/videobox.vcproj
22601 * gst/videocrop/videocrop.vcproj
22602 * gst/videodrop/videodrop.vcproj
22603 * gst/videofilter/gamma.vcproj
22604 * gst/videofilter/videobalance.vcproj
22605 * gst/videofilter/videofilter.vcproj
22606 * gst/videofilter/videoflip.vcproj
22607 * gst/videoflip/videoflip.vcproj
22608 * gst/videomixer/videomixer.vcproj
22609 * gst/videorate/videorate.vcproj
22610 * gst/videoscale/videoscale.vcproj
22611 * gst/videotestsrc/videotestsrc.vcproj
22612 * gst/virtualdub/virtualdub.vcproj
22613 * gst/volenv/volenv.vcproj
22614 * gst/volume/volume.vcproj
22615 * gst/wavenc/wavenc.vcproj
22616 * gst/wavparse/wavparse.vcproj
22617 * gst/y4m/y4menc.vcproj
22618 * gst-libs/gst/audio/audio.vcproj
22619 * gst-libs/gst/audio/audiofilter.vcproj
22620 * gst-libs/gst/colorbalance/colorbalance.vcproj
22621 * gst-libs/gst/idct/idtc.vcproj
22622 * gst-libs/gst/media-info/media-info.vcproj
22623 * gst-libs/gst/mixer/mixer.vcproj
22624 * gst-libs/gst/navigation/navigation.vcproj
22625 * gst-libs/gst/play/play.vcproj
22626 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22627 * gst-libs/gst/resample/resample.vcproj
22628 * gst-libs/gst/riff/riff.vcproj
22629 * gst-libs/gst/tuner/tuner.vcproj
22630 * gst-libs/gst/video/video.vcproj
22631 * gst-libs/gst/xoverlay/xoverlay.vcproj
22632 avoid problems with math.h, fix release dependancy
22633 rename GStreamer-0.8.lib to libgstreamer.lib
22635 2004-07-27 Julien MOUTTE <julien@moutte.net>
22637 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22638 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22639 the atom is not available we have to unlock the mutex. Fixes #148023
22641 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22643 * gst-libs/gst/media-info/media-info.h:
22644 issue for a vararg macro with MSVC
22646 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22648 * gst/effectv/effectv.vcproj
22649 * gst-libs/gst/idct/idct.vcproj:
22650 * gst-libs/gst/media-info/media-info.vcproj:
22651 * gst-libs/gst/navigation/navigation.vcproj:
22652 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22653 * gst-libs/gst/video/video.vcproj:
22654 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22655 fixes for build problems
22657 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22659 * gst-libs/gst/audio/audio.def:
22660 * gst-libs/gst/audio/riff.def:
22661 add some definitions needed by plugins
22663 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22665 * gst/asfdemux/gstasfmux.c
22666 Fix some 64 bits constants to be glib friendly
22668 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22670 * gst/ac3parse/gstac3parse.c
22671 * gst/audioscale/gstaudioscale.c
22672 * gst/auparse/gstauparse.c
22673 * gst/colorspace/gstcolorspace.c
22674 * gst/colorspace/yuv2rgb.h
22675 local include fixes
22677 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22680 add more plugins to the build
22682 2004-07-26 Julien MOUTTE <julien@moutte.net>
22684 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22685 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22687 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22689 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22690 (gst_level_set_property), (gst_level_get_property),
22691 (gst_level_base_init), (gst_level_class_init):
22692 add debugging categories. cleanups.
22694 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22696 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22697 (gst_videoscale_planar411), (gst_videoscale_planar400),
22698 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22699 (gst_videoscale_scale_nearest_str1),
22700 (gst_videoscale_scale_nearest_str2),
22701 (gst_videoscale_scale_nearest_str4),
22702 (gst_videoscale_scale_nearest_16bit),
22703 (gst_videoscale_scale_nearest_24bit):
22704 fixed stride issues
22705 tested with 320x240 -> 321, 322, 324 x240
22706 tested with YV12, I420, YUY2, UYVY
22707 fixed packed422rev (don't think it could have worked before)
22708 by testing with UYVY
22710 2004-07-26 Benjamin Otte <otte@gnome.org>
22712 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22713 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22715 add debugging category, add error checks like checking return values
22716 of setup calls, make sure it still works after
22717 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22719 2004-07-26 Wim Taymans <wim@fluendo.com>
22721 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22722 (gst_mpeg_demux_get_audio_stream),
22723 (gst_mpeg_demux_process_private):
22724 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22725 Check for error codes from the negotiation functions. Make sure
22726 we really set the pad caps when a new pad is created.
22728 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22730 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22731 (gst_ffmpeg_caps_to_pix_fmt):
22732 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22733 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22734 (gst_ffmpegcolorspace_pad_link):
22735 don't make function do two things at the same time without reason.
22737 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22739 * gst/ac3parse/ac3parse.vcproj
22740 * gst/adder/adder.vcproj
22741 * gst/alpha/alpha.vcproj
22742 * gst/alpha/alphacolor.vcproj
22743 * gst/asfdemux/asf.vcproj
22744 * gst/audioconvert/audioconvert.vcproj
22745 * gst/audiorate/audiorate.vcproj
22746 * gst/audioscale/audioscale.vcproj
22747 * gst/auparse/auparse.vcproj
22748 * gst/avi/avi.vcproj
22749 * gst/cdxaparse/cdxaparse.vcproj
22750 * gst/chart/chart.vcproj
22751 * gst/colorspace/colorspace.vcproj
22752 * gst/cutter/cutter.vcproj
22753 * gst/debug/debug.vcproj
22754 * gst/debug/efence.vcproj
22755 * gst/debug/navigationtest.vcproj
22756 * gst/deinterlace/deinterlace.vcproj
22757 * gst/effectv/effectv.vcproj
22758 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22759 * gst/filter/filter.vcproj
22760 * gst/flx/flxdec.vcproj
22761 * gst/goom/goom.vcproj
22762 * gst/interleave/interleave.vcproj
22763 * gst/law/alaw.vcproj
22764 * gst/law/mulaw.vcproj
22765 * gst/matroska/matroska.vcproj
22766 * gst/median/median.vcproj
22767 * gst/mixmatrix/mixmatrix.vcproj
22768 * gst/mpeg1sys/mpeg1systemencode.vcproj
22769 * gst/mpeg1videoparse/mp1videoparse.vcproj
22770 * gst/mpeg2sub/mpeg2subt.vcproj
22771 * gst/mpegaudio/mpegaudio.vcproj
22772 * gst/mpegaudioparse/mpegaudioparse.vcproj
22773 * gst/mpegstream/mpegstream.vcproj
22774 * gst/multifilesink/multifilesink.vcproj
22775 * gst/multipart/multipart.vcproj
22776 * gst/oneton/oneton.vcproj
22777 * gst/overlay/overlay.vcproj
22778 * gst/passthrough/passthrough.vcproj
22779 * gst/qtdemux/qtdemux.vcproj
22780 * gst/realmedia/rmdemux.vcproj
22781 * gst/rtjpeg/rtjpeg.vcproj
22782 * gst/rtp/rtp.vcproj
22783 * gst/silence/silence.vcproj
22784 * gst/sine/sinesrc.vcproj
22785 * gst/smooth/smooth.vcproj
22786 * gst/smpte/smpte.vcproj
22787 * gst/spectrum/spectrum.vcproj
22788 * gst/speed/speed.vcproj
22789 * gst/stereo/stereo.vcproj
22790 * gst/switch/switch.vcproj
22791 * gst/tags/tagedit.vcproj
22792 * gst/tcp/tcp.vcproj
22793 * gst/typefind/typefindfunctions.vcproj
22794 * gst/udp/udp.vcproj
22795 * gst/videobox/videobox.vcproj
22796 * gst/videocrop/videocrop.vcproj
22797 * gst/videodrop/videodrop.vcproj
22798 * gst/videofilter/gamma.vcproj
22799 * gst/videofilter/videobalance.vcproj
22800 * gst/videofilter/videofilter.vcproj
22801 * gst/videofilter/videoflip.vcproj
22802 * gst/videoflip/videoflip.vcproj
22803 * gst/videomixer/videomixer.vcproj
22804 * gst/videorate/videorate.vcproj
22805 * gst/videoscale/videoscale.vcproj
22806 * gst/videotestsrc/videotestsrc.vcproj
22807 * gst/virtualdub/virtualdub.vcproj
22808 * gst/volenv/volenv.vcproj
22809 * gst/volume/volume.vcproj
22810 * gst/wavenc/wavenc.vcproj
22811 * gst/wavparse/wavparse.vcproj
22812 * gst/y4m/y4menc.vcproj
22813 more plugins supported under windows
22815 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22817 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22818 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22819 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22820 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22821 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22822 Add debugging statements. Use the sizes as returned by the
22823 *CreateImage calls.
22825 2004-07-26 Johan Dahlin <johan@gnome.org>
22827 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22828 the pad is negotiated.
22830 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22832 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22834 * gst-libs/gst/colorbalance/colorbalance.vcproj:
22835 * gst-libs/gst/idct/idct.vcproj:
22836 * gst-libs/gst/media-info/media-info.vcproj:
22837 * gst-libs/gst/mixer/mixer.vcproj:
22838 * gst-libs/gst/navigation/navigation.vcproj:
22839 * gst-libs/gst/play/play.vcproj:
22840 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22841 * gst-libs/gst/resample/resample.vcproj:
22842 * gst-libs/gst/tuner/tuner.vcproj:
22843 * gst-libs/gst/video/video.vcproj:
22844 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22845 more plugins supported under windows
22847 2004-07-25 Iain <iain@prettypeople.org>
22849 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22850 pad now rather than when the pad is created because state changes wipe
22851 explicit caps (fixes #148043).
22853 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
22855 reviewed by Benjamin Otte <otte@gnome.org>
22857 * ext/mad/gstmad.c:
22858 fix mad plugin crashing on Sun (fixes #148289)
22860 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22863 * gst/avi/avi.vcproj:
22864 * gst/matroska/matroska.def:
22865 * gst/matroska/matroska.vcproj:
22866 remove unused .def files
22868 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22870 * gst-libs/gst/audio/gstaudiofilter.c:
22871 Clean the local include
22873 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22876 * gst-libs/gst/audio/audio.def:
22877 * gst-libs/gst/audio/audio.vcproj:
22878 * gst-libs/gst/audio/audiofilter.vcproj:
22879 * gst-libs/gst/audio/riff.def:
22880 * gst-libs/gst/audio/riff.vcproj:
22881 * gst-libs/gst/gst-libs.def:
22882 * gst-libs/gst/gst-libs.vcproj:
22883 * gst/avi/avi.vcproj:
22884 * gst/avi/avi.vcproj:
22885 Copy the files where needed after building, cleaner projects
22887 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22889 * gst/matroska/ebml-write.c:
22890 Fix some 64 bits constants to be glib friendly
22892 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
22895 * gst-libs/gst/gst-libs.def:
22896 * gst-libs/gst/gst-libs.vcproj:
22897 * gst/matroska/matroska.def:
22898 * gst/matroska/matroska.vcproj:
22899 Add the preliminary canvas to build plugins on Win32
22901 2004-07-23 Benjamin Otte <otte@gnome.org>
22903 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22904 don't enfore negotiation from source side, it breaks
22905 sinesrc ! audioconvert ! osssink
22907 2004-07-22 David Schleef <ds@schleef.org>
22909 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22910 for ELF files, since they can easily be recognized as audio/mpeg.
22913 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22915 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22916 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22917 (gst_videoscale_scale_nearest_24bit),
22918 (gst_videoscale_scale_nearest_16bit):
22919 fix 16bit and 24bit for stride (24bit might need testing)
22920 don't pretend we do more than one algorithm
22922 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22926 * gst/multifilesink/Makefile.am:
22927 * gst/multifilesink/gstmultifilesink.c:
22928 (gst_multifilesink_get_formats),
22929 (gst_multifilesink_get_query_types), (_do_init),
22930 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22931 (gst_multifilesink_init), (gst_multifilesink_dispose),
22932 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22933 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22934 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22935 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22936 (gst_multifilesink_chain), (gst_multifilesink_change_state),
22937 (gst_multifilesink_uri_get_type),
22938 (gst_multifilesink_uri_get_protocols),
22939 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22940 (gst_multifilesink_uri_handler_init), (plugin_init):
22941 * gst/multifilesink/gstmultifilesink.h:
22942 * testsuite/Makefile.am:
22943 * testsuite/multifilesink/Makefile.am:
22944 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22945 (gst_newmedia_class_init), (gst_newmedia_init),
22946 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22947 (newfile_signal), (test_signal), (main):
22948 multifilesink plugin for creating new files every time a new media
22949 discontinuity event occurs
22951 2004-07-22 Wim Taymans <wim@fluendo.com>
22953 * gst/alpha/Makefile.am:
22954 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22955 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22956 (gst_alpha_color_init), (gst_alpha_color_set_property),
22957 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22958 (transform), (gst_alpha_color_chain),
22959 (gst_alpha_color_change_state), (plugin_init):
22960 Stupid plugin to to RGBA to AYUV conversion because none of
22961 the colorspace plugins can handle that yet.
22963 2004-07-22 Wim Taymans <wim@fluendo.com>
22965 * examples/seeking/seek.c: (update_scale), (main):
22966 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22967 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22968 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22969 (gst_decode_bin_init), (gst_decode_bin_dispose),
22970 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22971 (no_more_pads), (close_link), (type_found),
22972 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22974 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22975 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22976 (gst_play_base_bin_dispose), (queue_overrun),
22977 (gen_preroll_element), (remove_prerolls), (unknown_type),
22978 (no_more_pads), (new_stream), (setup_source),
22979 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22980 (play_base_eos), (gst_play_base_bin_change_state),
22981 (gst_play_base_bin_add_element),
22982 (gst_play_base_bin_remove_element),
22983 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22984 (gst_play_base_bin_unlink_stream),
22985 (gst_play_base_bin_get_streaminfo):
22986 * gst/playback/gstplaybin.c: (gen_video_element),
22987 (gen_audio_element):
22988 * gst/playback/gststreaminfo.h:
22989 More playback updates, attempt to fix things after the state change
22992 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22994 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22995 (gst_videoscale_scale_nearest_16bit):
22998 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23000 * gst/videotestsrc/gstvideotestsrc.c:
23001 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23002 (gst_videotestsrc_init), (gst_videotestsrc_get),
23003 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23004 (gst_videotestsrc_get_property):
23005 * gst/videotestsrc/gstvideotestsrc.h:
23006 * gst/videotestsrc/videotestsrc.c:
23007 * gst/videotestsrc/videotestsrc.h:
23008 cleanup and commenting
23010 2004-07-21 Wim Taymans <wim@fluendo.com>
23012 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23013 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23014 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23015 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23016 (_find_chain_get_unknown_part), (_find_streams_check),
23017 (gst_ogg_demux_push), (gst_ogg_pad_push):
23018 * ext/theora/theoradec.c: (theora_get_formats),
23019 (theora_dec_src_convert), (theora_dec_sink_convert),
23020 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23021 (theora_dec_chain):
23022 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23023 (vorbis_dec_convert), (vorbis_dec_src_query),
23024 (vorbis_dec_src_event), (vorbis_dec_event):
23025 More seeking fixes, oggdemux now supports seeking to time and
23026 uses the downstream element to convert granulepos to time.
23027 Seeking in theora-only ogg files now works.
23029 2004-07-21 Wim Taymans <wim@fluendo.com>
23031 * ext/theora/theoradec.c: (gst_theora_dec_init),
23032 (theora_get_formats), (theora_get_event_masks),
23033 (theora_get_query_types), (theora_dec_src_convert),
23034 (theora_dec_sink_convert), (theora_dec_src_query),
23035 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23036 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23037 (vorbis_get_event_masks), (vorbis_get_query_types),
23038 (gst_vorbis_dec_init), (vorbis_dec_convert),
23039 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23040 Added query/convert/formats functions to vorbis and theora decoders
23041 so that the outside world can use them too. Fixed seeking on an
23042 ogg/theora/vorbis file by disabling the seeking seeking on the
23045 2004-07-21 Julien MOUTTE <julien@moutte.net>
23047 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23048 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23049 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23050 images creation for both elements. We don't create the image on caps
23051 nego or renego, we just destroy the internal one if present if it does
23052 not match the needs. The chain function takes care of creating a new
23054 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23055 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23056 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23057 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23058 the image format information. The buffer pool checks for the context
23059 image format and discard images with different formats.
23060 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23062 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
23064 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23065 (gst_ffmpegcolorspace_chain):
23066 no point in doing any chaining if the pad we want to push from
23069 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
23071 * gst-libs/gst/riff/riff-media.c:
23072 (gst_riff_create_audio_caps_with_data):
23073 Fix double end-to-native symbol conversion (#148021).
23075 2004-07-20 David Schleef <ds@schleef.org>
23077 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23078 Don't use an Atom that doesn't exist.
23080 2004-07-20 Wim Taymans <wim@fluendo.com>
23082 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23083 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23084 (gst_multifdsink_client_remove),
23085 (gst_multifdsink_handle_client_write),
23086 (gst_multifdsink_queue_buffer):
23087 * gst/tcp/gstmultifdsink.h:
23088 More multifdsink stats. Avoid deadlock by releasing locks
23089 before sending out a signal.
23091 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
23095 added Hungarian translation (Laszlo Dvornik)
23097 2004-07-20 Wim Taymans <wim@fluendo.com>
23099 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23100 (gst_multifdsink_add), (gst_multifdsink_client_remove),
23101 (gst_multifdsink_handle_client_write),
23102 (gst_multifdsink_queue_buffer):
23103 * gst/tcp/gsttcp-marshal.list:
23104 Fixed the stupid marshal definition.
23106 2004-07-20 Wim Taymans <wim@fluendo.com>
23108 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23109 (gst_multifdsink_init), (gst_multifdsink_add),
23110 (gst_multifdsink_client_remove),
23111 (gst_multifdsink_handle_client_write),
23112 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23113 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23114 (gst_multifdsink_init_send):
23115 * gst/tcp/gstmultifdsink.h:
23116 Added more stats, added timeout for a client, fixed some typos
23117 and added some comments.
23119 2004-07-20 Wim Taymans <wim@fluendo.com>
23121 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23122 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23123 (gst_multifdsink_client_remove),
23124 (gst_multifdsink_handle_client_write):
23125 * gst/tcp/gstmultifdsink.h:
23126 * gst/tcp/gsttcp-marshal.list:
23127 Added get_stats method that returns a GValueArray of
23130 2004-07-19 Benjamin Otte <otte@gnome.org>
23132 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23133 make sure longname, description and author are valid UTF-8
23135 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
23137 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23138 (gst_ximagesink_set_property):
23139 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23140 (gst_xvimagesink_set_property):
23141 make sure SYNCHRONOUS is respected after getting the X context
23143 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23145 * gst/matroska/matroska-demux.c:
23146 (gst_matroska_demux_handle_src_event),
23147 (gst_matroska_demux_parse_blockgroup):
23148 * gst/matroska/matroska-ids.h:
23149 add BlockReference tag and ignore it to clear out log.
23150 ignore NAVIGATION events to clear out log.
23152 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23154 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23155 (gst_matroska_demux_add_stream):
23156 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23157 add debug categories
23159 2004-07-16 Wim Taymans <wim@fluendo.com>
23161 * ext/libpng/Makefile.am:
23162 * ext/libpng/gstpng.c: (plugin_init):
23163 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23164 (gst_pngdec_get_type), (gst_pngdec_base_init),
23165 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23166 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23167 * ext/libpng/gstpngdec.h:
23170 2004-07-16 Julien MOUTTE <julien@moutte.net>
23172 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23173 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23174 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23175 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23176 (gst_ximagesink_buffer_alloc):
23177 * sys/ximage/ximagesink.h:
23178 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23179 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23180 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23181 (gst_xvimagesink_buffer_alloc):
23182 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23183 again. Using internal data pointer of the x(v)image to store image's
23184 data to be coherent with the buffer alloc mechanism. Investigated the
23185 image destruction code to be sure that everything gets freed correctly.
23187 2004-07-16 Wim Taymans <wim@fluendo.com>
23189 * gst-libs/gst/riff/riff-read.c:
23190 (gst_riff_read_strf_vids_with_data),
23191 (gst_riff_read_strf_auds_with_data):
23192 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23193 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23194 Make sure we don't create 0 sized subbuffers in riff-read.
23195 Signal the no more pads signal after reading the avi header.
23197 2004-07-16 Wim Taymans <wim@fluendo.com>
23199 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23200 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23201 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23202 (gst_decode_bin_init), (gst_decode_bin_dispose),
23203 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23204 (no_more_pads), (close_link), (type_found),
23205 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23206 (gst_decode_bin_change_state), (plugin_init):
23207 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23208 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23209 (gst_play_base_bin_dispose), (queue_overrun),
23210 (gen_preroll_element), (remove_prerolls), (unknown_type),
23211 (no_more_pads), (new_stream), (setup_source),
23212 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23213 (play_base_eos), (gst_play_base_bin_change_state),
23214 (gst_play_base_bin_add_element),
23215 (gst_play_base_bin_remove_element),
23216 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23217 (gst_play_base_bin_unlink_stream),
23218 (gst_play_base_bin_get_streaminfo):
23219 * gst/playback/gstplaybasebin.h:
23220 Better error recovery. Added configurable preroll queue size. Faster
23221 detection of no-more-pads.
23223 2004-07-16 Wim Taymans <wim@fluendo.com>
23225 * gst-libs/gst/video/video.h:
23226 Added 32 bits RGBA. Not sure if we should use another mime-type
23227 for alpha rgb. Currently the presence of the alpha_mask property
23228 signals an alpha channel.
23230 2004-07-16 Wim Taymans <wim@fluendo.com>
23232 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23233 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23234 FPS seems to be 0.0 to MAX everywhere else.
23236 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
23238 * gst-libs/gst/riff/riff-media.c:
23239 (gst_riff_create_video_caps_with_data):
23240 mp42/mp43 (no caps) exist too.
23241 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23242 Set pixel_width/height; we've got them in-caps.
23243 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23244 * gst/wavparse/gstwavparse.c: (plugin_init):
23245 Both are valid primary.
23246 * sys/oss/gstossmixer.c:
23247 Remove i18n hack and enable translations.
23249 2004-07-15 Benjamin Otte <otte@gnome.org>
23251 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23252 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23253 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23255 2004-07-15 Benjamin Otte <otte@gnome.org>
23257 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23258 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23259 (gst_alsa_close_audio):
23260 disable some of the debugging code for now. Writing debugging to a
23261 buffer is broken in current alsalib releases.
23263 2004-07-12 Benjamin Otte <otte@gnome.org>
23265 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23268 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
23270 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23271 (theora_dec_src_query), (theora_dec_event):
23272 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23273 add debugging categories. Remove \n's.
23275 2004-07-13 Johan Dahlin <johan@gnome.org>
23277 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23278 (gst_play_bin_get_property): Impl.
23280 2004-07-13 Wim Taymans <wim@fluendo.com>
23282 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23283 When trying to find the stream length, seek back N pages
23284 instead of just one, where N is the number of streams in
23287 2004-07-13 Wim Taymans <wim@fluendo.com>
23289 * gst-libs/gst/riff/riff-media.c:
23290 (gst_riff_create_audio_caps_with_data),
23291 (gst_riff_create_audio_caps),
23292 (gst_riff_create_audio_template_caps):
23293 * gst-libs/gst/riff/riff-media.h:
23294 * gst-libs/gst/riff/riff-read.c:
23295 (gst_riff_read_strf_vids_with_data),
23296 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23297 * gst-libs/gst/riff/riff-read.h:
23298 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23299 (gst_avi_demux_add_stream):
23300 Set codec_data on caps for avidemuxer.
23302 2004-07-12 David Schleef <ds@schleef.org>
23304 * configure.ac: Fix test for Objective C
23306 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
23307 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23308 (gst_gdk_pixbuf_chain):
23309 Add svg and pcx to template caps, and ensure that getcaps returns a
23310 subset of the template caps.
23311 Copy each row manually for output, as gdkpixbuf may pad the
23312 rowstride to a 32-bit word boundary.
23314 2004-07-12 Wim Taymans <wim@fluendo.com>
23316 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23317 (gst_riff_create_video_template_caps):
23318 Fix the template caps to include some more media types.
23320 2004-07-12 Wim Taymans <wim@fluendo.com>
23322 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23323 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23324 (compare_ranks), (print_feature), (gst_decode_bin_init),
23325 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23326 (try_to_link_1), (new_pad), (close_link), (type_found),
23327 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23328 (gst_decode_bin_change_state), (plugin_init):
23329 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23330 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23331 (gst_play_base_bin_dispose), (queue_overrun),
23332 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23333 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23334 (gst_play_base_bin_get_property), (play_base_eos),
23335 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23336 (gst_play_base_bin_remove_element),
23337 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23338 (gst_play_base_bin_unlink_stream),
23339 (gst_play_base_bin_get_streaminfo):
23340 * gst/playback/gstplaybasebin.h:
23341 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23342 (gst_play_bin_class_init), (gst_play_bin_init),
23343 (gst_play_bin_dispose), (gst_play_bin_set_property),
23344 (gst_play_bin_get_property), (gen_video_element),
23345 (gen_audio_element), (remove_sinks), (setup_sinks),
23346 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23347 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23348 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23349 (gst_play_bin_query), (plugin_init):
23350 * gst/playback/test4.c: (main):
23351 More fixes on reusing of the element.
23353 2004-07-11 Benjamin Otte <otte@gnome.org>
23355 * ext/mad/gstmad.c: (normal_seek):
23356 allow seeking for other methods than just SET
23358 2004-07-11 Andy Wingo <wingo@pobox.com>
23360 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23361 float, "any" caps -> buffer_frames=[0,MAX].
23363 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23364 doesn't intersect our caps with the template any more. Do it
23366 (interleave_buffered_loop): Use g_newa instead of malloc/free.
23368 2004-07-09 Wim Taymans <wim@fluendo.com>
23370 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23371 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23372 (compare_ranks), (print_feature), (gst_decode_bin_init),
23373 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23374 (try_to_link_1), (new_pad), (close_link), (type_found),
23375 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23376 (gst_decode_bin_change_state), (plugin_init):
23377 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23378 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23379 (gst_play_base_bin_dispose), (queue_overrun),
23380 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23381 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23382 (gst_play_base_bin_get_property), (play_base_eos),
23383 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23384 (gst_play_base_bin_remove_element),
23385 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23386 (gst_play_base_bin_unlink_stream),
23387 (gst_play_base_bin_get_streaminfo):
23388 * gst/playback/gstplaybasebin.h:
23389 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23390 (gst_play_bin_class_init), (gst_play_bin_init),
23391 (gst_play_bin_dispose), (gst_play_bin_set_property),
23392 (gst_play_bin_get_property), (gen_video_element),
23393 (gen_audio_element), (remove_sinks), (setup_sinks),
23394 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23395 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23396 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23397 (gst_play_bin_query), (plugin_init):
23398 * gst/playback/test4.c: (main):
23399 Work on object reuse and seeking.
23401 2004-07-09 Wim Taymans <wim@fluendo.com>
23403 * examples/seeking/seek.c: (iterate):
23404 Don't consume all CPU in the idle loop.
23406 2004-07-09 Wim Taymans <wim@fluendo.com>
23408 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23409 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23410 Add pad to element *after* setting the pad functions so that
23411 the scheduler can use the correct ones.
23413 2004-07-09 Wim Taymans <wim@fluendo.com>
23415 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23416 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23417 Sync to keyframe after seek
23419 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23421 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23422 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23423 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23424 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23425 * ext/libvisual/visual.c: (gst_visual_change_state):
23426 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23427 * ext/theora/theoradec.c: (theora_dec_change_state):
23428 * ext/theora/theoraenc.c: (theora_enc_change_state):
23429 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23430 * gst-libs/gst/navigation/navigation.c:
23431 * gst/adder/gstadder.c: (gst_adder_change_state):
23432 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23433 (gst_audio_convert_get_buffer):
23434 * gst/multipart/multipartdemux.c:
23435 (gst_multipart_demux_change_state):
23436 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23437 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23438 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23439 * gst/videoscale/gstvideoscale.c:
23440 (gst_videoscale_handle_src_event):
23441 * gst/volume/gstvolume.c: (volume_chain_int16):
23442 don't assert in state change, this should be done by the base
23444 various debugging fixes.
23446 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23449 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23450 (gst_play_dispose), (gst_play_set_location),
23451 (gst_play_set_data_src), (gst_play_set_video_sink),
23452 (gst_play_set_audio_sink), (gst_play_set_visualization),
23453 (gst_play_connect_visualization), (gst_play_get_sink_element),
23454 (gst_play_get_all_by_interface):
23455 * gst-libs/gst/play/play.h:
23456 add new method to get elements implementing an interface.
23457 add various error logging
23459 2004-07-08 Wim Taymans <wim@fluendo.com>
23461 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23462 (make_mpeg_pipeline), (make_mpegnt_pipeline),
23463 (make_playerbin_pipeline), (query_durations_elems),
23464 (query_durations_pads), (query_positions_elems),
23465 (query_positions_pads), (update_scale), (iterate), (stop_seek),
23467 Added playbin seeking example.
23469 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23471 * gst-libs/gst/play/play.c: (gst_play_set_location),
23472 (gst_play_set_data_src), (gst_play_set_video_sink),
23473 (gst_play_set_audio_sink), (gst_play_set_visualization),
23474 (gst_play_connect_visualization), (gst_play_get_framerate):
23475 use a macro to look up elements from hash table
23477 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23479 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23480 (gst_play_get_length_callback), (gst_play_set_location),
23481 (gst_play_seek_to_time), (gst_play_set_data_src),
23482 (gst_play_set_video_sink), (gst_play_set_audio_sink),
23483 (gst_play_set_visualization), (gst_play_connect_visualization),
23484 (gst_play_get_sink_element):
23485 - add debugging info
23486 - fix looking up sink elements by iterating over complete caps
23487 - put everything except for source and autoplugger in a complete bin
23489 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23491 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23492 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23493 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23494 (gst_alsa_sink_write), (gst_alsa_sink_loop):
23495 * ext/alsa/gstalsasink.h:
23496 - add debugging info
23497 - clean up schizophrenia of data/buffer/event
23498 - fix double event unref error
23500 2004-07-08 Wim Taymans <wim@fluendo.com>
23502 * gst/playback/Makefile.am:
23503 Add headers to noinst
23505 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23507 * tools/gst-launch-ext-m.m:
23508 * tools/gst-launch-ext.1.in:
23509 convert to the third millenium
23511 2004-07-07 David Schleef <ds@schleef.org>
23513 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23515 2004-07-07 Wim Taymans <wim@fluendo.com>
23517 * gst/playback/Makefile.am:
23518 * gst/playback/README:
23519 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23520 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23521 (compare_ranks), (print_feature), (gst_decode_bin_init),
23522 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23523 (try_to_link_1), (new_pad), (close_link), (type_found),
23524 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23526 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23527 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23528 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23529 (gen_preroll_element), (no_more_pads), (new_stream),
23530 (setup_source), (gst_play_base_bin_set_property),
23531 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23532 (gst_play_base_bin_add_element),
23533 (gst_play_base_bin_remove_element),
23534 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23535 (gst_play_base_bin_unlink_stream),
23536 (gst_play_base_bin_get_streaminfo):
23537 * gst/playback/gstplaybasebin.h:
23538 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23539 (gst_play_bin_class_init), (gst_play_bin_init),
23540 (gst_play_bin_dispose), (gst_play_bin_set_property),
23541 (gst_play_bin_get_property), (gen_video_element),
23542 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23543 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23544 (gst_play_bin_get_formats), (gst_play_bin_convert),
23545 (gst_play_bin_get_query_types), (gst_play_bin_query),
23547 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23548 (gst_stream_info_get_type), (gst_stream_info_class_init),
23549 (gst_stream_info_init), (gst_stream_info_new),
23550 (gst_stream_info_dispose), (gst_stream_info_set_property),
23551 (gst_stream_info_get_property):
23552 * gst/playback/gststreaminfo.h:
23553 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23555 * gst/playback/test2.c: (main):
23556 * gst/playback/test3.c: (update_scale), (main):
23557 More playbin fixes. Added README. Do better element filtering.
23558 Added base class to preroll media. Added test apps.
23560 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23562 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23563 * ext/mpeg2dec/gstmpeg2dec.h:
23564 various debugging improvements. Reset stream to next picture
23565 instead of sequence header, otherwise seeks cannot work.
23567 2004-07-07 Wim Taymans <wim@fluendo.com>
23569 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23570 (gst_video_box_class_init), (gst_video_box_set_property),
23571 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23572 Use pad_alloc where possible.
23574 2004-07-07 Wim Taymans <wim@fluendo.com>
23576 * sys/oss/gstosselement.c: (gst_osselement_reset),
23577 (gst_osselement_parse_caps):
23578 * sys/oss/gstosselement.h:
23579 * sys/oss/gstosssrc.c: (gst_osssrc_get):
23580 Fix offset on osssrc.
23582 2004-07-07 Wim Taymans <wim@fluendo.com>
23584 * ext/theora/theora.c: (plugin_init):
23585 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23586 (theora_dec_src_query), (theora_dec_chain):
23587 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23588 (theora_enc_sink_link), (theora_buffer_from_packet),
23589 (theora_push_packet), (theora_enc_chain):
23590 Fix theora granulepos calculation.
23591 Fix overflow in duration/position calculation.
23592 Bump rank to PRIMARY for theoradec.
23593 Use granulepos of last packet to calculate position.
23594 Set keyframe flag on buffers when needed.
23596 2004-07-06 David Schleef <ds@schleef.org>
23598 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
23599 serious? (Fixed, obviously.)
23601 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
23605 added Czech translation (Miloslav Trmac)
23607 2004-07-05 Wim Taymans <wim@fluendo.com>
23609 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23610 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23611 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23612 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23613 (close_link), (type_found), (gst_decode_bin_set_property),
23614 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23615 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23616 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23617 (gst_decode_bin_query), (plugin_init):
23618 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23619 (gst_play_bin_class_init), (gst_play_bin_init),
23620 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23621 (get_video_element), (new_pad), (setup_source),
23622 (gst_play_bin_set_property), (gst_play_bin_get_property),
23623 (gst_play_bin_change_state), (gst_play_bin_add_element),
23624 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23625 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23626 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23627 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23628 * gst/playback/test.c: (main):
23629 More fixes, cleaned up playbin, make it use decodebin. Added
23630 threaded property to playbin.
23632 2004-07-05 Wim Taymans <wim@fluendo.com>
23635 * gst/playback/Makefile.am:
23636 * gst/playback/decodetest.c: (main):
23637 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23638 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23639 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23640 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23641 (close_link), (type_found), (gst_decode_bin_set_property),
23642 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23643 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23644 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23645 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23647 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23648 (gst_play_bin_class_init), (gst_play_bin_init),
23649 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23650 (collect_sink_pads), (find_compatibles), (close_pad_link),
23651 (try_to_link_1), (new_pad), (close_link), (type_found),
23652 (setup_source), (gst_play_bin_set_property),
23653 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23654 (compare_ranks), (gst_play_bin_collect_factories),
23655 (gst_play_bin_change_state), (gst_play_bin_add_element),
23656 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23657 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23658 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23659 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23660 * gst/playback/test.c: (main):
23661 Added some playback helper elements and some test apps, very alpha
23664 2004-07-04 Benjamin Otte <otte@gnome.org>
23666 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23667 only restart audio when we indeed have an xrun to fix repeated
23668 xruns. Fix suggested by Giuliano Pochini.
23670 2004-07-03 David Schleef <ds@schleef.org>
23672 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23673 call to gst_debug_log() if debugging is disabled (bug #145118)
23675 2004-07-03 Benjamin Otte <otte@gnome.org>
23677 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23678 use our own functions for restarting the alsa device.
23679 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23680 I should apply patches myself - use MIN for the third argument, not
23681 the second, this fixes seeking
23683 2004-07-02 David Schleef <ds@schleef.org>
23685 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23686 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
23689 2004-07-02 David Schleef <ds@schleef.org>
23691 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
23692 output buffers. Fix logic mistake. (bug #144866)
23694 2004-07-02 David Schleef <ds@schleef.org>
23696 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23697 on X. (bug #144753)
23699 2004-07-02 David Schleef <ds@schleef.org>
23701 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23702 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23704 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23705 (gst_osselement_rate_probe_check): Add another workaround for
23706 buggy drivers (bug #145336)
23708 2004-07-02 David Schleef <ds@schleef.org>
23710 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23711 Most systems don't have MSG_NOSIGNAL.
23713 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
23716 * gst-libs/gst/colorbalance/Makefile.am:
23717 * gst-libs/gst/mixer/Makefile.am:
23718 * gst-libs/gst/play/Makefile.am:
23719 * gst-libs/gst/tuner/Makefile.am:
23720 (hopefully) fix both install and dist and make error message useful.
23721 needs testing across automakes.
23723 2004-07-02 Benjamin Otte <otte@gnome.org>
23725 * ext/ogg/gstogg.c: (plugin_init):
23726 we require bytestream now
23727 * ext/ogg/gstoggdemux.c:
23728 huge diff to implement chain setup in a fast and generic way. This
23729 improves tag reading and startup of huge files (read: Theora videos)
23730 quite a bit. It probably contains bugs, too, so please test.
23731 Seeking is not improved to the fast method.
23733 2004-06-29 Wim Taymans <wim@fluendo.com>
23735 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23736 * ext/ogg/gstoggmux.c:
23737 Fix memleak in oggdemux when running unconnected pads.
23738 doc update in mux, start working on keyframe mode.
23740 2004-06-29 Benjamin Otte <otte@gnome.org>
23742 * sys/oss/gstosssink.c:
23743 * sys/oss/gstosssrc.c:
23744 advertise correct template caps - we indeed do non-native endianness
23745 and 8bit audio has no endianness
23746 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23747 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23748 avoid (wrong) duplications in getcaps function and return
23751 2004-06-29 Wim Taymans <wim@fluendo.com>
23753 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23754 (gst_multifdsink_class_init), (gst_multifdsink_add),
23755 (gst_multifdsink_remove), (gst_multifdsink_clear),
23756 (gst_multifdsink_client_remove),
23757 (gst_multifdsink_handle_client_read),
23758 (gst_multifdsink_client_queue_data),
23759 (gst_multifdsink_client_queue_caps),
23760 (gst_multifdsink_client_queue_buffer),
23761 (gst_multifdsink_handle_client_write),
23762 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23763 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23764 (gst_multifdsink_init_send), (gst_multifdsink_close):
23765 Fix wrong GList iteration that could crash the server when
23766 more then 2 clients disconnect at the same time. Read all the
23767 pending commands in one batch to recover from command storms under
23770 2004-06-28 Wim Taymans <wim@fluendo.com>
23772 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23773 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23774 (gst_videomixer_pad_set_property),
23775 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23776 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23777 (gst_videomixer_class_init), (gst_videomixer_init),
23778 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23779 (pad_zorder_compare), (gst_videomixer_sort_pads),
23780 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23781 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23782 (gst_videomixer_update_queues), (gst_videomixer_loop),
23784 Avoid divide by zero, choose masterpad as the pad with the highest
23787 2004-06-27 Julien Moutte <julien@moutte.net>
23789 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23790 (gst_ximagesink_xwindow_new):
23791 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23792 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23793 function directly. We might want to call it from somewhere else one day.
23795 2004-06-27 Julien Moutte <julien@moutte.net>
23797 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23798 (gst_ximagesink_xwindow_new):
23799 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23800 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23801 window decorations.
23803 2004-06-27 Wim Taymans <wim@fluendo.com>
23805 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23806 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23807 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23808 (gst_dvdec_set_property), (gst_dvdec_get_property):
23809 * ext/dv/gstdvdec.h:
23810 Implement drop_factor property to lower the framerate with
23813 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
23815 * gst-libs/gst/colorbalance/Makefile.am:
23816 * gst-libs/gst/mixer/Makefile.am:
23817 * gst-libs/gst/play/Makefile.am:
23818 * gst-libs/gst/tuner/Makefile.am:
23819 unbreak Company's fix that didn't install the -enum.h files
23821 2004-06-27 Wim Taymans <wim@fluendo.com>
23823 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23824 (gst_dvdec_change_state):
23825 * ext/dv/gstdvdec.h:
23826 Fix timestamp, duration and offset of the buffers.
23828 2004-06-27 Wim Taymans <wim@fluendo.com>
23830 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23831 (gst_multifdsink_class_init), (gst_multifdsink_add),
23832 (gst_multifdsink_remove), (gst_multifdsink_clear),
23833 (gst_multifdsink_client_remove),
23834 (gst_multifdsink_handle_client_read),
23835 (gst_multifdsink_client_queue_data),
23836 (gst_multifdsink_client_queue_caps),
23837 (gst_multifdsink_client_queue_buffer),
23838 (gst_multifdsink_handle_client_write),
23839 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23840 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23841 (gst_multifdsink_init_send), (gst_multifdsink_close):
23842 * gst/tcp/gstmultifdsink.h:
23843 * gst/tcp/gsttcpserversink.c:
23844 (gst_tcpserversink_handle_server_read),
23845 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23846 More multifdsink fixes, more recovery policy fixes.
23847 Removed stupid g_print
23849 2004-06-26 Wim Taymans <wim@fluendo.com>
23851 * gst/tcp/Makefile.am:
23852 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23853 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23854 (gst_multifdsink_class_init), (gst_multifdsink_init),
23855 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23856 (gst_multifdsink_handle_client_read),
23857 (gst_multifdsink_client_queue_data),
23858 (gst_multifdsink_client_queue_caps),
23859 (gst_multifdsink_client_queue_buffer),
23860 (gst_multifdsink_handle_client_write),
23861 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23862 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23863 (gst_multifdsink_chain), (gst_multifdsink_set_property),
23864 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23865 (gst_multifdsink_close), (gst_multifdsink_change_state):
23866 * gst/tcp/gstmultifdsink.h:
23867 * gst/tcp/gsttcpplugin.c: (plugin_init):
23868 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23869 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23870 (gst_tcpserversink_handle_server_read),
23871 (gst_tcpserversink_handle_select),
23872 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23873 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23874 * gst/tcp/gsttcpserversink.h:
23875 Added multifdsink, made tcpserversink a subclass of fdsink, removed
23876 one of the locks, added recovery policy to multifdsink.
23878 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23880 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23881 fix decision for when getting frames with same timestamp
23882 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23883 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23884 (gst_v4lsrc_get_property):
23885 * sys/v4l/gstv4lsrc.h:
23886 add latency offset property
23888 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23890 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23892 fix debugging. add category.
23894 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23896 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23899 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23901 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23902 (gst_alsa_src_get_time), (gst_alsa_src_loop),
23903 (gst_alsa_src_change_state):
23904 return a time that is in sync with the element's processing
23906 2004-06-25 Wim Taymans <wim@fluendo.com>
23908 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23909 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23910 (gst_tcpserversink_client_remove),
23911 (gst_tcpserversink_handle_client_read),
23912 (gst_tcpserversink_client_queue_data),
23913 (gst_tcpserversink_client_queue_caps),
23914 (gst_tcpserversink_client_queue_buffer),
23915 (gst_tcpserversink_handle_client_write),
23916 (gst_tcpserversink_queue_buffer),
23917 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23918 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23919 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23920 (gst_tcpserversink_close):
23921 * gst/tcp/gsttcpserversink.h:
23922 Serversink rewrite. Really do non blocking writes to clients and
23923 maintain an internal queue to handle slower clients while not
23924 disturbing fast clients.
23926 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23928 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23929 better debug, don't override OFFSET and OFFSET_END
23931 2004-06-25 Iain <iain@prettypeople.org>
23933 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23934 name=source for the wavparse pipeline.
23936 2004-06-24 Johan Dahlin <johan@gnome.org>
23938 * ext/theora/theoraenc.c (theora_enc_chain): Call
23939 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23940 streamheader caps are set correctly.
23942 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23944 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23945 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23946 respect minimum bitrate; same could be done for max bitrate
23948 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23950 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23951 (gst_vorbisenc_setup):
23952 fix sample rate range
23954 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23956 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23957 (gst_oggvorbisenc_setup):
23958 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23959 (gst_vorbisenc_setup):
23960 resolve ambiguities in code and description
23962 2004-06-24 Wim Taymans <wim@fluendo.com>
23964 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23965 * ext/alsa/gstalsa.h:
23966 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23967 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23968 Use alsa trigger_tstamp to get the timestamp of the first
23969 sample in the buffer for more precise sync. Some cleanups.
23971 2004-06-24 Wim Taymans <wim@fluendo.com>
23973 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23974 (gst_audiorate_init), (gst_audiorate_chain),
23975 (gst_audiorate_set_property), (gst_audiorate_get_property):
23976 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23977 (gst_videorate_chain):
23978 Added some logging, fixed an overflow bug in videorate.
23980 2004-06-24 Benjamin Otte <otte@gnome.org>
23982 * ext/kio/Makefile.am:
23983 fix for builddir != srcdir and distcheck
23985 2004-06-24 Benjamin Otte <otte@gnome.org>
23987 * gst-libs/gst/colorbalance/Makefile.am:
23988 * gst-libs/gst/mixer/Makefile.am:
23989 * gst-libs/gst/play/Makefile.am:
23990 * gst-libs/gst/tuner/Makefile.am:
23991 * gst/tcp/Makefile.am:
23992 * sys/dxr3/Makefile.am:
23993 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23995 Also add all *.list files that were missing.
23997 add a distcheck hook to ensure the above doesn't happen again.
23999 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
24001 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24003 2004-06-23 Colin Walters <walters@redhat.com>
24005 * m4/Makefile.am: Distribute gst-fionread.m4.
24007 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
24009 * configure.ac: back to dev
24011 2004-06-23 Wim Taymans <wim@fluendo.com>
24013 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24014 (gst_alsa_xrun_recovery):
24015 * ext/alsa/gstalsa.h:
24016 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24017 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24018 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24019 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24020 (gst_alsa_src_loop):
24021 Add clock to alsasrc. Take new capture timestamp when
24022 restarting after an overrun. Split up some functions between
24023 alsasrc and alsasink.
24025 === release 0.8.2 ===
24027 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
24029 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24030 (gst_alsa_change_state), (gst_alsa_update_avail),
24031 (gst_alsa_xrun_recovery):
24032 * ext/alsa/gstalsa.h:
24033 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24034 merge back changes from release
24036 2004-06-23 Wim Taymans <wim@fluendo.com>
24038 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24039 (gst_audiorate_init), (gst_audiorate_chain),
24040 (gst_audiorate_set_property), (gst_audiorate_get_property):
24041 Implement sample dropping and notify
24043 2004-06-22 Wim Taymans <wim@fluendo.com>
24045 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24046 (theora_enc_sink_link), (theora_buffer_from_packet),
24047 (theora_push_packet), (theora_enc_chain):
24048 Some cleanups, make sure the timestamps are correct.
24050 2004-06-22 Wim Taymans <wim@fluendo.com>
24052 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24053 (gst_alsa_change_state), (gst_alsa_update_avail),
24054 (gst_alsa_xrun_recovery):
24055 * ext/alsa/gstalsa.h:
24056 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24057 Cleanups, take queued samples into account when reporting
24060 2004-06-22 Wim Taymans <wim@fluendo.com>
24062 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24063 (gst_videorate_init):
24064 Initialize the property as well.
24066 2004-06-22 Wim Taymans <wim@fluendo.com>
24068 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24069 (gst_videorate_init), (gst_videorate_chain),
24070 (gst_videorate_set_property), (gst_videorate_get_property):
24071 Add property to make videorate silent.
24072 Add property to prefer new frames over old ones.
24074 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24076 * sys/osxvideo/Makefile.am:
24077 Workaround so that the osxvideo .so file gets linked with the
24078 Cocoa, OpenGL and QuickTime frameworks
24080 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24082 * sys/osxaudio/Makefile.am:
24083 Workaround so that the osxaudio .so file gets linked with the
24084 CoreAudio framework
24086 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24089 Whoops, my fault...fixed build issues
24091 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24094 Add objective-c support if running in Darwin/Mac OS X
24097 * sys/osxvideo/Makefile.am:
24098 * sys/osxvideo/osxvideosink.h:
24099 * sys/osxvideo/osxvideosink.m:
24100 * sys/osxvideo/cocoawindow.h:
24101 * sys/osxvideo/cocoawindow.m:
24102 Add osxvideosink, a cocoa-based osx video sink
24105 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
24106 * ext/dvdnav/gst-dvd:
24107 Grab the gconf key from the right spot
24108 * gst/debug/gstnavseek.c: (gst_navseek_init),
24109 (gst_navseek_segseek), (gst_navseek_handle_src_event),
24110 (gst_navseek_chain):
24111 * gst/debug/gstnavseek.h:
24112 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24113 and loop parameters of a segment seek.
24114 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24115 (gst_videotestsrc_get_event_masks),
24116 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24117 * gst/videotestsrc/gstvideotestsrc.h:
24118 Add seeking support to videotestsrc
24119 Initialise the timestamp_offset variable.
24121 2004-06-18 Wim Taymans <wim@fluendo.com>
24123 * ext/sidplay/gstsiddec.cc:
24124 Fix negotiation and set correct end offset.
24126 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
24128 * configure.ac: branch and prerelease
24130 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24132 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24133 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24134 (gst_tcpclientsrc_init_receive):
24135 * gst/tcp/gsttcpclientsrc.h:
24136 read caps when connecting to server for GDP so we set them correctly
24138 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24140 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24141 notify drops and duplicates
24142 * gst/videoscale/videoscale.c: (videoscale_get_structure):
24143 no good reason to limit ourselves to 100x100
24145 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24147 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24148 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24149 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24150 (gst_v4lsrc_get_property):
24151 * sys/v4l/gstv4lsrc.h:
24152 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24153 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24154 (gst_v4l_set_audio):
24155 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24156 (gst_v4lsrc_try_capture):
24157 * sys/v4l/v4lsrc_calls.h:
24158 change try_palette to more general try_capture
24159 add autoprobe option so we can turn off autoprobing
24162 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24166 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24167 (gst_ximagesink_class_init):
24168 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24169 (gst_xvimagesink_class_init):
24170 run them as finalize, not dispose, since dispose can be invoked
24173 2004-06-17 Wim Taymans <wim@fluendo.com>
24175 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24176 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24177 * ext/alsa/gstalsa.h:
24178 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24179 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24180 (gst_alsa_src_change_state):
24181 * ext/alsa/gstalsasrc.h:
24182 Make the xrun code timestamp and offset the buffers correctly.
24183 moved the clock to the base class, use alsa methods to get time.
24184 Do correct timestamping on outgoing buffers.
24186 2004-06-17 Wim Taymans <wim@fluendo.com>
24188 * gst/audiorate/Makefile.am:
24189 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24190 (gst_audiorate_base_init), (gst_audiorate_class_init),
24191 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24192 (gst_audiorate_set_property), (gst_audiorate_get_property),
24193 (gst_audiorate_change_state), (plugin_init):
24194 Added an audiorate converter that fills in gaps.
24196 2004-06-17 Johan Dahlin <johan@gnome.org>
24198 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24200 2004-06-16 Wim Taymans <wim@fluendo.com>
24202 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24203 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24204 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24205 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24206 (gst_v4lsrc_get_property):
24207 * sys/v4l/gstv4lsrc.h:
24208 Added a copy mode to v4lsrc where it will output a copied version
24209 of its internal hardware buffer.
24210 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24213 2004-06-16 Wim Taymans <wim@fluendo.com>
24215 * sys/oss/gstosssrc.c: (gst_osssrc_get):
24218 2004-06-16 Wim Taymans <wim@fluendo.com>
24220 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24221 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24222 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24223 (gst_v4lsrc_get_property):
24224 * sys/v4l/gstv4lsrc.h:
24225 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24226 Added a sync mode enum property to control v4lsrc timestamp method
24227 Removed the use-fixed-fps property and moved functionality in
24229 Don't error on an error value from v4l-conf, it might not always
24232 2004-06-16 Wim Taymans <wim@fluendo.com>
24234 * gst/videorate/Makefile.am:
24235 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24236 (gst_videorate_base_init), (gst_videorate_class_init),
24237 (gst_videorate_getcaps), (gst_videorate_link),
24238 (gst_videorate_init), (gst_videorate_chain),
24239 (gst_videorate_set_property), (gst_videorate_get_property),
24240 (gst_videorate_change_state), (plugin_init):
24241 Added a video timestamp corrector.
24243 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24245 fixed a potential leak with previous commit
24247 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24249 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24251 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24252 Added missing refcount, fixes bug #144425
24253 Cheers Tim for finding the bug
24255 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
24257 * sys/v4l/gstv4l.c: (plugin_init):
24258 * sys/v4l/gstv4lcolorbalance.c:
24259 * sys/v4l/gstv4lcolorbalance.h:
24260 * sys/v4l/gstv4lelement.c:
24261 * sys/v4l/gstv4lelement.h:
24262 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24263 * sys/v4l/gstv4lmjpegsink.h:
24264 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24265 * sys/v4l/gstv4lmjpegsrc.h:
24266 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24267 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24268 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24269 * sys/v4l/gstv4lsrc.h:
24270 * sys/v4l/gstv4ltuner.c:
24271 * sys/v4l/gstv4ltuner.h:
24272 * sys/v4l/gstv4lxoverlay.c:
24273 * sys/v4l/gstv4lxoverlay.h:
24274 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24275 (gst_v4l_set_window), (gst_v4l_enable_overlay):
24276 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24277 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24278 (gst_v4l_set_audio):
24279 * sys/v4l/v4l_calls.h:
24280 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24281 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24282 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24283 (gst_v4lmjpegsink_playback_init),
24284 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24285 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24286 (gst_v4lmjpegsink_playback_stop),
24287 (gst_v4lmjpegsink_playback_deinit):
24288 * sys/v4l/v4lmjpegsink_calls.h:
24289 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24290 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24291 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24292 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24293 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24294 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24295 * sys/v4l/v4lmjpegsrc_calls.h:
24296 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24297 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24298 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24299 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24300 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24301 (gst_v4lsrc_try_palette):
24302 * sys/v4l/v4lsrc_calls.h:
24303 bunch of paranoia cleanups
24305 2004-06-14 David Schleef <ds@schleef.org>
24307 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24308 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24309 Send discont events and change timestamps appropriately when
24310 we get a seek event. (bug #144240)
24311 * ext/cdparanoia/gstcdparanoia.h:
24313 2004-06-14 Benjamin Otte <otte@gnome.org>
24315 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24316 snd_pcm_hw_params_set_rate since the latter fails for no good
24317 reason on some setups.
24319 2004-06-14 David Schleef <ds@schleef.org>
24321 * gst/volume/demo.c: (value_changed_callback): exp10() is not
24322 standard. Thank you for playing.
24324 2004-06-14 Wim Taymans <wim@fluendo.com>
24326 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24327 Patch 1.3 broke the ordering of the colorspace info and
24328 made the plugin basically work by coincidence, reordered
24331 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24333 * ext/lame/gstlame.c:
24334 * ext/mad/gstmad.c:
24335 sync caps. Make sure mad can only output a list of rates, not
24336 a full range. In the future, have three caps lists for each of the
24337 mpeg versions. Change mpegversion to a double as well.
24339 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24341 * gst/volume/.cvsignore:
24342 * gst/volume/Makefile.am:
24343 * gst/volume/demo.c: (value_changed_callback), (idler),
24344 (setup_gui), (main):
24345 added small demo app
24347 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
24348 * ext/esd/esdsink.c: (gst_esdsink_change_state):
24349 * ext/esd/esdsink.h:
24350 Close the esd connection on pause, because esd will just wait -
24351 blocking all other esd clients indefinitely.
24353 2004-06-12 Christophe Fergeau <teuf@gnome.org>
24355 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24356 previous commit with GST_DEBUG
24358 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
24361 add a header check for a dvdread header in dvdnav. Fixes #133002
24363 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24365 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24366 * gst/tcp/gsttcpclientsink.h:
24367 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24368 * gst/tcp/gsttcpclientsrc.h:
24369 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24370 (gst_tcpserversink_handle_server_read),
24371 (gst_tcpserversink_init_send):
24372 * gst/tcp/gsttcpserversink.h:
24373 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24374 * gst/tcp/gsttcpserversrc.h:
24375 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24378 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24381 Added ogg library so that OSX detects libtheora properly
24383 2004-06-11 Wim Taymans <wim@fluendo.com>
24385 * ext/theora/theoradec.c: (theora_dec_chain),
24386 (theora_dec_change_state):
24387 Don't try to decode frames before we received a keyframe.
24389 2004-06-11 Wim Taymans <wim@fluendo.com>
24391 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24392 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24393 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24394 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24395 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24396 Added property to set the maximum delay of a page.
24398 2004-06-10 Wim Taymans <wim@fluendo.com>
24400 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24401 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24402 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24403 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24404 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24405 Added max-delay property to control the maximum amount
24406 of data to put in one page.
24408 2004-06-10 Wim Taymans <wim@fluendo.com>
24410 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24411 (gst_theora_enc_init), (theora_enc_sink_link),
24412 (theora_buffer_from_packet), (theora_enc_set_property),
24413 (theora_enc_get_property):
24414 Set duration on encoded buffer, added some more properties
24416 2004-06-10 Wim Taymans <wim@fluendo.com>
24418 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24419 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24420 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24421 * ext/theora/theoraenc.c: (theora_enc_chain):
24422 Fix refcounting bugs
24424 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
24426 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24427 (gst_asf_demux_loop), (gst_asf_demux_process_file),
24428 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24429 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24430 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24431 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24432 (gst_asf_demux_change_state):
24433 * gst/asfdemux/gstasfdemux.h:
24434 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24435 feels like. I think we should set a new requirement for demuxers
24436 from now on to implement sane loop functions, data loops, query
24437 and seek functions before first commit into CVS. And this commit
24438 fixes all of the above.
24440 2004-06-10 Christophe Fergeau <teuf@gnome.org>
24442 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24443 vorbis comments are properly encoded in UTF-8 before adding them
24446 2004-06-09 Benjamin Otte <otte@gnome.org>
24448 * ext/alsa/gstalsa.c: (add_channels):
24449 handle min <= max correctly
24450 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24451 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24452 add fixation functions so we fixate correctly. No preferring of alaw
24453 anymore because it's the first structure.
24454 * ext/alsa/gstalsa.h:
24455 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24456 (gst_alsa_hw_params_dump):
24457 add functions to ease debugging in alsalib
24458 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24459 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24460 (gst_alsa_start_audio):
24461 only specify hw params if we really setup a format (fixes #134007 -
24462 or at least works around it)
24464 2004-06-09 Wim Taymans <wim@fluendo.com>
24466 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24467 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24468 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24469 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24470 (gst_ogg_mux_loop):
24471 Use stream caps to setup the initial pages in the ogg stream.
24472 Correctly set the streamheader caps on the srcpad.
24474 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
24476 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24477 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24478 (gst_v4lsrc_getcaps):
24479 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24480 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24481 add querying of fps lists for webcams. Negotiating to a framerate
24484 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24486 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24487 (theora_push_buffer), (theora_push_packet),
24488 (theora_set_header_on_caps), (theora_enc_chain):
24489 mark buffers and put on streamheader, raw theora streaming
24490 now works too, whee
24492 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24494 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24495 (gst_tcp_gdp_read_caps):
24496 do a looping read for caps and GDP headers too
24498 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24500 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24501 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24502 return EOS instead of NULL in _get
24504 2004-06-08 Wim Taymans <wim@fluendo.com>
24506 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24507 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24508 (gst_tcp_gdp_write_caps):
24509 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24510 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24511 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24514 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24516 * ext/vorbis/Makefile.am:
24517 * ext/vorbis/vorbis.c: (plugin_init):
24518 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24519 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24520 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24521 (vorbis_parse_change_state):
24522 * ext/vorbis/vorbisparse.h:
24523 adding a vorbisparse element that marks the buffers, streaming
24524 raw vorbis using GDP now works, whee
24526 2004-06-08 Wim Taymans <wim@fluendo.com>
24528 * ext/jpeg/Makefile.am:
24530 * ext/jpeg/gstjpeg.c: (plugin_init):
24531 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24532 (gst_smokedec_base_init), (gst_smokedec_class_init),
24533 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24534 * ext/jpeg/gstsmokedec.h:
24535 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24536 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24537 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24538 (gst_smokeenc_resync), (gst_smokeenc_chain),
24539 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24540 * ext/jpeg/gstsmokeenc.h:
24541 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24542 (smokecodec_flush_destination), (smokecodec_term_destination),
24543 (smokecodec_init_source), (smokecodec_fill_input_buffer),
24544 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24545 (smokecodec_term_source), (smokecodec_encode_new),
24546 (smokecodec_decode_new), (smokecodec_info_free),
24547 (smokecodec_set_quality), (smokecodec_get_quality),
24548 (smokecodec_set_threshold), (smokecodec_get_threshold),
24549 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24550 (find_best_size), (abs_diff), (put), (smokecodec_encode),
24551 (smokecodec_parse_header), (smokecodec_decode):
24552 * ext/jpeg/smokecodec.h:
24553 Added a new simple jpeg based codec
24555 2004-06-08 Wim Taymans <wim@fluendo.com>
24557 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24558 (gst_multipart_mux_loop):
24561 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24563 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24564 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24565 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24566 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24567 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24568 * gst/tcp/gsttcpserversink.h:
24569 take streamheader into account
24571 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24573 * gst/level/Makefile.am:
24574 * gst/level/gstlevel.c: (gst_level_class_init):
24575 clean up marshal generation
24577 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24579 * gst/tcp/Makefile.am:
24580 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24581 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24582 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24583 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24584 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24585 (gst_tcpclientsrc_get_property):
24586 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24587 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24588 (gst_tcpserversink_handle_client_read),
24589 (gst_tcpserversink_handle_client_write),
24590 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24591 * gst/tcp/gsttcpserversink.h:
24592 add signals client-added and client-removed
24593 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24594 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24595 (gst_tcpserversrc_get_property):
24596 uniformized, change default protocol to NONE
24597 * gst/tcp/gsttcp-marshal.list: added
24598 2004-06-07 Benjamin Otte <otte@gnome.org>
24600 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24601 handle discont events if they happen before caps nego
24603 2004-06-07 Wim Taymans <wim@fluendo.com>
24605 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24606 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24607 (gst_multipart_demux_plugin_init):
24608 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24609 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24610 (gst_multipart_mux_change_state):
24611 Small updates, fix a memleak
24613 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24615 * configure.ac: OSS portability
24616 * ext/arts/gst_arts.c: idem
24617 * sys/oss/gstosselement.c: idem
24618 * sys/oss/gstossmixer.c: idem
24619 * sys/oss/gstosssink.c: idem
24620 * sys/oss/gstosssrc.c: idem
24621 * sys/oss/oss_probe.c: idem
24622 - check for soundcard.h in different places for some BSD
24624 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
24627 Add me to the authors file
24629 Increase the libdv requirement to >= version 0.100
24630 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24631 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24632 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24633 * ext/dv/gstdvdec.h:
24634 Add support for the new_media flag when sending DISCONT events
24635 Make the querying work when video pad is not linked
24637 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24639 reviewed by Benjamin Otte <otte@gnome.org>
24641 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24642 create a NULL-initialized array of pads, so we don't think they
24643 exist already. (fixes #143130)
24645 2004-06-07 Benjamin Otte <otte@gnome.org>
24647 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24648 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24649 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24650 don't use // coments
24652 2004-06-07 Benjamin Otte <otte@gnome.org>
24654 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24655 cast to GstClockTime to get higher granularity
24656 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24657 use gst_element_set_time_delay to get the exact time
24658 * ext/mad/gstmad.c: (gst_mad_chain):
24659 use the negotiated rate instead of the current frame's rate which
24660 might be wrong because of bit errors. This avoids emitting totally
24661 bogus timestamps and screwing sync.
24664 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24666 reviewed by Benjamin Otte <otte@gnome.org>
24668 * gst/adder/gstadder.c: (gst_adder_loop):
24669 properly error out when no negotiation has happened yet. (fixes
24672 2004-06-06 Benjamin Otte <otte@gnome.org>
24674 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24675 forward correctly transformed offset in discont events. Based on
24676 patch by Arwed v. Merkatz. (fixes #142851)
24678 2004-06-06 David Schleef <ds@schleef.org>
24680 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24681 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
24682 problems on several systems.
24684 2004-06-06 Benjamin Otte <otte@gnome.org>
24686 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24687 use explicit caps on the srcpad
24688 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24689 properly error out if caps couldn't be set (fixes #142764)
24691 2004-06-06 Benjamin Otte <otte@gnome.org>
24693 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24694 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24695 (gst_alsa_start_audio):
24696 - don't call set_periods_integer anymore, it breaks the
24697 configuration randomly
24698 - call snd_pcm_hw_params_set_access directly instead of using masks
24699 - don't fail if the sw_params can't be set, just use the default
24700 params and hope it works. Alsalib has weird issues when you touch
24701 sw_params and does no proper error reporting about what failed.
24702 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24703 (gst_alsa_close_audio):
24704 make our alsa debugging go via gst debugging and not conditionally
24706 * ext/alsa/gstalsa.h:
24707 add ALSA_DEBUG_FLUSH macro
24708 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24710 wrap alsa errors to be printed via the gst debugging system and not
24713 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
24715 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24716 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24717 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24718 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24719 (qtdemux_parse_trak):
24720 * gst/qtdemux/qtdemux.h:
24721 Bitch. Also known as seeking, querying & co.
24722 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24723 (gst_osssink_change_state):
24724 * sys/oss/gstosssink.h:
24725 Resyncing is for weenies, this hack is no longer needed and was
24726 broken anyway (since it - unintendedly - always leaves resync to
24729 2004-06-05 Andrew Turner <zxombie@hotpop.com>
24731 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24732 * gst/tcp/gsttcpclientsrc.h: idem
24733 - define MSG_NOSIGNAL if not done
24734 - include unistd.h for off_t
24737 2004-06-05 Benjamin Otte <otte@gnome.org>
24740 * ext/kio/Makefile.am:
24741 check for qt's moc preprocessor explicitly and use it
24743 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24745 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24746 don't get a signal for EPIPE on socket writes
24747 (somebody check if this works on other platforms)
24749 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24751 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24752 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24753 check error condition on available samples correctly
24755 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24757 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24759 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24760 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24761 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24762 (gst_tcpserversrc_gdp_read_header):
24763 use ssize_t over size_t since the former is signed and thus the
24764 check for error codes can work
24766 2004-06-02 Wim Taymans <wim@fluendo.com>
24770 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24771 (gst_multipart_mux_loop):
24774 2004-06-02 Wim Taymans <wim@fluendo.com>
24776 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24777 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24778 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24779 (gst_multipart_mux_change_state):
24780 Added configurable boundary specifier, added the value as a
24781 caps field as well.
24783 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24785 * gst/tcp/gsttcp.c:
24786 * gst/tcp/gsttcpclientsrc.c:
24787 * gst/tcp/gsttcpclientsrc.h:
24788 * gst/tcp/gsttcpserversrc.c:
24789 - portability fix, to compile on OSX
24792 * sys/osxaudio/gstosxaudioelement.c:
24793 * sys/osxaudio/gstosxaudiosink.c:
24794 * sys/osxaudio/gstosxaudiosrc.c:
24795 - compilation warnings on OSX
24798 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24800 * ext/vorbis/vorbisdec.c : sign warning fixes
24802 * gst-libs/gst/mixer/mixertrack.c :
24803 do no use defines which are glib 2.4 specific
24805 2004-06-01 Christophe Fergeau <teuf@gnome.org>
24807 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24808 buffer since libflac doesn't expect it (reports a sync error when
24809 it encounters that)
24812 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
24814 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24815 * gst-libs/gst/mixer/mixertrack.c:
24816 (gst_mixer_track_get_property), (get_mixer_track_init),
24817 (get_mixer_track_get_property): Added property accessors
24818 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24819 * gst-libs/gst/mixer/mixeroptions.c:
24820 (gst_mixer_options_get_values): Added
24821 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24822 * gst-libs/gst/mixer/mixer.c: Fixed comment
24825 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24827 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24828 improve error messages on open
24831 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24833 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24834 check if v4l-conf is in path
24836 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24838 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24839 change assert to a more readable error message
24841 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24843 * gst-libs/gst/tuner/tunerchannel.h:
24844 - add a freq_multiplicator field to make the conversion
24845 between internal frequency unit and Hz
24846 * sys/v4l/gstv4lelement.c:
24847 * sys/v4l2/gstv4l2element.c:
24848 - change default video device to /dev/video0
24849 * sys/v4l/v4l_calls.c:
24850 * sys/v4l2/v4l2_calls.c:
24851 - we only expose frequency to the user in Hz instead of
24852 bastard v4lX unit (either 62.5kHz or 62.5Hz)
24854 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
24855 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24856 Initialise b_o_s and e_o_s variables
24857 * gst-libs/gst/riff/riff-media.c:
24858 (gst_riff_create_video_caps_with_data):
24859 Add some unusual fourcc's from mplayer avi's
24860 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24861 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24864 2004-05-28 Wim Taymans <wim@fluendo.com>
24867 * gst/alpha/Makefile.am:
24868 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24869 (gst_alpha_get_type), (gst_alpha_base_init),
24870 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24871 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24872 (gst_alpha_chroma_key), (gst_alpha_chain),
24873 (gst_alpha_change_state), (plugin_init):
24874 A plugin to add an alpha channel to I420 video. Can optionally do
24876 * gst/multipart/Makefile.am:
24877 * gst/multipart/multipart.c: (plugin_init):
24878 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24879 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24880 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24881 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24882 (gst_multipart_demux_change_state),
24883 (gst_multipart_demux_plugin_init):
24884 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24885 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24886 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24887 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24888 (gst_multipart_mux_pad_unlink),
24889 (gst_multipart_mux_request_new_pad),
24890 (gst_multipart_mux_handle_src_event),
24891 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24892 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24893 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24894 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24895 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24896 send multipart jpeg images to a browser.
24897 * gst/videobox/Makefile.am:
24898 * gst/videobox/README:
24899 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24900 (gst_video_box_get_type), (gst_video_box_base_init),
24901 (gst_video_box_class_init), (gst_video_box_init),
24902 (gst_video_box_set_property), (gst_video_box_get_property),
24903 (gst_video_box_sink_link), (gst_video_box_i420),
24904 (gst_video_box_ayuv), (gst_video_box_chain),
24905 (gst_video_box_change_state), (plugin_init):
24906 Crops or adds borders around an image. can do alpha channel
24908 * gst/videomixer/Makefile.am:
24909 * gst/videomixer/README:
24910 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24911 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24912 (gst_videomixer_pad_get_sink_event_masks),
24913 (gst_videomixer_pad_get_property),
24914 (gst_videomixer_pad_set_property),
24915 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24916 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24917 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24918 (gst_videomixer_base_init), (gst_videomixer_class_init),
24919 (gst_videomixer_init), (gst_videomixer_request_new_pad),
24920 (gst_videomixer_handle_src_event),
24921 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24922 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24923 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24924 (gst_videomixer_loop), (gst_videomixer_get_property),
24925 (gst_videomixer_set_property), (gst_videomixer_change_state),
24927 Generic video mixer plugin, can handle multiple inputs all with
24928 different framerates and video sizes. Is fully alpha channel
24931 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
24933 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24934 Select first track as master track. Not sure how else to handle
24936 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24937 Discard discont events. Should fix #142962.
24939 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
24941 * ext/alsa/Makefile.am:
24942 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24943 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24944 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24945 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24946 (gst_alsa_mixer_get_option):
24947 * ext/alsa/gstalsamixer.h:
24948 * ext/alsa/gstalsamixeroptions.c:
24949 (gst_alsa_mixer_options_get_type),
24950 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24951 (gst_alsa_mixer_options_new):
24952 * ext/alsa/gstalsamixeroptions.h:
24953 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24954 * ext/alsa/gstalsamixertrack.h:
24955 Add enumerations (as GstMixerOptions). Make correct distinction
24956 between input/output tracks. Add capture/playback private flag.
24957 Use flag to decide on whether to set capture or playback volumes
24958 or switches. Use playback and record switches.
24959 * gst-libs/gst/mixer/Makefile.am:
24960 * gst-libs/gst/mixer/mixer-marshal.list:
24961 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24962 (gst_mixer_set_option), (gst_mixer_get_option),
24963 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24964 (gst_mixer_volume_changed), (gst_mixer_option_changed):
24965 * gst-libs/gst/mixer/mixer.h:
24966 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24967 (gst_mixer_options_class_init), (gst_mixer_options_init),
24968 (gst_mixer_options_dispose):
24969 * gst-libs/gst/mixer/mixeroptions.h:
24970 Add GstMixerOptions.
24971 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24972 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24973 broken device detection on computers with multiple OSS sound
24976 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
24978 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24979 fixate nicely even when the peer is not negotiating
24981 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
24983 * gst/audioconvert/gstaudioconvert.c:
24984 (gst_audio_convert_parse_caps):
24985 make sure we don't allow depth > width
24986 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24987 fixate endianness to G_BYTE_ORDER as default
24988 * gst/audioscale/gstaudioscale.c:
24989 we don't handle another endianness as host-endianness
24991 2004-05-25 David Schleef <ds@schleef.org>
24993 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
24995 2004-05-24 Benjamin Otte <otte@gnome.org>
24997 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24998 (gst_oggvorbisenc_setup):
24999 properly fail when we can't setup the vorbis encoder due to
25000 unsupported settings
25001 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25002 (gst_vorbisenc_setup):
25004 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25005 fix case where warnings occured when one pad was unlinked while the
25006 other's link function was called
25008 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
25010 * gst/tcp/Makefile.am:
25013 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
25015 * gst-libs/gst/resample/private.h:
25016 don't use optimizations that are #if 0'ed
25018 2004-05-24 Wim Taymans <wim@fluendo.com>
25020 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25021 Fix potential division by zero error and hopefully get
25022 the position query right to get correct timestamps on avi
25025 2004-05-24 Wim Taymans <wim@fluendo.com>
25027 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25028 (gst_videoscale_scale_nearest_str2),
25029 (gst_videoscale_scale_nearest_str4),
25030 (gst_videoscale_scale_nearest_32bit),
25031 (gst_videoscale_scale_nearest_24bit),
25032 (gst_videoscale_scale_nearest_16bit):
25033 Fix the scaling algorithm and avoid a buffer overflow.
25034 removed the while loop in the scaling function as it
25035 was used for point sampling only.
25037 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
25039 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25040 (gst_id3_tag_class_init), (gst_id3_tag_init),
25041 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25042 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25043 (gst_id3_tag_send_tag_event):
25044 lots of fixes to make id3mux work and id3demux work correctly
25046 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25049 add rules to build shout2send (was removed by accident
25050 when this module was no more marked experimental/broken)
25052 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25054 * ext/shout2/gstshout2.c:
25055 * ext/shout2/gstshout2.h:
25056 adding a "connection problem" signal to shout2send
25059 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
25061 * ext/kio/kioreceiver.cpp:
25062 * ext/kio/kioreceiver.h:
25063 fix sign comparison issues
25065 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25067 * gst/cdxaparse/gstcdxaparse.c:
25068 * gst/cdxaparse/gstcdxaparse.h:
25070 add some checks/sanity
25071 prepare for seek addition
25073 * sys/sunaudio/gstsunaudio.c:
25074 remove exported dupe init function
25076 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
25078 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25079 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25080 Fix format conversion and position querying.
25081 * gst/debug/progressreport.c: (gst_progressreport_report):
25082 Don't output a bogus total value that we didn't query.
25083 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25084 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25085 only a blank window after xine has been used.
25087 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
25090 sync with upstream version to fix test on FC2
25091 readd with -ko to preserve Id header
25093 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25096 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25097 * gst/tcp/gsttcpclientsrc.c: idem
25098 * gst/tcp/gsttcpserversink.c: idem
25099 * gst/tcp/gsttcpserversrc.c: idem
25100 * m4/gst-fionread.m4: idem
25102 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25104 * configure.ac: enable speex plugin for speex 1.1.5+
25105 * ext/speex/gstspeexenc.c: fix cast warning
25107 * ext/esd/README: fix typo
25109 2004-05-20 David Schleef <ds@schleef.org>
25111 * configure.ac: Minor cosmetic change to convince the buildbot to
25113 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25114 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25115 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25116 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25117 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25118 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25119 More hacking. Plays audio now.
25121 2004-05-20 David Schleef <ds@schleef.org>
25126 2004-05-20 David Schleef <ds@schleef.org>
25128 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
25129 * sys/osxaudio/gstosxaudio.c:
25130 * sys/osxaudio/gstosxaudioelement.c:
25131 * sys/osxaudio/gstosxaudioelement.h:
25132 * sys/osxaudio/gstosxaudiosink.c:
25133 * sys/osxaudio/gstosxaudiosink.h:
25134 * sys/osxaudio/gstosxaudiosrc.c:
25135 * sys/osxaudio/gstosxaudiosrc.h:
25137 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25139 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25140 (gst_vorbisenc_chain):
25141 put the codec headers on the caps as streamheader as well as
25144 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25146 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25147 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25148 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25149 split up push_packet into two functions
25151 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25153 * gst/tcp/.cvsignore:
25155 * gst/tcp/Makefile.am:
25157 * gst/tcp/gsttcp.c:
25158 * gst/tcp/gsttcp.h:
25159 * gst/tcp/gsttcpclientsink.c:
25160 * gst/tcp/gsttcpclientsink.h:
25161 * gst/tcp/gsttcpclientsrc.c:
25162 * gst/tcp/gsttcpclientsrc.h:
25163 * gst/tcp/gsttcpplugin.c:
25164 * gst/tcp/gsttcpserversink.c:
25165 * gst/tcp/gsttcpserversink.h:
25166 * gst/tcp/gsttcpserversrc.c:
25167 * gst/tcp/gsttcpserversrc.h:
25168 add new tcp elements
25170 2004-05-19 Wim Taymans <wim@fluendo.com>
25172 * gst/law/mulaw-conversion.c: (mulaw_encode):
25173 Fix overflow bug in ulaw encoding.
25175 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25177 * ext/mad/gstmad.c: (gst_mad_handle_event):
25178 don't unref the event twice
25180 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25183 remove -Wno-sign-compare
25185 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25188 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25189 if you want to work against glib 2.2 and 2.4
25191 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
25193 * gst/tcp/Makefile.am:
25194 * gst/tcp/gsttcp.c:
25195 * gst/tcp/gsttcp.h:
25196 * gst/tcp/gsttcpsink.h:
25197 * gst/tcp/gsttcpsrc.h:
25198 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25200 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25202 * gst/debug/tests.c: (md5_get_value):
25203 fix segfault on gst-inspect
25205 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25207 * gst/debug/testplugin.c:
25208 * gst/debug/tests.c:
25209 * gst/debug/tests.h:
25210 add new extensible and configurable testing element. Current tests
25211 include buffer count, stream length, timestamp/duration matching and
25213 * gst/debug/Makefile.am:
25214 * gst/debug/gstdebug.c: (plugin_init):
25215 add infrastructure for new element
25217 2004-05-19 Johan Dahlin <johan@gnome.org>
25219 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25220 ending of the array. Fixes gst-inspect segfault on ppc.
25222 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25224 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25226 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25228 2004-05-18 David Schleef <ds@schleef.org>
25230 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25231 warnings (bugs, actually) noticed by gcc but not forte.
25233 2004-05-18 David Schleef <ds@schleef.org>
25235 * sys/sunaudio/Makefile.am:
25236 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25238 2004-05-18 David Schleef <ds@schleef.org>
25240 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25241 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
25242 to allow qtdemux to use non-seekable streams. (bug #142272)
25244 2004-05-18 David Schleef <ds@schleef.org>
25246 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25247 (gst_resample_sinc_ft_float): Remove use of static temporary
25248 buffer. This code was obviously not supposed to last long, but
25249 it's stuck in our ABI, so it required a little hack to make it
25250 ABI-compatible. Fixes #142585.
25251 * gst-libs/gst/resample/resample.h: same.
25253 2004-05-18 David Schleef <ds@schleef.org>
25255 * configure.ac: Add sunaudio
25256 * examples/Makefile.am: make gstplay depend on gconf
25257 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25258 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25259 (convert_table_lookup), (img_convert): remove c99-isms
25260 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25261 unsigned, to fix a warning on Solaris
25262 * gst/mpeg1sys/systems.c: bcopy->memcpy
25263 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25264 * sys/Makefile.am: Add sunaudio
25266 2004-05-18 Wim Taymans <wim@fluendo.com>
25268 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25269 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25270 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25271 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25272 (gst_ogg_mux_loop):
25273 Fix an ugly memleak where the muxer didn't flush enough ogg
25274 pages. This also resulted in badly muxed ogg files.
25276 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25278 * gst/asfdemux/asfheaders.c :
25279 * gst/asfdemux/asfheaders.h :
25280 * gst/asfdemux/gstasfdemux.c :
25281 - fix ASF_OBJ_PADDING guid
25282 - add 3 new object guids (language list, metadata,
25283 extended stream properties)
25284 - add a function to parse extended header objects
25286 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
25288 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25289 remove leftover debugging g_print
25291 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
25293 * ext/mad/gstmad.c: (gst_mad_handle_event):
25294 Fix for when the first format in a discont event is not a
25295 byte-based one. Should fix #137710.
25297 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25299 * m4/a52.m4 : fix compilation with -Wall -Werror
25300 * m4/libfame.m4 : idem
25301 * m4/libmikmod.m4 : idem
25303 2004-05-17 Benjamin Otte <otte@gnome.org>
25305 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25306 signal the new tags before giving up the reference
25308 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
25310 * ext/shout2/gstshout2.c:
25311 use application/ogg instead of application/x-ogg (patch by Patrick
25312 Guimond, fixes #142432)
25313 * sys/oss/gstosselement.c: (gst_osselement_reset),
25314 (gst_osselement_sync_parms):
25315 don't set fragment size unless specified (fixes #142493)
25317 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25319 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25322 2004-05-17 Benjamin Otte <otte@gnome.org>
25324 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25325 compute offsets correctly for internal buffers so timestamps are set
25326 correctly when we can't seek. Also handle cases where there are no
25327 offsets. (based on a patch by David Moore, fixes #142507)
25329 2004-05-17 Benjamin Otte <otte@gnome.org>
25331 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25332 use correct variable when determining amount of data to skip so we
25333 don't skip into the void and segfault
25335 2004-05-16 Benjamin Otte <otte@gnome.org>
25337 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25340 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25342 * gst/asfdemux/gstasfdemux.c:
25343 - fix a mem leak and always propagate tags
25344 - add WMV3 to known video codecs (but no decoder yet)
25345 - replace "surplus data" at end of audio header for what
25346 it is : codec specific data
25349 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
25351 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25353 * gst-libs/gst/audio/audioclock.c:
25354 Fix wrong return type (#142205).
25356 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25358 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25359 Ignore CRCs by default (fixes #142566).
25361 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25363 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25364 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25365 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25366 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25367 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25368 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25369 Fix for cases where we fail to attach to a mixer.
25371 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25373 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25374 Don't touch events after not owning them anymore.
25375 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25376 (gst_wavparse_fmt), (gst_wavparse_other),
25377 (gst_wavparse_handle_seek), (gst_wavparse_loop),
25378 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25379 (gst_wavparse_srcpad_event):
25380 * gst/wavparse/gstwavparse.h:
25381 Add seeking, fix querying.
25383 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25385 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25386 - process comments even if they don't end with \0\0
25387 g_convert would ignore them if present and works well without them
25389 2004-05-16 Benjamin Otte <otte@gnome.org>
25391 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25394 2004-05-16 Benjamin Otte <otte@gnome.org>
25396 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25397 don't write to memory we might not write to - g_convert does that
25398 for us anyway (fixes #142613)
25399 (gst_asf_demux_audio_caps):
25400 comment out gst_util_dump_mem
25402 2004-05-16 Benjamin Otte <otte@gnome.org>
25404 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25405 compute correct expected timestamps after seek (broken since
25407 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25408 rename element and debugging category to gdkpixbufscale
25410 2004-05-16 Benjamin Otte <otte@gnome.org>
25412 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25413 add error checking to snd_pcm_delay and remove duplicate call to
25414 snd_pcm_delay that caused issues (see inline code comments)
25415 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25416 make more readable and fix return value when snd_pcm_delay fails
25419 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
25420 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25421 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25422 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25423 (gst_pixbufscale_link), (gst_pixbufscale_init),
25424 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25425 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25426 (gst_pixbufscale_get_property), (pixbufscale_init):
25427 * ext/gdk_pixbuf/pixbufscale.h:
25428 Add these files I forgot earlier
25430 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
25431 * ext/gdk_pixbuf/Makefile.am:
25432 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25433 * ext/gdk_pixbuf/gstgdkpixbuf.h:
25434 Add new pixbufscale element to scale RGB video
25435 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25436 and HYPER interpolation correctly.
25437 * ext/theora/theoraenc.c: (theora_enc_chain),
25438 Discard buffer and return if explicit caps could not be set
25439 (theora_enc_get_property):
25440 Make _get return kbps for the bitrate consistent with
25444 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25446 * ext/libvisual/visual.c: (gst_visual_chain):
25447 add missing visual_audio_analyze
25449 2004-05-14 David Schleef <ds@schleef.org>
25451 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25452 is killed while we're playing.
25453 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25454 gst_element_no_more_pads().
25456 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25458 * gst-libs/gst/riff/riff-read.c :
25459 - fix INFO tag extraction in RIFF/AVI files
25460 because gst_event_unref (event) also freed taglist
25463 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25465 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25466 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25468 * gst/auparse/gstauparse.c :
25469 - add code (commented for now) to support audio/x-adpcm on src pad
25470 (we have no decoder for those layout yet)
25472 * gst/cdxaparse/gstcdxaparse.c :
25473 * gst/cdxaparse/gstcdxaparse.h :
25474 - partial rewrite using RiffRead (ripped iain's wavparse code)
25476 * gst/rtp/gstrtpL16enc.c : typo
25477 * gst/rtp/gstrtpgsmenc.c : typo
25479 2004-05-13 Benjamin Otte <otte@gnome.org>
25482 check for exact version of libvisual, it's not supposed to be
25485 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
25487 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25488 signal no-more-pads
25490 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25492 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25493 Report which format was used for GST_FORMAT_DEFAULT
25494 * gst/debug/Makefile.am:
25495 * gst/debug/gstdebug.c: (plugin_init):
25496 * gst/debug/progressreport.c: (gst_progressreport_base_init),
25497 (gst_progressreport_class_init), (gst_progressreport_init),
25498 (gst_progressreport_report), (gst_progressreport_set_property),
25499 (gst_progressreport_get_property), (gst_progressreport_chain),
25500 (gst_progressreport_plugin_init):
25501 Add progressreport element for testing.
25503 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
25505 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25506 * sys/v4l/gstv4lsrc.h:
25507 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25508 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25509 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25510 (gst_v4lsrc_grab_frame):
25512 send a discont at start
25514 2004-05-12 Colin Walters <walters@redhat.com>
25516 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25517 inflooping if we can't find a chunk. Or in other words, don't blow
25518 chunks if we don't have a chunk to blow.
25520 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25521 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25522 Remove old debug output
25523 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25524 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25525 (gst_dvdec_set_property), (gst_dvdec_get_property):
25526 Change the quality setting to an enum, so it works from gst-launch
25527 Don't renegotiate a non-linked pad. Allows audio only decoding.
25528 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25529 (gst_deinterlace_link), (gst_deinterlace_init):
25530 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25531 (gst_videodrop_link):
25532 Some caps negotiation fixes
25534 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25536 * ext/tarkin/gsttarkin.c :
25537 - Change RANK from NONE to PRIMARY
25538 * ext/gdk_pixbuf/gstgdkpixbuf.c :
25539 - Change RANK from NONE to MARGINAL
25540 * ext/divx/gstdivxenc.c :
25541 - Change RANK from PRIMARY to NONE (encoder/spider issue)
25543 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
25545 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25546 (gst_vorbisenc_push_packet):
25547 copy a function that was added between 1.0 and 1.0.1 until we
25548 depend on worthwhile features of post-1.0
25550 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25553 enable shout2 by default
25554 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25555 (gst_shout2send_base_init), (gst_shout2send_init),
25556 (gst_shout2send_connect), (gst_shout2send_change_state):
25557 * ext/shout2/gstshout2.h:
25558 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25560 * ext/theora/theora.c: (plugin_init):
25561 don't set rank on encoders
25563 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
25565 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25566 Use codec_data property instead of flag1 and flag2 for wma
25568 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25570 * gst/cdxaparse/gstcdxaparse.c :
25571 - Add mpegversion to CAPS to make it link
25572 - Rank is as GST_RANK_SECONDARY instead of NONE
25573 * gst/auparse/gstauparse.c :
25574 - Document all audio encoding we can encounter from Solaris 9
25575 headers and libsndfile information.
25576 - Increase max. rate from 48000 to 192000 (to match other elements)
25577 - Don't try to play junk data between header and samples
25579 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25581 * ext/libvisual/visual.c: (gst_visual_getcaps):
25582 use the right caps depending on endianness (I hope)
25583 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25584 use GST_RANK_NONE for all non-decoding elements or spider gets
25587 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
25589 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25590 Fix some odd cases and fix BE metadata parsing of unicode16 text.
25592 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25594 * gst/switch/gstswitch.c: (gst_switch_release_pad),
25595 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25596 (gst_switch_loop), (gst_switch_get_type):
25597 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25598 HEADERS. Had to be said.
25600 2004-05-10 David Schleef <ds@schleef.org>
25602 * configure.ac: Add prototype Dirac support.
25604 * ext/dirac/Makefile.am:
25605 * ext/dirac/gstdirac.cc:
25606 * ext/dirac/gstdiracdec.cc:
25608 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25610 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25611 (gst_auparse_init), (gst_auparse_chain),
25612 (gst_auparse_change_state):
25613 Hack around spider. Remove me some day please.
25615 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25617 * gst/auparse/gstauparse.c: (gst_auparse_chain):
25618 Fix for some uninitialized variables in previous patch, also
25619 makes it work. Fixes #142286 while we're at it.
25621 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25623 * gst/auparse/gstauparse.c:
25624 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25625 only unsupported formats are ADPCM/CCITT G.72x
25627 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25629 2004-05-10 Wim Taymans <wim@fluendo.com>
25631 * ext/vorbis/Makefile.am:
25632 * ext/vorbis/README:
25633 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25634 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25635 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25636 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25637 (gst_oggvorbisenc_convert_sink),
25638 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25639 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25640 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25641 (get_constraints_string), (update_start_message),
25642 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25643 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25644 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25645 * ext/vorbis/oggvorbisenc.h:
25646 * ext/vorbis/vorbis.c: (plugin_init):
25647 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25648 (raw_caps_factory), (gst_vorbisenc_class_init),
25649 (gst_vorbisenc_init), (gst_vorbisenc_setup),
25650 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25651 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25652 * ext/vorbis/vorbisenc.h:
25653 Added a raw vorbis encoder to be used with the oggmuxer.
25654 We still need the old encoder for some gnome applications,
25655 read the README to find out how that works.
25656 The raw encoder is called "rawvorbisenc" until 0.9.
25658 2004-05-10 Wim Taymans <wim@fluendo.com>
25660 * ext/ogg/gstogg.c: (plugin_init):
25661 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25663 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25664 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25665 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25666 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25667 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25668 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25669 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25670 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25671 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25672 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25673 Added an ogg muxer.
25674 Small typo fixes in the demuxer.
25676 2004-05-10 Wim Taymans <wim@fluendo.com>
25678 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25679 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25680 (theora_enc_change_state), (theora_enc_set_property),
25681 (theora_enc_get_property):
25682 Mark the last packet with an EOS flag which is not really needed
25684 Do some better video framerate initialisation.
25685 Update the buffer timestamp.
25687 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
25689 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25690 Return the result of the parent state change call
25692 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25694 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25695 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25696 * gst/law/alaw-encode.c : (idem)
25697 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25698 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25699 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25701 2004-05-09 Benjamin Otte <otte@gnome.org>
25703 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25704 don't use a fixed buffer size when writing variable length data to
25705 it. Fixes memory corruption and makes alsasrc work
25707 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25709 * ext/gnomevfs/gstgnomevfssink.c:
25710 (_gst_boolean_allow_overwrite_accumulator),
25711 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25712 Run glib's default signal handler (??) in RUN_CLEANUP rather than
25713 RUN_LAST, and don't use that to set the accumulator value because
25714 then it's always FALSE.
25716 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25718 * gst-libs/gst/riff/riff-media.c:
25719 (gst_riff_create_video_caps_with_data),
25720 (gst_riff_create_audio_caps),
25721 (gst_riff_create_audio_template_caps):
25722 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25723 Fix for unaligned RIFF files (i.e. where all the chunks together
25724 in a LIST chunk are not of the same size as the size given in
25725 the LIST chunk header). Fixes several odd WAVE files. Also fix
25726 ADPCM (block_align property) in audio, so that wavparse based
25727 on this works now as it used to stand-alone.
25729 2004-05-09 Edward Hervey <bilboed@bilboed.com>
25731 reviewed by Benjamin Otte <otte@gnome.org>
25733 * ext/a52dec/gsta52dec.c:
25734 * ext/divx/gstdivxdec.c:
25735 * ext/divx/gstdivxenc.c:
25736 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25737 * ext/faac/gstfaac.c: (gst_faac_base_init):
25738 * ext/faad/gstfaad.c: (gst_faad_base_init):
25739 * ext/ivorbis/vorbisfile.c:
25740 * ext/lame/gstlame.c:
25741 * ext/libfame/gstlibfame.c:
25742 * ext/mpeg2enc/gstmpeg2enc.cc:
25743 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25744 * ext/sidplay/gstsiddec.cc:
25745 * ext/speex/gstspeexdec.c:
25746 * ext/speex/gstspeexenc.c:
25747 * ext/xvid/gstxviddec.c:
25748 * ext/xvid/gstxvidenc.c:
25749 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25752 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
25754 * ext/alsa/gstalsa.c: (device_list),
25755 (gst_alsa_class_probe_devices):
25756 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25757 Fix alsa oddness in mixer after the combination of using mixer
25758 in source/sink elements and using hw:x,y instead of just hw:x.
25760 2004-05-09 Benjamin Otte <otte@gnome.org>
25762 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25763 (gst_wavparse_create_sourcepad):
25764 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25767 2004-05-09 Benjamin Otte <otte@gnome.org>
25769 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25770 allow discont events before caps nego
25772 2004-05-08 Benjamin Otte <otte@gnome.org>
25774 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25777 2004-05-08 Benjamin Otte <otte@gnome.org>
25779 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25780 (gst_level_change_state), (gst_level_init):
25781 * gst/level/gstlevel.h:
25782 figure out if we're initialized directly instead of keeping a
25783 variable that's wrong in 90% of cases
25784 don't initialize pads and then leak them and use a new unitialized
25785 pad. (fixes #142084)
25786 these were bugs so n00bish I didn't find them for an hour :/
25788 2004-05-08 Iain <iain@prettypeople.org>
25790 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25791 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25792 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25793 return the length that was read.
25794 (gst_riff_read_strf_auds): Allow fmt tags as well.
25796 2004-05-07 David Schleef <ds@schleef.org>
25798 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25799 signed char assumption in faad.h.
25801 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25803 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25804 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25806 2004-05-07 Colin Walters <walters@redhat.com>
25808 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25809 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25811 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25812 Add dispose function.
25814 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
25815 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25816 Fix caps nego and pad templates. RGB mode caps should
25818 * ext/dvdnav/gst-dvd:
25819 Move mpeg2dec inside the thread because otherwise the
25820 queue rejects cap changes mid-stream
25821 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25822 (gst_mpeg2dec_flush_decoder):
25823 For mpeg2dec > 0.4.0, call the flush function instead of
25824 manually extracting all in-flight frames.
25825 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25826 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25827 Change mime type video/dv go video/x-dv to match the
25828 rest of gst-plugins
25830 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25832 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25833 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25834 (gst_alsa_sink_class_init):
25835 * ext/alsa/gstalsasink.h:
25836 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25837 (gst_alsa_src_class_init):
25838 * ext/alsa/gstalsasrc.h:
25839 Make alsasink/src a subclass of alsamixer so that mixer stuff
25840 shows up in gst-rec. Needs some finetuning.
25842 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
25844 * ext/lame/gstlame.c: (gst_lame_chain):
25846 * ext/mad/gstmad.c: (gst_mad_handle_event):
25848 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25849 be able to detect mp3 files < 4096 bytes
25851 2004-05-06 Wim Taymans <wim@fluendo.com>
25853 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25854 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25855 (theora_enc_set_property), (theora_enc_get_property):
25856 Also encode the first frame, cleanup some code.
25858 2004-05-06 Wim Taymans <wim@fluendo.com>
25860 * ext/mpeg2enc/gstmpeg2enc.cc:
25861 Forward events first before deciding that negotiation was
25864 2004-05-06 Wim Taymans <wim@fluendo.com>
25866 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25867 First process the events before deciding that negotiation
25870 2004-05-06 Wim Taymans <wim@fluendo.com>
25872 * ext/theora/Makefile.am:
25873 * ext/theora/theora.c: (plugin_init):
25874 * ext/theora/theoradec.c: (theora_dec_change_state):
25875 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25876 (gst_theora_enc_class_init), (gst_theora_enc_init),
25877 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25878 (theora_enc_chain), (theora_enc_change_state),
25879 (theora_enc_set_property), (theora_enc_get_property):
25880 Added a theora encoder, grouped the encoder and decoder into the
25883 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
25885 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25886 (gst_jpegenc_chain):
25887 fix DURATION on outgoing buffers
25888 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25889 debug using time formats
25890 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25891 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25892 (gst_xvimagesink_sink_link):
25893 windows with width/height 0 generate X errors, so don't allow them
25895 2004-05-05 Wim Taymans <wim@fluendo.com>
25897 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25898 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25899 (gst_mpeg2dec_negotiate_format):
25900 * ext/mpeg2dec/gstmpeg2dec.h:
25901 removed the static pad template so that we can add the
25902 more accurate framerate value to the caps.
25905 2004-05-04 Benjamin Otte <otte@gnome.org>
25908 check for kdemacros.h, too (should fix #141821)
25909 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25910 don't crash if no header was sent, but nicely error out (fixes part
25913 2004-05-04 Wim Taymans <wim@fluendo.com>
25915 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25916 parent dispose function to avoid segfault on destroy.
25918 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
25920 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25922 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25923 (gst_xvimagesink_sink_link):
25924 clean up debugging caps
25925 also recreate xvimage when format has changed
25927 2004-05-04 Benjamin Otte <otte@gnome.org>
25929 * ext/libvisual/Makefile.am:
25930 * ext/libvisual/visual.c: (gst_visual_class_init),
25931 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25932 (gst_visual_srclink), (gst_visual_chain),
25933 (gst_visual_change_state), (plugin_init):
25934 use a GstAdapter to correctly adapt buffer sizes - allows using a
25937 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25939 * sys/v4l/gstv4lelement.h:
25940 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25941 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25942 (gst_v4lsrc_buffer_free):
25943 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25944 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25945 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25946 (gst_v4lsrc_requeue_frame):
25947 move some debugging categories around
25948 query for fps index and set accordingly if found
25950 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25952 * ext/lame/gstlame.c:
25953 correct defaults that lame_init puts out of range
25955 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25957 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25958 (gst_divxenc_class_init):
25959 fix range since -1 is the default
25960 * gst/mpeg1sys/gstmpeg1systemencode.c:
25961 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25962 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25963 (gst_rtjpegdec_chain):
25964 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25965 (gst_rtjpegenc_chain):
25966 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25967 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25968 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25969 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25970 * sys/v4l/gstv4lsrc.c:
25971 * sys/v4l/v4l_calls.c: (gst_v4l_open):
25972 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25973 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25974 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25975 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25976 remove gst_info calls
25978 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25987 Updated translations
25989 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25991 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25992 refactor/comment code
25994 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
25996 * gst/asfdemux/Makefile.am:
25997 * gst/asfdemux/asfheaders.c:
25998 * gst/asfdemux/asfheaders.h:
25999 * gst/asfdemux/gstasf.c: (plugin_init):
26000 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26001 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26002 (gst_asf_demux_setup_pad):
26003 * gst/asfdemux/gstasfdemux.h:
26004 * gst/asfdemux/gstasfmux.c:
26005 * gst/asfdemux/gstasfmux.h:
26006 Add tagging support to demuxer, split out registration in its own
26007 file instead of in demux (hacky), and prevent having some tables
26008 in our memory multiple times (in asfheaders.h).
26010 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
26012 * gst/matroska/matroska-demux.c:
26013 (gst_matroska_demux_parse_metadata):
26014 * gst/matroska/matroska-ids.h:
26015 Basic tag reading support.
26017 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
26019 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26020 Really detect ac-3 audio.
26021 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26022 really detect matroska files (off-by-1).
26024 2004-04-30 David Schleef <ds@schleef.org>
26026 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26027 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26028 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26029 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26030 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26031 hackage -- parse a lot more atoms, extract a few tags. One might even
26032 mistake this for tag support. Maybe it is.
26033 * gst/qtdemux/qtdemux.h:
26035 2004-04-30 Colin Walters <walters@verbum.org>
26037 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26039 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
26041 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26042 (gst_ffmpegcolorspace_getcaps):
26043 remove broken nego fix
26045 2004-04-30 Benjamin Otte <otte@gnome.org>
26049 * ext/libvisual/Makefile.am:
26050 * ext/libvisual/visual.c:
26051 add initial support for libvisual (http://libvisual.sourceforge.net)
26052 libvisual is still quite alpha, so expect crashes in there :)
26054 2004-04-29 David Schleef <ds@schleef.org>
26056 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26057 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26058 up qtdemux to make it spit out codec_data. Do _not_ look at this
26059 code; you will no longer respect me.
26061 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26063 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26064 * ext/alsa/gstalsa.h :
26065 change alsa pcm device discovery to find more than 1 device
26066 per card. code review by Ronald.
26068 2004-04-29 David Schleef <ds@schleef.org>
26070 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26071 Add a check for a driver bug on FreeBSD. (bug #140565)
26073 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
26075 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26076 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26077 (gst_jpegenc_getcaps):
26078 move format setting to inner loop
26079 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26080 (gst_ffmpegcolorspace_getcaps):
26081 use GST_PAD_CAPS if available so that we use already negotiated
26083 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26084 (qtdemux_parse_moov), (qtdemux_parse):
26086 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26087 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26088 move hardcoded path to DEFINE
26090 2004-04-28 David Schleef <ds@schleef.org>
26092 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
26095 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26097 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26098 Don't probe for playback device if we're a source element. Fixes
26101 2004-04-29 Benjamin Otte <otte@gnome.org>
26103 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26104 (gst_id3_tag_chain):
26105 rewrite buffer offset
26107 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26111 * ext/dts/Makefile.am:
26112 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26113 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26114 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26115 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26116 (gst_dtsdec_loop), (gst_dtsdec_change_state),
26117 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26119 * ext/dts/gstdtsdec.h:
26121 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26122 (gst_faad_srcconnect):
26123 Add ESDS atom handling (.m4a).
26125 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
26127 * ext/divx/gstdivxdec.c: (plugin_init):
26128 Remove comment that makes no sense.
26129 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26130 Fix for obvious typo that resulted in warnings during gst-register.
26131 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26132 (gst_xviddec_sink_link):
26133 Fix caps negotiation a bit better.
26134 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26135 We call this 'codec_data', not 'esds'.
26137 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26139 * gst/monoscope/gstmonoscope.c:
26140 make sure we only provide 256x128
26141 * gst/monoscope/monoscope.c: (monoscope_init):
26142 assert size of 256x128
26144 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26147 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26148 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26149 fixate to max width and height of device
26151 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26154 * sys/v4l/gstv4l.c:
26155 * sys/v4l/gstv4lsrc.c:
26156 * sys/v4l/v4l_calls.c:
26157 * sys/v4l/v4lsrc_calls.c:
26158 fix for qc-usb driver which fakes having more than one buffer
26159 by handing the same buffer twice, which confused GStreamer's/v4lsrc
26160 buffer_free override
26163 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26166 * gst/videotestsrc/gstvideotestsrc.c:
26167 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26168 (gst_videotestsrc_init), (gst_videotestsrc_get),
26169 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26170 * gst/videotestsrc/gstvideotestsrc.h:
26171 add num-buffers property
26173 2004-04-26 Benjamin Otte <otte@gnome.org>
26175 * ext/mad/gstid3tag.c: (plugin_init):
26176 set id3mux rank to NONE so it doesn't confuse spider
26177 require audio/mpeg,mpegversion=1 in id3mux
26179 2004-04-26 Benjamin Otte <otte@gnome.org>
26182 detect faad correctly as non-working if it's indeed non-working
26184 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
26187 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26188 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26189 fix _getcaps so it only negotiates to its supported format
26191 2004-04-25 Benjamin Otte <otte@gnome.org>
26193 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26196 2004-04-23 Benjamin Otte <otte@gnome.org>
26198 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26199 audio/x-raw-int with height rules! not. Now it's depth.
26201 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
26203 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26204 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26205 (gst_wavparse_loop):
26206 Missing variable initialization. Add handling of DVI ADPCM. Fix
26207 mis-parsing of LIST chunks. This works around a bug where we mis-
26208 parse non-aligning LIST chunks (so LIST chunks where the contents
26209 don't align with the actual LIST size). The correct fix is to use
26210 rifflib, I'm not going to fix wavparse - too much work. All this
26213 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
26215 reviewed by Benjamin Otte <otte@gnome.org>
26217 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26218 fix shoutcast not working (fixes #140844)
26220 2004-04-22 Benjamin Otte <otte@gnome.org>
26222 * ext/hermes/gsthermescolorspace.c:
26223 (gst_hermes_colorspace_caps_remove_format_info):
26224 * gst/colorspace/gstcolorspace.c:
26225 (gst_colorspace_caps_remove_format_info):
26226 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26227 (gst_ffmpegcolorspace_caps_remove_format_info):
26228 s/gst_caps_simplify/gst_caps_do_simplify/
26230 2004-04-22 Benjamin Otte <otte@gnome.org>
26232 * gst-libs/gst/riff/riff-media.c:
26233 (gst_riff_create_video_caps_with_data):
26234 mpegversion is an int
26235 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26236 don't try to create pad templates with NULL caps, use any caps
26239 2004-04-20 David Schleef <ds@schleef.org>
26241 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26242 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
26245 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26247 reviewed by David Schleef
26249 * ext/mad/gstid3tag.c: Add stdlib.h
26250 * gst/rtp/gstrtpgsmenc.c: same
26251 * gst/tags/gstid3tag.c: same
26252 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26253 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26254 GST_DISABLE_LOADSAVE use.
26255 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26256 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26257 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26259 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26260 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26262 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26263 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26265 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26268 2004-04-20 David Schleef <ds@schleef.org>
26270 * gst/realmedia/rmdemux.c: This was supposed to part of the
26271 last checkin. Same idea.
26273 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26275 reviewed by David Schleef
26277 * configure.ac: bump required gstreamer version to 0.8.1.1
26278 because of following changes [--ds]
26280 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
26281 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26282 (gst_riff_read_header): Use GST_READ_UINT*
26283 macros to access possibly unaligned memory.
26285 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26286 (mp3_type_find): Use GST_READ_UINT*
26287 macros to access possibly unaligned memory.
26288 (mp3_type_find, mpeg1_parse_header, qt_type_find)
26289 (speex_type_find): Likewise
26291 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26293 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26294 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26295 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26296 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26297 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26298 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
26299 macros to access possibly unaligned memory.
26301 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26304 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26305 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26307 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26310 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26311 (gst_mpeg2subt_chain_subtitle): Likewise.
26313 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26314 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26317 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26320 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26323 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26326 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26329 update required version of GStreamer because of GST_TIME_FORMAT
26331 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
26333 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26334 remove leftover g_print
26335 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26336 don't try setting only a subset of the caps. We don't want to kill
26337 autoplugging on purpose
26339 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26341 * sys/ximage/ximagesink.c: (plugin_init):
26342 * sys/xvimage/xvimagesink.c: (plugin_init):
26343 add debugging categories
26345 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26349 Adding en_GB translation (Gareth Owen)
26351 2004-04-20 David Schleef <ds@schleef.org>
26353 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26354 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26355 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26356 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26357 A number of new features and hacks to extract the esds atom and
26358 put it into the caps. (bug #137724)
26360 2004-04-19 David Schleef <ds@schleef.org>
26362 * gconf/Makefile.am: Fix for non-GNU make
26363 * gst-libs/gst/Makefile.am: Change directory order to handle
26364 GstPlay linking with gstinterfaces
26365 * gst-libs/gst/audio/make_filter: make use of tr portable
26366 * gst-libs/gst/play/Makefile.am: Add intended \
26367 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26368 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26369 function prototype instead of void *.
26370 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26372 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26373 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26374 * gst/videofilter/make_filter: make use of tr portable
26375 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26377 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
26381 Added Ukrainian translation (Maxim V. Dziumanenko)
26383 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26385 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26386 (gst_gsmdec_link), (gst_gsmdec_chain):
26387 Fix capsnego, simplify chain function slightly.
26388 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26391 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26393 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26394 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26395 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26396 Hack to make wavparse work with spider (always -> sometimes pad).
26397 Fixes #135862 && #140411.
26399 2004-04-18 Benjamin Otte <otte@gnome.org>
26401 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26402 (gst_osselement_rate_probe_check),
26403 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26404 get rid of \n in debug output
26406 2004-04-17 Iain <iain@prettypeople.org>
26408 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26411 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26413 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26414 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26415 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26416 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26417 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26418 (gst_id3_tag_change_state), (plugin_init):
26419 deprecate id3tag element and replace with id3demux/id3mux.
26420 great side effect: this ugly file is now even uglier, yay!
26421 * ext/mad/gstmad.h:
26422 remove non-available function
26423 update for new get_type
26425 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26428 require mpeg2dec >= 0.4.0
26430 2004-04-17 Benjamin Otte <otte@gnome.org>
26432 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26433 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26434 (gst_xvimagesink_set_xwindow_id):
26435 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26436 assorted cleanup fixes.
26438 2004-04-16 David Schleef <ds@schleef.org>
26440 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26441 * sys/xvimage/xvimagesink.h: same
26443 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
26445 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26446 Fix GST_ELEMENT_ERROR with (NULL)
26448 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26450 * gst-libs/gst/riff/riff-media.c:
26451 (gst_riff_create_video_caps_with_data):
26452 Add div[3456] as fourccs for DivX 3 (fixes #140137).
26454 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26456 * gst-libs/gst/riff/riff-media.c:
26457 (gst_riff_create_video_caps_with_data),
26458 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26459 (gst_riff_create_video_template_caps),
26460 (gst_riff_create_audio_template_caps):
26461 * gst-libs/gst/riff/riff-media.h:
26462 * gst-libs/gst/riff/riff-read.c:
26463 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26464 * gst-libs/gst/riff/riff-read.h:
26465 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26466 Add MS RLE support. I added some functions to read out strf chunks
26467 into strf chunks and the data behind it. This is usually color
26468 palettes (as in RLE, but also in 8-bit RGB). Also use those during
26469 caps creation. Lastly, add ADPCM (similar to wavparse - which
26470 should eventually be rifflib based).
26471 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26472 (gst_matroska_demux_init), (gst_matroska_demux_reset):
26473 * gst/matroska/matroska-demux.h:
26474 Remove placeholders for some prehistoric tagging system. Didn't add
26475 support for any tag system really anyway.
26476 * gst/qtdemux/qtdemux.c:
26477 Add support for audio/x-m4a (MPEG-4) through spider.
26478 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26479 (gst_wavparse_loop):
26480 ADPCM support (#135862). Increase max. buffer size because we
26481 cannot split buffers for ADPCM (screws references) and I've seen
26482 files with 2048 byte chunks. 4096 seems safe for now.
26484 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26486 * configure.ac: bump nano to 1
26488 === release 0.8.1 ===
26490 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26492 * configure.ac: releasing 0.8.1, "Comforting Sounds"
26494 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26496 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26497 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26500 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26502 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26503 lower rank of dvddemux so that it's not used for mpeg playback.
26505 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
26508 save libs correctly when checking mad
26510 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26512 * ext/mad/gstid3tag.c: (plugin_init):
26513 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
26515 2004-04-13 David Schleef <ds@schleef.org>
26517 * common/m4/gst-feature.m4: Call -config scripts with
26518 --plugin-libs if it is supported.
26519 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26520 JPEG images are image/jpeg.
26521 * gst/debug/Makefile.am:
26522 * gst/debug/negotiation.c: (gst_negotiation_class_init),
26523 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26524 (gst_negotiation_update_caps), (gst_negotiation_get_property),
26525 (gst_negotiation_plugin_init): Add a property that acts like
26527 * testsuite/gst-lint: Move license checking to be a standard
26530 2004-04-13 David Schleef <ds@schleef.org>
26532 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26533 patch from Sebastien Cote (bug #139958)
26535 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26537 * examples/gstplay/Makefile.am:
26538 * examples/gstplay/player.c: (main):
26539 make the commandline player example use gconf settings
26541 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26543 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26544 (gst_cacasink_sinkconnect), (gst_cacasink_init),
26545 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26546 init/end library during state transition, not object
26547 creation/disposal. get rid of custom dispose handler.
26550 2004-04-12 Christian Schaller <Uraeus@gnome.org>
26552 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26555 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26557 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26558 Handle JUNK chunks inside data section. Prevents warnings.
26560 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26562 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26563 (gst_riff_create_video_template_caps):
26565 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26566 (gst_avi_demux_stream_data):
26567 Add support for "rec-list" chunks.
26569 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26571 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26572 Fix another codecname mismatch.
26574 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26576 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26577 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26578 so that MJPEG plays back.
26580 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26582 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26583 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26584 * gst/mpeg1videoparse/gstmp1videoparse.h:
26585 Fix for some slight mis-cuts in buffer parsing, and for some
26586 potential overflows or faults-causers. Adds disconts. Also fixes
26587 #139105 while we're at it.
26589 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26592 * sys/v4l2/gstv4l2element.h:
26593 Workaround for missing struct v4l2_buffer declaration in Suse 9
26594 and Mandrake 10 linux/videodev2.h header file (#135919).
26596 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26598 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26599 Bail out if no filename was given.
26601 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26603 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26604 (gst_v4l2_fourcc_from_structure):
26605 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26608 2004-04-09 Benjamin Otte <otte@gnome.org>
26610 * ext/gnomevfs/gstgnomevfssink.c:
26611 (_gst_boolean_allow_overwrite_accumulator),
26612 (gst_gnomevfssink_class_init):
26613 fix erase signal - if any handler returns false the file will not be
26614 overwritten. If no handler is connected, the file will not be
26615 overwritten either.
26616 renamed signal to "allow-overwrite"
26617 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26618 free string when adding it to ID3 failed
26619 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26620 unref event when done
26621 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26623 * gst/typefind/gsttypefindfunctions.c:
26624 (mpeg_video_stream_type_find):
26627 2004-04-08 David Schleef <ds@schleef.org>
26629 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26630 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26632 2004-04-08 David Schleef <ds@schleef.org>
26634 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26635 we don't support (bug #139532)
26637 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
26639 * ext/mad/gstmad.c: (gst_mad_handle_event),
26640 (gst_mad_check_caps_reset), (gst_mad_chain),
26641 (gst_mad_change_state):
26642 only set explicit caps if they haven't been set before for
26643 this stream. MPEG-audio sample rate/channels aren't allowed
26644 to change in-stream.
26647 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
26649 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26650 (_gst_boolean_did_something_accumulator),
26651 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26652 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26653 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26654 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26655 (gst_gnomevfssink_change_state):
26656 Fix erase signal. Don't erase by default. Remove handoff signal.
26657 Remove erase property. Don't segfault. General cleanup.
26659 2004-04-07 Benjamin Otte <otte@gnome.org>
26661 * gst-libs/gst/gconf/test-gconf.c: (main):
26662 add missing gst_init
26664 2004-04-07 Benjamin Otte <otte@gnome.org>
26666 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26667 free the mutexes, too
26669 2004-04-07 Benjamin Otte <otte@gnome.org>
26671 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26672 actually free the URI string
26673 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26674 compute offset correctly when passing discont events
26675 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26676 don't leak discont events
26677 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26678 add some missing breaks so caps aren't copied randomly
26679 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26680 if we realloc memory, we better use it
26682 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
26684 * ext/mad/gstmad.c: (normal_seek):
26685 fix GST_FORMAT_TIME usage
26687 2004-04-05 David Schleef <ds@schleef.org>
26689 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
26690 a deprecated function (hack!)
26692 2004-04-05 Benjamin Otte <otte@gnome.org>
26694 * ext/esd/esdmon.c: (gst_esdmon_get):
26695 fix nonterminated vararg and memleak
26697 2004-04-05 Benjamin Otte <otte@gnome.org>
26699 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26700 (gst_ladspa_init), (gst_ladspa_force_src_caps),
26701 (gst_ladspa_set_property), (gst_ladspa_get_property),
26702 (gst_ladspa_instantiate), (gst_ladspa_activate),
26703 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26706 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
26708 reviewed by Benjamin Otte <otte@gnome.org>
26710 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26711 check for broken LADSPA parameters (fixes #138635)
26713 2004-04-05 Benjamin Otte <otte@gnome.org>
26715 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26716 advertise buffer-frames correctly on sinkpads
26718 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26720 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26721 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26722 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26723 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26724 (gst_mad_check_caps_reset), (gst_mad_chain):
26725 add more debugging, only reset caps when we're not in error state
26727 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26729 * ext/mad/gstmad.c: add debugging category, comment + cleanups
26731 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26733 reviewed by Benjamin Otte <otte@gnome.org>
26736 fix == in test(1) operator
26738 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26740 reviewed by Benjamin Otte <otte@gnome.org>
26743 fix --export-symblos-regex to a working regex.
26745 2004-04-04 Benjamin Otte <otte@gnome.org>
26747 * sys/oss/.cvsignore:
26750 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
26752 reviewed by Benjamin Otte <otte@gnome.org>
26754 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26755 add missing 'new_media' argument (fixes #138168)
26756 * gst/matroska/matroska-demux.c:
26757 (gst_matroska_demux_handle_seek_event):
26758 add vararg terminator (fixes #138169)
26760 2004-04-02 David Schleef <ds@schleef.org>
26762 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
26763 disted (bug #138914)
26765 2004-04-01 Benjamin Otte <otte@gnome.org>
26767 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26768 (gst_alsa_close_audio):
26769 handle case better where a soundcard can't pause
26770 * ext/ogg/gstoggdemux.c:
26771 don't crash when we get events but don't have pads yet
26773 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26775 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26776 throw an error if we couldn't probe any caps.
26778 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26780 * ext/dvdnav/gst-dvd:
26781 Add a really simple sample DVD player
26783 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26785 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26786 (gst_a52dec_push), (gst_a52dec_handle_event),
26787 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26788 (gst_a52dec_change_state):
26789 * ext/a52dec/gsta52dec.h:
26790 Use a debug category, Output timestamps correctly
26791 Emit tag info, Handle events, tell liba52dec about cpu
26792 capabilities so it can use MMX etc.
26793 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26794 Fix a crasher accessing invalid memory
26795 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26796 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26797 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26798 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26800 Some support for byte-format seeking.
26801 Small fixes for still frames and menu button overlays
26802 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26803 (gst_mpeg2dec_alloc_buffer):
26804 Use a debug category. Adjust the report level of several items to
26805 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26806 so it doesn't lose the GstBuffer pointer
26807 * gst/debug/Makefile.am:
26808 * gst/debug/gstdebug.c: (plugin_init):
26809 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26810 (gst_navseek_base_init), (gst_navseek_class_init),
26811 (gst_navseek_init), (gst_navseek_seek),
26812 (gst_navseek_handle_src_event), (gst_navseek_set_property),
26813 (gst_navseek_get_property), (gst_navseek_chain),
26814 (gst_navseek_plugin_init):
26815 * gst/debug/gstnavseek.h:
26816 Add the navseek debug element for seeking back and forth in a
26817 video stream using arrow keys.
26818 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26819 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26820 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26821 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26822 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26823 (gst_mpeg2subt_parse_header), (gst_get_nibble),
26824 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26825 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26826 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26827 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26828 * gst/mpeg2sub/gstmpeg2subt.h:
26829 Pretty much a complete rewrite. Now a loopbased element. May still
26830 require work to properly synchronise subtitle buffers.
26831 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26832 (gst_dvd_demux_send_subbuffer):
26833 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26834 Don't attempt to create subbuffers of size 0
26835 Reduce a couple of error outputs to warnings.
26836 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26837 (gst_y4mencode_chain):
26838 Output the y4m frame header correctly.
26840 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26842 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26843 throw errors instead of allowing SIGFPE
26845 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26847 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26848 (gst_gconf_render_bin_from_key):
26849 leak plugging and style fixing
26851 2004-03-31 David Schleef <ds@schleef.org>
26853 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26854 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26856 * gst/debug/Makefile.am:
26857 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26858 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
26860 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26861 (gst_negotiation_base_init), (gst_negotiation_class_init),
26862 (gst_negotiation_init), (gst_negotiation_getcaps),
26863 (gst_negotiation_pad_link), (gst_negotiation_chain),
26864 (gst_negotiation_set_property), (gst_negotiation_get_property),
26865 (gst_negotiation_plugin_init): New element to talk about random
26866 negotiation things happening in a pipeline.
26868 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26870 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26871 fix integer addition with help of Stefan Kost
26873 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26875 * po/nl.po: updated Dutch translation (Elros Cyriatan)
26877 2004-03-30 David Schleef <ds@schleef.org>
26879 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26880 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
26881 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26883 * ext/mpeg2dec/gstmpeg2dec.h:
26885 2004-03-30 David Schleef <ds@schleef.org>
26887 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26889 2004-03-30 David Schleef <ds@schleef.org>
26891 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
26892 Michael Petullo) to handle .mov
26894 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26896 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26897 (gst_osselement_rate_check_rate):
26898 probe caps correctly for sound cards that only support one format
26900 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26902 * ext/kio/kiosrc.cpp: (process_events):
26903 update handling event processing if inside KDE - untested
26905 2004-03-29 David Schleef <ds@schleef.org>
26907 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26908 by 2 to not interfere with other colorspaces.
26909 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26910 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26911 one to not interfere with ffmpeg_colorspace.
26913 2004-03-29 David Schleef <ds@schleef.org>
26915 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26916 aren't in the caps.
26917 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26918 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26920 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26922 * gst-libs/gst/riff/riff-media.c:
26923 fail on error, don't try to set stuff on NULL caps
26925 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26929 * ext/kio/Makefile.am:
26930 * ext/kio/kioreceiver.cpp:
26931 * ext/kio/kioreceiver.h:
26932 * ext/kio/kiosrc.cpp:
26933 * ext/kio/kiosrc.h:
26934 add experimental kiosrc plugin
26935 * ext/alsa/gstalsaplugin.c: (plugin_init):
26936 initialize debugging category only when we're sure registering the
26939 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
26941 * examples/gstplay/player.c: (main):
26942 * gst-libs/gst/play/play.c: (gst_play_class_init),
26943 (gst_play_set_location), (gst_play_set_data_src),
26944 (gst_play_set_video_sink), (gst_play_set_audio_sink),
26945 (gst_play_set_visualization), (gst_play_connect_visualization):
26946 check return values of element_set_state and return FALSE where
26949 2004-03-29 Benjamin Otte <otte@gnome.org>
26951 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26952 try harder to check if an event is really a discont
26954 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
26956 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26959 2004-03-28 Benjamin Otte <otte@gnome.org>
26961 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26962 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26963 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26964 get rid of non-standard "..." ranges in case statements.
26966 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
26968 * gst/mpegstream/gstmpegdemux.c:
26969 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26970 specific functionality split to the new dvddemux element.
26971 * gst/mpegstream/gstdvddemux.c:
26972 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26973 streams, derived from mpegdemux.
26974 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26975 up. SCR based timestamp rewriting can be turned off (will probably
26976 completely disappear soon).
26977 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26978 hacking. General cleanup. All printf statements replaced by
26979 debugging messages. Almost complete libdvdnav support.
26980 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26981 by events. New properties for audio and subpicture languages.
26982 (dvdnavsrc_update_highlight): Now uses events.
26983 (dvdnavsrc_user_op): Cleaned up.
26984 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26985 based). Lots of cleanup, and propper support for most libdvdnav
26987 (dvdnavsrc_make_dvd_event): New function.
26988 (dvdnavsrc_make_dvd_nav_packet_event): New function.
26989 (dvdnavsrc_make_clut_change_event): New function.
26991 2004-03-26 Benjamin Otte <otte@gnome.org>
26993 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26994 fix bug where typefinding would claim it's theora whenever less then
26995 7 bytes of data were available
26997 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
26999 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27000 (gst_alawdec_base_init), (gst_alawdec_class_init),
27001 (gst_alawdec_init), (gst_alawdec_chain):
27002 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27003 (gst_alawenc_base_init), (gst_alawenc_class_init),
27004 (gst_alawenc_init), (gst_alawenc_chain):
27005 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27006 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27007 (gst_mulawdec_init), (gst_mulawdec_chain):
27008 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27009 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27010 (gst_mulawenc_init), (gst_mulawenc_chain):
27011 Fix capsnego in all four, remove the unused property functions and
27012 simplify the chain functions slightly. I guess we could use macros
27013 or something similar for those, since the code is so similar, but
27014 I'm currently too lazy...
27016 2004-03-24 David Schleef <ds@schleef.org>
27018 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27019 (gst_osselement_close_audio), (gst_osselement_probe_caps),
27020 (gst_osselement_get_format_structure),
27021 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27022 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27023 (gst_osselement_rate_int_compare): Add code to handle rate probing
27025 * sys/oss/gstosselement.h: same
27026 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27027 Use rate probing provided by osselement.
27028 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27030 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
27032 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27033 (gst_xvidenc_get_property):
27036 2004-03-24 David Schleef <ds@schleef.org>
27038 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27039 (gst_speexdec_init):
27040 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27041 (gst_speexenc_init): Create the pad template correctly (from
27042 the static pad template, not a NULL pointer.)
27044 2004-03-25 Benjamin Otte <otte@gnome.org>
27046 * gst/debug/Makefile.am:
27047 * gst/debug/breakmydata.c:
27048 add element that quasi-randomly changes bytes in the stream.
27049 Intended use is robustness checking of demuxers and decoders in
27052 2004-03-24 Benjamin Otte <otte@gnome.org>
27054 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27055 (gst_alsa_probe_hw_params):
27056 * ext/alsa/gstalsa.h:
27057 debugging output fixes
27059 2004-03-24 Benjamin Otte <otte@gnome.org>
27061 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27062 don't g_return_if_fail if element is PLAYING, fail silently as every
27064 * gst/effectv/gstquark.c: (gst_quarktv_chain):
27065 only fix needed for cast lvalue issues in gst-plugins
27066 * gst/volenv/gstvolenv.c: (gst_volenv_init):
27069 2004-03-24 Benjamin Otte <otte@gnome.org>
27071 * gst/level/gstlevel.c: (gst_level_init):
27072 add proxying getcaps function, so level doesn't advertise impossible
27075 2004-03-24 David Schleef <ds@schleef.org>
27077 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27078 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27079 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27080 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27081 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27082 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27083 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27084 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27085 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
27086 messages. Divide the chunk size by the compression ratio
27087 (needed for MACE audio)
27089 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27091 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27092 Fix buffer overflow read error.
27094 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27096 * ext/alsa/gstalsa.h:
27097 Remove unused entry.
27098 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27100 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27101 (gst_videodrop_link), (gst_videodrop_chain):
27102 Fix, sort of. Was horribly broken with new capsnego. Bah...
27104 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
27106 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27108 Add a monkeysaudio typefind function
27110 2004-03-23 Johan Dahlin <johan@gnome.org>
27112 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27113 (gst_play_video_fixate): Check so the structure has the field
27114 before trying to fixate them, this makes it possible to have
27115 fakesinks for video and audio output without printing errors on
27116 the output console.
27118 2004-03-22 David Schleef <ds@schleef.org>
27120 * sys/oss/Makefile.am:
27121 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27122 (check_rate), (add_rate): Rate probing test app.
27124 2004-03-21 Benjamin Otte <otte@gnome.org>
27126 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27127 (_fixate_caps_to_int), (gst_audio_convert_fixate):
27128 add a fixation function that pretty much does the right thing (fixes
27131 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
27133 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27135 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
27137 reviewed by: Benjamin Otte <otte@gnome.org>
27139 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27140 terminate gst_event_new_discontinuous correctly (fixes parts of
27143 2004-03-19 David Schleef <ds@schleef.org>
27145 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
27146 since it doesn't depend on X, and it's part of our ABI.
27148 2004-03-19 Iain <iain@prettypeople.org>
27150 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27151 is_int in the structure, not the local variable.
27153 2004-03-19 David Schleef <ds@schleef.org>
27155 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27156 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27157 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27158 Improvements in caps negotiation.
27160 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27164 adding Afrikaans (Petri Jooste)
27166 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27168 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27169 (gst_ffmpegcolorspace_chain):
27170 throw error instead of g_critical (#137588)
27172 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27176 dist common and m4 correctly
27179 2004-03-17 David Schleef <ds@schleef.org>
27181 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
27184 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27188 adding Swedish translation (Christian Rose)
27190 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27192 * Makefile.am: use release.mak
27194 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27196 * common/ChangeLog:
27197 * common/gst-autogen.sh:
27198 add some explanation about the version detection
27202 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27204 * configure.ac: bump nano to 1
27206 === release 0.8.0 ===
27208 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27210 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27212 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27215 update libtool version
27216 * gst-libs/gst/media-info/Makefile.am:
27217 actually use libtool version
27219 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27221 * configure.ac: fix speex detection to work with 1.0 but not 1.1
27223 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27226 * gst-plugins.spec.in:
27227 * pkgconfig/Makefile.am:
27228 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27229 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27230 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27231 * pkgconfig/gstreamer-libs.pc.in:
27232 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27233 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27234 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27235 * pkgconfig/gstreamer-plugins.pc.in:
27236 remove @VERSION@ from some of the pc files since core and plugins
27238 created gstreamer-plugins.pc as it's a better name, but keeping
27239 -libs around for now to get fixes upstream done first.
27241 2004-03-15 Julien MOUTTE <julien@moutte.net>
27243 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27244 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27245 * gst-libs/gst/play/play.h:
27247 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27249 * *.c, *.cc: don't mix tabs and spaces
27251 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27253 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27254 use the new ffmpegcolorspace
27255 * gst-plugins.spec.in:
27256 package new colorspace and media-info
27258 * pkgconfig/Makefile.am:
27259 fix some more disting issues
27260 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27261 * pkgconfig/gstreamer-media-info.pc.in:
27262 generate media-info pc files
27264 2004-03-15 Johan Dahlin <johan@gnome.org>
27266 * *.h: Revert indenting
27268 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27271 adding ffmpegcolorspace element
27272 * gst/ffmpegcolorspace/Makefile.am:
27273 * gst/ffmpegcolorspace/avcodec.h:
27274 * gst/ffmpegcolorspace/common.h:
27275 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27276 * gst/ffmpegcolorspace/dsputil.h:
27277 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27278 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27279 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27280 (gst_ffmpeg_caps_to_pix_fmt):
27281 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27282 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27283 (gst_ffmpegcolorspace_caps_remove_format_info),
27284 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27285 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27286 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27287 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27288 (gst_ffmpegcolorspace_set_property),
27289 (gst_ffmpegcolorspace_get_property),
27290 (gst_ffmpegcolorspace_register):
27291 * gst/ffmpegcolorspace/imgconvert.c:
27292 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27293 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27294 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27295 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27296 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27297 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27298 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27299 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27300 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27301 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27302 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27303 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27304 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27305 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27306 (img_get_alpha_info), (deinterlace_line),
27307 (deinterlace_line_inplace), (deinterlace_bottom_field),
27308 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27309 * gst/ffmpegcolorspace/imgconvert_template.h:
27310 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27311 * gst/ffmpegcolorspace/mmx.h:
27312 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27313 adding ffmpegcolorspace element supplied by Ronald after cleaning
27314 up and pulling in the right bits of upstream source.
27315 I'm sure a better C/compiler wizard could do some cleaning up (for
27316 example use GLIB's malloc stuff), but as a first pass this
27319 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27321 * ext/alsa/gstalsa.h:
27322 I assume Ronald forgot to commit the change to have cardname
27323 as a struct member. Expect some public spanking at the next
27326 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
27328 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27329 (gst_alsa_open_audio), (gst_alsa_close_audio):
27330 * ext/alsa/gstalsa.c:
27331 Don't open the device if we're a mixer (= padless).
27332 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27333 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27334 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27335 Open mixer during state change rather than during object
27336 initialization. Also, get a device name. Currently in a somewhat
27337 hackish fashion, but I didn't really find something better.
27339 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
27341 * *.c, *.h: run gst-indent
27343 2004-03-14 Benjamin Otte <otte@gnome.org>
27345 * gst/modplug/gstmodplug.cc:
27346 * gst/modplug/gstmodplug.h:
27347 set correct timestamps on outgoing buffers
27349 2004-03-14 Benjamin Otte <otte@gnome.org>
27351 * gst/modplug/gstmodplug.cc:
27352 handle events - don't do crap when a discont arrives that's not
27354 This allows correct loading and playback of mods in Rhythmbox
27356 2004-03-14 Benjamin Otte <otte@gnome.org>
27359 * gst-libs/gst/gconf/Makefile.am:
27360 * pkgconfig/Makefile.am:
27361 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27362 they get rebuilt properly
27364 when checking for vorbis, try pkgconfig first.
27365 * gst/modplug/gstmodplug.cc:
27366 add fixate function
27368 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
27370 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27371 Fix for obvious mistake, where we first shift the offset and then
27372 read a samplesize element assuming the old offset. Note that this
27373 part still has something weird, i.e. my movies containing those
27374 don't actually play well, but at least there's something that looks
27377 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
27378 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27380 Add a typefind function for speex format
27382 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27384 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27385 (gst_asf_demux_setup_pad):
27386 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27387 instead of 0. Reason is simple: some elements have a fps range
27388 of 1-max instead of 0-max. So now ASF video actually works.
27390 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
27394 adding serbian as a language
27396 2004-03-13 Benjamin Otte <otte@gnome.org>
27398 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27399 return taglist correctly from _get function, don't gst_pad_push it.
27402 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27403 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27405 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27407 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27408 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27409 (gst_alsa_mixer_track_new):
27410 * ext/alsa/gstalsamixertrack.h:
27411 Fix ancient leftovers... MixerTrack is a GObject.
27413 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27415 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27416 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27417 Don't block during probing...
27419 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
27421 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27422 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27423 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27424 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27425 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27426 (gst_alsa_open_audio), (gst_alsa_close_audio):
27427 * ext/alsa/gstalsa.h:
27428 Add propertyprobe interface implementation, add some device-name
27429 property, all this so that it looks good in gnome-volume-control.
27431 2004-03-12 David Schleef <ds@schleef.org>
27433 * configure.ac: the Hermes library controls hermescolorspace, not
27435 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27436 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27438 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27439 * ext/sdl/sdlvideosink.h: ditto.
27440 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27442 2004-03-12 Benjamin Otte <otte@gnome.org>
27444 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27445 (gst_x_overlay_got_xwindow_id):
27446 * gst-libs/gst/xoverlay/xoverlay.h:
27447 replace XID with unsigned long to get rid of the xlibs dependency in
27448 XOverlay (fixes #137004)
27450 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27451 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27452 (gst_agingtv_setup):
27453 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27454 (gst_dicetv_base_init), (gst_dicetv_class_init),
27455 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27456 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27457 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27458 (gst_edgetv_setup), (gst_edgetv_rgb32):
27459 * gst/effectv/gsteffectv.c:
27460 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27461 (gst_quarktv_set_property):
27462 * gst/effectv/gstrev.c: (gst_revtv_get_type),
27463 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27464 (gst_revtv_setup), (gst_revtv_rgb32):
27465 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27466 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27467 (gst_shagadelictv_init), (gst_shagadelictv_setup),
27468 (gst_shagadelictv_rgb32):
27469 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27470 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27471 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27472 * gst/effectv/gstwarp.c:
27473 Port everything that can be ported to videofilter and fix up the caps.
27474 Can someone with a big-endian machine please check these?
27476 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27478 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27479 (gst_osssink_chain), (gst_osssink_change_state):
27480 Latest fixes for A/V sync, audio playback and such. This is about
27481 all... MPEG playback issues are mostly related to the async build-
27482 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27484 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27486 patch from: Stephane Loeuillet
27489 use pkg-config for some libraries, falling back to the old .m4 way
27494 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27497 * tools/Makefile.am:
27498 * tools/Makefile.in:
27499 * tools/gst-launch-ext-m.m:
27500 * tools/gst-launch-ext.1.in:
27501 * tools/gst-visualise-m.m:
27502 * tools/gst-visualise.1:
27503 * tools/gst-visualise.1.in:
27504 reorganizing generation of script tools
27506 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27508 * ext/divx/gstdivxdec.c:
27509 Downgrade priority. We prefer ffdec_mpeg4.
27510 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27511 (gst_faad_chain), (gst_faad_change_state):
27512 Fix capsnego. Doesn't work for some sounds because we don't have
27513 a 5:1 to stereo element.
27514 * ext/xvid/gstxvid.c: (plugin_init):
27516 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27517 (gst_osssink_change_state):
27518 Add discont handling.
27520 2004-03-09 Colin Walters <walters@verbum.org>
27522 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27525 2004-03-09 Benjamin Otte <otte@gnome.org>
27527 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27528 the signals take 2 arguments
27530 2004-03-09 David Schleef <ds@schleef.org>
27532 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27533 (gst_alsa_fixate): Add fixate function. (bug #136686)
27534 * ext/alsa/gstalsa.h:
27535 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27537 2004-03-09 Benjamin Otte <otte@gnome.org>
27539 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27540 (gst_mikmod_change_state):
27541 * ext/mikmod/gstmikmod.h:
27542 make mikmod's loop function not loop infinitely and call
27543 gst_element_yield anymore
27544 * gst/modplug/gstmodplug.cc:
27545 fix pad negotiation (fixes #136590)
27547 2004-03-09 David Schleef <ds@schleef.org>
27549 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
27550 doesn't conflict with the internal colorspace plugin.
27551 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
27552 satisfy the crappy-ass shell shipped by a certain vendor.
27553 * gst/videofilter/make_filter: same (bug #135299)
27555 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27557 * configure.ac: bump nano to 1
27559 === release 0.7.6 ===
27561 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27563 * configure.in: releasing 0.7.6, "There"
27565 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27567 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27568 * pkgconfig/gstreamer-play.pc.in:
27569 synchronize the two
27571 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27573 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27574 (cdparanoia_open), (cdparanoia_event):
27575 fix/add error handling
27577 add cdparanoia source
27578 * tools/Makefile.am:
27579 make scripts executable
27581 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27584 * ext/vorbis/Makefile.am:
27586 remove id3types, vorbisfile and xvideosink from the build (#133783)
27588 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
27590 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27591 Fix metadata read crash (#136537).
27593 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27595 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27596 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27597 adding mime types, fixing the one-stop function
27599 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27601 * ext/nas/nassink.c and /ext/nas/nassink.h:
27602 More NAS love from Arwed von Merkatz
27603 So lets all sing 'Can you feel the NAS tonight'
27605 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27607 * tools/gst-launch-ext.in:
27608 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27610 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27612 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27613 (gst_mpeg2dec_init):
27614 remove the user_data pad for now, because it is being used in
27615 fixating causing MPEG playback to fixate on 1000 Hz for playback.
27616 If someone knows how to fix this properly, please do.
27618 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27620 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27621 (gst_osssink_get_time):
27622 add a warning, IMO this won't get triggered anymore, remove later
27624 2004-03-07 David Schleef <ds@schleef.org>
27626 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
27627 format (bug #136470)
27629 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
27631 * gst-libs/Makefile.am:
27632 * gst-libs/gst/media-info/Makefile.am:
27633 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27634 (error_callback), (gst_media_info_error_create),
27635 (gst_media_info_error_element), (gmip_init), (gmip_reset),
27636 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27637 * gst-libs/gst/media-info/media-info-priv.h:
27638 * gst-libs/gst/media-info/media-info-test.c: (main):
27639 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27640 (gst_media_info_class_init), (gst_media_info_instance_init),
27641 (gst_media_info_set_source), (gst_media_info_read_with_idler),
27642 (gst_media_info_read_idler), (gst_media_info_read):
27643 * gst-libs/gst/media-info/media-info.h:
27644 fixed, should work now
27646 2004-03-07 Christian Schaller <Uraeus@gnome.org>
27648 * ext/nas/nassink.c:
27649 A bunch of NAS fixes from Arwed von Merkatz
27651 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27653 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27654 (qtdemux_parse_trak):
27655 Fix crash (j might be greater than n_samples, in which case we're
27656 writing outside the allocated space for the array) and memleak.
27658 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27660 * sys/oss/gstosssink.c: (gst_osssink_chain):
27661 And another caller that couldn't handle delay < 0 (unsigned
27662 integer overflow). Video now continues playing on an audio
27663 buffer underrun, and the clock continues working. Audio still
27666 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27668 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27669 (gst_osssink_get_time):
27670 get_delay() may return values lower than 0. In those cases, we
27671 should not actually cast to *unsigned* int64, that will break
27672 stuff horribly. In my case, it screwed up A/V sync in movies
27673 in totem rather badly.
27675 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27677 * ext/faac/gstfaac.c: (gst_faac_chain):
27678 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27679 * ext/libpng/gstpngenc.c: (user_write_data):
27680 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27681 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27682 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27683 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27684 Fix several misuse of gst_buffer_merge (it doesn't take ownership
27685 of any buffer), should fix some leaks. I hope I didn't unref buffers
27686 that shouldn't be...
27688 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27690 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27691 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27692 (error_callback), (gmi_reset), (gmi_seek_to_track),
27693 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27694 (gmip_find_type_post), (gmip_find_stream_post),
27695 (gmip_find_track_streaminfo_post):
27696 * gst-libs/gst/media-info/media-info-priv.h:
27697 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27698 (info_print), (main):
27699 * gst-libs/gst/media-info/media-info.c:
27700 (gst_media_info_error_create), (gst_media_info_error_element),
27701 (gst_media_info_instance_init), (gst_media_info_get_property),
27702 (gst_media_info_new), (gst_media_info_set_source),
27703 (gst_media_info_read_idler), (gst_media_info_read):
27704 * gst-libs/gst/media-info/media-info.h:
27705 first pass at making this work again. This seems to work on
27706 tagged ogg/vorbis and mp3 files.
27708 2004-03-06 Benjamin Otte <otte@gnome.org>
27710 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27711 fix huge leak: gst_buffer_merge doesn't unref the first argument
27714 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27716 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27717 report layer/mode/emphasis
27719 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27721 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27723 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27725 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27728 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27730 * ext/vorbis/vorbis.c: (plugin_init):
27731 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27732 (gst_vorbis_dec_init), (vorbis_dec_event):
27734 make vorbisdec handle _BYTE and _TIME queries
27736 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27738 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27739 from the xing header
27741 2004-03-06 Benjamin Otte <otte@gnome.org>
27743 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27744 (gst_audio_convert_link), (gst_audio_convert_change_state),
27745 (gst_audio_convert_buffer_from_default_format):
27746 do conversions from/to float correctly, fix some caps nego errors,
27747 export correct supported caps in template and getcaps, use correct
27748 caps in try_set_caps functions
27750 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27752 For some reason, I only committed a ChangeLog entry yesterday and
27753 not the corresponding code...
27754 * ext/mad/gstmad.c: Fix detection of Xing headers
27755 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27757 2004-03-06 Benjamin Otte <otte@gnome.org>
27759 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27760 (gst_ogg_demux_src_query):
27761 make sure to handle the case where there's no current chain
27764 2004-03-05 David Schleef <ds@schleef.org>
27766 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27767 Add fixate function. (bug #131128)
27768 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27769 (gst_sdlvideosink_fixate): Add fixate function.
27770 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27771 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27772 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27773 Fix missing break that was causing ulaw to be interpreted as
27776 2004-03-05 David Schleef <ds@schleef.org>
27778 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27779 Fix code that ignores return value of gst_buffer_merge().
27781 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27782 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27783 * testsuite/gst-lint: Check for above.
27785 2004-03-05 David Schleef <ds@schleef.org>
27787 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
27788 caps and throw an element error. (bug #136334)
27790 2004-03-05 David Schleef <ds@schleef.org>
27792 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27793 (gst_faad_chain): Fix negotiation.
27794 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27795 key and button events.
27796 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27798 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27800 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27801 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27802 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27803 function to encourage better negotiation, particularly between
27804 audioconvert and osssink.
27805 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27806 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
27808 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
27810 * gst/vbidec/vbiscreen.c: Add glib header
27811 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
27813 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
27815 * ext/mad/gstmad.c: Fix detection of Xing headers
27816 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27818 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27820 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27821 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27824 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27826 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27827 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27828 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27829 files, and report the parsed length as a GST_TAG_DURATION tag.
27830 * gst/tags/gstid3tag.c: support TLEN (duration) tag
27832 2004-03-05 Benjamin Otte <otte@gnome.org>
27834 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27835 convert channels correctly. convert correctly to unsigned.
27837 2004-03-05 Julien MOUTTE <julien@moutte.net>
27839 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27840 we have a window before clearing it.
27842 2004-03-05 Julien MOUTTE <julien@moutte.net>
27844 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27845 have a window before clearing it.
27847 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
27849 * gconf/gstreamer.schemas.in:
27850 * gst-libs/gst/gconf/Makefile.am:
27851 version installation path the same way as for 0.6
27852 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27853 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27854 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27855 remove comment that was fixed
27857 2004-03-05 David Schleef <ds@schleef.org>
27859 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27860 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27861 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27862 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27863 Add prototype code for handling seeking and querying.
27865 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
27867 * examples/gstplay/player.c: (main):
27868 Initialize variables to NULL. Prevents a segfault because the
27869 (uninitialized) variable is not NULL, resulting in a crash on
27870 trying to reach error->message.
27872 2004-03-05 Benjamin Otte <otte@gnome.org>
27874 * gst/audioconvert/gstaudioconvert.c:
27875 (gst_audio_convert_buffer_to_default_format):
27876 make float=>int conversion work correctly even in cornercases.
27878 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
27880 * debian/README.Debian:
27881 * debian/build-deps:
27882 * debian/changelog:
27884 * debian/control.in:
27885 * debian/copyright:
27886 * debian/gstreamer-a52dec.files:
27887 * debian/gstreamer-aa.files:
27888 * debian/gstreamer-alsa.files:
27889 * debian/gstreamer-alsa.manpages:
27890 * debian/gstreamer-arts.files:
27891 * debian/gstreamer-artsd.files:
27892 * debian/gstreamer-audiofile.files:
27893 * debian/gstreamer-avifile.files:
27894 * debian/gstreamer-cdparanoia.files:
27895 * debian/gstreamer-colorspace.files:
27896 * debian/gstreamer-doc.files:
27897 * debian/gstreamer-dv.files:
27898 * debian/gstreamer-dvd.files:
27899 * debian/gstreamer-esd.files:
27900 * debian/gstreamer-festival.files:
27901 * debian/gstreamer-flac.files:
27902 * debian/gstreamer-gconf.conffiles:
27903 * debian/gstreamer-gconf.files:
27904 * debian/gstreamer-gconf.postinst:
27905 * debian/gstreamer-gnomevfs.files:
27906 * debian/gstreamer-gsm.files:
27907 * debian/gstreamer-http.files:
27908 * debian/gstreamer-jack.files:
27909 * debian/gstreamer-jpeg.files:
27910 * debian/gstreamer-mad.files:
27911 * debian/gstreamer-mikmod.files:
27912 * debian/gstreamer-misc.files:
27913 * debian/gstreamer-mpeg2dec.files:
27914 * debian/gstreamer-oss.files:
27915 * debian/gstreamer-plugin-apps.files:
27916 * debian/gstreamer-plugin-apps.manpages:
27917 * debian/gstreamer-plugin-libs-dev.files:
27918 * debian/gstreamer-plugin-libs.files:
27919 * debian/gstreamer-plugin-template.postinst:
27920 * debian/gstreamer-plugin-template.postrm:
27921 * debian/gstreamer-sdl.files:
27922 * debian/gstreamer-sid.files:
27923 * debian/gstreamer-vorbis.files:
27924 * debian/gstreamer-x.files:
27925 * debian/mk.control:
27927 Debian package info not maintained here.
27929 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
27931 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27932 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27933 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27934 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27935 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27936 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27937 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27938 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27939 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27940 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27941 * gst-libs/gst/colorbalance/colorbalance.c:
27942 (gst_color_balance_class_init):
27943 * gst-libs/gst/colorbalance/colorbalancechannel.c:
27944 (gst_color_balance_channel_class_init):
27945 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27946 * gst-libs/gst/play/play.c: (gst_play_class_init):
27947 * gst-libs/gst/propertyprobe/propertyprobe.c:
27948 (gst_property_probe_iface_init):
27949 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27950 * gst-libs/gst/tuner/tunerchannel.c:
27951 (gst_tuner_channel_class_init):
27952 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27953 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27954 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27955 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27956 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27957 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27958 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27959 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27960 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27961 fix signals to use - instead of _
27962 * ext/libcaca/gstcacasink.h:
27963 * ext/sdl/sdlvideosink.h:
27966 2004-03-04 David Schleef <ds@schleef.org>
27968 * testsuite/gst-lint: Add a check for bad signal names.
27970 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
27972 reviewed by David Schleef
27974 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27975 modified the alpha channel and caused a warning. (bug #136192)
27977 2004-04-03 Christian Schaller <Uraeus@gnome.org>
27979 * gst-plugins.spec.in:
27980 Change names of plugins to actually be correct. Try to keep things
27981 alphabetical to avoid getting beat up by Thomas
27983 2004-03-03 Julien MOUTTE <julien@moutte.net>
27985 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27986 Using ximagesink as a default if no gconf key found. We should
27987 probably consider using alsasink instead of osssink for the audio
27990 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
27993 fix --with-plugins, don't think it ever worked before
27994 * gst-plugins.spec.in:
27997 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
27999 * ext/sdl/sdlvideosink.h:
28000 * sys/ximage/ximagesink.h:
28001 * sys/xvideo/xvideosink.h:
28002 * sys/xvimage/xvimagesink.h:
28003 Fix for move of gstvideosink.h -> videosink.h.
28005 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
28007 * gst-libs/gst/xwindowlistener/Makefile.am:
28008 this is a plugin library, not a library
28010 2004-03-01 David Schleef <ds@schleef.org>
28012 * AUTHORS: Added some names. Add yourself if you're still
28015 2004-03-01 David Schleef <ds@schleef.org>
28019 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28021 * gst-plugins.spec.in: clean up spec file
28023 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28025 * gst-libs/gst/video/Makefile.am:
28026 * gst-libs/gst/video/gstvideosink.c:
28027 * gst-libs/gst/video/gstvideosink.h:
28028 rename gstvideosink.h to videosink.h to match other headers
28029 * gst/mixmatrix/Makefile.am:
28030 fix plugin filename
28031 * gst/tags/Makefile.am: fix plugin filename
28033 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28035 * gst/tags/Makefile.am: fix plugin filename
28037 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28039 * examples/gstplay/player.c: (got_time_tick), (main):
28041 display time_tick more readably
28042 * gst/mixmatrix/Makefile.am:
28043 fix plugin file name
28045 2004-02-29 Christophe Fergeau <teuf@gnome.org>
28047 * sys/oss/gstosselement.c: (gst_osselement_probe),
28048 (device_combination_append), (gst_osselement_class_probe_devices):
28049 * sys/oss/gstosselement.h:
28050 Reworked enumeration of oss dsps and mixers so that gst-mixer works
28051 on my system using alsa oss emulation, fixes bug #135597
28053 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
28055 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28056 (gst_videodrop_chain), (gst_videodrop_change_state):
28057 * gst/videodrop/gstvideodrop.h:
28058 Work based on timestamp of input data, not based on the expected
28059 framerate from the input. The consequence is that this element now
28060 not only scales framerates, but also functions as a framerate
28061 corrector or framerate stabilizer/constantizer.
28063 2004-02-27 David Schleef <ds@schleef.org>
28065 patches from jmmv@menta.net (Julio M. Merino Vidal)
28067 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28068 GST_ELEMENT_ERROR call (bug #135634)
28069 * gst/interleave/interleave.c: (interleave_buffered_loop),
28070 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28071 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28072 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28073 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28074 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28075 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28076 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28077 Fix GST_ELEMENT_ERROR call.
28078 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28079 GST_ELEMENT_ERROR call.
28081 2004-02-27 Benjamin Otte <otte@gnome.org>
28083 * gst-libs/gst/audio/audio.h:
28084 add macro to make sure header isn't included twice
28085 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28086 don't use gst_buffer_free
28087 * gst/playondemand/filter.func:
28088 don't use gst_data_free. Free data only once.
28090 2004-02-26 David Schleef <ds@schleef.org>
28092 * gst-libs/gst/colorbalance/Makefile.am:
28093 * gst-libs/gst/mixer/Makefile.am:
28094 * gst-libs/gst/tuner/Makefile.am:
28095 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28096 should not be disted, -marshal.h files should not be installed,
28097 and -enum.h files _should_ be installed. Fix to make this the
28100 === release 0.7.5 ===
28102 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
28104 * configure.ac: release 0.7.5, "Under The Sea"
28106 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28108 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28109 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28110 * gst/videoscale/gstvideoscale.c:
28111 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28112 assorted debug/warning fixes
28114 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28116 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28117 (gst_videoscale_init), (gst_videoscale_chain),
28118 (gst_videoscale_set_property), (plugin_init):
28119 * gst/videoscale/gstvideoscale.h:
28120 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28121 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28122 (gst_videoscale_planar400), (gst_videoscale_packed422),
28123 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28124 (gst_videoscale_24bit), (gst_videoscale_16bit),
28125 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28126 (gst_videoscale_scale_plane_slow),
28127 (gst_videoscale_scale_point_sample),
28128 (gst_videoscale_scale_nearest),
28129 (gst_videoscale_scale_nearest_str2),
28130 (gst_videoscale_scale_nearest_str4),
28131 (gst_videoscale_scale_nearest_32bit),
28132 (gst_videoscale_scale_nearest_24bit),
28133 (gst_videoscale_scale_nearest_16bit):
28134 add debugging category and use it properly
28135 fix use of GST_PTR_FORMAT
28137 2004-02-25 Andy Wingo <wingo@pobox.com>
28139 * gst/interleave/interleave.c (interleave_buffered_loop): Always
28140 push only when channel->buffer is NULL. Prevents segfaults doing
28141 the state change after a nonlocal exit, like a scheme exception.
28143 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28144 Handle the case where the intersected caps is empty.
28146 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28148 * gst/law/mulaw-decode.c: (mulawdec_link):
28149 * gst/law/mulaw.c: (plugin_init):
28150 fix mulawdec so it actually works again
28152 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
28154 reviewed by: David Schleef <ds@schleef.org>
28156 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28157 (gst_gamma_init), (gst_gamma_set_property),
28158 (gst_gamma_get_property), (gst_gamma_calculate_tables),
28159 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
28160 for RGB, with separate r g and b correction factors. (#131167)
28162 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
28164 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28165 only signal tags for bitrate if they're > 0 (#134894)
28167 2004-02-24 David Schleef <ds@schleef.org>
28169 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28170 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28171 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28172 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28173 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28174 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28175 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28176 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28177 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
28178 category. Attempt to fix timestamp calculation.
28180 2004-02-24 Johan Dahlin <johan@gnome.org>
28182 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28184 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
28187 * gconf/Makefile.am:
28188 * gconf/gstreamer.schemas:
28189 * gst-libs/gst/gconf/Makefile.am:
28190 * gst-libs/gst/gconf/gconf.c:
28191 version gconf schemas and install locations
28193 2004-02-23 Benjamin Otte <otte@gnome.org>
28195 * ext/xine/xineinput.c: (gst_xine_input_dispose):
28196 (gst_xine_input_subclass_init):
28197 call parent dispose.
28198 change pad template for CD reader correctly
28199 * ext/xine/Makefile.am:
28200 * ext/xine/gstxine.h:
28201 * ext/xine/xine.c: (plugin_init):
28202 * ext/xine/xineaudiosink.c:
28203 wrap audio sinks, too
28204 * gst-libs/gst/resample/private.h:
28205 * gst-libs/gst/resample/resample.c: (gst_resample_init),
28206 (gst_resample_reinit), (gst_resample_scale),
28207 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28208 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28209 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28210 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28211 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28212 * gst-libs/gst/resample/resample.h:
28213 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28214 (gst_audioscale_class_init), (gst_audioscale_link),
28215 (gst_audioscale_get_buffer), (gst_audioscale_init),
28216 (gst_audioscale_chain), (gst_audioscale_set_property),
28217 (gst_audioscale_get_property):
28218 * gst/audioscale/gstaudioscale.h:
28219 s/resample_*/gst_resample_*/i to not clobber namespaces
28221 2004-02-23 Julien MOUTTE <julien@moutte.net>
28223 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28224 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28225 (gst_riff_create_video_template_caps),
28226 (gst_riff_create_audio_template_caps),
28227 (gst_riff_create_iavs_template_caps):
28228 * gst-libs/gst/riff/riff-media.h:
28229 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28230 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28231 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28232 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28233 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28234 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28235 (gst_matroska_demux_plugin_init): First batch implementing audio and
28236 video codec tags in demuxers.
28238 2004-02-22 Benjamin Otte <otte@gnome.org>
28240 * ext/xine/Makefile.am:
28241 * ext/xine/gstxine.h:
28242 * ext/xine/xine.c: (plugin_init):
28243 * ext/xine/xineinput.c:
28244 add input plugin wrapper. Playback from files, http, mms and cdda
28246 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28247 remove leftover G_GNUC_UNUSED
28248 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28249 (gst_asf_demux_identify_guid):
28250 improve debugging output
28252 2004-02-22 Benjamin Otte <otte@gnome.org>
28254 reported by: Padraig O'Briain <padraig.obriain@sun.com>
28257 replace test -e with test -x for mkinstalldirs to be more portable.
28260 2004-02-22 Benjamin Otte <otte@gnome.org>
28262 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28264 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28265 set rank to PRIMARY
28266 * gst/volume/gstvolume.c: (plugin_init):
28270 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
28272 reviewed by Benjamin Otte <otte@gnome.org>
28274 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28275 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28277 2004-02-22 Benjamin Otte <otte@gnome.org>
28280 export [_]*{gst,Gst,GST}.* symbols from plugins
28282 2004-02-22 Christophe Fergeau <teuf@gnome.org>
28284 reviewed by: Benjamin Otte <otte@gnome.org>
28286 * ext/lame/gstlame.c: (add_one_tag):
28287 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28288 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28289 (gst_vorbisenc_metadata_set1):
28290 * gst/tags/gstid3tag.c:
28291 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28292 apply fixes from bugs #135042 (lame can't write tags) and #133817
28293 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28295 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28297 * configure.ac: Export only gst_plugin_desc from plugins.
28298 Note that this change only makes any effect with Linux using libtool
28299 1.5.2 or higher. Otherwise it is silently ignored, but it would build
28300 fine. And don't try to have several versions of libtool in different
28303 2004-02-20 Andy Wingo <wingo@pobox.com>
28305 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28306 interleave respectively.
28308 * gst/interleave/deinterleave.c: New plugin: deinterleave
28309 (replaces on oneton).
28310 * gst/interleave/interleave.c: New plugin: interleave.
28311 * gst/interleave/plugin.h: Support file.
28312 * gst/interleave/plugin.c: Support file.
28314 * configure.ac: Remove intfloat and oneton, add interleave.
28316 * ext/sndfile/gstsf.c: Handle events better.
28318 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28319 and float2int operation. int2float has scheduling problems as
28320 noted in in2float_chain.
28322 2004-02-20 Benjamin Otte <otte@gnome.org>
28324 * ext/xine/Makefile.am:
28325 * ext/xine/gstxine.h:
28327 * ext/xine/xineaudiodec.c:
28328 * ext/xine/xinecaps.c:
28329 add first version of xine plugin wrapper. Currently only wraps the
28330 QDM2 win32 DLL, and even that only in proof-of-concept quality.
28333 add xine plugin wrapper, disabled by default. Use --enable-xine to
28334 build. Note that it'll segfault on gst-register if you don't remove
28335 the goom and tvtime post plugins from xine.
28336 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28337 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28338 add extradata parsing for QDM2.
28339 change around debugging prints.
28341 2004-02-19 Benjamin Otte <otte@gnome.org>
28343 * ext/lame/gstlame.c: (gst_lame_chain):
28344 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28345 use gst_tag_list_insert when you want to insert tags
28347 2004-02-18 David Schleef <ds@schleef.org>
28349 * configure.ac: Move massink to gst-rotten
28351 * ext/mas/Makefile.am:
28352 * ext/mas/massink.c:
28353 * ext/mas/massink.h:
28355 2004-02-18 David Schleef <ds@schleef.org>
28357 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28358 typefinding, since it seems to be worse than nothing.
28359 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
28360 atom to recognize .mp4 and .m4a files as video/quicktime.
28362 2004-02-18 David Schleef <ds@schleef.org>
28364 * gst/sine/demo-dparams.c: (quit_live),
28365 (dynparm_log_value_changed), (dynparm_value_changed), (main):
28366 Use double dparams, not float.
28367 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28368 (gst_sinesrc_init): Change sync default to FALSE, since multiple
28369 sync'd elements don't really work correctly.
28370 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28371 (volume_update_volume), (volume_get_property): Change dparam
28374 2004-02-18 Julien MOUTTE <julien@moutte.net>
28376 * sys/ximage/ximagesink.c:
28377 (gst_ximagesink_xwindow_update_geometry),
28378 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28379 (gst_ximagesink_change_state), (gst_ximagesink_expose),
28380 (gst_ximagesink_init): Rework the way software video scaling works. So
28381 now we check on each chain call if the video frames are feeling the
28382 window. If not we try to renegotiate caps. On failure we memorize that
28383 and we won't try again for that PLAYING sessions.
28384 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28386 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28389 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28391 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28392 break up _link so we can give a better debug message for errors
28394 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28396 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28397 set up debug category
28399 2004-02-18 Julien MOUTTE <julien@moutte.net>
28401 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28402 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28403 the way renegotiation work. The event handling function is not taking
28404 care of external windows and renegotiate method check for pad flags
28405 NEGOTIATING. Should fix : #133209
28407 2004-02-17 Julien MOUTTE <julien@moutte.net>
28409 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28410 pad is negotiating before trying renegotiation.
28412 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
28414 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28415 pass on all possible mime types as typefind hints
28417 2004-02-17 Julien MOUTTE <julien@moutte.net>
28419 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28420 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28421 possible SHM leak if we crash. All other apps using XShm are doing
28424 2004-02-17 Julien MOUTTE <julien@moutte.net>
28426 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28427 (gst_ximagesink_expose): Renegotiate size on expose.
28428 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28431 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
28433 * testsuite/alsa/sinesrc.c:
28434 cosmetic fix to fix compile issue with gcc 2.95.4
28436 2004-02-16 Julien MOUTTE <julien@moutte.net>
28438 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28439 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28440 failed opening the audio device.
28441 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28442 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28443 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28444 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28445 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28446 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28447 (gst_ximagesink_change_state), (gst_ximagesink_chain),
28448 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28449 Removing some useless g_return_if_fail like wingo suggested.
28450 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28451 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28452 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28453 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28454 (gst_xvimagesink_update_colorbalance),
28455 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28456 (gst_xvimagesink_xcontext_clear),
28457 (gst_xvimagesink_get_fourcc_from_caps),
28458 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28459 (gst_xvimagesink_set_xwindow_id),
28460 (gst_xvimagesink_colorbalance_list_channels),
28461 (gst_xvimagesink_colorbalance_set_value),
28462 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28463 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28465 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
28467 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28468 throw error when not negotiated instead of asserting
28470 2004-02-15 Julien MOUTTE <julien@moutte.net>
28472 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28473 correct data refcounting.
28475 2004-02-15 Julien MOUTTE <julien@moutte.net>
28477 * gst/switch/gstswitch.c: (gst_switch_change_state),
28478 (gst_switch_class_init): Cleaning the sinkpads correctly on state
28479 change, mostly the EOS flag.
28481 2004-02-15 Julien MOUTTE <julien@moutte.net>
28483 * examples/gstplay/player.c: (got_eos), (main): Adding some
28484 output for debugging.
28485 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28486 timeouts if we go to any state different from PLAYING.
28487 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28488 more EOS bugs in riff lib.
28490 2004-02-14 Julien MOUTTE <julien@moutte.net>
28492 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28493 visualization until i find a way to fix switch correctly.
28494 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28496 * gst/switch/gstswitch.c: (gst_switch_release_pad),
28497 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28498 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28499 Reworked switch to get a more correct behaviour with events and refing
28500 of data stored in sinkpads.
28501 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28502 we don't pull from a pad in EOS.
28504 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28506 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28507 remove v1 tag even if we can't read it (makes sure we don't detect
28510 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28512 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28513 (gst_alsa_xrun_recovery):
28514 * ext/alsa/gstalsa.h:
28515 try xrun recovery when wait failed. Make xrun recovery function
28516 return TRUE/FALSE to indicate success. (might fix #134354)
28518 2004-02-13 David Schleef <ds@schleef.org>
28520 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28521 (dynparm_value_changed), (main): Convert from float to double.
28522 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28524 2004-02-13 David Schleef <ds@schleef.org>
28526 * gst/silence/gstsilence.c: (gst_silence_class_init),
28527 (gst_silence_set_clock), (gst_silence_get),
28528 (gst_silence_set_property), (gst_silence_get_property):
28529 * gst/silence/gstsilence.h: Add sync property.
28530 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28531 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28532 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28533 * gst/sine/gstsinesrc.h: Add sync property.
28535 2004-02-13 David Schleef <ds@schleef.org>
28537 * gst/intfloat/gstint2float.c: (conv_f32_s16),
28538 (gst_int2float_chain_gint16): Change stdint usage to glib types.
28540 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28544 * gst-libs/ext/Makefile.am:
28545 move ffmpeg plugin to gst-ffmpeg module
28547 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28549 * configure.ac: use GST_ARCH to detect architecture
28551 2004-02-12 Julien MOUTTE <julien@moutte.net>
28553 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28555 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
28557 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28558 classify LADSPA plugins based on number of src/sink pads
28559 (#133663, Stefan Kost)
28560 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28561 fix dparams registration
28562 (#133528, Stefan Kost)
28563 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28564 fix use of isprint and use g_ascii_isprint instead
28565 (#133316, Stefan Kost)
28567 2004-02-11 David Schleef <ds@schleef.org>
28569 Convert a few inner loops to use liboil. This is currently
28570 optional, and is only enabled if liboil is present (duh!).
28571 * configure.ac: Check for liboil-0.1
28572 * gst/intfloat/Makefile.am:
28573 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28574 (gst_int2float_chain_gint16):
28575 * gst/videofilter/Makefile.am:
28576 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28577 (tablelookup_u8), (gst_videobalance_planar411):
28578 * gst/videotestsrc/Makefile.am:
28579 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28580 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28581 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28582 (paint_hline_RGB565), (paint_hline_xRGB1555):
28584 2004-02-11 David Schleef <ds@schleef.org>
28586 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28587 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28588 (gst_colorspace_getcaps), (gst_colorspace_link),
28589 (gst_colorspace_base_init), (gst_colorspace_init),
28590 (gst_colorspace_chain), (gst_colorspace_change_state),
28591 (plugin_init): Merge Ronald's patch (bug #117897) and update
28592 for new caps and negotiation. Seems to work, although it
28593 shows off bugs in lcs.
28595 2004-02-11 David Schleef <ds@schleef.org>
28597 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28598 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28600 2004-02-11 David Schleef <ds@schleef.org>
28602 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28603 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28604 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28605 Add server and port properties
28607 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28612 * m4/as-liblame.m4:
28613 * m4/as-slurp-ffmpeg.m4:
28614 * m4/check-libheader.m4:
28621 * m4/gst-ivorbis.m4:
28622 * m4/gst-matroska.m4:
28624 * m4/gst-shout2.m4:
28632 fix underquotedness of macros (#133800)
28633 * m4/as-avifile.m4:
28635 removed because no longer used
28637 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28640 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28641 by autopoint (fixes #132996)
28643 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
28645 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28646 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28647 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28648 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28651 2004-02-11 David Schleef <ds@schleef.org>
28653 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28654 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28655 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28656 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28657 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28658 (gst_jpegenc_class_init), (gst_jpegenc_init),
28659 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28660 (gst_jpegenc_chain), (gst_jpegenc_set_property),
28661 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
28662 * ext/jpeg/gstjpegenc.h: Fix negotiation.
28664 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
28666 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28667 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28668 * ext/mikmod/gstmikmod.h:
28669 fix caps negotiation in mikmod
28670 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28671 output debug information
28673 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
28675 * gst-libs/gst/colorbalance/Makefile.am:
28676 * gst-libs/gst/navigation/Makefile.am:
28677 * gst-libs/gst/xoverlay/Makefile.am:
28678 remove unused GST_OPT_CFLAGS from Makefiles
28679 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28681 2004-02-07 David Schleef <ds@schleef.org>
28683 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28684 push events to pads that haven't been created (#133508)
28686 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
28688 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28689 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28690 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28691 (gst_dvdec_loop), (gst_dvdec_change_state):
28692 Second attempt at committing a working dvdec element.
28694 2004-02-06 David Schleef <ds@schleef.org>
28696 Build fixes for OS X: (see #129600)
28697 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28698 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28699 (gst_riff_read_strf_iavs):
28700 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28701 (gst_avi_demux_stream_odml):
28702 * gst/playondemand/Makefile.am:
28703 * gst/rtp/rtp-packet.c:
28705 2004-02-05 David Schleef <ds@schleef.org>
28707 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28708 last change, because it Just Doesn't Compile.
28710 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28712 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28713 skip undecodable id3v2 tag instead of keeping it
28715 2004-02-05 David Schleef <ds@schleef.org>
28717 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28718 Unref leaked buffer. (Noticed by Ronald)
28720 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
28722 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28723 Sync requires with other checks. >= vs =.
28725 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
28727 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28728 (gst_dvdec_video_link), (gst_dvdec_loop):
28729 * ext/dv/gstdvdec.h:
28730 rework the caps negotiation so that dvdec works again instead
28731 of just segfaulting.
28733 === release 0.7.4 ===
28735 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
28737 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28738 * configure.ac: changed for release
28740 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
28742 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28743 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28744 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28745 * pkgconfig/gstreamer-play-uninstalled.pc.in:
28746 reworked patch by David Lehn to fix libdir and includedir for
28747 uninstalled libraries
28748 removed play and gconf from gstreamer-libs since they have their
28749 own pkgconfig files
28751 2004-02-04 David Schleef <ds@schleef.org>
28753 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28756 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28758 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28759 use correct GST_TAG_ENCODER tag
28761 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28763 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28764 be sure to stop the clock when going to paused
28765 * sys/oss/gstosssink.c: (gst_osssink_change_state):
28766 reset number of transmitted when going to ready.
28769 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
28771 reviewed by Benjamin Otte
28773 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28774 extract track count (fixes #133410)
28776 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28778 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28779 that should be !=, not == (fixes #132519)
28781 2004-02-04 David Schleef <ds@schleef.org>
28783 Make sure set_explicit_caps() is called before adding pad.
28784 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28785 * gst/id3/gstid3types.c: (gst_id3types_loop):
28786 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28787 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28789 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28792 bump nano to 2, first prerelease
28793 put back AM_PROG_LIBTOOL
28795 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28797 * testsuite/alsa/Makefile.am:
28798 these are user test apps, not automatic testsuite tests
28800 2004-02-04 David Schleef <ds@schleef.org>
28802 Convert GST_DEBUG_CAPS() to GST_DEBUG():
28803 * gst/mpeg1videoparse/gstmp1videoparse.c:
28804 (mp1videoparse_parse_seq):
28805 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28806 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28807 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28808 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28809 (gst_xvideosink_getcaps):
28810 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28811 * testsuite/gst-lint: more tests
28813 2004-02-04 David Schleef <ds@schleef.org>
28815 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28816 with the code that they would expand to.
28817 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28818 (gst_flacdec_get_src_query_types),
28819 (gst_flacdec_get_src_event_masks):
28820 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28821 (gst_gnomevfssrc_get_query_types),
28822 (gst_gnomevfssrc_get_event_mask):
28824 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28826 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28827 (gst_sinesrc_dispose):
28828 fix memleak by properly disposing sinesrc
28830 2004-02-04 Julien MOUTTE <julien@moutte.net>
28832 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28833 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28834 an overlay to redraw the image because it has been exposed.
28835 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28836 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28837 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28838 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28840 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28841 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28842 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28843 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28846 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28848 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28849 more memleak fixage
28851 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28853 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28854 * gst/typefind/gsttypefindfunctions.c:
28855 fix memleaks shown by gst-typefind
28857 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28859 * common/glib-gen.mak:
28860 add hack rule to touch .Plo files
28861 * gst-libs/gst/colorbalance/Makefile.am:
28862 * gst-libs/gst/mixer/Makefile.am:
28863 * gst-libs/gst/play/Makefile.am:
28864 * gst-libs/gst/tuner/Makefile.am:
28865 remove glib_root variable
28867 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28869 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28870 set explicit caps before adding the element, so the autopluggers can
28872 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28873 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28874 (mpeg_video_type_find), (mpeg_video_stream_type_find),
28876 fix memleaks in typefind functions. gst_type_find_suggest takes a const
28879 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28881 * gst-libs/gst/colorbalance/Makefile.am:
28882 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28883 * gst-libs/gst/colorbalance/colorbalance.c:
28884 * gst-libs/gst/colorbalance/colorbalance.h:
28885 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28886 * gst-libs/gst/mixer/Makefile.am:
28887 * gst-libs/gst/mixer/mixer-marshal.list:
28888 * gst-libs/gst/mixer/mixer.c:
28889 * gst-libs/gst/mixer/mixer.h:
28890 * gst-libs/gst/mixer/mixermarshal.list:
28891 * gst-libs/gst/play/Makefile.am:
28892 * gst-libs/gst/play/play.h:
28893 * gst-libs/gst/tuner/Makefile.am:
28894 * gst-libs/gst/tuner/tuner-marshal.list:
28895 * gst-libs/gst/tuner/tuner.c:
28896 * gst-libs/gst/tuner/tuner.h:
28897 * gst-libs/gst/tuner/tunermarshal.list:
28898 use new glib-gen.mak snippet to clean up Makefile.am
28899 fix various bugs in Makefile.am's
28901 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28903 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28904 handle chain parsing correctly in the multichain case
28905 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28906 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28907 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28908 (theora_dec_chain):
28909 handle events and queries correctly
28911 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28914 Ignore generated file _stdint.h.
28916 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28918 * gst-libs/gst/colorbalance/Makefile.am:
28919 * gst-libs/gst/colorbalance/colorbalance.h:
28920 * gst-libs/gst/mixer/Makefile.am:
28921 * gst-libs/gst/mixer/mixer.h:
28922 * gst-libs/gst/play/Makefile.am:
28923 * gst-libs/gst/play/play.h:
28924 * gst-libs/gst/tuner/Makefile.am:
28925 * gst-libs/gst/tuner/tuner.h:
28926 Generate enum type code with glib-mkenums.
28927 * gst-libs/gst/colorbalance/.cvsignore:
28928 * gst-libs/gst/mixer/.cvsignore:
28929 * gst-libs/gst/play/.cvsignore:
28930 * gst-libs/gst/tuner/.cvsignore:
28931 Ignore generated files.
28933 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28935 * gst-libs/gst/audio/.cvsignore:
28936 Ignore generated file.
28937 * gst-libs/gst/audio/Makefile.am:
28938 Do not install example filter.
28940 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28942 * examples/switch/.cvsignore:
28943 Ignore generated file.
28945 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28947 * common/m4/ax_create_stdint_h.m4:
28949 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28952 remove generated _stdint.h in DISTCLEANFILES
28953 * ext/a52dec/gsta52dec.c:
28954 include _stdint.h for a52dec. (should fix #133064)
28956 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
28958 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28959 (gst_tag_to_vorbis_comments):
28960 Add replaygain support to vorbistag
28962 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
28963 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28964 (gst_ffmpeg_caps_to_extradata):
28965 Fix SVQ3 caps flag properties
28966 Use glib macro for bytes swap
28968 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28970 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28971 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28972 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28973 * ext/sndfile/gstsf.c: (plugin_init):
28974 * gst/avi/gstavi.c: (plugin_init):
28975 * sys/dxr3/dxr3init.c: (plugin_init):
28976 * sys/oss/gstossaudio.c: (plugin_init):
28977 * sys/v4l/gstv4l.c: (plugin_init):
28978 * sys/v4l2/gstv4l2.c: (plugin_init):
28979 remove textdomain calls
28981 update Dutch translation
28983 2004-02-02 Julien MOUTTE <julien@moutte.net>
28985 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28986 (gst_play_set_audio_sink): Moving volume in the audio thread for
28987 instantaneous volume change. Maybe i will add another volume in front
28988 of visualization later, not sure yet though.
28990 2004-02-02 Julien MOUTTE <julien@moutte.net>
28992 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28993 (gst_ximagesink_handle_xevents): Better X events handling, only take
28994 the latest events for configure and motion.
28995 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28997 2004-02-02 Jon Trowbridge <trow@gnu.org>
28999 reviewed by: David Schleef <ds@schleef.org>
29002 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29003 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29005 2004-02-02 David Schleef <ds@schleef.org>
29007 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
29009 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29010 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29011 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29012 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29013 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29014 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29015 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29016 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29017 (gst_float2_2_int_link):
29018 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29019 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29020 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29021 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29022 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29023 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29024 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29025 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29026 * testsuite/gst-lint: Add tests for bzero and ;;
29028 2004-02-02 David Schleef <ds@schleef.org>
29030 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29032 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29034 * ext/aalib/gstaasink.c: (gst_aasink_open):
29035 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29036 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29037 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29038 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29039 (gst_afsink_close_file):
29040 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29041 (gst_afsrc_close_file):
29042 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29043 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29044 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29045 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29046 * ext/esd/esdmon.c: (gst_esdmon_get):
29047 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29048 * ext/faac/gstfaac.c: (gst_faac_chain):
29049 * ext/faad/gstfaad.c: (gst_faad_chain):
29050 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29051 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29052 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29053 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29054 (gst_flacdec_loop):
29055 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29056 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29057 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29058 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29059 (gst_gnomevfssink_close_file):
29060 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29061 (gst_gnomevfssrc_open_file):
29062 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29063 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29064 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29065 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29066 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29067 * ext/mad/gstmad.c: (gst_mad_chain):
29068 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29069 * ext/mpeg2dec/gstmpeg2dec.c:
29070 * ext/mpeg2enc/gstmpeg2enc.cc:
29071 * ext/mplex/gstmplex.cc:
29072 * ext/mplex/gstmplexibitstream.cc:
29073 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29074 (gst_ogg_demux_push):
29075 * ext/raw1394/gstdv1394src.c:
29076 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29077 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29078 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29080 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29081 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29082 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29083 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29084 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29085 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29086 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29087 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29088 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29089 (gst_riff_read_element_data), (gst_riff_read_seek),
29090 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29091 * gst/adder/gstadder.c: (gst_adder_loop):
29092 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29093 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29094 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29095 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29096 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29097 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29098 * gst/goom/gstgoom.c: (gst_goom_chain):
29099 * gst/id3/gstid3types.c: (gst_id3types_loop):
29100 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29101 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29102 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29103 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29104 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29105 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29106 (gst_ebml_read_float), (gst_ebml_read_header):
29107 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29108 (gst_matroska_demux_parse_blockgroup):
29109 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29110 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29111 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29112 * gst/silence/gstsilence.c: (gst_silence_get):
29113 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29114 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29115 * gst/speed/gstspeed.c: (speed_loop):
29116 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29117 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29118 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29119 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29120 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29121 (gst_wavparse_loop):
29122 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29123 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29124 (dxr3audiosink_close):
29125 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29126 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29127 (dxr3videosink_close), (dxr3videosink_write_data):
29128 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29129 * sys/oss/gstosssink.c: (gst_osssink_chain):
29130 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29131 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29132 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29133 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29134 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29135 (gst_v4l_set_window), (gst_v4l_enable_overlay):
29136 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29137 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29138 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29139 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29140 (gst_v4l_set_audio):
29141 * sys/v4l/v4l_calls.h:
29142 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29143 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29144 (gst_v4lmjpegsink_playback_init),
29145 (gst_v4lmjpegsink_playback_start):
29146 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29147 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29148 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29149 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29150 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29151 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29152 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29153 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29154 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29155 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29156 (gst_v4l2_get_output), (gst_v4l2_set_output),
29157 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29158 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29159 (gst_v4l2_set_attribute):
29160 * sys/v4l2/v4l2_calls.h:
29161 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29162 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29163 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29164 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29165 (gst_v4l2src_capture_stop):
29166 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29167 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29168 (gst_ximagesink_chain):
29169 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29170 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29171 (gst_xvideosink_xwindow_new):
29172 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29173 (gst_xvimagesink_chain):
29175 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29177 * gst/volume/gstvolume.c: (gst_volume_set_volume),
29178 (gst_volume_get_volume), (volume_class_init), (volume_init),
29179 (volume_chain_int16), (volume_update_volume):
29180 * gst/volume/gstvolume.h:
29181 make code more readable by removing magic numbers
29182 make mixer interface export 0-100 range
29183 make it internally map to 0.0-1.0 range so users don't distort
29184 output by putting the sliders at full volume
29186 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29188 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29189 (gst_play_state_change), (gst_play_seek_to_time):
29190 block the tick callback for 0.5 secs after doing a seek
29192 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29194 * gst-libs/gst/play/play.c: (gst_play_new):
29197 2004-02-01 Julien MOUTTE <julien@moutte.net>
29199 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29200 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29201 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29202 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29203 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29204 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29206 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
29209 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29210 check for a function added in vorbis 1.1
29212 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29214 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29215 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29216 really start/stop clock only on PLAYING <=> PAUSED
29217 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29218 remove \n from debugging lines
29219 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29220 make it work when seeking does not
29221 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29224 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29226 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29227 start clock on PAUSED=>PLAYING, not later
29228 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29229 extract correct time for different discont formats
29230 (gst_alsa_sink_get_time):
29231 don't segfault when no format is negotiated yet, just return 0
29232 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29233 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29234 (gst_ogg_pad_push):
29235 handle flush and discont events correctly
29236 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29237 handle discont events correctly
29239 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
29241 * gst-libs/gst/play/play.c: (gst_play_error_quark),
29242 (gst_play_error_create), (gst_play_error_plugin),
29243 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29244 * gst-libs/gst/play/play.h:
29245 add error handling during creation
29246 * examples/gstplay/player.c: (main):
29247 use new gst_play_new
29250 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29252 * ext/theora/theoradec.c: (theora_dec_chain):
29254 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29255 (vorbis_dec_src_event), (vorbis_dec_chain):
29256 add encoder tag, fix tag reading to be more error tolerant, change
29257 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29258 gst_pad_event_default.
29259 * gst/tags/gstvorbistag.c:
29260 (gst_tag_list_from_vorbiscomment_buffer):
29261 undefine function specific define at end of function
29263 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
29265 * ext/flac/gstflac.c: (plugin_init):
29266 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29267 * ext/flac/gstflacdec.h:
29268 * ext/flac/gstflacenc.h:
29271 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
29273 * examples/gstplay/player.c: s/gstplay.h/play.h/
29275 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29277 * gst-libs/gst/play/Makefile.am:
29278 * gst-libs/gst/play/gstplay.c:
29279 * gst-libs/gst/play/gstplay.h:
29280 * gst-libs/gst/play/play.c:
29281 more surgery, operation complete
29283 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29285 * gst-libs/gst/play/play.old.c:
29286 * gst-libs/gst/play/play.old.h:
29287 after CVS surgery by moving, remove
29288 * gst-libs/gst/play/playpipelines.c:
29291 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29292 add negotiation error
29294 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29296 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29297 (gst_ogg_demux_push):
29298 add some seeking debug info
29299 send a flush when seeking
29301 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29307 * ext/theora/Makefile.am:
29308 * ext/theora/theoradec.c:
29309 add theora video decoder. Does just do simple decoding for now and
29310 has been tested against Theora cvs only. It only works when theora
29311 is compiled with --enable-static.
29312 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29313 always reset packetno on DISCONT
29315 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29317 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29320 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29322 * gst/mpegaudioparse/gstmpegaudioparse.c:
29323 (mp3_type_frame_length_from_header):
29324 Fix header parsing - stolen from ffmpeg (thank you! :) ).
29326 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29328 * ext/esd/esdsink.c: (gst_esdsink_init):
29329 Since we have static pad template caps, we don't need to negotiate;
29330 either the core errors out or we know the format.
29332 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29334 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29335 (gst_riff_read_seek):
29336 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29337 (gst_ebml_read_seek):
29338 Fix event handling.
29340 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29342 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29343 removee video/x-theora from vp3 decoder, it doesn't handle raw
29345 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29346 fix bug with finalizing element that never went to PAUSED
29347 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29348 length and position queries were swapped
29349 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29350 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29351 (vorbis_dec_src_event):
29352 implement querying time and bytes
29354 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29356 * just about every source file:
29357 gst_element_error -> GST_ELEMENT_ERROR
29359 2004-01-29 Julien MOUTTE <julien@moutte.net>
29361 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29362 emiting FLUSH and even before DISCONT.
29363 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29364 get the best instant seeking as possible yay!
29366 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
29368 * gst/mpeg1videoparse/gstmp1videoparse.c:
29369 (gst_mp1videoparse_real_chain):
29370 Committed wrong version last week... Grr... Didn't notice until now.
29372 2004-01-29 Julien MOUTTE <julien@moutte.net>
29374 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29375 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29376 have_xwindow_id signal in xwindow_create.
29378 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
29380 * ext/ogg/gstoggdemux.c:
29381 lots of changes - mainly support for chained bitstreams, seeking,
29382 querying and bugfixes of course
29383 * ext/vorbis/Makefile.am:
29384 * ext/vorbis/vorbisdec.c:
29385 * ext/vorbis/vorbisdec.h:
29386 add vorbisdec raw vorbis decoder
29387 * ext/vorbis/vorbis.c: (plugin_init):
29388 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29389 * gst/intfloat/Makefile.am:
29390 * gst/intfloat/float22int.c:
29391 * gst/intfloat/float22int.h:
29392 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29393 add float2intnew plugin. It converts multichannel interleaved float to
29394 multichannel interleaved int. The name should probably be changed.
29395 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29397 add typefinding for raw theora video so oggdemux can detect it.
29399 2004-01-28 Julien MOUTTE <julien@moutte.net>
29401 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29402 sink element first.
29403 * gst/videoscale/gstvideoscale.c:
29404 (gst_videoscale_handle_src_event): Fixing src event handler.
29406 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
29408 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29409 (gst_v4lsrc_open), (gst_v4lsrc_close),
29410 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29411 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29412 * sys/v4l/gstv4lsrc.h:
29413 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29414 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29415 Implement resizing... Hack. But that's why v4l is b0rked...
29417 2004-01-28 Julien MOUTTE <julien@moutte.net>
29419 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29420 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29421 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29422 (gst_ximagesink_xwindow_destroy):
29423 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29424 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29425 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29426 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29427 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29428 correctly cleaning the image created to check xshm calls on succes,
29429 added a lot of XSync calls in X11 functions, and fixed a segfault when
29430 no image format was defined before negotiation happened.
29432 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
29434 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29435 use gst_element_get_time to get correct time
29437 2004-01-28 Julien MOUTTE <julien@moutte.net>
29439 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29440 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29441 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29442 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29443 (gst_xvimagesink_check_xshm_calls),
29444 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29445 X plugins are now able to detect that XShm calls will fail even if the
29446 server claims that it has XShm support (remote displays most of the
29447 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29448 so that we use non XShm functions. This feature is almost useless for
29449 xvimagesink as Xv is not supported on remote displays anyway, but
29450 it might happen than even on the local display XShm calls fail.
29452 2004-01-27 David Schleef <ds@schleef.org>
29454 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29455 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29456 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
29457 changed esdsink to only use 44100,16,2, since esd sucks at rate
29458 conversion and esdsink has had difficulty negotiating.
29460 2004-01-27 Julien MOUTTE <julien@moutte.net>
29462 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29463 (gst_play_seek_to_time): Fixing the way to get current position.
29465 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29467 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29468 use gst_element_get_time to get correct time
29470 2004-01-27 Julien MOUTTE <julien@moutte.net>
29472 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29473 fix ever... Inverting 2 lines of code make spider autoplug correctly
29476 2004-01-27 David Schleef <ds@schleef.org>
29478 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29479 Use gst_pad_try_set_caps_nonfixed().
29481 2004-01-27 David Schleef <ds@schleef.org>
29483 * gst/ac3parse/gstac3parse.c: update to checklist 5
29484 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
29485 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29486 * gst/audioscale/gstaudioscale.c: same
29487 * gst/auparse/gstauparse.c: same
29488 * gst/avi/gstavidemux.c: same
29490 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29492 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29493 stop processing after EOS
29495 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29497 * gst/asfdemux/asfheaders.h:
29498 * gst/asfdemux/gstasfdemux.c:
29499 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29500 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29501 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29502 lot's of fixes to make data extraction simpler and get the code
29503 architecture and compiler independant. Add debugging category
29504 * gst/goom/gstgoom.c: (gst_goom_change_state):
29505 reset channel count on PAUSED=>READY, not READY=>PAUSED
29507 2004-01-26 Colin Walters <walters@verbum.org>
29509 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29510 code to pull a bigger buffer in iradio mode. This as a side effect
29511 makes typefinding work.
29513 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29515 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29516 Fix SVQ3 decoding on PPC
29518 2004-01-26 Julien MOUTTE <julien@moutte.net>
29520 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29521 that one managed to stay there... Fixed.
29523 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29525 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29526 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29527 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29528 (qtdemux_video_caps):
29529 * gst/qtdemux/qtdemux.h:
29530 Add SVQ3 specific flags to qtdemux and ffmpeg
29532 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
29534 * gst-libs/gst/audio/audio.h:
29535 remove buffer-frames from audio caps
29536 * gst/audioconvert/gstaudioconvert.c:
29537 fix plugin to really work.
29539 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29541 * gst-libs/gst/mixer/mixer.c:
29542 * gst-libs/gst/propertyprobe/propertyprobe.c:
29543 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29544 (gst_tuner_find_channel_by_name):
29545 * gst-libs/gst/tuner/tuner.h:
29546 Add gtk-doc style comments. Also fix a function name.
29548 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29550 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29551 (gst_divxdec_negotiate):
29552 Fix for new capsnego - also fixes gst-player with divxdec.
29554 2004-01-25 Julien MOUTTE <julien@moutte.net>
29556 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29557 (gst_play_identity_handoff), (gst_play_set_location),
29558 (gst_play_set_visualization), (gst_play_connect_visualization): Another
29559 try in visualization implementation. Still have an issue with switch
29560 blocking when pulling from video_queue and only audio comes out of
29562 * gst/switch/gstswitch.c: (gst_switch_release_pad),
29563 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29564 release method. And check if the pad is usable before pulling.
29566 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29568 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29569 (gst_videobalance_init),
29570 (gst_videobalance_colorbalance_list_channels),
29571 (gst_videobalance_colorbalance_set_value),
29572 (gst_videobalance_colorbalance_get_value),
29573 (gst_videobalance_update_properties),
29574 (gst_videobalance_update_tables_planar411),
29575 (gst_videobalance_planar411):
29576 * gst/videofilter/gstvideobalance.h:
29577 Implement lookup-tables. +/- 10x faster.
29579 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29581 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29582 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29583 The index reading was broken. The rest worked fine, but the whole
29584 goal of my rewrite was to make avidemux readable, and this was
29585 not at all readable. Please use typed variables.
29587 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29589 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29590 Additional pad usability check.
29591 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29592 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29593 (gst_mp1videoparse_real_chain):
29594 Fix MPEG video stream parsing. The original plugin had several
29595 issues, including not timestamping streams where the source was
29596 not timestamped (this happens with PTS values in mpeg system
29597 streams, but MPEG video is also a valid stream on its own so
29598 that needs timestamps too). We use the display time code for that
29599 for now. Also, if one incoming buffer contains multiple valid
29600 frames, we push them all on correctly now, including proper EOS
29601 handling. Lastly, several potential segfaults were fixed, and we
29602 properly sync on new sequence/gop headers to include them in next,
29603 not previous frames (since they're header for the next frame, not
29604 the previous). Also see #119206.
29605 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29607 Move caps setting so we only do it after finding several valid
29608 MPEG-1 fraes sequentially, not right after the first one (which
29609 might be coincidental).
29610 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29611 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29613 Add unsynced MPEG video stream typefinding, and change some
29614 probability values so we detect streams rightly. The idea is as
29615 follows: I can have an unsynced system stream which contains
29616 video. In the current code, I would randomly get a type for either
29617 system or video stream type found, because the probabilities are
29618 being calculated rather randomly. I now use fixed values, so we
29619 always prefer system stream if that was found (and that is how it
29620 should be). If no system stream was found, we can still identity the stream as video-only.
29622 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29624 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29625 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29626 don't write to buffer. Extract data without the need of
29627 __attribute__ ((packed))
29629 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29631 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29632 (mpeg1_sys_type_find):
29633 Fix MPEG-1 stream typefinding.
29635 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29637 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29638 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29640 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29642 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29643 * ext/esd/gstesd.c: (plugin_init):
29644 private debugging, better error reporting
29646 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29648 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29649 (gst_riff_read_init), (gst_riff_read_change_state):
29650 * gst-libs/gst/riff/riff-read.h:
29651 Remove stuff fromold metadata system.
29653 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29655 * ext/ogg/gstoggdemux.c:
29656 Fix wrong file comment.
29657 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29658 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29659 Add metadata reading properly.
29661 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29664 Fix nas DIST_SUBDIRS
29666 Fix bug where make distcheck doesn't get run on adding stuff to
29669 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29671 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29672 * ext/divx/gstdivxdec.h:
29673 Fix divx3 ("msmpeg4") playback using divxdec.
29675 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29677 * gst/typefind/gsttypefindfunctions.c:
29678 (mp3_type_frame_length_from_header): fix bug in length computation
29679 (mp3_type_find): improve debugging output
29681 2004-01-23 Julien MOUTTE <julien@moutte.net>
29683 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29684 (gst_play_set_location), (gst_play_seek_to_time),
29685 (gst_play_set_audio_sink), (gst_play_set_visualization),
29686 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29687 the pipeline from scratch. Visualization is back and switch went out as
29688 i realized it was not possible to use the way i wanted.
29689 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29690 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29691 clearing in state change from READY to NULL. So that one can clean the
29692 X ressources keeping the element.
29693 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29694 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29695 (gst_xvimagesink_colorbalance_set_value),
29696 (gst_xvimagesink_colorbalance_get_value),
29697 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29698 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29699 change from READY to NULL and fixed some stupid bugs in colorbalance
29700 get/set values. Also added the following feature : when nobody tries to
29701 set some values to the colorbalance levels before the xcontext is
29702 grabbed, then when creating channels list from Xv attributes we set the
29703 internal values to the Xv defaults. This way we handle buggy Xv drivers
29704 that set default hue values far from the middle of the range (Thanks
29705 to Jon Trowbridge for pointing that issue).
29706 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29707 colorbalance levels have been set before xcontext is grabbed.
29709 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
29711 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29712 Fix the ossmixer case where we shouldn't open /dev/dsp* because
29713 it might block operations (which is bad for a mixer).
29715 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29717 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29718 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29719 (gmip_find_type_pre):
29720 * gst-libs/gst/media-info/media-info-priv.h:
29721 * gst-libs/gst/media-info/media-info.c:
29722 (gst_media_info_instance_init), (gst_media_info_read_idler):
29723 add fakesink to get caps on decoder src pad again
29724 fix callback prototype to match new have_type signal signature
29726 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29728 * gst/adder/gstadder.c: (gst_adder_link):
29729 fix non-compile and cut-n-paste code
29731 2004-01-21 David Schleef <ds@schleef.org>
29733 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29734 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29735 (gst_swfdec_init), (gst_swfdec_change_state):
29736 * ext/swfdec/gstswfdec.h:
29738 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29739 (gst_adder_request_new_pad): Fix negotiation.
29740 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29741 Add a fixate function.
29742 * gst/intfloat/gstfloat2int.c:
29743 * gst/intfloat/gstfloat2int.h:
29744 * gst/intfloat/gstint2float.c:
29745 * gst/intfloat/gstint2float.h:
29746 Completely rewrite the negotiation. Doesn't quite work yet,
29747 due to some buffer-frames problem.
29749 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
29751 * ext/gnomevfs/gstgnomevfssrc.c:
29752 * sys/v4l2/v4l2_calls.h:
29753 fix includes for distcheck
29755 2004-01-21 Christian Schaller <uraeus@gnome.org>
29758 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29759 based on earlier patch from Laurent Vivier
29761 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
29763 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29764 Fix wma caps property
29765 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29766 Fix typo (flags1 and flags2)
29768 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29770 * gst-libs/gst/media-info/media-info-priv.c:
29771 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29772 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29773 (gmip_find_stream), (gmip_find_track_metadata),
29774 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29775 (gmip_find_track_format):
29776 * gst-libs/gst/media-info/media-info-priv.h:
29777 * gst-libs/gst/media-info/media-info-test.c: (main):
29778 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29779 (gst_media_info_read_idler), (gst_media_info_read):
29780 * gst-libs/gst/media-info/media-info.h:
29781 register debugging category and use it for debugging
29783 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29785 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29786 (gst_vorbisfile_new_link):
29787 signal streaminfo through tags
29789 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29791 * ext/mplex/gstmplex.cc:
29792 * ext/mplex/gstmplexibitstream.cc:
29793 g++ doesn't like NULL in our i18n/error macros, should be
29794 either (NULL) or ("").
29796 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29798 * sys/dxr3/dxr3audiosink.c:
29799 * sys/dxr3/dxr3init.c:
29800 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29801 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29802 Fix more error error error errors (missing includes here).
29804 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29806 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29807 fix thomas' error errors.
29809 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29811 * ext/mpeg2enc/gstmpeg2enc.cc:
29814 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29816 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29817 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29818 Fix for new error system.
29820 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29822 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29823 fix for new error reporting
29825 2004-01-20 David Schleef <ds@schleef.org>
29827 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29828 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29829 (gst_ximagesink_set_xwindow_id): Change to using a framerate
29830 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29831 and neither is 100+, most likely.
29832 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29833 (gst_xvimagesink_getcaps): same
29835 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
29838 Up version requirement to 2.0.3 (not yet released) to avoid symbol
29839 clashes with ffmpeg.
29841 2004-01-20 Julien MOUTTE <julien@moutte.net>
29843 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29844 (gst_switch_init): Fixed switch element : proxying link and setting
29845 caps from src to sink on request.
29847 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29849 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29850 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29851 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29854 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29856 * sys/v4l/v4l_calls.h:
29857 * sys/v4l2/v4l2_calls.h:
29858 element_error fixes
29860 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29862 * gst-libs/gst/gst-i18n-plugin.h:
29864 remove config.h inclusion
29866 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29869 adding autopoint invocation
29872 * gst-libs/gst/gettext.h:
29873 adding gettext bits
29874 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29875 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29876 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29877 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29878 (gst_gnomevfssink_close_file):
29879 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29880 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29881 * gst-libs/gst/gst-i18n-plugin.h:
29882 * gst/avi/gstavi.c: (plugin_init):
29883 * sys/dxr3/dxr3init.c: (plugin_init):
29884 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29885 * sys/oss/gstossaudio.c: (plugin_init):
29886 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29887 * sys/v4l/gstv4l.c: (plugin_init):
29888 * sys/v4l/v4l_calls.c: (gst_v4l_open):
29889 * sys/v4l2/gstv4l2.c: (plugin_init):
29890 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29891 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29892 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29893 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29894 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29895 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29896 make sure locale and translation domain are set
29897 fix translated strings
29903 put translation files into place
29904 * sys/xvideo/imagetest.c: (main):
29905 * ext/dv/demo-play.c: (main):
29906 fix unnecessary translations
29908 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
29910 * ext/sndfile/gstsf.c:
29911 * gst/avi/gstavimux.c:
29912 * ext/audiofile/gstafsink.c:
29913 * ext/audiofile/gstafsrc.c:
29914 * ext/gnomevfs/gstgnomevfssink.c:
29915 * ext/gnomevfs/gstgnomevfssrc.c:
29916 * sys/oss/gstosselement.c:
29917 * sys/v4l/v4l_calls.h:
29920 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29922 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29923 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29924 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29925 (gst_v4l2_get_output), (gst_v4l2_set_output),
29926 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29927 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29928 (gst_v4l2_set_attribute):
29929 update to new error handling
29931 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29933 * ext/sidplay/gstsiddec.cc:
29934 * gst/modplug/gstmodplug.cc:
29935 parenthese NULL because C++ seems angry about it
29937 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29939 * gst-libs/gst/gst-i18n-plugin.h:
29940 add skeleton i18n stuff, but needs to be further implemented
29942 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
29944 * examples/gstplay/player.c: (main):
29945 * ext/aalib/gstaasink.c: (gst_aasink_open):
29946 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29947 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29948 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29949 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29950 (gst_afsink_close_file):
29951 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29952 (gst_afsrc_close_file):
29953 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29954 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29955 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29956 * ext/esd/esdmon.c: (gst_esdmon_get):
29957 * ext/esd/esdsink.c: (gst_esdsink_chain):
29958 * ext/faac/gstfaac.c: (gst_faac_chain):
29959 * ext/faad/gstfaad.c: (gst_faad_chain):
29960 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29961 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29962 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29963 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29964 (gst_flacdec_loop):
29965 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29966 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29967 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29968 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29969 (gst_gnomevfssink_close_file):
29970 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29971 (gst_gnomevfssrc_open_file):
29972 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29973 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29974 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29975 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29976 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29977 * ext/mad/gstmad.c: (gst_mad_chain):
29978 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29979 * ext/mpeg2dec/gstmpeg2dec.c:
29980 * ext/mpeg2enc/gstmpeg2enc.cc:
29981 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29982 * ext/mplex/gstmplex.cc:
29983 * ext/mplex/gstmplexibitstream.cc:
29984 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29985 (gst_ogg_demux_push), (gst_ogg_pad_push):
29986 * ext/raw1394/gstdv1394src.c:
29987 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29988 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29989 * ext/sidplay/gstsiddec.cc:
29990 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29992 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29993 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29994 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29995 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29996 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29997 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29998 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29999 * gst-libs/gst/Makefile.am:
30000 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30001 (gst_riff_read_element_data), (gst_riff_read_seek),
30002 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30003 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30004 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30005 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30006 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30007 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30008 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30009 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30010 * gst/goom/gstgoom.c: (gst_goom_chain):
30011 * gst/id3/gstid3types.c: (gst_id3types_loop):
30012 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30013 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30014 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30015 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30016 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30017 (gst_ebml_read_float), (gst_ebml_read_header):
30018 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30019 (gst_matroska_demux_parse_blockgroup):
30020 * gst/modplug/gstmodplug.cc:
30021 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30022 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30023 * gst/oneton/gstoneton.c: (gst_oneton_chain):
30024 * gst/silence/gstsilence.c: (gst_silence_get):
30025 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30026 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30027 * gst/speed/gstspeed.c: (speed_loop):
30028 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30029 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30030 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30031 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30032 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30033 (gst_wavparse_loop):
30034 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30035 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30036 (dxr3audiosink_close):
30037 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30038 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30039 (dxr3videosink_close), (dxr3videosink_write_data):
30040 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30041 * sys/oss/gstosselement.h:
30042 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30043 (gst_osssink_chain):
30044 * sys/oss/gstosssrc.c: (gst_osssrc_get):
30045 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30046 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30047 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30048 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30049 (gst_v4l_enable_overlay):
30050 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30051 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30052 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30053 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30054 (gst_v4l_set_audio):
30055 * sys/v4l/v4l_calls.h:
30056 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30057 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30058 (gst_v4lmjpegsink_playback_init),
30059 (gst_v4lmjpegsink_playback_start):
30060 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30061 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30062 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30063 (gst_v4lmjpegsrc_requeue_frame):
30064 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30065 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30066 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30067 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30068 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30069 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30070 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30071 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30072 (gst_v4l2src_capture_stop):
30073 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30074 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30075 (gst_ximagesink_chain):
30076 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30077 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30078 (gst_xvideosink_xwindow_new):
30079 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30080 (gst_xvimagesink_chain):
30081 use new error signal, function and categories
30083 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
30087 * ext/musicbrainz/gsttrm.c:
30088 * ext/musicbrainz/gsttrm.h:
30089 * ext/musicbrainz/Makefile.am:
30092 2004-01-18 Julien MOUTTE <julien@moutte.net>
30094 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30095 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30096 synchronous property for debugging.
30097 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30098 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30099 (gst_xvimagesink_set_property): Moving a pointer declaration to a
30100 smaller block, fixing indent.
30102 2004-01-16 David Schleef <ds@schleef.org>
30104 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30105 property affects the video stream.
30106 * sys/xvimage/xvimagesink.c:
30107 * sys/xvimage/xvimagesink.h:
30108 Add synchronous property for debugging. Should probably be
30109 disabled in non-CVS builds. Make sure that the Xv attribute
30110 exists before we set it (crash!). Fix a silly float bug that
30111 caused colorbalance to just not work.
30113 2004-01-17 Christian Schaller <Uraeus@gnome.org>
30115 * tools/gst-launch-ext.in - update for new plugins
30117 2004-01-16 David Schleef <ds@schleef.org>
30119 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30120 already-freed caps.
30122 2994-01-16 Christian Schaller <Uraeus@gnome.org>
30124 * Update spec for new colorspace plugin and libcaca plugin
30125 * Fix compilation of libcaca plugin (clock -> id)
30127 2004-01-16 Julien MOUTTE <julien@moutte.net>
30129 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30130 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30131 (gst_xvimagesink_set_xwindow_id),
30132 (gst_xvimagesink_colorbalance_set_value),
30133 (gst_xvimagesink_colorbalance_get_value),
30134 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30135 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30136 correct colorbalance properties. They can now be set when the element
30137 is still in NULL state. The values will be committed to the Xv Port
30138 when xcontext is initialized.
30139 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30140 brightness int values in the GstXvImagesink structure.
30142 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30144 * gst-libs/gst/Makefile.am:
30145 restructure so having local patches works easier.
30147 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30149 * ext/mpeg2enc/Makefile.am:
30150 * ext/mpeg2enc/gstmpeg2enc.cc:
30151 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30152 Bugfix with respect to EOS handling.
30154 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30156 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30157 Link with right caps (else, it segfaults).
30158 * ext/mplex/gstmplexjob.cc:
30159 Fix for slight API change in 1.6.1.93 release of mjpegtools.
30161 2004-01-15 David Schleef <ds@schleef.org>
30163 * gst-libs/gst/audio/Makefile.am:
30164 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30166 * gst-libs/gst/audio/gstaudiofilter.c:
30167 * gst-libs/gst/audio/gstaudiofilter.h:
30168 Add bytes_per_sample and size and n_samples calculation.
30169 * gst-libs/gst/audio/gstaudiofilterexample.c:
30170 Remove, now autogenerated.
30171 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30172 Moved from gstaudiofilterexample, object name changed, code added
30173 so that it actually works.
30174 * gst-libs/gst/audio/make_filter:
30175 Script to build an audiofilter subclass from the template.
30176 * gst/colorspace/Makefile.am:
30177 * gst/colorspace/yuv2yuv.c:
30178 Remove file, since it's GPL, and we don't use it.
30180 2004-01-15 Julien MOUTTE <julien@moutte.net>
30182 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30183 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30184 them use the buffer free function to test how the buffer was allocated.
30186 2004-01-15 David Schleef <ds@schleef.org>
30188 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30189 that handles osssink fallback.
30190 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30191 (gst_audio_convert_getcaps):
30192 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30193 Add audio/x-qdm2 for QDM2 audio.
30194 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30195 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30196 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30197 Decrease minimum size to 16x16.
30198 * gst/wavparse/gstwavparse.c:
30199 Convert disabled pad template caps to new caps.
30200 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30201 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30202 (gst_xvimagesink_chain): Throw element error when display cannot
30203 be opened. Increase minimum framerate to 1.0. Check the data
30204 free function on a buffer to make sure it is the type we expect
30205 before manipulating it.
30207 2004-01-15 Julien MOUTTE <julien@moutte.net>
30209 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30210 (gst_videobalance_colorbalance_set_value): Implement passthru if
30211 settings are in the middle.
30212 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30214 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30216 * gst/videofilter/Makefile.am:
30217 * gst/volume/Makefile.am:
30218 Since we use videofilter symbols, link to it.
30220 2004-01-15 Julien MOUTTE <julien@moutte.net>
30222 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30223 mixer interface type to HARDWARE.
30224 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30226 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30227 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30228 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30229 (gst_volume_interface_init), (gst_volume_list_tracks),
30230 (gst_volume_set_volume), (gst_volume_get_volume),
30231 (gst_volume_set_mute), (gst_volume_mixer_init),
30232 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30233 (volume_init): Implementing mixer interface.
30234 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30235 * sys/oss/gstosselement.c: (gst_osselement_get_type),
30236 (gst_osselement_change_state): Removing some trailing commas in
30238 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30239 interface type to HARDWARE.
30240 * sys/v4l/gstv4lcolorbalance.c:
30241 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30243 * sys/v4l2/gstv4l2colorbalance.c:
30244 (gst_v4l2_color_balance_interface_init): Setting colorbalance
30245 interface type to HARDWARE.
30246 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30247 same code than ximagesink for event handling.
30249 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30251 * ext/snapshot/Makefile.am:
30252 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30253 (gst_snapshot_chain):
30254 * ext/snapshot/gstsnapshot.h:
30255 This has to be a joke... Snapshot should be connected to a tee,
30256 colorspace element before it and EOS after that, where the other
30257 src of the tee receives normal data.
30258 The current way is *wrong*.
30260 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30262 * ext/hermes/gsthermescolorspace.c:
30263 Fix another compile error. Same as below.
30265 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30267 * gst/colorspace/gstcolorspace.c:
30268 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30269 (gst_colorspace_i420_to_yv12):
30270 Fix compiling... Didn't test if it actually works.
30272 2004-01-15 David Schleef <ds@schleef.org>
30275 * gst/colorspace/Makefile.am:
30276 * gst/colorspace/gstcolorspace.c:
30277 * gst/colorspace/gstcolorspace.h:
30278 * gst/colorspace/yuv2rgb.c:
30279 * gst/colorspace/yuv2rgb.h:
30280 Duplicate the ext/hermes colorspace plugin, and remove Hermes
30281 code and GPL code. Fix for new caps negotiation. Rewrite
30282 much of the format handling code, and some of the conversion
30283 code. Basically, rewrote almost everything. This element
30284 handles I420, YV12 to RGB conversions.
30285 * ext/hermes/Makefile.am:
30286 * ext/hermes/gsthermescolorspace.c:
30287 Rename colorspace to hermescolorspace. Fix negotiation issues.
30288 Remove non-Hermes related code. This element handles lots of
30289 RGB to RGB conversions, but no YUV.
30290 * ext/hermes/gstcolorspace.c:
30291 * ext/hermes/gstcolorspace.h:
30292 * ext/hermes/rgb2yuv.c:
30293 * ext/hermes/yuv2rgb.c:
30294 * ext/hermes/yuv2rgb.h:
30295 * ext/hermes/yuv2rgb_mmx16.s:
30296 * ext/hermes/yuv2yuv.c:
30297 * ext/hermes/yuv2yuv.h:
30300 2004-01-14 Colin Walters <walters@verbum.org>
30302 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30303 they've already been.
30305 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30307 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30308 assume tag mode when pad is not connected
30310 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30312 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30313 Don't update the time of the clock
30314 (gst_alsa_sink_loop):
30315 sync to the clock given to alsasink, not the own clock
30316 * sys/oss/gstosssink.c: (gst_osssink_chain):
30318 (gst_osssink_change_state):
30320 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30321 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30322 remove bogus code that made DISCONT events unhandled
30323 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30324 explicitly case to double in _set_simple. (fixes 2nd warning in bug
30326 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30327 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30328 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30329 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30330 2nd warning in bug #131502)
30332 2004-01-14 Julien MOUTTE <julien@moutte.net>
30334 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30335 (gst_videobalance_colorbalance_set_value),
30336 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30337 for colorbalance interface implementation.
30338 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30339 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30340 (gst_ximagesink_dispose), (gst_ximagesink_init),
30341 (gst_ximagesink_class_init): Adding DISPLAY property.
30342 * sys/ximage/ximagesink.h: Adding display_name to store display.
30343 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30344 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30345 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30346 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30347 properties (they still need polishing though for gst-launch use : no
30348 xcontext yet, i ll do that tomorrow).
30349 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30351 2004-01-14 Julien MOUTTE <julien@moutte.net>
30353 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30354 (gst_play_set_location), (gst_play_set_visualization): Preparing
30355 switch integration, adding videobalance in the pipeline.
30357 2004-01-14 Julien MOUTTE <julien@moutte.net>
30359 * gst-libs/gst/colorbalance/colorbalance.c:
30360 (gst_color_balance_class_init): Adding a default type.
30361 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30363 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30364 (gst_videobalance_dispose), (gst_videobalance_class_init),
30365 (gst_videobalance_init), (gst_videobalance_interface_supported),
30366 (gst_videobalance_interface_init),
30367 (gst_videobalance_colorbalance_list_channels),
30368 (gst_videobalance_colorbalance_set_value),
30369 (gst_videobalance_colorbalance_get_value),
30370 (gst_videobalance_colorbalance_init): Implementing colorbalance
30372 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30374 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30375 bug which was triggering a BadAccess X error when setting an overlay
30376 before pad was really negotiated.
30377 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30378 Using the colorbalance type macro.
30380 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30382 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30383 (gst_flacenc_chain):
30384 handle tags correctly
30385 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30386 extract ID3v1 tags correctly
30388 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30390 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30392 Improve matroska typefinding for odd-typed headers...
30394 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30396 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30397 Fix for using incremental number on padnames.
30399 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30401 * ext/divx/gstdivxdec.c:
30402 * ext/divx/gstdivxenc.c:
30403 Set category to divx4linux instead of divx (too generic).
30404 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30405 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30406 (gst_wavparse_loop), (gst_wavparse_change_state):
30407 * gst/wavparse/gstwavparse.h:
30408 fix parsing of WAV files with non-standard fmt-tag size and fix
30409 skipping of unrecognized chunks... Someone please fix this thing
30410 to use rifflib so all this is automated.
30411 * sys/v4l/Makefile.am:
30412 * sys/v4l2/Makefile.am:
30413 Add X_CFLAGS because we depend on X (for overlay).
30415 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
30417 * ext/mpeg2dec/gstmpeg2dec.c:
30418 Don't issue a timestamp unless we tagged the frame
30421 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30423 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30424 Query the audio element to get the time, not the clock. We're
30425 interested in the element's time here.
30427 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30429 * ext/aalib/gstaasink.c: (gst_aasink_chain):
30430 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30431 * ext/esd/esdsink.c: (gst_esdsink_chain):
30432 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30433 * ext/mas/massink.c: (gst_massink_chain):
30434 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30435 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30436 (gst_matroska_demux_parse_metadata):
30437 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30438 (gst_mpeg_parse_release_locks):
30439 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30440 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30441 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30442 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30443 (gst_osssink_change_state):
30444 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30445 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30446 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30447 (gst_xvideosink_release_locks):
30448 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30450 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30451 (gst_alsa_clock_stop):
30452 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30453 (gst_audio_clock_get_internal_time):
30454 simplify for use with new clocking code.
30455 * testsuite/alsa/Makefile.am:
30456 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30457 fix testsuite for new caps system
30459 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30461 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30462 * ext/flac/gstflacenc.c: (add_one_tag):
30463 length is already host endian, no need to convert. Fixes playback of
30464 tagged files on PPC. (bug #128384)
30466 2004-01-13 Julien MOUTTE <julien@moutte.net>
30468 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30469 colorbalance interface stating if it is hardware based or software
30471 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30472 Removing a trailing comma.
30473 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30474 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30475 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30476 the documentation seems to be wrong on the -1000 to 1000 interval.
30478 2004-01-12 David Schleef <ds@schleef.org>
30480 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30481 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30482 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30483 Fix negotiation. Add a bufferalloc function for the sink pad,
30484 and generally clean up some of the code.
30486 2004-01-12 Julien MOUTTE <julien@moutte.net>
30488 * gst-libs/gst/colorbalance/colorbalancechannel.c:
30489 (gst_color_balance_channel_dispose): Adding safety check in dispose
30491 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30492 (gst_xvimagesink_xcontext_clear),
30493 (gst_xvimagesink_interface_supported),
30494 (gst_xvimagesink_colorbalance_list_channels),
30495 (gst_xvimagesink_colorbalance_set_value),
30496 (gst_xvimagesink_colorbalance_get_value),
30497 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30498 Adding colorbalance interface support to set XV parameters such as
30499 HUE, BRIGHTNESS, CONTRAST, SATURATION.
30500 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30503 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30505 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30506 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30507 (gst_audio_convert_init), (gst_audio_convert_set_property),
30508 (gst_audio_convert_get_property), (gst_audio_convert_chain),
30509 (gst_audio_convert_link),
30510 (gst_audio_convert_buffer_to_default_format),
30511 (gst_audio_convert_buffer_from_default_format), (plugin_init):
30512 - implement _getcaps and use it
30514 - remove float caps since no float conversion is actually done
30515 - remove properties and arguments that were to be used for rate
30518 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30520 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30521 (gst_audio_structure_set_int):
30522 * gst-libs/gst/audio/audio.h:
30523 add helper functions for _getcaps matching the standard audio
30526 2004-01-12 David Schleef <ds@schleef.org>
30528 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30529 Test that pad is negotiated before getting its caps.
30531 2004-01-12 Julien MOUTTE <julien@moutte.net>
30533 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30534 analyzing the pads of an element the bin is mostly in READY state so
30535 no caps were negotiated. This helper function needs to work with
30536 _get_caps directly then. I was not freeing them though, added that to
30539 2004-01-12 Julien MOUTTE <julien@moutte.net>
30541 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30542 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30543 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30544 than the free_func.
30546 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30548 * sys/oss/gstossaudio.c: (plugin_init):
30549 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30550 * sys/oss/gstosselement.h:
30551 make an oss debugging category
30552 make failure more descriptive
30554 2004-01-11 David Schleef <ds@schleef.org>
30556 * ext/ffmpeg/gstffmpeg.c:
30557 * ext/ffmpeg/gstffmpegcodecmap.c:
30558 * ext/ffmpeg/gstffmpegdec.c:
30559 * ext/ffmpeg/gstffmpegenc.c:
30560 * ext/ffmpeg/gstffmpegprotocol.c:
30561 * ext/gdk_pixbuf/gstgdkanimation.c:
30562 * ext/jpeg/gstjpeg.c:
30563 * ext/libpng/gstpng.c:
30564 * ext/mpeg2dec/perftest.c:
30565 * ext/speex/gstspeex.c:
30566 * gst-libs/gst/resample/dtos.c:
30567 * gst/intfloat/gstintfloatconvert.c:
30568 * gst/oneton/gstoneton.c:
30569 * gst/rtjpeg/RTjpeg.c:
30570 * gst/rtp/gstrtp.c:
30571 * sys/dxr3/dxr3init.c:
30572 * sys/glsink/gstgl_nvimage.c:
30573 * sys/glsink/gstgl_pdrimage.c:
30574 * sys/glsink/gstglsink.c:
30575 * testsuite/gst-lint:
30576 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30578 2004-01-11 David Schleef <ds@schleef.org>
30580 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30581 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30582 * ext/gdk_pixbuf/gstgdkanimation.c:
30583 (gst_gdk_animation_iter_create_pixbuf):
30584 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30585 (gst_gdk_pixbuf_chain):
30586 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30587 * ext/jack/gstjack.c: (gst_jack_change_state):
30588 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30589 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30590 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30591 * gst/videofilter/gstvideofilter.c:
30592 (gst_videofilter_set_output_size):
30593 Remove all usage of gst_pad_get_caps(), and replace it with
30594 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30596 2004-01-11 David Schleef <ds@schleef.org>
30599 * ext/Makefile.am: Fixes to make ext/libcaca compile.
30600 * ext/divx/gstdivxdec.c:
30601 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30602 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30603 handle images that span multiple buffers. Now work with both
30604 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30605 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30606 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30607 video/video.h changes
30608 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30609 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30610 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30611 of GstData free function.
30612 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30615 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30617 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30618 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30619 (gst_v4l2element_get_property):
30620 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30621 add norm, channel and frequency properties.
30622 * sys/v4l2/gstv4l2tuner.c:
30623 fixes for tuner interface changes
30624 * sys/v4l2/gstv4l2element.h:
30625 * sys/v4l2/gstv4l2src.c:
30626 * sys/v4l2/gstv4l2src.h:
30627 * sys/v4l2/v4l2src_calls.c:
30628 * sys/v4l2/v4l2src_calls.h:
30629 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30631 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30633 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30634 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30635 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30636 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30637 * gst-libs/gst/tuner/tuner.h:
30638 GObjects aren't const.
30639 Add find_by_name functions.
30640 Add checks to _changed functions.
30641 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30642 (gst_v4l_tuner_get_norm):
30645 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30647 * gst-libs/gst/video/video.h:
30648 Fix caps template names to be understandable.
30649 Prefix everything with GST_VIDEO.
30650 * ext/aalib/gstaasink.c:
30651 * ext/divx/gstdivxdec.c:
30652 * ext/divx/gstdivxenc.c:
30653 * ext/gdk_pixbuf/gstgdkpixbuf.c:
30654 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30655 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30656 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30657 * ext/libcaca/gstcacasink.c:
30658 * ext/libpng/gstpngenc.c: (raw_caps_factory):
30659 * ext/snapshot/gstsnapshot.c:
30660 * ext/swfdec/gstswfdec.c:
30661 * ext/xvid/gstxviddec.c:
30662 * ext/xvid/gstxvidenc.c:
30663 * gst/chart/gstchart.c:
30664 * gst/deinterlace/gstdeinterlace.c:
30665 * gst/effectv/gsteffectv.c:
30666 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30667 * gst/goom/gstgoom.c:
30668 * gst/median/gstmedian.c:
30669 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30670 (gst_monoscope_srcconnect), (gst_monoscope_chain):
30671 * gst/overlay/gstoverlay.c:
30672 * gst/smooth/gstsmooth.c:
30673 * gst/smpte/gstsmpte.c:
30674 * gst/synaesthesia/gstsynaesthesia.c:
30675 * gst/videocrop/gstvideocrop.c:
30676 * gst/videodrop/gstvideodrop.c:
30677 * gst/y4m/gsty4mencode.c:
30678 * sys/qcam/gstqcamsrc.c:
30679 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30680 Make them work with new video.h file.
30681 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30682 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30683 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30684 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30685 Make it work with new buffer allocation system.
30687 2004-01-11 Julien MOUTTE <julien@moutte.net>
30689 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30690 pad_alloc_buffer implementation to use ->srcpad
30691 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30692 pad_alloc_buffer implementation to use ->srcpad
30693 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
30694 pad_alloc_buffer implementation to use ->srcpad
30695 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30696 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30697 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30698 a reference to everything we need.
30699 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30700 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30701 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30702 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30703 a reference to everything we need.
30704 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30706 2004-01-11 David Schleef <ds@schleef.org>
30708 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30709 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30710 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30712 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30713 value during a resize/renegotiation.
30714 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30715 gst_pad_alloc_buffer();
30716 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30717 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30719 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30720 Fix for rename of buffer private structure members.
30721 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30722 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30723 Fix for rename of buffer private structure members.
30724 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30725 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30726 Fix for rename of buffer private structure members.
30728 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
30730 reviewed by: David Schleef <ds@schleef.org>
30732 * gst/videofilter/Makefile.am:
30733 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
30734 from the patch by ds to fit in with recent make_filter changes.
30736 2004-01-11 Julien MOUTTE <julien@moutte.net>
30738 * configure.ac: Adding examples/switch/Makefile
30739 * examples/Makefile.am: Adding examples/switch
30740 * examples/switch/Makefile.am: Adding switcher example.
30741 * examples/switch/switcher.c: (got_eos), (idle_iterate),
30742 (switch_timer), (main): Adding an example demonstrating switch usage
30743 with 2 videotestsrc showing different patterns.
30744 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30745 (gst_switch_init): Fixing switch with the new caps system.
30747 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30749 * gst-libs/gst/video/video.h:
30750 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30751 They should probably be like
30752 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30754 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30756 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30757 (qtdemux_parse_trak):
30758 fix audio chunk size/timestamp calculation
30760 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30762 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30765 2004-01-11 Steve Baker <steve@stevebaker.org>
30767 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30768 (gst_agingtv_base_init), (gst_agingtv_class_init),
30769 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30770 (gst_agingtv_set_property), (gst_agingtv_get_property):
30771 Port agingTV to videofilter
30773 2004-01-09 Julien MOUTTE <julien@moutte.net>
30775 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30776 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30778 2004-01-09 Julien MOUTTE <julien@moutte.net>
30780 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30781 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30782 * gst-libs/gst/xoverlay/xoverlay.c:
30783 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30784 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30785 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30786 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30787 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30788 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30789 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30790 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30791 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30792 interface implementation to handle xid being 0 and fix some bugs
30793 triggered by Benjamin's testcase.
30794 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30795 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30796 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30797 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30798 interface implementation to handle xid being 0 and fix some bugs
30799 triggered by Benjamin's testcase.
30801 2004-01-09 David Schleef <ds@schleef.org>
30803 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
30804 mouse pointer events. It works.
30806 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
30808 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30809 Use explicit caps - fix capsnego.
30810 * ext/xvid/gstxviddec.c:
30811 * ext/xvid/gstxvidenc.c:
30812 Remove macro-inside-macro which caused compile errors.
30813 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30814 Error out if it's not a RIFF file. Else we error out without
30815 gst_element_error() which is not good...
30817 2004-01-08 David Schleef <ds@schleef.org>
30819 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30820 Fix pad_link function to handle formats that ffmpeg returns
30821 as multiple caps structures.
30822 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30823 Only complain if source buffer is _smaller_ than expected.
30824 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30825 (gst_videoscale_handle_src_event): Resize navigation events
30826 when passing them upstream.
30827 * gst/videotestsrc/gstvideotestsrc.c:
30828 * gst/videotestsrc/gstvideotestsrc.h:
30829 * gst/videotestsrc/videotestsrc.c:
30830 * gst/videotestsrc/videotestsrc.h:
30831 Rewrite many of the buffer painting functions to handle odd
30832 sizes (for many formats, size%4!=0 or size%8!=0). Most have
30833 been verified to work with my video card.
30834 * testsuite/gst-lint: Add check for elements calling
30835 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30837 2004-01-08 David Schleef <ds@schleef.org>
30839 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30840 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30842 2004-01-08 Julien MOUTTE <julien@moutte.net>
30844 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30845 configure event is not emiting the desired size signal. That fixes
30846 aspect ratio issues with gst-player.
30848 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
30850 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30853 2004-01-08 Julien MOUTTE <julien@moutte.net>
30855 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30856 public method to fire size signal.
30858 2004-01-07 Julien MOUTTE <julien@moutte.net>
30860 * examples/gstplay/Makefile.am: Adding the interface library.
30861 * gst-libs/gst/play/Makefile.am: Adding the interface library.
30862 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
30863 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30864 GST_IS_X_OVERLAY before signal connect.
30865 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30866 Removing the have_video_size signal.
30867 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30868 and associated public method.
30869 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30870 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30872 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30873 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30875 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30876 Using XOverlay public method to fire size signal.
30878 2004-01-07 David Schleef <ds@schleef.org>
30880 * gst/videofilter/Makefile.am:
30881 * gst/videofilter/gstvideotemplate.c:
30882 * gst/videofilter/make_filter:
30883 Create gstvideoexample.c in a srcdir!=builddir friendly way.
30884 Convert make_filter to /bin/sh script.
30886 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
30888 * gst/modplug/gstmodplug.cc: fix element description
30890 2004-01-07 Julien MOUTTE <julien@moutte.net>
30892 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30893 (got_video_size): Adding some new lines in g_print calls.
30894 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30895 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30896 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30897 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30898 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30899 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30900 Complete code review, reverting some stuff i disagree with, adding
30901 some fixes : time synchronization on invalid timestamps, renegotiation
30903 * sys/ximage/ximagesink.h:
30904 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30905 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30906 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30907 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30908 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30909 (gst_xvimagesink_buffer_new),
30910 (gst_xvimagesink_navigation_send_event),
30911 (gst_xvimagesink_set_xwindow_id),
30912 (gst_xvimagesink_get_desired_size),
30913 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30914 stuff i disagree with, adding some fixes : Renegotiation of private
30915 window, implementing get_desired_size.
30917 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
30919 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30920 (gst_afsink_handle_event):
30921 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30922 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30923 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30924 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30925 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30926 Fix for instantiate-test (see core). Also remove dead code from
30927 jpegenc (which still needs fixing, but that's lower on my TODO
30929 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30930 Never return NULL as caps.
30932 2004-01-07 David Schleef <ds@schleef.org>
30936 * ext/librfb/Makefile.am:
30937 * ext/librfb/gstrfbsrc.c:
30938 New source plugin based on librfb-0.1. RFB (remote framebuffer)
30939 is the protocol used by VNC.
30941 2004-01-07 David Schleef <ds@schleef.org>
30943 * gst/videofilter/gstvideotemplate.c:
30944 * gst/videofilter/gstvideotemplate.h:
30945 * gst/videofilter/make_filter:
30946 Merge videotemplate header into source file.
30947 * gst/effectv/Makefile.am:
30948 * gst/effectv/gsteffectv.c: (plugin_init):
30949 * gst/effectv/gstwarp.c:
30950 Make warpTV a subclass of videofilter.
30952 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
30954 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30955 Add guard against invalid utf-8 conversions in mad. Just in case.
30957 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
30959 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30960 Fix for bug shown by poisoning
30962 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30964 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30965 (gst_v4lmjpegsrc_buffer_free):
30966 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30967 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30968 (gst_v4lsrc_buffer_free):
30969 Fix for removed bufferpools.
30971 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
30973 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30974 Fix caps negotiation.
30976 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30977 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30978 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30980 * ext/mpeg2dec/gstmpeg2dec.c:
30981 * gst-libs/gst/navigation/navigation.c:
30982 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30983 * gst-libs/gst/navigation/navigation.h:
30984 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30985 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30986 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30987 Super-simple first version of mouse and keyboard events. Clicking
30988 on a DVD menu now works, although it may not take you where you
30991 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30992 * gst/videotestsrc/gstvideotestsrc.c:
30993 (gst_videotestsrc_src_fixate):
30994 These fixate functions were broken - they never actually
30997 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30999 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31000 (gst_icecastsend_init):
31001 fix for new caps system.
31002 * gst-libs/gst/mixer/mixertrack.h:
31003 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31004 Add 'master track' flag (for tools like ACME that only want to
31005 change the main volume).
31007 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
31009 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31010 (gst_xvid_csp_to_caps):
31011 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31012 * ext/xvid/gstxvidenc.c:
31013 ifdef out ARGB type when it isn't available
31014 in xvidcore 1.0.0beta2
31016 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31018 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31019 When we have received a new SCR right in the first buffer after
31020 a seek (so in the same cycle that handles the discont), we should
31021 handle the buffer instead of unreffing it, else we lose data.
31023 2004-01-06 Iain <iain@prettypeople.org>
31025 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31026 buffer-frames caps too.
31028 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31029 caps that we need, don't destroy them all and rebuild them. And when
31030 creating src pads, use the src pad template rather than the sink...
31032 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
31034 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31035 Add pad to element *after* setting functions such as event handler.
31036 Without this, the scheduler (opt) will link pads, set the event
31037 handler from the default event function (dispatcher in gstpad.c)
31038 and *after* that, we will set our own event function, which will
31039 thus never be used (and thus mpegdemux doesn't handle events).
31041 2004-01-04 David Schleef <ds@schleef.org>
31043 Fix the fixate functions to handle new prototype:
31044 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31045 * gst/videotestsrc/gstvideotestsrc.c:
31046 (gst_videotestsrc_src_fixate):
31047 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31048 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31049 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31051 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
31053 * sys/ximage/ximagesink.h:
31054 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31055 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31056 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31057 (gst_ximagesink_xoverlay_init):
31058 assorted fixes to make (re)embedding work
31059 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31060 (gst_ximagesink_get_desired_size):
31061 implement desired size additions to XOverlay
31063 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
31065 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31066 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31067 (gst_x_overlay_got_desired_size):
31068 * gst-libs/gst/xoverlay/xoverlay.h:
31069 Add optional "desired size" signal and querying.
31071 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31073 * gst/matroska/matroska-demux.c:
31074 (gst_matroska_demux_parse_blockgroup):
31075 Fix EBML-laced block parsing. Diffs are relative to previous
31076 lace, not the first lace. Thanks to Mosu from the Matroska
31077 team for detecting this.
31078 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31079 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31080 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31081 (gst_wavparse_change_state):
31082 * gst/wavparse/gstwavparse.h:
31083 Quickfix for capsnego.
31085 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31087 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31088 Fix indenting, fix pad creation.
31090 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31092 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31093 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31094 (gst_xviddec_sink_link):
31095 Implement src_getcaps() so proper size caps is negotiated.
31097 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31099 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31100 Finish flac decoder on EOS. See #116178.
31102 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31104 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31105 (gst_matroska_demux_add_stream):
31106 * gst/matroska/matroska-ids.h:
31107 Add getcaps() function to fix capsnego...
31109 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31111 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31112 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31113 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31114 Fix more integer overflows. Again, see #126967.
31116 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31118 * ext/mpeg2dec/gstmpeg2dec.c:
31119 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31122 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31125 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31126 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31127 * ext/xvid/gstxvid.h:
31128 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31129 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31130 (gst_xviddec_src_link), (gst_xviddec_sink_link),
31131 (gst_xviddec_change_state):
31132 * ext/xvid/gstxviddec.h:
31133 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31134 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31135 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31136 (gst_xvidenc_link), (gst_xvidenc_set_property),
31137 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31138 * ext/xvid/gstxvidenc.h:
31139 Update xvid plugin to latest xvid (1.0.0-beta3) API.
31141 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31143 * gst/rtp/rtp-packet.c:
31144 Add sys/types.h include, since OS X doesn't define in_addr_t
31145 in netinet/in.h, like it does on Linux (see #129600).
31147 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
31149 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
31151 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31152 Correct logic of dispose function (see #129306).
31154 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31156 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31157 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31158 (gst_mpeg_parse_init):
31159 * gst/mpegstream/gstmpegparse.h:
31160 Remove clock (which was never provided, i.e. dead code), and
31161 also fix integer overflows at high PTS values (see #126967).
31163 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31165 * ext/flac/gstflacdec.c:
31166 * ext/libpng/gstpngenc.h:
31167 * ext/mikmod/gstmikmod.h:
31168 OS X fixes (see #126628).
31170 2004-01-02 David Schleef <ds@schleef.org>
31172 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31173 (gst_alsa_src_base_init): Remove bogus "src" request pad.
31174 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31175 (gst_mpeg_parse_class_init): Move pad template registration
31176 to class_init, since the derived class (mpegdemux) doesn't
31179 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31181 * sys/ximage/Makefile.am:
31182 * sys/xvideo/Makefile.am:
31183 * sys/xvimage/Makefile.am:
31184 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31185 after installation (see #127664).
31187 2004-01-02 David Schleef <ds@schleef.org>
31189 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31190 (gst_ffmpegenc_connect): Negotiation fixes.
31191 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31192 Remove inappropriate gst_caps_free().
31193 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31194 Reenable Ronald's internal resize code, since the core handles
31197 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31199 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31200 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31201 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31202 Fix pad template stuff.
31204 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31206 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31207 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31208 fix signed integer reading/writing.
31210 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
31213 Remove outdated document
31215 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
31217 * gst/cutter/gstcutter.c: (gst_cutter_init):
31218 src pad was being created twice - oops.
31220 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31222 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31223 Comment out internal resize. It doesn't handle the resulting
31224 XEvent internally, does another try_set_caps() which leads to
31225 a really nice loop.
31226 Real fix will come when Julien and Dave are awake. ;).
31228 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31230 * ext/mpeg2enc/gstmpeg2enc.cc:
31231 fix const/nonconst compile issue.
31233 2004-01-02 David Schleef <ds@schleef.org>
31235 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31236 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31237 Add fixate function and a check for bad formats.
31239 2004-01-01 David Schleef <ds@schleef.org>
31242 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31243 (gst_audiofilter_init):
31244 * gst/debug/efence.c: (gst_efence_init):
31245 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31246 (gst_deinterlace_init):
31247 * gst/volume/gstvolume.c: (volume_connect):
31249 2004-01-01 David Schleef <ds@schleef.org>
31251 Convert elements to use gst_pad_use_explicit_caps() where
31253 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31254 * ext/audiofile/gstafparse.c: (gst_afparse_init),
31255 (gst_afparse_open_file):
31256 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31257 (gst_afsrc_open_file):
31258 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31259 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31260 (gst_ffmpegdec_chain):
31261 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31262 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31263 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31264 (gst_gdk_pixbuf_chain):
31265 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31266 (gst_jpegdec_chain):
31267 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31268 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31269 (gst_mikmod_negotiate):
31270 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31271 (gst_mpeg2dec_negotiate_format):
31272 * ext/mpeg2enc/gstmpeg2enc.cc:
31273 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31274 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31275 (gst_speexdec_sinkconnect):
31276 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31277 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31278 (gst_vorbisfile_new_link):
31279 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31280 (gst_ac3parse_chain):
31281 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31282 (gst_asf_demux_setup_pad):
31283 * gst/auparse/gstauparse.c: (gst_auparse_init),
31284 (gst_auparse_chain):
31285 * gst/id3/gstid3types.c: (gst_id3types_loop):
31286 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31287 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31288 (mp1videoparse_parse_seq):
31289 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31291 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31292 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31293 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31294 (gst_mpeg_parse_send_data):
31295 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31296 (gst_qtdemux_add_stream):
31297 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31298 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31299 (gst_wavparse_parse_fmt):
31301 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
31304 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31305 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31306 it therefore uses the wrong include paths. Too bad... Note
31307 that 1.6.1.93 is not release yet. ;).
31308 Also add a check for mplex, which is now using the lib'ified
31309 mplex from mjpegtools, too.
31310 * ext/ffmpeg/gstffmpegcodecmap.c:
31311 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31312 issues. I don't think ffmpeg handles 3ivx correctly, so this
31313 probably won't work. But it won't hurt either.
31314 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31315 (gst_ffmpegdec_chain):
31316 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31317 (gst_ffmpegenc_chain_audio):
31318 Fix memleak in audio encoding. Close codec if open fails, this
31319 calls the cleanup routines so we can re-use the context.
31320 * ext/mpeg2enc/gstmpeg2enc.cc:
31321 Fix pad template names/types, fix memory issue with getcaps().
31322 * ext/mpeg2enc/gstmpeg2encoder.cc:
31323 * ext/mpeg2enc/gstmpeg2encoder.hh:
31324 Fix compile issue with new caps system (const thingy).
31325 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31326 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31327 We read a first frame right on initing, so that we have a caps
31328 when we init the output. This caps is cached in padprivate and
31329 read as first frame.
31330 * ext/mplex/Makefile.am:
31331 * ext/mplex/gstmplex.cc:
31332 * ext/mplex/gstmplex.h:
31333 * ext/mplex/gstmplex.hh:
31334 * ext/mplex/gstmplexibitstream.cc:
31335 * ext/mplex/gstmplexibitstream.hh:
31336 * ext/mplex/gstmplexjob.cc:
31337 * ext/mplex/gstmplexjob.hh:
31338 * ext/mplex/gstmplexoutputstream.cc:
31339 * ext/mplex/gstmplexoutputstream.hh:
31340 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31341 had issues, didn't do capsnego, supported only a subset of the
31342 mplex features and required a mplex fork in our local CVS. Plus
31343 that it worked agaist a very old mplex version. Rewriting was
31344 faster than updating it.
31345 * gst-libs/ext/Makefile.am:
31346 * gst-libs/ext/mplex/INSTRUCT:
31347 * gst-libs/ext/mplex/Makefile.am:
31348 * gst-libs/ext/mplex/README:
31349 * gst-libs/ext/mplex/TODO:
31350 * gst-libs/ext/mplex/ac3strm_in.cc:
31351 * gst-libs/ext/mplex/audiostrm.hh:
31352 * gst-libs/ext/mplex/audiostrm_out.cc:
31353 * gst-libs/ext/mplex/aunit.hh:
31354 * gst-libs/ext/mplex/bits.cc:
31355 * gst-libs/ext/mplex/bits.hh:
31356 * gst-libs/ext/mplex/buffer.cc:
31357 * gst-libs/ext/mplex/buffer.hh:
31358 * gst-libs/ext/mplex/fastintfns.h:
31359 * gst-libs/ext/mplex/format_codes.h:
31360 * gst-libs/ext/mplex/inputstrm.cc:
31361 * gst-libs/ext/mplex/inputstrm.hh:
31362 * gst-libs/ext/mplex/lpcmstrm_in.cc:
31363 * gst-libs/ext/mplex/mjpeg_logging.cc:
31364 * gst-libs/ext/mplex/mjpeg_logging.h:
31365 * gst-libs/ext/mplex/mjpeg_types.h:
31366 * gst-libs/ext/mplex/mpastrm_in.cc:
31367 * gst-libs/ext/mplex/mpegconsts.cc:
31368 * gst-libs/ext/mplex/mpegconsts.h:
31369 * gst-libs/ext/mplex/mplexconsts.hh:
31370 * gst-libs/ext/mplex/multplex.cc:
31371 * gst-libs/ext/mplex/outputstream.hh:
31372 * gst-libs/ext/mplex/padstrm.cc:
31373 * gst-libs/ext/mplex/padstrm.hh:
31374 * gst-libs/ext/mplex/stillsstream.cc:
31375 * gst-libs/ext/mplex/stillsstream.hh:
31376 * gst-libs/ext/mplex/systems.cc:
31377 * gst-libs/ext/mplex/systems.hh:
31378 * gst-libs/ext/mplex/vector.cc:
31379 * gst-libs/ext/mplex/vector.hh:
31380 * gst-libs/ext/mplex/videostrm.hh:
31381 * gst-libs/ext/mplex/videostrm_in.cc:
31382 * gst-libs/ext/mplex/videostrm_out.cc:
31383 * gst-libs/ext/mplex/yuv4mpeg.cc:
31384 * gst-libs/ext/mplex/yuv4mpeg.h:
31385 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31386 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31387 We don't fork mjpegtools' mplex in our CVS anymore.
31388 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31389 (gst_avi_demux_add_stream):
31390 * gst/avi/gstavidemux.h:
31391 Add getcaps() function for proper caps nego. This makes some
31392 parts of AVI playback/reading work.
31393 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31394 Resize window on new capsnego. This is probably wrong, but
31395 I'm still committing it because with current capsnego, the
31396 first successfull capsnego is auto-fixated, therefore rounded
31397 down to the lowest values in the caps. this results in a 16x16
31398 XWindow that is not reized when real capsnego finishes.
31399 Dave, I see more cases of this, do you know a proper solution?
31400 * tools/gst-launch-ext.in:
31401 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31403 2003-12-31 David Schleef <ds@schleef.org>
31405 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31406 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31407 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31409 2003-12-30 David Schleef <ds@schleef.org>
31411 * ext/ffmpeg/gstffmpegcolorspace.c:
31412 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31413 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31414 (gst_ffmpegcsp_chain): Negotiation fixes
31415 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31416 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31417 (gst_audio_convert_link), (gst_audio_convert_channels):
31418 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31419 (gst_audioscale_link), (gst_audioscale_get_buffer),
31420 (gst_audioscale_chain): Negotiation fixes
31421 * gst/audioscale/gstaudioscale.h:
31422 * gst/videofilter/gstvideofilter.c:
31423 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31424 (gst_videofilter_link), (gst_videofilter_init),
31425 (gst_videofilter_set_output_size), (gst_videofilter_setup),
31426 (gst_videofilter_find_format_by_structure):
31427 * gst/videofilter/gstvideofilter.h: Negotiation fixes
31428 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31429 (gst_videoscale_link):
31430 * gst/videoscale/videoscale.c: (videoscale_get_structure),
31431 (videoscale_find_by_structure), (gst_videoscale_setup):
31432 * gst/videoscale/videoscale.h: Negotiation fixes
31433 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31434 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31435 function, restrict resizing to a multiple of 4 (hack until
31436 everyone supports odd sizes correctly).
31438 2003-12-29 Colin Walters <walters@verbum.org>
31440 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31443 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
31445 * ext/sndfile/gstsf.c: (gst_sf_loop):
31446 Fix warning about discarding const qualifier
31448 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
31450 * gst/cutter/gstcutter.c:
31451 * gst/videoscale/gstvideoscale.c:
31452 * gst/volenv/gstvolenv.c:
31453 * gst-libs/gst/audio/audio.c:
31454 * gst-libs/gst/video/video.c:
31457 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31459 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31460 Don't send ALSA debugging to stderr.
31461 * ext/alsa/gstalsa.h:
31462 Use GST_WARNING instead of g_warning when ALSA functions fail.
31464 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31466 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31467 Free XVAdapterInfo correctly.
31469 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31471 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31472 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31473 Make id3tag use correct caps nego.
31475 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
31477 * ext/ivorbis/vorbis.c:
31478 * ext/ivorbis/vorbisenc.h:
31479 * ext/ivorbis/vorbisfile.c:
31480 Modify so that it uses the new caps things
31482 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31484 * testsuite/spider/spider1.c: (main):
31485 * testsuite/spider/spider2.c: (main):
31486 * testsuite/spider/spider3.c: (main):
31487 Make tests compile again. They probably don't work.
31489 2003-12-24 Colin Walters <walters@verbum.org>
31491 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31492 we can't fixate the caps anymore.
31494 2003-12-23 David Schleef <ds@schleef.org>
31496 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31497 * sys/oss/gstosssink.c: (gst_osssink_init),
31498 (gst_osssink_sink_fixate): Add fixate function.
31500 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
31502 * ext/ffmpeg/gstffmpegcodecmap.c:
31503 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31504 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31505 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31506 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31507 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31508 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31509 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31510 fix typo in RGB masks, and move back to "old" colorspace
31511 capsnego code until whoever wrote this new crap has actually
31512 tested it so that it works.
31513 And yes, this works, keep it that way please.
31515 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31517 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31518 (gst_divxdec_init), (gst_divxdec_negotiate):
31519 * ext/divx/gstdivxdec.h:
31520 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31521 (gst_divxenc_init):
31522 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31523 (gst_faac_sinkconnect), (gst_faac_srcconnect):
31524 * ext/mpeg2enc/gstmpeg2enc.cc:
31525 * ext/mpeg2enc/gstmpeg2encoder.cc:
31526 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31527 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31528 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31529 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31530 (dxr3spusink_init):
31531 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31532 (dxr3videosink_init):
31533 Fix caps breakage after Dave's caps branch merge.
31535 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31537 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31538 Fix for 24bpp display.
31540 2003-12-23 Colin Walters <walters@verbum.org>
31542 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31543 a GnomeVFSHandle directly.
31545 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31547 * gst/volume/Makefile.am:
31548 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31549 (volume_base_init), (volume_init):
31550 Reenable volume element and fix to work with new caps stuff.
31551 Rhythmbox needs this.
31553 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31555 * gst/qtdemux/qtdemux.c: (plugin_init):
31556 qtdemux requires bytestream
31558 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31560 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31561 Fix remaining caps handling errors due to CAPS merge.
31563 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31565 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31566 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31567 (gst_faad_srcconnect):
31568 Port to new caps system.
31570 2003-12-21 Julien MOUTTE <julien@moutte.net>
31572 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31573 (got_video_size), (main): using g_print instead of g_message.
31574 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31575 signal which was not emitted because of "switch" element added to the
31576 bin but not connected. (Removing from the bin temporarily)
31578 2003-12-21 Julien MOUTTE <julien@moutte.net>
31580 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31581 find X development files. I don't understand the previous tests and
31582 they fail on my debian/ppc unstable. This one works.
31583 * examples/gstplay/player.c: (main): Set the pipeline to READY before
31585 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31586 (gst_play_set_video_sink), (gst_play_set_audio_sink),
31587 (gst_play_set_visualization): Add some safety checks in set_ methods
31588 and state_change. This was throwing some ugly CRITICAL messages when
31589 pipeline was getting disposed and casts were failing.
31591 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
31594 Improve mpeg2enc detection. This is for distributions that do
31595 ship mjpegtools, but without mpeg2enc. Also does object check
31596 for might there ever be ABI incompatibility.
31597 * ext/mpeg2enc/gstmpeg2enc.cc:
31598 Add Andrew as second maintainer (he's helping me), and also add
31599 an error if no caps was set. This happens if I pull before capsnego
31600 and that's something I should solve sometime else.
31601 * gst/matroska/matroska-demux.c:
31602 (gst_matroska_demux_parse_blockgroup):
31604 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31605 (gst_matroska_mux_track_header):
31606 Add caps to templates.
31607 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31608 Add mpegversion=1 to prevent confusion with MPEG/AAC.
31609 * gst/mpegstream/gstmpegdemux.c:
31610 Remove layer since it causes warnings about unfixed caps.
31611 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31612 Fix obvious typo (we error out if caps were set, we should of
31613 course error out if *no* caps were set).
31614 * sys/oss/gstosselement.c: (gst_osselement_convert):
31615 Fix format conversion, we confused bits/bytes.
31616 * sys/oss/gstosselement.h:
31617 Improve documentation for 'bps'.
31619 Remove stuff about plugins that need removing - this was done
31621 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31622 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31623 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31624 (gst_v4lsrc_src_query):
31625 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31626 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31627 Add get_query_types(), get_formats() and query() functions.
31629 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
31631 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31632 * moved CVS to freedesktop.org