1 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
3 * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
4 Use gst_guint64_to_gdouble for conversion.
6 Add new files to the win32 MANIFEST.
7 * win32/common/libgstaudio.def:
8 * win32/common/libgstpbutils.def:
9 Add new exported functions.
10 * win32/vs6/gst_plugins_base.dsw:
11 * win32/vs6/libgstdecodebin.dsp:
12 * win32/vs6/libgstplaybin.dsp:
13 Change the link to libgstpbutils.lib.
14 * win32/vs6/libgstdecodebin2.dsp:
15 Add a new project for decodebin2.
16 * win32/vs6/libgstpbutils.dsp:
17 Add a new project for pbutils.
19 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
21 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
22 Also accept partial dates with only year and month,
23 like 1999-12-00 (fixes #410396 even more).
25 * tests/check/libs/tag.c: (GST_START_TEST):
26 Add unit test for the above.
28 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
30 * tests/check/elements/subparse.c: (GST_START_TEST),
32 Add unit test for MPL2 subtitle format (#413799).
34 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
36 Patch by: Kamil Pawlowski <kamilpe gmail com>
38 * gst/subparse/Makefile.am:
39 * gst/subparse/gstsubparse.c:
40 (gst_sub_parse_data_format_autodetect),
41 (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
42 (gst_subparse_type_find):
43 * gst/subparse/gstsubparse.h:
44 * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
45 * gst/subparse/mpl2parse.h:
46 Add support for MPL2 subtitle format (#413799).
48 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
51 We require core CVS for the new buffer metadata copy functions.
53 2007-03-09 Wim Taymans <wim@fluendo.com>
55 * gst-libs/gst/tag/gstid3tag.c:
56 Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
59 2007-03-09 Wim Taymans <wim@fluendo.com>
61 * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
62 (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
63 Improve adapter usage and comments.
65 2007-03-09 Wim Taymans <wim@fluendo.com>
67 * ext/pango/gsttextrender.c: (gst_text_render_chain):
68 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
69 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
70 Use new metadata copy function.
72 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
73 (gst_ffmpegcsp_transform):
74 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
75 Basetransform copied the metadata for us.
77 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
79 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
80 (gst_text_overlay_video_event):
81 Some more logging. Only accept newsegment events in TIME format and
82 send a WARNING message if they are not in TIME format.
84 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
85 (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
86 (gst_sub_parse_chain), (gst_sub_parse_sink_event):
87 * gst/subparse/gstsubparse.h:
88 No need to allocate GstSegment structure dynamically, just put it
89 into the instance structure; ignore newsegment events in BYTE
90 format and in particular don't let it overwrite our saved TIME
91 segment from the last seek.
93 2007-03-09 Michael Smith <msmith@fluendo.com>
95 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
96 Replace AC3 typefinder with one that isn't terrible, and actually
99 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
101 * gst/audioconvert/gstaudioconvert.c:
102 (gst_audio_convert_transform):
103 fix error category and translatable string
106 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
108 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
109 * pkgconfig/gstreamer-plugins-base.pc.in:
110 Fix up utils => pbutils here too.
112 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
114 * gst/subparse/gstsubparse.c: (handle_buffer):
115 Break out of loop in chain function as soon as possible if we get
116 a non-OK flow return.
118 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
120 * tests/check/elements/alsa.c: (GST_START_TEST):
121 Unref the mixer if the state change fails too (if the
122 alsa devices are inaccessible, for example)
124 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
126 * tests/check/Makefile.am:
127 Don't test libvisual elements in the states check, because libvisual
128 seems to leak internally.
130 Re-enable the alsa and states tests now that there's new suppressions
133 * tests/check/elements/alsa.c: (GST_START_TEST):
134 Don't leak the alsamixer we instantiated.
136 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
138 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
139 (gst_ximagesink_change_state), (gst_ximagesink_reset),
140 (gst_ximagesink_finalize):
141 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
142 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
143 Move some cleanup stuff from the state change handler into a _reset()
144 function that can be called from _finalize(). This ensures that things
145 get freed even if (for some reason) the NULL->READY state transition
146 fails in the parent class.
147 Even if a parent state change fails, process our downward state change
148 logic instead of bailing out early.
149 Free the correct xcontext pointer in ximagesink's xcontext_clear.
151 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
153 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
156 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
157 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
158 Use pango_font_description_set_family_static instead of
159 pango_font_description_set_family to save a string copy (it was
160 leaking due to the strdup anyway)
162 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
163 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
164 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
165 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
166 Chain up in finalize.
168 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
170 * gst-libs/gst/interfaces/mixertrack.c:
171 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
172 (gst_mixer_track_set_property):
173 API: add "untranslated-label" property which should be set by
174 implementations at construct time (#414645).
176 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
177 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
178 Set "untranslated-label" when constructing mixer track objects.
180 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
181 Unit test to check the above.
183 2007-03-07 Wim Taymans <wim@fluendo.com>
185 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
186 Fix confusing debug message.
188 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
190 * gst-plugins-base.doap:
191 update doap file with new version
193 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
198 === release 0.10.12 ===
200 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
203 releasing 0.10.12, "Zombie Horde"
205 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
208 Bump version to 0.10.11.4 pre-release
210 2007-03-06 Wim Taymans <wim@fluendo.com>
212 * gst-libs/gst/audio/gstbaseaudiosink.c:
213 (gst_base_audio_sink_async_play):
214 Fix regression that made GStreamer skip the first samples of audio.
217 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
220 Bump version to 0.10.11.3 pre-release
222 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
225 Update paths for the rename from utils to pbutils to fix the build.
227 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
229 * gst-libs/gst/pbutils/Makefile.am:
230 Change directory to install headers in from gst/utils to gst/pbutils
233 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
236 * docs/libs/gst-plugins-base-libs-docs.sgml:
237 * docs/libs/gst-plugins-base-libs-sections.txt:
238 * gst-libs/gst/Makefile.am:
239 * gst-libs/gst/interfaces/mixer.c:
240 * gst-libs/gst/pbutils/Makefile.am:
241 * gst-libs/gst/pbutils/descriptions.c:
242 (gst_pb_utils_get_source_description),
243 (gst_pb_utils_get_sink_description),
244 (gst_pb_utils_get_decoder_description),
245 (gst_pb_utils_get_encoder_description),
246 (gst_pb_utils_get_element_description),
247 (gst_pb_utils_add_codec_description_to_tag_list),
248 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
249 * gst-libs/gst/pbutils/descriptions.h:
250 * gst-libs/gst/pbutils/install-plugins.c:
251 * gst-libs/gst/pbutils/install-plugins.h:
252 * gst-libs/gst/pbutils/missing-plugins.c:
253 (gst_missing_uri_source_message_new),
254 (gst_missing_uri_sink_message_new),
255 (gst_missing_element_message_new),
256 (gst_missing_decoder_message_new),
257 (gst_missing_encoder_message_new),
258 (gst_missing_plugin_message_get_description):
259 * gst-libs/gst/pbutils/missing-plugins.h:
260 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
261 * gst-libs/gst/pbutils/pbutils.h:
262 * gst-libs/gst/utils/Makefile.am:
263 * gst-libs/gst/utils/base-utils.c:
264 * gst-libs/gst/utils/base-utils.h:
265 * gst-libs/gst/utils/descriptions.c:
266 * gst-libs/gst/utils/descriptions.h:
267 * gst-libs/gst/utils/install-plugins.c:
268 * gst-libs/gst/utils/install-plugins.h:
269 * gst-libs/gst/utils/missing-plugins.c:
270 * gst-libs/gst/utils/missing-plugins.h:
271 * gst-plugins-base.spec.in:
272 * gst/playback/Makefile.am:
273 * gst/playback/gstdecodebin.c:
274 * gst/playback/gstdecodebin2.c:
275 * gst/playback/gstplaybasebin.c: (setup_subtitle),
276 (gen_source_element):
277 * gst/playback/gstplaybin.c: (plugin_init):
278 * tests/check/Makefile.am:
279 * tests/check/libs/pbutils.c: (GST_START_TEST),
280 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
281 * tests/check/libs/utils.c:
282 rename utils to pbutils
284 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
286 * docs/plugins/Makefile.am:
287 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
288 * docs/plugins/gst-plugins-base-plugins-sections.txt:
289 * docs/plugins/inspect/plugin-decodebin2.xml:
290 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
291 Add documentation for decodebin2 that indicates that the API
294 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
297 Update to 0.10.11.2 (0.10.12 pre-release)
299 2007-03-01 Wim Taymans <wim@fluendo.com>
301 * gst-libs/gst/audio/gstbaseaudiosink.c:
302 (gst_base_audio_sink_async_play):
303 base time is irrelevant here.
305 2007-03-01 Wim Taymans <wim@fluendo.com>
307 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
308 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
311 * gst-libs/gst/audio/gstbaseaudiosink.c:
312 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
313 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
314 Improve latency and clock slaving calculations.
315 Improve slave clock calibration.
317 * gst-libs/gst/audio/gstringbuffer.c:
318 (gst_ring_buffer_commit_full):
319 When we are asked to render N sample to 0 bytes, return N.
321 2007-03-01 Wim Taymans <wim@fluendo.com>
323 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
324 (gst_alsasink_write), (gst_alsasink_reset):
325 * ext/alsa/gstalsasink.h:
326 Remove unused dispose function.
327 Rename lock to not interfere with alsasrc lock.
329 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
330 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
331 (gst_alsasrc_read), (gst_alsasrc_reset):
332 * ext/alsa/gstalsasrc.h:
333 Implement finalize function.
334 Use lock to protect alsa access.
338 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
341 Convert to new AG_GST style.
343 2007-02-28 Wim Taymans <wim@fluendo.com>
345 Patch by: Ed Catmur <ed at catmur dot co dot uk>
347 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
348 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
349 Fix race condition when rapidly switching visualisations in playbin.
352 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
354 * tests/check/Makefile.am:
355 Include local stuff before system installed things in LDFLAGS and
358 2007-02-28 Wim Taymans <wim@fluendo.com>
360 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
363 2007-02-28 Wim Taymans <wim@fluendo.com>
365 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
366 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
367 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
368 Fix duration and timestamping, taking latency into account.
369 Implement latency query.
371 2007-02-28 Wim Taymans <wim@fluendo.com>
373 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
374 (gst_audio_clock_new):
377 * gst-libs/gst/audio/gstbaseaudiosink.c:
378 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
379 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
380 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
381 (gst_base_audio_src_create):
382 Improve latency query code.
383 Use proper clock names.
385 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
387 * tests/check/generic/states.c: (GST_START_TEST):
388 Copy the states.c test from core again
389 * tests/check/Makefile.am:
390 ignore cdio and cdparanoiasrc
392 2007-02-28 Stefan Kost <ensonic@users.sf.net>
394 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
395 (double_hq), (audio_convert_get_func_index), (check_default),
396 (audio_convert_prepare_context), (audio_convert_convert):
397 Also make valgrind happy and avoid copying data in some cases.
399 2007-02-28 Stefan Kost <ensonic@users.sf.net>
401 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
402 (double_hq), (audio_convert_get_func_index),
403 (audio_convert_prepare_context), (audio_convert_convert):
404 * gst/audioconvert/gstaudioconvert.c:
405 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
406 (gst_audio_convert_transform_caps):
407 * tests/check/elements/audioconvert.c: (GST_START_TEST),
408 (audioconvert_suite):
409 Don't run inplace if that overwrites source data as we go. Add more
410 tests. Fixes #339837 even more.
412 2007-02-27 Julien MOUTTE <julien@moutte.net>
414 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
415 (msg_segment_done): Fix various seeking bugs (Slider was not
416 updating when doing a non flushing seek, Reverse playback
417 on segment seek was wrong).
419 2007-02-26 Wim Taymans <wim@fluendo.com>
421 * tests/examples/seek/seek.c: (stop_seek):
422 When we stop scrubbing, don't leave the pipeline PLAYING when we
423 requested a PAUSED state.
425 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
427 Patch by: René Stadler <mail at renestadler de>
429 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
430 Parse date strings in vorbis comments that have an invalid (zero)
431 month or day (#410396).
433 * tests/check/libs/tag.c: (GST_START_TEST):
434 Test case for the above.
436 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
438 Patch by: Loïc Minier <lool+gnome at via ecp fr>
441 * ext/alsa/Makefile.am:
442 * gst/audiotestsrc/Makefile.am:
443 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
445 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
447 * gst/playback/gstplaybin.c:
448 Improve docs: point out that the application needs to assist playbin
451 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
453 * gst-libs/gst/utils/install-plugins.c:
454 * gst-libs/gst/utils/missing-plugins.c:
455 * tests/check/libs/utils.c: (missing_msg_check_getters):
456 Change GStreamer marker prefix in detail string from 'gstreamer.net'
457 to just 'gstreamer'. Document the caps string component of the
458 decoder/encoder detail a bit better, since not everyone will be
459 familiar with the GStreamer media type/caps system (but they better
460 enjoy nested itemized lists).
462 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
464 * gst-libs/gst/netbuffer/gstnetbuffer.c:
465 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
466 Fix copying of GstNetBuffer (would crash before, or at least lead to
467 invalid memory access, #410772), for now by copying the GstBuffer copy
468 code from the core over here so we can copy the GstBuffer fields on a
469 provided buffer instance (of type GstNetBuffer in this case). Would be
470 better to fix this with some support by the core though (and in the long
471 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
473 * tests/check/Makefile.am:
474 Enable unit test for GstNetBuffer.
476 2007-02-22 Andy Wingo <wingo@pobox.com>
478 * gst-libs/gst/audio/gstbaseaudiosink.c
479 (gst_base_audio_sink_init): Disable pull-mode activation until we
480 figure out how to make audio sinks go to PLAYING.
482 2007-02-22 Stefan Kost <ensonic@users.sf.net>
484 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
485 (double_hq), (audio_convert_get_func_index),
486 (audio_convert_prepare_context), (audio_convert_convert):
487 * gst/audioconvert/audioconvert.h:
488 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
489 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
490 * gst/audioconvert/gstchannelmix.h:
491 * tests/check/elements/audioconvert.c: (GST_START_TEST):
492 Add float as an intermediate format, as well as float mixing. Enable
493 test that was failing before. Fixes #339837
495 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
497 * tests/examples/seek/seek.c: (do_seek):
498 Undo the previous commit: -1 as a stop time implies that the stop
499 time is the end of file, clearing any previously configured segment.
501 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
503 * tests/examples/seek/seek.c: (do_seek):
504 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
506 2007-02-21 Stefan Kost <ensonic@users.sf.net>
508 * gst/volume/gstvolume.c: (volume_process_int16),
509 (volume_process_int16_clamp), (volume_set_caps):
510 Unbreak volume, value remains gint.
512 2007-02-21 Stefan Kost <ensonic@users.sf.net>
514 * gst/volume/gstvolume.c: (volume_choose_func),
515 (volume_update_real_volume), (gst_volume_set_volume),
516 (gst_volume_init), (volume_process_double), (volume_process_float),
517 (volume_process_int16), (volume_process_int16_clamp),
518 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
519 * gst/volume/gstvolume.h:
520 Extend float audio support (double) and some int->uint cleanups.
522 2007-02-20 Edward Hervey <edward@fluendo.com>
524 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
525 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
526 (sort_end_pads), (gst_decode_group_expose),
527 (gst_decode_group_hide):
528 Don't free groups from the streaming threads. Just put them aside and
529 free them in dispose.
531 2007-02-20 Edward Hervey <edward@fluendo.com>
533 * gst/playback/gstdecodebin2.c: (connect_element),
534 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
535 (sort_end_pads), (gst_decode_group_expose):
536 Handle dynamic pads within groups.
537 Sort pads before exposing them in order to make playbin happy.
538 There still is a race with the multiqueue filling up. This should be
542 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
544 * gst-libs/gst/utils/base-utils.c:
545 * gst-libs/gst/utils/descriptions.c:
546 * gst-libs/gst/utils/install-plugins.c:
547 * gst-libs/gst/utils/missing-plugins.c:
548 Some more docs (and descriptions for two subtitle formats).
550 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
552 * gst-libs/gst/audio/audio.c:
555 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
557 Patch by: Yves Lefebvre <ivanohe abacom com>
559 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
560 Don't leak caps. Fixes #408278.
562 2007-02-15 Stefan Kost <ensonic@users.sf.net>
564 * ext/cdparanoia/gstcdparanoiasrc.h:
565 * ext/ogg/gstoggdemux.h:
566 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
567 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
568 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
569 * gst-libs/gst/audio/audio.h:
570 * gst-libs/gst/audio/gstaudiofilter.h:
571 * gst-libs/gst/interfaces/videoorientation.h:
572 * gst/adder/gstadder.h:
573 More docs coverage and some ChangeLog surgery (add missing names)
575 2007-02-15 Wim Taymans <wim@fluendo.com>
577 * sys/ximage/ximagesink.c:
578 (gst_ximagesink_calculate_pixel_aspect_ratio):
579 * sys/xvimage/xvimagesink.c:
580 (gst_xvimagesink_calculate_pixel_aspect_ratio):
581 Small constifications.
583 2007-02-15 Wim Taymans <wim@fluendo.com>
585 * gst-libs/gst/audio/gstbaseaudiosink.c:
586 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
587 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
588 (gst_base_audio_sink_async_play),
589 (gst_base_audio_sink_change_state):
590 Answer latency query.
591 Use configured latency when syncing.
594 * gst-libs/gst/audio/gstbaseaudiosrc.c:
595 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
596 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
597 Fix possible memleak.
598 Implement latency query.
601 2007-02-15 Wim Taymans <wim@fluendo.com>
603 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
604 Ignore errors in reset, these are not fatal. They also grab the element
605 lock which is already taking when this function is called. Fixes
608 2007-02-13 Stefan Kost <ensonic@users.sf.net>
611 Remove 'tests/examples/xerror/Makefile' from output files again.
613 2007-02-13 Stefan Kost <ensonic@users.sf.net>
616 * docs/plugins/Makefile.am:
617 Also crossref against gst-plugins-base-libs.
619 2007-02-12 Stefan Kost <ensonic@users.sf.net>
622 * docs/libs/Makefile.am:
623 * docs/plugins/Makefile.am:
624 Add crossreferences to glib/gobject/gstream docs.
626 * gst-libs/gst/audio/audio.h:
629 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
630 Add own debug category.
632 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
634 Patch by: René Stadler <mail at renestadler de>
636 * gst-libs/gst/tag/gstvorbistag.c:
637 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
640 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
642 * gst/playback/gstplaybasebin.c: (setup_source):
643 When we have external subtitles and wait for the subtitle decodebin
644 to get up and running, we set up a (sync) bus handler for the
645 subtitle decodebin, so we can stop waiting when it posts an error
646 message. However, we should do that before we set the subtitle
647 decodebin's state to playing, otherwise things are racy and we might
648 miss error messages posted before we had a chance to set up the bus.
649 This should finally fix totem hanging on .txt pseudo-subtitle files.
651 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
653 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
654 Use gst_gdouble_to_guint64 for conversions.
655 * win32/common/config.h.in:
656 Add a define for GST_INSTALL_PLUGINS_HELPER
657 * win32/common/libgstaudio.def:
658 * win32/common/libgstcdda.def:
659 * win32/common/libgstnetbuffer.def:
660 * win32/common/libgstrtp.def:
661 * win32/common/libgutils.def:
662 Add new exported functions.
663 * win32/vs6/gst_plugins_base.dsw:
664 * win32/vs6/libgstdecodebin.dsp:
665 * win32/vs6/libgstnetbuffer.dsp:
666 * win32/vs6/libgstplaybin.dsp:
667 * win32/vs6/libgstrtp.dsp:
668 * win32/vs6/libgstvorbis.dsp:
669 * win32/vs6/libgstcdda.dsp:
670 * win32/vs6/libgstgdp.dsp:
671 * win32/vs6/libgstutils.dsp:
672 Update and add new project files.
674 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
676 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
677 (subrip_remove_unhandled_tags), (parse_subrip):
678 For SubRip (.srt) subtitles, ignore all markup tags we don't
679 handle (like font tags, for example).
681 * tests/check/elements/subparse.c:
684 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
686 * gst/playback/gstdecodebin.c: (add_fakesink),
687 (gst_decode_bin_change_state):
688 * gst/playback/gstdecodebin2.c: (add_fakesink),
689 (gst_decode_bin_change_state):
690 Don't error out if there is no fakesink in the NULL to READY state
691 change, since when decodebin is re-used, we're only adding the
692 fakesink element in READY to PAUSED.
694 * tests/check/elements/decodebin.c:
695 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
697 Minimal unit test to make sure we can use the same decodebin
698 instance twice (at least with audiotestsrc input).
700 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
702 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
703 Try to get devic-name from device string first, and from handle only
704 as fallback (seems to yield better results and is more robust
705 against buggy probing code on the application side).
707 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
709 Based on patch by: Julien Puydt <julien.puydt at laposte net>
711 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
712 (gst_alsa_find_device_name):
713 * ext/alsa/gstalsa.h:
714 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
715 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
716 Improve device-name detection a bit, especially in the case where
717 the device is not actually open (#405020, #405024). Move common code
718 into gstalsa.c instead of duplicating it.
720 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
722 * gst/audioconvert/gstaudioconvert.c:
723 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
725 2007-02-06 Julien MOUTTE <julien@moutte.net>
727 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
728 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
729 (gst_xvimagesink_interface_supported),
730 (gst_xvimagesink_probe_get_properties),
731 (gst_xvimagesink_probe_probe_property),
732 (gst_xvimagesink_probe_needs_probe),
733 (gst_xvimagesink_probe_get_values),
734 (gst_xvimagesink_property_probe_interface_init),
735 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
736 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
737 (gst_xvimagesink_get_type):
738 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
739 for XVAdaptors so that one can choose the adaptor to use with
740 gstreamer-properties.
742 2007-02-06 Stefan Kost <ensonic@users.sf.net>
744 * gst/audioconvert/gstaudioconvert.c:
745 Also mention that a conversion from double to float is suboptimal still.
747 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
749 * gst-libs/gst/audio/gstaudiofilter.c:
750 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
751 Clear our formats structure and free the caps contained in it when
754 2007-02-05 Andy Wingo <wingo@pobox.com>
756 * gst-libs/gst/audio/gstbaseaudiosink.c
757 (gst_base_audio_sink_callback): Update basesink->offset so that we
758 pull monotonically increasing offsets instead of, um, seeking back
759 to 0 each time. Fixes alsasrc ! alsasink!
761 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
763 * gst/videoscale/gstvideoscale.c:
764 A width and height of 1 makes us crash, so increase minimum size to
765 2x2 pixels until someone feels like fixing this (#404512).
767 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
769 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
770 Add small test to make sure request pads are cleaned up properly
771 even if oggmux never changes state out of NULL.
773 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
775 * tests/check/libs/utils.c: (GST_START_TEST):
776 Fix unit test. Turns out things work much better when you
777 NULL-terminate string arrays. Should make p5 build bot happy again.
779 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
781 * gst-libs/gst/audio/Makefile.am:
782 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
783 (gst_audio_filter_template_base_init),
784 (gst_audio_filter_template_class_init),
785 (gst_audio_filter_template_init),
786 (gst_audio_filter_template_set_property),
787 (gst_audio_filter_template_get_property),
788 (gst_audio_filter_template_setup),
789 (gst_audio_filter_template_filter),
790 (gst_audio_filter_template_filter_inplace), (plugin_init):
791 Oops, forgot to commit fixed-up example.
793 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
795 * docs/libs/gst-plugins-base-libs-sections.txt:
796 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
797 (gst_audio_filter_class_init), (gst_audio_filter_init),
798 (gst_audio_filter_set_caps),
799 (gst_audio_filter_class_add_pad_templates):
800 * gst-libs/gst/audio/gstaudiofilter.h:
801 Port GstAudioFilter to 0.10. This change technically breaks
802 API and ABI (and thus also every library developer's heart),
803 but seems justifiable on the grounds that the base class was
804 completely unusable before (ie. would crash immediately when
805 actually used). Fixes #403963 (and eventually also #403572).
806 Also document all of this a bit.
808 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
810 * gst-libs/gst/utils/install-plugins.c:
811 (gst_install_plugins_spawn_child):
812 * tests/check/libs/utils.c:
813 (test_base_utils_install_plugins_do_callout):
814 Lowering log level to see why things fail on the p5 build bot;
815 fix some typos in unit test messages.
817 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
819 * tests/check/libs/utils.c:
820 (test_base_utils_install_plugins_do_callout):
821 Don't hard-code temp directory for test helper; use GLib functions
822 to write out file and do error checking etc.
824 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
826 * gst-libs/gst/utils/Makefile.am:
827 * gst-libs/gst/utils/base-utils.h:
828 * gst-libs/gst/utils/install-plugins.c:
829 (gst_install_plugins_context_set_xid),
830 (gst_install_plugins_context_new),
831 (gst_install_plugins_context_free),
832 (gst_install_plugins_get_helper),
833 (gst_install_plugins_spawn_child),
834 (gst_install_plugins_return_from_status),
835 (gst_install_plugins_installer_exited),
836 (gst_install_plugins_async), (gst_install_plugins_sync),
837 (gst_install_plugins_return_get_name),
838 (gst_install_plugins_installation_in_progress):
839 * gst-libs/gst/utils/install-plugins.h:
840 API: add API for applications to initiate installation of missing
841 plugins, ie. gst_install_plugins_async() primarily.
842 Based on libgimme-codec by Ryan Lortie.
845 Add --with-install-plugins-helper configure option so distros can specify
846 the path of the helper script or program to call when plugin installation
847 is requested (distros: please do any argument munging in this helper
848 script instead of patching GStreamer to pass arguments differently
849 to another program directly).
851 * docs/libs/gst-plugins-base-libs-docs.sgml:
852 * docs/libs/gst-plugins-base-libs-sections.txt:
853 Build and document new API.
855 * tests/check/libs/utils.c: (result_cb),
856 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
857 (libgstbaseutils_suite):
858 Some simple checks for the new API.
860 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
862 * tests/check/elements/audioconvert.c: (test_float_conversion):
863 Add small test for 32bit float <=> 64bit float conversion (works
864 only one way so far, 32=>64 produces structured noise).
866 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
868 * gst/audioconvert/gstaudioconvert.c:
869 (set_structure_widths_32_and_64), (make_lossless_changes):
870 We don't support floats with a width of 40, 48 or 56 bits.
872 2007-02-02 Stefan Kost <ensonic@users.sf.net>
874 * gst/audioconvert/audioconvert.c: (float), (double),
875 (audio_convert_get_func_index):
876 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
877 (make_lossless_changes):
878 Support for 64-bit float audio in audioconvert (#339837)
880 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
882 Patch by: Holger Wansing <linux wansing-online de>
886 Add German translation (#352069).
888 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
890 reviewed by: Wim Taymans <wim@fluendo.com>
892 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
893 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
894 Use newly added GstCollectPads API to free the allocated resources in
895 the GstOggPad structures (#402393).
897 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
899 * gst/playback/gstplaybin.c: (gen_vis_element):
900 Add audioresample+audioconvert in front of the visualisation
901 element, so that elements like libvisual 0.4 that don't support all
902 samplerates can work.
906 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
908 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
909 (gst_play_base_bin_get_streaminfo_value_array):
910 Take some locks and make a copy of the streaminfo value array we
911 maintain while holding the lock, so that the application can
912 retrieve the stream-info as a value array in a thread-safe way.
914 2007-01-30 Wim Taymans <wim@fluendo.com>
916 * gst/audioconvert/gstaudioconvert.c:
917 Don't fail on 0 sized buffers. Fixes #396835.
919 2007-01-29 David Schleef <ds@schleef.org>
921 * gst/typefind/gsttypefindfunctions.c:
922 Detect BBCD as video/x-dirac, so we can play raw dirac
925 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
927 * ext/theora/theoraenc.c: (theora_enc_chain):
928 Check return value of theora_encode_header(), or we might try to
929 allocate a random number of bytes. theora_encode_header() can fail
930 if libtheora has been compiled with encoding support disabled.
933 2007-01-29 Wim Taymans <wim@fluendo.com>
935 * tests/check/gst/.cvsignore:
938 2007-01-29 Wim Taymans <wim@fluendo.com>
940 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
941 Fix strides in libvisual. Gst uses X strides.
942 Inspired by: <ed at catmur dot co dot uk> and
943 <tim at centricular dot net>
946 2007-01-27 Wim Taymans <wim@fluendo.com>
948 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
949 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
950 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
951 (gst_ogg_demux_perform_seek),
952 (gst_ogg_demux_bisect_forward_serialno),
953 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
954 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
955 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
956 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
957 * ext/ogg/gstoggdemux.h:
958 Properly propagate streaming errors when we are scanning the file for
959 chains so that we don't crash when shut down. Might fix some crashers
960 when quickly switching oggs in RB such as #332503 and #378436.
962 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
964 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
965 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
968 2007-01-25 Wim Taymans <wim@fluendo.com>
970 * gst/playback/gstplaybasebin.c: (remove_source):
971 Don't try to disconnect a signal from a finalized object.
973 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
975 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
976 Cast lock macro parameters to make sure we're actually accessing the
977 lock member at the right class level. Free list itself in _dispose()
978 as well and NULL it in case dispose gets called multiple times.
980 2007-01-25 Edward Hervey <edward@fluendo.com>
982 * gst/playback/gstdecodebin2.c:
983 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
984 Free GstDecodeGroups no longer used.
985 (gst_decode_group_expose):
986 Don't unlock too many times !
987 (deactivate_free_recursive):
988 Free iterator once we're done with it.
989 Fix for recursively deactivating elements (stop at ghostpads).
991 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
993 * gst/playback/gstplaybin.c: (handoff):
994 Fix up caps on the frame buffer before we save it and potentially
995 make it accessible to other threads via g_object_get; also use
996 gst_buffer_replace() instead of gst_mini_object_replace().
998 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1000 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1001 Make getting the current frame thread-safe.
1003 2007-01-25 Edward Hervey <edward@fluendo.com>
1005 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1006 (gst_decode_group_new), (gst_decode_group_free):
1007 Set queues to bigger sizes to cope with HD contents.
1008 Fix some mutex freeing and add comment about MT safe methods.
1010 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
1012 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1013 (gst_text_overlay_text_event):
1014 Don't unnecessarily ref (and then leak) upstream events if the text
1015 pad is not linked. Fixes #399948.
1017 * tests/check/gst-plugins-base.supp:
1018 Add suppression for pango on edgy/x86 for textoverlay test.
1020 2007-01-24 Wim Taymans <wim@fluendo.com>
1022 * gst-libs/gst/rtp/gstrtpbuffer.h:
1023 Add some more fixed payloads.
1025 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
1027 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1028 Error out properly if we get an error from libogg while reading the
1029 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1031 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
1033 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1036 * tests/check/elements/playbin.c:
1037 (test_sink_usage_video_only_stream),
1038 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1039 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1040 (test_missing_suburisource_handler),
1041 (test_missing_primary_decoder), (playbin_suite):
1042 Run all tests once with decodebin and once with decodebin2.
1043 One test does not pass yet with decodebin2.
1045 2007-01-23 Edward Hervey <edward@fluendo.com>
1047 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1048 Fix the cases where oggmux doesn't properly figure out that all
1049 sinkpads have gone EOS, and therefore doesn't push out the remaining
1050 buffers and the final EOS event.
1053 2007-01-23 Julien MOUTTE <julien@moutte.net>
1055 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1056 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1057 Don't lock on navigation event push, just on keysym to string.
1058 Fixes #397673 again.
1060 2007-01-22 Edward Hervey <edward@fluendo.com>
1062 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1063 (get_current_group), (group_demuxer_event_probe),
1064 (gst_decode_group_expose), (deactivate_free_recursive),
1065 (gst_decode_group_free):
1067 Don't forget to emit 'no-more-pads' once a group is exposed.
1068 Cleanup elements from a DecodeGroup once we remove it.
1069 Protect call to gst_decode_group_expose() with the decodebin lock.
1071 2007-01-22 Julien MOUTTE <julien@moutte.net>
1073 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1074 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1075 Looking at Xorg code i can't figure out if that XKeysymToString
1076 function is thread sensible or not. Lock it just in case as
1077 recommended by Radek Doulik <rodo at ximian dot com>.
1079 2007-01-22 Julien MOUTTE <julien@moutte.net>
1081 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1082 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1083 Lock that X Call as well. Fixes #397673.
1085 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1087 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1088 Don't go into an endless loop if the file starts with 00 00 01 2X,
1089 like quicktime redirect files might. Fixes #396042.
1091 * tests/check/Makefile.am:
1092 * tests/check/gst/.cvsignore:
1093 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1094 (typefindfunctions_suite):
1095 Add unit test for the above.
1097 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1099 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1100 On second thought, use "depth" field rather than "bpp" field.
1102 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1104 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1105 Camtasia caps apparently need a bpp field (#398875).
1107 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1109 * gst/playback/gstplaybasebin.c: (setup_subtitle),
1110 (gen_source_element), (gst_play_base_bin_change_state):
1111 Attempt at a better error message in case we don't have the required
1112 URI handler installed; post missing-plugin message also when we're
1113 missing an URI handler for the subtitle URI; clean up properly also
1114 when an error occurs and we never made it to PAUSED state.
1116 * tests/check/elements/playbin.c: (GST_START_TEST),
1118 Check that we're also getting a missing-plugin messsage for a
1119 missing subtitle URI handler (and clean up properly).
1121 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1123 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1124 Plug a few reference leaks.
1126 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1128 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1129 Lower probability a bit if the marker isn't right at the start,
1130 to decrease the chance of false positives.
1132 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1134 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1135 Small mpeg2 system stream typefinding improvement: make typefinder
1136 probe a bit into the stream instead of just looking for a marker
1137 at the beginning. Fixes #397810.
1139 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
1141 * gst/audioconvert/gstchannelmix.c:
1142 Remove compatibility cruft for prehistoric GLib versions.
1144 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
1146 * gst/playback/Makefile.am:
1147 * gst/playback/gstdecodebin.c: (close_pad_link):
1148 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1149 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1150 (gst_play_base_bin_handle_message_func), (unknown_type):
1151 Let decodebin be the element to post missing-plugin messages for
1152 missing decoders (rather than playbin); make playbin implement
1153 GstBin::handle_message so we can suppress missing-plugin messages
1154 for types we're not handling on purpose (don't want to bring up an
1155 installer in those cases).
1157 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
1159 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1160 * gst-libs/gst/tag/gstvorbistag.c:
1161 (gst_tag_list_to_vorbiscomment_buffer):
1162 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1163 Fix potentially unaligned access (#397207).
1165 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1167 * tests/examples/seek/seek.c: (set_scale), (update_scale),
1168 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1169 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1171 Allow to toggle looping while it plays. Fix callback prototype. Clean
1172 up code a bit more. Add copyright header.
1174 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1176 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1177 Red and blue mask was swapped (spotted by Dan Williams).
1179 2007-01-15 Stefan Kost <ensonic@users.sf.net>
1181 * gst-libs/gst/tag/gstid3tag.c:
1182 * gst-libs/gst/tag/gstvorbistag.c:
1183 Use new beats-per-minute tag from core.
1185 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
1188 Add new files with translatable strings, so they actually make it
1189 into the template file one day.
1191 2007-01-12 Andy Wingo <wingo@pobox.com>
1193 * gst-libs/gst/audio/gstbaseaudiosink.c
1194 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1195 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1196 stuff, as the base class handles this now. Actually tell the ring
1198 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1199 How did this work before? Maybe I'm not as awesome a programmer as
1202 * gst-libs/gst/audio/gstbaseaudiosrc.c
1203 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1206 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1208 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1209 Remove more fields so that the application can better blacklist
1210 formats that have been tried before.
1212 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1214 * gst-libs/gst/audio/mixerutils.h:
1215 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1216 used when compiling with c++ compilers as well.
1218 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1220 * gst/typefind/gsttypefindfunctions.c:
1223 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
1225 * gst/playback/gstplaybin.c: (post_missing_element_message),
1226 (gen_video_element), (gen_text_element), (gen_audio_element),
1228 Post missing-plugin messages also when we error out because
1229 converters, textoverlay or auto*sinks are missing (#161922).
1231 2007-01-10 Wim Taymans <wim@fluendo.com>
1233 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1234 (is_demuxer_element), (new_caps):
1235 * gst/playback/gstplaybasebin.c: (source_new_pad):
1236 Fix the case where we try to ref a NULL element when we delay a link
1237 because of unfixed caps.
1238 Set the state of autoplugged decodebins to PAUSED.
1239 RTSP now works in playbin, we can remove it from the blacklist.
1241 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1243 * gst/playback/Makefile.am:
1244 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1245 (unknown_type), (setup_subtitle), (gen_source_element):
1246 * gst/playback/gstplaybin.c: (plugin_init):
1247 Post missing-plugin messages on the bus for missing sources and
1248 missing decoders/demuxers/depayloaders; fix error code used when
1249 we're missing an URI handler source; for media types that we are not
1250 handling on purpose at the moment, don't print "don't know how to
1251 handle xyz" messages to the terminal or post missing-plugin
1252 messages on the bus.
1254 * tests/check/elements/playbin.c: (create_playbin),
1255 (GST_START_TEST), (gst_codec_src_uri_get_type),
1256 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1257 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1258 (gst_codec_src_init_type), (gst_codec_src_base_init),
1259 (gst_codec_src_create), (gst_codec_src_class_init),
1260 (gst_codec_src_init), (plugin_init), (playbin_suite):
1261 Add some tests for the missing-plugin stuff.
1263 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1266 * gst-libs/gst/Makefile.am:
1267 * gst-libs/gst/utils/Makefile.am:
1268 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1269 * gst-libs/gst/utils/base-utils.h:
1270 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1271 (find_format_info), (caps_are_rtp_caps),
1272 (gst_base_utils_get_source_description),
1273 (gst_base_utils_get_sink_description),
1274 (gst_base_utils_get_decoder_description),
1275 (gst_base_utils_get_encoder_description),
1276 (gst_base_utils_get_element_description),
1277 (gst_base_utils_add_codec_description_to_tag_list),
1278 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1279 * gst-libs/gst/utils/descriptions.h:
1280 * gst-libs/gst/utils/missing-plugins.c:
1281 (missing_structure_get_type), (copy_and_clean_caps),
1282 (gst_missing_uri_source_message_new),
1283 (gst_missing_uri_sink_message_new),
1284 (gst_missing_element_message_new),
1285 (gst_missing_decoder_message_new),
1286 (gst_missing_encoder_message_new),
1287 (missing_structure_get_string_detail),
1288 (missing_structure_get_caps_detail),
1289 (gst_missing_plugin_message_get_installer_detail),
1290 (gst_missing_plugin_message_get_description),
1291 (gst_is_missing_plugin_message):
1292 * gst-libs/gst/utils/missing-plugins.h:
1293 API: add new libgstbaseutils library with functions
1294 - to create and parse missing-plugins messages
1295 - that provide (translated) descriptions for caps/decoders/sources/etc.
1298 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1299 * pkgconfig/gstreamer-plugins-base.pc.in:
1302 * docs/libs/gst-plugins-base-libs-docs.sgml:
1303 * docs/libs/gst-plugins-base-libs-sections.txt:
1304 Generate docs for new lib and API.
1306 * tests/check/Makefile.am:
1307 * tests/check/libs/.cvsignore:
1308 * tests/check/libs/utils.c: (missing_msg_check_getters),
1309 (GST_START_TEST), (libgstbaseutils_suite):
1310 Add some basic unit tests.
1312 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1314 * ext/ogg/Makefile.am:
1315 Dist gstoggdemux.h to fix 'make distcheck'.
1317 * sys/v4l/Makefile.am:
1318 Fix 'make distcheck' even more.
1320 2007-01-09 Wim Taymans <wim@fluendo.com>
1322 * docs/plugins/Makefile.am:
1323 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1324 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1325 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1326 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1327 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1328 (gst_ogg_demux_perform_seek):
1329 * ext/ogg/gstoggdemux.h:
1331 Add some more comments.
1334 2007-01-09 Wim Taymans <wim@fluendo.com>
1336 * ext/theora/theoradec.c:
1337 * ext/vorbis/vorbisdec.c:
1338 * gst-libs/gst/audio/gstringbuffer.c:
1339 (gst_ring_buffer_commit_full):
1340 * gst-libs/gst/audio/gstringbuffer.h:
1341 * gst-libs/gst/rtp/gstrtpbuffer.c:
1342 * gst-libs/gst/tag/gstvorbistag.c:
1343 Small documentation updates/fixes
1345 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1348 Require core CVS HEAD for Andy's basesrc/sink API additions.
1350 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1352 Patch by: Günter Thelen <daedalus dot inc at gmx net>
1354 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1356 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1357 on flac.sf.net (there appear to be other versions of the first
1358 ogg page in the wild) (#391365).
1360 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1363 Check if localtime_r() is available.
1365 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1366 If localtime_r() is not available, fall back to localtime(). Should
1367 fix build on MingW (#393310).
1369 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1371 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1372 * gst/subparse/gstsubparse.h:
1373 Remove spurious 1000 subtrahend when calculating the timestamp from
1374 the frame number and the frame rate . Also, use the frames/second
1375 value specified in the first line of the file, if one is specified
1376 there. Should fix #357503.
1378 * tests/check/elements/subparse.c: (do_test),
1379 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1381 Add some basic unit tests for the microdvd subtitle format.
1383 2007-01-07 Julien MOUTTE <julien@moutte.net>
1385 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1386 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1387 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1388 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1389 (gst_xvimagesink_set_xwindow_id),
1390 (gst_xvimagesink_set_event_handling),
1391 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1392 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1393 Patch by : Young-Ho Cha <ganadist at chollian dot net>
1395 Add an adaptor property to select a specific XV adaptor.
1396 * sys/xvimage/xvimagesink.h:
1398 2007-01-07 Julien MOUTTE <julien@moutte.net>
1400 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1401 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1402 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1403 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1404 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1405 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1406 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1407 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1408 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1409 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1410 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1411 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1412 Use flow_lock much more to protect every access to xwindow.
1413 Try to catch erros while creating images in case some drivers are
1414 just generating an XError when the requested image is too big.
1415 Should fix : #354698, #384008, #384060.
1416 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1417 Implement some stress testing of setting window xid.
1419 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
1421 * win32/common/libgsaudio.def:
1422 Add new exported function.
1423 * win32/common/libgstogg.dsp:
1424 Add gstoggaviparse.c to the build.
1425 * win32/common/libgstvideoscale.dsp:
1426 Add vs_4tap.c to the build.
1427 * win32/common/libgstvorbis.dsp:
1428 Add vorbistag.c to the build.
1430 2007-01-06 Andy Wingo <wingo@pobox.com>
1432 * gst-libs/gst/audio/gstbaseaudiosink.c
1433 (gst_base_audio_sink_class_init)
1434 (gst_base_audio_sink_init):
1435 (gst_base_audio_sink_activate_pull): Add an activate_pull function
1436 to baseaudiosink, and tell basesink that we can work in pull mode.
1437 This way the ring buffer thread drives the pipeline directly, if
1438 pull mode is possible. There is some lingering nastiness regarding
1440 (gst_base_audio_sink_callback): Implement the callback to pull
1441 data. This interface is a bit light, though -- it should get a
1442 GstFlowReturn return value at least.
1444 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1446 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1447 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1448 * gst/playback/gstdecodebin2.c:
1449 (gst_decode_group_check_if_blocked):
1450 Printf format and missing argument fixes.
1452 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
1454 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1455 (gst_ogm_parse_change_state):
1456 Activate pads before adding them to the element.
1458 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1460 * tests/examples/seek/scrubby.c: (main):
1461 * tests/examples/seek/seek.c: (main):
1462 Call g_thread_init() first thing in main() (see #391278).
1464 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1466 * tests/check/Makefile.am:
1467 * tests/check/libs/.cvsignore:
1468 * tests/check/libs/netbuffer.c: (GST_START_TEST),
1470 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1471 for the time being, since it's broken, see #393099.
1473 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1475 * tests/check/Makefile.am:
1476 Update to use GST_PLUGINS_BASE_CFLAGS as well.
1478 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
1481 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1482 so that GST_BASE_CFLAGS can go inbetween them, making sure
1483 we use uninstalled gst-libs headers
1484 * docs/libs/Makefile.am:
1485 * ext/alsa/Makefile.am:
1486 * ext/cdparanoia/Makefile.am:
1487 * ext/gnomevfs/Makefile.am:
1488 * ext/libvisual/Makefile.am:
1489 * ext/ogg/Makefile.am:
1490 * ext/theora/Makefile.am:
1491 * ext/vorbis/Makefile.am:
1492 * gst-libs/gst/audio/Makefile.am:
1493 * gst-libs/gst/cdda/Makefile.am:
1494 * gst-libs/gst/interfaces/Makefile.am:
1495 * gst-libs/gst/riff/Makefile.am:
1496 * gst-libs/gst/rtp/Makefile.am:
1497 * gst-libs/gst/tag/Makefile.am:
1498 * gst/adder/Makefile.am:
1499 * gst/audioconvert/Makefile.am:
1500 * gst/audiorate/Makefile.am:
1501 * gst/audioresample/Makefile.am:
1502 * gst/playback/Makefile.am:
1503 * gst/tcp/Makefile.am:
1504 * gst/videoscale/Makefile.am:
1505 * gst/volume/Makefile.am:
1506 * sys/ximage/Makefile.am:
1507 * sys/xvimage/Makefile.am:
1508 * tests/icles/Makefile.am:
1511 2007-01-04 Julien MOUTTE <julien@moutte.net>
1513 * gst-libs/gst/interfaces/xoverlay.c:
1514 (gst_x_overlay_handle_events):
1515 * gst-libs/gst/interfaces/xoverlay.h:
1516 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1517 (gst_ximagesink_set_xwindow_id),
1518 (gst_ximagesink_set_event_handling),
1519 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1520 (gst_ximagesink_get_property), (gst_ximagesink_init),
1521 (gst_ximagesink_class_init):
1522 * sys/ximage/ximagesink.h:
1523 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1524 (gst_xvimagesink_set_xwindow_id),
1525 (gst_xvimagesink_set_event_handling),
1526 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1527 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1528 (gst_xvimagesink_class_init):
1529 * sys/xvimage/xvimagesink.h:
1530 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1531 Add a method to the XOverlay interface to allow disabling of
1532 event handling in x[v]imagesink elements. This will let X events
1533 propagate to parent windows which can be usefull in some cases.
1534 Be carefull that the application is then responsible of pushing
1535 navigation events and expose events to the video sink.
1538 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
1540 * gst-libs/gst/tag/gstvorbistag.c:
1541 * tests/check/libs/tag.c: (GST_START_TEST):
1542 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1545 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
1549 * docs/design/Makefile.am:
1552 2006-12-27 Julien MOUTTE <julien@moutte.net>
1554 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1555 typo. Fixes: #390063.
1557 2006-12-27 Julien MOUTTE <julien@moutte.net>
1559 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1560 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1562 * win32/common/config.h: Updated.
1564 2006-12-22 Stefan Kost <ensonic@users.sf.net>
1566 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1567 (setup_gdpdepay_streamheader):
1568 * tests/check/elements/gdppay.c: (cleanup_gdppay),
1569 (setup_gdppay_streamheader):
1570 Fix the dp tests, but activating the pads for the streamheader tests
1571 too and cleaning up conditionaly
1573 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
1575 * gst/ffmpegcolorspace/avcodec.h:
1576 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1577 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1578 (gst_ffmpegcsp_avpicture_fill):
1579 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1580 (img_get_alpha_info):
1581 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1582 other end of the word. Fixes: #387073.
1584 Add some inconsequential branch hints in a couple of places.
1586 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
1588 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1589 (gst_ffmpeg_caps_to_smpfmt):
1590 The "signed" field in raw audio caps is of boolean type, trying to
1591 extract the value with _get_int() will fail (fix to keep in sync with
1592 the copy in gst-ffmpeg)
1594 2006-12-21 Stefan Kost <ensonic@users.sf.net>
1596 * tests/check/elements/audioresample.c: (cleanup_audioresample):
1597 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1598 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1600 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1601 * tests/check/elements/subparse.c: (teardown_subparse):
1602 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1603 * tests/check/elements/videorate.c: (cleanup_videorate):
1604 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1605 * tests/check/elements/volume.c: (cleanup_volume):
1606 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1607 (cleanup_vorbisdec):
1608 * tests/check/elements/vorbistag.c: (setup_vorbistag),
1609 (cleanup_vorbistag):
1610 consistent pad (de)activation
1612 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1614 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1615 Forgot to register the extensions.
1617 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1619 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1621 Add typefinder for VIVO files (my christmas present to the 90s).
1623 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1625 * gst/playback/gstdecodebin.c: (type_found):
1626 Special-case the text/plain media type: we only want to recognise it
1627 as a 'raw' decoded media type if it comes from a demuxer or subtitle
1628 parser, but not if the entire stream is of text/plain type. If the
1629 entire stream is text/plain, we should just error out.
1631 This fixes playback of audio files with lyrics in totem. Totem can't
1632 distinguish between text files and subtitle files and passes any
1633 .txt file with the same basename as the main file to playbin as
1634 suburi, and playbin will then throw a 'subtitle found, but no video
1635 stream' error, which isn't entirely helpful. See #380342.
1637 Also, with this change we'll show a slightly more correct error
1638 message in case totem passes a playlist file to us (although a
1639 custom error message wording instead of the default text would
1640 probably not be a bad idea either).
1642 Same problem also needs to be fixed for playbin+decodebin2.
1644 * tests/check/Makefile.am:
1645 * tests/check/elements/decodebin.c: (src_handoff_cb),
1646 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1648 Add simple unit test for decodebin for the above.
1650 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1652 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1653 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1654 Refuse to change state to READY when we failed to create any of the
1655 required elements in our instance init function.
1657 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
1659 * docs/libs/gst-plugins-base-libs-sections.txt:
1660 Small docs fixes/updates.
1662 * gst-libs/gst/video/gstvideosink.h:
1663 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1664 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1665 removed from the base sink API between 0.9.6 and 0.9.7).
1666 API: add GST_VIDEO_SINK_CAST and use it for the height/width
1667 accessor macros, so we don't do a runtime GObject type check every
1670 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
1673 * gst-plugins-base.doap:
1674 * gst-plugins-base.spec.in:
1677 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
1679 Patch by: Jens Granseuer <jensgr at gmx net>
1681 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1682 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1683 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1684 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1685 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1686 Declare variables at the beginning of a block. Fixes #383195.
1688 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
1691 Bump version nano - back to CVS.
1694 === release 0.10.11 ===
1696 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
1699 releasing 0.10.11, "Dumb things"
1701 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
1703 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1704 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1705 Handle the case where an element has multiple pads with
1706 unfixed caps as well as still possibly producing more dynamic
1707 pads by storing each case as a distinct entry in the dynamic list.
1710 2006-12-04 Wim Taymans <wim@fluendo.com>
1712 * gst/playback/gstdecodebin.c: (close_pad_link):
1713 Fix #382223, add more dynamic caps handling.
1715 2006-12-04 Wim Taymans <wim@fluendo.com>
1717 reviewed by: <delete if not using a buddy>
1719 * gst-libs/gst/audio/gstringbuffer.h:
1720 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1721 (gst_netaddress_set_ip4_interface),
1722 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1723 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1724 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1725 (gst_netaddress_get_ttl):
1726 * gst-libs/gst/netbuffer/gstnetbuffer.h:
1727 * gst/playback/gstdecodebin.c: (close_pad_link):
1728 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1729 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1730 * win32/common/config.h:
1732 2006-12-01 Michael Smith <msmith@fluendo.com>
1734 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1735 Delete bad debug code.
1738 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
1740 * gst/videoscale/vs_4tap.c:
1742 * win32/common/config.h:
1743 * win32/vs8/libgstvideoscale.vcproj:
1744 Fix compilation on win32 under VS8
1745 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1746 Partially fixes #381175
1748 2006-11-30 Michael Smith <msmith@fluendo.com>
1750 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1752 It would be very bad if, after a discont buffer, we thought every
1753 single following buffer was also discont. So, add to the test to
1754 ensure that this isn't the case.
1756 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1757 ... it was the case. So fix it.
1759 2006-11-28 Wim Taymans <wim@fluendo.com>
1761 * gst/playback/gstplaybasebin.c: (check_queue_event):
1764 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1765 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1766 padtemplate caps. Refixes #357577.
1768 2006-11-28 Wim Taymans <wim@fluendo.com>
1770 * gst/playback/gstplaybasebin.c: (check_queue_event),
1771 (queue_threshold_reached), (queue_out_of_data),
1772 (gen_preroll_element):
1773 Add event probe to see when EOS is in a queue and we can disable the
1774 underrun signals. Fixes #357577.
1776 2006-11-28 Edward Hervey <edward@fluendo.com>
1778 * gst/playback/Makefile.am:
1779 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1780 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1781 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1782 (gst_decode_bin_init), (gst_decode_bin_dispose),
1783 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1784 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1785 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1786 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1787 (connect_element), (expose_pad), (type_found),
1788 (pad_added_group_cb), (pad_removed_group_cb),
1789 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1790 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1791 (are_raw_caps), (multi_queue_overrun_cb),
1792 (multi_queue_underrun_cb), (gst_decode_group_new),
1793 (get_current_group), (group_demuxer_event_probe),
1794 (gst_decode_group_control_demuxer_pad),
1795 (gst_decode_group_control_source_pad),
1796 (gst_decode_group_check_if_blocked),
1797 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1798 (gst_decode_group_hide), (gst_decode_group_free),
1799 (gst_decode_group_set_complete), (source_pad_blocked_cb),
1800 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1801 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1803 New decodebin2 element.
1805 * gst/playback/gstplay-marshal.list:
1806 Added marshallers for new signals in decodebin2
1807 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1808 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1811 2006-11-28 Wim Taymans <wim@fluendo.com>
1813 * gst/playback/gstplaybasebin.c: (setup_source),
1814 (gst_play_base_bin_change_state):
1815 Disable rtsp:// uris for the release, it's not good enough yet.
1818 2006-11-26 Wim Taymans <wim@fluendo.com>
1820 * ext/theora/theoradec.c: (gst_theora_dec_reset),
1821 (theora_dec_push_forward), (theora_dec_push_reverse),
1822 (theora_handle_data_packet), (theora_dec_decode_buffer),
1823 (theora_dec_flush_decode), (theora_dec_chain_reverse),
1824 (theora_dec_chain_forward), (theora_dec_chain):
1825 Implement reverse playback.
1827 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1828 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1829 (vorbis_dec_chain_forward):
1830 Clear buffers used for reverse playback in _reset.
1831 No need to set the eos flag, we clip samples using the segment.
1833 2006-11-24 Wim Taymans <wim@fluendo.com>
1835 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1836 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1837 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1838 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1840 Handle continued pages in reverse mode.
1842 2006-11-24 Wim Taymans <wim@fluendo.com>
1844 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1845 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1846 (vorbis_dec_flush_decode):
1848 Don't try to add invalid timestamps.
1849 Clipping will unref the buffer.
1851 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1853 * gst/adder/gstadder.h:
1854 * gst/audiotestsrc/gstaudiotestsrc.h:
1855 remove obsolete _factory_init protos
1857 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1859 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1860 Fix spacing in debug message.
1862 2006-11-23 Wim Taymans <wim@fluendo.com>
1864 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1865 (gst_ogg_demux_chain):
1866 Don't just ignore return values from _pad_push().
1867 Small debug improvements.
1869 2006-11-23 Michael Smith <msmith@fluendo.com>
1871 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1872 If our incoming buffer is marked as DISCONT, then increment the page
1873 number (so that the discontinuity is marked in the final ogg
1874 bitstream) and flush the previous page.
1876 2006-11-22 Michael Smith <msmith@fluendo.com>
1878 * ext/theora/gsttheoraenc.h:
1879 * ext/theora/theoraenc.c: (gst_theora_enc_init),
1880 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1881 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1882 (theora_enc_chain), (theora_enc_change_state):
1883 Mark discontinuities of > 3/4 of a frame, reinit encoder.
1885 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1886 (GST_START_TEST), (theoraenc_suite):
1887 Enable discontinuity test, fix it.
1889 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1891 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1892 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1893 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1894 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1895 (gst_text_overlay_change_state):
1896 * ext/pango/gsttextoverlay.h:
1897 Some textoverlay fixes: for one, in the video chain function,
1898 actually wait for a text buffer to come in if there is none at the
1899 moment and there should be one; also, deal more gracefully with
1900 incoming buffers that do not have a timestamp or duration; discard
1901 text buffer when not needed any longer. Fixes #341681.
1903 * tests/check/Makefile.am:
1904 * tests/check/elements/.cvsignore:
1905 * tests/check/elements/textoverlay.c:
1906 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1907 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1908 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1909 (test_video_waits_for_text_send_text_newsegment_thread),
1910 (test_video_waits_for_text_shutdown_element),
1911 (test_render_continuity_push_video_buffers_thread),
1912 (textoverlay_suite):
1913 Add some unit tests for textoverlay.
1915 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1917 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1918 Avoid integer underflow when the found probability for mp3 is
1919 smaller than the 'penalty' we subtract if there's not a clean
1920 mp3 header sync at offset 0.
1922 2006-11-21 Stefan Kost <ensonic@users.sf.net>
1924 * docs/libs/gst-plugins-base-libs-sections.txt:
1925 Add some new symbols to the docs
1927 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
1929 * tests/check/Makefile.am:
1930 * tests/check/elements/ffmpegcolorspace.c:
1931 (ffmpegcolorspace_suite):
1932 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1933 (for now not for valgrinding though, since it takes too long).
1935 2006-11-20 Wim Taymans <wim@fluendo.com>
1937 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1938 (gst_ffmpeg_pixfmt_to_caps):
1939 Fix RGBA32 caps. Fixes #357038.
1941 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
1943 * gst-libs/gst/interfaces/mixertrack.h:
1944 Add FIXME so we can add some padding here in 0.11
1946 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
1948 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1949 Fix GstBaseRTPAudioPayload structure so the whole GObject
1950 inheritance business actually works (parent class instance structure
1951 must always come first in the derived class instance structure).
1953 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
1955 * gst/videotestsrc/Makefile.am:
1956 * tests/check/Makefile.am:
1957 Make sure our checks and the videotestsrc plugin link against the
1958 local uninstalled gst libs and not any installed gst libs that
1959 might happen to exist as well.
1961 * tests/check/elements/adder.c: (message_received),
1962 (test_event_message_received), (test_play_twice_message_received):
1963 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1964 Fix compiler warnings when compiling against core with disabled
1967 2006-11-16 Michael Smith <msmith@fluendo.com>
1969 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1970 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1971 Fix audiorate, so that it accurately sets offsets and timestamps.
1972 Doesn't change the fundamental algorithmic decisions; so should be
1975 * tests/check/Makefile.am:
1976 Enable audiorate test now that it passes.
1978 2006-11-09 Stefan Kost <ensonic@users.sf.net>
1980 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1981 clear xv when going to NULL, remove // commented non-existant proto
1983 * tests/examples/seek/seek.c: (main):
1984 add missing tooltip description for scrub and play_scrub
1986 2006-11-14 David Schleef <ds@schleef.org>
1989 Bump liboil requirement to 0.3.8.
1990 * gst-libs/gst/riff/riff-media.c:
1992 * gst/videoscale/vs_image.h:
1993 * gst/videoscale/vs_scanline.h:
1994 Use liboil's stdint.h.
1995 * gst/videotestsrc/videotestsrc.c:
1996 Remove liboil related ifdef's, since they aren't needed now, and
1997 won't work with future versions.
1999 2006-11-14 David Schleef <ds@schleef.org>
2001 * gst/videoscale/Makefile.am:
2002 * gst/videoscale/gstvideoscale.c:
2003 * gst/videoscale/gstvideoscale.h:
2004 * gst/videoscale/vs_4tap.c:
2005 * gst/videoscale/vs_4tap.h:
2006 * gst/videoscale/vs_image.c:
2007 * gst/videoscale/vs_image.h:
2008 * gst/videoscale/vs_scanline.c:
2009 * gst/videoscale/vs_scanline.h:
2010 Add a 4-tap image scaler. Theoretically looks much prettier.
2011 The tap calculation could use some improvement.
2013 2006-11-14 Wim Taymans <wim@fluendo.com>
2015 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2017 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2018 (gst_riff_parse_strf_iavs):
2019 * gst/subparse/gstsubparse.c: (convert_encoding):
2020 * gst/tcp/gstmultifdsink.c:
2021 (gst_multi_fd_sink_handle_client_write):
2022 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2023 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2024 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2025 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2026 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2027 (gst_ximagesink_ximage_new):
2028 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2029 Various gsize and gssize printf fixes. Fixes #372507.
2031 2006-11-13 Wim Taymans <wim@fluendo.com>
2033 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2034 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2035 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2036 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2037 (vorbis_dec_chain_forward), (vorbis_dec_chain):
2038 * ext/vorbis/vorbisdec.h:
2039 First stab at vorbis reverse playback.
2041 2006-11-13 Wim Taymans <wim@fluendo.com>
2043 * gst-libs/gst/audio/gstbaseaudiosink.c:
2044 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2045 * gst-libs/gst/audio/gstbaseaudiosink.h:
2046 Make the clock sync code more accurate wrt resampling and playback
2049 * gst-libs/gst/audio/gstringbuffer.c:
2050 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2051 * gst-libs/gst/audio/gstringbuffer.h:
2052 Use better algorithm to interpolate sample rates.
2054 2006-11-13 Michael Smith <msmith@fluendo.com>
2056 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2057 Improve a debug line slightly.
2059 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2060 Call gst_riff_init() in plugin_init, to avoid getting errors from
2061 the debug system (unrelated changes to another plugin made this turn
2064 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
2066 Patch by: Sergey Scobich <sergery.scobich at gmail com>
2068 * win32/common/libgsttag.def:
2069 Add missing symbol (#366492).
2071 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
2073 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2074 Don't unref a NULL pad.
2076 2006-11-09 Wim Taymans <wim@fluendo.com>
2078 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2079 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2080 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2081 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2082 (gst_ogg_demux_loop):
2083 Implement first stab at reverse playback.
2085 2006-11-07 Stefan Kost <ensonic@users.sf.net>
2087 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2088 (gst_riff_create_video_template_caps):
2089 add h263/h264 variants to the caps, Fixes #363118
2091 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
2093 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2094 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2095 Use g_strerror instead of strerror so we get UTF-8.
2097 2006-11-03 David Schleef <ds@schleef.org>
2099 * ext/ogg/gstoggdemux.c:
2100 * ext/ogg/gstoggmux.c:
2101 Add/remove KW-DIRAC header here, since it is ogg-specific.
2103 2006-11-03 Michael Smith <msmith@fluendo.com>
2105 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2106 Recognise more mpeg4 elementary video streams.
2108 2006-11-02 Edward Hervey <edward@fluendo.com>
2110 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2111 Lower the probability of mp3 typefinding functions if we don't find a
2112 valid mp3 header at the start of the file.
2115 2006-11-02 Wim Taymans <wim@fluendo.com>
2117 * ext/theora/gsttheoradec.h:
2118 * ext/theora/theoradec.c: (gst_theora_dec_init),
2119 (theora_dec_sink_event), (theora_dec_chain_forward),
2120 (theora_dec_flush_decode), (theora_dec_chain_reverse),
2122 Document and partially implement an algorithm for doing reverse playback
2125 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
2127 Patch by: Sergey Scobich <sergey.scobich at gmail com>
2129 * win32/common/config.h:
2130 * win32/common/interfaces-enumtypes.c:
2131 * win32/common/libgsttag.def:
2132 * win32/vs8/gst-plugins-base.sln:
2133 * win32/vs8/libgstaudioresample.vcproj:
2134 * win32/vs8/libgstinterfaces.vcproj:
2135 * win32/vs8/libgstogg.vcproj:
2136 * win32/vs8/libgstriff.vcproj:
2137 * win32/vs8/libgsttag.vcproj:
2138 * win32/vs8/libgsttheora.vcproj:
2139 * win32/vs8/libgstvideoscale.vcproj:
2140 * win32/vs8/libgstvorbis.vcproj:
2141 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2142 to libgsttag.def; add missing dependencies for some vs8 projects;
2143 re-arrange placement of .def files in vs8 projects (#366334).
2145 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
2148 Remove unused variable.
2150 * ext/ogg/gstoggdemux.c:
2151 Fix Wim's surname in plugin description.
2153 2006-10-31 Wim Taymans <wim@fluendo.com>
2155 * gst-plugins-base.spec.in:
2156 spec new .h file. Fixes #368310.
2158 2006-10-31 Michael Smith <msmith@fluendo.com>
2160 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2161 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2162 (gst_multi_fd_sink_get_stats),
2163 (gst_multi_fd_sink_remove_client_link),
2164 (gst_multi_fd_sink_queue_buffer),
2165 (gst_multi_fd_sink_handle_clients):
2166 * gst/tcp/gstmultifdsink.h:
2167 Make using the remove or clear signals threadsafe.
2168 Make calling get-stats with an invalid fd not segfault.
2171 2006-10-31 Wim Taymans <wim@fluendo.com>
2173 * gst-libs/gst/rtp/Makefile.am:
2174 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2175 (gst_base_rtp_audio_payload_init):
2176 Fix and activate base audio payloader.
2178 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2180 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2182 Add typefinder for QuickTime Image Files (see #366156).
2184 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2186 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2187 Another typo fix (#366212).
2189 2006-10-27 Wim Taymans <wim@fluendo.com>
2191 * gst/volume/gstvolume.c: (volume_transform_ip):
2192 Use stream time to synchronize volume property instead of rather random
2193 timestamps. This is needed when gnonlin does its time shifting.
2195 2006-10-27 Wim Taymans <wim@fluendo.com>
2197 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2199 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2200 Remove the pad from the element in release_pad. Fixes #364812.
2202 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
2204 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2205 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2206 Explicitly create our custom buffer classes at a thread-safe
2207 location as well, since g_type_class_ref() doesn't seem to be
2208 entirely thread-safe either (#365501; also see #349410).
2210 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
2212 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2213 (gst_riff_parse_info):
2214 If strings in INFO chunk are not UTF-8, do something similar to
2215 what we do for ID3v1 tags: check a number of environment variables
2216 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2217 character sets to try, otherwise try the current locale and/or fall
2218 back on ISO-8859-1. Fixes #360552.
2220 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2222 * gst/videotestsrc/gstvideotestsrc.c:
2223 (gst_video_test_src_pattern_get_type),
2224 (gst_video_test_src_set_pattern):
2225 * gst/videotestsrc/gstvideotestsrc.h:
2226 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2227 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2228 (gst_video_test_src_checkers8):
2229 * gst/videotestsrc/videotestsrc.h:
2230 Add a bunch of exciting new checkers patterns.
2232 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2234 * gst/subparse/Makefile.am:
2235 * gst/subparse/gstsubparse.c:
2236 (gst_sub_parse_data_format_autodetect),
2237 (gst_sub_parse_format_autodetect), (handle_buffer),
2238 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2239 * gst/subparse/gstsubparse.h:
2240 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2242 * gst/subparse/tmplayerparse.h:
2243 Add support for TMPlayer-type subtitles (#362845).
2245 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2246 (GST_START_TEST), (subparse_suite):
2247 Add some basic unit tests for the above.
2249 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2251 * tests/check/elements/audiorate.c: (test_injector_base_init),
2252 (test_injector_class_init), (test_injector_chain),
2253 (test_injector_init), (probe_cb), (do_perfect_stream_test),
2254 (GST_START_TEST), (audiorate_suite):
2255 More tests for audiorate: inject buffers to check behaviour when
2258 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
2260 * tests/check/Makefile.am:
2261 * tests/check/elements/.cvsignore:
2262 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2263 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2264 Add some basic unit tests for audiorate. Disabled at the moment
2265 since it doesn't pass yet (see bug #363119).
2267 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
2269 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2270 (parse_subrip), (handle_buffer):
2271 Add missing closing tags for markup and fix broken markup,
2272 otherwise pango won't render anything (fixes #357531). Also,
2273 make sure the text we send out is always NUL-terminated
2274 (better safe than sorry etc.).
2276 * tests/check/elements/subparse.c: (test_srt_do_test),
2278 Some more tests for .srt incl. tests for the above stuff.
2280 2006-10-20 Julien MOUTTE <julien@moutte.net>
2282 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2283 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2284 Patch by: Stefan Kost <ensonic@users.sf.net>
2285 Try to redraw borders only when needed. Apparently this consumes
2286 resources on small devices... :-O (#363607)
2288 2006-10-20 Michael Smith <msmith@fluendo.com>
2290 * gst/tcp/gstmultifdsink.c:
2291 (gst_multi_fd_sink_client_queue_buffer):
2292 If caps change, then update the client's idea of the caps so that we
2293 don't end up re-sending streamheaders for every single buffer after
2296 2006-10-20 Michael Smith <msmith@fluendo.com>
2298 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2299 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2300 Set caps on pushed buffers; fix up refcounting of caps objects.
2302 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2304 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2306 Typefind mmsh header data packet to application/x-mmsh (#362625).
2308 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2310 * tests/check/Makefile.am:
2311 * tests/check/elements/.cvsignore:
2312 * tests/check/elements/subparse.c: (buffer_from_static_string),
2313 (setup_subparse), (teardown_subparse), (test_srt_do_test),
2314 (GST_START_TEST), (subparse_suite):
2315 Add very simple unit test for subparse.
2317 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2319 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2321 Strip trailing newlines from subtitle text output.
2323 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2325 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2326 (gst_sub_parse_change_state):
2327 Fix memleak; clear subparse->textbuf n state change function.
2329 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2331 * gst/subparse/gstsubparse.c:
2332 (gst_sub_parse_data_format_autodetect):
2333 Don't require subrip (.srt) files to start with a chunk number of 1.
2335 2006-10-18 Wim Taymans <wim@fluendo.com>
2337 * gst-libs/gst/audio/gstbaseaudiosink.c:
2338 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2339 * gst-libs/gst/audio/gstbaseaudiosink.h:
2340 Extract rate from the NEWSEGMENT event.
2341 Use commit_full to also take rate adjustment into account when writing
2342 samples to the ringbuffer.
2344 * gst-libs/gst/audio/gstringbuffer.c:
2345 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2346 (gst_ring_buffer_read):
2347 * gst-libs/gst/audio/gstringbuffer.h:
2348 Added _commit_full() to also take rate into account.
2349 Use simple interpolation algorithm to resample audio.
2350 API: gst_ring_buffer_commit_full()
2352 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2353 * tests/examples/seek/seek.c: (segment_done):
2354 Don't try to seek with 0.0 rate, just pause instead.
2355 Remove bogus debug line.
2357 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2359 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2361 Catch async errors when starting up the subtitle bin, so we can
2362 stop waiting and continue with the main film instead of hanging
2363 forever. Fixes #339366.
2365 * tests/check/elements/playbin.c: (playbin_suite):
2366 Enable unit test for the above.
2368 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2370 * tests/check/Makefile.am:
2371 * tests/check/elements/.cvsignore:
2372 * tests/check/elements/playbin.c: (GST_START_TEST),
2373 (gst_red_video_src_uri_get_type),
2374 (gst_red_video_src_uri_get_protocols),
2375 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2376 (gst_red_video_src_uri_handler_init),
2377 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2378 (gst_red_video_src_create), (gst_red_video_src_class_init),
2379 (gst_red_video_src_init), (plugin_init), (playbin_suite):
2380 Some small and basic unit tests for playbin; not very useful yet,
2381 but at least a start.
2383 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2385 * gst/playback/gstplaybin.c: (setup_sinks):
2386 The old pad activation spiel.
2388 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2390 * gst/playback/gstplaybasebin.c: (setup_source):
2391 Don't hang forever if the subbin already fails to start up in
2392 the state change to PAUSED (#339366).
2394 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
2396 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2397 (gst_tuner_set_channel), (gst_tuner_get_channel),
2398 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2399 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2400 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2401 (gst_tuner_find_channel_by_name):
2402 Fix some function guards, add some more function guards.
2404 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
2406 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2407 (remove_element_chain):
2408 Don't return a pad from get_our_ghost_pad unless it is actually the
2410 Change a cast in remove_element_chain slightly.
2412 2006-10-13 Julien MOUTTE <julien@moutte.net>
2414 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2415 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2416 Segment seeking needs to use the rate and set stop to -1.
2418 2006-10-13 Wim Taymans <wim@fluendo.com>
2420 * gst-libs/gst/audio/gstbaseaudiosink.c:
2421 (gst_base_audio_sink_setcaps):
2422 Don't crash when ringbuffer is not yet created.
2423 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2426 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2427 * gst/playback/gststreamselector.c:
2428 (gst_stream_selector_request_new_pad):
2429 Activate pads befre adding them to running elements.
2431 2006-10-13 Julien MOUTTE <julien@moutte.net>
2433 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2434 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2435 updater when we start grabing the slider. Don't wait for the
2436 pipeline to be PAUSED.
2438 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
2440 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2441 (gst_mixer_set_volume), (gst_mixer_get_volume),
2442 (gst_mixer_set_mute), (gst_mixer_set_option),
2443 (gst_mixer_get_option), (gst_mixer_mute_toggled),
2444 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2445 (gst_mixer_option_changed):
2446 Guard mixer interface functions against bogus arguments.
2448 2006-10-12 Julien MOUTTE <julien@moutte.net>
2450 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2451 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2452 (msg_state_changed), (main): Use state-changed messages to trigger
2453 start/stop of scale update timer. Indeed the scale slider was
2454 jumping here and there because the update timer was activated
2455 before seek completed. This fixes instant applying of rate changes
2456 by pressing the spinbutton like a crazy man !
2458 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
2460 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
2462 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2463 (gst_basertppayload_finalize):
2464 Fix two small memory leaks (#361456).
2466 2006-10-10 Julien MOUTTE <julien@moutte.net>
2468 * tests/examples/seek/seek.c: (do_seek),
2469 (rate_spinbutton_changed_cb): When changing spinbutton we try
2470 to change the rate on the fly.
2472 2006-10-10 Wim Taymans <wim@fluendo.com>
2474 * gst-libs/gst/riff/riff-ids.h:
2475 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2476 (gst_riff_create_audio_template_caps):
2479 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2481 Patch by: Josep Torre Valles <josep@fluendo.com>
2483 * ext/gnomevfs/gstgnomevfssink.c:
2484 * ext/gnomevfs/gstgnomevfssrc.c:
2485 Fix URI interface implementation return type.
2486 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2487 Fix what looks like a copy/paste issue when assigning values.
2488 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2489 (gst_audio_filter_template_get_type):
2490 Cast to prevent Forte warnings.
2491 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2492 Fix URI interface implementation return type.
2493 gst_pad_query_position requires a signed integer pointer as
2494 3rd parameter, GstClockTime is unsigned.
2495 * gst/audioconvert/audioconvert.c:
2496 Fix integer overflow when treated as signed.
2497 * gst/audioresample/resample.c: (resample_add_input_data):
2498 Cast to prevent warnings on Forte.
2499 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2500 Fix integer overflow when treated as signed.
2501 * gst/ffmpegcolorspace/imgconvert_template.h:
2502 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2503 * gst/playback/gstdecodebin.c: (queue_filled_cb),
2504 (cleanup_decodebin):
2505 Who initialises a guint to -1!
2506 Cast function pointers to prevent warnings on Forte.
2507 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2508 (queue_threshold_reached):
2509 Cast function pointers correctly to prevent warnings on Forte.
2510 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2511 Cast function pointers correctly to prevent warnings on Forte.
2512 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2513 Obvious change to unsigned, 0xEF > max signed char.
2514 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2515 GstClockTime is unsigned, initialise correctly.
2516 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2517 Cast so pointer arithemetic doesn't cause warnings on Forte.
2518 * gst/videorate/gstvideorate.c:
2519 Use correct return value.
2520 * tests/examples/seek/scrubby.c:
2521 GstClockTime is unsigned, initialise correctly.
2523 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
2525 Patch by: Ferenc Gerlits <fgerlits at gmail com>
2527 * gst/typefind/gsttypefindfunctions.c:
2528 Recognise XML files and XML-like files shorter than 256 bytes as
2529 well (fixes #359237).
2531 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
2533 Patch by: Renato Filho <renato.filho@indt.org.br>
2535 * gst/typefind/gsttypefindfunctions.c:
2536 Added typefind functions to video/x-nuv media.
2538 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
2540 * gst-libs/gst/interfaces/xoverlay.c:
2541 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2542 Some more guards against invalid input.
2544 2006-10-07 Julien MOUTTE <julien@moutte.net>
2546 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
2548 * tests/examples/seek/seek.c: (do_seek),
2549 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2550 seek example to experiment with rates != 1.0 (reverse playback !)
2552 2006-10-06 Stefan Kost <ensonic@users.sf.net>
2554 * gst-libs/gst/interfaces/xoverlay.c:
2555 Unref message in doc-example (spotted by Robert McQueen)
2557 2006-10-06 Wim Taymans <wim@fluendo.com>
2559 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2560 (mpeg1_parse_header), (mpeg1_sys_type_find):
2563 2006-10-06 Wim Taymans <wim@fluendo.com>
2565 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2567 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2568 Activate dynamic pads before adding them to the element.
2570 2006-10-06 Michael Smith <msmith@fluendo.com>
2572 * gst-libs/gst/floatcast/floatcast.h:
2573 Fix obviously-bogus macros; use the correct types.
2575 2006-10-06 Wim Taymans <wim@fluendo.com>
2577 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2578 (gst_base_rtp_depayload_change_state):
2579 Also call parent state change function to activate pads.
2581 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2582 (mpeg1_parse_header), (mpeg1_sys_type_find):
2583 Add some more debug info in mpeg typefinding.
2585 2006-10-06 Michael Smith <msmith@fluendo.com>
2587 * ext/theora/theoradec.c: (theora_dec_chain):
2588 Zero byte theora packets are valid and well-defined; don't warn on
2591 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
2593 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2594 (gst_multi_fd_sink_get_stats), (find_limits),
2595 (gst_multi_fd_sink_queue_buffer):
2596 API: add dropped_buffers to the get-stats GValueArray
2598 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
2600 * ext/alsa/gstalsadeviceprobe.c:
2601 (gst_alsa_device_property_probe_get_values):
2602 * ext/alsa/gstalsasink.c: (set_hwparams):
2603 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2604 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2605 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2606 (gst_ogg_mux_process_best_pad):
2607 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2608 (gst_ogg_parse_chain):
2609 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2610 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2611 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2612 (gst_vorbis_enc_buffer_check_discontinuous):
2613 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2614 * gst-libs/gst/audio/gstbaseaudiosink.c:
2615 (gst_base_audio_sink_render):
2616 * gst-libs/gst/cdda/gstcddabasesrc.c:
2617 (gst_cdda_base_src_handle_track_seek):
2618 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2619 (gst_base_rtp_depayload_push_full):
2620 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2621 * gst/audioresample/resample.c: (resample_input_pushthrough):
2622 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2623 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2624 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2625 (wavpack_type_find):
2626 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2627 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2628 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2629 * tests/check/elements/volume.c: (GST_START_TEST):
2630 Printf format fixes.
2632 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
2634 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2635 Fix a simple mistake (see the docs)
2638 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2640 * docs/plugins/Makefile.am:
2641 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2642 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2643 * docs/plugins/gst-plugins-base-plugins.args:
2644 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2645 * docs/plugins/inspect/plugin-adder.xml:
2646 * docs/plugins/inspect/plugin-alsa.xml:
2647 * docs/plugins/inspect/plugin-audioconvert.xml:
2648 * docs/plugins/inspect/plugin-audiorate.xml:
2649 * docs/plugins/inspect/plugin-audioresample.xml:
2650 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2651 * docs/plugins/inspect/plugin-cdparanoia.xml:
2652 * docs/plugins/inspect/plugin-decodebin.xml:
2653 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2654 * docs/plugins/inspect/plugin-gdp.xml:
2655 * docs/plugins/inspect/plugin-gnomevfs.xml:
2656 * docs/plugins/inspect/plugin-libvisual.xml:
2657 * docs/plugins/inspect/plugin-ogg.xml:
2658 * docs/plugins/inspect/plugin-pango.xml:
2659 * docs/plugins/inspect/plugin-playbin.xml:
2660 * docs/plugins/inspect/plugin-subparse.xml:
2661 * docs/plugins/inspect/plugin-tcp.xml:
2662 * docs/plugins/inspect/plugin-theora.xml:
2663 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2664 * docs/plugins/inspect/plugin-video4linux.xml:
2665 * docs/plugins/inspect/plugin-videorate.xml:
2666 * docs/plugins/inspect/plugin-videoscale.xml:
2667 * docs/plugins/inspect/plugin-videotestsrc.xml:
2668 * docs/plugins/inspect/plugin-volume.xml:
2669 * docs/plugins/inspect/plugin-vorbis.xml:
2670 * docs/plugins/inspect/plugin-ximagesink.xml:
2671 * docs/plugins/inspect/plugin-xvimagesink.xml:
2672 Add vorbistag element to docs; update version numbers to 0.10.10.1.
2674 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2676 Patch by: James "Doc" Livingston <doclivingston at gmail com>
2678 * ext/vorbis/Makefile.am:
2679 * ext/vorbis/vorbis.c: (plugin_init):
2680 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2681 (vorbis_parse_parse_packet), (vorbis_parse_chain):
2682 * ext/vorbis/vorbisparse.h:
2683 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2684 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2685 (gst_vorbis_tag_parse_packet):
2686 * ext/vorbis/vorbistag.h:
2687 Add new vorbistag element which derives from vorbisparse
2688 and is essentially the same as well, only that it implements
2689 the GstTagSetter interface and can modify the stream's
2690 vorbiscomment on the fly (#335635).
2692 * tests/check/Makefile.am:
2693 * tests/check/elements/.cvsignore:
2694 * tests/check/elements/vorbistag.c: (setup_vorbistag),
2695 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2696 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2697 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2698 Add unit test for new vorbistag element.
2700 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2702 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2703 (vorbis_parse_push_headers), (vorbis_parse_chain):
2704 Set BOS flag in packet structure to fix 'jump depends
2705 on unitialized value' errors in valgrind; various minor
2708 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
2710 * gst/playback/gstdecodebin.c: (close_pad_link):
2711 Fix typo in a debug statement.
2713 * gst/playback/gstplaybasebin.c: (probe_triggered),
2714 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2715 (gen_source_element), (source_new_pad), (analyse_source),
2717 When handling no_more_pads in new_decoded_pad, make sure to treat
2718 subtitle pads correctly. Fixes playback with subtitle files.
2720 Move a recurring message to LOG level.
2722 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2723 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2724 which ends up as -1 when cast to an int. Make the logic handle the
2725 max value as an unsigned mask and only change the colorkey when it's
2726 a value we recognise.
2728 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2730 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2731 Removed empty * between paragraphs
2733 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2735 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2736 * gst-libs/gst/rtp/README:
2737 Moved some documentation into .c file
2739 2006-09-29 Wim Taymans <wim@fluendo.com>
2741 * gst/playback/gstdecodebin.c: (no_more_pads):
2744 2006-09-29 Wim Taymans <wim@fluendo.com>
2746 * gst/playback/gstdecodebin.c: (new_caps):
2749 * gst/playback/gstplaybin.c:
2752 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2754 * tests/check/Makefile.am:
2755 Re-enable cddabasesrc test to see if it works again
2758 2006-09-29 Wim Taymans <wim@fluendo.com>
2760 * gst/playback/gstplaybasebin.c: (setup_subtitle),
2761 (gen_source_element):
2762 Handle invalid URIs a bit more gracefully.
2764 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2766 * tests/check/pipelines/oggmux.c:
2767 Remove obsolete comment.
2769 2006-09-29 Michael Smith <msmith@fluendo.com>
2771 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2772 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2773 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2774 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2775 (gst_ogg_mux_collected):
2776 Commit patch from James "Doc" Livingston, adds proper EOS handling
2777 in oggmux. GStreamer can, for the first time ever, create a valid
2780 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2782 Reenable tests now that they pass.
2784 2006-09-29 Wim Taymans <wim@fluendo.com>
2786 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2787 Stop reading commands when EOF (we read 0) as well.
2789 2006-09-28 Wim Taymans <wim@fluendo.com>
2791 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2792 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2793 (find_dynamic), (unlinked), (close_link):
2794 Implement delayed caps linking needed for element with a lot of
2795 different caps on the src pads that get fixed at runtime.
2796 Improve management of dynamic elements.
2798 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2799 (group_destroy), (group_commit), (check_queue), (queue_overrun),
2800 (gen_preroll_element), (remove_groups), (unknown_type),
2801 (add_element_stream), (no_more_pads_full), (no_more_pads),
2802 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2803 (new_decoded_pad), (setup_subtitle), (array_has_value),
2804 (gen_source_element), (source_new_pad), (has_all_raw_caps),
2805 (analyse_source), (remove_decoders), (make_decoder),
2806 (remove_source), (setup_source), (finish_source), (prepare_output),
2807 (gst_play_base_bin_change_state):
2808 * gst/playback/gstplaybasebin.h:
2809 Use more _CAST instead of full type checking casts.
2810 Small cleanups, plug some leaks.
2811 Handle dynamic sources.
2812 Add some helper functions to create lists of strings used for
2813 blacklisting and other stuff.
2814 Refactor some code dealing with analysing the source.
2815 Re-enable sources without pads (like cd:// or other selfcontained
2818 2006-09-28 Wim Taymans <wim@fluendo.com>
2820 * gst-libs/gst/audio/gstbaseaudiosink.c:
2821 (gst_base_audio_sink_render):
2822 When we have a timestamp, we can still perform clipping.
2823 When we have no clock, we must play the sample ASAP.
2825 2006-09-28 Wim Taymans <wim@fluendo.com>
2827 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2828 Set caps on outgoing buffers.
2830 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2831 (gst_video_rate_event), (gst_video_rate_chain):
2832 * gst/videorate/gstvideorate.h:
2833 Fix videorate some more. Fixes #357977
2835 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2837 * tests/check/elements/adder.c: (adder_suite):
2838 Don't set timeout to 6 seconds when we're running
2839 in valgrind ... (and how is 6 seconds longer than
2840 the default anyway?)
2842 2006-09-28 Wim Taymans <wim@fluendo.com>
2844 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2845 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2846 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2847 Keep sink and src segment to keep track of time and support more
2849 Fix bogus next_offset and run_time calculation, don't understand how
2850 this could have worked before. Fixes #357976.
2851 Remove some unneeded vars.
2853 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2855 * gst/playback/gstplaybin.c: (remove_sinks):
2856 Only remove visualisation from visbin if there is a visbin (or:
2857 don't throw warnings when closing totem without playing a file).
2859 2006-09-27 Wim Taymans <wim@fluendo.com>
2861 * gst-libs/gst/audio/gstbaseaudiosink.c:
2862 (gst_base_audio_sink_render):
2863 Add some more info in a WARNING.
2865 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2866 (gst_base_audio_src_create):
2867 Handle PAUSE in create function, use new -core addition to
2868 wait for playing. Fixes pausing and resuming capture from an
2871 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2872 (gst_ring_buffer_read):
2874 Caller supports interrupted reads now.
2876 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2878 * tests/check/Makefile.am:
2879 Another attempt to make the gen64 buildbot happy.
2881 2006-09-27 Stefan Kost <ensonic@users.sf.net>
2883 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2885 * ext/libvisual/visual.c: (gst_visual_clear_actors),
2886 (gst_visual_chain), (gst_visual_change_state):
2887 Libvisual plugin was not passing audio data to libvisual 0.4.0
2888 correctly. Fixes #357800
2890 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2892 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2893 Add timeout to _get_state() so we see which pipeline it is
2894 that causes trouble on the gen64 build bot.
2896 2006-09-27 Wim Taymans <wim@fluendo.com>
2898 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2899 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2900 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2901 (gst_base_rtp_depayload_set_gst_timestamp):
2902 the source pad always uses fixed caps.
2904 2006-09-27 Wim Taymans <wim@fluendo.com>
2906 * docs/libs/gst-plugins-base-libs-docs.sgml:
2907 * docs/libs/gst-plugins-base-libs-sections.txt:
2908 * gst-libs/gst/audio/gstaudioclock.c:
2909 * gst-libs/gst/audio/gstaudioclock.h:
2910 * gst-libs/gst/audio/gstaudiosink.c:
2911 * gst-libs/gst/audio/gstaudiosink.h:
2912 * gst-libs/gst/audio/gstaudiosrc.c:
2913 * gst-libs/gst/audio/gstbaseaudiosink.c:
2914 (gst_base_audio_sink_render):
2915 * gst-libs/gst/audio/gstbaseaudiosink.h:
2916 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2917 * gst-libs/gst/audio/gstbaseaudiosrc.h:
2918 * gst-libs/gst/audio/gstringbuffer.h:
2919 Added docs for the audio libs.
2921 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2923 * tests/check/Makefile.am:
2924 Temporarily disable test that fails on the bots for unknown reasons.
2926 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2928 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2929 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2930 Moved AudioCodecType into priv
2931 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2933 2006-09-25 Wim Taymans <wim@fluendo.com>
2935 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2936 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2937 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2939 Cleanups and small leak fixes.
2940 Added Depayloaders to valid list of autopluggable elements.
2942 2006-09-25 Wim Taymans <wim@fluendo.com>
2944 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2945 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2946 (gen_video_element), (gen_text_element), (gen_audio_element),
2947 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2948 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2949 Detect NO_PREROLL state change returns and disable clock distribution to
2950 the sinks so that sync is disabled.
2951 Avoid some type checking and do simple casts instead.
2952 Small cleanups, fix some FIXMEs.
2953 Be more robust when linking user specified elements, catch an report
2954 errors. Fixes #357404.
2955 Fix some leaks in the error paths.
2957 2006-09-25 Stefan Kost <ensonic@users.sf.net>
2960 ChangeLog surgery for missing bug-number
2962 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
2964 Patch by: Peter Kjellerstedt <pkj at axis com>
2966 * gst/playback/test.c:
2967 Fix compilation with uClibc and -Werror (#357591).
2969 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
2971 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2972 Parse dates that are followed by a time as well (#357532).
2974 * tests/check/libs/tag.c: (test_vorbis_tags):
2975 Add unit test for this.
2977 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2979 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2980 (gst_audio_convert_transform_caps):
2981 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2982 * gst/videotestsrc/videotestsrc.h:
2983 A few array const-ifications.
2985 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2987 * tests/check/Makefile.am:
2988 See if this makes the build bots happy.
2990 * tests/check/libs/cddabasesrc.c:
2993 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2995 Patch by: Young-Ho Cha <ganadist at chollian dot net>
2997 * gst/subparse/samiparse.c: (handle_start_font),
2998 (fix_invalid_entities):
2999 More case-insensitivity for certain tags; recognise entities with
3000 decimal codes as special entities as well (#357330).
3002 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3004 * gst-libs/gst/Makefile.am:
3005 Need to build tag directory before cdda.
3007 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3009 * docs/libs/gst-plugins-base-libs-sections.txt:
3010 * gst-libs/gst/cdda/Makefile.am:
3011 * gst-libs/gst/cdda/gstcddabasesrc.c:
3012 (gst_cdda_base_src_base_init):
3013 * gst-libs/gst/cdda/gstcddabasesrc.h:
3014 * gst-libs/gst/tag/tag.h:
3015 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3016 (gst_tag_register_musicbrainz_tags):
3017 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3018 depend on libgsttag. This is required so we can extract/read tags like
3019 DISCID without depending on libgstcddabasesrc (which used to register
3022 * gst-libs/gst/tag/gstvorbistag.c:
3023 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3024 tags (also see #347848).
3026 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3027 Log vorbis comments we are actually writing. Const-ify array.
3029 2006-09-23 Wim Taymans <wim@fluendo.com>
3031 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3032 Improve buffering a bit by avoiding a deadlock because we cannot assume
3033 the underrun is always called.
3035 2006-09-23 Wim Taymans <wim@fluendo.com>
3037 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3039 * gst-libs/gst/riff/riff-ids.h:
3040 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3041 (gst_riff_create_audio_template_caps):
3042 Added MPEG-4 AAC and id and caps. Fixes #357289
3043 Added WMA9 Lossless id.
3045 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
3047 * ext/gnomevfs/gstgnomevfssrc.c:
3048 Fix misleading docs addition.
3050 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3051 Get rid of compiler warning the right way.
3053 2006-09-22 Wim Taymans <wim@fluendo.com>
3055 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3056 (gst_base_rtp_depayload_finalize),
3057 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3058 (gst_base_rtp_depayload_push_full),
3059 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3060 (gst_base_rtp_depayload_process),
3061 (gst_base_rtp_depayload_set_gst_timestamp),
3062 (gst_base_rtp_depayload_queue_release):
3063 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3066 Refactored the process method and added methods to push from the process
3068 Use _scale functions.
3069 API: gst_base_rtp_depayload_push_ts
3070 API: gst_base_rtp_depayload_push
3072 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3073 timestamps are uint.
3075 2006-09-22 Stefan Kost <ensonic@users.sf.net>
3077 * gst-libs/gst/interfaces/xoverlay.c:
3078 Remove unused statement from doc example.
3080 2006-09-21 Stefan Kost <ensonic@users.sf.net>
3082 * gst-libs/gst/interfaces/videoorientation.c:
3083 (gst_video_orientation_iface_init),
3084 (gst_video_orientation_get_hflip),
3085 (gst_video_orientation_get_vflip),
3086 (gst_video_orientation_get_hcenter),
3087 (gst_video_orientation_get_vcenter),
3088 (gst_video_orientation_set_hflip),
3089 (gst_video_orientation_set_vflip),
3090 (gst_video_orientation_set_hcenter),
3091 (gst_video_orientation_set_vcenter):
3092 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3095 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
3097 * tests/check/Makefile.am:
3098 * tests/check/elements/.cvsignore:
3099 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3100 (create_rgb_conversions), (rgb_conversion_free),
3101 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3102 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3103 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3104 but disable for now since it doesn't pass (something wrong with
3107 2006-09-21 Wim Taymans <wim@fluendo.com>
3109 * gst/playback/gstplaybasebin.c: (group_commit),
3110 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3111 (queue_out_of_data), (gen_preroll_element),
3112 (preroll_remove_overrun), (probe_triggered):
3113 Refactor handling of overrun detection.
3114 Separate handling of group completion and deadlock detection when doing
3115 network buffering. This should fix some deadlocks that were not detected
3116 because the group was completed.
3117 Add more comments, improve debugging.
3119 2006-09-21 Wim Taymans <wim@fluendo.com>
3121 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3122 * tests/check/libs/audio.c:
3123 Some more compilation fixes.
3125 2006-09-21 Wim Taymans <wim@fluendo.com>
3127 * gst-libs/gst/audio/gstringbuffer.c:
3128 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3129 (gst_ring_buffer_read):
3130 Early morning compilation fix.
3132 2006-09-20 Wim Taymans <wim@fluendo.com>
3134 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3135 * tests/check/elements/multifdsink.c: (GST_START_TEST):
3136 * tests/check/elements/videorate.c: (GST_START_TEST):
3137 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3138 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3141 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3143 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3144 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3145 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3146 Handcrafted merge to help CVS understanding what I changed and what
3149 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3151 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3152 (gst_xvimagesink_get_times):
3153 change colorkey behaviour back according to #354773 comment 6/7
3155 2006-09-19 Michael Smith <msmith@fluendo.com>
3157 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3158 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3159 (gst_multi_fd_sink_recover_client),
3160 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3161 (gst_multi_fd_sink_get_property):
3162 * gst/tcp/gstmultifdsink.h:
3163 Implement stubbed out properties unit-type, units-soft-max,
3164 units-max, to allow specifying maximum sizes in units other than
3168 2006-09-19 Wim Taymans <wim@fluendo.com>
3170 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3171 (gst_riff_create_audio_template_caps):
3172 Reorder the audio formats a bit for clarity.
3173 Detect and create caps for MSGSM and MSN (WAV49).
3176 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3177 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3178 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3179 Small cleanups, move error handling out of normal flow for clarity.
3181 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3183 * docs/libs/gst-plugins-base-libs-docs.sgml:
3184 * docs/libs/gst-plugins-base-libs.types:
3185 * gst-libs/gst/interfaces/Makefile.am:
3186 * gst-libs/gst/interfaces/videoorientation.c:
3187 (gst_video_orientation_get_type),
3188 (gst_video_orientation_iface_init),
3189 (gst_video_orientation_get_hflip),
3190 (gst_video_orientation_get_vflip),
3191 (gst_video_orientation_get_hcenter),
3192 (gst_video_orientation_get_vcenter),
3193 (gst_video_orientation_set_hflip),
3194 (gst_video_orientation_set_vflip),
3195 (gst_video_orientation_set_hcenter),
3196 (gst_video_orientation_set_vcenter):
3197 * gst-libs/gst/interfaces/videoorientation.h:
3198 API: Add new interface to control video orientation (fixes #354908)
3200 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3202 * gst/videotestsrc/gstvideotestsrc.c:
3203 Use G_UNLIKELY in _create and log one more detail.
3205 (gst_video_test_src_get_times), (gst_video_test_src_create):
3206 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3207 Use gst_util_uint64_scale_int in _get_times().
3209 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3211 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3212 Give better warning message (add object and detail).
3214 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3216 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3217 (gst_xvimagesink_get_times):
3218 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3219 #354773), use gst_util_uint64_scale_int in _get_times()
3221 2006-09-18 Michael Smith <msmith@fluendo.com>
3223 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3224 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3225 always true, leading to dropping all timestamps.
3227 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3229 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3230 (gst_visual_chain), (gst_visual_change_state):
3231 update to work also with libvisual 0.4 API, fix double unref (#355914)
3233 * tools/gst-launch-ext.1.in:
3234 * tools/gst-visualise.1.in:
3235 remove references to old man-pages
3237 * tests/examples/seek/seek.c: (main):
3238 add real meadi-buttons, add tool-tips for the seek-options, arrange
3239 seek options in a table
3241 2006-09-18 Michael Smith <msmith@fluendo.com>
3243 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3244 (gst_ogg_mux_push_buffer):
3245 Don't generate out-of-order timestamps from oggmux, instead clamp
3246 output timestamps to be >= the previously output ts.
3249 2006-09-18 Michael Smith <msmith@fluendo.com>
3251 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3252 (gst_multi_fd_sink_class_init):
3253 Updates, fixes, and typo corrections for multifdsink. No functional
3256 2006-09-17 Michael Smith <msmith@fluendo.com>
3258 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3259 Don't crash on truncated files - check that we got an 8 byte buffer
3260 before trying to memcmp it.
3262 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3264 * gst/playback/gstplaybasebin.c: (get_active_source):
3265 Make stream-switching appear instant to the application
3266 (ie. make sure that a g_object_get on 'current-foo' returns
3267 the stream previously set with g_object_set(). Totem needs
3268 this to update stream-related meta-info (like audio-codec)
3269 correctly when switching streams.
3271 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3273 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3274 (gst_alsa_mixer_ensure_track_list):
3275 Try harder to guess which mixer track is the master mixer
3276 track (instead of just taking the first one that has a pvolume).
3279 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3281 reviewed by: <delete if not using a buddy>
3283 * gst-libs/gst/audio/audio.h:
3284 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3286 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3288 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3289 (gst_audio_convert_transform_caps):
3290 Get structure-name just once.
3292 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3294 * tests/check/elements/audioresample.c: (GST_START_TEST):
3295 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3296 * tests/check/elements/volume.c: (GST_START_TEST):
3297 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3298 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3299 (test_pipeline), (GST_START_TEST):
3300 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3301 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3302 Fix big batch of compiler warnings.
3304 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3306 * ext/gnomevfs/gstgnomevfssrc.c:
3307 Add docs about icydemux usage in connection with gnomevfssrc
3309 * ext/libvisual/visual.c:
3310 * ext/ogg/gstoggaviparse.c:
3311 * ext/ogg/gstoggdemux.c:
3312 * ext/ogg/gstoggmux.c:
3313 * ext/ogg/gstoggparse.c:
3314 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3315 * gst-libs/gst/audio/gstaudiosink.c:
3316 * gst-libs/gst/audio/gstaudiosrc.c:
3317 * gst/audiorate/gstaudiorate.c:
3318 More G_OBJECT macro fixing.
3320 * gst/audiotestsrc/gstaudiotestsrc.h:
3321 Fix wrong info in header due to copy & paste
3323 2006-09-15 Wim Taymans <wim@fluendo.com>
3325 * gst-libs/gst/audio/gstbaseaudiosink.c:
3326 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3327 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3328 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3329 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3330 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3331 Do the delay calculation in the source/sink base classes as this is
3332 specific for the capture/playback mode.
3333 Try to fixate a bit better, like round depth up to a multiple of 8
3335 Handle underruns correctly by marking DISCONT on buffers and adjusting
3336 timestamps to handle the gap.
3337 Set offset/offset_end correctly on buffers.
3339 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3340 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3341 (gst_ring_buffer_read):
3342 Remove resync and underrun recovery from the ringbuffer.
3343 Fix ringbuffer read code on under/overrun.
3345 2006-09-15 Wim Taymans <wim@fluendo.com>
3347 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3348 (gst_play_base_bin_init), (fill_buffer), (check_queue),
3349 (queue_threshold_reached), (gst_play_base_bin_set_property),
3350 (gst_play_base_bin_get_property):
3351 * gst/playback/gstplaybasebin.h:
3352 Don't use a 0 low watermark when buffering, it is catching starvation
3353 way too late. Instead, use a 3 second queue with 30 and 95
3354 percent low/high watermarks.
3355 Added queue-min-threshold property to configure low watermark.
3356 Use new _buffering message API.
3357 Make queue_threshold variable big enough to store a uint64 time value.
3358 API: playbin::queue-min-threshold property.
3360 2006-09-15 Wim Taymans <wim@fluendo.com>
3363 We require 0.10.10.1 now because of _wait_preroll().
3365 * gst-libs/gst/audio/gstbaseaudiosink.c:
3366 (gst_base_audio_sink_render):
3367 Use gst_base_sink_wait_preroll().
3369 2006-09-15 Wim Taymans <wim@fluendo.com>
3371 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3372 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3373 Use DEBUG_OBJECT more.
3375 === release 0.10.10 ===
3377 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3379 patch by: Michael Smith <msmith at fluendo dot com>
3381 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3382 (gst_multi_fd_sink_client_queue_buffer),
3383 (gst_multi_fd_sink_new_client):
3384 * tests/check/elements/multifdsink.c: (GST_START_TEST),
3385 (multifdsink_suite):
3386 Fix implementation of sync-method 'next-keyframe'
3389 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3391 patch by: Wim Taymans <wim at fluendo dot com>
3393 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3394 This patch removes the RANDOM flag that was incorrectly introduced with
3395 revision 1.91. Fixes #354590
3397 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
3399 * tests/check/Makefile.am:
3400 Random variation in Makefile line to see if it makes the
3401 gen64-base-full bot any happier.
3403 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3405 * tests/check/pipelines/oggmux.c: (oggmux_suite):
3406 Disable test that fails at the moment (killed after timeout).
3408 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3410 Patch by: James Livingston <doclivingston at gmail.com>
3412 * tests/check/Makefile.am:
3413 * tests/check/pipelines/.cvsignore:
3414 * tests/check/pipelines/oggmux.c: (get_page_codec),
3415 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3416 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3417 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3418 (test_theora_vorbis), (oggmux_suite):
3419 Add simple unit test for oggmux from #337026 with checking for the
3420 EOS flags disabled for the time being.
3422 2006-09-04 Wim Taymans <wim@fluendo.com>
3424 patch by: Alessandro Dessina <alessandro nnva org>
3426 * ext/ogg/gstoggmux.c:
3427 Add cmml caps to oggmux. Fixes #353912
3429 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3431 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3432 Returning a return value often helps. In this case, we
3433 don't need the return value anyway, so just get rid of it.
3434 Should make build bots much happier.
3436 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3438 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3439 (paint_get_structure), (gst_video_test_src_get_size),
3440 (gst_video_test_src_smpte), (gst_video_test_src_snow),
3441 (gst_video_test_src_unicolor), (paint_setup_AYUV),
3442 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3443 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3444 * gst/videotestsrc/videotestsrc.h:
3445 Add support for AYUV and the various RGBA formats. Initialise
3446 fields of paintinfo structs allocated on the stack.
3448 * tests/check/elements/videotestsrc.c: (right_shift_colour),
3449 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3450 (check_rgb_buf), (videotestsrc_suite):
3451 Add unit tests for videotestsrc's RGB output.
3453 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3455 * gst/videotestsrc/gstvideotestsrc.c:
3456 (gst_video_test_src_pattern_get_type),
3457 (gst_video_test_src_set_pattern):
3458 * gst/videotestsrc/gstvideotestsrc.h:
3459 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3460 (gst_video_test_src_black), (gst_video_test_src_white),
3461 (gst_video_test_src_red), (gst_video_test_src_green),
3462 (gst_video_test_src_blue):
3463 * gst/videotestsrc/videotestsrc.h:
3464 Add more uni-colour patterns ("white", "red", "green", and "blue").
3466 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3468 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3469 Fix stride for YVYU, should be word-aligned (#353658).
3471 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
3473 * gst/adder/gstadder.c: (gst_adder_src_event):
3476 2006-08-31 Edward Hervey <edward@fluendo.com>
3478 * gst/adder/gstadder.c: (forward_event_func),
3479 (gst_adder_src_event), (gst_adder_collected),
3480 (gst_adder_change_state):
3481 * gst/adder/gstadder.h:
3482 Remember the start position asked in the incoming seeks, so we can
3483 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3484 of assuming it will always be 0).
3486 2006-08-31 Edward Hervey <edward@fluendo.com>
3488 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3489 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3490 (gst_ogg_demux_loop):
3491 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3493 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
3495 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3496 (gst_ffmpegcsp_get_unit_size):
3497 Return FALSE instead of returning a random false unit
3498 size when the format isn't known/supported (even if
3499 this shouldn't happen under normal circumstances).
3501 2006-08-29 Wim Taymans <wim@fluendo.com>
3503 Patch by: Tim-Philipp Müller <tim at centricular dot net>
3505 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3506 (gst_gnome_vfs_src_start):
3507 Try harder to get the size from a uri by using _info_uri() when
3508 _info_from_handle() does not give us enough info.
3509 Also follow symlinks when getting the size.
3510 Partially Fixes #332864.
3512 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3514 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
3516 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3517 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3518 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3519 (gst_alsa_mixer_set_record):
3520 * ext/alsa/gstalsamixertrack.c:
3521 (gst_alsa_mixer_track_update_alsa_capabilities),
3522 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3523 (gst_alsa_mixer_track_update):
3524 * ext/alsa/gstalsamixertrack.h:
3525 Improve and fix mixer track handling, in particular better handling
3526 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3527 separate track objects for tracks that have both capture and playback
3528 volume (and label them differently as well so they're not mistakenly
3529 assumed to be duplicates); classify mixer tracks that only affect
3530 the audible volume of something (rather than the capture volume)
3531 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3532 for capture tracks to correspond to alsa-pswitch alsa-cswitch
3533 (following the meaning documented in the mixer interface header
3534 file); add support for alsa's exclusive cswitch groups; update/sync
3535 state/flags better if mixer settings are changed by another
3536 application. Fixes #336075.
3538 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3540 * gst/playback/gstplaybin.c:
3541 Improve docs: add section about BUFFERING messages sent by playbin.
3543 2006-08-29 Michael Smith <msmith@fluendo.com>
3545 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3546 (gst_vorbis_enc_buffer_check_discontinuous),
3547 (gst_vorbis_enc_chain):
3548 Ignore explicit DISCONT marked on buffers (which is often spurious,
3549 particularly when using multiple segments), in favour of solely
3550 using the timestamps/durations.
3552 2006-08-29 Edward Hervey <edward@fluendo.com>
3554 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3555 Don't rely on incoming buffers offset anymore, since it is completely
3556 broken when using multiple segments.
3557 Instead convert the incoming buffers timestamp to running time, and
3558 then convert that value to the offsets.
3559 Also inform GstSegment of the last outputted stop position, which is
3560 needed if we received several segments with an unknown stop value.
3562 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
3564 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3565 fix buffer unreffing on a header push failure
3567 2006-08-28 Wim Taymans <wim@fluendo.com>
3569 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3570 (gst_audio_rate_chain):
3571 Make the metadata of the buffer writable before changing its
3574 2006-08-28 Wim Taymans <wim@fluendo.com>
3576 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3577 (gst_audio_rate_setcaps), (gst_audio_rate_init),
3578 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3579 (gst_audio_rate_chain), (gst_audio_rate_change_state):
3580 Fix audiorate some more.
3581 Reset and resync counters on flush and READY.
3582 Handle the DISCONT flag correctly.
3583 Use GstSegment to track position.
3584 Fail when not negotiated.
3587 2006-08-25 Michael Smith <msmith@fluendo.com>
3589 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3591 Remove accidently included debug line.
3593 2006-08-25 Wim Taymans <wim@fluendo.com>
3595 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3597 If a buffer is received with no caps, make the buffer metadata
3598 writable and set the caps, making sure that we don't screw up the
3601 2006-08-25 Michael Smith <msmith@fluendo.com>
3603 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3604 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3605 Fix memory leaks and misleading debug messages, add a couple of
3608 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3609 (gst_multi_fd_sink_render):
3610 Do not use gst_buffer_make_writable() in a basesink render method,
3611 as it may incorrectly unref the buffer. Instead, use convoluted
3612 dance to avoid copying the buffer except when we need to.
3614 2006-08-25 Michael Smith <msmith@fluendo.com>
3616 * ext/vorbis/vorbisenc.c:
3617 (gst_vorbis_enc_buffer_check_discontinuous):
3618 Allow very small discontinuities in the timestamps. These we can't
3619 do anything useful with anyway (because vorbis's timestamps have
3620 only sample granularity), and are commonly produced by elements with
3621 minor bugs. Allow up to 1/2 a sample out.
3624 2006-08-24 Wim Taymans <wim@fluendo.com>
3626 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3627 (play_scrub_toggle_cb), (main):
3628 Add a checkbox to enable play scrubbing. Makes it possible to disable
3631 2006-08-23 Stefan Kost <ensonic@users.sf.net>
3633 * tests/check/elements/.cvsignore:
3636 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3638 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3639 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3640 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3641 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3642 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3643 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3644 (gst_ogm_text_parse_strip_trailing_zeroes),
3645 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3646 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3647 Refactor ogm parse, do better input checking, misc. clean-ups.
3648 Cache incoming events and push them once the source pad has
3649 been created. Don't pass unterminated strings to sscanf().
3650 Strip trailing zeroes from subtitle text output, since they
3651 are not valid UTF-8. Don't push vorbiscomment packets on
3652 the subtitle text pad. Output perfect streams if possible.
3654 2006-08-23 Wim Taymans <wim@fluendo.com>
3656 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3657 Waits for tasks to settle down so that we clean up correctly for
3660 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3662 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3663 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3664 actually return return value in taglists_are_equal.
3666 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3668 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3669 Fix crash due to broken bitstream parsing on x86-64: can't make
3670 any assumptions about sizeof(struct) due to alignment/packing
3671 differences on different architectures. Fixes #351790.
3673 2006-08-22 Wim Taymans <wim@fluendo.com>
3675 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3676 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3677 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3678 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3679 (gst_riff_parse_info):
3680 Protect public functions against bad input.
3684 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3686 * gst-libs/gst/riff/riff-ids.h:
3687 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3688 Add voxware audio IDs (even if we can't play it) (#351795).
3690 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3692 * gst-libs/gst/riff/riff-media.c:
3693 (gst_riff_create_video_template_caps),
3694 (gst_riff_create_audio_template_caps),
3695 (gst_riff_create_iavs_template_caps):
3696 Const-ify some arrays and use G_N_ELEMENTS instead
3697 of wasting oodles of RAM on terminator bits.
3699 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3701 * gst-libs/gst/tag/gstvorbistag.c:
3702 (gst_tag_list_to_vorbiscomment_buffer):
3703 * tests/check/libs/tag.c: (GST_START_TEST):
3704 And the same for _to_vorbiscomment_buffer(): allow
3705 id_data_len == 0 for speex.
3707 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
3710 * docs/plugins/Makefile.am:
3711 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3712 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3713 * docs/plugins/inspect/plugin-gdp.xml:
3714 * gst/gdp/Makefile.am:
3715 * tests/check/Makefile.am:
3716 Move GDP plugin to -base from -bad. Closes #347783.
3718 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3720 * gst-libs/gst/tag/gstvorbistag.c:
3721 (gst_tag_list_from_vorbiscomment_buffer):
3722 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3723 Also add some checks to make sure we don't memcmp() beyond the end of
3724 vorbiscomment buffer if the ID to check for is larger than the buffer.
3726 * tests/check/libs/tag.c: (GST_START_TEST):
3727 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3729 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3731 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3732 (gst_vorbis_enc_set_metadata):
3733 Use vorbis comment utility functions from libgsttag
3734 instead of re-inventing the wheel (partially fixes #347091).
3736 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
3738 * tests/check/elements/audioconvert.c: (GST_START_TEST):
3739 Fix leaks. Wait for state transitions that might happen ASYNC, as well
3742 2006-08-21 Wim Taymans <wim@fluendo.com>
3744 * docs/libs/Makefile.am:
3745 * docs/libs/gst-plugins-base-libs-sections.txt:
3746 * docs/libs/gst-plugins-base-libs.types:
3747 Don't try to GObject scan the netbuffer as it's not a GObject.
3750 * gst-libs/gst/netbuffer/gstnetbuffer.c:
3751 * gst-libs/gst/netbuffer/gstnetbuffer.h:
3752 Document GstNetBuffer.
3754 2006-08-21 Stefan Kost <ensonic@users.sf.net>
3756 * tests/check/elements/audioconvert.c: (GST_START_TEST),
3757 (audioconvert_suite):
3758 Add testcase for caps-size-explosion
3760 2006-08-20 Stefan Kost <ensonic@users.sf.net>
3762 * gst/audioconvert/gstaudioconvert.c:
3763 (gst_audio_convert_get_unit_size), (set_structure_widths):
3764 Lower debug, use g_assert in _get_unit_size
3766 * gst/audioresample/gstaudioresample.c:
3767 (audioresample_get_unit_size):
3768 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3769 (gst_ffmpegcsp_get_unit_size):
3770 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3771 use g_assert in _get_unit_size
3773 2006-08-18 Wim Taymans <wim@fluendo.com>
3775 * docs/libs/gst-plugins-base-libs-sections.txt:
3776 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3777 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3778 (gst_rtp_buffer_get_payload_buffer):
3779 * gst-libs/gst/rtp/gstrtpbuffer.h:
3780 Document GstRTPBuffer.
3781 Added function to efficiently strip payload headers.
3782 API: gst_rtp_buffer_get_payload_subbuffer()
3784 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3786 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3787 (gst_tag_to_vorbis_comments):
3788 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3789 tags and deserialise them properly as well (#347091).
3790 Add some more gtk-doc blurbs and also some g_return_if_fail().
3792 * tests/check/libs/tag.c: (GST_START_TEST),
3793 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3796 2006-08-17 Wim Taymans <wim@fluendo.com>
3798 * ext/ogg/Makefile.am:
3799 * ext/ogg/gstogg.c: (plugin_init):
3800 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3801 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3802 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3803 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3804 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3805 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3806 Added ogg-in-avi parser element. Fixes #140139.
3808 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3809 Fixed a bug in oggdemux debug code.
3811 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3812 (gst_riff_create_audio_template_caps):
3813 Recognise Ogg in the AVI extensible wave format.
3815 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3817 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3818 Make buffer durations add up (duration should be next_ts-ts for
3819 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3822 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3823 (test_buffer_timestamps), (cddabasesrc_suite):
3824 Add unit test for the above.
3826 * tests/check/Makefile.am:
3827 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3828 to see what happens.
3830 2006-08-16 Wim Taymans <wim@fluendo.com>
3832 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3833 (gst_alsasink_open):
3834 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3836 Avoid setting and using a NULL device name.
3837 Print more info when we fail to open a device.
3839 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
3841 * docs/libs/gst-plugins-base-libs-sections.txt:
3842 * gst-libs/gst/tag/tag.h:
3843 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3844 API: add gst_tag_parse_extended_comment() (#351426).
3846 * tests/check/Makefile.am:
3847 * tests/check/libs/.cvsignore:
3848 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3849 Add unit test for gst_tag_parse_extended_comment().
3851 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3853 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3854 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3857 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3859 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3860 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3861 * docs/plugins/gst-plugins-base-plugins.args:
3862 * gst/playback/gstplaybin.c:
3865 * docs/plugins/inspect/plugin-adder.xml:
3866 * docs/plugins/inspect/plugin-alsa.xml:
3867 * docs/plugins/inspect/plugin-audioconvert.xml:
3868 * docs/plugins/inspect/plugin-audiorate.xml:
3869 * docs/plugins/inspect/plugin-audioresample.xml:
3870 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3871 * docs/plugins/inspect/plugin-cdparanoia.xml:
3872 * docs/plugins/inspect/plugin-decodebin.xml:
3873 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3874 * docs/plugins/inspect/plugin-gnomevfs.xml:
3875 * docs/plugins/inspect/plugin-ogg.xml:
3876 * docs/plugins/inspect/plugin-pango.xml:
3877 * docs/plugins/inspect/plugin-playbin.xml:
3878 * docs/plugins/inspect/plugin-subparse.xml:
3879 * docs/plugins/inspect/plugin-tcp.xml:
3880 * docs/plugins/inspect/plugin-theora.xml:
3881 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3882 * docs/plugins/inspect/plugin-video4linux.xml:
3883 * docs/plugins/inspect/plugin-videorate.xml:
3884 * docs/plugins/inspect/plugin-videoscale.xml:
3885 * docs/plugins/inspect/plugin-videotestsrc.xml:
3886 * docs/plugins/inspect/plugin-volume.xml:
3887 * docs/plugins/inspect/plugin-vorbis.xml:
3888 * docs/plugins/inspect/plugin-ximagesink.xml:
3889 * docs/plugins/inspect/plugin-xvimagesink.xml:
3890 Update to CVS version.
3892 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3894 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3895 (gst_play_bin_set_property), (gst_play_bin_get_property),
3896 (value_list_append_structure_list),
3897 (gst_play_bin_handle_redirect_message),
3898 (gst_play_bin_handle_message):
3899 API: GstPlayBin::connection-speed
3900 Add "connection-speed" property; re-order redirect messages with
3901 multiple redirect locations depending on the minimum bitrate if
3902 that information is available and a connection speed is set
3905 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3907 * gst/playback/gstplaybin.c:
3908 Update max volume to the same value that the volume element uses.
3910 2006-08-14 Wim Taymans <wim@fluendo.com>
3912 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3915 2006-08-14 Wim Taymans <wim@fluendo.com>
3917 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3918 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3919 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3920 Add some more debug info.
3921 Don't crash when a seek failed.
3922 Actually return the result of the seek instead of TRUE.
3923 Ignore multiple BOS pages with the same serial so that we don't create
3924 the same stream multiple times.
3925 Post an error when we fail to do the initial seek.
3927 2006-08-13 Wim Taymans <wim@fluendo.com>
3929 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3930 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3933 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3934 (gst_alsa_mixer_new):
3935 Remove hack that always set the device to hw:0*.
3936 Properly find the card name for whatever device was configured.
3937 Do some better debugging.
3940 * ext/alsa/gstalsamixerelement.c:
3941 (gst_alsa_mixer_element_set_property),
3942 (gst_alsa_mixer_element_change_state):
3944 Handle setting of a NULL device name better.
3946 2006-08-11 Wim Taymans <wim@fluendo.com>
3948 * gst/adder/gstadder.c:
3949 Don't clip float values. Fixes #350900.
3951 2006-08-11 Andy Wingo <wingo@pobox.com>
3953 * gst/tcp/gsttcp.c: Really fix the build?
3955 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3958 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
3960 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3961 Float caps shouldn't have a "signed" field.
3963 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
3965 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3966 Implement SEEKING query in its most basic form, so that we can
3967 at least check if we're seekable or not (#350655).
3969 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
3971 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3972 The checks here are not even close to anything that would
3973 justify MAXIMUM probability, lowering to POSSIBLE until someone
3974 fixes the checks (case at hand: quicktime redirection files
3975 might start with 00 00 01 XX and pass the checks here just
3978 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
3980 Patch by: Sjoerd Simons <sjoerd at luon net>
3982 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3983 Better detection for multipart/x-mixed-replace: accept leading
3984 whitespaces before the boundary marker as well (as our very own
3985 multipartmux used to produce) (#349068).
3987 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
3989 Patch by: Young-Ho Cha <ganadist at chollian net>
3991 * gst-libs/gst/riff/riff-ids.h:
3992 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3993 (gst_riff_create_audio_template_caps):
3994 Detect DTS audio streams (#350157).
3996 2006-08-05 Andy Wingo <wingo@pobox.com>
3998 * ext/theora/gsttheoraparse.h:
3999 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4000 (theora_parse_dispose, theora_parse_set_property)
4001 (theora_parse_get_property, theora_parse_munge_granulepos)
4002 (theora_parse_push_buffer, theora_parse_change_state):
4003 API: GstTheoraParse::synchronization-points
4004 Add a property 'synchronization-points' to fix badly synchronized oggs.
4006 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4008 * tests/check/Makefile.am:
4009 * tests/check/libs/.cvsignore:
4010 * tests/check/libs/audio.c: (structure_contains_channel_positions),
4011 (fixed_caps_have_channel_positions), (GST_START_TEST),
4012 (audio_suite), (main):
4013 Add a few tests for the channel position stuff in libgstaudio.
4015 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4017 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4018 (gst_alsa_detect_channels):
4019 * ext/alsa/gstalsasink.c:
4020 Add support for cards that (only) do more than 8 channels,
4021 like the Delta 44 (#345188).
4023 * gst-libs/gst/audio/multichannel.c:
4024 (gst_audio_check_channel_positions):
4025 * gst-libs/gst/audio/multichannel.h:
4026 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4027 unspecified channel position and cannot be combined with any
4028 of the other audio channel positions; adjust position layout
4029 checks accordingly (#345188).
4031 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4033 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4034 Recognise ancient RealAudio files (see #349779).
4036 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4038 Patch by: Jens Granseuer <jensgr at gmx net>
4040 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4041 Add typefinder for Interplay's MVE format (#348973).
4043 2006-08-02 Wim Taymans <wim@fluendo.com>
4045 Patch by: Marcel Moreaux <marcelm at luon dot net>
4047 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4048 (gst_base_rtp_depayload_add_to_queue):
4049 * gst-libs/gst/rtp/gstbasertpdepayload.h:
4050 Handle RTP sequence number rollover.
4051 Disable jitterbuffer by default.
4053 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
4055 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4056 (audioresample_set_caps):
4057 Don't leak references to the incoming caps. Clean them up when
4060 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4061 (gst_video_scale_finalize):
4062 Don't leak our temporary pixel buffer.
4064 * tests/check/Makefile.am:
4065 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4066 (GST_START_TEST), (simple_launch_lines_suite):
4068 Fix leaks and re-enable the test for valgrind checking.
4070 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
4072 Patch by: Sjoerd Simons <sjoerd at luon net>
4074 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4076 Add typefind function for multipart/x-mixed-replace (#348916).
4078 2006-07-28 Wim Taymans <wim@fluendo.com>
4080 * gst/adder/gstadder.c: (gst_adder_setcaps),
4081 (gst_adder_query_duration):
4082 Fix leak in duration query.
4083 Reflow some docs and notes.
4085 2006-07-28 Michael Smith <msmith@fluendo.com>
4087 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4089 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4092 2006-07-28 Michael Smith <msmith@fluendo.com>
4094 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4095 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4096 (gst_vorbis_enc_push_buffer),
4097 (gst_vorbis_enc_buffer_check_discontinuous),
4098 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4099 * ext/vorbis/vorbisenc.h:
4100 Handle discontinuities in the input vorbis stream correctly,
4101 so that the output is properly timestamped (and has good granulepos
4102 values). Needs some oggmux fixes too.
4104 2006-07-27 Wim Taymans <wim@fluendo.com>
4106 patch by: Kai Vehmanen <kv2004 eca cx>
4108 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4109 (gst_base_rtp_depayload_chain),
4110 (gst_base_rtp_depayload_handle_sink_event),
4111 (gst_base_rtp_depayload_change_state):
4112 Don't send multiple newsegments with different formats.
4115 2006-07-26 Wim Taymans <wim@fluendo.com>
4117 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4118 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4119 Make seeking in ogg more accurate again by doing the more correct
4120 granuletime to stream time conversion.
4122 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
4124 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4125 (gst_multi_fd_sink_new_client):
4126 debug a little more understandably
4127 do not use goto as a substitute for break, especially if
4128 break is also being used
4130 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
4132 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4133 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4134 Remove GLib-2.6 compatibility cruft.
4136 2006-07-24 Wim Taymans <wim@fluendo.com>
4138 * gst-libs/gst/audio/gstbaseaudiosink.c:
4139 (gst_base_audio_sink_render):
4140 Don't try to align a sample to an unknown value.
4142 2006-07-24 Wim Taymans <wim@fluendo.com>
4144 * gst-libs/gst/audio/gstbaseaudiosink.c:
4145 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4146 When the audio clock is slaved to another clock, never try to align
4147 samples but trust the rate interpolation algorithm.
4149 2006-07-24 Wim Taymans <wim@fluendo.com>
4151 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4152 Don't try to calculate silence samples, base class does this much
4155 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4156 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4157 (gst_ring_buffer_acquire):
4158 Calculate silence samples correctly.
4160 * gst-libs/gst/audio/gstringbuffer.h:
4163 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
4165 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4166 Limit search for the first markup tag to the first few kB of
4167 the file. If we don't find one there, it's highly unlikely that
4168 this is an XML(-ish) file.
4170 2006-07-21 Andy Wingo <wingo@pobox.com>
4172 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4173 test to the one in vorbisenc. Also commented out.
4175 * tests/check/pipelines/vorbisenc.c:
4176 (test_discontinuity): New test, commented out until Mike lands
4177 some elite vorbisenc patches.
4179 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4180 Bufferstraw was actually factored out of these tests. Now we share
4183 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4184 for bufferstraw addition to gstcheck.
4186 2006-07-21 Wim Taymans <wim@fluendo.com>
4188 * ext/theora/theoradec.c: (clip_buffer):
4191 2006-07-21 Wim Taymans <wim@fluendo.com>
4193 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4194 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4195 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4197 Avoid type casting when we can.
4199 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4202 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
4204 * ext/alsa/gstalsamixerelement.c:
4205 (gst_alsa_mixer_element_change_state):
4206 Make state change fail if the specified device can't be opened
4209 2006-07-20 Wim Taymans <wim@fluendo.com>
4211 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4212 (cb_newpad), (main):
4213 Example of a small audio/video player using decodebin.
4215 2006-07-20 Stefan Kost <ensonic@users.sf.net>
4217 * gst-libs/gst/riff/riff-ids.h:
4220 2006-07-19 Wim Taymans <wim@fluendo.com>
4222 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4223 (gst_base_rtp_depayload_chain),
4224 (gst_base_rtp_depayload_change_state):
4225 Don't assert when not negotiated but post a meaningfull
4226 error message. Fixes #347918.
4228 * gst-libs/gst/rtp/gstbasertppayload.c:
4229 Add comment about better default MTU size.
4231 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4232 Small cleanups, start docs.
4234 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4236 Patch by: Martin Szulecki
4238 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4239 If "device-name" is requested and the device is not
4240 open, try to temporarily open it to obtain this
4241 information (#342494).
4243 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4245 * gst-libs/gst/tag/gstid3tag.c:
4246 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4248 * gst-libs/gst/tag/gsttageditingprivate.h:
4249 * gst-libs/gst/tag/gstvorbistag.c:
4250 Some more random const-ifications.
4252 2006-07-18 Stefan Kost <ensonic@users.sf.net>
4254 * gst-libs/gst/riff/riff-ids.h:
4255 * gst-libs/gst/riff/riff-media.c:
4256 (gst_riff_create_video_template_caps):
4257 Add more FOURCCs (sort list to make stuff easier to find),
4258 add comment what those 16 bytes in struct _gst_riff_strh according to
4261 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4263 * gst-libs/gst/audio/multichannel.c:
4264 (gst_audio_check_channel_positions),
4265 (gst_audio_fixate_channel_positions):
4266 Const-ify two arrays.
4268 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4270 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4271 Fix typo, so that alsasink also advertises 8 channels
4272 if that's supported (tags: can, worms, open, alsa, ph34r).
4274 2006-07-17 Wim Taymans <wim@fluendo.com>
4276 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4277 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4278 *sigh*, when is the compiler going to warn when the comments
4279 are out-of-sync with the code.. Refix case of busted theora
4280 headers with 0 granule pos.
4282 2006-07-14 Wim Taymans <wim@fluendo.com>
4284 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4285 (gst_base_rtp_depayload_wait),
4286 (gst_base_rtp_depayload_change_state),
4287 (gst_base_rtp_depayload_set_property),
4288 (gst_base_rtp_depayload_get_property):
4289 Fix 99% cpu load by waiting for absolute times on the
4290 clock. Fixes #347300.
4292 2006-07-14 Andy Wingo <wingo@pobox.com>
4294 * ext/theora/gsttheoraparse.h:
4295 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4296 (theora_parse_push_headers, theora_parse_clear_queue)
4297 (theora_parse_drain_queue_prematurely, )
4298 (theora_parse_sink_event, theora_parse_change_state): Queue events
4299 until we initialized our state, like in vorbisparse.
4301 * ext/vorbis/vorbisparse.h:
4302 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4303 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4304 (vorbis_parse_drain_queue_prematurely, )
4305 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4306 until we have initialized our state. Fixes seeking after an
4309 2006-07-14 Andy Wingo <wingo@pobox.com>
4311 Patch by: Iain Holmes <iaingnome@gmail.com>
4313 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4315 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
4318 Bump nano back to CVS
4320 === release 0.10.9 ===
4322 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4325 releasing 0.10.9, "I walk the line"
4327 2006-07-14 Michael Smith <msmith@fluendo.com>
4329 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4330 Move a g_cond_signal to earlier to avoid sometimes deadlocking
4331 (commonly happens when running this test under valgrind) when trying
4332 to remove the buffer probe.
4334 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4336 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4337 Fix missing g_unlock from the previous commit
4339 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4341 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4342 (gst_ximagesink_change_state):
4343 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4344 (gst_xvimagesink_change_state):
4345 Implement a locking order to ensure we always take the object lock
4346 before the x_lock and never vice-versa.
4348 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4350 * gst/playback/gstdecodebin.c: (find_compatibles):
4351 Fix a caps leak when linking (#347304)
4353 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4354 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4355 (gst_ximagesink_change_state):
4356 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4357 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4358 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4359 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4360 Don't leak shared memory resources. Use the object lock to protect
4361 against the xcontext disappearing while returning a buffer from the
4364 2006-07-12 Edward Hervey <edward@fluendo.com>
4366 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4367 (vorbis_handle_comment_packet):
4368 gst_tag_list_merge() returns a new object. Take that into account when
4369 using it. This avoids memleak.
4370 Revert previous commit which is not needed.
4372 2006-07-12 Edward Hervey <edward@fluendo.com>
4374 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4375 Reset the decoder in finalize so that all fields get cleared.
4377 2006-07-12 Wim Taymans <wim@fluendo.com>
4379 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4380 (gst_base_audio_src_set_clock),
4381 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4382 Don't try to post an error message when setting the clock fails
4383 as this can happen when adding an element to a bin which will then
4384 deadlock. Fixes #347296.
4386 2006-07-12 Edward Hervey <edward@fluendo.com>
4388 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4389 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4390 (vorbis_handle_type_packet):
4391 Post tag messages on the bus even if we're not initialized.
4392 If we're not initialized, we still postpone the event pushing of tags.
4394 2006-07-12 Wim Taymans <wim@fluendo.com>
4396 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4397 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4398 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4399 Revert last two changes that broke the freeze.
4401 2006-07-12 Wim Taymans <wim@fluendo.com>
4403 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4404 basesink calculates silence sample correctly for us.
4406 2006-07-12 Wim Taymans <wim@fluendo.com>
4408 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4409 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4410 Calculate correct silence samples so we don't fill our ringbuffer
4413 2006-07-12 Edward Hervey <edward@fluendo.com>
4415 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4416 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4417 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4418 * ext/vorbis/vorbisdec.h:
4419 Delay sending events (newsegment, tags) until the decoder is properly
4423 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
4425 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4426 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4427 Patch from #347221 adding a test for audioconvert
4430 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
4432 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4433 (gst_ssa_parse_parse_line):
4434 Don't include the terminating NUL in the buffer size,
4435 it's only there for extra paranoia (would add random
4436 '*' characters at the end of each subtitle since the
4437 terminator itself is not valid UTF-8 technically).
4438 Also fix indenting after boilerplate macro.
4440 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
4442 * gst/playback/gstdecodebin.c: (close_pad_link):
4443 Also emit 'unknown-type' signal (which should really be
4444 called unhandled-type) if we found potential decoders/demuxers
4445 in the registry but none of them worked in the end (as in the
4446 case where the plugins don't exist any longer but are still
4447 listed in the registry). Fixes #329798.
4449 2006-07-08 Andy Wingo <wingo@pobox.com>
4451 * theoraparse.c (theora_parse_push_buffer)
4452 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4453 Add some more debugging. Fix granulepos reconstruction in the face
4456 2006-07-06 Wim Taymans <wim@fluendo.com>
4458 * gst-libs/gst/audio/gstbaseaudiosink.c:
4459 (gst_base_audio_sink_class_init),
4460 (gst_base_audio_sink_provide_clock):
4461 Use gobject_class instead of G_OBJECT_CLASS (klass)
4463 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4464 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4465 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4466 (gst_base_audio_src_get_time),
4467 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4468 (gst_base_audio_src_create_ringbuffer):
4469 Fix latency and buffer-time constants and properties ala basesink.
4470 Implement pull based scheduling. Fixes #346527.
4471 Set default blocksize in GstBaseSrc to 0, we default to pushing out
4473 Refuse slaving to another clock instead of silently not working.
4474 Only provide a clock when we are actually able to do so.
4475 Various small cleanups and compiler hints.
4477 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4479 Patch by: Lutz Mueller <lutz at topfrose de>
4481 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4483 Add typefinding for text/html (#346581).
4485 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4487 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4488 (xml_check_first_element), (xml_type_find), (smil_type_find):
4489 Fix SMIL typefinding, make xml_check_first_element() more
4492 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4494 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4495 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4496 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4497 * gst/playback/gstplaybasebin.h:
4498 Protect list of elements with a subtitle-encoding property and
4499 the subtitle encoding member itself with a lock of their own
4500 instead of using the object lock. This prevents a dead-lock in
4501 the element-remove callback in some circumstances when shutting
4504 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
4506 * win32/common/libgsttag.def:
4507 Export some new functions.
4508 * win32/vs6/libgstogg.dsp:
4509 Add a link to libgsttag-0.10.lib.
4511 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
4513 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4514 Some const-ification.
4516 2006-07-04 Wim Taymans <wim@fluendo.com>
4518 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4519 Improve checking if we are dealing with a stream. Added some
4520 more uris that need buffering.
4522 2006-07-03 Edward Hervey <edward@fluendo.com>
4524 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4525 Remove unused variable.
4527 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
4532 add GCOV_LIBS to GST_LIBS
4534 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
4536 Patch by: Michael Sheldon <webmaster at mikeasoft com>
4538 * ext/alsa/gstalsasrc.c:
4539 Add 32 bps to template caps and increase channels range
4540 from [1,2] to [1,MAX]. See #346326.
4542 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
4544 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4545 Recognise 'WMVA' video codec fourcc (#345879).
4547 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
4549 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4550 Fixed nasty memory leak
4552 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
4554 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4555 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4558 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
4560 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4561 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4562 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4563 Protect remove_fakesink using a mutex, so that we don't try and
4564 remove the fakesink simultaneously from multiple threads.
4566 When going from READY to PAUSED, restore the fakesink, so that
4567 it is there when decodebin gets reused.
4569 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
4571 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4572 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4573 * gst-libs/gst/rtp/gstbasertppayload.c:
4574 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4575 * gst/tcp/gstmultifdsink.c:
4576 * gst/tcp/gsttcpclientsink.c:
4577 * gst/tcp/gsttcpclientsrc.c:
4578 * gst/tcp/gsttcpserversink.c:
4579 * gst/tcp/gsttcpserversrc.c:
4580 * gst/videorate/gstvideorate.c:
4581 * gst/videotestsrc/gstvideotestsrc.c:
4582 * sys/v4l/gstv4ljpegsrc.c:
4583 * sys/v4l/gstv4lmjpegsink.c:
4584 * sys/v4l/gstv4lsrc.c:
4585 * tests/examples/seek/scrubby.c:
4586 * tests/examples/seek/seek.c:
4587 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4589 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4591 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4592 Second field in GEnumValue shouldn't be a description,
4593 but a stringified version of the enum value.
4595 2006-06-22 Wim Taymans <wim@fluendo.com>
4597 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4598 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4599 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4600 Avoid type checking in buffer casts.
4601 Avoid caps copy in buffer_alloc when we can.
4602 Use pad_peer_accept.
4604 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4606 * gst-libs/gst/tag/tag.h:
4607 Oops, make that 'Since: 0.10.9'.
4609 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4611 * docs/libs/gst-plugins-base-libs-sections.txt:
4612 * gst-libs/gst/tag/tag.h:
4613 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4614 (gst_tag_image_type_get_type):
4615 API: add GstTagImageType enum to describe images contained
4616 in image tags (#345641).
4618 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4620 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4621 Fix warnings with gst-inspect: "buffers-min" property
4622 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4623 typo in property description.
4625 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4627 Patch by: Cody Russell <bratsche at gnome org>
4629 * gst/audioresample/gstaudioresample.c:
4630 (gst_audioresample_class_init):
4631 * gst/playback/gststreamselector.c:
4632 (gst_stream_selector_class_init):
4633 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4634 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4635 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4636 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4637 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4638 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4639 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4640 * gst/videotestsrc/gstvideotestsrc.c:
4641 (gst_video_test_src_class_init):
4642 * gst/volume/gstvolume.c: (gst_volume_class_init):
4643 Avoid unnecessary class cast check in class_init
4644 functions (#337747).
4646 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
4648 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4649 (gst_text_overlay_video_chain):
4650 g_markup_escape_text() REALLY doesn't like non-UTF8 input
4651 and doesn't validate its input either (and neither did
4652 textoverlay it seems). Let's do that then and fix #345206.
4654 2006-06-19 Wim Taymans <wim@fluendo.com>
4656 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4657 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4658 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4659 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4660 (find_syncframe), (find_limits), (assign_value),
4661 (count_burst_unit), (gst_multi_fd_sink_new_client),
4662 (gst_multi_fd_sink_handle_client_write),
4663 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4664 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4665 (gst_multi_fd_sink_change_state):
4666 * gst/tcp/gstmultifdsink.h:
4667 Added shiny new burst-on-connect methods.
4668 Add properties to control the minimal amount of data queued.
4670 API: bytes-min property
4671 API: time-min property
4672 API: buffers-min property
4673 API: burst-unit property
4674 API: burst-value property
4675 API: add-full signal
4677 * gst/tcp/gsttcp-marshal.list:
4678 Added new marshaller code for the new signal.
4680 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4681 (multifdsink_suite):
4682 Added testcases for new burst methods.
4684 2006-06-19 Edward Hervey <edward@fluendo.com>
4686 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4687 Implement clipping for accurate seeking.
4690 2006-06-19 Wim Taymans <wim@fluendo.com>
4692 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4694 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4695 (gst_video_scale_transform):
4696 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4698 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
4701 Fix --disable-external (can't set conditionals conditionally,
4704 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4706 * tests/check/elements/audioresample.c: (test_reuse),
4707 (audioresample_suite):
4708 Add test case for bug #342789 fixed below.
4710 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4712 * gst/audioresample/gstaudioresample.c:
4713 (gst_audioresample_class_init), (gst_audioresample_init),
4714 (audioresample_start), (audioresample_stop),
4715 (gst_audioresample_set_property), (gst_audioresample_get_property):
4716 Implement GstBaseTransform::start and ::stop so that audioresample
4717 can clear its internal state properly and be reused instead of
4718 causing non-negotiated errors with playbin under some circumstances
4721 * tests/check/elements/audioresample.c: (setup_audioresample),
4722 (cleanup_audioresample):
4723 Need to set element state here so that ::start and ::stop are
4726 2006-06-16 Wim Taymans <wim@fluendo.com>
4728 Patch by: Young-Ho Cha <ganadist at chollian dot net>
4730 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4731 Parse extra data better, apparently it's right behind
4732 the normal strf header size. Fixes #343500.
4734 2006-06-16 Wim Taymans <wim@fluendo.com>
4736 * ext/alsa/gstalsasink.c: (set_hwparams):
4737 If we fail to set the buffer_time and period_time alsa
4738 parameters, post a warning and leave alsa select a
4739 default instead of failing. Fixes #342085
4741 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4743 * docs/libs/gst-plugins-base-libs-sections.txt:
4744 * gst-libs/gst/cdda/gstcddabasesrc.h:
4745 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4746 out in the header file and shouldn't be listed in the docs.
4748 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4749 Must dereference pointer to fourcc in the debug statement.
4751 2006-06-16 Stefan Kost <ensonic@users.sf.net>
4753 * docs/libs/Makefile.am:
4754 * docs/libs/gst-plugins-base-libs-docs.sgml:
4755 * docs/libs/gst-plugins-base-libs-sections.txt:
4756 * docs/libs/gst-plugins-base-libs.types:
4757 add remaining symbols into correct setions
4759 * gst-libs/gst/audio/gstringbuffer.c:
4762 * gst-libs/gst/audio/gstringbuffer.h:
4763 comment out not yet implemented function
4766 * gst-libs/gst/floatcast/floatcast.h:
4767 * gst-libs/gst/netbuffer/gstnetbuffer.c:
4768 add short descriptions
4771 * gst-libs/gst/interfaces/propertyprobe.c:
4772 fix return value docs
4774 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4775 simplify debug logging
4777 * gst-libs/gst/riff/riff-read.h:
4778 sync function prototype and docs
4780 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4781 remove left over symbol
4783 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4788 Use GST_PLUGIN_DOCS macro in configure.ac, add
4789 --enable-plugin-docs default to autogen.sh and use
4790 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4792 2006-06-15 Wim Taymans <wim@fluendo.com>
4794 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4795 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4796 (gst_ogg_demux_loop):
4797 Combine GstFlowReturn from the source pads to give a
4798 meaningfull result to the upstream peer or to stop the
4799 processing task in case of errors.
4801 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4803 * gst/playback/gststreaminfo.c: (cb_probe):
4804 Try GST_TAG_CODEC as fallback when extracting the
4805 codec name; more debug info.
4807 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4809 * ext/ogg/Makefile.am:
4810 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4811 Extract language tags from ogm subtitle streams, so that
4812 the subtitle menu choices are labelled correctly in
4813 Totem (fixes #344708).
4815 2006-06-14 Wim Taymans <wim@fluendo.com>
4817 Patch by: Alessandro Decina <alessandro at nnva dot org>
4819 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4820 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4821 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4822 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4823 Fix various leaks. Fixes #343699.
4824 Add x-smoke mime type.
4826 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4828 * gst-libs/gst/riff/riff-ids.h:
4829 Add IDs for 'bext' chunks (see #343837).
4831 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
4833 Patch by: Young-Ho Cha <ganadist at chollian net>
4835 * gst/subparse/samiparse.c: (sami_context_pop_state),
4836 (handle_start_font), (end_sami_element):
4837 Honour font face tags in SAMI subtitles (#344503).
4839 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4842 add missing files containing translatable strings
4844 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4846 * docs/libs/tmpl/.cvsignore:
4847 we don't want those *.sgml files in CVS either
4849 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4851 * docs/libs/.cvsignore:
4852 * tests/check/elements/.cvsignore:
4853 * tests/check/libs/.cvsignore:
4856 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4858 * docs/libs/Makefile.am:
4859 also commiting the changed Makefile.am (added more libs to the
4862 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4864 * docs/libs/gst-plugins-base-libs-docs.sgml:
4865 * docs/libs/gst-plugins-base-libs-sections.txt:
4866 * docs/libs/gst-plugins-base-libs.types:
4867 first batch of reordering things, add index & hierarchy
4869 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
4872 use GST_PKG_CHECK_MODULES, cleans up output
4874 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4876 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4877 Add support for burn:// URIs (#343385); const-ify things a bit,
4878 use G_N_ELEMENTS instead of hard-coded array size.
4880 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4882 Patch by: Young-Ho Cha <ganadist at chollian net>
4884 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4885 Fix up broken entities before passing them to libxml *sigh*.
4888 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4893 === release 0.10.8 ===
4895 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4898 releasing 0.10.8, "Moar gij ziet mij nie"
4900 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
4917 * win32/common/config.h:
4920 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
4922 * docs/libs/tmpl/gstaudio.sgml:
4923 * docs/libs/tmpl/gstcolorbalance.sgml:
4924 * docs/libs/tmpl/gstmixer.sgml:
4925 * docs/libs/tmpl/gstringbuffer.sgml:
4926 * docs/libs/tmpl/gsttuner.sgml:
4927 * docs/libs/tmpl/gstxoverlay.sgml:
4928 * gst-libs/gst/audio/audio.c:
4929 * gst-libs/gst/audio/gstringbuffer.c:
4930 * gst-libs/gst/interfaces/colorbalance.c:
4931 * gst-libs/gst/interfaces/mixer.c:
4932 * gst-libs/gst/interfaces/tuner.c:
4933 * gst-libs/gst/interfaces/xoverlay.c:
4934 move last template doc snippets to source code and delete them
4936 2006-06-06 Michael Smith <msmith@fluendo.com>
4938 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4939 (theora_parse_drain_queue):
4940 Mark DELTA_UNIT on non-keyframes.
4942 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
4944 * gst-libs/gst/audio/gstbaseaudiosink.c:
4945 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4946 * gst-libs/gst/audio/gstbaseaudiosink.h:
4947 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4948 (gst_ring_buffer_samples_done):
4949 * gst-libs/gst/audio/gstringbuffer.h:
4950 Document better the fact that latency_time and buffer_time are values
4951 stored in microseconds, and not the usual GStreamer nanoseconds.
4952 Change the variables (compatibly) that store them from GstClockTime
4953 to guint64 to make it more clear that they're not storing clock times.
4954 Also, remove the bogus property description that says the user can
4955 specify -1 to get the default value, since that's never been the case.
4957 When computing the default segment size for the ring buffer, make it
4958 an integer number of samples.
4960 When the sub-class indicates a delay greater than the number of
4961 samples we've written return 0 from the audio sink get_time method.
4963 2006-06-02 Michael Smith <msmith@fluendo.com>
4965 * tests/check/elements/audioconvert.c: (set_channel_positions),
4966 (get_float_mc_caps), (get_int_mc_caps):
4967 * tests/check/elements/audioresample.c:
4968 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4969 * tests/check/elements/videorate.c:
4970 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4971 * tests/check/elements/volume.c:
4972 * tests/check/elements/vorbisdec.c:
4973 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4974 Don't busy-wait in tests; this was causing test timeouts very
4975 frequently when running under valgrind.
4977 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
4980 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4981 (gst_multi_fd_sink_remove_client_link),
4982 (gst_multi_fd_sink_client_queue_caps),
4983 (gst_multi_fd_sink_client_queue_buffer),
4984 (gst_multi_fd_sink_handle_client_write),
4985 (gst_multi_fd_sink_render):
4986 * gst/tcp/gstmultifdsink.h:
4987 make multifdsink properly deal with streamheader:
4988 - streamheader is taken from caps
4989 - buffers marked with IN_CAPS are not sent
4990 - streamheaders are sent, on connection, from the caps of the
4991 buffer where the client gets positioned to
4992 - further streamheader changes are done every time the client
4993 will receive a buffer with different caps
4994 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4995 (gst_multifdsink_create_streamheader):
4998 2006-06-02 Michael Smith <msmith@fluendo.com>
5000 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5001 Reinstate limit on channel count. Vorbis does not define the meaning
5002 of > 6 channels, so they're just independent channels. Gstreamer
5003 currently has no mechanism to represent N independent channels.
5005 2006-06-02 Michael Smith <msmith@fluendo.com>
5007 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5008 Don't arbitrarily restrict channel counts and rate in vorbis.
5009 In terms of effects likely on real-world files, this fixes 96kHz
5012 2006-06-02 Michael Smith <msmith@fluendo.com>
5014 * gst/audioconvert/audioconvert.c: (float):
5015 More correct float->int conversion.
5017 2006-06-02 Michael Smith <msmith@fluendo.com>
5019 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5020 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5021 value. Fixes g-critical on trying to play back ogg containing
5024 2006-06-02 Wim Taymans <wim@fluendo.com>
5026 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5028 * gst/playback/gstplaybasebin.h:
5029 Make the subtitle detection work from any thread so we don't
5030 deadlock. Fixes #343397.
5032 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
5034 * gst/volume/Makefile.am:
5035 Seriously, it's not *that* hard to get compilation right. Even
5036 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5038 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5040 * gst/volume/gstvolume.c: (volume_choose_func),
5041 (volume_update_real_volume), (gst_volume_class_init),
5042 (gst_volume_init), (volume_process_float), (volume_process_int16),
5043 (volume_process_int16_clamp), (volume_set_caps),
5044 (volume_transform_ip), (plugin_init):
5045 * gst/volume/gstvolume.h:
5046 rewrite the passthrough check, split _int16 and _int16_clamp, fix
5047 another property desc., remove unused param from process function
5049 * tests/check/elements/volume.c: (volume_suite):
5050 reactivate the passthrough test
5052 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5054 * ext/alsa/gstalsamixerelement.h:
5055 * ext/alsa/gstalsamixeroptions.h:
5056 * ext/alsa/gstalsamixertrack.h:
5057 * ext/gnomevfs/gstgnomevfssink.h:
5058 * ext/gnomevfs/gstgnomevfssrc.h:
5059 * ext/theora/gsttheoradec.h:
5060 * ext/theora/gsttheoraenc.h:
5061 * ext/theora/gsttheoraparse.h:
5062 * ext/vorbis/vorbisparse.h:
5063 * gst-libs/gst/audio/gstaudioclock.h:
5064 * gst-libs/gst/audio/gstaudiofilter.h:
5065 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5066 * gst/audioconvert/gstaudioconvert.h:
5067 * gst/audioresample/gstaudioresample.h:
5068 * gst/audiotestsrc/gstaudiotestsrc.h:
5069 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5070 * gst/playback/gststreamselector.h:
5071 * gst/tcp/gstmultifdsink.h:
5072 * gst/tcp/gsttcpclientsink.h:
5073 * gst/tcp/gsttcpclientsrc.h:
5074 * gst/tcp/gsttcpserversink.h:
5075 * gst/tcp/gsttcpserversrc.h:
5076 * gst/videorate/gstvideorate.h:
5077 * gst/videoscale/gstvideoscale.h:
5078 * gst/videotestsrc/gstvideotestsrc.h:
5079 * gst/volume/gstvolume.h:
5080 * sys/v4l/gstv4ljpegsrc.h:
5081 * sys/v4l/gstv4lmjpegsink.h:
5082 * sys/v4l/gstv4lmjpegsrc.h:
5083 * sys/v4l/gstv4lsrc.h:
5084 * sys/ximage/ximagesink.h:
5085 * sys/xvimage/xvimagesink.h:
5086 * tests/old/testsuite/alsa/sinesrc.h:
5087 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5089 2006-05-31 Wim Taymans <wim@fluendo.com>
5091 * ext/libvisual/visual.c: (gst_visual_reset),
5092 (gst_visual_sink_setcaps), (gst_visual_sink_event),
5093 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5095 Use running time before doing QoS.
5098 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
5100 * docs/libs/Makefile.am:
5101 set a magic variable to indicate we know the docs are incomplete
5103 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
5105 * win32/common/libgstvideo.def:
5106 export gst_video_calculate_display_ratio
5107 * win32/vs6/libgstvideoscale.dsp:
5108 add link to libgstvideo-0.10.lib
5110 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
5112 * gst/playback/gstplaybasebin.c: (gen_source_element):
5113 Throw a more comprehensible error for rtsp:// URIs (rather
5114 than erroring out with a negotiation error later on) until
5115 we fix playbin to handle rtspsrc etc.
5117 2006-05-30 Wim Taymans <wim@fluendo.com>
5119 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5120 (gst_text_overlay_text_event):
5123 2006-05-30 Wim Taymans <wim@fluendo.com>
5125 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5126 (gst_adder_request_new_pad), (gst_adder_release_pad):
5127 * gst/adder/gstadder.h:
5128 Implement release_request_pad.
5129 Make padcounter atomic.
5131 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5132 Added check for release_pad in adder.
5134 2006-05-30 Wim Taymans <wim@fluendo.com>
5136 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5139 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
5141 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5142 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5143 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5144 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5145 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5146 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5147 (gst_ogg_demux_bisect_forward_serialno),
5148 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5149 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5151 clean up printf formats for granulepos and serialno
5153 2006-05-30 Michael Smith <msmith@fluendo.com>
5155 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5156 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5157 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5158 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5159 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5160 * ext/vorbis/vorbisenc.h:
5161 Multi-channel caps negotiation, so we can do proper multichannel
5162 vorbis encoding, negotiated through audioconvert.
5164 2006-05-30 Wim Taymans <wim@fluendo.com>
5166 * tests/check/elements/adder.c: (test_event_message_received),
5167 (test_play_twice_message_received), (GST_START_TEST),
5169 Added check to show that #339935 is fixed with ongoing
5170 adder and collectpads fixes.
5172 2006-05-29 Wim Taymans <wim@fluendo.com>
5174 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5175 Don't leak pad name.
5177 2006-05-29 Wim Taymans <wim@fluendo.com>
5179 * gst/adder/gstadder.c: (gst_adder_query_duration),
5180 (forward_event_func), (forward_event), (gst_adder_src_event):
5182 Make query/seeking code threadsafe.
5184 * tests/check/Makefile.am:
5185 * tests/check/elements/adder.c: (test_event_message_received),
5186 (GST_START_TEST), (test_play_twice_message_received):
5187 Fix adder test case.
5189 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
5191 Patch by: Young-Ho Cha <ganadist at chollian net>
5193 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5194 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5195 (set_encoding_element), (decodebin_element_added_cb),
5196 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5197 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5198 * gst/playback/gstplaybasebin.h:
5199 Add 'subtitle-encoding' property to playbin, so applications can
5200 force a subtitle encoding for non-UTF8 subtitles (#342268).
5202 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5203 (gst_sub_parse_set_property):
5204 Rename recently-added 'encoding' property to 'subtitle-encoding'
5205 (so it can be proxied by playbin/decodebin in a generic way
5206 with less danger of false positives).
5208 2006-05-29 Michael Smith <msmith@fluendo.com>
5210 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5211 (append_with_other_format), (set_structure_widths),
5212 (gst_audio_convert_transform_caps):
5213 Patch from #341562: give more specific audio caps in get_caps, so
5214 that basetransform can make better decisions on what caps to
5217 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5219 * tests/check/elements/volume.c:
5220 make it compile again
5222 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5224 * tests/check/elements/volume.c: (volume_suite):
5225 disable test until #343196 gets resolved
5227 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5229 * gst/adder/gstadder.c: (gst_adder_get_type):
5230 Make it easier to copy&paste
5232 * gst/volume/Makefile.am:
5233 * gst/volume/gstvolume.c: (volume_update_real_volume),
5234 (gst_volume_set_volume), (gst_volume_set_mute),
5235 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5236 (volume_transform_ip), (volume_update_mute),
5237 (volume_update_volume):
5238 * gst/volume/gstvolume.h:
5239 Add own debug category, move duplicate code to helper function, fix
5240 property texts, add more comments and prepare ffor liboil-goodness
5242 * tests/check/Makefile.am:
5243 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5244 add test for mute and passtrough case, be a bit more verbose to track
5247 * tests/check/generic/states.c: (GST_START_TEST):
5248 catch elements that fail to instantiate
5250 2006-05-28 Edward Hervey <edward@fluendo.com>
5252 * tests/check/pipelines/simple-launch-lines.c:
5253 * tests/check/pipelines/theoraenc.c:
5254 * tests/check/pipelines/vorbisenc.c:
5255 Comment out tests using parse_launch() if core was built without
5256 parsing capabilities.
5258 2006-05-27 Edward Hervey <edward@fluendo.com>
5260 * tests/check/Makefile.am:
5261 Extra bonus points for whoever explains to ensonic that you are meant
5262 to test unit tests thoroughly before commiting them, especially if
5263 you know it's going to break.
5264 De-activated element/adder tests.
5266 2006-05-27 Edward Hervey <edward@fluendo.com>
5268 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5269 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5270 Marking caps conversion issues as GST_WARNING is way too verbose,
5271 Moving them to GST_LOG.
5273 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
5276 Replace current README (containing the release notes from
5277 some 0.9.x version) with a proper README taken from the core.
5279 2006-05-26 Wim Taymans <wim@fluendo.com>
5281 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5282 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5283 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5284 (vorbis_dec_change_state):
5287 Clip output samples to segment boundaries.
5289 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5291 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5292 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5293 Improve the errors produced on bad output, including some human
5294 readable description strings.
5295 Handle the (theoretical for ximagesink) case where the XServer
5296 has a different idea about the size required for a particular
5297 frame and gives us too small a memory allocation.
5299 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5301 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5302 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5303 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5304 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5305 Improve the errors produced on bad output, including some human
5306 readable description strings.
5307 Handle RGB Xv formats properly by transforming them into our
5308 big-endian caps description.
5309 Use gst_caps_truncate to ensure that we never try and choose a
5310 non-fixed caps in buffer_alloc.
5311 Handle the case where the XServer has a different idea about the size
5312 required for a particular frame and gives us too small a memory
5314 Use -1 to indicate 'no image format', because 0 is a valid XServer
5315 image format number.
5316 Put RGB Xv formats at the end of the caps, so that we always prefer
5318 Iterate the available Xv Encodings to determine the maximum width and
5319 height, and then return that in our caps.
5320 (Closes #315312, #337544)
5322 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
5324 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5325 When there is only one unfinished pad and it receives an event that
5326 doesn't match our requirements, we need to set alldone=FALSE so that
5327 the fakesink is not removed yet.
5329 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
5331 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5332 Use gst_type_find_helper_for_buffer() to find the type
5333 of stream from the first packet.
5336 Bump requirements to core CVS (needed for vorbis
5337 typefinding to work).
5339 2006-05-24 Edward Hervey <edward@fluendo.com>
5341 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5342 Added the 'prfl' atom type which MQV (no, it's not a typo) files
5343 contain. Else they play perfectly fine with qtdemux.
5345 2006-05-23 Stefan Kost <ensonic@users.sf.net>
5347 * ext/theora/theoradec.c:
5348 * ext/theora/theoraenc.c:
5349 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5350 * gst/audiorate/gstaudiorate.c:
5351 make more debug catagories static
5353 * tests/check/Makefile.am:
5354 * tests/check/elements/adder.c: (message_received),
5355 (test_event_message_received), (GST_START_TEST),
5356 (test_play_twice_message_received), (adder_suite):
5357 added test case for using element twice, extra bonus points for anyone
5358 who can make these test run reliably
5360 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
5362 * ext/theora/theoradec.c: (theora_dec_chain):
5363 Make work with time-stamped input buffers that do not
5364 have a granulepos in BUFFER_OFFSET_END (like theora
5365 buffers coming from matroskademux). Fixes #342448.
5367 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
5369 Patch by: Peter Kjellerstedt <pkj at axis com>
5371 * gst/tcp/Makefile.am:
5372 fdstresstest doesn't need Gtk+, fix compilation if
5373 gtk is not available (#342566).
5375 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5377 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5379 Removed redundant floor()
5381 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5383 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5384 On second thought, just skip JUNK chunks automatically, so
5385 the caller doesn't have to handle this. Fixes #342345.
5386 Also, return GST_FLOW_UNEXPECTED if we get a short read,
5389 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5391 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5392 Don't bail out on JUNK chunks with a size of 0 (would try to
5393 pull_range 0 bytes before, which sources don't like too much).
5396 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5398 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5399 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5400 Use the gstutil scaling function to preserve 64 bits while calculating
5401 output width and height from the display-aspect-ratio. (A continuation
5404 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5406 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5407 (gst_xvimagesink_buffer_alloc):
5408 * sys/xvimage/xvimagesink.h:
5409 When performing buffer allocations, remember the caps and image format
5410 we return so that if the same caps are asked for next time we can
5411 return them immediately without doing any caps intersections.
5413 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5415 * gst-libs/gst/rtp/README:
5416 Some new documentation
5417 * gst-libs/gst/rtp/gstrtpbuffer.h:
5418 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
5419 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5420 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5421 New RTP audio base payloader class. Supports frame or sample based
5422 codecs. Not enabled in Makefile.am until approved.
5424 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5426 * tests/check/elements/alsa.c: (test_device_property_probe):
5427 Fix test case: don't try to free NULL GValueArray when there
5430 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5432 * tests/check/Makefile.am:
5433 * tests/check/elements/alsa.c: (test_device_property_probe),
5434 (alsa_suite), (main):
5435 Add simple test that runs a device property probe on alsasrc,
5436 alsasink and alsamixer. Disable valgrind check for now (too
5437 many leaks in libasound, and valgrind ignored my suppressions
5440 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5442 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5443 (gst_alsa_device_property_probe_probe_property),
5444 (gst_alsa_device_property_probe_needs_probe),
5445 (gst_alsa_device_property_probe_get_values),
5446 (gst_alsa_type_add_device_property_probe_interface):
5447 * ext/alsa/gstalsadeviceprobe.h:
5448 * ext/alsa/gstalsamixerelement.c:
5449 (gst_alsa_mixer_element_init_interfaces):
5450 * ext/alsa/gstalsamixerelement.h:
5451 Clean up and simplify alsa device probing. Make it actually work
5452 for multiple classes. Don't cache results any longer.
5454 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5455 (gst_alsasink_init):
5456 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5457 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5458 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5459 Make alsasink and alsasrc implement the GstPropertyProbe interface
5460 for device probing (#342181).
5461 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
5463 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5465 * gst/subparse/samiparse.c: (handle_start_font):
5466 Don't ignore return value of strtol (++compiler_happiness).
5468 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
5470 Patch by: Young-Ho Cha <ganadist chollian net>
5472 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5473 (gst_sub_parse_class_init), (gst_sub_parse_init),
5474 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5476 * gst/subparse/gstsubparse.h:
5477 Add 'encoding' property (#341681).
5479 * gst/subparse/samiparse.c: (characters_sami):
5480 Output is pango markup, so we need to escape text
5481 between tags (#342143).
5483 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5485 * gst-libs/gst/audio/multichannel.c:
5486 (gst_audio_check_channel_positions):
5487 It's okay to have caps with channels=1 and a channel position
5488 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5489 (deinterleavers might want to keep the position in the caps,
5490 so that they can be re-interleaved again properly later).
5491 Leave check for unexpected 2-channel layouts intact for now.
5493 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5495 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5496 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5497 basesrc can do its job correctly.
5499 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5501 * ext/alsa/Makefile.am:
5502 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5503 (gst_alsa_detect_formats), (get_channel_free_structure),
5504 (caps_add_channel_configuration), (gst_alsa_detect_channels),
5505 (gst_alsa_probe_supported_formats):
5506 * ext/alsa/gstalsa.h:
5507 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5508 Refactor and improve caps probing code: probe signedness
5509 when we probe the supported formats/widths; set endianness
5510 to the one we actually probed for (ie. cpu endianness).
5512 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5513 (gst_alsasrc_close):
5514 * ext/alsa/gstalsasrc.h:
5515 Implement caps probing for alsasrc.
5517 2006-05-15 Wim Taymans <wim@fluendo.com>
5519 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5520 (theora_dec_src_query), (theora_dec_src_event),
5521 (theora_dec_sink_event), (theora_handle_comment_packet),
5522 (theora_handle_data_packet), (theora_dec_change_state):
5523 Cleanups, add some G_LIKELY.
5524 Use segment helpers instead of our own wrong code.
5525 Clear queued buffers on seek and READY.
5527 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5528 (vorbis_dec_convert), (vorbis_dec_src_query),
5529 (vorbis_dec_src_event), (vorbis_dec_sink_event),
5530 (vorbis_handle_comment_packet), (vorbis_dec_push),
5531 (vorbis_handle_data_packet), (vorbis_dec_chain),
5532 (vorbis_dec_change_state):
5533 * ext/vorbis/vorbisdec.h:
5534 Remove old useless packetno variable.
5535 Do position query properly.
5537 Do cleanup of queued buffers in new helper function
5540 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5542 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5543 Query supported sample rates. Fixes #341732.
5545 2006-05-15 Julien MOUTTE <julien@moutte.net>
5547 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5548 (gst_decode_bin_change_state): Make decodebin reusable
5549 when going from PAUSE_TO_READY and then back to PAUSED.
5552 2006-05-15 Wim Taymans <wim@fluendo.com>
5554 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5555 (vorbis_dec_convert), (vorbis_dec_src_query),
5556 (vorbis_dec_sink_query), (vorbis_dec_src_event),
5557 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5558 (vorbis_dec_clean_queued), (vorbis_dec_push),
5559 (vorbis_handle_data_packet), (vorbis_dec_change_state):
5560 Cleanups. Use refcounting and DEBUG_OBJECT.
5561 Reset segment on flush, use code methods instead of our
5563 Fix potential memleak.
5565 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5567 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5568 (gst_alsasink_init):
5569 * ext/alsa/gstalsasink.h:
5570 Don't leak allocated snd_output_t structure if there's
5571 more than one alsasink instance at a time (#341873).
5572 Also fix GObject macros in header file.
5574 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5576 * gst/subparse/gstsubparse.c:
5577 (gst_sub_parse_data_format_autodetect):
5578 Don't use libxml functions in the typefinding code.
5580 2006-05-15 Wim Taymans <wim@fluendo.com>
5582 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5583 Fix seeking performance in the case where a non-header
5584 packet has a 0 granulepos (busted theora case).
5586 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5587 the first place, you limelight stealer you)
5589 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5591 * gst/subparse/gstsubparse.c:
5592 (gst_sub_parse_data_format_autodetect):
5593 Improve SAMI typefinding: handle case where there are
5594 whitespaces or newlines in front of the first <SAMI>
5597 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5600 Build video4linux plugin even if there's no XVIDEO, just
5601 without implementing the GstXOverlay interface (#334002).
5603 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5606 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5608 Add tentative support for libvisual-0.4 (#336881).
5610 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5612 Patch by: Young-Ho Cha <ganadist at chollian net>
5614 * gst/subparse/samiparse.c: (handle_start_font):
5615 Need to map "silver" colour explicitly (#169936).
5617 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5619 Patch by: Young-Ho Cha <ganadist at chollian net>
5621 * gst/subparse/Makefile.am:
5622 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5623 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5624 (gst_sub_parse_format_autodetect), (feed_textbuf),
5625 (gst_subparse_type_find), (plugin_init):
5626 * gst/subparse/gstsubparse.h:
5627 * gst/subparse/samiparse.c:
5628 * gst/subparse/samiparse.h:
5629 Add support for SAMI subtitles (#169936).
5631 2006-05-14 Michael Smith <msmith@fluendo.com>
5633 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5634 Fix #341696: crash when mixing L+R+C to mono or stereo.
5635 * tests/check/Makefile.am:
5636 * tests/check/elements/audioconvert.c: (set_channel_positions),
5637 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5638 (audioconvert_suite):
5639 Add test for the above, including some generic framework bits for
5640 testing multichannel things.
5642 === release 0.10.7 ===
5644 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
5647 releasing 0.10.7, "Leave the gun"
5649 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
5651 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5652 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5655 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
5657 * docs/libs/gst-plugins-base-libs-docs.sgml:
5658 * docs/libs/gst-plugins-base-libs-sections.txt:
5659 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5660 * gst-libs/gst/video/video.h:
5661 * gst/videoscale/Makefile.am:
5662 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5663 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5664 * tests/check/Makefile.am:
5665 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5667 Fix integer overflow problem with pixel-aspect-ratio calculations
5668 in videoscale and xvimagesink (#341542)
5670 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
5672 * gst-libs/gst/tag/gstid3tag.c:
5673 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5675 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
5678 update win32 files listing
5680 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5682 patch by: Sjoerd Simons (sjoerd@luon.net)
5684 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5685 (group_create), (group_destroy), (add_stream),
5686 (gst_play_base_bin_get_property),
5687 (gst_play_base_bin_get_streaminfo_value_array):
5688 * gst/playback/gstplaybasebin.h:
5689 API: GstPlayBaseBin::stream-info-value-array property
5690 use a more bindings-friendly way of exposing streaminfo
5691 using a GValueArray. Tested in ipython.
5694 2006-05-11 Wim Taymans <wim@fluendo.com>
5696 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5697 (queue_underrun_cb), (queue_filled_cb):
5698 Also catch queue underruns but don't do anything yet.
5699 Refactor and comment queue enlarging code a bit.
5701 * gst/playback/gstplaybasebin.c: (queue_overrun),
5702 (queue_threshold_reached), (queue_out_of_data),
5703 (gen_preroll_element):
5704 If a queue over/underruns check that we don't create nasty
5705 deadlocks when the min-threshold is not reached but the
5706 max-bytes is. In those cases disable max-bytes when we
5707 know that the queue is fed timed data.
5710 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5712 * gst/playback/gstplaybin.c: (gen_audio_element):
5713 Make playbin automatically plug an 'audioresample'
5714 element before the audio sink as well. This solves
5715 problems with sinks that only accept a very specific
5716 sample rate, like esdsink (e.g. #340379).
5718 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5720 * gst/playback/gstplaybasebin.c: (gen_source_element):
5721 Make http sources send special headers so that we receive
5722 icecast metadata if the http stream is an icecast stream
5723 (otherwise the server will just ignore them). This also
5724 means that from now on users will need the 'icydemux'
5725 element from gst-plugins-good installed if they want to
5726 listen to icecast radio streams. (#341432, #333657).
5728 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5730 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5731 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5732 remove stupid example from docs - it should come with a simple
5735 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5736 (fail_if_can_read), (GST_START_TEST),
5737 (gst_multifdsink_create_streamheader), (multifdsink_suite):
5738 add a test for changing streamheader which exposes a bug in
5741 2006-05-11 Michael Smith <msmith@fluendo.com>
5743 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5744 (gst_gnome_vfs_src_received_headers_callback):
5745 * ext/gnomevfs/gstgnomevfssrc.h:
5746 Don't set icy-caps unless we have a sane interval value. Move
5747 interval to a local variable; we never use it outside this function.
5749 2006-05-11 Wim Taymans <wim@fluendo.com>
5751 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5752 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5753 Register special buffer types along with the objects so
5754 that they are not registered at runtime from N different
5755 streaming threads since they are not threadsafe.
5757 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5759 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5760 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5761 add two more tests, one doing streamheader
5763 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5765 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5766 clean up the bufqueue when shutting down
5767 * tests/check/Makefile.am:
5768 * tests/check/elements/multifdsink.c: (setup_multifdsink),
5769 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5771 add a test for the leak that was just fixed
5773 2006-05-10 Wim Taymans <wim@fluendo.com>
5775 * gst/adder/gstadder.c: (gst_adder_setcaps),
5776 (gst_adder_query_duration), (gst_adder_query), (forward_event),
5777 (gst_adder_src_event), (gst_adder_sink_event),
5778 (gst_adder_class_init), (gst_adder_finalize),
5779 (gst_adder_request_new_pad), (gst_adder_collected):
5780 * gst/adder/gstadder.h:
5781 Updated some docs. Added comments and FIXMEs all over the place.
5782 Improve debugging info.
5783 Fix leak on finalize by not calling the parent.
5784 Implement duration query.
5785 Make event forwarding threadsafe.
5786 Correctly send NEWSEGMENT at start and after flush.
5787 Handle EOS correctly.
5788 Post error when not negotiated.
5790 * tests/check/elements/adder.c: (GST_START_TEST):
5791 Added FIXME in the test.
5793 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5795 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5796 (gst_text_overlay_halign_get_type),
5797 (gst_text_overlay_wrap_mode_get_type):
5798 * ext/theora/theoradec.c: (theora_handle_type_packet),
5799 (theora_handle_data_packet):
5800 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5801 (theora_enc_sink_setcaps), (theora_enc_chain):
5802 * gst-libs/gst/cdda/gstcddabasesrc.c:
5803 (gst_cdda_base_src_mode_get_type):
5804 * gst/audiotestsrc/gstaudiotestsrc.c:
5805 (gst_audiostestsrc_wave_get_type):
5806 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5807 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5808 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5809 (gst_sync_method_get_type), (gst_unit_type_get_type),
5810 (gst_client_status_get_type):
5811 * gst/videoscale/gstvideoscale.c:
5812 (gst_video_scale_method_get_type):
5813 * gst/videotestsrc/gstvideotestsrc.c:
5814 (gst_video_test_src_pattern_get_type):
5815 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5816 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5817 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5818 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5819 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5820 (paint_setup_RGB565), (paint_setup_xRGB1555):
5821 Const-ify GEnumValue and GFlagsValue arrays. Use
5822 GST_ROUND_UP_* macros instead of home-made ones.
5824 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5827 Require core CVS for the new newsegment stuff.
5829 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5831 Patch by: Sjoerd Simons <sjoerd at luon net>
5833 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5834 Register nick for enum value (#341160).
5836 2006-05-09 Stefan Kost <ensonic@users.sf.net>
5838 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5840 backout typefind patch #340375
5842 * tests/check/elements/adder.c: (message_received),
5843 (GST_START_TEST), (adder_suite):
5844 redo, signal-handling of test
5846 2006-05-09 Wim Taymans <wim@fluendo.com>
5848 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5849 (gst_adder_collected):
5850 * gst/adder/gstadder.h:
5851 Remove bogus segment merging and forwarding, we don't
5852 care about timestamps anyway and we just produce a
5854 Also create a nice NEWSEGMENT event when we start.
5855 Use _scale_int some more.
5857 2006-05-09 Edward Hervey <edward@fluendo.com>
5859 * tests/icles/stress-xoverlay.c:
5860 Fix if core was built without parsing support.
5862 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5864 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5865 Add SEDG (Samsung MPEG-4) fourcc.
5867 2006-05-09 Edward Hervey <edward@fluendo.com>
5869 * tests/icles/stress-xoverlay.c:
5870 * tests/examples/volume/volume.c:
5871 Fix if core was built without parsing support.
5873 * tests/examples/seek/seek.c:
5874 Disable the parse_launch example if core was built without parsing
5877 2006-05-08 Edward Hervey <edward@fluendo.com>
5879 * autogen.sh: (CONFIGURE_DEF_OPT):
5880 libtoolize on Darwin/MacOSX is called glibtoolize
5882 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5884 * tests/check/Makefile.am:
5885 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5886 Disable the adder test, until the build-slaves posses the kindness to
5887 either like it or to give valid reason for not doing so
5889 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5891 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5893 Shuffle NULL state change around and raise timeout more
5895 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5897 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5898 (mp4_type_find), (plugin_init):
5899 Add typefind to distinguish between "audio/x-m4a" and new type
5900 "video/mp4". Fixes #340375
5902 * tests/check/elements/adder.c: (adder_suite):
5903 Raise timeout to make buildbot happy
5905 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5907 * gst/adder/gstadder.c: (gst_adder_sink_event),
5908 (gst_adder_request_new_pad), (gst_adder_change_state):
5909 * gst/adder/gstadder.h:
5910 * tests/check/Makefile.am:
5911 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5912 (adder_suite), (main):
5913 Add sink-event handling to adder. It tries to merge incomming
5914 newsegment-events. Added test to check if segment_done is comming
5915 through. Fixes #340060
5917 2006-05-05 Andy Wingo <wingo@pobox.com>
5919 * ext/theora/theoraparse.c (gst_theora_parse_init)
5920 (theora_parse_src_convert, theora_parse_src_query):
5921 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5922 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5923 query functions on the source pads of the theora and vorbis parse
5924 elements. Fixes position querying when doing a remux.
5926 2006-05-05 Michael Smith <msmith@fluendo.com>
5928 * ext/theora/theoraparse.c: (parse_granulepos),
5929 (theora_parse_drain_queue_prematurely),
5930 (theora_parse_queue_buffer), (theora_parse_sink_event):
5932 Fix invalid granulepos outputs when starting with a non-keyframe.
5934 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
5936 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5937 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5938 Rearrange MPEG system stream detection, fixing some memleaks in the
5940 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5941 they clean up their data correctly.
5942 Remove unused ogganx caps and move the 'is_annodex' check to inside
5943 the 'is_ogg' if statement.
5945 2006-05-05 Wim Taymans <wim@fluendo.com>
5947 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5948 Properly remove ghostpads. Fixes #340392
5950 2006-05-04 David Schleef <ds@schleef.org>
5952 * gst/typefind/gsttypefindfunctions.c:
5954 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
5956 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5957 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5959 When typefinding an MP3 in push-based mode, don't penalise the
5960 probability down to 74% when we found 5 valid frames just because we
5961 can't peek the end of the file.
5963 Make the probability for detecting MPEG Transport Streams based on the
5964 number of sequential headers we successfully detected.
5966 2006-05-03 Wim Taymans <wim@fluendo.com>
5968 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5969 (vorbis_dec_push), (vorbis_dec_chain):
5970 Still produce an error when we receive an empty packet.
5972 2006-05-03 Wim Taymans <wim@fluendo.com>
5974 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5975 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5976 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5977 Mark buffers with DISCONT after seek and after activating new
5980 * ext/theora/gsttheoradec.h:
5981 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5982 (theora_get_query_types), (theora_dec_sink_event),
5983 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5984 (theora_dec_change_state):
5986 Detect and mark DISCONT buffers.
5988 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5989 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5990 (vorbis_dec_change_state):
5991 * ext/vorbis/vorbisdec.h:
5993 Detect and mark DISCONT buffers.
5994 Don't crash on 0 sized buffers.
5996 2006-05-03 Wim Taymans <wim@fluendo.com>
5998 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5999 (volume_transform_ip):
6000 Increase "volume" property to 10.0. Fixes #340369.
6001 Set the process function to NULL when capsnego fails so that
6002 we properly error out.
6004 2006-05-02 Stefan Kost <ensonic@users.sf.net>
6006 * gst/playback/gstplaybin.c: (add_sink):
6007 * gst/playback/test.c: (main):
6008 * gst/playback/test5.c: (dump_element_stats):
6009 * gst/playback/test6.c: (main):
6010 free caps using gst_caps_unref, don't leak caps-strings
6012 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
6014 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6016 Refine musepack typefinding a bit. Return MAXIMUM
6017 probability when we detect stream version 7 to make
6018 sure the mpeg audio typefinder doesn't trump us.
6020 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
6022 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6023 Protect against unexpected NULL strf_data buffer.
6025 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6027 * tests/check/elements/audioconvert.c: (verify_convert),
6029 interpret the out[] buffer in the order the bytes are actually
6030 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6031 Other tests should use BYTE_ORDER since the array is filled in
6034 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6036 * tests/check/elements/audioconvert.c: (verify_convert),
6038 when a test fails, give an indication of which it is
6040 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6042 * gst-libs/gst/cdda/gstcddabasesrc.c:
6043 compile fix; strtol() needs <stdlib.h>
6045 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6047 * ext/alsa/gstalsamixerelement.c:
6048 * ext/alsa/gstalsasrc.c:
6049 * ext/cdparanoia/gstcdparanoiasrc.c:
6050 * ext/gnomevfs/gstgnomevfssink.c:
6051 * ext/gnomevfs/gstgnomevfssrc.c:
6052 * ext/ogg/gstoggdemux.c:
6053 * ext/ogg/gstoggmux.c:
6054 * ext/ogg/gstoggparse.c:
6055 * ext/ogg/gstogmparse.c:
6056 * ext/pango/gstclockoverlay.c:
6057 * ext/pango/gsttextoverlay.c:
6058 * ext/pango/gsttextrender.c:
6059 * ext/pango/gsttimeoverlay.c:
6060 * ext/theora/theoradec.c:
6061 * ext/theora/theoraenc.c:
6062 * ext/vorbis/vorbisdec.c:
6063 * ext/vorbis/vorbisenc.c:
6064 * gst-libs/gst/audio/gstaudiofilter.c:
6065 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6066 * gst/audioconvert/gstaudioconvert.c:
6067 * gst/audiorate/gstaudiorate.c:
6068 * gst/audioresample/gstaudioresample.c:
6069 * gst/audiotestsrc/gstaudiotestsrc.c:
6070 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6071 * gst/playback/gstdecodebin.c:
6072 * gst/playback/gstplaybin.c:
6073 * gst/playback/gststreamselector.c:
6074 * gst/subparse/gstsubparse.c:
6075 * gst/tcp/gstmultifdsink.c:
6076 * gst/tcp/gsttcpclientsink.c:
6077 * gst/tcp/gsttcpclientsrc.c:
6078 * gst/tcp/gsttcpserversink.c:
6079 * gst/tcp/gsttcpserversrc.c:
6080 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6081 * gst/videorate/gstvideorate.c:
6082 * gst/videoscale/gstvideoscale.c:
6083 * gst/videotestsrc/gstvideotestsrc.c:
6084 * gst/volume/gstvolume.c:
6085 * sys/v4l/gstv4ljpegsrc.c:
6086 * sys/v4l/gstv4lmjpegsink.c:
6087 * sys/v4l/gstv4lmjpegsrc.c:
6088 * sys/v4l/gstv4lsrc.c:
6089 * sys/ximage/ximagesink.c:
6090 * sys/xvimage/xvimagesink.c:
6091 * tests/check/libs/cddabasesrc.c:
6092 make GstElementDetails const
6094 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6096 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6098 send events from src-pad to all sink-pads fixes #338657
6100 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6102 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6103 (alsasink_parse_spec):
6104 query width capabilities from alsa, fixes #338919
6106 2006-04-28 Wim Taymans <wim@fluendo.com>
6108 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6109 (gst_multi_fd_sink_remove_client_link):
6110 * gst/tcp/gstmultifdsink.h:
6111 Fix race condition in multifdsink that can lead to spurious
6112 duplicate clients. this patch adds a new signal that is fired when
6113 multifdsink has removed all references to the fd.
6115 Updated documentation.
6116 API: client-fd-removed signal added
6118 2006-04-28 Michael Smith <msmith@fluendo.com>
6120 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6121 When asking g_value_array_new to prealloc elements, we may as well
6122 ask for the right number of elements.
6124 2006-04-28 Wim Taymans <wim@fluendo.com>
6126 * gst-libs/gst/audio/gstbaseaudiosink.c:
6127 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6128 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6129 patch to make timestamp checking more tollerant to rounding
6130 errors given that real discontinuities are to be marked on
6131 buffers. Fixes some asf files and #338778.
6132 Also avoid some crashers when we receive an event in the
6135 2006-04-28 Michael Smith <msmith@fluendo.com>
6137 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6138 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6139 (gst_gnome_vfs_src_get_property),
6140 (gst_gnome_vfs_src_send_additional_headers_callback),
6141 (gst_gnome_vfs_src_received_headers_callback),
6142 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6143 (gst_gnome_vfs_src_stop):
6144 * ext/gnomevfs/gstgnomevfssrc.h:
6145 Remove ICY handling (mostly) from gnomevfssrc, in favour of
6146 proper shared support within icydemux.
6148 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6150 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6151 (gst_video_rate_swap_prev), (gst_video_rate_chain):
6153 fix a leak when no caps negotiated
6154 fix counting of input frames
6155 * tests/check/elements/.cvsignore:
6156 * tests/check/elements/videorate.c: (assert_videorate_stats),
6157 (GST_START_TEST), (videorate_suite):
6160 2006-04-28 Wim Taymans <wim@fluendo.com>
6162 * gst-libs/gst/audio/gstringbuffer.c:
6163 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6164 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6165 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6166 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6167 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6168 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6169 (gst_ring_buffer_commit), (gst_ring_buffer_read),
6170 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6171 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6172 Check arguments passed to public functions instead of
6175 2006-04-28 Wim Taymans <wim@fluendo.com>
6177 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6178 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6179 GstBaseAudioSrc must be live or it does not work.
6181 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6182 Don't set live to TRUE as this is the default in the parentclass.
6184 2006-04-28 Wim Taymans <wim@fluendo.com>
6186 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6187 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6188 Videoscale doesn't pass on pixel-aspect ratio. Handle all
6189 fixation cases better. Fixes #338991
6191 2006-04-28 Wim Taymans <wim@fluendo.com>
6193 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6194 Handle 0/1 framerate correctly Fixes #331901.
6196 2006-04-28 Wim Taymans <wim@fluendo.com>
6198 * tests/check/elements/audioconvert.c: (get_float_caps),
6199 (GST_START_TEST), (audioconvert_suite):
6200 Added check for correct clipping when doing float samples
6203 2006-04-28 Wim Taymans <wim@fluendo.com>
6205 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6206 (gst_video_rate_chain):
6207 Print more debugging info.
6209 2006-04-28 Wim Taymans <wim@fluendo.com>
6211 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6212 (resample_set_state_from_caps):
6213 Add support for other formats audioresample can handle such as
6214 32 bits in and float and 64 bits float. Fixes #301759
6216 2006-04-28 Wim Taymans <wim@fluendo.com>
6218 * gst/audioconvert/audioconvert.c: (float):
6219 correctly clip float samples > 1.0. Fixes #338718
6221 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6223 Patch by: Young-Ho Cha <ganadist at chollian net>
6225 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6226 (gst_text_overlay_render_text):
6227 Don't strip newlines from the text. Also, center lines
6228 within multi-line paragraphs (#339405).
6230 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6232 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6233 Fix wavpack typefinding to work in more cases (don't peek
6234 for chunks of multiple hundred kBs at once, but process
6235 things step-by-step in smaller units). Fixes #339786.
6237 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6242 === release 0.10.6 ===
6244 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6247 releasing 0.10.6, "Chao"
6249 2006-04-26 David Schleef <ds@schleef.org>
6251 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6254 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6257 * win32/common/config.h:
6260 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6262 patch by: Wim Taymans
6264 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6265 (gst_ogg_demux_perform_seek):
6266 make sure correct newsegments are sent, so that the decoder
6267 and the demuxer agree on timestamps. Fixes playback of a lot
6268 of Ogg files that do not start from 0. Fixes #339833.
6270 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6272 Patch by: Edward Hervey <edward@fluendo.com>
6274 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6275 * tests/check/Makefile.am:
6276 * tests/check/elements/videorate.c: (assert_videorate_stats),
6277 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6278 (videorate_suite), (main):
6279 Fix an infinite loop if frames are passed in with wrongly ordered
6280 timestamps. Fixes #339013.
6282 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6284 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6286 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6287 fix typefinding on some ISO files. Fixes #339212.
6289 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6291 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6293 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6294 add another H264 fourcc. Fixes #339047.
6296 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6298 Patch by: Jan Schmidt
6300 * gst/playback/gststreamselector.c:
6301 (gst_stream_selector_bufferalloc):
6302 Restore old StreamSelector behaviour.
6305 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
6308 * win32/common/config.h:
6311 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6313 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6315 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6316 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6317 Fix some memory leaks: on finalize, free buffers left in the queue
6318 before destroying the queue; in _push(), unref rtp_buf even if
6319 the process vfunc returned a NULL buffer as output buffer (#337548);
6320 demote some recuring debug messages to LOG level.
6322 2006-04-11 Wim Taymans <wim@fluendo.com>
6324 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6325 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6326 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6327 (gst_ogg_demux_loop):
6329 Respect segment stop when emiting EOS or SEGMENT_DONE.
6332 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6334 * gst/playback/gststreamselector.c:
6335 (gst_stream_selector_get_property):
6336 Don't leak pad name.
6338 2006-04-10 Michael Smith <msmith@fluendo.com>
6340 * tests/check/Makefile.am:
6341 * tests/check/gst-plugins-base.supp:
6342 Suppress an old libtheora bug (fixed in more recent versions), so
6343 that FC4 buildslaves can pass.
6345 2006-04-10 Wim Taymans <wim@fluendo.com>
6347 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6348 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6349 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6350 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6351 (gst_ogg_demux_loop):
6353 Remember what error we got when finding chains, if we
6354 were shutdown, that would not be an error.
6356 2006-04-10 Wim Taymans <wim@fluendo.com>
6358 * gst-libs/gst/audio/gstbaseaudiosink.c:
6359 (gst_base_audio_sink_event):
6360 Starting the ringbuffer when we did not acquire it can cause
6361 a deadlock, is pointless and causes nasty things for
6363 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6365 2006-04-10 Wim Taymans <wim@fluendo.com>
6367 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6368 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6369 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6370 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6371 (gst_ogg_demux_deactivate_current_chain),
6372 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6373 (gst_ogg_demux_bisect_forward_serialno),
6374 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6375 Add some more debugging.
6377 2006-04-10 Wim Taymans <wim@fluendo.com>
6379 * ext/theora/theoradec.c: (theora_dec_src_event),
6380 (theora_handle_data_packet):
6381 Some more debug info.
6383 * tests/examples/seek/seek.c: (start_seek), (main):
6384 Print element messages too.
6386 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
6388 * gst/audioresample/debug.h:
6389 replace debug macros with variable number of parameters
6390 by a simple alias to gstreamer standard debug macros
6391 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6392 supported by MSVC 6.0 and 7.1)
6393 * gst/audioresample/resample.h:
6394 define M_PI and rint for WIN32
6395 * win32/common/libgstaudio.def:
6396 * win32/common/libgstriff.def:
6397 * win32/common/libgsttag.def:
6398 * win32/common/libgstvideo.def:
6399 add new exported functions
6401 update project files
6403 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6405 * ext/alsa/gstalsamixeroptions.c:
6406 (gst_alsa_mixer_options_class_init):
6407 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6408 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6409 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6410 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6411 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6412 * gst-libs/gst/audio/gstaudiofilter.c:
6413 (gst_audio_filter_class_init):
6414 * gst-libs/gst/audio/gstaudiosink.c:
6415 (gst_audioringbuffer_class_init):
6416 * gst-libs/gst/audio/gstaudiosrc.c:
6417 (gst_audioringbuffer_class_init):
6418 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6419 * gst-libs/gst/interfaces/colorbalancechannel.c:
6420 (gst_color_balance_channel_class_init):
6421 * gst-libs/gst/interfaces/mixeroptions.c:
6422 (gst_mixer_options_class_init):
6423 * gst-libs/gst/interfaces/mixertrack.c:
6424 (gst_mixer_track_class_init):
6425 * gst-libs/gst/interfaces/tunerchannel.c:
6426 (gst_tuner_channel_class_init):
6427 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6428 * gst-libs/gst/netbuffer/gstnetbuffer.c:
6429 (gst_netbuffer_class_init):
6430 * gst-libs/gst/rtp/gstbasertppayload.c:
6431 (gst_basertppayload_class_init):
6432 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6433 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6434 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6435 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6436 * gst/playback/gststreamselector.c:
6437 (gst_stream_selector_class_init):
6438 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6439 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6440 * sys/v4l/gstv4lcolorbalance.c:
6441 (gst_v4l_color_balance_channel_class_init):
6442 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6443 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6444 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6445 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6446 (gst_v4l_tuner_norm_class_init):
6447 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6448 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6449 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6450 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6452 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6454 * ext/pango/gsttextrender.h:
6455 * gst-libs/gst/audio/gstaudiosink.h:
6456 * gst-libs/gst/audio/gstaudiosrc.h:
6457 * gst-libs/gst/audio/gstbaseaudiosink.h:
6458 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6459 * gst-libs/gst/audio/gstringbuffer.h:
6460 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6461 * gst-libs/gst/rtp/gstbasertppayload.h:
6462 * gst-libs/gst/video/gstvideofilter.h:
6463 * gst-libs/gst/video/gstvideosink.h:
6464 * gst/playback/gstplaybasebin.h:
6465 * gst/tcp/gstmultifdsink.h:
6466 * sys/v4l/gstv4lelement.h:
6467 Fix broken GObject macros
6469 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6471 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6472 More debug to trace why my USB headset is not working with gst
6474 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6476 * gst/playback/gstplaybasebin.c: (group_destroy):
6477 Clean up our group elements properly in the case where it never
6478 got committed - it still got added unconditionally to the bin.
6480 2006-04-07 Wim Taymans <wim@fluendo.com>
6482 * ext/theora/theoradec.c: (theora_dec_sink_event),
6483 (theora_handle_data_packet), (theora_dec_chain):
6484 Unref unhandled events.
6485 Protect against empty buffers.
6486 Perform QoS on running time.
6488 2006-04-07 Michael Smith <msmith@fluendo.com>
6490 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6491 (gst_vorbis_enc_chain):
6492 Remove leaks from vorbisenc.
6493 Mostly minor changes, the only significant one is that now the
6494 buffers we set as 'streamheader' on the caps are copies of the
6495 original buffers, to avoid circular refcounting problems.
6497 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6499 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6500 Don't remove our mute-probe if someone else already did so.
6501 Don't set a 2nd one if there is already one pending on the pad.
6503 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6505 When a seek fails, ensure that playbin is still set back to playing.
6507 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6508 (mpeg_ts_type_find), (plugin_init):
6509 Add a typefind function for mpeg-ts streams. (Closes: #336617)
6511 2006-04-06 Andy Wingo <wingo@pobox.com>
6513 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
6514 (gst_video_rate_init): Caps-related parameters should not be reset
6515 by a flush -- move their inits to the instance init function.
6516 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6517 is not OK, just return the result.
6519 * gst/audiotestsrc/gstaudiotestsrc.c
6520 (gst_audio_test_src_class_init)
6521 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6522 broken by Stefan's commit on 24 March.
6524 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6525 buffers being pushed out. Fixes oggmux ! multifdsink.
6527 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
6529 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6530 (gst_vorbis_dec_init), (vorbis_dec_finalize):
6531 * ext/vorbis/vorbisdec.h:
6532 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6533 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6534 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6535 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6536 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6537 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6538 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6539 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6540 (gst_vorbis_enc_buffer_from_packet),
6541 (gst_vorbis_enc_buffer_from_header_packet),
6542 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6543 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6544 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6545 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6546 (gst_vorbis_enc_change_state):
6547 * ext/vorbis/vorbisenc.h:
6548 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6549 vorbisenc adhere to the official nomenclature; use boilerplate
6552 2006-04-04 Andy Wingo <wingo@pobox.com>
6554 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6555 Whoops, fix bug introduced. Bad hacker!
6557 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6558 Properly handle the case where you get EOS before any buffers are
6559 received. Use gst_buffer_make_metadata_writable where appropriate.
6561 * ext/theora/theoradec.c (theora_handle_data_packet): This value
6562 is often negative -- make it signed so as not to wrap around.
6563 Fixes segfaults introduced on 9 March.
6565 2006-04-03 Wim Taymans <wim@fluendo.com>
6567 * ext/theora/gsttheoradec.h:
6568 * ext/theora/theoradec.c: (theora_dec_src_event):
6569 Don't try to store a gdouble in a gboolean.
6572 2006-04-03 Michael Smith <msmith@fluendo.com>
6574 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6576 Make it suck slightly less by writing out the final page.
6577 Still can't encode a vorbis-in-ogg file correctly, though.
6579 2006-04-03 Andy Wingo <wingo@pobox.com>
6581 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6584 * ext/theora/theora.c (plugin_init): Register theoraparse.
6586 * ext/theora/gsttheoraparse.h:
6587 * ext/theora/theoraparse.c: New files implementing a theora
6588 parser. Now we can properly remux ogg/theora+vorbis, yay.
6590 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6592 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6594 * gst/audiotestsrc/gstaudiotestsrc.c:
6595 Fixed the sample pipeline (see #323798)
6597 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6600 * win32/common/config.h:
6601 * win32/common/config.h.in:
6602 use AS_VERSION and AS_NANO
6605 2006-03-31 Andy Wingo <wingo@pobox.com>
6607 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6608 uninitialized variable return that would happen.
6610 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6611 uninitialized variable return that would never happen.
6613 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6614 (vorbis_parse_sink_event): Add an event function to flush our
6615 state on a seek, and to drain buffers on a premature EOS.
6616 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6617 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
6618 (vorbis_parse_chain, vorbis_parse_queue_buffer)
6619 (vorbis_parse_drain_queue): Queue up buffers until we can set
6620 their timestamps and granulepos values.
6622 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6623 and keep track of data needed for deriving granulepos and
6624 timestamps for buffers.
6626 2006-03-29 Wim Taymans <wim@fluendo.com>
6628 Patch by: j^ <j at bootlab dot org>
6630 * ext/alsa/gstalsamixerelement.c:
6631 (gst_alsa_mixer_element_class_init):
6632 * ext/alsa/gstalsasink.c:
6633 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6634 * ext/ogg/gstoggdemux.c:
6635 * ext/ogg/gstoggmux.c:
6636 * ext/ogg/gstoggparse.c:
6637 * ext/pango/gstclockoverlay.c:
6638 * ext/pango/gsttextoverlay.c:
6639 * ext/pango/gsttextrender.c:
6640 * ext/pango/gsttimeoverlay.c:
6641 * ext/theora/theoradec.c:
6642 * ext/theora/theoraenc.c:
6643 * ext/vorbis/vorbisdec.c:
6644 * ext/vorbis/vorbisenc.c:
6645 * gst/audioconvert/gstaudioconvert.c:
6646 * gst/subparse/gstsubparse.c:
6647 * gst/tcp/gstmultifdsink.c:
6648 * gst/tcp/gsttcpclientsink.c:
6649 * gst/tcp/gsttcpclientsrc.c:
6650 * gst/tcp/gsttcpserversink.c:
6651 * gst/tcp/gsttcpserversrc.c:
6652 better/unified long descriptions
6655 2006-03-29 Wim Taymans <wim@fluendo.com>
6657 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6659 Don't let double and triple clicks mess up our state.
6661 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6663 * gst/playback/gstplaybin.c: (gen_video_element),
6664 (gen_text_element), (gen_audio_element), (gen_vis_element):
6665 Error out gracefully when we can't create any of the usual
6666 conversion elements for some reason. Also, don't try to
6667 create an audioscale (sic) element that's not used anyway.
6669 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6671 * gst/playback/gstplaybasebin.c: (setup_source):
6672 Don't post RESOURCE_NOT_FOUND error when we can't find a source
6673 element for a particular protocol, that's confusing for users.
6674 Instead, post a RESOURCE_FAILED error, so that our own error
6675 message is actually shown in totem etc. (#336303).
6677 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6679 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6681 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6682 (gst_gnome_vfs_src_get_icy_metadata):
6683 Fix some minor memory leaks (#336194).
6685 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6687 * ext/gnomevfs/gstgnomevfs.c:
6688 (gst_gnome_vfs_location_to_uri_string):
6689 * ext/gnomevfs/gstgnomevfs.h:
6690 * ext/gnomevfs/gstgnomevfssink.c:
6691 (gst_gnome_vfs_sink_set_property):
6692 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6693 Make gnomevfssink accept filenames as well as URIs for the
6694 "location" property, just like gnomevfssrc does (and
6695 filesrc/filesink do) (#336190).
6697 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6699 * tests/check/generic/clock-selection.c: (GST_START_TEST):
6700 set to NULL before unreffing, fixes a valgrind leak.
6701 Why was this not triggering the error that an object needs to
6702 be NULL before unreffing ?
6703 * win32/common/config.h:
6706 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
6708 * gst/subparse/gstsubparse.c: (convert_encoding),
6709 (gst_sub_parse_change_state):
6710 * gst/subparse/gstsubparse.h:
6711 Text subtitle files may or may not be UTF-8. If it's not, we
6712 don't really want to see '?' characters in place of non-ASCII
6713 characters like accented characters. So let's assume the input
6714 is UTF-8 until we come across text that is clearly not. If it's
6715 not UTF-8, we don't really know what it is, so try the following:
6716 (a) see whether the GST_SUBTITLE_ENCODING environment variable
6717 is set; if not, check (b) if the current locale encoding is
6718 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6719 the current locale encoding is UTF-8 and the environment variable
6720 was not set to any particular encoding. Not perfect, but better
6721 than nothing (and better than before, I think) (fixes #172848).
6723 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6726 update core requirement to 0.10.4.1 because of async_playback
6727 vmethod on GstBaseSink
6729 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6731 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6732 * gst/adder/gstadder.c: (gst_adder_init):
6733 use DEBUG_FUNCPTR for collectpads
6735 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6737 * docs/plugins/Makefile.am:
6738 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6739 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6740 * ext/cdparanoia/gstcdparanoiasrc.c:
6741 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6742 (gst_gnome_vfs_sink_class_init):
6743 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6744 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6745 * ext/ogg/gstoggmux.c:
6746 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6747 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6748 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6749 * ext/pango/gsttextoverlay.c:
6750 * ext/pango/gsttextrender.c:
6751 * ext/theora/theoradec.c:
6752 * ext/theora/theoraenc.c:
6753 * ext/vorbis/vorbisdec.c:
6754 * ext/vorbis/vorbisenc.c:
6755 * gst-libs/gst/audio/gstaudiofilter.c:
6756 (gst_audio_filter_base_init):
6757 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6758 (gst_audio_filter_template_base_init):
6759 * gst/adder/gstadder.c: (gst_adder_get_type):
6760 * gst/adder/gstadder.h:
6761 * gst/audioconvert/gstaudioconvert.c:
6762 * gst/audiotestsrc/gstaudiotestsrc.c:
6763 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6764 (gst_audio_test_src_create):
6765 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6766 * gst/playback/gstdecodebin.c:
6767 * gst/playback/gstplaybin.c:
6768 * gst/playback/gststreamselector.c:
6769 (gst_stream_selector_base_init):
6770 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6771 * gst/volume/gstvolume.c:
6772 * sys/v4l/gstv4lmjpegsink.c:
6773 * sys/v4l/gstv4lmjpegsrc.c:
6774 * tests/check/libs/cddabasesrc.c:
6775 * tests/old/examples/gob/gst-identity2.gob:
6776 Add docs for adder, use GST_ELEMENT_DETAILS macro,
6777 define GstElementDetails at the top
6779 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
6781 * win32/common/libgstinterfaces.def:
6782 Add a lot of export functions for gst-python
6783 * win32/vs6/libgstinterfaces.dsp:
6784 Add a missing include folder in the project configuration
6786 2006-03-23 Wim Taymans <wim@fluendo.com>
6788 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6789 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6790 (gst_base_audio_src_change_state):
6791 Fix audio sources, forgot to make the ringbuffer
6794 2006-03-23 Wim Taymans <wim@fluendo.com>
6796 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6797 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6798 (gst_base_audio_src_change_state):
6799 unparent instead of unref the ringbuffer.
6801 2006-03-23 Wim Taymans <wim@fluendo.com>
6803 * gst-libs/gst/audio/gstbaseaudiosink.c:
6804 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6805 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6806 Implement new async_play vmethod to start slaving and allow
6807 playback start in case of async PLAY state changes.
6809 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6810 Enable QoS with new method in base class.
6812 2006-03-23 Wim Taymans <wim@fluendo.com>
6814 Patch by: Julien MOUTTE <julien at moutte dot net>
6816 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6817 (gst_video_test_src_do_seek), (gst_video_test_src_create):
6818 Partially handle 0 framerate, only EOS after the first frame
6821 2006-03-23 Wim Taymans <wim@fluendo.com>
6823 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6825 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6826 (gst_riff_create_video_template_caps):
6827 * gst/ffmpegcolorspace/avcodec.h:
6828 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6829 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6830 (gst_ffmpegcsp_avpicture_fill):
6831 * gst/ffmpegcolorspace/imgconvert.c:
6832 Patch for support of YVU9 AVI files (#334822)
6834 2006-03-22 Edward Hervey <edward@fluendo.com>
6836 * docs/design/design-decodebin.txt:
6837 Added design document for new decodebin
6838 (Target Caps): text/x-pango-markup is also a default target caps.
6840 2006-03-22 Wim Taymans <wim@fluendo.com>
6842 * gst-libs/gst/audio/gstbaseaudiosink.c:
6843 (gst_base_audio_sink_dispose):
6844 Since we _parent the ringbuffer, we also need to
6845 _unparent instead of a plain _unref.
6847 2006-03-22 Wim Taymans <wim@fluendo.com>
6849 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6850 (stop_seek), (scrub_toggle_cb), (main):
6853 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
6855 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6856 (gst_ogg_parse_chain):
6857 Fix very inefficient usage of linked lists (#335365).
6859 2006-03-21 Edward Hervey <edward@fluendo.com>
6861 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6862 * gst/playback/gstplaybin.c: (handoff):
6863 * gst/playback/gststreamselector.c:
6864 (gst_stream_selector_set_property):
6865 gcc 4.1 unreferenced pointer fixes.
6866 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6867 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6868 gst_buffer_ref() now takes a GstBuffer*.
6870 2006-03-20 Julien MOUTTE <julien@moutte.net>
6872 * sys/xvimage/xvimagesink.c:
6873 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6876 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
6878 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6879 (id3v1_type_find), (apetag_type_find), (plugin_init):
6880 Can't do tag preferences via probability, as tags would then
6881 lose against types that are recognised with MAXIMUM probability
6882 (like .wav); so let all tag typefinders return MAXIMUM themselves
6883 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6884 that we can prefer APE to ID3v1 (fixes #335028).
6886 2006-03-17 Wim Taymans <wim@fluendo.com>
6888 * gst-libs/gst/audio/gstbaseaudiosink.c:
6889 (gst_base_audio_sink_change_state):
6890 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6891 (gst_ring_buffer_may_start):
6892 * gst-libs/gst/audio/gstringbuffer.h:
6893 Only start playback if we are playing.
6896 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
6898 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6899 * win32/common/config.h:
6900 Revert accidental commits to these files.
6902 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
6904 Patch by: Michal Benes <michal dot benes at xeris dot cz>
6906 * tests/Makefile.am:
6907 Don't try to build tests in tests/icles if we
6908 don't have X (#323852)
6910 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
6912 * gst-libs/gst/tag/gstid3tag.c:
6913 Add TXXX frame identifiers for replaygain stuff as used
6914 by some taggers (see #323721).
6916 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
6918 * gst/playback/gststreamselector.c:
6919 (gst_stream_selector_set_property),
6920 (gst_stream_selector_bufferalloc):
6921 Preserve the existing buggy streamselector behaviour by performing
6922 a fallback buffer allocation when downstream isn't linked yet.
6923 This should really be fixed in playbin by blocking pads until it's
6925 Also, use gst_pad_alloc_buffer instead of
6926 gst_pad_alloc_buffer_and_set.
6928 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6930 * gst-libs/gst/tag/gstid3tag.c:
6931 Don't crash on unknown ID3v2 TXXX frames.
6933 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
6935 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6936 Chain up to the parent finalize method.
6937 Add 32-bit sample size to the template caps.
6939 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6940 (gst_riff_create_video_template_caps):
6941 Add the fourcc that the VMWare codec uses.
6943 * gst/playback/gststreamselector.c:
6944 (gst_stream_selector_set_property),
6945 (gst_stream_selector_bufferalloc),
6946 (gst_stream_selector_request_new_pad):
6947 For the active pad, forward buffer-alloc requests, otherwise
6948 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6949 having to memcpy every frame when used by playbin.
6951 * gst/tcp/gstmultifdsink.c:
6952 (gst_multi_fd_sink_handle_client_write):
6953 Get negotiated caps from the sink pad, rather than the sink
6956 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6958 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6960 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6961 Don't forget to set src->callbacks_pushed to FALSE again when
6962 popping them, otherwise re-activation in a different mode won't
6965 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6967 Patch by: Sebastien Moutte <sebastien moutte net>
6969 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6970 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6971 (gst_ffmpeg_smpfmt_to_caps):
6972 Replace __VA_ARGS__ caps creation macros with varargs functions.
6973 Makes things compile on MSVC (#320765), looks nicer, and we can
6974 tell the compiler to check for the NULL terminator.
6976 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6978 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6980 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6981 Make sure the buffer we copy into is really always big
6982 enough, this time for real (#333488).
6984 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6986 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6987 Add support for 24bpp DIB (#305279).
6989 2006-03-14 Wim Taymans <wim@fluendo.com>
6991 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6992 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6993 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6994 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6995 (gst_video_scale_init), (gst_video_scale_src_event):
6996 Re-enable QoS after the release.
6997 Rework videoscale to use the base class src_event handler.
6999 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7004 === release 0.10.5 ===
7006 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
7009 releasing 0.10.5, "Net"
7011 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
7013 * docs/plugins/Makefile.am:
7014 Part of previous cdparanoiasrc docs fixes, forgot to commit.
7016 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
7018 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7019 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7020 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7021 Add cdparanoiasrc to docs.
7023 * gst-libs/gst/cdda/gstcddabasesrc.c:
7024 More GstCddaBaseSrc docs.
7026 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
7028 * docs/libs/gst-plugins-base-libs-sections.txt:
7029 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7030 * gst-libs/gst/tag/tag.h:
7031 API: libgsttag: new method gst_tag_from_id3_user_tag().
7033 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
7035 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7036 NULL-terminate array of mpeg4 video file extensions.
7037 Fixes crash on PPC (#334226).
7039 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
7041 * ext/gnomevfs/gstgnomevfssrc.c:
7042 (gst_gnome_vfs_src_check_get_range):
7043 gnome_vfs_uri_is_local() alone is not a good indicator
7044 whether we can operate in pull-mode with a specific URI,
7045 as it returns FALSE for file:// URIs that point to an
7046 NFS-mounted path. Be more conservative here: whitelist
7047 local files, blacklist http URIs and use the old
7048 mechanism for anything else (fixes #334216).
7050 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7055 === release 0.10.4 ===
7057 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7060 releasing 0.10.4, "Power"
7062 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
7064 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7065 Disable max-lateness by setting it to -1 for now, so that
7066 we can bed QoS stuff in thoroughly between now and the next
7069 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
7071 Patch by: Fabrizio Gennari
7073 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7074 Make sure we don't read beyond the palette buffer in case of
7075 broken or manipulated files (#333488)
7077 2006-03-10 Edward Hervey <edward@fluendo.com>
7079 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7080 Fix for variable not initialized.
7082 2006-03-09 Wim Taymans <wim@fluendo.com>
7084 * ext/libvisual/visual.c: (gst_visual_get_type),
7085 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7089 * ext/theora/gsttheoradec.h:
7090 * ext/theora/theoradec.c: (gst_theora_dec_init),
7091 (gst_theora_dec_reset), (_theora_granule_time),
7092 (theora_dec_src_convert), (theora_dec_sink_convert),
7093 (theora_dec_src_query), (theora_dec_src_event),
7094 (theora_dec_sink_event), (theora_handle_comment_packet),
7095 (theora_handle_header_packet), (theora_dec_push),
7096 (theora_handle_data_packet), (theora_dec_chain),
7097 (theora_dec_change_state):
7100 2006-03-09 Wim Taymans <wim@fluendo.com>
7102 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7103 (audiocast_register_listener), (gst_gnome_vfs_src_start):
7106 2006-03-09 Wim Taymans <wim@fluendo.com>
7108 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7109 Don't try to activate NULL chains.
7111 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7113 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7114 Fix invalid memory access to region before peek'd data (#332964).
7116 2006-03-09 Wim Taymans <wim@fluendo.com>
7118 Patch by: Christophe Fergeau
7120 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7121 * ext/pango/gsttextrender.c: (gst_text_render_init):
7122 * gst/adder/gstadder.c: (gst_adder_init):
7123 Don't leak padtemplates, closes #333510.
7125 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7127 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7128 Fix invalid memory access: make sure string passed to
7129 regexec() is NUL-termianted.
7131 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7133 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7135 Refactor mpeg/audio typefinding to make it more maintainable
7136 and easier to fine-tune. Make probing into middle of the file
7137 work properly (fixes #333900, also see #152688).
7139 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7141 * gst/typefind/gsttypefindfunctions.c:
7142 (utf8_type_find_have_valid_utf8_at_offset):
7143 Remove part from previous commit that was bogus:
7144 g_utf8_validate() does in fact not accept embedded
7145 zeroes, so we don't need to check for those (thanks
7146 to Mike for the hint).
7148 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7150 * gst/typefind/gsttypefindfunctions.c:
7151 (utf8_type_find_count_embedded_zeroes),
7152 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7153 Make plain/text typefinder more conservative: firstly, check
7154 for embedded zeroes, which are perfectly valid UTF-8 characters,
7155 but also a fairly good sign that something is not a plain text
7156 file; secondly, probe into the middle of the file if possible.
7157 If we can't probe into the middle, limit the probability value
7158 to be returned to TYPE_FIND_POSSIBLE (see #333900).
7160 2006-03-08 Michael Smith <msmith@fluendo.com>
7162 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7163 Make typefind function name for mpeg4 video unique.
7165 2006-03-08 Wim Taymans <wim@fluendo.com>
7167 * ext/libvisual/visual.c: (gst_visual_init),
7168 (gst_visual_clear_actors), (gst_visual_dispose),
7169 (gst_visual_reset), (gst_visual_src_setcaps),
7170 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7171 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7172 (gst_visual_chain), (gst_visual_change_state):
7173 Cleanups, post nice errors.
7174 Handle sink and src events.
7175 Implement simple QoS.
7177 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7178 Use new basesink methods to configure max-lateness.
7181 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7182 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7183 Debug statement cleanups.
7185 * gst/volume/gstvolume.c: (gst_volume_class_init):
7188 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7190 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7191 (gst_text_overlay_init), (gst_text_overlay_set_property),
7192 (gst_text_overlay_get_property):
7193 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7194 as string type properties, but mark them deprecated. Add
7195 'halignment' and 'valignment' properties that use enums
7198 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7200 Patch by: Fabrizio Gennari
7202 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7203 Allow palettes with less than 256 colours in AVI files
7206 2006-03-07 Julien MOUTTE <julien@moutte.net>
7208 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7209 (gst_text_overlay_video_event): Fix wrong EOS handling on text
7210 pad. We were releasing the queued text buffer when we should keep
7211 it until video pad gets EOS or discard the text buffer because it's
7212 too old. That was eating the last subtitle buffer. Add some more
7215 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7217 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7218 (gst_text_overlay_video_chain):
7219 Fix invalid memory access (we can't access a buffer after it's been
7220 pushed downstream without taking a reference); fix memory leak (if
7221 there's no text to render, bail out before allocating stuff).
7223 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7225 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7226 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7227 * ext/pango/gsttextoverlay.h:
7228 If input is plain text, escape it before passing it to
7229 pango_layout_set_markup().
7231 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7233 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7234 Don't ignore flow return from gst_pad_push().
7236 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7238 Patch by: Fabrizio Gennari
7240 * ext/libvisual/visual.c: (gst_visual_getcaps),
7241 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7242 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7243 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7244 (gst_vorbisenc_convert_sink):
7245 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7246 (gst_audio_duration_from_pad_buffer):
7247 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7248 (gst_audio_filter_chain):
7249 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7250 (gst_base_rtp_depayload_setcaps):
7251 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7252 (gst_video_get_size):
7253 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7254 Don't leak references returned by gst_pad_get_parent()
7257 2006-03-06 Stefan Kost <ensonic@users.sf.net>
7259 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7260 change location param details
7261 * gst/volume/gstvolume.c: (plugin_init):
7262 correct plugin description
7264 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7266 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7267 (gst_gnome_vfs_src_check_get_range):
7268 Override GstBaseSrc::check_get_range() in order to avoid opening
7269 the resource just to check whether we can operate in pull-mode or
7270 not - we can predict that pretty well from the URI alone. Should
7271 fix problems with last.fm (#331690). (Requires latest core CVS).
7273 2006-03-06 Wim Taymans <wim@fluendo.com>
7275 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7276 (gst_video_sink_class_init):
7277 Throw away frames that are later than 20 ms.
7279 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7281 Patch by: Fabrizio Gennari
7283 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7284 Set depth on WMA caps (#333545)
7286 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
7288 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7289 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7290 put Theora BOS pages before others. This hardcodes
7291 the Ogg/Theora I profile, but hey.
7293 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
7296 updated with some examples
7297 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7298 (granulepos_add), (theora_buffer_from_packet):
7299 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7300 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7301 (gst_vorbisenc_chain):
7302 implement strategy from ext/ogg/README
7303 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7304 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7305 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7306 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7307 Fix muxer so that oggz-validate is happy with all streams;
7308 except for no eos mark, and the BOS page ordering
7309 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7310 (check_buffer_granulepos):
7311 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7312 update tests to check for OFFSET being set as requested
7313 fixed type of granulepos, it's not a ClockTime
7315 2006-03-05 Julien MOUTTE <julien@moutte.net>
7317 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7318 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7319 Check that the xvimage we are creating has a correct size
7320 before returning it. (#314897)
7322 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7324 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7325 Give id3 and ape tag typefinders a rank slightly higher
7326 than PRIMARY to ensure they're always run before any of
7327 the other typefinders (in particular wav and mp3) (#324186).
7329 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7331 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7332 Add support for '3IVD' fourcc (#333403).
7334 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
7337 Bump requirements to GStreamer CVS for the new error enum.
7339 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7340 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7341 space left on the device (fixes #333352).
7343 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
7346 add a project file for libgstvolume
7347 update the workspace
7349 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
7351 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7352 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7354 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7355 Set IN_CAPS on header buffers
7357 2006-03-02 Wim Taymans <wim@fluendo.com>
7359 * docs/plugins/Makefile.am:
7360 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7361 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7362 Add audioresample to docs.
7364 * gst/audioconvert/gstaudioconvert.c:
7367 * gst/audioresample/gstaudioresample.c:
7368 (gst_audioresample_base_init), (gst_audioresample_class_init),
7369 (gst_audioresample_init), (gst_audioresample_dispose),
7370 (audioresample_get_unit_size), (audioresample_transform_caps),
7371 (resample_set_state_from_caps), (audioresample_transform_size),
7372 (audioresample_set_caps), (audioresample_event),
7373 (audioresample_do_output), (audioresample_transform),
7374 (audioresample_pushthrough), (gst_audioresample_set_property),
7375 (gst_audioresample_get_property), (plugin_init):
7376 * gst/audioresample/gstaudioresample.h:
7378 Small code cleanups.
7380 2006-03-02 Wim Taymans <wim@fluendo.com>
7382 * docs/plugins/Makefile.am:
7383 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7384 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7385 Added videoscale to docs.
7387 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7388 (gst_video_rate_swap_prev), (gst_video_rate_event),
7389 (gst_video_rate_chain):
7392 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7393 (gst_video_scale_init), (gst_video_scale_prepare_size),
7394 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7395 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7396 * gst/videoscale/gstvideoscale.h:
7397 Added docs, examples.
7399 Post errors instead of g_warning.
7401 2006-03-02 Wim Taymans <wim@fluendo.com>
7403 * docs/libs/gst-plugins-base-libs-docs.sgml:
7404 * docs/libs/gst-plugins-base-libs-sections.txt:
7405 * docs/libs/gst-plugins-base-libs.types:
7406 * docs/plugins/Makefile.am:
7407 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7408 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7409 Added some more docs to libs and plugins.
7411 * gst-libs/gst/audio/gstringbuffer.c:
7412 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7413 * gst-libs/gst/audio/gstringbuffer.h:
7414 Document ringbuffer some more.
7416 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7417 (gst_video_rate_setcaps), (gst_video_rate_reset),
7418 (gst_video_rate_init), (gst_video_rate_flush_prev),
7419 (gst_video_rate_swap_prev), (gst_video_rate_event),
7420 (gst_video_rate_chain), (gst_video_rate_change_state):
7421 * gst/videorate/gstvideorate.h:
7422 Fix videorate to use segments.
7423 Make it work with 0/1 framerates (closes #331903)
7424 Handle EOS correctly.
7427 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7429 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7430 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7431 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7432 In state change function, first chain up to parent class,
7433 then handle downwards state change stuff. Remove some
7434 commented out cruft from 0.8 code.
7436 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7438 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7439 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7440 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7441 (gst_ogm_parse_chain):
7442 Don't remove/re-add source pad if the new caps are the same as
7443 the old caps anyway (#333042). When removing source pad, don't
7444 unref it afterwards - we didn't ref it when adding. Sprinkle some
7445 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7446 after using gst_pad_get_parent(). Return downstream flow return
7447 value in chain function.
7449 2006-03-02 Wim Taymans <wim@fluendo.com>
7451 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7452 * docs/plugins/gst-plugins-base-plugins.args:
7453 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7454 * docs/plugins/gst-plugins-base-plugins.interfaces:
7455 * docs/plugins/gst-plugins-base-plugins.signals:
7456 Fix hierarchy, added some more elements to the docs.
7458 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7459 (gst_ffmpegcsp_get_type):
7460 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7461 Fix docs for ffmpegcolorspace.
7463 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
7465 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7466 (apetag_type_find), (ape_type_find), (plugin_init):
7467 Some typefinding fine-tuning:
7468 - rank ID3/APE tags in order of preference via probabilities, so that
7469 ID3v2 > APEv2 > APEv1 > ID3v1.
7470 - three or four bytes don't really justify MAXIMUM probability,
7471 change those to 'very likely' (musepack and monkeysaudio).
7473 2006-03-01 Wim Taymans <wim@fluendo.com>
7475 * docs/plugins/Makefile.am:
7476 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7477 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7478 * ext/alsa/gstalsamixer.c:
7479 * ext/alsa/gstalsamixer.h:
7480 * ext/alsa/gstalsamixerelement.c:
7481 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7482 * ext/alsa/gstalsamixerelement.h:
7483 * ext/alsa/gstalsasink.c:
7484 * ext/alsa/gstalsasink.h:
7485 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7487 * ext/alsa/gstalsasrc.h:
7489 Small code cleanups.
7491 2006-03-01 Wim Taymans <wim@fluendo.com>
7493 * ext/theora/Makefile.am:
7494 Dist new header too,
7496 2006-03-01 Wim Taymans <wim@fluendo.com>
7498 * docs/plugins/Makefile.am:
7499 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7500 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7501 * ext/gnomevfs/gstgnomevfssink.h:
7502 * ext/gnomevfs/gstgnomevfssrc.h:
7503 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7504 * ext/vorbis/vorbisdec.h:
7505 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7506 * ext/vorbis/vorbisenc.h:
7507 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7508 (vorbis_parse_chain), (vorbis_parse_change_state):
7509 * ext/vorbis/vorbisparse.h:
7510 * gst/audioconvert/gstaudioconvert.h:
7511 * gst/tcp/gsttcpserversink.h:
7512 * gst/videotestsrc/gstvideotestsrc.c:
7513 * gst/videotestsrc/gstvideotestsrc.h:
7514 * gst/volume/gstvolume.c:
7515 * gst/volume/gstvolume.h:
7517 Added docs for vorbisdec and vorbisparse.
7520 2006-03-01 Wim Taymans <wim@fluendo.com>
7522 * docs/plugins/Makefile.am:
7523 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7524 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7525 * ext/pango/gstclockoverlay.h:
7526 * ext/pango/gsttextoverlay.h:
7527 * ext/pango/gsttextrender.h:
7528 * ext/pango/gsttimeoverlay.h:
7529 * ext/theora/gsttheoradec.h:
7530 * ext/theora/gsttheoraenc.h:
7531 * ext/theora/theoradec.c:
7532 * ext/theora/theoraenc.c:
7533 * gst/audioconvert/gstaudioconvert.h:
7534 * gst/audiotestsrc/gstaudiotestsrc.h:
7535 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7536 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7537 * gst/tcp/gstmultifdsink.h:
7538 Updated/added documentation.
7540 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7541 (gst_text_overlay_halign_get_type),
7542 (gst_text_overlay_wrap_mode_get_type),
7543 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7544 (gst_text_overlay_init), (gst_text_overlay_set_property),
7545 (gst_text_overlay_get_property):
7546 Fix up properties to be enums instead of string to make bindings,
7547 introspection and automatic GUI creation possible.
7548 Add getters for the properties.
7550 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
7552 * gst/audiotestsrc/gstaudiotestsrc.c:
7553 added defines of M_PI and M_PI_2
7554 * gst/ffmpegcolorspace/avcodec.h:
7555 removed #include "stdint.h" for win32 as _stdint.h is
7556 autogenerated to win32/common
7557 * win32/common/libgstaudio.def:
7558 * win32/common/libgsttag.def:
7561 some project files bugs corrected
7563 project files are reset to the default vs7 configuration
7564 (they link to msvcr71.dll using default optimizations)
7566 2006-02-28 Wim Taymans <wim@fluendo.com>
7568 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7571 2006-02-28 Edward Hervey <edward@fluendo.com>
7573 * ext/alsa/gstalsasrc.c:
7574 Set proper class on the ElementDetails:
7575 Source/Audio instead of Src/Audio/
7577 2006-02-28 Edward Hervey <edward@fluendo.com>
7579 * gst/videoscale/vs_scanline.c:
7580 (vs_scanline_resample_nearest_RGBA):
7581 Revert optimization in videoscale. It should go in liboil and have
7582 an appropriate liboil function.
7584 2006-02-28 Wim Taymans <wim@fluendo.com>
7586 * gst-libs/gst/audio/gstbaseaudiosink.c:
7587 (gst_base_audio_sink_provide_clock):
7588 Don't try to provide a clock in the NULL state.
7590 2006-02-28 Wim Taymans <wim@fluendo.com>
7592 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7593 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7594 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7595 (gst_ogg_demux_deactivate_current_chain),
7596 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7597 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7598 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7599 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7600 Use GstSegment infrastructure to remove duplicated code
7601 and handle more seek cases correctly.
7603 2006-02-28 Wim Taymans <wim@fluendo.com>
7605 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7606 (gst_ffmpegcsp_transform):
7607 Don't ignore return code from ffmpeg convert function.
7609 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7610 Split out some long statements to ease debugging.
7612 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
7614 * ext/libvisual/visual.c: (gst_visual_init),
7615 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7616 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7617 being able to renegotiate the size. Instead, use the negotiation
7618 algorithm from the goom plugin to pick an initial output caps.
7620 Also, allow theoretical libvisual plugins that might support non-GL
7621 output even if they also do GL.
7623 2006-02-26 Julien MOUTTE <julien@moutte.net>
7625 * ext/libvisual/visual.c: (gst_visual_init),
7626 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7627 (plugin_init): Load only non GL plugins. Fix some memleaks and
7628 possible negotiation issues.
7630 2006-02-25 Julien MOUTTE <julien@moutte.net>
7632 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7634 2006-02-24 Michael Smith <msmith@fluendo.com>
7636 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7637 (cmml_type_find), (plugin_init):
7638 Fix CMML type find function to not require a specific minor version
7641 Add an MPEG4 video elementary stream typefind function.
7643 2006-02-04 Michael Smith <msmith@fluendo.com>
7645 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7646 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7647 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7648 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7649 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7650 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7651 Annodex support in ogg demuxer. Doesn't do very much without the
7652 other annodex patches (to come).
7654 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7656 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7658 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7659 Pick up palette for MS video v1 (#327028)
7661 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7663 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7664 (gst_ffmpegcsp_caps_remove_format_info),
7665 (gst_ffmpegcsp_get_unit_size):
7666 The 'palette_data' field from incoming RGB caps shouldn't be
7667 proxied on outgoing YUV caps; also, restrict unit size
7668 adjustment in case of paletted data only to the unit that
7669 actually has a palette. Fixes #330711.
7671 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7673 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7674 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7675 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7676 (gst_ffmpegcsp_get_unit_size):
7677 Plug some memory leaks.
7679 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7681 * sys/ximage/Makefile.am:
7682 * sys/xvimage/Makefile.am:
7683 Add some _CFLAGS and _LIBS that seem to be missing
7684 and/or required for Cygwin (see #317048).
7686 2006-02-22 Wim Taymans <wim@fluendo.com>
7688 * ext/alsa/gstalsasrc.c:
7689 Fix description as pointed out by caugier.
7691 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
7693 Reviewed by : Edward Hervey <edward@fluendo.com>
7695 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7697 Better 3gp typefinding (#331526).
7699 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7701 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7702 Don't send EOS event here, the base class will send one for us.
7704 * gst/playback/gstplaybasebin.c: (prepare_output):
7705 Subpictures without video stream aren't allowed either.
7707 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7708 Fix debug statement copy'n'paste-o.
7710 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7712 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7713 Fix issues with mixer keeping state when muting/unmuting
7714 and when changing the volume whilst muted (see #331763
7717 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7719 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7720 (parse_subrip), (gst_sub_parse_format_autodetect):
7721 Set right caps given that we send escaped text. Also,
7722 honour <i></i>, <b></b> and <u></u> markers that can be found
7723 in .srt files (fixes #310202).
7725 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7727 * gst-libs/gst/audio/mixerutils.c:
7728 (element_factory_rank_compare_func):
7729 Make order in which elements are tried more determinable.
7731 2006-02-20 Julien MOUTTE <julien@moutte.net>
7733 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7734 (remove_element_chain), (cleanup_decodebin),
7735 (gst_decode_bin_change_state): Make decodebin reusable by
7736 fixing remove_element_chain first and then introduce a
7737 cleaner in state change to ->NULL. (Closes #331678)
7739 2006-02-19 Wim Taymans <wim@fluendo.com>
7741 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7742 use 0666 mask when creating files so umask gets applied
7743 correctly. Fixes #331295.
7745 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7747 * gst/subparse/Makefile.am:
7748 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7749 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7750 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7751 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7752 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7753 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7754 * gst/subparse/gstssaparse.h:
7755 * gst/subparse/gstsubparse.c: (plugin_init):
7756 Add very basic parser for SSA subtitle streams (as often
7757 found in matroska files).
7759 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7761 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7762 That should be text/x-pango-markup, not text/x-pango-layout.
7764 2006-02-19 Julien MOUTTE <julien@moutte.net>
7766 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7769 2006-02-19 Julien MOUTTE <julien@moutte.net>
7771 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7772 (gst_text_overlay_finalize), (gst_text_overlay_init),
7773 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7774 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7775 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7776 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7777 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7778 Fix state change deadlock.
7780 2006-02-19 Julien MOUTTE <julien@moutte.net>
7782 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7783 (gst_text_overlay_finalize), (gst_text_overlay_init),
7784 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7785 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7786 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7787 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7788 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7789 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7790 and subtitles files.
7792 2006-02-19 Julien MOUTTE <julien@moutte.net>
7794 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7795 should be considered as raw.
7797 2006-02-19 Julien MOUTTE <julien@moutte.net>
7799 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7801 * gst/playback/gststreaminfo.h: Introduce language informations.
7803 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
7805 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7806 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7807 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7808 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7809 Set shared memory segments to be deleted as soon as we have attached,
7810 that way they get cleaned up automatically if we crash.
7812 2006-02-18 Julien MOUTTE <julien@moutte.net>
7814 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
7815 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7816 functions are called with lock held.
7818 2006-02-18 Julien MOUTTE <julien@moutte.net>
7820 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7821 (gst_text_overlay_finalize), (gst_text_overlay_init),
7822 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7823 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7824 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7825 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7826 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7827 (gst_text_overlay_change_state): Refactoring of textoverlay
7828 without collectpads. This now supports sparse subtitles coming
7829 from a demuxer instead of a sub file. Seeking is still broken
7830 though. Need to discuss with wtay some more on how to handle
7832 * ext/pango/gsttextoverlay.h:
7833 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7834 subtitles coming from the demuxer.
7836 2006-02-17 Wim Taymans <wim@fluendo.com>
7838 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7839 (gst_vorbisenc_convert_sink):
7840 Use some more scaling functions.
7842 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
7844 * ext/cdparanoia/gstcdparanoiasrc.c:
7845 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7846 (gst_cd_paranoia_paranoia_callback),
7847 (gst_cd_paranoia_src_signal_is_being_watched),
7848 (gst_cd_paranoia_src_read_sector):
7849 * ext/cdparanoia/gstcdparanoiasrc.h:
7850 Add back 'transport-error' and 'uncorrected-error' signals and
7851 make them actually be fired when bad stuff happens (#319340).
7853 2006-02-17 Wim Taymans <wim@fluendo.com>
7855 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7856 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7857 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7858 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7859 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7860 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7861 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7862 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7863 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7864 (gst_ring_buffer_clear):
7866 Added some G_LIKELY.
7868 2006-02-17 Wim Taymans <wim@fluendo.com>
7870 * gst-libs/gst/audio/TODO:
7873 * gst-libs/gst/audio/gstbaseaudiosink.c:
7874 (gst_base_audio_sink_get_offset):
7875 When trying to play samples ASAP and we don't have a
7876 previous sample, try to play at position 0 instead of
7877 an invalid position.
7879 2006-02-17 Wim Taymans <wim@fluendo.com>
7881 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7882 (gst_alsasink_reset):
7883 Also release lock when we get an error in _reset();
7884 fix an error message.
7886 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7888 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7889 (gst_alsasink_init), (get_channel_free_structure),
7890 (caps_add_channel_configuration), (gst_alsasink_getcaps),
7891 (gst_alsasink_close):
7892 * ext/alsa/gstalsasink.h:
7893 Add support for more than 2 channels (#326720).
7895 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7897 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7898 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7899 with 4 or 6 channels, assume a default channel layout to make things
7900 work (not sure there's anything else we can do in those cases).
7902 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7904 * gst-libs/gst/audio/multichannel.c:
7907 * gst-libs/gst/riff/Makefile.am:
7908 * gst-libs/gst/riff/riff-ids.h:
7909 * gst-libs/gst/riff/riff-media.c:
7910 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7911 Add support for WAVEFORMATEX, eg. PCM audio with more than two
7912 channels and a channel layout map.
7914 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
7916 Reviewed by Edward Hervey <edward@fluendo.com>
7918 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
7919 C-level optimization of the RGBA nearest neighbour function.
7920 Eventually this might end up in liboil with vectorized versions.
7922 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7924 * gst-libs/gst/audio/multichannel.c:
7925 (gst_audio_get_channel_positions):
7926 When we have more than 2 channels, but no channel layout is
7927 specified in the caps, return some default channel layout
7928 to the caller and warn about about a possibly buggy element
7929 (could be buggy filtercaps as well of course) (#317038).
7931 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7933 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7934 Add gst-libs/gst/cdda to list of lib search paths.
7936 2006-02-15 Andy Wingo <wingo@pobox.com>
7938 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7939 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7940 to the Lord Jesus that I do not have to touch the ogg muxer ever
7943 2006-02-15 Edward Hervey <edward@fluendo.com>
7945 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7946 quicktime movie files can also contain 'uuid' atoms.
7948 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
7950 * gst/audioconvert/plugin.c: (plugin_init):
7951 Register the GstAudioChannelPosition enum type with the type
7952 system in the plugin_init function, so that it is known before
7953 any element actually makes use of multi-channel stuff. This is
7954 required for example if one wants to be able to deserialise/use
7955 a caps string with channel positions before any pipeline has
7956 been setup and started, like with gst-launch.
7958 2006-02-14 Wim Taymans <wim@fluendo.com>
7960 * gst-libs/gst/audio/gstringbuffer.c:
7961 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7962 (gst_ring_buffer_samples_done), (wait_segment),
7963 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7964 Add some compiler G_(UN_)LIKELY help.
7965 SIGNAL the ringbuffer waiters when going to PAUSED as well to
7966 make sure they can exit their functions. Should fix #330748
7968 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
7973 * win32/common/_stdint.h:
7974 Windows does not have long long; copy the generated _stdint.h
7975 * win32/common/interfaces-enumtypes.c:
7976 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7977 (gst_mixer_track_flags_get_type),
7978 (gst_tuner_channel_flags_get_type):
7979 * win32/common/multichannel-enumtypes.c:
7980 (gst_audio_channel_position_get_type):
7983 2006-02-13 Wim Taymans <wim@fluendo.com>
7985 * gst-libs/gst/audio/gstbaseaudiosink.c:
7986 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7987 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7988 Always sync on first sample we receive when starting.
7990 2006-02-13 Wim Taymans <wim@fluendo.com>
7992 * gst/playback/gstplaybin.c: (gen_vis_element):
7993 Update vis bin docs.
7994 Move queue after tee so we don't queue video buffers but
7995 audio samples instead. Fixes problems where the video queue
7996 is filled and the audio queue empty.
7998 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
8000 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8001 No need to push an EOS event here, GstBaseSrc will do that for us
8002 when we return FLOW_UNEXPECTED.
8004 2006-02-12 Wim Taymans <wim@fluendo.com>
8006 * gst-libs/gst/audio/gstbaseaudiosink.c:
8007 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8008 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8009 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8010 Use scale functions when possible.
8012 Free clockid when after waiting for EOS.
8013 Use G_(UN_)LIKLY when it makes sense.
8014 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8016 2006-02-12 Edward Hervey <edward@fluendo.com>
8018 * gst/playback/gstplaybasebin.c: (prepare_output):
8019 Remove stray semi-colon (fixes #330888).
8021 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
8023 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8024 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8025 Fix up the XShm call testing so that we catch errors, and don't
8026 cause new ones by attempting to detach from a segment we failed
8027 to attach to. Fixes #312439.
8029 2006-02-10 Edward Hervey <edward@fluendo.com>
8031 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8032 Added flv file typefind (video/x-flv).
8034 2006-02-10 Edward Hervey <edward@fluendo.com>
8036 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8037 (gst_riff_create_video_template_caps):
8038 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8039 Also added the caps to the default set of riff video caps.
8041 2006-02-09 Andy Wingo <wingo@pobox.com>
8043 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8044 time and the end time of the last packet in the page.
8045 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8046 on the pages in our queue, set the duration as well. Reflow a
8048 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8049 Fixes bad muxing order.
8051 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
8053 * gst-libs/gst/rtp/gstbasertppayload.c:
8054 (gst_basertppayload_setcaps), (gst_basertppayload_push):
8055 update seqnum before setting it on the packet; this makes sure
8056 that the timestamp and seqnum properties match after pushing
8059 2006-02-09 Andy Wingo <wingo@pobox.com>
8061 * gst-libs/gst/audio/gstringbuffer.c
8062 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8063 overflow after 13.5 hours of recording. Kapow!
8065 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8066 the buffer size -- we don't care about underrun/overrun reporting
8067 right now, just need to return a useful value.
8069 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8074 === release 0.10.3 ===
8076 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8079 releasing 0.10.3, "Under Pressure"
8081 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8084 Drat. Bump libtool version number for new API.
8085 Prelease 0.10.2.3 (of 0.10.3)
8087 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8090 * win32/common/config.h:
8091 0.10.2.2 prerelease (of 0.10.3).
8093 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8095 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8096 Revert Andy's newsegment change pending a more correct
8099 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
8101 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8102 (qt_type_find), (plugin_init):
8103 detect more files as 3gp
8104 group and reorder the iso file formats
8106 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8108 * ext/vorbis/vorbis.c: (plugin_init):
8109 Register musicbrainz tags, so apps don't have to.
8111 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8113 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8114 (gst_tag_to_vorbis_tag):
8115 Make sure we called gst_tag_register_musicbrainz_tags()
8116 before possibly mapping a vorbiscomment string from/to a
8119 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8121 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8122 In case we can't find the required number of consecutive
8123 mpeg audio frames to positively identify an MPEG audio
8124 stream, check if there's at least a valid mpeg audio
8125 frame right at offset 0 and if so suggest mpeg/audio
8126 caps with a very low probability (#153004).
8128 2006-02-07 Andy Wingo <wingo@pobox.com>
8130 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8131 a TIME segment if we get timestamped buffers. Requires recent
8132 fixes in core to work properly.
8134 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8136 * gst/playback/gstplaybasebin.c: (prepare_output):
8137 Don't print the URI as part of the error message, it
8138 makes error dialogs look rather ugly, especially if
8139 the URI is very long or has characters in it that
8142 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8144 * gst/playback/gstplaybasebin.c: (prepare_output):
8145 Error out if we have only text or subtitles, but nothing
8146 else. Also error out if we have subtitles but no video
8149 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8151 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8152 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8153 Post an error message on the bus when we encounter an
8154 error, which will hopefully be more meaningful than the
8155 'Internal Flow Error' message users get to see if we
8156 just return GST_FLOW_ERROR.
8158 2006-02-07 Andy Wingo <wingo@pobox.com>
8160 * configure.ac (GST_MAJORMINOR): Update core version req to
8161 0.10.2.2, for the collectpads API addition (#330244).
8163 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
8165 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8166 Return FALSE from plugin_init() when GnomeVFS can't
8167 be initialised for some reason (#328423).
8169 2006-02-06 Julien MOUTTE <julien@moutte.net>
8171 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
8172 Stick to seeking theory until i find the bug.
8173 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8175 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8177 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8178 (theora_enc_finalize), (theora_enc_sink_setcaps),
8179 (theora_set_header_on_caps), (theora_enc_chain),
8180 (theora_enc_change_state):
8181 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8182 Make theoraenc and the tests leak free. Like, really.
8184 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8186 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8187 (theora_enc_finalize), (theora_enc_sink_setcaps):
8188 Add a finalize method to ensure we clean up state even if
8189 someone omitted the state change back to NULL.
8191 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8192 (gst_vorbisenc_chain):
8193 Free some more leaked bits.
8195 * tests/check/pipelines/theoraenc.c: (start_pipeline),
8197 Wait for state changes to happen if they're ASYNC.
8199 This ought to teach those fancy pants buildbots a lesson.
8201 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8203 * gst-libs/gst/tag/gstid3tag.c:
8204 Add mapping for ID3 International Standard Recording Code
8207 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8209 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8210 Don't leak tag names.
8212 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8214 * docs/libs/gst-plugins-base-libs-docs.sgml:
8215 * docs/libs/gst-plugins-base-libs-sections.txt:
8216 * gst-libs/gst/tag/gstid3tag.c:
8217 * gst-libs/gst/tag/gstvorbistag.c:
8218 * gst-libs/gst/tag/tags.c:
8219 Split libgsttag docs into multiple sections.
8221 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8223 * docs/libs/Makefile.am:
8224 * docs/libs/gst-plugins-base-libs-docs.sgml:
8225 * docs/libs/gst-plugins-base-libs-sections.txt:
8226 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8227 * gst-libs/gst/tag/gstvorbistag.c:
8228 * gst-libs/gst/tag/tag.h:
8229 * gst-libs/gst/tag/tags.c:
8230 Add libgsttag to the docs.
8232 2006-02-05 Julien MOUTTE <julien@moutte.net>
8234 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8235 (gst_text_overlay_init), (gst_text_overlay_src_event),
8236 (gst_text_overlay_collected): Fix clockoverlay.
8238 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8240 * docs/libs/compiling.sgml:
8241 Fix typo: it's pkg-config, not pkg-gconfig
8243 * docs/libs/gst-plugins-base-libs-docs.sgml:
8244 * docs/libs/gst-plugins-base-libs-sections.txt:
8245 * docs/libs/tmpl/gstgconf.sgml:
8246 There is no libgstgconf in 0.10, remove it
8249 2006-02-05 Julien MOUTTE <julien@moutte.net>
8251 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8252 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8253 (gst_text_overlay_src_event), (gst_text_overlay_collected):
8254 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8255 (gst_sub_parse_class_init), (gst_sub_parse_init),
8256 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8257 (parse_mpsub), (parser_state_init), (handle_buffer),
8258 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8259 * gst/subparse/gstsubparse.h: Introduce seeking code.
8261 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8263 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8264 Add comment about LANGUAGE tag inconsistency (we want
8265 ISO-639-1, but extract three-letter identifiers?)
8268 Add two translatable files.
8270 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8272 * gst-libs/gst/tag/Makefile.am:
8273 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8274 * gst-libs/gst/tag/tag.h:
8275 * gst-libs/gst/tag/tags.c:
8276 (gst_tag_register_musicbrainz_tags_internal),
8277 (gst_tag_register_musicbrainz_tags):
8278 Forward-port some tags stuff from the 0.8 branch. This is
8279 mostly the addition of musicbrainz tags and their mapping
8280 to vorbistags, and a vorbistag mapping of the language tag.
8282 2006-02-05 Julien MOUTTE <julien@moutte.net>
8284 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8287 2006-02-04 David Schleef <ds@schleef.org>
8289 * ext/ogg/gstoggmux.c:
8290 * gst/typefind/gsttypefindfunctions.c:
8291 Add Dirac typefinding and add dirac format to oggmux.
8293 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
8295 * gst/playback/gstdecodebin.c: (try_to_link_1):
8296 Don't put essential function call into
8297 g_return_*() macro, otherwise it'll all be
8298 replaced by NOOPs when compiling with
8299 G_DISABLE_CHECKS defined.
8301 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
8303 * ext/ogg/gstoggdemux.c:
8304 * ext/ogg/gstoggparse.c:
8305 * gst/tcp/gsttcpserversink.c:
8306 * sys/v4l/v4lsrc_calls.c:
8307 * sys/v4l/v4lsrc_calls.h:
8308 Just make it compile with --disable-gst-debug.
8310 2006-02-03 Wim Taymans <wim@fluendo.com>
8312 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8313 (gst_alsasink_class_init), (gst_alsasink_init),
8314 (gst_alsasink_write), (gst_alsasink_reset):
8315 * ext/alsa/gstalsasink.h:
8316 Add lock to protect alsa calls.
8317 Implement reset to flush samples ASAP, does not work
8320 2006-02-02 Wim Taymans <wim@fluendo.com>
8322 * gst-libs/gst/audio/gstbaseaudiosink.c:
8323 (gst_base_audio_sink_provide_clock):
8324 Ugh.. getting late I guess...
8326 2006-02-02 Wim Taymans <wim@fluendo.com>
8328 * gst-libs/gst/audio/gstbaseaudiosink.c:
8329 (gst_base_audio_sink_provide_clock),
8330 (gst_base_audio_sink_set_property),
8331 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8332 Don't try to provide a clock when we are not negotiated since
8333 we might not be able to make it run.
8335 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
8337 * gst/playback/gstdecodebin.c: (try_to_link_1):
8338 Unlinking two source pads is ... hard.
8340 2006-02-02 Wim Taymans <wim@fluendo.com>
8342 * gst-libs/gst/audio/TODO:
8345 * gst-libs/gst/audio/gstbaseaudiosink.c:
8346 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8347 On EOS, wait till the last sample is played before posting EOS.
8349 2006-02-01 Philippe Kalaf <burger at speedy dot org>
8351 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8352 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8353 setting queue_delay to zero. Also avoid thread being started if
8354 queue_delay is zero.
8356 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8358 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8359 Make test work again by connecting fakesinks to each decoded pad,
8360 which makes the pipeline wait until each fakesink has a buffer
8361 queued before going to PAUSED state. At that point we know the
8362 decodebin pads are negotiated.
8364 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8366 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8367 (gst_cdda_base_src_handle_event):
8368 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8369 Pass unhandled queries to the parent class's query function.
8371 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8373 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8374 (gst_ogg_pad_src_query):
8375 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8376 * ext/theora/theoradec.c: (theora_dec_src_query),
8377 (theora_dec_sink_query):
8378 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8379 (vorbis_dec_sink_query):
8380 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8381 (gst_vorbisenc_sink_query):
8382 * gst/adder/gstadder.c: (gst_adder_query):
8383 Pass unhandled queries upstream instead of just
8384 dropping them (#326447). Also, fix supported
8385 query types list for some elements.
8387 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8389 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8390 (paris_type_find), (ilbc_type_find), (plugin_init):
8391 Fix typefinding for audio/x-au, audio/x-paris and
8392 audio/iLBC-sh. We cannot use the START_WITH macros
8393 here, because there can only be one typefind factory
8394 with the same name (caps), so the second one would
8395 replace the first one and the first one would never
8396 be called when doing typefinding (see #161712).
8399 2006-01-31 Wim Taymans <wim@fluendo.com>
8401 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8402 (vorbis_handle_header_packet), (vorbis_dec_push),
8403 (vorbis_handle_data_packet):
8404 Use scale_int when we can, add some more scaling.
8405 Check packettype before parsing it.
8407 2006-01-31 Wim Taymans <wim@fluendo.com>
8409 * ext/theora/theoradec.c: (_theora_granule_time),
8410 (theora_dec_src_convert), (theora_dec_sink_convert):
8411 Call right _scale functions.
8412 Use parameter instead of some other random value.
8414 2006-01-31 Wim Taymans <wim@fluendo.com>
8416 * ext/theora/theoradec.c: (_theora_granule_frame),
8417 (_theora_granule_time), (_inc_granulepos),
8418 (theora_dec_src_convert), (theora_dec_sink_convert),
8419 (theora_handle_type_packet), (theora_handle_data_packet),
8421 Use higher precision timestamps calculation.
8422 Convert some other conversions to _scale.
8424 2006-01-31 Stefan Kost <ensonic@users.sf.net>
8426 * gst/audiotestsrc/gstaudiotestsrc.c:
8427 (gst_audio_test_src_create_sine_table), (plugin_init):
8428 * gst/volume/gstvolume.c: (plugin_init):
8429 initialize gst_controller before using
8431 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
8433 * tests/check/pipelines/theoraenc.c:
8434 * tests/check/pipelines/vorbisenc.c:
8435 Define constant using G_GINT64_CONSTANT to avoid errors when
8436 passing it around - otherwise it gets truncated to 32 bits.
8438 Fixes failing tests.
8440 2006-01-31 Andy Wingo <wingo@pobox.com>
8442 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8443 caps being set doesn't have a framerate value. Basically a stopgap
8446 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8447 technically correct enough to put into core though.
8448 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8449 DURATION. Fixes theoraenc ! oggmux.
8451 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8452 fraction, not double.
8454 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
8457 add vs7 project files created by Sergey Scobich
8459 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
8462 add vs8 project files created by Sergey Scobich
8464 2006-01-30 Andy Wingo <wingo@pobox.com>
8466 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8467 timestamp + duration, not just timestamp -- ogg pages should be
8468 ordered by stop time. Necessary fix given the change in vorbis
8471 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
8472 (gst_theora_enc_init): Pull the granule shift out of the encoder.
8473 (granulepos_add): New function, handles the messiness of adjusting
8475 (theora_buffer_from_packet):
8477 (theora_enc_sink_event): Use granulepos_add, not +.
8479 * tests/check/pipelines/theoraenc.c
8480 (check_buffer_granulepos_from_starttime): Just check the frame
8481 count, not the actual granulepos -- we can't dictate to the
8482 encoder when it should be placing keyframes.
8484 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
8486 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8487 SERVICE_NOT_AVAILABLE happens for example when you're trying to
8488 play an http:// stream from a server that's not serving
8490 2006-01-30 Andy Wingo <wingo@pobox.com>
8492 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
8493 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8494 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8497 * ext/theora/gsttheoraenc.h:
8498 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8499 although theoraenc was timestamping correctly. Added handling of
8500 streams that start with nonzero timestamps.
8502 * tests/check/Makefile.am:
8503 * tests/check/pipelines/theoraenc.c: New file, basically does same
8506 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8508 2006-01-30 Wim Taymans <wim@fluendo.com>
8510 * gst-libs/gst/audio/gstaudiosink.c:
8511 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8512 (gst_audioringbuffer_pause):
8513 Implement pause that does not wait for completion.
8515 * gst-libs/gst/audio/gstbaseaudiosink.c:
8516 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8517 Don't drop buffers when going to PAUSED but perform preroll on
8518 remaining samples now that core base class supports this.
8520 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8521 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8522 (gst_ring_buffer_commit):
8523 Pause should not signal waiters.
8524 Implement return value of _commit correctly.
8526 2006-01-30 Andy Wingo <wingo@pobox.com>
8528 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8530 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8531 updated to timestamp from the first sample, not the last.
8532 (gst_vorbisenc_buffer_from_header_packet): New function, takes
8533 special care of granulepos and timestamp for header packets.
8534 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8535 when the first buffer has a nonzero timestamp.
8537 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8538 (GstVorbisEnc.subgranule_offset): New members. Take care of the
8539 case when the first audio buffer we get has a nonzero timestamp.
8540 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8541 properly timestamp vorbis buffers with the time of the first
8542 sample, not the last.
8544 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8545 vorbis_granule_time_copy -- now it takes the granule/subgranule
8546 offset into account.
8548 * tests/check/pipelines/vorbisenc.c: New test for correctness of
8549 timestamps, durations, and granulepos on buffers produced by
8552 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
8554 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8555 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8556 Patch from Eric Jonas to support conversions to/from UYVY
8559 2006-01-30 Julien MOUTTE <julien@moutte.net>
8561 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8562 (setup_subtitle), (setup_source), (set_active_source):
8563 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8564 (gen_text_element), (gen_audio_element), (gen_vis_element),
8565 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8567 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
8569 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8570 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8571 use gst_guint64_to_gdouble to be compliant with vs6
8572 * gst/playback/gstdecodebin.c: (try_to_link_1)
8573 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8574 use G_GINT64_CONSTANT for int64 constants
8575 * win32/common/libgstinterfaces.def:
8576 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8578 update and add new project files
8580 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8584 * win32/common/interfaces-enumtypes.c:
8585 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8586 (gst_mixer_track_flags_get_type),
8587 (gst_tuner_channel_flags_get_type):
8588 * win32/common/interfaces-enumtypes.h:
8589 * win32/common/multichannel-enumtypes.c:
8590 (gst_audio_channel_position_get_type):
8591 * win32/common/multichannel-enumtypes.h:
8592 add a win32-update rule like in core, and copy over enumtypes files
8594 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8597 * win32/common/config.h:
8598 * win32/common/config.h.in:
8599 add config files just like in core
8601 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
8603 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8604 Make gcc-4.1 happy (part of #327357).
8606 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8608 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8609 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8610 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8611 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8612 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8613 (gst_alsasrc_unprepare), (gst_alsasrc_read):
8614 Update all error messages. All of them should either use
8615 the default translated message, or actually provide a
8616 translatable string.
8617 Make the string for channel count problems meaningful.
8619 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8621 * sys/v4l/v4l_calls.c: (gst_v4l_open):
8622 check for and throw RESOURCE_BUSY
8624 2006-01-27 David Schleef <ds@schleef.org>
8626 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8627 checked in this change -- it requires liboil features not
8628 in 0.3.6. Revert parts.
8630 2006-01-27 David Schleef <ds@schleef.org>
8633 * configure.ac: update liboil requirement to 0.3.6
8634 * gst/videoscale/Makefile.am:
8635 * gst/videoscale/vs_scanline.c: liboilify
8637 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8639 * ext/libvisual/visual.c: (get_buffer):
8640 When pad_alloc returns a GstFlowReturn other
8641 than GST_FLOW_OK, make sure it is passed upstream.
8643 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8645 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8646 (gst_alsasink_class_init):
8647 Free the device name string.
8649 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8650 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8651 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8652 Don't remove a pad from the collectpads structure until it
8653 is released - it's a request pad, and may receive data again
8654 if the element gets moved back to PLAYING state.
8656 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8657 Ensure we turn on double buffering on the Xv port, and
8658 set the colour key to something dark and mysterious that
8661 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
8663 * ext/alsa/gstalsaplugin.c: (plugin_init):
8664 * ext/cdparanoia/gstcdparanoiasrc.c:
8665 (gst_cd_paranoia_src_base_init), (plugin_init):
8666 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8667 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8668 - a library should not call setlocale. see "Libraries" node in
8670 - make sure all plugins that use translation do bindtextdomain
8671 to point to the localedir
8672 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8673 (setup_sinks), (plugin_init):
8674 all this, and check for NULL when creating sinks
8676 2006-01-27 Julien MOUTTE <julien@moutte.net>
8678 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8679 (plugin_init): Make typefinding of subtitles work again.
8681 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
8683 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8684 (mp3_type_frame_length_from_header), (mp3_type_find),
8685 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8687 Backport a bunch of typefinding fixes from the 0.8 branch.
8688 Also, improve wavpack typefinding: if we can't peek the
8689 entire wavpack block, try to parse the bits we can get and
8690 see if we find what we're looking for in those.
8692 2006-01-26 Julien MOUTTE <julien@moutte.net>
8694 * sys/ximage/ximagesink.c:
8695 (gst_ximagesink_calculate_pixel_aspect_ratio):
8696 * sys/xvimage/xvimagesink.c:
8697 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8698 more cases of pixel aspect ratio.
8700 2006-01-26 Edward Hervey <edward@fluendo.com>
8702 * gst/playback/gstdecodebin.c: (pad_probe):
8703 Also consider the flush-start and tag events as unblockers
8706 2006-01-26 Julien MOUTTE <julien@moutte.net>
8708 * gst/playback/gstplaybin.c: (gst_play_bin_init),
8709 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8710 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
8711 On the fly visualisation switch, works disabling, enabling as
8712 well but it won't be able to enable vis in a playbin that was
8713 created with no visualisation.
8715 2006-01-25 Wim Taymans <wim@fluendo.com>
8717 * gst-libs/gst/audio/gstbaseaudiosink.c:
8718 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8719 Undo previous commit that returned WRONG_STATE sooner, it breaks
8722 2006-01-25 Wim Taymans <wim@fluendo.com>
8724 * gst-libs/gst/audio/gstbaseaudiosink.c:
8725 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8726 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8728 Post error when caps cannot be parsed.
8729 Resync on discontinuity in the stream.
8730 Clip samples to segment boundaries.
8731 return WRONG_STATE sooner when we are flushing.
8733 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8734 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8735 Make audiosrc operate in TIME.
8736 Set TIMESTAMP and DURATION on buffers.
8738 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
8740 * tests/examples/seek/seek.c: (main):
8741 Output tag messages as well.
8743 2006-01-23 Edward Hervey <edward@fluendo.com>
8745 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8746 (free_pad_probes), (remove_fakesink), (pad_probe),
8747 (close_pad_link), (gst_decode_bin_change_state):
8748 Replace GstPadBlockCallback with pad probes that detect
8749 first buffer AND eos before removing fakesink.
8750 Fixes hang with demuxers doing EOS while pre-rolling.
8753 2006-01-23 Andy Wingo <wingo@pobox.com>
8755 * ext/alsa/gstalsasink.c:
8756 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8757 (gst_base_rtp_depayload_setcaps),
8758 (gst_base_rtp_depayload_add_to_queue),
8759 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8761 Patch by: Jens Granseuer <jensgr at gmx dot net>
8763 2006-01-22 Julien MOUTTE <julien@moutte.net>
8765 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8766 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8767 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
8768 frames. We might get a frame destroyed after changing state to
8769 NULL, adding a safety check on xcontext.
8771 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
8773 * gst-libs/gst/interfaces/xoverlay.c:
8774 Fix prepare-xwindow-id code example in the docs - we need to
8775 ignore all messages that aren't element messages as well.
8777 2006-01-21 Julien MOUTTE <julien@moutte.net>
8779 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8780 I think one day i'll completely undestand how caps negotiation
8781 is supposed to work. This refactoring handles buffer_alloc
8782 called with caps we can't handle. We definitely don't want a
8783 set_caps with those caps, so we define and allocate a buffer
8784 we would like to receive.
8786 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
8788 * gst/playback/gstplaybasebin.c: (setup_source):
8789 Free iterator when done.
8791 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
8793 * gst-libs/gst/audio/gstbaseaudiosink.c:
8794 (gst_base_audio_sink_render):
8795 Fix playback of non-synchronised streams by assuming a rate
8796 of 1.0 instead of a random one.
8798 Makes this work again:
8800 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8801 endianness=(int)4321, signed=(boolean)true, width=(int)16,
8802 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8803 audioresample ! alsasink
8805 === release 0.10.2 ===
8807 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8810 releasing 0.10.2, "Then the devil is six"
8812 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
8814 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8815 * gst/playback/gststreamselector.c:
8816 (gst_stream_selector_set_property):
8817 Comment out broken code that connects to the state-changed signal.
8818 At this point, changing current stream selection is broken, but
8819 stuff like gst-launch playbin current-audio=1 works and filters
8820 to the chosen stream.
8822 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8824 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8825 Fix #327216 (null dereference in vorbisdec)
8827 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
8829 * ext/theora/theoradec.c: (theora_handle_comment_packet):
8830 Post taglist actually on bus instead of just freeing it
8831 (fixes #327114 and totem bug #327080).
8833 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8834 Use gst_element_found_tags_for_pad(), so that the tags
8835 are sent downstream as an event as well.
8837 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
8839 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8840 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8841 (gst_ximagesink_buffer_alloc):
8842 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8843 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8844 (gst_xvimagesink_buffer_alloc):
8845 move all regularly occurring messages to GST_LOG level
8846 add some more object logs
8848 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
8850 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8851 fix a silly segfault
8853 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
8855 * docs/libs/gst-plugins-base-libs-docs.sgml:
8856 * docs/libs/gst-plugins-base-libs-sections.txt:
8857 * gst-libs/gst/audio/mixerutils.c:
8858 * gst-libs/gst/audio/mixerutils.h:
8859 Add docs for mixerutils stuff.
8861 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
8863 * gst/playback/gstplaybasebin.c: (setup_source):
8864 Fix playback for sources that emit raw audio or
8865 raw video streams (e.g.: cd audio sources) (#325984).
8867 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
8869 * gst-libs/gst/audio/mixerutils.c:
8870 (gst_audio_mixer_filter_do_filter):
8871 actually save the element we create
8873 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
8875 * gst-libs/gst/cdda/gstcddabasesrc.c:
8876 (gst_cdda_base_src_handle_track_seek):
8877 No need to post a tag message on the bus when seeking
8878 within the same track, only post it when the current
8881 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8883 * gst/playback/gstplaybasebin.c: (group_destroy),
8884 (probe_triggered), (new_decoded_pad), (mute_group_type),
8885 (set_active_source):
8886 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8887 * gst/playback/gststreamselector.c:
8888 (gst_stream_selector_base_init),
8889 (gst_stream_selector_set_property),
8890 (gst_stream_selector_request_new_pad):
8891 Reenable stream selection. These mechanisms need a complete overhaul
8892 in the face of 0.8->0.10 changes though.
8894 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8896 * ext/ogg/gstoggdemux.c:
8897 Change the pad template to src_%d to match the pads that
8898 are created from it. decodebin needs this information in order
8899 to decide that oggdemux is capable of producing multiple pads
8900 (and hence needs queues inserted).
8902 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8903 (gst_ogg_mux_collected):
8904 Make debug output more useful by using GST_PTR_FORMAT.
8906 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8908 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
8910 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8911 Set depth and width for alaw/mulaw (fixes #326601).
8913 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
8915 * tests/icles/Makefile.am:
8916 don't build the tests if we don't have the libs
8918 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8920 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8921 (gst_cd_paranoia_paranoia_callback):
8922 Don't try to free NULL pointers.
8924 2006-01-10 Edward Hervey <edward@fluendo.com>
8926 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8927 (gst_audio_rate_change_state), (plugin_init):
8928 Add debugging category.
8930 Add case for incoming buffers without valid offset/offset_end.
8932 2006-01-10 Michael Smith <msmith@fluendo.com>
8934 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8935 Don't leak GCond in audio sources.
8937 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
8939 * gst/playback/gstplaybin.c: (gen_audio_element):
8940 Don't leak an autoaudiosink/alsasink when we generate
8941 a new audio element. (old code, I guess)
8943 2006-01-10 Michael Smith <msmith@fluendo.com>
8945 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8946 Support float audio in audiorate.
8947 Use width rather than depth for selecting sample width.
8949 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8951 * gst/videotestsrc/videotestsrc.h:
8952 Use GLib types here (that way we don't have to include the
8953 generated _stdint.h header, which makes life easier for win32
8954 folks that don't use autotools for the build) (#325990, patch
8955 by: Sergey Scobich).
8957 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8959 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8960 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8961 (gst_ring_buffer_pause), (wait_segment):
8962 * gst-libs/gst/audio/gstringbuffer.h:
8963 Name (private) union, makes Forte compiler happy (this time
8964 for real) (#324900).
8966 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
8968 * gst-libs/gst/audio/Makefile.am:
8969 Link against libgstinterfaces, needed for mixer
8970 and property probe stuff.
8972 2006-01-09 Edward Hervey <edward@fluendo.com>
8974 * gst-libs/gst/Makefile.am:
8976 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
8978 * gst-libs/gst/audio/Makefile.am:
8979 * gst-libs/gst/audio/mixerutils.c:
8980 (gst_audio_mixer_filter_do_filter),
8981 (gst_audio_mixer_filter_check_element),
8982 (gst_audio_mixer_filter_probe_feature),
8983 (element_factory_rank_compare_func),
8984 (gst_audio_default_registry_mixer_filter):
8985 * gst-libs/gst/audio/mixerutils.h:
8986 Add gst_audio_default_registry_mixer_filter() utility
8989 2006-01-03 Michael Smith <msmith@fluendo.com>
8991 * gst/audioresample/resample.h:
8992 As before, but for o_buf
8994 2006-01-03 Michael Smith <msmith@fluendo.com>
8996 * gst/audioresample/resample.h:
8997 Declare struct _ResampleState.buffer as unsigned char *, not void *,
8998 since we do arithmetic on it.
9000 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
9002 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9003 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9004 (gst_ring_buffer_pause), (wait_segment):
9005 * gst-libs/gst/audio/gstringbuffer.h:
9006 Sun's Forte compiler doesn't seem to like anonymous structs,
9007 so use same setup as in GstBaseSrc (fixes #324900).
9009 2005-12-30 Stefan Kost <ensonic@users.sf.net>
9012 * gst/volume/Makefile.am:
9013 * gst/volume/demo.c:
9014 move old example to tests/examples/volume/volune.c
9015 * tests/examples/Makefile.am:
9016 * tests/examples/seek/seek.c: (main):
9017 change window-close event from "delete-event" to "destroy"
9018 * tests/examples/volume/Makefile.am:
9019 * tests/examples/volume/volume.c: (value_changed_callback),
9020 (setup_gui), (message_received), (eos_message_received), (main):
9021 fix event handling and bus usage
9023 2005-12-29 Stefan Kost <ensonic@users.sf.net>
9025 * gst/audiotestsrc/gstaudiotestsrc.c:
9026 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9027 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9028 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9029 (gst_audio_test_src_create_square),
9030 (gst_audio_test_src_create_saw),
9031 (gst_audio_test_src_create_triangle),
9032 (gst_audio_test_src_create_silence),
9033 (gst_audio_test_src_create_white_noise),
9034 (gst_audio_test_src_create_pink_noise),
9035 (gst_audio_test_src_init_sine_table),
9036 (gst_audio_test_src_create_sine_table),
9037 (gst_audio_test_src_change_wave),
9038 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9039 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9040 * gst/audiotestsrc/gstaudiotestsrc.h:
9041 update to basesrc changes, implement segmented seeking and eos
9042 handling, add a 'sine-tab' waveform for performance critical playback
9044 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9047 ... and this time the other modified file that I missed last time.
9049 2005-12-29 Michael Smith <msmith@fluendo.com>
9051 * gst/playback/gstdecodebin.c: (new_pad):
9052 Fix non-C89 variable declaration not at the start of a block. Should
9053 help some compilers.
9055 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9057 * tests/check/Makefile.am:
9058 And now fix 'make distcheck' (builddir != srcdir)
9060 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9063 * ext/cdparanoia/Makefile.am:
9064 * ext/cdparanoia/gstcdparanoia.c:
9065 * ext/cdparanoia/gstcdparanoia.h:
9066 * ext/cdparanoia/gstcdparanoiasrc.c:
9067 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9068 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9069 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9070 (gst_cd_paranoia_paranoia_callback),
9071 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9072 (gst_cd_paranoia_src_set_property),
9073 (gst_cd_paranoia_src_get_property), (plugin_init):
9074 * ext/cdparanoia/gstcdparanoiasrc.h:
9075 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9076 plugin again (there are still fixes required to playbin to make
9077 cdda:// uris work there).
9079 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9081 * tests/check/Makefile.am:
9082 Fix test case compilation.
9084 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9086 * gst-libs/gst/cdda/gstcddabasesrc.c:
9087 (gst_cdda_base_src_update_duration),
9088 (gst_cdda_base_src_calculate_cddb_id):
9089 An integer is not a string. Fix access to uninitialised variable.
9091 * tests/check/Makefile.am:
9092 Add cddabasesrc unit test; also actually enable the vorbis test.
9094 * tests/check/generic/states.c:
9095 Blacklist new cd audio elements as well.
9097 * tests/check/libs/cddabasesrc.c:
9098 Unit test for GstCddaBaseSrc (discid calculation mostly).
9100 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9102 * docs/libs/Makefile.am:
9103 * docs/libs/gst-plugins-base-libs-docs.sgml:
9104 * docs/libs/gst-plugins-base-libs-sections.txt:
9105 * docs/libs/gst-plugins-base-libs.types:
9106 Add docs for libgstcdda/GstCddaBaseSrc.
9108 * gst-libs/gst/interfaces/mixertrack.h:
9109 Do one struct member per line with a semicolon at the end, that way
9110 even gtk-doc might parse it without complaining.
9112 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9115 * gst-libs/gst/Makefile.am:
9116 * gst-libs/gst/cdda/Makefile.am:
9117 * gst-libs/gst/cdda/base64.c:
9118 * gst-libs/gst/cdda/base64.h:
9119 * gst-libs/gst/cdda/gstcddabasesrc.c:
9120 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9121 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9122 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9123 (gst_cdda_base_src_get_property),
9124 (gst_cdda_base_src_get_track_from_sector),
9125 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9126 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9127 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9128 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9129 (gst_cdda_base_src_uri_get_protocols),
9130 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9131 (gst_cdda_base_src_uri_handler_init),
9132 (gst_cdda_base_src_setup_interfaces),
9133 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9134 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9135 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9136 (gst_cdda_base_src_add_tags),
9137 (gst_cdda_base_src_add_index_associations),
9138 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9139 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9140 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9141 (gst_cdda_base_src_create):
9142 * gst-libs/gst/cdda/gstcddabasesrc.h:
9143 * gst-libs/gst/cdda/sha1.c:
9144 * gst-libs/gst/cdda/sha1.h:
9145 Add new libgstcdda with GstCddaBaseSrc class.
9147 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9149 * ext/gnomevfs/gstgnomevfssink.h:
9150 Use GstBaseSinkClass as parent_class member for class struct, not
9153 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9155 Patch by: Michael Benes
9157 * gst/videotestsrc/gstvideotestsrc.c:
9158 (gst_video_test_src_class_init), (gst_video_test_src_start):
9159 Add start method to reset running time and number of frames sent
9160 when starting up (fixes #324696)
9162 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9164 * docs/plugins/Makefile.am:
9165 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9166 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9167 * docs/plugins/gst-plugins-base-plugins.args:
9168 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9169 * docs/plugins/gst-plugins-base-plugins.signals:
9170 Add docs stuff for gnomevfssrc and gnomevfssink.
9172 * ext/gnomevfs/gstgnomevfssrc.c:
9173 Fix example pipeline in gtk-doc blurb.
9175 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9177 * ext/gnomevfs/Makefile.am:
9178 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9179 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9180 (gst_gnome_vfs_handle_get_type), (plugin_init):
9181 * ext/gnomevfs/gstgnomevfs.h:
9182 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9183 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9184 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9185 (gst_gnome_vfs_sink_set_property),
9186 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9187 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9188 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9189 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9190 (gst_gnome_vfs_sink_uri_get_type),
9191 (gst_gnome_vfs_sink_uri_get_protocols),
9192 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9193 (gst_gnome_vfs_sink_uri_handler_init):
9194 * ext/gnomevfs/gstgnomevfssink.h:
9195 Port gnomevfssink; add gtk-doc blurb.
9197 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9198 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9199 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9200 (gst_gnome_vfs_src_uri_get_type),
9201 (gst_gnome_vfs_src_uri_get_protocols),
9202 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9203 (gst_gnome_vfs_src_uri_handler_init),
9204 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9205 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9206 (gst_gnome_vfs_src_send_additional_headers_callback),
9207 (gst_gnome_vfs_src_received_headers_callback),
9208 (gst_gnome_vfs_src_push_callbacks),
9209 (gst_gnome_vfs_src_pop_callbacks),
9210 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9211 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9212 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9213 * ext/gnomevfs/gstgnomevfssrc.h:
9214 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9215 file; add gtk-doc blurb with example pipelines.
9217 === release 0.10.1 ===
9219 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
9222 releasing 0.10.1, "Dobro Dedek"
9224 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
9226 * gst/typefind/gsttypefindfunctions.c:
9227 iLBC30 and iLBC20 added to typefind.
9229 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
9231 * gst-libs/gst/audio/gstbaseaudiosink.c:
9232 (gst_base_audio_sink_class_init):
9233 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9234 (gst_base_audio_src_class_init):
9235 update strings, values are in microseconds
9236 change the default sink buffer time to something that is smaller
9237 (to help software volume mixing have a slightly lower delay) but
9238 still be acceptable on Wim's laptop
9240 2005-12-20 Edward Hervey <edward@fluendo.com>
9242 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9243 Made a quack, forgot to add DUCK to the riff video template.
9245 2005-12-19 Edward Hervey <edward@fluendo.com>
9247 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9248 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9249 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9250 (gst_ogm_parse_chain):
9251 Make sure pads are initialized correctly.
9252 * gst-libs/gst/riff/riff-ids.h:
9253 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9254 (gst_riff_create_video_template_caps):
9255 Add a whole bunch of FOURCC <=> MimeType.
9256 Extend the riff video pad template to support the newly added fourcc.
9258 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
9260 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9261 (gst_ogg_demux_activate_chain):
9262 Extra debug output when activating/deactivating chains.
9264 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9265 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9267 Remove a queue from our list when it becomes unlinked.
9268 Don't add queues to elements in class 'Demux' if they
9269 can only produce one pad
9271 2005-12-18 Julien MOUTTE <julien@moutte.net>
9273 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9274 (gst_video_sink_get_type): Add a debug category.
9276 2005-12-17 Philippe Khalaf <burger@speedy.org>
9278 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9279 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9280 Handle downstream newsegment by sending our own newsegment before the
9281 next buffer to be released. (#323900)
9283 2005-12-17 Philippe Khalaf <burger@speedy.org>
9285 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9286 (gst_base_rtp_depayload_set_gst_timestamp):
9287 add queue delay to new segment as well (as opposed to just the first
9288 buffer). (bug #322347)
9290 2005-12-16 Stefan Kost <ensonic@users.sf.net>
9292 * ext/libvisual/visual.c: (make_valid_name):
9293 change some char* into char[]
9294 * gst/audiotestsrc/gstaudiotestsrc.c:
9295 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9296 (gst_audio_test_src_create):
9297 * gst/audiotestsrc/gstaudiotestsrc.h:
9298 prepare to handle EOS and SEGMENT_DONE
9300 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9302 * tests/check/generic/states.c: (GST_START_TEST):
9303 Blacklist cdparanoia element in state test.
9305 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9307 Patch by: Benjamin Pineau
9310 * gst/tcp/gsttcpclientsink.c:
9311 * gst/tcp/gsttcpserversink.c:
9312 * gst/tcp/gsttcpserversrc.c:
9313 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9315 2005-12-15 Michael Smith <msmith@fluendo.com>
9317 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9318 (gst_video_rate_chain):
9319 Fix timestamping for videorate when the first buffer it sees has a
9320 non-zero timestamp. Fix some misleading debug output.
9322 2005-12-15 Michael Smith <msmith@fluendo.com>
9324 * gst/audioresample/gstaudioresample.c:
9325 Don't leak all input buffers to audioresample.
9327 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9329 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9330 Don't operate on empty text buffers. Strip newlines and
9331 tabs only from the end of the text, but leave them intact
9332 in the middle. Fix typo in gtk-doc description.
9334 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9336 * gst/playback/gstplaybasebin.c:
9337 * gst/playback/gstplaybin.c: (handoff):
9338 Make sure the video frame buffer we return to apps via the
9339 "frame" property always has caps set on it. Modify
9340 _gst_gvalue_set_object() macro to handle NULL objects
9343 2005-12-14 Stefan Kost <ensonic@users.sf.net>
9345 * gst/audiotestsrc/gstaudiotestsrc.c:
9346 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9347 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9348 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9349 (gst_audio_test_src_create):
9350 * gst/audiotestsrc/gstaudiotestsrc.h:
9351 Adjust to some recent api changes and add wtays new cool seeking
9354 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
9356 * ext/alsa/Makefile.am:
9357 * ext/alsa/gstalsadeviceprobe.c:
9358 * ext/alsa/gstalsadeviceprobe.h:
9359 Helper functions to add device probing via the GstPropertyProbe
9360 interface to a class.
9362 * ext/alsa/gstalsamixer.h:
9363 Comment out GST_ALSA_MIXER, it returns a struct that's not
9366 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9367 Add some debug info.
9369 * ext/alsa/gstalsamixerelement.c:
9370 (gst_alsa_mixer_element_interface_supported),
9371 (gst_implements_interface_init),
9372 (gst_alsa_mixer_element_init_interfaces),
9373 (gst_alsa_mixer_element_class_init),
9374 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9375 (gst_alsa_mixer_element_set_property),
9376 (gst_alsa_mixer_element_get_property),
9377 (gst_alsa_mixer_element_change_state):
9378 * ext/alsa/gstalsamixerelement.h:
9379 Add 'device' and 'device-name' properties. Add GstPropertyProbe
9380 for device handling (gnome-volume-control will need that).
9382 2005-12-12 Christian Schaller <uraeus@gnome.org>
9384 * ext/Makefile.am: fix cdparanoia entry
9385 * gst-plugins-base.spec.in: add cdparanoia
9387 2005-12-12 Michael Smith <msmith@fluendo.com>
9389 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9390 Use the correct function to free list of typefind factories.
9392 2005-12-12 Wim Taymans <wim@fluendo.com>
9394 * gst/videotestsrc/gstvideotestsrc.c:
9395 (gst_video_test_src_class_init), (gst_video_test_src_init),
9396 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9397 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9398 (gst_video_test_src_create):
9399 * gst/videotestsrc/gstvideotestsrc.h:
9400 Implement seeking in videotestsrc.
9403 2005-12-12 Wim Taymans <wim@fluendo.com>
9405 * ext/cdparanoia/Makefile.am:
9406 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9407 (gst_paranoia_endian_get_type), (_do_init),
9408 (cdparanoia_class_init), (cdparanoia_init),
9409 (cdparanoia_set_property), (cdparanoia_get_property),
9410 (cdparanoia_do_seek), (cdparanoia_is_seekable),
9411 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9412 (cdparanoia_convert), (cdparanoia_get_query_types),
9413 (cdparanoia_query), (cdparanoia_set_index),
9414 (cdparanoia_uri_set_uri):
9415 * ext/cdparanoia/gstcdparanoia.h:
9416 Partially ported cdparanoia now that basesrc can support a
9419 2005-12-12 Wim Taymans <wim@fluendo.com>
9421 * tests/examples/seek/scrubby.c: (main):
9422 Set higher priority for bus events so they don't get reordered with
9425 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9426 (flush_toggle_cb), (main):
9427 Added checkbox to disable flushing seeks.
9428 Disable scrubbing when doing non flushing seeks.
9430 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
9432 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9433 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9434 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9435 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9436 Implement some sort of event handling that doesn't rely on
9437 g_return_if_fail; make sure we always push the last chunk of an
9438 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9439 state change function; remove some old cruft. Seeking is still
9440 rather unlikely to work though.
9445 2005-12-11 Julien MOUTTE <julien@moutte.net>
9447 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
9448 Fixed a leak of the current image reference when cleaning up.
9449 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9451 2005-12-09 Michael Smith <msmith@fluendo.com>
9453 * tools/Makefile.am:
9454 * tools/gst-launch-ext-m.m:
9455 Remove gst-launch-ext. It doesn't work, and is no longer
9456 particularly useful.
9458 2005-12-08 Luca Ognibene <luogni@tin.it>
9460 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9461 don't pass random values to ogmparse convert function.
9462 Make seeking possible in the exile1.ogm file.
9464 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
9466 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9467 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9468 Work around refcount problem with g_value_set_object() that occur
9469 if the core has been compiled against GLib-2.6 (g_value_set_object()
9470 will only g_object_ref() the element, but the caller will
9471 gst_object_unref() it and bad things will happen due to the way
9472 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9473 totem for people on FC4 using Thomas's 0.10 RPMs.
9475 2005-12-07 Edward Hervey <edward@fluendo.com>
9477 Time to welcome ogm to 0.10 :)
9479 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9480 (gst_ogg_pad_typefind):
9481 Oggdemux can now properly typefind elements with dynamic pads.
9482 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9483 Properly set caps on src pad, and set caps on outgoing buffers.
9485 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
9487 * ext/alsa/gstalsamixer.h:
9488 * ext/alsa/gstalsamixerelement.h:
9489 * ext/alsa/gstalsamixeroptions.h:
9490 * ext/alsa/gstalsamixertrack.h:
9491 * ext/alsa/gstalsasink.c:
9492 * ext/alsa/gstalsasink.h:
9493 * ext/alsa/gstalsasrc.c:
9494 * ext/alsa/gstalsasrc.h:
9495 * ext/cdparanoia/gstcdparanoia.h:
9496 * ext/gnomevfs/gstgnomevfsuri.h:
9497 * ext/ogg/gstoggdemux.c:
9498 * ext/ogg/gstoggmux.c:
9499 * ext/pango/gsttextoverlay.h:
9500 * ext/theora/theoradec.c:
9501 * ext/theora/theoraenc.c:
9502 * ext/vorbis/vorbisdec.h:
9503 * ext/vorbis/vorbisenc.c:
9504 * ext/vorbis/vorbisenc.h:
9505 * ext/vorbis/vorbisparse.h:
9506 * gst-libs/gst/audio/gstaudioclock.h:
9507 * gst-libs/gst/audio/gstaudiosink.c:
9508 * gst-libs/gst/audio/gstaudiosink.h:
9509 * gst-libs/gst/audio/gstaudiosrc.c:
9510 * gst-libs/gst/audio/gstaudiosrc.h:
9511 * gst-libs/gst/audio/gstbaseaudiosink.c:
9512 * gst-libs/gst/audio/gstbaseaudiosink.h:
9513 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9514 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9515 * gst-libs/gst/audio/gstringbuffer.h:
9516 * gst-libs/gst/audio/multichannel.h:
9517 * gst-libs/gst/floatcast/floatcast.h:
9518 * gst-libs/gst/interfaces/colorbalance.c:
9519 * gst-libs/gst/interfaces/colorbalance.h:
9520 * gst-libs/gst/interfaces/colorbalancechannel.h:
9521 * gst-libs/gst/interfaces/mixer.h:
9522 * gst-libs/gst/interfaces/mixeroptions.h:
9523 * gst-libs/gst/interfaces/mixertrack.h:
9524 * gst-libs/gst/interfaces/navigation.h:
9525 * gst-libs/gst/interfaces/propertyprobe.h:
9526 * gst-libs/gst/interfaces/tuner.h:
9527 * gst-libs/gst/interfaces/tunerchannel.h:
9528 * gst-libs/gst/interfaces/tunernorm.h:
9529 * gst-libs/gst/interfaces/xoverlay.h:
9530 * gst-libs/gst/netbuffer/gstnetbuffer.h:
9531 * gst-libs/gst/riff/riff-ids.h:
9532 * gst-libs/gst/riff/riff-media.h:
9533 * gst-libs/gst/riff/riff-read.h:
9534 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9535 * gst-libs/gst/rtp/gstbasertppayload.c:
9536 * gst-libs/gst/rtp/gstbasertppayload.h:
9537 * gst-libs/gst/rtp/gstrtpbuffer.c:
9538 * gst-libs/gst/rtp/gstrtpbuffer.h:
9539 * gst-libs/gst/tag/gsttageditingprivate.h:
9540 * gst-libs/gst/tag/gstvorbistag.c:
9541 (gst_tag_list_from_vorbiscomment_buffer):
9542 * gst-libs/gst/tag/tag.h:
9543 * gst-libs/gst/video/video.h:
9544 * gst/adder/gstadder.c:
9545 * gst/adder/gstadder.h:
9546 * gst/audioconvert/audioconvert.c:
9547 * gst/audioconvert/audioconvert.h:
9548 * gst/audioconvert/gstaudioconvert.c:
9549 * gst/audioconvert/gstchannelmix.c:
9550 * gst/audioconvert/gstchannelmix.h:
9551 * gst/audiorate/gstaudiorate.c:
9552 * gst/audioresample/buffer.h:
9553 * gst/audioresample/functable.h:
9554 * gst/audioresample/gstaudioresample.c:
9555 * gst/audioresample/resample.h:
9556 * gst/ffmpegcolorspace/avcodec.h:
9557 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9558 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9559 * gst/ffmpegcolorspace/imgconvert.c:
9560 * gst/ffmpegcolorspace/imgconvert_template.h:
9561 * gst/playback/gstdecodebin.c:
9562 * gst/playback/gstplaybasebin.h:
9563 * gst/playback/gstplaybin.c:
9564 * gst/playback/gststreaminfo.h:
9565 * gst/tcp/gstfdset.c:
9566 * gst/tcp/gstfdset.h:
9567 * gst/tcp/gstmultifdsink.c:
9568 * gst/tcp/gstmultifdsink.h:
9570 * gst/tcp/gsttcpclientsrc.c:
9571 * gst/tcp/gsttcpclientsrc.h:
9572 * gst/tcp/gsttcpplugin.h:
9573 * gst/tcp/gsttcpserversink.c:
9574 * gst/tcp/gsttcpserversrc.c:
9575 * gst/typefind/gsttypefindfunctions.c:
9576 * gst/videorate/gstvideorate.c:
9577 * gst/videotestsrc/gstvideotestsrc.h:
9578 * gst/videotestsrc/videotestsrc.h:
9579 * sys/v4l/gstv4lcolorbalance.h:
9580 * sys/v4l/gstv4ltuner.h:
9581 * sys/v4l/gstv4lxoverlay.h:
9582 * sys/v4l/v4l_calls.h:
9583 * sys/v4l/videodev_mjpeg.h:
9584 * tests/check/elements/audioconvert.c:
9585 * tests/check/elements/audioresample.c:
9586 * tests/check/elements/audiotestsrc.c:
9587 * tests/check/elements/videotestsrc.c:
9588 * tests/check/elements/volume.c:
9589 * tests/examples/seek/scrubby.c:
9590 * tests/examples/seek/seek.c:
9593 === release 0.10.0 ===
9595 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9598 releasing 0.10.0, "Mont-d'or"
9600 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
9602 * tests/examples/seek/Makefile.am:
9603 Build fix for when gtk is not available.
9605 2005-12-05 Andy Wingo <wingo@pobox.com>
9607 * ext/libvisual/visual.c: (get_buffer):
9608 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9609 * ext/pango/gsttextrender.c: (gst_text_render_chain):
9610 * ext/theora/theoradec.c: (theora_handle_data_packet):
9611 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9613 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9614 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9615 Update for alloc_buffer changes.
9617 2005-12-05 Andy Wingo <wingo@pobox.com>
9619 patch by: Kai Vehmanen <kv2004 eca cx>
9621 * gst-libs/gst/rtp/gstbasertpdepayload.c
9622 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9624 2005-12-04 Andy Wingo <wingo@pobox.com>
9626 patch by: Sebastien Cote <sebas642 yahoo ca>
9628 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9631 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
9633 * docs/plugins/Makefile.am:
9634 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9635 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9636 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9637 * ext/pango/gstclockoverlay.c:
9638 * ext/pango/gsttextoverlay.c:
9639 * ext/pango/gsttextrender.c:
9640 * ext/pango/gsttimeoverlay.c:
9641 Add gtk-doc blurbs to pango elements.
9643 2005-12-02 Wim Taymans <wim@fluendo.com>
9645 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9646 * gst/audioresample/buffer.h:
9647 * gst/audioresample/gstaudioresample.c:
9648 * gst/audioresample/gstaudioresample.h:
9649 * gst/audioresample/resample.c: (resample_input_flush),
9650 (resample_input_pushthrough), (resample_input_eos),
9651 (resample_get_output_size_for_input),
9652 (resample_get_input_size_for_output), (resample_get_output_size),
9653 (resample_get_output_data):
9654 * gst/audioresample/resample.h:
9655 * gst/audioresample/resample_ref.c: (resample_scale_ref):
9656 Fix audioresample, seek torture, new segments, reverse negotiation
9659 2005-12-02 Wim Taymans <wim@fluendo.com>
9661 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9664 2005-12-02 Wim Taymans <wim@fluendo.com>
9666 * gst/audioconvert/gstaudioconvert.c:
9667 (gst_audio_convert_transform):
9670 === release 0.9.7 ===
9672 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9675 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9677 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9683 add win32 MANIFEST file
9684 do something to the hungarian translation
9686 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
9689 Add $(PANGO_DIR) to SUBDIRS
9691 * ext/pango/gstclockoverlay.c:
9692 * ext/pango/gsttimeoverlay.c:
9693 Fix and improve element descriptions.
9695 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9697 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9698 * docs/plugins/inspect/plugin-libvisual.xml:
9699 * docs/plugins/inspect/plugin-pango.xml:
9700 add pango plugin to docs
9702 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9708 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9711 * tests/Makefile.am:
9712 * tests/icles/.cvsignore:
9713 * tests/icles/Makefile.am:
9714 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9715 (close_display), (resize_window), (move_window), (create_window),
9716 (terminate_playback), (pause_playback), (start_playback), (main):
9717 add stress test for xoverlay from Julien
9719 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9721 * docs/libs/tmpl/gstcolorbalance.sgml:
9722 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9723 * gst-libs/gst/rtp/gstbasertppayload.c:
9724 * gst-libs/gst/rtp/gstrtpbuffer.c:
9725 * gst-libs/gst/rtp/gstrtpbuffer.h:
9726 Do burger's rename for rtp payloaders and depayloaders
9728 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9731 add Visual Studio 6 build files
9733 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9735 * docs/libs/gst-plugins-base-libs-docs.sgml:
9736 * docs/libs/gst-plugins-base-libs-sections.txt:
9737 * docs/libs/tmpl/gstaudio.sgml:
9738 * docs/libs/tmpl/gstringbuffer.sgml:
9739 * gst-libs/gst/interfaces/xoverlay.c:
9740 * gst-libs/gst/video/gstvideofilter.c:
9741 * gst-libs/gst/video/gstvideosink.c:
9742 update documentation
9744 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9746 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9747 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9748 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9749 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9750 (gst_multi_fd_sink_get_stats),
9751 (gst_multi_fd_sink_remove_client_link),
9752 (gst_multi_fd_sink_handle_client_read),
9753 (gst_multi_fd_sink_client_queue_data),
9754 (gst_multi_fd_sink_client_queue_caps),
9755 (gst_multi_fd_sink_client_queue_buffer),
9756 (gst_multi_fd_sink_new_client),
9757 (gst_multi_fd_sink_handle_client_write),
9758 (gst_multi_fd_sink_recover_client),
9759 (gst_multi_fd_sink_queue_buffer),
9760 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9761 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9762 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9763 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9764 * gst/tcp/gstmultifdsink.h:
9765 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9766 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9767 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9768 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9769 (gst_tcp_client_sink_set_property),
9770 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9771 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9772 * gst/tcp/gsttcpclientsink.h:
9773 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9774 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9775 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9776 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9777 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9778 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9779 * gst/tcp/gsttcpclientsrc.h:
9780 * gst/tcp/gsttcpplugin.c: (plugin_init):
9781 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9782 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9783 (gst_tcp_server_sink_finalize),
9784 (gst_tcp_server_sink_handle_server_read),
9785 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9786 (gst_tcp_server_sink_set_property),
9787 (gst_tcp_server_sink_get_property),
9788 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9789 * gst/tcp/gsttcpserversink.h:
9790 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9791 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9792 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9793 (gst_tcp_server_src_set_property),
9794 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9795 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9796 * gst/tcp/gsttcpserversrc.h:
9799 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9801 * docs/plugins/Makefile.am:
9802 * docs/plugins/gst-plugins-base-plugins.args:
9803 * docs/plugins/inspect/plugin-libvisual.xml:
9804 * gst/audioconvert/plugin.h:
9805 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9806 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9807 (gst_audio_rate_setcaps), (gst_audio_rate_init),
9808 (gst_audio_rate_chain), (gst_audio_rate_set_property),
9809 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9811 * gst/audiotestsrc/gstaudiotestsrc.c:
9812 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9813 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9814 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9815 (gst_audio_test_src_get_query_types),
9816 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9817 (gst_audio_test_src_create_square),
9818 (gst_audio_test_src_create_saw),
9819 (gst_audio_test_src_create_triangle),
9820 (gst_audio_test_src_create_silence),
9821 (gst_audio_test_src_create_white_noise),
9822 (gst_audio_test_src_init_pink_noise),
9823 (gst_audio_test_src_generate_pink_noise_value),
9824 (gst_audio_test_src_create_pink_noise),
9825 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9826 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9827 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9829 * gst/audiotestsrc/gstaudiotestsrc.h:
9830 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9831 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9832 (gst_sub_parse_init), (gst_sub_parse_formats),
9833 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9834 (convert_encoding), (get_next_line),
9835 (gst_sub_parse_data_format_autodetect),
9836 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9837 (gst_sub_parse_loop), (gst_sub_parse_chain),
9838 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9840 * gst/subparse/gstsubparse.h:
9841 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9842 (gst_video_rate_base_init), (gst_video_rate_class_init),
9843 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9844 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9845 (gst_video_rate_init), (gst_video_rate_event),
9846 (gst_video_rate_chain), (gst_video_rate_set_property),
9847 (gst_video_rate_get_property), (gst_video_rate_change_state),
9849 * gst/videoscale/gstvideoscale.c:
9850 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9851 (gst_video_scale_src_template_factory),
9852 (gst_video_scale_sink_template_factory),
9853 (gst_video_scale_get_type), (gst_video_scale_base_init),
9854 (gst_video_scale_class_init), (gst_video_scale_init),
9855 (gst_video_scale_set_property), (gst_video_scale_get_property),
9856 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9857 (gst_video_scale_prepare_size), (parse_caps),
9858 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9859 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9860 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9862 * gst/videoscale/gstvideoscale.h:
9863 * gst/videotestsrc/gstvideotestsrc.c:
9864 (gst_video_test_src_pattern_get_type),
9865 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9866 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9867 (gst_video_test_src_set_pattern),
9868 (gst_video_test_src_set_property),
9869 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9870 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9871 (gst_video_test_src_event), (gst_video_test_src_get_times),
9872 (gst_video_test_src_create), (plugin_init):
9873 * gst/videotestsrc/gstvideotestsrc.h:
9874 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9875 (gst_video_test_src_smpte), (gst_video_test_src_snow),
9876 (gst_video_test_src_black):
9877 * gst/videotestsrc/videotestsrc.h:
9879 clean up docs a little
9881 2005-11-30 Wim Taymans <wim@fluendo.com>
9883 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9884 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9885 (gst_basertppayload_event), (gst_basertppayload_push),
9886 (gst_basertppayload_change_state):
9887 * gst-libs/gst/rtp/gstbasertppayload.h:
9890 2005-11-30 Julien MOUTTE <julien@moutte.net>
9892 * docs/libs/gst-plugins-base-libs-docs.sgml:
9893 * docs/libs/gst-plugins-base-libs-sections.txt:
9894 * gst-libs/gst/video/gstvideofilter.c:
9895 * gst-libs/gst/video/gstvideosink.c:
9896 * gst-libs/gst/video/gstvideosink.h: Adding docs.
9898 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9918 * scripts/autoplugins.sh:
9921 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9925 * examples/Makefile.am:
9926 * examples/capsfilter/Makefile.am:
9927 * examples/capsfilter/capsfilter1.c:
9928 * examples/gob/Makefile.am:
9929 * examples/gob/gst-identity2.gob:
9930 * examples/indexing/.cvsignore:
9931 * examples/indexing/Makefile.am:
9932 * examples/indexing/indexmpeg.c:
9933 * examples/seeking/.cvsignore:
9934 * examples/seeking/Makefile.am:
9935 * examples/seeking/cdparanoia.c:
9936 * examples/seeking/cdplayer.c:
9937 * examples/seeking/chained.c:
9938 * examples/seeking/scrubby.c:
9939 * examples/seeking/seek.c:
9940 * examples/stats/Makefile.am:
9941 * examples/stats/mp2ogg.c:
9942 * examples/switch/.cvsignore:
9943 * examples/switch/Makefile.am:
9944 * examples/switch/switcher.c:
9945 * tests/Makefile.am:
9946 * tests/check/generic/.cvsignore:
9947 * tests/check/pipelines/.cvsignore:
9948 * tests/examples/Makefile.am:
9949 * tests/examples/seek/Makefile.am:
9950 reorganize stuff under tests/
9952 2005-11-30 Edward Hervey <edward@fluendo.com>
9954 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9955 Go away you stupid GstStaticPadTemplate memleak.
9957 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9959 * gst-libs/gst/net/Makefile.am:
9960 * gst-libs/gst/net/README:
9961 * gst-libs/gst/net/gstnetbuffer.c:
9962 * gst-libs/gst/net/gstnetbuffer.h:
9963 this was moved to "netbuffer"
9965 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9967 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9968 (gst_video_filter_class_init), (gst_video_filter_init):
9969 * gst-libs/gst/video/gstvideofilter.h:
9970 borgify name to bring in line with other classes
9972 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9974 * gst/audioscale/.cvsignore:
9975 * gst/audioscale/Makefile.am:
9976 * gst/audioscale/README:
9977 * gst/audioscale/audioscale.vcproj:
9978 * gst/audioscale/dtof.c:
9979 * gst/audioscale/dtos.c:
9980 * gst/audioscale/functable.c:
9981 * gst/audioscale/gstaudioscale.c:
9982 * gst/audioscale/gstaudioscale.h:
9983 * gst/audioscale/private.h:
9984 * gst/audioscale/resample.c:
9985 * gst/audioscale/resample.h:
9986 * gst/audioscale/test.c:
9989 2005-11-30 Edward Hervey <edward@fluendo.com>
9991 * gst-libs/gst/netbuffer/Makefile.am:
9992 really, really tired
9994 2005-11-30 Edward Hervey <edward@fluendo.com>
9996 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9997 Update for new GstTypeFindFactory _register()
9999 2005-11-30 Edward Hervey <edward@fluendo.com>
10001 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
10002 Let's not override libgstnet from core for no reason...
10003 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10004 Ok, maybe not so quick next time.
10006 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10009 * gst-libs/gst/Makefile.am:
10010 moved gst-libs/gst/net to netbuffer through CVS surgery
10011 remove old directory
10012 updating build to accomodate
10015 2005-11-29 Andy Wingo <wingo@pobox.com>
10017 * pkgconfig/gstreamer-plugins-base.pc.in:
10018 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10019 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10022 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10024 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10025 3rd time's the charm. Correct ref-counting for discarded buffers.
10027 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10029 * gst/playback/gststreamselector.c:
10030 (gst_stream_selector_class_init),
10031 (gst_stream_selector_set_property),
10032 (gst_stream_selector_get_property),
10033 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10036 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
10038 * gst/subparse/gstsubparse.c: (feed_textbuf):
10039 Don't access already unref'ed buffer.
10041 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10043 * gst/playback/gststreamselector.c:
10044 (gst_stream_selector_class_init), (gst_stream_selector_init),
10045 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10046 (gst_stream_selector_get_property),
10047 (gst_stream_selector_get_linked_pad),
10048 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10049 * gst/playback/gststreamselector.h:
10050 Add the active-pad property for playbin to use shortly. Ignore buffers
10051 from any other pad, returning GST_FLOW_NOT_LINKED
10053 2005-11-29 Julien MOUTTE <julien@moutte.net>
10055 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10056 patch from bug #322704 (Alessandro Decina).
10058 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10060 * gst-libs/gst/audio/Makefile.am:
10061 folded audiofilter into the audio library
10063 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10065 * gst/videoscale/gstvideoscale.h:
10066 * gst/videoscale/gstvideoscale.c:
10067 remove unimplemented scale methods
10069 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
10071 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10074 2005-11-28 Julien MOUTTE <julien@moutte.net>
10076 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10077 (gst_ximagesink_setcaps):
10078 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10079 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10080 happens (only visible on ximagesink but bug is in xv too) set_caps was
10081 destroying the internal x[v]image used to memcpy non locally alloced
10082 buffers so that it got renewed on next _chain. The issue is that
10083 _expose will try to put that image as it reffed it in _put.
10084 Using gst_buffer_unref instead of destroy fixes it !
10086 2005-11-28 Edward Hervey <edward@fluendo.com>
10088 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10089 (try_to_link_1), (queue_filled_cb):
10090 Better use of the queues. Start with a small size queue and only increase
10091 the size of the queues when the other queues are empty.
10093 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
10095 * gst-libs/gst/video/Makefile.am:
10096 compile in copied-over videofilter into the video library
10097 * gst-libs/gst/video/videosink.h:
10098 rename the header to gstvideosink.h since it's a base GstObject class
10099 * sys/ximage/ximagesink.h:
10100 * sys/xvimage/xvimagesink.h:
10103 2005-11-28 Wim Taymans <wim@fluendo.com>
10105 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10106 * gst/playback/gstplaybasebin.h:
10107 Prepare to handle errors betters.
10109 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10110 Set sinks to PAUSED first before adding and linking them so that
10111 we don't interrupt dataflow.
10113 2005-11-28 Wim Taymans <wim@fluendo.com>
10115 * gst-libs/gst/audio/TODO:
10118 * gst-libs/gst/audio/gstaudiosink.c:
10119 (gst_audioringbuffer_open_device),
10120 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10121 (gst_audioringbuffer_release):
10124 * gst-libs/gst/audio/gstbaseaudiosink.c:
10125 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10126 (gst_base_audio_sink_change_state):
10127 Slave to the master clock when going to PLAYING and unslave when
10130 * gst-libs/gst/audio/gstringbuffer.c:
10131 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10132 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10133 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10134 (gst_ring_buffer_clear_all), (wait_segment),
10135 (gst_ring_buffer_commit), (gst_ring_buffer_read),
10136 (gst_ring_buffer_advance):
10137 * gst-libs/gst/audio/gstringbuffer.h:
10138 Add some docs and cleanups.
10140 2005-11-28 Julien MOUTTE <julien@moutte.net>
10142 * sys/xvimage/xvimagesink.c:
10143 (gst_xvimagesink_navigation_send_event): Fix navigation events
10144 coordinates translation with pixel aspect ratios.
10146 2005-11-28 Julien MOUTTE <julien@moutte.net>
10148 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10149 Use calculated video geometry from _setcaps instead of buffer
10150 caps to respect pixel aspect ratio. (fixes #322388)
10152 2005-11-28 Julien MOUTTE <julien@moutte.net>
10154 * docs/libs/tmpl/gstcolorbalance.sgml:
10155 * docs/libs/tmpl/gstmixer.sgml:
10156 * docs/libs/tmpl/gstxoverlay.sgml:
10157 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10160 2005-11-28 Julien MOUTTE <julien@moutte.net>
10162 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10163 Refuse to create an XvImage if we can't find the format.
10165 2005-11-28 Edward Hervey <edward@fluendo.com>
10167 * gst-libs/gst/riff/riff-media.c:
10168 (gst_riff_create_audio_template_caps):
10169 Add ATRAC3 to the list of riff-possible audio caps.
10170 I know we still don't have a plugin for atrac3, but it's saner to output
10171 that than a cryptic mimetype.
10173 2005-11-27 Edward Hervey <edward@fluendo.com>
10175 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10176 Don't try to create a zero-sized subbuffer.
10178 2005-11-27 Julien MOUTTE <julien@moutte.net>
10180 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10181 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10182 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10183 (gst_ximagesink_expose): Fixed a tricky race.
10184 * sys/ximage/ximagesink.h:
10185 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10186 (gst_xvimagesink_expose): Fixed a tricky race.
10187 * sys/xvimage/xvimagesink.h:
10189 2005-11-27 Edward Hervey <edward@fluendo.com>
10191 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10192 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10193 Remove unused properties, and add queues between demuxers and decoders
10194 so that a lot more files can preroll properly.
10196 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10198 * gst-libs/gst/net/Makefile.am:
10199 * gst-libs/gst/rtp/Makefile.am:
10200 * gst-libs/gst/tag/Makefile.am:
10201 remove silly include
10202 * gst/tags/Makefile.am:
10203 * gst/tags/gsttagediting.c:
10204 * gst/tags/gsttageditingprivate.h:
10205 * gst/tags/tagedit.vcproj:
10206 remove directory, is as good as empty
10208 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10211 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10212 * gst-libs/Makefile.am:
10213 * gst-libs/gst/audio/Makefile.am:
10214 * gst-libs/gst/interfaces/Makefile.am:
10215 * gst-libs/gst/net/Makefile.am:
10216 * gst-libs/gst/riff/Makefile.am:
10217 * gst-libs/gst/rtp/Makefile.am:
10218 * gst-libs/gst/tag/Makefile.am:
10219 * gst-libs/gst/video/Makefile.am:
10222 2005-11-27 Julien MOUTTE <julien@moutte.net>
10224 * docs/libs/tmpl/gstcolorbalance.sgml:
10225 * docs/libs/tmpl/gstmixer.sgml:
10226 * docs/libs/tmpl/gstxoverlay.sgml:
10227 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10228 * sys/ximage/ximagesink.h:
10229 * sys/xvimage/xvimagesink.h: More and more documentation.
10231 2005-11-26 Julien MOUTTE <julien@moutte.net>
10233 * docs/libs/gst-plugins-base-libs-docs.sgml:
10234 * docs/libs/gst-plugins-base-libs-sections.txt:
10235 * docs/libs/tmpl/gstcolorbalance.sgml:
10236 * docs/libs/tmpl/gstmixer.sgml:
10237 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10240 2005-11-26 Julien MOUTTE <julien@moutte.net>
10242 * docs/plugins/Makefile.am:
10243 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10244 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10245 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10247 2005-11-26 Julien MOUTTE <julien@moutte.net>
10249 * docs/plugins/Makefile.am:
10250 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10251 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10252 * docs/plugins/inspect/plugin-adder.xml:
10253 * docs/plugins/inspect/plugin-alsa.xml:
10254 * docs/plugins/inspect/plugin-audioconvert.xml:
10255 * docs/plugins/inspect/plugin-audiorate.xml:
10256 * docs/plugins/inspect/plugin-audioresample.xml:
10257 * docs/plugins/inspect/plugin-audiotestsrc.xml:
10258 * docs/plugins/inspect/plugin-decodebin.xml:
10259 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10260 * docs/plugins/inspect/plugin-gnomevfs.xml:
10261 * docs/plugins/inspect/plugin-ogg.xml:
10262 * docs/plugins/inspect/plugin-playbin.xml:
10263 * docs/plugins/inspect/plugin-subparse.xml:
10264 * docs/plugins/inspect/plugin-tcp.xml:
10265 * docs/plugins/inspect/plugin-theora.xml:
10266 * docs/plugins/inspect/plugin-typefindfunctions.xml:
10267 * docs/plugins/inspect/plugin-video4linux.xml:
10268 * docs/plugins/inspect/plugin-videorate.xml:
10269 * docs/plugins/inspect/plugin-videoscale.xml:
10270 * docs/plugins/inspect/plugin-videotestsrc.xml:
10271 * docs/plugins/inspect/plugin-volume.xml:
10272 * docs/plugins/inspect/plugin-vorbis.xml:
10273 * docs/plugins/inspect/plugin-ximagesink.xml:
10274 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10275 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10277 2005-11-26 Edward Hervey <edward@fluendo.com>
10279 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10280 Properly return GstFlowReturn from gst_pad_push in chain functions.
10282 2005-11-25 Michael Smith <msmith@fluendo.com>
10284 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10285 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10286 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10287 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10288 Handle various conditions better when we don't understand a stream.
10289 Removes a heap of CRITICALs on ogg streams containing unknown data.
10291 2005-11-24 Andy Wingo <wingo@pobox.com>
10293 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10296 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10298 * configure.ac: back to HEAD
10300 === release 0.9.6 ===
10302 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10305 releasing 0.9.6, "White Eight"
10307 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10309 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10310 * docs/plugins/inspect/plugin-sine.xml:
10311 remove sinesrc some more
10313 2005-11-23 Wim Taymans <wim@fluendo.com>
10315 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10316 If we are reading too slowly, jump forward in the ringbuffer
10317 instead of blocking.
10319 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10321 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10322 (gst_visual_chain):
10323 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10324 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10325 (gst_videorate_chain):
10326 * gst/videotestsrc/gstvideotestsrc.c:
10327 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10328 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10329 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10330 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10331 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10332 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10333 Updates for API changes
10335 2005-11-23 Wim Taymans <wim@fluendo.com>
10337 * gst-libs/gst/audio/gstbaseaudiosink.c:
10338 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10339 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10340 Fix for calibration API change.
10342 2005-11-23 Michael Smith <msmith@fluendo.com>
10344 * gst-libs/gst/audio/multichannel.c:
10345 (gst_audio_get_channel_positions),
10346 (gst_audio_set_channel_positions),
10347 (gst_audio_set_structure_channel_positions_list),
10348 (gst_audio_fixate_channel_positions):
10349 Use gst_value_array_*() functions on value arrays, not
10350 gst_value_list_*().
10352 2005-11-23 Edward Hervey <edward@fluendo.com>
10355 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10358 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10360 * check/Makefile.am:
10361 * check/elements/videotestsrc.c: (setup_videotestsrc),
10362 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10364 add a test for videotestsrc
10366 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10368 * gst/sine/.cvsignore:
10369 * gst/sine/Makefile.am:
10370 * gst/sine/gstsinesrc.c:
10371 * gst/sine/gstsinesrc.h:
10372 * gst/sine/sinesrc.vcproj:
10373 and remove sinesrc from the repository. Closes #321446
10375 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10378 * gst-plugins-base.spec.in:
10379 remove sinesrc from the build
10381 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10383 * check/Makefile.am:
10384 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10385 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10387 add a test for audiotestsrc, testing all waves. Even seems
10388 leak-free at first glance, nice job Stefan
10390 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10406 Translation string updates
10408 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10409 (gst_v4lsrc_set_caps):
10410 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10411 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10412 * sys/v4l/v4lsrc_calls.h:
10413 Improve v4lsrc, by making it work again.
10415 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10417 * ext/libvisual/visual.c: (gst_visual_chain):
10418 Fix the fps calculations.
10420 * gst/ffmpegcolorspace/avcodec.h:
10421 Move structure element for clarity
10423 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10424 * gst-libs/gst/interfaces/tunernorm.h:
10425 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10426 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10427 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10428 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10429 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10430 (gst_v4lmjpegsrc_getcaps):
10431 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10432 (gst_v4lsrc_set_caps):
10433 * sys/v4l/gstv4lsrc.h:
10434 * sys/v4l/v4l_calls.c: (gst_v4l_open):
10435 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10436 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10437 * sys/v4l/v4lsrc_calls.h:
10438 Fractional framerates...
10440 2005-11-22 Wim Taymans <wim@fluendo.com>
10442 * gst-libs/gst/audio/gstbaseaudiosink.c:
10443 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10444 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10445 And we provide a clock by default, of course...
10447 2005-11-22 Wim Taymans <wim@fluendo.com>
10449 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10450 This clock can be slaved to a master clock now.
10452 * gst-libs/gst/audio/gstbaseaudiosink.c:
10453 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10454 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10455 (gst_base_audio_sink_set_clock),
10456 (gst_base_audio_sink_set_property),
10457 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10458 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10459 * gst-libs/gst/audio/gstbaseaudiosink.h:
10460 Handle slaving the internal clock to the clock selected in the
10462 Add property to make the basesink not provide a clock.
10464 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10465 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10466 (gst_base_rtp_depayload_wait):
10467 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10468 We can use the clock in GstElement, no need to store it ourselves.
10470 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10472 * docs/libs/tmpl/gstaudio.sgml:
10474 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10475 (gst_paranoia_endian_get_type):
10476 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10477 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10478 * gst/audiotestsrc/gstaudiotestsrc.c:
10479 (gst_audiostestsrc_wave_get_type):
10480 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10481 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10482 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10483 (gst_sync_method_get_type), (gst_unit_type_get_type),
10484 (gst_client_status_get_type), (gst_multifdsink_class_init),
10485 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10486 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10487 (gst_multifdsink_get_property):
10488 * gst/tcp/gstmultifdsink.h:
10489 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10490 * gst/videotestsrc/gstvideotestsrc.c:
10491 (gst_videotestsrc_pattern_get_type):
10492 remove deprecated properties
10493 fix up enums to correctly have short lowercase dashed nicks
10495 2005-11-22 Michael Smith <msmith@fluendo.com>
10497 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10498 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10501 2005-11-22 Michael Smith <msmith@fluendo.com>
10503 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10504 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10505 Use utility method for scaling clocktime for fractional framerates.
10507 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
10509 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10510 (gst_visual_chain):
10511 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10512 * ext/theora/theoradec.c: (theora_handle_type_packet):
10513 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10514 (theora_enc_chain):
10515 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10516 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10517 * gst-libs/gst/video/video.h:
10518 * gst/ffmpegcolorspace/avcodec.h:
10519 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10520 (gst_ffmpeg_caps_to_pixfmt):
10521 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10522 (gst_ffmpegcsp_set_caps):
10523 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10524 (gst_videorate_setcaps), (gst_videorate_blank_data),
10525 (gst_videorate_chain):
10526 * gst/videotestsrc/gstvideotestsrc.c:
10527 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10528 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10529 (gst_videotestsrc_event), (gst_videotestsrc_create):
10530 * gst/videotestsrc/gstvideotestsrc.h:
10531 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10532 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10533 (gst_ximagesink_get_times), (gst_ximagesink_init):
10534 * sys/ximage/ximagesink.h:
10535 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10536 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10537 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10538 * sys/xvimage/xvimagesink.h:
10539 Convert elements to use fractions for their framerate.
10540 V4L elements to come later tonight.
10542 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10544 * gst-libs/gst/audio/audio.c:
10545 * gst-libs/gst/audio/audio.h:
10546 remove some deprecated functions
10548 2005-11-22 Andy Wingo <wingo@pobox.com>
10550 * Update for gst_tag_setter API changes.
10552 2005-11-22 Andy Wingo <wingo@pobox.com>
10554 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10555 (gst_ogg_demux_perform_seek):
10556 * ext/theora/theoradec.c (theora_dec_sink_event):
10557 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10560 2005-11-22 Wim Taymans <wim@fluendo.com>
10562 * examples/seeking/seek.c: (main):
10563 Give higher priority to bus signals than the gtk events
10564 to fix a race condition in the segment looping.
10566 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10568 * ext/theora/Makefile.am:
10569 * ext/vorbis/Makefile.am:
10570 * gst-libs/gst/tag/Makefile.am:
10571 * gst-plugins-base.spec.in:
10572 Rename libgsttagedit to libgsttag (#322117).
10574 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10576 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10577 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10578 Call gst_x_overlay_prepare_xwindow_id() to give applications
10579 a final chance to set their own xwindow id before the video
10580 sink creates its own window.
10582 2005-11-22 Julien MOUTTE <julien@moutte.net>
10584 * sys/xvimage/xvimagesink.c:
10585 (gst_xvimagesink_navigation_send_event): Handle navigation
10586 events correcly with borders if applicable.
10588 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10590 Patch by: Luca Ognibene
10592 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10593 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10594 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10595 (gst_ffmpegcsp_caps_remove_format_info):
10596 * gst/ffmpegcolorspace/imgconvert.c:
10597 * gst/ffmpegcolorspace/imgconvert_template.h:
10598 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10599 #318353); use gst_structure_has_name().
10601 2005-11-22 Julien MOUTTE <julien@moutte.net>
10603 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10604 (gst_ximagesink_class_init): Add debug macros on functions.
10605 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10606 (gst_xvimagesink_xwindow_draw_borders),
10607 (gst_xvimagesink_xvimage_put),
10608 (gst_xvimagesink_xwindow_update_geometry),
10609 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10610 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10611 (gst_xvimagesink_xcontext_clear),
10612 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10613 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10614 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10615 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10616 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10617 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10618 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10619 expose while being PAUSED, out of data flow navigation events, etc..
10621 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10623 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10624 * gst-libs/gst/audio/audio.h:
10625 fix prototype - wondering why the test worked regardless
10627 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
10629 * check/Makefile.am:
10630 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10631 * gst-libs/gst/audio/audio.h:
10632 add a method that returns a proper GstClockTime
10634 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10636 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10637 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10638 * gst-libs/gst/interfaces/xoverlay.h:
10639 Remove everything having to do with the desired size; add
10640 gst_x_overlay_prepare_xwindow_id() function; remove the
10641 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10642 post a message on the bus instead (#321816).
10644 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10645 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10646 (gst_xvimagesink_xoverlay_init):
10647 Remove desired size stuff (#321816).
10649 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10651 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10652 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10653 (mpeg_video_type_find), (mpeg_video_stream_type_find):
10654 Terminate vararg functions with NULL instead of 0 to
10657 2005-11-21 Andy Wingo <wingo@pobox.com>
10659 patch by: Sebastien Cote <sebas642@yahoo.ca>
10661 * gst-libs/gst/rtp/gstrtpbuffer.h:
10662 * gst-libs/gst/rtp/gstrtpbuffer.c
10663 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10665 2005-11-21 Andy Wingo <wingo@pobox.com>
10667 * gst/playback/gstplaybin.c (gen_audio_element)
10668 (gen_video_element): Use the new MISSING_PLUGIN core error
10669 category. Closes #320060.
10671 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
10672 * gst/videorate/gstvideorate.c (gst_videorate_event):
10673 * ext/theora/theoradec.c (theora_dec_sink_event):
10674 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10677 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10678 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10679 stream lock changes.
10681 2005-11-21 Wim Taymans <wim@fluendo.com>
10683 * gst-libs/gst/audio/gstbaseaudiosink.c:
10684 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10685 (gst_base_audio_sink_provide_clock),
10686 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10687 (gst_base_audio_sink_change_state):
10688 * gst/audioresample/gstaudioresample.c:
10689 Segment update fix.
10691 2005-11-21 Andy Wingo <wingo@pobox.com>
10694 * *.c: Ran scripts/update-macros. Oh yes.
10696 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10698 * sys/ximage/Makefile.am:
10699 * sys/ximage/ximage.c:
10700 Rename ximage plugin to ximagesink (#321426) (Don't forget to
10701 remove your old libgstximage.* manually if necessary).
10703 2005-11-21 Michael Smith <msmith@fluendo.com>
10705 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10706 Minimal fix for bug #320200: set the min/max bitrate in the correct
10707 units. A better fix would be to upgrade to the RATEMANAGE2
10708 interface, rather than using the deprecated interface used here, but
10709 that would require an update in our libvorbis dependency (to 1.1),
10710 which is probably undesirable.
10712 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
10714 * ext/libvisual/visual.c: (get_buffer):
10715 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10716 (gst_base_audio_src_fixate):
10717 * gst/audioconvert/gstaudioconvert.c:
10718 (gst_audio_convert_fixate_caps):
10719 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10720 * gst/audiotestsrc/gstaudiotestsrc.c:
10721 (gst_audiotestsrc_src_fixate):
10722 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10723 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10724 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10725 * gst/videotestsrc/gstvideotestsrc.c:
10726 (gst_videotestsrc_src_fixate):
10727 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10728 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10729 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10733 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10735 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10736 (gst_riff_create_iavs_caps):
10737 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10738 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10739 (gst_riff_parse_info):
10740 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10741 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10742 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10743 Fixes for GST_FOURCC_FORMAT API change.
10745 2005-11-21 Andy Wingo <wingo@pobox.com>
10747 patch by: Alessandro Dessina <alessandro nnva org>
10749 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10750 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10751 (gst_ogg_parse_chain):
10752 * ext/theora/theoraenc.c (theora_set_header_on_caps):
10753 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10754 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10755 gst_value_list calls on arrays. Fixes #321962.
10757 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10759 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10760 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10761 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10762 * gst/adder/gstadder.c: (gst_adder_init),
10763 (gst_adder_request_new_pad), (gst_adder_collected),
10764 (gst_adder_change_state):
10765 Update for gst_collectpads_foo() to gst_collect_pads_foo()
10768 2005-11-21 Michael Smith <msmith@fluendo.com>
10770 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10771 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10772 Properly handle pad_push return values.
10774 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
10776 * gst-libs/gst/tag/Makefile.am:
10777 * gst-libs/gst/tag/gstvorbistag.c:
10778 (gst_tag_list_to_vorbiscomment_buffer):
10779 Remove obsolete vorbistag element and debug category.
10781 * gst/playback/gstplaybasebin.c: (check_queue):
10782 Don't divide by 0 when queue-threshold is 0.
10784 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10785 Don't modify an existing pixel-aspect-ratio if we fail to read
10788 2005-11-20 Wim Taymans <wim@fluendo.com>
10790 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10791 (gst_vorbisenc_push_packet):
10792 GST_PAD_IS_USABLE is gone, use the return value of
10793 the push or pad_alloc_buffer instead.
10795 2005-11-18 Julien MOUTTE <julien@moutte.net>
10797 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10798 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10799 (gst_ximagesink_ximage_destroy),
10800 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10801 (gst_ximagesink_xwindow_new),
10802 (gst_ximagesink_xwindow_update_geometry),
10803 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10804 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10805 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10806 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10807 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10808 (gst_ximagesink_navigation_send_event),
10809 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10810 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10811 (gst_ximagesink_finalize), (gst_ximagesink_init),
10812 (gst_ximagesink_class_init):
10813 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10814 This new version brings correct software scaling, non flickering
10815 window while resizing, pixel aspect ratio handling, usage of
10816 hardware buffer pools, out of data flow event thread for
10817 navigation and handling of expose events even when being PAUSED,
10818 a new property to keep video aspect ratio when resizing, etc...
10820 2005-11-18 Julien MOUTTE <julien@moutte.net>
10822 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10823 (gst_videoscale_fixate_caps): Introduce back caps fixate with
10826 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
10828 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
10829 Unsetting IS_SINK flag from the fakesink, so decodebin
10830 never behaves as a sink.
10832 2005-11-17 Wim Taymans <wim@fluendo.com>
10834 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10835 (gst_base_audio_src_change_state):
10836 Fix the audiosrc base class again, we did not unflush.
10838 2005-11-17 Julien MOUTTE <julien@moutte.net>
10840 * examples/seeking/seek.c: (make_dv_pipeline),
10841 (make_vorbis_theora_pipeline), (make_avi_pipeline),
10842 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10843 to ogg/vorbis/theora pipeline.
10845 2005-11-17 Wim Taymans <wim@fluendo.com>
10847 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10848 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10849 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10850 Fix EOS on multiple streams.
10853 2005-11-16 Wim Taymans <wim@fluendo.com>
10855 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10856 (gst_ogg_demux_perform_seek):
10857 Segment done must include stream time.
10859 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10860 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10861 (gst_ogg_mux_change_state):
10862 Fix ogg muxer again.
10864 2005-11-16 Wim Taymans <wim@fluendo.com>
10866 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10869 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10871 * ext/libvisual/visual.c: (gst_visual_init):
10872 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10873 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10874 (gst_ogg_parse_chain):
10875 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10876 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10877 * ext/theora/theoradec.c: (gst_theora_dec_init):
10878 * ext/theora/theoraenc.c: (gst_theora_enc_init):
10879 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10880 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10881 * gst/adder/gstadder.c: (gst_adder_class_init),
10882 (gst_adder_dispose):
10883 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10884 * gst/subparse/gstsubparse.c: (gst_subparse_init):
10885 * gst/videorate/gstvideorate.c: (gst_videorate_init):
10886 Fix a whole set of pad template leaks
10888 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10890 * check/generic/states.c: (GST_START_TEST):
10891 fix the test so that it only checks for elements that are part of
10894 2005-11-16 Michael Smith <msmith@fluendo.com>
10896 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10897 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10898 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10899 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10900 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10901 (gst_ogg_mux_change_state):
10902 Fix leaking collectpads.
10904 2005-11-16 Edward Hervey <edward@fluendo.com>
10906 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10907 (gst_videorate_event), (gst_videorate_chain):
10908 Handle segment seeks
10910 2005-11-16 Wim Taymans <wim@fluendo.com>
10912 * gst-libs/gst/audio/gstbaseaudiosink.c:
10913 (gst_base_audio_sink_provide_clock),
10914 (gst_base_audio_sink_change_state):
10915 Set ringbuffer to non-flushing when going to PAUSED, set to
10916 flushing again when going to READY.
10918 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10919 (gst_ring_buffer_stop):
10920 Start in flushing mode by default.
10921 Don't set flushing in the _stop method, let the app call
10924 2005-11-16 Julien MOUTTE <julien@moutte.net>
10926 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10927 * gst-libs/gst/video/videosink.h: Add helper function needed
10930 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
10932 * gst/videoscale/gstvideoscale.c:
10933 (gst_videoscale_handle_src_event):
10934 Don't leak reference to pad parent.
10936 2005-11-16 Wim Taymans <wim@fluendo.com>
10938 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10939 Set ringbuffer to flushing when stopping so that we don't
10940 block on wait_segment anymore and livelock.
10942 2005-11-16 Wim Taymans <wim@fluendo.com>
10944 * examples/seeking/seek.c: (send_event), (do_seek),
10945 (loop_toggle_cb), (segment_done), (main):
10946 Added looping checkbox.
10948 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10950 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10951 (gst_ogg_demux_init):
10952 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10953 (gst_vorbis_dec_init):
10954 revert unrefs, they don't pass make check
10956 2005-11-15 Johan Dahlin <johan@gnome.org>
10958 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10959 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10960 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10961 (gst_vorbis_dec_init):
10962 Fix pad template leaks.
10964 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
10966 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10967 Make state change function thread safe.
10969 2005-11-15 Edward Hervey <edward@fluendo.com>
10971 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10972 (gst_ogg_demux_class_init):
10973 Implement GstElement::send_event, so we can send seek events
10976 2005-11-14 Julien MOUTTE <julien@moutte.net>
10978 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10979 Discovered how to take away flickering while resizing the
10980 window. Please don't put that in ximagesink, refactoring in
10983 2005-11-14 Michael Smith <msmith@fluendo.com>
10985 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10986 (gst_multifdsink_render):
10987 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10989 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
10991 * gst/playback/gstplaybin.c: (gen_audio_element):
10992 Use autoaudiosink, it tends to be more widely available than
10995 2005-11-14 Andy Wingo <wingo@pobox.com>
10997 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10998 as well if it is available. Fixes #316442.
11000 2005-11-14 Michael Smith <msmith@fluendo.com>
11002 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11003 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11004 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11005 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11006 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11007 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11008 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11009 (gst_vorbisenc_change_state):
11010 Fix a small memory leak in vorbisenc.
11011 Fix large memory leaks in oggmux, also fix lots of state change
11014 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
11016 * gst/videotestsrc/gstvideotestsrc.c:
11017 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11018 (gst_videotestsrc_src_fixate):
11019 move fixation to a fixate function
11020 remove negotiate function, basesrc's is good enough
11021 fixes a bug for check when using the element alone
11023 2005-11-13 Edward Hervey <edward@fluendo.com>
11025 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11026 (key_toggle_cb), (main):
11027 Added checkboxes for adding/removing the accurate and key_unit seek
11030 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
11032 * configure.ac: back to HEAD
11034 === release 0.9.5 ===
11036 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
11039 releasing 0.9.5, "No No Kia"
11041 2005-11-11 Edward Hervey <edward@fluendo.com>
11043 * examples/seeking/seek.c: (make_parselaunch_pipeline):
11044 Added parse-launch syntax seeking mode for the seeking example.
11045 This should help stress-test even more cases.
11046 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11048 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11050 * sys/xvimage/xvimagesink.c:
11051 (gst_xvimagesink_navigation_send_event):
11052 Check whether peer pad exists before sending navigation events
11055 2005-11-11 Michael Smith <msmith@fluendo.com>
11057 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11058 (gst_vorbisenc_buffer_from_packet):
11059 * ext/vorbis/vorbisenc.h:
11060 Set duration on encoded buffers. This allows oggmux's
11061 max_page_delay parameter to actually work.
11063 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11065 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11066 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11067 (gst_ffmpegcsp_avpicture_fill):
11068 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11069 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11070 Make palettes work again (see #132341). Use our own macros
11073 2005-11-10 Andy Wingo <wingo@pobox.com>
11075 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11078 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11080 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11081 (gst_ffmpegcsp_transform_caps):
11082 Prefer passthrough in transform_caps
11084 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11086 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11087 check for ALSA errors properly, instead of relying on ALSA's
11088 error strings to serve to the user.
11090 2005-11-10 Wim Taymans <wim@fluendo.com>
11092 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11093 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11094 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11095 Modernise the seek code.
11097 2005-11-10 Michael Smith <msmith@fluendo.com>
11099 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11100 (setup_substreams), (set_active_source):
11101 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11102 trying to go to NULL if we failed to read a file.
11104 2005-11-10 Wim Taymans <wim@fluendo.com>
11106 * gst/audiotestsrc/gstaudiotestsrc.c:
11107 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11108 (gst_audiotestsrc_create):
11109 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11110 (gst_sinesrc_get_times), (gst_sinesrc_create):
11111 * gst/videotestsrc/gstvideotestsrc.c:
11112 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11113 (gst_videotestsrc_create):
11114 The base class can now sync for us.
11116 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11118 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11119 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11120 name=source autoprobe=false autoprobe-fps=false copy-mode=1
11121 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11122 format=(fourcc)I420" ! xvimagesink
11124 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
11126 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11127 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11128 (gst_sinesrc_newsegment):
11129 Send newsegment event in TIME format, set duration if
11130 num-buffers is set, fix duration querying.
11132 2005-11-10 Michael Smith <msmith@fluendo.com>
11134 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11135 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11136 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11137 (gst_ogg_mux_collected):
11138 Fix EOS handling, partially. Now forwarding an EOS event once we have
11139 EOS on all pads works correctly. However, we still don't properly set
11140 EOS on the actual ogg stream pages.
11142 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
11144 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11145 Set elements to NULL state before disposing of them.
11147 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
11149 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11151 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11152 (gst_base_rtp_depayload_init),
11153 (gst_base_rtp_depayload_set_gst_timestamp):
11154 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11155 We need to send a newsegment event for each instance, not
11156 just for the first instance of this class (get rid of
11157 static variable in function). (#321011).
11159 2005-11-08 Michael Smith <msmith@fluendo.com>
11161 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11162 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11163 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11164 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11165 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11166 This makes us mux things correctly according to the ogg muxing
11167 rules. Still not handling EOS correctly right now, though.
11169 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11171 * gst/audioconvert/gstaudioconvert.c:
11174 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11176 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11177 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11178 Initialise segment_stop to GST_CLOCK_TIME_NONE when
11179 creating a new chain; should fix live streaming. Also
11180 add more debug output and fix a typo.
11182 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
11184 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11186 * gst/volume/gstvolume.c: (volume_set_caps):
11187 Fix compilation on Solaris with Forte. (#320923)
11189 2005-11-08 Wim Taymans <wim@fluendo.com>
11191 * gst-libs/gst/audio/gstbaseaudiosink.c:
11192 (gst_base_audio_sink_render):
11193 No need to do a typecheck.
11195 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
11197 * ext/alsa/gstalsa.h:
11198 We register a debug category, so let's use it.
11200 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11202 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11203 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11204 Fixed a small problem.
11206 2005-11-04 Wim Taymans <wim@fluendo.com>
11208 * examples/seeking/Makefile.am:
11209 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11210 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11211 (make_playerbin_pipeline), (format_value), (update_scale),
11212 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11213 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11214 (print_usage), (main):
11215 Added app for playback speed testing.
11217 * examples/seeking/seek.c: (dynamic_link),
11218 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11219 (make_mpeg_pipeline), (do_seek), (set_update_scale),
11220 (message_received), (main):
11221 Updated seek example.
11223 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11225 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11226 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11227 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11228 (gst_base_rtp_depayload_set_clock):
11229 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11230 Don't sleep on the bench (system clock) when you have a nice
11231 comfortable bed (Gstreamer clock) to sleep on.
11233 2005-11-03 Wim Taymans <wim@fluendo.com>
11235 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11236 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11237 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11238 Handle the case where a pad_block failed.
11240 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
11242 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11244 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11245 (gst_base_rtp_depayload_add_to_queue),
11246 (gst_base_rtp_depayload_push),
11247 (gst_base_rtp_depayload_set_gst_timestamp),
11248 (gst_base_rtp_depayload_queue_release):
11249 Fixes some bugs in the depayloader's queuing/de-queueing code.
11251 2005-10-31 Michael Smith <msmith@fluendo.com>
11253 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11254 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11255 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11256 Patch from Alessandro Decina <alessandro@nnva.org>.
11257 Make oggdemux only find the final time in a chain, not per-pad,
11258 since the per-pad information can be very expensive to locate, and
11259 it isn't used anywhere. This makes reading a file containing
11260 OggSkeleton reasonably fast.
11261 Also, make chain finding work when there are logical bitstreams that
11262 can't be decoded. Fixes #319110.
11264 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11266 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11267 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11268 (gst_base_rtp_depayload_chain),
11269 (gst_base_rtp_depayload_add_to_queue),
11270 (gst_base_rtp_depayload_push),
11271 (gst_base_rtp_depayload_set_gst_timestamp),
11272 (gst_base_rtp_depayload_queue_release),
11273 (gst_base_rtp_depayload_start_thread),
11274 (gst_base_rtp_depayload_set_property),
11275 (gst_base_rtp_depayload_get_property):
11276 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11277 Some random fixes, to fullfill the desires of thomas.
11279 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11281 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11282 (gst_base_rtp_depayload_add_to_queue),
11283 (gst_base_rtp_depayload_push):
11284 Fixed the queueing algorithm.
11286 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11288 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11289 (gst_base_rtp_depayload_push):
11292 2005-10-31 Wim Taymans <wim@fluendo.com>
11294 * gst-libs/gst/audio/gstringbuffer.h:
11297 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11298 (gst_ffmpeg_caps_to_pixfmt):
11299 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11300 (gst_ffmpegcsp_set_caps):
11301 Some more comments.
11302 Handle missing required caps fields better.
11304 2005-10-31 Wim Taymans <wim@fluendo.com>
11306 * gst-libs/gst/audio/gstbaseaudiosink.c:
11307 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11308 (gst_base_audio_sink_render):
11309 * gst-libs/gst/audio/gstringbuffer.c:
11310 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11311 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11312 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11313 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11314 (gst_ring_buffer_read):
11315 * gst-libs/gst/audio/gstringbuffer.h:
11316 Add flushing mode to the ringbuffer so that it in all cases does
11317 not try to handle more audio. This makes sure it does not try to
11318 block anymore when flushing and fixes a livelock.
11320 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
11322 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11323 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11324 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11325 Explicitly check for -1 values before doing a conversion
11326 and always map them to -1. (#315545)
11328 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
11330 * gst/playback/gstplaybin.c: (gen_video_element):
11331 first try autovideosink, then xvimagesink, then error out
11333 add translatable file
11348 update translations
11350 2005-10-27 Philippe Khalaf <burger at speedy dot org>
11352 * gst-libs/gst/rtp/gstbasedepayload.c:
11353 * gst-libs/gst/rtp/gstbasedepayload.h:
11356 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
11358 * gst/playback/.cvsignore:
11359 * gst/playback/decodetest.c:
11360 * gst/playback/test3.c:
11361 Port these two tests as well.
11363 2005-10-27 Wim Taymans <wim@fluendo.com>
11365 * ext/theora/theoradec.c: (theora_dec_src_query),
11366 (theora_dec_sink_event):
11367 * ext/theora/theoraenc.c: (theora_enc_sink_event),
11368 (theora_enc_change_state):
11369 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11370 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11371 Take proper locks when handling events.
11373 2005-10-27 Wim Taymans <wim@fluendo.com>
11375 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11376 (gst_adder_change_state):
11377 Fix timestamps and fix deadlock when stopping the collectpads.
11379 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
11381 * gst-libs/gst/rtp/gstrtpbuffer.h:
11382 Declaring the payload types as strings too so that they can be used
11383 in the padtemplate inialization.
11385 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
11387 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11389 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11390 (gst_base_rtp_depayload_class_init):
11391 Fixes a small but nasty bug. The derived elements no longer segfaults
11394 2005-10-26 Michael Smith <msmith@fluendo.com>
11396 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11397 When clearing an audioconvert context, set tmpbufsize to zero, so
11398 we'll allocate it again later if required.
11399 This fixes audioconvert re-negotiating formats, which previously
11400 segfaulted with a NULL destination buffer.
11402 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11404 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11405 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11406 (gst_base_rtp_depayload_set_gst_timestamp),
11407 (gst_base_rtp_depayload_queue_release):
11408 Fixed a smalll memleak.
11410 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11411 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11412 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11413 (gst_base_rtp_depayload_finalize),
11414 (gst_base_rtp_depayload_setcaps),
11415 (gst_base_rtp_depayload_add_to_queue),
11416 (gst_base_rtp_depayload_push),
11417 (gst_base_rtp_depayload_set_gst_timestamp),
11418 (gst_base_rtp_depayload_queue_release),
11419 (gst_base_rtp_depayload_thread),
11420 (gst_base_rtp_depayload_change_state):
11421 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11422 Changed the C++ comments to C comments
11424 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
11426 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11427 * gst/tcp/gsttcpclientsrc.h:
11428 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11429 * gst/tcp/gsttcpserversrc.h:
11430 Remove unused 'curoffset' structure member.
11432 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
11434 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11435 (gst_base_rtp_depayload_base_init),
11436 (gst_base_rtp_depayload_finalize):
11437 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11438 * gst-libs/gst/rtp/gstbasertppayload.h:
11439 The pad-template on the sinkpad should be set by the derived classes.
11440 Also added some useful macros.
11442 2005-10-24 Wim Taymans <wim@fluendo.com>
11444 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11445 Correctly flush decoder samples even if we could not
11446 copy them to an output buffer. Fixes #319618.
11448 2005-10-24 Julien MOUTTE <julien@moutte.net>
11450 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11451 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11452 the caps against our xcontext caps.
11454 2005-10-24 Wim Taymans <wim@fluendo.com>
11456 * gst-libs/gst/audio/gstbaseaudiosink.c:
11457 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11459 Use sync property from baseclass to disable sync.
11461 2005-10-24 Wim Taymans <wim@fluendo.com>
11463 * gst-libs/gst/audio/gstbaseaudiosink.c:
11464 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11465 Buffers with no timestamps get aligned with previous buffers or
11466 on underrun, played ASAP.
11468 2005-10-24 Julien MOUTTE <julien@moutte.net>
11470 * gst-libs/gst/video/video.h:
11471 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11472 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11473 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11474 here comes my change on caps for framerate and geometry range.
11475 We are now accepting 1 to MAXINT for width and height, and from
11476 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11477 to be blended correctly in videomixer.
11479 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
11484 === release 0.9.4 ===
11486 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11491 releasing 0.9.4, "Velociraptor"
11493 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11495 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11499 2005-10-21 Wim Taymans <wim@fluendo.com>
11501 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11502 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11503 (pad_blocked), (close_pad_link), (new_pad):
11504 Don't try to remove elements twice.
11506 2005-10-21 Wim Taymans <wim@fluendo.com>
11508 * ext/theora/theoradec.c: (theora_dec_src_query),
11509 (theora_dec_sink_event):
11510 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11511 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11512 (vorbis_handle_data_packet):
11513 * ext/vorbis/vorbisdec.h:
11516 * gst-libs/gst/audio/gstbaseaudiosink.c:
11517 (gst_base_audio_sink_render):
11518 Don't try to sync on buffers without a timestamp.
11520 2005-10-21 Wim Taymans <wim@fluendo.com>
11522 * ext/theora/theoradec.c: (theora_dec_src_query),
11523 (theora_dec_sink_event):
11524 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11525 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11526 (vorbis_handle_data_packet):
11527 * ext/vorbis/vorbisdec.h:
11530 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11532 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11533 (gst_vorbisenc_src_query):
11534 Implement position and duration queries.
11536 * gst/playback/test3.c: (update_scale), (main):
11537 Fix for async state changes and print nicer output.
11539 2005-10-20 Wim Taymans <wim@fluendo.com>
11541 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11542 (dump_element_stats), (main):
11543 * gst/playback/test6.c: (main):
11546 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11548 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11549 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11550 Don't use functions for position queries when handling
11553 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11555 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11556 (vorbis_handle_data_packet), (vorbis_dec_chain),
11557 (vorbis_dec_change_state):
11558 * ext/vorbis/vorbisdec.h:
11559 Vorbis streams can be embedded in other container formats
11560 than ogg, container formats where the demuxer might set
11561 timestamps on encoded vorbis buffers instead of those silly
11562 granulepos thingies. In short: make vorbisdec handle
11563 timestamps on incoming buffers as well.
11565 2005-10-20 Wim Taymans <wim@fluendo.com>
11567 * gst/playback/gstplaybasebin.c: (group_destroy),
11568 (gst_play_base_bin_change_state):
11570 Handle case where playbasebin is now ASYNC because
11573 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11575 * gst/audioconvert/Makefile.am:
11576 * gst/audioconvert/bufferframesconvert.c:
11577 * gst/audioconvert/plugin.c: (plugin_init):
11578 * gst/audioconvert/plugin.h:
11579 And bye bye buffer-frames-convert
11581 2005-10-19 Wim Taymans <wim@fluendo.com>
11583 * check/elements/audioconvert.c:
11584 * docs/libs/tmpl/gstaudio.sgml:
11585 * docs/libs/tmpl/gstcolorbalance.sgml:
11586 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11587 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11588 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11589 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11590 * gst-libs/gst/audio/audio.h:
11591 * gst/audioconvert/audioconvert.h:
11592 * gst/audioconvert/gstaudioconvert.c:
11593 (gst_audio_convert_parse_caps):
11594 * gst/volume/gstvolume.c:
11595 Bye bye buffer-frames.
11597 2005-10-19 Wim Taymans <wim@fluendo.com>
11599 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11600 (query_positions_elems), (query_positions_pads), (update_scale),
11601 (do_seek), (set_update_scale), (message_received), (main):
11602 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11603 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11604 (gst_ogg_demux_loop):
11605 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11606 * ext/theora/theoradec.c: (theora_dec_src_query),
11607 (theora_dec_sink_event):
11608 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11609 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11610 * gst/adder/gstadder.c: (gst_adder_query):
11611 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11612 * gst/playback/test3.c: (update_scale):
11613 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11614 (dump_element_stats), (main):
11615 * gst/playback/test6.c: (main):
11616 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11619 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11621 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11622 (xml_check_first_element), (xml_type_find), (smil_type_find),
11624 Add typefinding for SMIL and for generic XML. Based on patch by
11625 Akos Maroy (#308663).
11627 2005-10-18 Wim Taymans <wim@fluendo.com>
11629 * gst/playback/Makefile.am:
11630 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11631 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11632 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11633 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11634 (gst_decode_bin_change_state):
11635 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11636 (gst_play_bin_send_event_to_sink):
11637 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11638 (dump_element_stats), (main):
11639 * gst/playback/test6.c: (main):
11640 Make playbin async, it'll commit state to paused when all streams
11643 Added test6.c to show async behaviour.
11645 2005-10-18 Wim Taymans <wim@fluendo.com>
11647 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11648 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11649 Fix for segment-start/stop API change.
11651 2005-10-18 Wim Taymans <wim@fluendo.com>
11653 * check/Makefile.am:
11654 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11656 Add future test for clock selection.
11658 2005-10-18 Wim Taymans <wim@fluendo.com>
11660 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11661 (gst_alsasink_close):
11662 Set handle to NULL.
11664 * gst-libs/gst/audio/gstringbuffer.c:
11665 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11666 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11667 (gst_ring_buffer_start), (gst_ring_buffer_pause),
11668 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11669 (gst_ring_buffer_read):
11672 2005-10-17 Stefan Kost <ensonic@users.sf.net>
11674 * gst/audiotestsrc/Makefile.am:
11675 * gst/sine/Makefile.am:
11676 * gst/volume/Makefile.am:
11677 fix broken build of controllerized plugins
11679 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11681 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11683 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11684 (gst_riff_create_video_template_caps):
11685 Add support for Indeo-3 (IV32).
11687 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11692 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11694 * gst-libs/gst/video/video.c: (gst_video_get_size):
11695 * gst/audiotestsrc/gstaudiotestsrc.c:
11698 2005-10-17 Andy Wingo <wingo@pobox.com>
11700 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11701 with the collectpads change.
11702 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11704 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11706 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11708 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11709 alloc_buffer flow return to callers.
11710 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11711 change. Fix some memleaks in theoraenc.
11713 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11714 in strange circumstance.
11716 2005-10-17 Julien MOUTTE <julien@moutte.net>
11718 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11719 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11720 from caps, let's use the caps...
11722 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11725 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11727 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11729 * gst-libs/gst/interfaces/Makefile.am:
11732 2005-10-16 Andy Wingo <wingo@pobox.com>
11734 * gst/playback/gstdecodebin.c
11735 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11737 (try_to_link_1): Increase kraziness level.
11739 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11742 restructure like the core one
11743 * gst-libs/gst/audio/Makefile.am:
11744 * gst-libs/gst/interfaces/Makefile.am:
11745 * gst-libs/gst/net/Makefile.am:
11746 * gst-libs/gst/riff/Makefile.am:
11747 * gst-libs/gst/rtp/Makefile.am:
11748 * gst-libs/gst/tag/Makefile.am:
11749 * gst-libs/gst/video/Makefile.am:
11750 use correct linker flags, now the libs are properly versioned
11751 * check/elements/audioconvert.c: (verify_convert):
11752 * ext/alsa/gstalsaplugin.c:
11753 * ext/cdparanoia/gstcdparanoia.c:
11754 * ext/gnomevfs/gstgnomevfs.c:
11755 * ext/libvisual/visual.c:
11756 * ext/ogg/gstogg.c:
11757 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11758 * ext/theora/theora.c:
11759 * ext/vorbis/vorbis.c:
11760 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11761 * gst-libs/gst/tag/gsttagediting.c:
11762 * gst-libs/gst/video/video.c:
11763 * gst/adder/gstadder.c:
11764 * gst/audioconvert/plugin.c:
11765 * gst/audiorate/gstaudiorate.c:
11766 * gst/audioresample/gstaudioresample.c:
11767 * gst/audioresample/resample_ref.c: (resample_scale_ref):
11768 * gst/audioscale/gstaudioscale.c:
11769 * gst/audioscale/resample.c:
11770 * gst/audiotestsrc/gstaudiotestsrc.c:
11771 * gst/ffmpegcolorspace/gstffmpeg.c:
11772 * gst/playback/gstdecodebin.c: (close_pad_link):
11773 * gst/playback/gstplaybin.c: (gen_video_element),
11774 (gen_audio_element):
11775 * gst/sine/gstsinesrc.c:
11776 * gst/subparse/gstsubparse.c:
11777 * gst/tags/gsttagediting.c:
11778 * gst/tcp/gsttcpplugin.c:
11779 * gst/typefind/gsttypefindfunctions.c:
11780 * gst/videorate/gstvideorate.c:
11781 * gst/videoscale/gstvideoscale.c:
11782 * gst/videotestsrc/gstvideotestsrc.c:
11783 * gst/volume/gstvolume.c:
11784 * sys/v4l/gstv4l.c:
11785 * sys/ximage/ximage.c:
11786 * sys/xvimage/xvimagesink.c:
11789 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
11791 * ext/vorbis/vorbisenc.c:
11792 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11793 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11794 (gst_tag_to_vorbis_comments):
11795 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11797 2005-10-13 Stefan Kost <ensonic@users.sf.net>
11799 * examples/stats/mp2ogg.c:
11800 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11803 2005-10-13 Michael Smith <msmith@fluendo.com>
11805 * ext/ogg/gstoggmux.c:
11806 Use magic glib macros to define constants as 64 bit, to ensure
11807 appropriate vararg passing.
11809 2005-10-13 Michael Smith <msmith@fluendo.com>
11811 * ext/ogg/gstoggmux.c:
11812 * gst/audioconvert/audioconvert.c: (float):
11813 Don't use LL suffix, as it's not portable, and neither of these
11814 uses required it anyway.
11816 2005-10-12 Stefan Kost <ensonic@users.sf.net>
11818 * examples/indexing/indexmpeg.c: (main):
11819 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11820 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11821 (cdparanoia_convert), (cdparanoia_query):
11822 * ext/cdparanoia/gstcdparanoia.h:
11823 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11824 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11825 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11826 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11827 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11828 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11829 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11830 (gst_multifdsink_render), (gst_multifdsink_start),
11831 (gst_multifdsink_stop):
11832 * gst/tcp/gstmultifdsink.h:
11833 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11834 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11835 (gst_tcpclientsink_stop):
11836 * gst/tcp/gsttcpclientsink.h:
11837 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11838 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11839 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11840 * gst/tcp/gsttcpclientsrc.h:
11841 * gst/tcp/gsttcpserversink.h:
11842 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11843 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11844 (gst_tcpserversrc_stop):
11845 * gst/tcp/gsttcpserversrc.h:
11846 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11847 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11848 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11849 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11850 moved bitshift from macro to enum definition
11852 2005-10-12 Wim Taymans <wim@fluendo.com>
11854 * examples/seeking/Makefile.am:
11857 2005-10-12 Wim Taymans <wim@fluendo.com>
11859 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11860 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11861 Don't assert on normal stuff.
11863 * gst/playback/gstplaybin.c: (do_playbin_seek):
11866 2005-10-12 Wim Taymans <wim@fluendo.com>
11868 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11869 * examples/seeking/Makefile.am:
11870 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11871 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11872 (do_seek), (set_update_scale), (message_received), (main):
11873 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11874 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11875 Update for _get_state() API change.
11877 2005-10-11 Wim Taymans <wim@fluendo.com>
11879 * gst-libs/gst/audio/gstbaseaudiosink.c:
11880 (gst_base_audio_sink_render):
11881 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11882 (gst_base_audio_src_create):
11883 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11884 (gst_ring_buffer_read):
11886 Commit and read from ringbuffer in samples rather than bytes.
11888 2005-10-11 Wim Taymans <wim@fluendo.com>
11890 * gst-libs/gst/audio/gstbaseaudiosink.c:
11891 (gst_base_audio_sink_render):
11892 Respect segment rate and accum when scheduling samples.
11894 2005-10-11 Julien MOUTTE <julien@moutte.net>
11896 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11897 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11898 EOS correctly, that needs more work.
11900 2005-10-11 Wim Taymans <wim@fluendo.com>
11902 * check/generic/states.c: (GST_START_TEST):
11903 remove old property.
11905 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11906 (gst_ogg_demux_perform_seek):
11907 * ext/theora/theoradec.c: (theora_dec_sink_event):
11908 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11909 (vorbis_handle_data_packet):
11910 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11911 (gst_base_rtp_depayload_set_gst_timestamp):
11912 * gst/videorate/gstvideorate.c: (gst_videorate_event):
11913 Update for newsegment API change.
11915 2005-10-11 Michael Smith <msmith@fluendo.com>
11917 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11918 (do_playbin_seek), (gst_play_bin_send_event):
11919 Override send_event differently, so that we can takes bits of
11920 functionality from GstPipeline (special handling for seeks,
11921 including pausing/resuming, and resetting stream time) and still get
11922 the appropriate behaviour of only forwarding event to a single sink,
11923 rather than all of them.
11924 Unfortunately requires a lot of code duplication, but the
11925 alternatives are equally ugly in the end.
11927 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
11929 * check/elements/audioconvert.c: (setup_audioconvert),
11930 (cleanup_audioconvert), (get_int_caps), (verify_convert),
11931 (GST_START_TEST), (audioconvert_suite):
11932 clean up tests a little, fix some leaks.
11934 2005-10-10 Wim Taymans <wim@fluendo.com>
11936 * ext/alsa/gstalsasink.c:
11937 Also allow unsigned int.
11939 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11940 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11943 2005-10-10 Wim Taymans <wim@fluendo.com>
11945 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11946 Small update, use API as stated in design docs.
11948 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11949 (update_scale), (do_seek), (seek_cb), (set_update_scale),
11950 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11951 (message_received), (main):
11952 Updated seek example for GOption. Some usability improvements.
11954 2005-10-10 Wim Taymans <wim@fluendo.com>
11956 * gst/audioconvert/audioconvert.h:
11957 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11958 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11959 Alloc temp storage somewhere else where we can do it more
11962 2005-10-10 Wim Taymans <wim@fluendo.com>
11964 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11965 (gst_tcpserversrc_start):
11966 Don't block in accept while doing the state change, move
11967 to poll and make cancellable.
11969 2005-10-09 Philippe Khalaf <burger@speedy.org>
11971 * gst-libs/gst/rtp/rtpbasedepayload.c:
11972 Set timestamp and add queue delay to timestamp
11973 * gst-libs/gst/rtp/rtpbuffer.h:
11974 Set correct payload type for h263
11976 2005-10-09 Stefan Kost <ensonic@users.sf.net>
11978 * gst/audiotestsrc/gstaudiotestsrc.c:
11979 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11980 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11981 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11982 (gst_audiotestsrc_create_triangle),
11983 (gst_audiotestsrc_create_silence),
11984 (gst_audiotestsrc_create_white_noise),
11985 (gst_audiotestsrc_init_pink_noise),
11986 (gst_audiotestsrc_generate_pink_noise_value),
11987 (gst_audiotestsrc_create_pink_noise),
11988 (gst_audiotestsrc_change_wave):
11989 * gst/audiotestsrc/gstaudiotestsrc.h:
11990 fixed typo, added pink noise
11992 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11994 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11996 Add wavpack and spc typefind functions from 0.8 branch.
11998 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12000 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12001 (ar_type_find), (msdos_type_find), (plugin_init):
12002 Add typefind functions for tar archives, ar archives,
12003 RAR archives, and msdos-executables (dlls, exe, etc.).
12004 Some of those would be wrongly identified as mpeg
12005 streams of some sort before (#315550).
12007 2005-10-09 Stefan Kost <ensonic@users.sf.net>
12010 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12011 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12012 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12013 * gst/audiotestsrc/Makefile.am:
12014 * gst/audiotestsrc/gstaudiotestsrc.c:
12015 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12016 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12017 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12018 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12019 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12020 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12021 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12022 (gst_audiotestsrc_create_silence),
12023 (gst_audiotestsrc_create_white_noise),
12024 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12025 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12026 (gst_audiotestsrc_start), (plugin_init):
12027 * gst/audiotestsrc/gstaudiotestsrc.h:
12028 add new plugin and element
12029 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12032 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12034 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12035 (gst_adder_init), (gst_adder_request_new_pad),
12036 (gst_adder_change_state):
12037 Add query function to source pad, so adder reports the correct
12038 time/sample position when queried (#315457); fix state change
12039 function; use GST_DEBUG_FUNCPTR() for pad functions.
12041 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
12043 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12044 Fix leaks in typefind registration
12045 Clean up the gratuitous commenting and whitespacing a little
12047 2005-10-08 Wim Taymans <wim@fluendo.com>
12049 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12050 Only actually wait for the thread to be stopped if it's
12053 2005-10-08 Wim Taymans <wim@fluendo.com>
12055 * gst-libs/gst/audio/gstbaseaudiosink.c:
12056 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12057 If we receive EOS we can start playback of what we had.
12059 2005-10-08 Wim Taymans <wim@fluendo.com>
12061 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12062 (gst_multifdsink_finalize), (multifdsink_hash_remove),
12063 (gst_multifdsink_stop):
12064 Fix crasher when going to NULL multiple times.
12066 2005-10-06 Wim Taymans <wim@fluendo.com>
12068 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12069 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12070 * gst-libs/gst/audio/gstbaseaudiosrc.h:
12071 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12072 patch from Edgard Lima <edgard.lima@indt.org.br>
12073 Fixed gstbaseaudiosrc adding ring buffer sync to it.
12075 2005-10-06 Wim Taymans <wim@fluendo.com>
12077 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12078 Report the FLOW_RETURN as string in the error message.
12080 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12081 Don't assert when clearing an unnegotiated buffer.
12083 2005-10-04 Michael Smith <msmith@fluendo.com>
12085 * gst/playback/gstplaybasebin.c: (group_destroy),
12086 (gen_preroll_element), (remove_groups), (setup_source):
12087 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12088 (setup_sinks), (gst_play_bin_send_event),
12089 (gst_play_bin_change_state):
12090 Set state to NULL before removing from bin. Fix refcounting.
12092 2005-10-04 Michael Smith <msmith@fluendo.com>
12094 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12095 Correct refcounting in send_event() function. Previously was wrong
12096 if the first sink was unable to handle the event.
12098 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12101 back to development
12103 === release 0.9.3 ===
12105 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12108 Releasing 0.9.3, "De Facto"
12110 2005-10-03 Andy Wingo <wingo@pobox.com>
12112 * gst/playback/gstdecodebin.c (try_to_link_1)
12113 (remove_element_chain): set element to NULL before removing it.
12115 2005-10-02 Johan Dahlin <johan@gnome.org>
12117 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
12118 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12121 2005-10-02 Andy Wingo <wingo@pobox.com>
12123 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
12124 (gst_ring_buffer_prepare_read):
12125 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12128 2005-09-29 Wim Taymans <wim@fluendo.com>
12130 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12131 * ext/theora/theoradec.c: (theora_handle_data_packet):
12132 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12133 Propagate error codes from alloc_buffer too.
12135 2005-09-29 Wim Taymans <wim@fluendo.com>
12137 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12140 * gst/playback/Makefile.am:
12141 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12142 (dump_element_stats), (main):
12143 Added example stream introspection code.
12145 2005-09-28 Stefan Kost <ensonic@users.sf.net>
12147 * gst/adder/gstadder.c: (gst_adder_collected):
12148 fix adder for float elements
12150 2005-09-28 Wim Taymans <wim@fluendo.com>
12152 * gst-libs/gst/audio/gstbaseaudiosink.c:
12153 (gst_base_audio_sink_class_init),
12154 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12155 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12156 (gst_base_audio_src_class_init),
12157 (gst_base_audio_src_provide_clock):
12158 get_clock -> provide_clock
12160 2005-09-28 Andy Wingo <wingo@pobox.com>
12162 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12165 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12168 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12169 Actually add the pad template.
12170 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12172 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12175 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12176 from fdsrc. Get caps in create() instead of start() so it can be
12177 interrupted. Interruption somewhat untested.
12179 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12180 Proper EOS handling.
12182 2005-09-27 Andy Wingo <wingo@pobox.com>
12184 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12186 * gst/tcp/gsttcpserversrc.c: Cleaned up.
12188 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12190 * gst/tcp/gsttcp.h:
12191 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12192 out of tcpclientsrc.c. Cancellable.
12193 (gst_tcp_socket_read): Made private, cancellable, with better
12194 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12195 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12196 whole buffer, and better diagnostics.
12197 (gst_tcp_gdp_read_caps): Same.
12199 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12201 2005-09-26 Andy Wingo <wingo@pobox.com>
12203 * gst/sine/gstsinesrc.h:
12204 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12205 change the 'sync' property to 'is-live' and implement it halfway,
12206 update for controller api change.
12208 * gst/volume/gstvolume.c (volume_transform_ip): Update for
12209 controller api change.
12211 2005-09-24 Wim Taymans <wim@fluendo.com>
12213 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12214 * gst-libs/gst/audio/gstaudiosink.c:
12215 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12216 (gst_audioringbuffer_stop):
12217 * gst-libs/gst/audio/gstbaseaudiosink.c:
12218 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12219 (gst_base_audio_sink_change_state):
12220 * gst-libs/gst/audio/gstbaseaudiosink.h:
12221 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12222 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12223 (gst_ring_buffer_commit), (gst_ring_buffer_read):
12224 * gst-libs/gst/audio/gstringbuffer.h:
12225 Fix sync again. Moved sample alignment to basesink.
12227 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
12229 * docs/plugins/Makefile.am:
12230 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12231 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12232 * gst/volume/gstvolume.c:
12234 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12235 * gst-libs/gst/audio/audio.h:
12236 add conversion macros for frames <-> clocktime
12238 2005-09-23 David Schleef <ds@schleef.org>
12240 * gst/audioresample/Makefile.am:
12241 * gst/audioresample/debug.h:
12242 * gst/audioresample/gstaudioresample.c:
12243 * gst/audioresample/resample.c: Convert to using gst debugging
12245 2005-09-22 Wim Taymans <wim@fluendo.com>
12247 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12248 (gst_play_bin_send_event):
12249 Only seek on one sink, the first one that succeeds.
12251 2005-09-22 Michael Smith <msmith@fluendo.com>
12253 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12254 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12255 Don't flush encoder state unless we have an initialised encoder.
12256 Clear out encoder state on PAUSED_TO_READY.
12258 2005-09-22 Wim Taymans <wim@fluendo.com>
12260 * gst-libs/gst/rtp/gstbasertppayload.c:
12261 (gst_basertppayload_class_init), (gst_basertppayload_init),
12262 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12263 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12264 (gst_basertppayload_is_filled), (gst_basertppayload_push),
12265 (gst_basertppayload_set_property),
12266 (gst_basertppayload_get_property),
12267 (gst_basertppayload_change_state):
12268 * gst-libs/gst/rtp/gstbasertppayload.h:
12269 Added max-ptime to control amount of data in the rtp packets.
12271 2005-09-21 Andy Wingo <wingo@pobox.com>
12273 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12276 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12277 can be called multiple times, dogs.
12279 2005-09-21 Wim Taymans <wim@fluendo.com>
12281 * gst-libs/gst/rtp/gstbasertppayload.c:
12282 (gst_basertppayload_class_init), (gst_basertppayload_init),
12283 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12284 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12285 (gst_basertppayload_push), (gst_basertppayload_get_property),
12286 (gst_basertppayload_change_state):
12289 2005-09-21 Stefan Kost <ensonic@users.sf.net>
12291 * docs/libs/compiling.sgml:
12294 2005-09-20 Wim Taymans <wim@fluendo.com>
12296 * gst-libs/gst/rtp/gstbasertppayload.c:
12297 (gst_basertppayload_class_init), (gst_basertppayload_init),
12298 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12299 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12300 (gst_basertppayload_push), (gst_basertppayload_set_property),
12301 (gst_basertppayload_get_property),
12302 (gst_basertppayload_change_state):
12303 * gst-libs/gst/rtp/gstbasertppayload.h:
12304 Added property to configure sequence number offsets.
12306 2005-09-20 Wim Taymans <wim@fluendo.com>
12308 * gst-libs/gst/rtp/gstbasertppayload.c:
12309 (gst_basertppayload_class_init), (gst_basertppayload_init),
12310 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12311 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12312 (gst_basertppayload_push), (gst_basertppayload_set_property),
12313 (gst_basertppayload_get_property),
12314 (gst_basertppayload_change_state):
12315 * gst-libs/gst/rtp/gstbasertppayload.h:
12316 Make timestamp offset configurable.
12318 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
12320 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12321 fix wrong pop/unref
12323 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
12325 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
12327 * gst-libs/gst/interfaces/propertyprobe.c:
12328 (gst_property_probe_probe_property_name),
12329 (gst_property_probe_needs_probe_name),
12330 (gst_property_probe_get_values_name),
12331 (gst_property_probe_probe_and_get_values_name):
12332 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12333 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12335 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
12337 * check/Makefile.am:
12338 have some tests be disabled for valgrinding
12339 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12341 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12342 Fix A Leak. Chain To Parent Finalize.
12344 2005-09-19 Wim Taymans <wim@fluendo.com>
12346 * examples/seeking/seek.c: (make_wav_pipeline), (main):
12347 Fixed wav pipeline.
12349 2005-09-19 Wim Taymans <wim@fluendo.com>
12351 * gst-libs/gst/rtp/gstbasertppayload.c:
12352 (gst_basertppayload_class_init), (gst_basertppayload_init),
12353 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12354 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12355 (gst_basertppayload_push), (gst_basertppayload_get_property),
12356 (gst_basertppayload_change_state):
12357 Posting ERROR and WARNING messages is good.
12359 2005-09-19 Wim Taymans <wim@fluendo.com>
12361 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12362 (gst_base_rtp_depayload_add_to_queue),
12363 (gst_base_rtp_depayload_push),
12364 (gst_base_rtp_depayload_set_gst_timestamp),
12365 (gst_base_rtp_depayload_queue_release):
12366 This one was not supposed to go in.
12368 2005-09-19 Wim Taymans <wim@fluendo.com>
12370 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12373 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12374 (gst_base_rtp_depayload_chain),
12375 (gst_base_rtp_depayload_add_to_queue),
12376 (gst_base_rtp_depayload_push),
12377 (gst_base_rtp_depayload_set_gst_timestamp),
12378 (gst_base_rtp_depayload_queue_release):
12381 * gst-libs/gst/rtp/gstbasertppayload.c:
12382 (gst_basertppayload_class_init), (gst_basertppayload_init),
12383 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12384 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12385 (gst_basertppayload_get_property),
12386 (gst_basertppayload_change_state):
12387 Added debugging category.
12389 2005-09-18 David Schleef <ds@schleef.org>
12391 * gst/playback/gstdecodebin.c: free plugin list correctly
12392 * gst/playback/gstplaybin.c: emit warning if autovideosink
12393 and autoaudiosink can't be found (instead of segfaulting)
12395 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
12397 * check/elements/audioconvert.c: (GST_START_TEST):
12398 try out 24 bit conversion
12400 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12402 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12403 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12404 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12405 * ext/vorbis/vorbisenc.h:
12406 Fix EOS handling. Still needs a fix in the ogg muxer to
12407 mark the last page as eos.
12409 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12411 * common/gtk-doc-plugins.mak:
12412 * docs/plugins/Makefile.am:
12413 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12414 * gst/ffmpegcolorspace/Makefile.am:
12415 * gst/ffmpegcolorspace/avcodec.h:
12416 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12417 * gst/tcp/gstmultifdsink.c:
12418 fix up ffmpegcolorspace docs; extract header
12420 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12422 * common/gtk-doc-plugins.mak:
12423 * docs/plugins/Makefile.am:
12424 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12425 * ext/theora/Makefile.am:
12426 * ext/theora/gsttheoraenc.h:
12427 * ext/theora/theoraenc.c:
12428 * ext/vorbis/vorbisenc.c:
12429 pick up signals and args for vorbis; add some docs for vorbis
12431 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12433 * common/gstdoc-scangobj:
12434 * common/gtk-doc-plugins.mak:
12435 * docs/libs/Makefile.am:
12436 * docs/plugins/gst-plugins-base-plugins.args:
12437 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12438 * docs/plugins/gst-plugins-base-plugins.interfaces:
12439 * docs/plugins/gst-plugins-base-plugins.prerequisites:
12440 * docs/plugins/gst-plugins-base-plugins.signals:
12441 only scanobj stuff from our source module. Not sure yet
12442 if that's correct, given the hierarchy stuff :)
12444 2005-09-15 Wim Taymans <wim@fluendo.com>
12446 * gst/audioconvert/gstaudioconvert.c:
12447 And enable 24 bits mode as well..
12449 2005-09-15 Wim Taymans <wim@fluendo.com>
12451 * gst-libs/gst/rtp/Makefile.am:
12452 * gst-libs/gst/rtp/gstbasertppayload.c:
12453 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12454 (gst_basertppayload_class_init), (gst_basertppayload_init),
12455 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12456 (gst_basertppayload_chain), (gst_basertppayload_set_options),
12457 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12458 (gst_basertppayload_set_property),
12459 (gst_basertppayload_get_property),
12460 (gst_basertppayload_change_state):
12461 * gst-libs/gst/rtp/gstbasertppayload.h:
12462 Added rtp payloader base class.
12464 2005-09-15 Andy Wingo <wingo@pobox.com>
12466 * configure.ac (plugindir): Remove the EOL matcher from the
12467 regexp, as it causes me problems. Libtool? Make? Who knows?
12469 2005-09-14 David Schleef <ds@schleef.org>
12471 * check/generic/states.c:
12472 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12473 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12474 Fixes for changes in registry API.
12476 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
12477 to GST_PLUGIN_LDFLAGS.
12478 * ext/libvisual/visual.c: Make the library shut up.
12479 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12480 * gst-libs/gst/audio/gstaudiofilter.c: same
12482 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12484 * docs/plugins/Makefile.am:
12485 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12486 * docs/plugins/inspect/plugin-libvisual.xml:
12487 * docs/plugins/tmpl/element-tcpserversink.sgml:
12488 * ext/theora/theoraenc.c:
12489 add libvisual plugin and theoraenc element to docs
12491 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12493 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12494 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12495 * ext/theora/theoraenc.c:
12498 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
12500 * gst/audioconvert/Makefile.am:
12501 Audioconvert derives from GstBaseTransform and should
12502 link to the library with our base elements to avoid
12503 unresolved symbols. Makes things work with MinGW (#316160)
12505 * gst/playback/test4.c: (main):
12506 Fix MinGW build problem and use g_usleep() instead of
12509 2005-09-12 Wim Taymans <wim@fluendo.com>
12511 * gst/audioconvert/audioconvert.c: (float),
12512 (audio_convert_prepare_context), (audio_convert_convert):
12513 * gst/audioconvert/audioconvert.h:
12514 Cleanups, speedups, simplifications, added back support
12517 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
12519 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12520 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12521 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12522 * docs/plugins/tmpl/element-tcpserversink.sgml:
12523 * gst/ffmpegcolorspace/gstffmpeg.c:
12524 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12525 * gst/videotestsrc/gstvideotestsrc.c:
12526 * gst/volume/gstvolume.c:
12527 add more elements to the docs
12529 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
12531 * check/Makefile.am:
12532 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12533 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12534 Add extra tests for basetransform based components.
12535 Comment out the test_element_negotiation test until we decide
12536 if it's testing correct behaviour.
12537 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12538 (gst_visual_chain), (gst_visual_change_state):
12539 Slightly more correct but still bogus timestamping.
12540 Fix state change function.
12541 * gst/audioconvert/gstaudioconvert.c:
12542 (gst_audio_convert_class_init):
12543 * gst/audioresample/gstaudioresample.c:
12544 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12545 (gst_ffmpegcsp_class_init):
12546 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12547 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12548 (gst_videoscale_prepare_image):
12549 * gst/volume/gstvolume.c: (gst_volume_class_init),
12550 (volume_transform_ip):
12551 Basetransform updates. Enable passthrough modes.
12552 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12553 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12554 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12555 Negotiation fix that allows the window to return to the original
12556 size and renegotiate passthrough upstream. Extra debug output.
12558 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
12560 * gst/sine/gstsinesrc.c:
12561 * gst/volume/gstvolume.c:
12562 fix up header include
12564 2005-09-09 Stefan Kost <ensonic@users.sf.net>
12566 * gst-libs/gst/audio/gstbaseaudiosink.c:
12567 (gst_base_audio_sink_render):
12568 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12569 * gst/volume/gstvolume.c: (gst_volume_class_init),
12570 (volume_transform):
12571 fixing lost sync, some more debugging
12573 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
12575 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12576 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12577 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12578 (gst_xvimagesink_check_xshm_calls):
12579 Fix compilation when XShm is not available.
12581 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12583 * ext/libvisual/visual.c: (gst_visual_dispose),
12584 (gst_visual_getcaps), (gst_visual_src_setcaps),
12585 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12586 (gst_visual_change_state):
12587 Finish fixing up libvisual plugin so that it runs.
12589 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12591 * ext/vorbis/vorbisenc.c:
12592 * gst-libs/gst/tag/gstvorbistag.c:
12593 gsttaginterface.h -> gsttagsetter.h
12595 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12597 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12598 added another test that failes for me (test is not active by default)
12600 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12603 v4l2 is no longer in gst-plugins-base
12605 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12608 In the output at the end, don't show the first plugin on the same
12609 line as "Core plug-ins, always built:".
12610 Indent the output as for other plugin categories
12611 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12612 #define that can be used to not use peer buffer_alloc functions for
12614 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12615 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12616 (gst_ximagesink_show_frame):
12617 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12618 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12619 (gst_xvimagesink_show_frame):
12620 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12621 fails gracefully instead of XError aborting or deadlocking.
12623 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12625 * ext/libvisual/Makefile.am:
12626 link against gst-base-libs
12628 2005-09-06 David Schleef <ds@schleef.org>
12630 * configure.ac: Enable libvisual plugin.
12631 * ext/libvisual/Makefile.am:
12632 * ext/libvisual/visual.c: Fixes to make it compile.
12634 === release 0.9.2 ===
12636 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
12641 * docs/random/ChangeLog-0.8:
12642 releasing 0.9.2, "Spoon"
12644 2005-09-05 Michael Smith <msmith@fluendo.com>
12646 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12647 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12648 that in the vorbisenc element.
12650 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12652 * common/gtk-doc-plugins.mak:
12653 * docs/plugins/Makefile.am:
12655 * gst/audioresample/resample.c:
12656 fix wrong docstring
12658 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12660 * common/gst-xmlinspect.py:
12661 * common/gtk-doc-plugins.mak:
12662 only inspect plugins for this given package
12663 require gst-python 0.9
12665 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
12669 * common/gst-xmlinspect.py:
12671 * docs/Makefile.am:
12672 * docs/plugins/inspect/plugin-alsa.xml:
12673 * docs/plugins/inspect/plugin-audioresample.xml:
12674 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12675 * docs/plugins/inspect/plugin-ogg.xml:
12676 * docs/plugins/tmpl/element-gnomevfssink.sgml:
12677 * docs/plugins/tmpl/element-multifdsink.sgml:
12678 * docs/plugins/tmpl/element-tcpserversink.sgml:
12679 * docs/plugins/tmpl/element-vorbisenc.sgml:
12680 * gst-plugins-base.spec.in:
12681 various doc-related updates
12683 2005-08-31 Wim Taymans <wim@fluendo.com>
12685 * gst-libs/gst/audio/gstbaseaudiosink.c:
12686 (gst_base_audio_sink_render):
12687 Resync if the buffer timestamps drift more than a 10th
12690 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
12692 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12693 (gst_v4lsrc_get_property):
12694 The 'timestamp-offset' property is registered as an int64, so
12695 let's use g_value_{set|get}_int64() in our setter and getter
12696 functions (makes it work and fixes warnings with gst-inspect).
12698 2005-08-30 Wim Taymans <wim@fluendo.com>
12700 * check/elements/audioconvert.c: (setup_audioconvert):
12701 * check/elements/audioresample.c: (setup_audioresample):
12702 * check/elements/volume.c: (setup_volume):
12705 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
12707 * common/gtk-doc-plugins.mak:
12708 * common/plugins.xsl:
12709 * docs/plugins/Makefile.am:
12710 make module a param
12712 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12714 * examples/seeking/seek.c: (make_mp3_pipeline),
12715 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12716 (play_cb), (pause_cb), (stop_cb):
12719 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12721 * gst/volume/gstvolume.c: (gst_volume_class_init),
12722 (volume_transform):
12723 do not update controlled params, if buffer has no timestamp
12725 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12728 * gst/sine/Makefile.am:
12729 * gst/volume/Makefile.am:
12730 controllerized elements also need to link against controller-libs ;)
12732 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12734 * docs/libs/tmpl/gstcolorbalance.sgml:
12735 * docs/libs/tmpl/gstgconf.sgml:
12736 * docs/libs/tmpl/gstmixer.sgml:
12737 * docs/libs/tmpl/gstringbuffer.sgml:
12738 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12739 (gst_sinesrc_create):
12740 * gst/volume/gstvolume.c: (gst_volume_class_init),
12741 (volume_transform):
12742 controllerized two audio plugins
12744 2005-08-29 Andy Wingo <wingo@pobox.com>
12746 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
12747 (vorbis_handle_data_packet): Fix some int overflow errors.
12749 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12751 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12753 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12754 if it's valid. Fixed streaming-mode playback.
12756 * check/elements/volume.c (cleanup_volume): Fix for running
12759 * check/elements/audioconvert.c: Convert from native endian, not
12762 2005-08-29 Michael Smith <msmith@fluendo.com>
12764 * ext/ogg/Makefile.am:
12765 * ext/ogg/gstogg.c: (plugin_init):
12766 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12767 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12768 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12769 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12770 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12771 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12772 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12773 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12774 Add an ogg parser element.
12776 2005-08-28 Andy Wingo <wingo@pobox.com>
12778 * Updates for two-arg init from GST_BOILERPLATE_FULL.
12780 2005-08-26 Wim Taymans <wim@fluendo.com>
12782 * gst/audioconvert/audioconvert.c: (if), (float),
12783 (audio_convert_get_func_index), (check_default),
12784 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12785 (audio_convert_clean_context), (audio_convert_get_sizes),
12786 (audio_convert_convert):
12789 2005-08-26 Wim Taymans <wim@fluendo.com>
12791 * gst/audioconvert/audioconvert.c: (if), (float),
12792 (audio_convert_get_func_index), (check_default),
12793 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12794 (audio_convert_clean_context), (audio_convert_get_sizes),
12795 (audio_convert_convert):
12796 More elegant and working temp buffer selection algo.
12798 2005-08-26 Wim Taymans <wim@fluendo.com>
12800 * gst/audioconvert/audioconvert.c: (if), (float),
12801 (audio_convert_get_func_index), (check_default),
12802 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12803 (audio_convert_clean_context), (audio_convert_get_sizes),
12804 (get_temp_buffer), (audio_convert_convert):
12805 Use realloc else we lose our original data.
12807 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
12809 * gst/audioresample/gstaudioresample.c:
12810 use base class' newsegment to properly timestamp
12812 2005-08-26 Wim Taymans <wim@fluendo.com>
12814 * gst/audioconvert/audioconvert.c: (if), (float),
12815 (audio_convert_get_func_index), (check_default),
12816 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12817 (audio_convert_clean_context), (audio_convert_get_sizes),
12818 (get_temp_buffer), (audio_convert_convert):
12819 * gst/audioconvert/gstaudioconvert.c:
12820 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12821 (gst_audio_convert_transform_caps),
12822 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12823 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12824 Oops, allocate enough space to perform the channel mix.
12826 2005-08-26 Wim Taymans <wim@fluendo.com>
12828 * gst/audioconvert/Makefile.am:
12829 * gst/audioconvert/audioconvert.c: (if), (float),
12830 (audio_convert_get_func_index), (check_default),
12831 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12832 (audio_convert_clean_context), (audio_convert_get_sizes),
12833 (get_temp_buffer), (audio_convert_convert):
12834 * gst/audioconvert/audioconvert.h:
12835 * gst/audioconvert/gstaudioconvert.c:
12836 (gst_audio_convert_class_init), (gst_audio_convert_init),
12837 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12838 (gst_audio_convert_get_unit_size),
12839 (gst_audio_convert_transform_caps),
12840 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12841 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12842 * gst/audioconvert/gstaudioconvert.h:
12843 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12844 (gst_channel_mix_fill_identical),
12845 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12846 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12847 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12848 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12849 (gst_channel_mix_mix):
12850 * gst/audioconvert/gstchannelmix.h:
12851 Cleanups, librarify a bit, optimize, better negotiation and more.
12853 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12855 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12856 Another from MikeS:
12857 During typefinding, don't support negative offsets
12858 (offsets from the end of the stream) in our typefind->peek() function
12859 - nothing embedded in ogg ever needs them. However, we need to recognise
12860 those requests and reject them, otherwise we return invalid pointers.
12862 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12864 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12865 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12866 (vorbisdec_finalize), (vorbis_handle_type_packet):
12867 Big shout-out to MikeS for fixing this giant memory leak.
12870 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12872 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12873 (audio_convert_get_unit_size):
12876 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12878 * check/Makefile.am:
12879 * check/elements/audioconvert.c: (setup_audioconvert),
12880 (cleanup_audioconvert), (get_int_caps), (verify_convert),
12881 (GST_START_TEST), (audioconvert_suite), (main):
12882 add a test for audioconvert
12883 * gst/audioresample/gstaudioresample.c:
12884 * gst/audioresample/gstaudioresample.h:
12885 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12886 note that for buffers of 1/3 sec this means DURATION(c) is
12887 one nanosecond more than for a and b
12889 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12891 * check/Makefile.am:
12892 * check/elements/audioresample.c: (setup_audioresample),
12893 (cleanup_audioresample), (fail_unless_perfect_stream),
12894 (test_perfect_stream_instance), (GST_START_TEST),
12895 add a check for audioresample
12896 (audioresample_suite), (main):
12897 * check/elements/volume.c: (GST_START_TEST):
12898 remove unused method
12899 * gst/audioresample/gstaudioresample.c:
12900 set correct buffer parameters since we're changing them
12901 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12904 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12906 * gst/audioresample/debug.c:
12907 * gst/audioresample/gstaudioresample.c:
12908 add room for extra overlap samples when asked to transform size
12909 protect against possible mem corruption and check for discrepancies
12910 between written size and outbuffer's size so we can warn for
12912 * gst/audioresample/resample.c: (resample_init),
12913 (resample_get_output_size_for_input), (resample_get_output_size),
12914 (resample_set_n_channels), (resample_set_format):
12915 set debug level based on RESAMPLE_DEBUG env var
12916 make sure that get_output_size* returns a whole number of
12918 set sample_size each time either channel or format is set
12919 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12920 * gst/audioresample/resample_functable.c:
12921 (resample_scale_functable):
12922 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12923 remove r->sample_size, it's done in resample.c now
12924 add some debugging to the ref implementation
12925 make sure we only give back bytes that are wholes of the sample
12928 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
12929 * gst/playback/gstplaybasebin.c: (fill_buffer):
12930 Revert unpopular change for GST_MESSAGE_SRC to GObject.
12932 2005-08-25 Stefan Kost <ensonic@users.sf.net>
12934 * gst/volume/gstvolume.c:
12935 made set_caps function static
12937 2005-08-24 Wim Taymans <wim@fluendo.com>
12939 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12940 (gst_vorbisenc_change_state):
12941 Stop leaking taglists.
12943 2005-08-24 Wim Taymans <wim@fluendo.com>
12945 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12946 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12947 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12948 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12949 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12950 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12951 Parse seeking events better.
12953 Generate correct newsegment events, fixes seeking in live oggs.
12955 * ext/theora/theoradec.c: (theora_dec_src_query),
12956 (theora_dec_src_event), (theora_dec_src_getcaps),
12957 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12958 Use newsegment values to report correct play time.
12960 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12961 (vorbis_dec_src_event), (vorbis_dec_sink_event):
12962 * ext/vorbis/vorbisdec.h:
12963 Parse and use newsegment values to report correct play time.
12965 * gst-libs/gst/audio/gstbaseaudiosink.c:
12966 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12967 Clear ringbuffer on flush.
12968 Use newsegment values to calculate playback time.
12970 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12971 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12972 Basesink does newsegment calculations for us now.
12974 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12976 * check/Makefile.am:
12978 add core's plugins to the mix so that playbin works
12979 * check/generic/states.c: (GST_START_TEST):
12980 set a 0 timeout on pipelines, so they don't force the next
12982 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12983 (gst_play_base_bin_change_state):
12984 remove the crappy error handling and do GST error handling
12986 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12988 * check/Makefile.am:
12989 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12990 add same test as to core, it bitches out on playbin atm.
12992 2005-08-24 Wim Taymans <wim@fluendo.com>
12997 2005-08-24 Wim Taymans <wim@fluendo.com>
12999 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13000 (gst_videoscale_prepare_size), (parse_caps),
13001 (gst_videoscale_set_caps), (gst_videoscale_get_size),
13002 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13003 (gst_videoscale_transform):
13004 * gst/videoscale/gstvideoscale.h:
13005 Refactor, make use of BaseTranform really well.
13007 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13010 compile audioresample
13011 * gst/audioresample/Makefile.am:
13012 * gst/audioresample/buffer.c:
13013 * gst/audioresample/functable.c:
13014 * gst/audioresample/gstaudioresample.c:
13015 * gst/audioresample/gstaudioresample.h:
13016 * gst/audioresample/resample.c:
13017 (resample_get_output_size_for_input):
13018 * gst/audioresample/resample.h:
13019 * gst/audioresample/resample_chunk.c:
13020 * gst/audioresample/resample_functable.c:
13021 * gst/audioresample/resample_ref.c:
13022 port to use basetransform; doesn't work in all cases yet
13024 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13026 * gst/audioconvert/gstaudioconvert.c:
13027 (gst_audio_convert_class_init), (gst_audio_convert_init),
13028 (audio_convert_get_unit_size), (audio_convert_transform_caps),
13029 (audio_convert_fixate_caps), (audio_convert_set_caps),
13030 (audio_convert_transform),
13031 (gst_audio_convert_buffer_to_default_format),
13032 (gst_audio_convert_buffer_from_default_format),
13033 (gst_audio_convert_channels):
13034 * gst/audioconvert/gstchannelmix.c:
13035 * gst/audioconvert/gstchannelmix.h:
13036 port to basetransform
13037 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13038 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13039 (gst_ffmpegcsp_get_unit_size):
13040 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13041 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13042 fix for basetransform changes
13044 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
13046 * check/Makefile.am:
13047 Add CHECK_CFLAGS and LDFLAGS
13049 * gst/playback/gstplaybasebin.c: (fill_buffer):
13050 GST_MESSAGE_SRC became a GObject
13052 2005-08-24 Wim Taymans <wim@fluendo.com>
13054 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13055 (gst_ring_buffer_clear_all):
13056 * gst-libs/gst/audio/gstringbuffer.h:
13057 Added function to clear the ringbuffer.
13059 2005-08-24 Andy Wingo <wingo@pobox.com>
13061 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
13062 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13063 of _open and _close.
13065 * sys/v4l/gstv4lxoverlay.h:
13066 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13067 an Xv connection here, instead of all the time. Make Xv only be
13068 loaded if you axe for it. Kindof a workaround for buggy behaviour
13069 of Xv when using remote xservers (XvQueryExtension would block).
13070 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13071 replace the _open and _close public API. Only start the xv
13072 connection if necessary.
13073 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13075 2005-08-23 David Schleef <ds@schleef.org>
13077 * gst/audioresample/Makefile.am: Leet audioresampling code
13078 * gst/audioresample/buffer.c:
13079 * gst/audioresample/buffer.h:
13080 * gst/audioresample/debug.c:
13081 * gst/audioresample/debug.h:
13082 * gst/audioresample/functable.c:
13083 * gst/audioresample/functable.h:
13084 * gst/audioresample/gstaudioresample.c:
13085 * gst/audioresample/gstaudioresample.h:
13086 * gst/audioresample/resample.c:
13087 * gst/audioresample/resample.h:
13088 * gst/audioresample/resample_chunk.c:
13089 * gst/audioresample/resample_functable.c:
13090 * gst/audioresample/resample_ref.c:
13092 2005-08-23 Wim Taymans <wim@fluendo.com>
13094 * examples/seeking/seek.c: (make_vorbis_pipeline),
13095 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13096 Small seek updates.
13098 2005-08-23 Andy Wingo <wingo@pobox.com>
13100 * gst-libs/gst/audio/gstbaseaudiosrc.c
13101 (gst_base_audio_src_fixate): Only fixate endianness if it is
13102 present in the caps.
13104 2005-08-22 Andy Wingo <wingo@pobox.com>
13106 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
13107 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13108 device-name property.
13110 * gst-libs/gst/audio/gstaudiosrc.h:
13111 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13112 close_device in the ring buffer, like gstaudiosink.
13114 * ext/alsa/gstalsamixer.h:
13115 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13116 macro to implement the interface without much code. Cleanups.
13118 * ext/alsa/gstalsasrc.h:
13119 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13122 * ext/alsa/Makefile.am: Add new files.
13123 * ext/alsa/gstalsamixerelement.c:
13124 * ext/alsa/gstalsamixerelement.c: Split element code out from
13125 mixer code so that alsasrc can be a mixer too.
13127 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
13129 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13131 * check/elements/vorbisdec.c: (setup_vorbisdec),
13132 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13133 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13134 (vorbis_handle_identification_packet),
13135 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13136 (vorbis_handle_header_packet), (vorbis_dec_push),
13137 (vorbis_dec_chain):
13138 use the setup/teardown methods to save code. save code is good.
13140 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13142 * check/Makefile.am:
13143 add ext dir for plugins
13144 add vorbisdec test conditionally
13145 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13146 (GST_START_TEST), (volume_suite):
13147 add a test with wrong caps
13148 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13149 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13150 add a vorbisdec test
13151 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13152 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13153 clean up debug output
13154 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13155 yay, fix a segfault/security issue in vorbisdec
13156 gst-launch fakesrc ! vorbisdec wasn't happy
13157 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13158 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13159 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13160 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13161 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13162 (gst_vorbisenc_set_metadata), (get_constraints_string),
13163 (update_start_message), (gst_vorbisenc_setup),
13164 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13165 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13166 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13167 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13168 * ext/vorbis/vorbisenc.h:
13170 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13171 (gst_ffmpegcsp_transform):
13172 have the kow come home
13173 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13175 * gst/volume/gstvolume.c: (volume_set_caps):
13178 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13181 * check/.cvsignore:
13182 * check/Makefile.am:
13183 * check/elements/.cvsignore:
13184 * check/elements/volume.c: (chain_func), (event_func),
13185 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13188 add unit test structure for gst-plugins-base
13189 add a test for volume
13190 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13191 (gst_volume_set_volume), (gst_volume_get_volume),
13192 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13193 (volume_funcfind), (volume_process_float), (volume_process_int16),
13194 (volume_set_caps), (volume_transform), (volume_update_mute),
13195 (volume_update_volume), (volume_set_property),
13196 (volume_get_property):
13197 document a little; use basetransform vmethod _set_caps
13199 2005-08-19 Andy Wingo <wingo@pobox.com>
13201 * ext/alsa/gstalsamixertrack.h:
13202 * ext/alsa/gstalsamixertrack.c:
13203 * ext/alsa/gstalsamixeroptions.h:
13204 * ext/alsa/gstalsamixeroptions.c:
13205 * ext/alsa/gstalsamixer.h:
13206 * ext/alsa/gstalsamixer.c: Port to 0.9.
13208 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13209 Remove gstalsa.c and alsaclock. No more cruft here.
13211 2005-08-18 Wim Taymans <wim@fluendo.com>
13213 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13214 (gst_base_rtp_depayload_chain),
13215 (gst_base_rtp_depayload_add_to_queue),
13216 (gst_base_rtp_depayload_push),
13217 (gst_base_rtp_depayload_queue_release):
13218 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13219 Fix for RTPBuffer changes.
13221 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13222 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13223 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13224 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13225 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13226 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13227 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13228 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13229 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13230 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13231 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13232 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13233 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13234 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13235 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13236 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13237 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13238 (gst_rtpbuffer_get_payload):
13239 * gst-libs/gst/rtp/gstrtpbuffer.h:
13240 Don't subclass GstBuffer but add methods and helper functions
13241 to construct and manipulate RTP packets in regular GstBuffers.
13243 2005-08-18 Stefan Kost <ensonic@users.sf.net>
13245 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13246 moved statement below switch
13247 * gst/volume/gstvolume.c: (gst_volume_class_init):
13250 2005-08-16 Wim Taymans <wim@fluendo.com>
13252 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13253 (gst_base_audio_src_change_state):
13254 Open and close device in READY<->NULL state change.
13256 2005-08-16 Andy Wingo <wingo@pobox.com>
13258 * examples/seeking/Makefile.am: Don't compile non-compiling
13259 compiled objects with the compiler.
13261 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13264 2005-08-12 Philippe Khalaf <burger@speedy.org>
13265 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13266 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13267 Made a thread to release the queue.
13268 Removed timestamp conversion for now.
13270 2005-08-10 Philippe Khalaf <burger@speedy.org>
13271 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13272 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13273 Added rtp timestamp -> gst timestamp conversion.
13274 Fixed several problems with queue.
13276 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13278 * gst-libs/gst/audio/gstaudioclock.h:
13279 * gst-libs/gst/audio/gstaudiofilter.h:
13280 * gst-libs/gst/audio/gstaudiosink.h:
13281 * gst-libs/gst/audio/gstaudiosrc.h:
13282 * gst-libs/gst/audio/gstbaseaudiosink.h:
13283 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13284 * gst-libs/gst/audio/gstringbuffer.h:
13285 * gst-libs/gst/net/gstnetbuffer.h:
13286 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13287 * gst-libs/gst/rtp/gstrtpbuffer.h:
13288 Add padding (you will need to rebuild gst-plugins-base,
13289 gst-plugins and all applications afterwards!)
13291 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13293 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13294 (gst_riff_parse_chunk):
13295 Fix bug in debug message and add some more debug messages.
13297 2005-08-08 Edward Hervey <edward@fluendo.com>
13299 * gst-libs/gst/riff/riff-media.c:
13300 backported updates since branch
13302 2005-08-08 Andy Wingo <wingo@pobox.com>
13304 * gst-libs/gst/audio/gstbaseaudiosink.c
13305 (gst_base_audio_sink_change_state): Open the device in NULL->READY
13306 like good elements should. Close on READY->NULL too.
13308 * gst-libs/gst/audio/gstaudiosink.c
13309 (gst_audioringbuffer_open_device,
13310 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13311 (gst_audioringbuffer_release): Updates for new ring buffer API,
13312 hook into the new audio sink api.
13314 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13315 (GstAudioSinkClass.close): Just open and close the device -- no
13316 resource allocation or configuration.
13317 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13318 vmethods, handle device setup and resource allocation.
13320 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13321 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13324 * gst-libs/gst/audio/gstringbuffer.h
13325 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13328 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13329 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13330 New API functions. The device should be opened before acquiring
13331 and closed after releasing.
13333 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
13335 * gst-libs/gst/interfaces/mixer.h:
13336 Reset padding to GST_PADDING.
13338 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13340 * gst/playback/gstplaybin.c: (remove_sinks):
13341 Remove visualization from parent explicitely; works around some
13342 apparent refcount issue that I haven't tracked down yet.
13344 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13346 * ext/alsa/gstalsasink.c: (set_hwparams):
13347 Assign debug category, add negotiation debug msgs.
13349 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13351 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13352 Fix error code for file-not-found to NOT_FOUND.
13354 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13356 * common/gtk-doc-plugins.mak:
13357 * docs/plugins/Makefile.am:
13358 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13359 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13360 renamed to actual element names, so much nicer to look at
13361 * docs/plugins/tmpl/gstmultifdsink.sgml:
13363 * docs/plugins/tmpl/multifdsink.sgml:
13364 * docs/plugins/tmpl/tcpserversink.sgml:
13366 * ext/alsa/gstalsa.c:
13367 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13368 * ext/ogg/gstoggmux.c:
13369 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13370 * gst/playback/gstdecodebin.c:
13371 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13372 * gst/tcp/gsttcpserversink.c:
13373 various fixes and documentation additions
13375 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13377 * common/Makefile.am:
13378 * common/gstdoc-scangobj:
13379 * common/gtk-doc-plugins.mak:
13380 * common/gtk-doc.mak:
13381 add a custom scangobj that uses the registry
13382 add a custom gtk-doc-plugins.mak that uses it
13383 some doc build fixes
13385 * docs/Makefile.am:
13386 * docs/plugins/Makefile.am:
13387 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13388 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13389 * docs/plugins/gst-plugins-base-plugins.types:
13390 * docs/plugins/tmpl/gstmultifdsink.sgml:
13391 add docs for one element, multifdsink
13392 * gst/adder/gstadder.h:
13393 * gst/volume/gstvolume.h:
13394 don't privatize enum
13395 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13396 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13397 (gst_sync_method_get_type), (gst_client_status_get_type),
13398 (gst_multifdsink_class_init),
13399 (gst_multifdsink_client_queue_buffer),
13400 (gst_multifdsink_handle_client_write):
13401 * gst/tcp/gstmultifdsink.h:
13402 * gst/tcp/gsttcp.h:
13403 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13404 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13405 (gst_tcpclientsink_render):
13406 * gst/tcp/gsttcpclientsink.h:
13407 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13408 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13409 (gst_tcpclientsrc_start):
13410 * gst/tcp/gsttcpclientsrc.h:
13411 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13412 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13413 * gst/tcp/gsttcpserversrc.h:
13414 * gst/typefind/gsttypefindfunctions.c:
13415 remove superfluous Type stuff
13417 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13419 * gst/playback/gstplaybin.c: (gen_video_element):
13422 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13424 * gst-libs/gst/gconf/gconf.c:
13425 * gst-libs/gst/gconf/gconf.h:
13426 Fix some Andy Problem [tm].
13428 2005-08-04 Andy Wingo <wingo@pobox.com>
13430 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13431 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13432 (gst_ffmpegcsp_get_size): Adapt to API changes.
13434 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13435 Implement an in-place do-nothing transform.
13437 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13439 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13440 (gst_ximagesink_renegotiate_size):
13441 Do not set new window sizes yet if we prepare a new buffer size
13442 for upstream renegotiation (software scaling) at some point in the
13443 future, because this new size waqs not actually accepted yet. Once
13444 accepted, renegotiation later on will set the new sizes just fine.
13445 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13446 embedding testcase.
13448 2005-08-03 Andy Wingo <wingo@pobox.com>
13450 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13451 (gst_ximagesink_buffer_alloc):
13452 Protect the height, width, and desired_caps with the pool_lock.
13453 Fixes videotestsrc ! queue ! ximagesink.
13455 2005-08-02 Edward Hervey <edward@fluendo.com>
13457 * gst/volume/gstvolume.c:
13458 include left from controller cleanup
13460 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
13461 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13462 Stop collectpads before calling the parent state
13463 change function on PAUSED->READY.
13465 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
13467 When testing for X libs, use the X CFlags
13468 * gst/adder/gstadder.c: (gst_adder_change_state):
13469 Stop the collectpads before calling parent state change function
13470 on PAUSED->READY, otherwise we deadlock deactivating pads.
13472 2005-08-01 Stefan Kost <ensonic@users.sf.net>
13475 * docs/libs/tmpl/gstcolorbalance.sgml:
13476 * docs/libs/tmpl/gstmixer.sgml:
13477 * examples/Makefile.am:
13478 * gst/sine/Makefile.am:
13479 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13480 (gst_sinesrc_set_property), (plugin_init):
13481 * gst/sine/gstsinesrc.h:
13482 * gst/volume/Makefile.am:
13483 * gst/volume/gstvolume.c: (gst_volume_set_volume),
13484 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13485 (volume_process_float), (volume_process_int16),
13486 (volume_set_property), (plugin_init):
13487 * gst/volume/gstvolume.h:
13488 deactivate and remove dparams (libgstcontrol)
13490 2005-07-29 Wim Taymans <wim@fluendo.com>
13492 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13493 Convert me to BaseTransform!! help..
13495 2005-07-29 Andy Wingo <wingo@pobox.com>
13497 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13500 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13501 support of both endiannesses.
13503 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13505 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13506 Fix confusing debug message (s/event/query/)
13508 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13510 * gst/videotestsrc/videotestsrc.h:
13511 Use "_stdint.h" instead of <stdint.h>
13513 2005-07-27 Wim Taymans <wim@fluendo.com>
13515 * ext/vorbis/Makefile.am:
13516 Revert wrong commit.
13518 2005-07-27 Wim Taymans <wim@fluendo.com>
13520 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13521 More compilation fixen.
13523 2005-07-27 Wim Taymans <wim@fluendo.com>
13525 * gst-libs/gst/audio/gstbaseaudiosink.c:
13526 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13527 (gst_base_audio_sink_create_ringbuffer),
13528 (gst_base_audio_sink_change_state):
13531 2005-07-27 Wim Taymans <wim@fluendo.com>
13533 * examples/seeking/seek.c: (setup_dynamic_link),
13534 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13535 (query_positions_elems), (query_positions_pads), (do_seek):
13536 Update seek example.
13538 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13539 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13540 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13541 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13542 (gst_ogg_demux_handle_event),
13543 (gst_ogg_demux_deactivate_current_chain),
13544 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13545 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13546 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13547 (gst_ogg_demux_loop):
13548 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13549 * ext/theora/theoradec.c: (theora_dec_src_event),
13550 (theora_dec_src_getcaps), (theora_dec_sink_event),
13551 (theora_dec_push), (theora_dec_chain):
13552 * ext/vorbis/Makefile.am:
13553 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13554 (vorbis_dec_sink_event), (vorbis_dec_push),
13555 (vorbis_handle_data_packet):
13556 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13557 (gst_vorbisenc_chain):
13558 * gst/playback/gststreaminfo.c: (cb_probe):
13559 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13560 * gst/videorate/gstvideorate.c: (gst_videorate_event):
13561 * gst/videoscale/gstvideoscale.c:
13562 (gst_videoscale_handle_src_event):
13563 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13564 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13565 (gst_ximagesink_navigation_send_event):
13566 * sys/xvimage/xvimagesink.c:
13567 (gst_xvimagesink_navigation_send_event):
13568 Various event updates and cleanups
13570 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13572 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13573 Fix segfault for I420/YV12.
13575 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13577 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13580 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13582 * gst/playback/gstplaybin.c: (gen_video_element),
13583 (gen_audio_element):
13584 Switch to auto*sink elements as default sinks; add volume element
13585 so that volume control in totem works.
13587 2005-07-21 Wim Taymans <wim@fluendo.com>
13589 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13590 * gst/playback/gstplaybin.c: (setup_sinks),
13591 (gst_play_bin_change_state):
13592 Refcount fix and more comments.
13594 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13596 * sys/ximage/Makefile.am:
13597 * sys/ximage/ximage.c: (plugin_init):
13598 * sys/ximage/ximagesink.c:
13599 Prepare for adding ximagesrc, rename of plugin to ximage etc.
13602 2005-07-21 Wim Taymans <wim@fluendo.com>
13604 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13605 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13606 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13607 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13608 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13609 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13610 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13611 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13612 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13613 Generate correct disconts for live chained oggs.
13615 * gst-libs/gst/audio/gstbaseaudiosink.c:
13616 (gst_base_audio_sink_render),
13617 (gst_base_audio_sink_create_ringbuffer),
13618 (gst_base_audio_sink_change_state):
13619 Handle discont math correctly.
13621 * gst/playback/gstplaybin.c: (add_sink):
13622 Some small debug cleanup.
13624 2005-07-21 Wim Taymans <wim@fluendo.com>
13626 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13627 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13628 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13629 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13630 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13631 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13632 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13633 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13634 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13635 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13636 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13637 (gst_ogg_demux_change_state), (gst_ogg_print):
13638 Reorganize code to send the right disconts when in streaming
13641 2005-07-20 Andy Wingo <wingo@pobox.com>
13643 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13644 fix (?), fixes a seggie mcfalterson (#310894).
13646 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13648 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13649 (gst_ogg_mux_set_header_on_caps):
13650 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13651 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13652 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13653 * gst-libs/gst/audio/multichannel.c:
13654 (gst_audio_set_channel_positions),
13655 (gst_audio_set_structure_channel_positions_list):
13656 * gst/playback/gstdecodebin.c: (dynamic_create):
13657 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13658 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13659 Fixes for API changes in core.
13661 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13663 * gst/playback/gstplaybasebin.c: (fill_buffer):
13664 Use _new_custom() so we can set custom message types for buffering
13667 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13670 * gst-libs/gst/Makefile.am:
13671 * gst-libs/gst/gconf/.cvsignore:
13672 * gst-libs/gst/gconf/Makefile.am:
13673 * gst-libs/gst/gconf/test-gconf.c:
13674 * pkgconfig/Makefile.am:
13675 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13676 * pkgconfig/gstreamer-gconf.pc.in:
13677 Remove gconf stuff, use gconf elements instead from now on.
13679 2005-07-20 Wim Taymans <wim@fluendo.com>
13681 * gst-libs/gst/audio/TODO:
13682 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13683 (gst_audio_clock_get_internal_time):
13684 * gst-libs/gst/audio/gstaudioclock.h:
13685 * gst-libs/gst/audio/gstbaseaudiosink.c:
13686 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13687 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13688 (gst_base_audio_sink_render),
13689 (gst_base_audio_sink_create_ringbuffer),
13690 (gst_base_audio_sink_change_state):
13691 Make sure the audio clock always returns an increasing value.
13693 2005-07-19 Andy Wingo <wingo@pobox.com>
13695 * gst/videotestsrc/: Cleanups.
13697 2005-07-19 Wim Taymans <wim@fluendo.com>
13699 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13702 2005-07-19 Wim Taymans <wim@fluendo.com>
13704 * examples/seeking/seek.c: (make_dv_pipeline),
13705 (make_vorbis_theora_pipeline), (query_rates),
13706 (query_positions_elems), (query_positions_pads), (do_seek):
13707 Make correct DV pipeline.
13709 2005-07-18 Andy Wingo <wingo@pobox.com>
13711 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13712 default. Also because it's the only thing that really works. (This
13713 is used in the GConf elements).
13714 Use AS_LIBTOOL_TAGS.
13716 2005-07-18 Wim Taymans <wim@fluendo.com>
13718 * gst/playback/gstdecodebin.c: (remove_element_chain):
13719 * gst/playback/gstplaybin.c: (add_sink):
13720 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13721 (gst_stream_info_set_mute):
13722 * gst/playback/gststreamselector.c:
13723 (gst_stream_selector_get_linked_pad),
13724 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13725 More leak and compile fixes.
13727 2005-07-18 Wim Taymans <wim@fluendo.com>
13729 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13730 (query_rates), (query_positions_elems), (query_positions_pads),
13731 (do_seek), (seek_cb), (stop_seek):
13732 Updated seek example.
13734 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13735 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13736 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13737 * gst/playback/gstplaybin.c: (add_sink):
13738 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13739 (gst_stream_info_set_mute):
13740 Some refcount leak fixes.
13742 2005-07-16 Wim Taymans <wim@fluendo.com>
13744 * gst-libs/gst/audio/gstbaseaudiosink.c:
13745 (gst_base_audio_sink_render):
13746 Align samples even if we have roundoff errors in the
13747 timestamp conversion.
13749 2005-07-16 Wim Taymans <wim@fluendo.com>
13751 * docs/libs/tmpl/gstringbuffer.sgml:
13752 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13753 (query_rates), (query_positions_elems), (query_positions_pads),
13754 (update_scale), (do_seek):
13755 Updated seek example.
13757 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13758 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13759 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13760 (gst_ogg_demux_loop):
13761 Push out correct discont values.
13763 * ext/theora/theoradec.c: (theora_dec_src_convert),
13764 (theora_dec_sink_convert), (theora_dec_src_getcaps),
13765 (theora_dec_sink_event), (theora_handle_type_packet),
13766 (theora_handle_header_packet), (theora_dec_push),
13767 (theora_handle_data_packet), (theora_dec_chain),
13768 (theora_dec_change_state):
13769 Better timestamping.
13771 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13772 (vorbis_dec_sink_event), (vorbis_dec_push),
13773 (vorbis_handle_data_packet), (vorbis_dec_chain):
13774 * ext/vorbis/vorbisdec.h:
13775 Better timestamping.
13777 * gst-libs/gst/audio/gstbaseaudiosink.c:
13778 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13779 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13780 Handle syncing on timestamps instead of sample offsets. Make
13781 use of DISCONT values as described in design docs.
13783 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13784 (gst_base_audio_src_get_time):
13785 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13786 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13787 (gst_ring_buffer_read):
13788 * gst-libs/gst/audio/gstringbuffer.h:
13789 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13790 (gst_ximagesink_show_frame):
13791 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13792 Correcly convert buffer timestamp to stream time.
13794 2005-07-16 Wim Taymans <wim@fluendo.com>
13796 * gst/audioconvert/gstaudioconvert.c:
13797 (gst_audio_convert_get_buffer):
13798 Timestamp buffers correctly.
13800 * gst/playback/gstplaybin.c: (gen_video_element):
13801 Make internal fakesink silent.
13803 2005-07-15 Wim Taymans <wim@fluendo.com>
13805 * gst/ffmpegcolorspace/Makefile.am:
13806 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13807 (gst_ffmpegcsp_caps_remove_format_info),
13808 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13809 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13810 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13811 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13812 Ported ffmpegcolorspace to basetransform.
13814 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13815 * gst/volume/gstvolume.c: (volume_transform):
13818 2005-07-14 Wim Taymans <wim@fluendo.com>
13820 * gst/videotestsrc/Makefile.am:
13821 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13822 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13823 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13824 (gst_videotestsrc_init), (gst_videotestsrc_event),
13825 (gst_videotestsrc_create), (gst_videotestsrc_start),
13826 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13827 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13828 (gst_videotestsrc_get_property):
13829 * gst/videotestsrc/gstvideotestsrc.h:
13830 Make videotestsrc a pushsrc.
13832 2005-07-14 Wim Taymans <wim@fluendo.com>
13834 * gst/tcp/gstfdset.c: (gst_fdset_free):
13835 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13836 (gst_multifdsink_add), (gst_multifdsink_remove),
13837 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13838 (gst_multifdsink_remove_client_link),
13839 (gst_multifdsink_client_queue_data),
13840 (gst_multifdsink_client_queue_caps),
13841 (gst_multifdsink_client_queue_buffer),
13842 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13843 (gst_multifdsink_stop):
13844 * gst/tcp/gstmultifdsink.h:
13847 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13848 Also draw image when not from a pool.
13850 2005-07-14 Wim Taymans <wim@fluendo.com>
13852 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13853 (mute_stream), (silence_stream):
13854 Small debug additions.
13856 2005-07-14 Wim Taymans <wim@fluendo.com>
13858 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13859 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13860 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13861 Better error recovery, ignore unconnected pads and
13864 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
13866 * docs/libs/tmpl/gstaudio.sgml:
13867 * docs/libs/tmpl/gstcolorbalance.sgml:
13868 * docs/libs/tmpl/gstgconf.sgml:
13869 * docs/libs/tmpl/gstmixer.sgml:
13870 * docs/libs/tmpl/gstringbuffer.sgml:
13871 * docs/libs/tmpl/gsttuner.sgml:
13872 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13873 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13874 (gst_tcpclientsrc_class_init):
13875 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13876 (gst_tcpserversrc_class_init):
13877 * sys/v4l/gstv4lelement.c:
13878 more autistic cleanliness in functions/names/defines
13880 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
13883 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13884 added manually to each Makefile.am so we are sure it goes
13885 *last* and doesn't add -L flags before linking in libs of our
13886 own, like, say, internal .la libs, that then accidentally pick
13887 up the installed copy.
13888 * docs/libs/Makefile.am:
13889 * ext/alsa/Makefile.am:
13890 * ext/cdparanoia/Makefile.am:
13891 * ext/gnomevfs/Makefile.am:
13892 * ext/libvisual/Makefile.am:
13893 * ext/ogg/Makefile.am:
13894 * ext/theora/Makefile.am:
13895 * ext/vorbis/Makefile.am:
13896 * gst-libs/gst/video/Makefile.am:
13897 * gst/adder/Makefile.am:
13898 * gst/audioconvert/Makefile.am:
13899 * gst/audiorate/Makefile.am:
13900 * gst/audioscale/Makefile.am:
13901 * gst/ffmpegcolorspace/Makefile.am:
13902 * gst/playback/Makefile.am:
13903 * gst/sine/Makefile.am:
13904 * gst/subparse/Makefile.am:
13905 * gst/tags/Makefile.am:
13906 * gst/tcp/Makefile.am:
13907 * gst/typefind/Makefile.am:
13908 * gst/videorate/Makefile.am:
13909 * gst/videoscale/Makefile.am:
13910 * gst/videotestsrc/Makefile.am:
13911 * gst/volume/Makefile.am:
13912 * sys/v4l/Makefile.am:
13913 * sys/ximage/Makefile.am:
13914 * sys/xvimage/Makefile.am:
13915 adapt properly to this change. This should make sure that
13916 plugins and libs properly link to the as-yet-uninstalled
13917 copies of stuff like libgstinterfaces and libgstvideo
13919 2005-07-13 Andy Wingo <wingo@pobox.com>
13921 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13922 (gst_v4lsrc_fixate): Fixate on format as well.
13924 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
13925 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13926 buffer points to it.
13927 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13928 rather just doing X calls ourselves. Also fixes a memleak.
13930 2005-07-12 Andy Wingo <wingo@pobox.com>
13932 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
13933 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
13934 (gst_v4lsrc_create): Re-add the copy-mode property, default to
13935 TRUE to avoid deadlocks if an element holds on to our buffers.
13937 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
13939 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13940 (gst_sinesrc_init), (gst_sinesrc_create),
13941 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13942 (gst_sinesrc_start):
13943 * gst/sine/gstsinesrc.h:
13944 removing num-buffers property before moving it
13946 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
13949 use overridable ERROR_CFLAGS
13950 * docs/libs/gst-plugins-base-libs.types:
13951 * docs/libs/tmpl/gstringbuffer.sgml:
13952 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13953 (gst_alsasink_class_init):
13954 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13955 (gst_alsasrc_class_init):
13956 * gst-libs/gst/audio/audio.h:
13957 * gst-libs/gst/audio/gstaudioclock.h:
13958 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13959 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13960 (gst_audio_filter_link), (gst_audio_filter_init),
13961 (gst_audio_filter_chain), (gst_audio_filter_set_property),
13962 (gst_audio_filter_get_property),
13963 (gst_audio_filter_class_add_pad_templates):
13964 * gst-libs/gst/audio/gstaudiofilter.h:
13965 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13966 (gst_audio_filter_template_get_type),
13967 (gst_audio_filter_template_base_init),
13968 (gst_audio_filter_template_class_init),
13969 (gst_audio_filter_template_init),
13970 (gst_audio_filter_template_set_property),
13971 (gst_audio_filter_template_get_property), (plugin_init),
13972 (gst_audio_filter_template_setup),
13973 (gst_audio_filter_template_filter),
13974 (gst_audio_filter_template_filter_inplace):
13975 * gst-libs/gst/audio/gstaudiosink.c:
13976 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13977 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13978 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13979 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13980 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13981 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13982 * gst-libs/gst/audio/gstaudiosink.h:
13983 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13984 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13985 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13986 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13987 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13988 (gst_audio_src_class_init), (gst_audio_src_init),
13989 (gst_audio_src_create_ringbuffer):
13990 * gst-libs/gst/audio/gstaudiosrc.h:
13991 * gst-libs/gst/audio/gstbaseaudiosink.c:
13992 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13993 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13994 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13995 (gst_base_audio_sink_set_property),
13996 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13997 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13998 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13999 (gst_base_audio_sink_create_ringbuffer),
14000 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14001 * gst-libs/gst/audio/gstbaseaudiosink.h:
14002 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14003 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14004 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14005 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14006 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14007 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14008 (gst_base_audio_src_event), (gst_base_audio_src_create),
14009 (gst_base_audio_src_create_ringbuffer),
14010 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14011 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14012 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14013 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14014 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14015 (gst_ring_buffer_debug_spec_caps),
14016 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14017 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14018 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14019 (gst_ring_buffer_start), (gst_ring_buffer_pause),
14020 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14021 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14022 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14023 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14024 (gst_ring_buffer_clear):
14025 * gst-libs/gst/audio/gstringbuffer.h:
14026 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14027 (gst_video_sink_class_init), (gst_video_sink_get_type):
14028 * gst-libs/gst/video/videosink.h:
14029 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14030 (gst_multifdsink_class_init),
14031 (gst_multifdsink_handle_client_write),
14032 (gst_multifdsink_change_state):
14033 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14034 (gst_tcpclientsink_setcaps):
14035 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14036 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14037 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14038 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14039 (gst_ximagesink_send_pending_navigation),
14040 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14041 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14042 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14043 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14044 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14045 (gst_xvimagesink_send_pending_navigation),
14046 (gst_xvimagesink_navigation_send_event),
14047 (gst_xvimagesink_set_xwindow_id),
14048 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14049 (gst_xvimagesink_get_type):
14050 more macro splitting
14052 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14054 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14055 plug a memleak, allows me to import 1479 albums in one go
14057 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14058 (vorbis_handle_type_packet), (vorbis_dec_chain),
14059 (vorbis_dec_change_state):
14060 fix some format strings
14062 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14064 * docs/libs/tmpl/gstcolorbalance.sgml:
14065 * docs/libs/tmpl/gstmixer.sgml:
14066 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14067 (gst_alsasink_set_property), (gst_alsasink_get_property):
14068 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14069 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14070 add device property
14072 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14074 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14075 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14076 (audiocast_register_listener), (audiocast_thread_run),
14077 (gst_gnomevfssrc_send_additional_headers_callback),
14078 (gst_gnomevfssrc_received_headers_callback),
14079 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14080 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14081 (gst_gnomevfssrc_get_size):
14082 add/clean up debugging
14083 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14086 2005-07-07 Andy Wingo <wingo@pobox.com>
14088 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14089 framerate. Need to get a handle on when exactly this function is
14092 * sys/v4l/v4lsrc_calls.h:
14093 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14094 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14095 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14097 * sys/v4l/v4l_calls.h: Cast to V4lElement.
14098 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14099 v4lelements are sources.
14101 * sys/v4l/gstv4lxoverlay.h:
14102 * sys/v4l/gstv4lxoverlay.c:
14103 * sys/v4l/gstv4ltuner.h:
14104 * sys/v4l/gstv4ltuner.c: Header loc fixen.
14106 * sys/v4l/gstv4lsrc.h:
14107 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14108 PushSrc/BaseSrc. Removed most sync-related properties, videorate
14109 or something should handle that. Made a live source.
14111 * sys/v4l/gstv4lelement.h:
14112 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14113 signals. Some cleanups.
14115 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14117 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14120 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14123 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14125 2005-07-07 Wim Taymans <wim@fluendo.com>
14127 * ext/theora/theoradec.c: (theora_get_query_types),
14128 (theora_dec_src_getcaps), (theora_dec_push):
14129 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14130 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14131 Remove deprecated/unused query types.
14133 2005-07-06 Wim Taymans <wim@fluendo.com>
14135 * ext/alsa/Makefile.am:
14136 * ext/alsa/gstalsaplugin.c: (plugin_init):
14137 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14138 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14139 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14140 (gst_alsasrc_class_init), (gst_alsasrc_init),
14141 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14142 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14143 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14144 (gst_alsasrc_reset):
14145 * ext/alsa/gstalsasrc.h:
14146 * gst-libs/gst/audio/Makefile.am:
14147 * gst-libs/gst/audio/gstaudiosink.c:
14148 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14149 (gst_audioringbuffer_start):
14150 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14151 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14152 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14153 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14154 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14155 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14156 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14157 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14158 * gst-libs/gst/audio/gstaudiosrc.h:
14159 * gst-libs/gst/audio/gstbaseaudiosink.c:
14160 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14161 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14162 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14163 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14164 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14165 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14166 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14167 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14168 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14169 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14170 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14171 (gst_baseaudiosrc_change_state):
14172 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14173 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14174 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14175 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14176 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14177 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14178 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14179 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14180 * gst-libs/gst/audio/gstringbuffer.h:
14181 Added audiosource base classes.
14182 Ported alsasrc, still very basic.
14184 2005-07-06 Wim Taymans <wim@fluendo.com>
14186 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14187 (theora_dec_push), (theora_handle_data_packet):
14188 Prepare for better timestamp fix later.
14190 * gst/audioconvert/gstaudioconvert.c:
14191 List most accurate caps first
14193 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14194 Use proper pad task function.
14196 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14197 (gst_xvimagesink_show_frame):
14198 Fix deadlock when alloc failed.
14200 2005-07-05 Andy Wingo <wingo@pobox.com>
14202 * ext/gnomevfs/gstgnomevfssrc.c:
14203 * gst/sine/gstsinesrc.c:
14204 * gst/tcp/gsttcpserversrc.c:
14205 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14207 * sys/v4l/: Port from 0.8.
14209 * Many files: Null if we got it....
14211 2005-07-05 Andy Wingo <wingo@pobox.com>
14213 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
14214 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14217 2005-07-05 Wim Taymans <wim@fluendo.com>
14220 * gst/tcp/Makefile.am:
14222 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14223 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14224 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14225 (is_sync_frame), (gst_multifdsink_handle_client_write),
14226 (gst_multifdsink_render), (gst_multifdsink_start),
14227 (gst_multifdsink_stop), (gst_multifdsink_change_state):
14228 * gst/tcp/gstmultifdsink.h:
14229 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14230 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14231 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14232 * gst/tcp/gsttcp.h:
14233 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14234 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14235 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14236 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14237 * gst/tcp/gsttcpclientsink.h:
14238 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14239 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14240 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14241 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14242 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14243 * gst/tcp/gsttcpclientsrc.h:
14244 * gst/tcp/gsttcpplugin.c: (plugin_init):
14245 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14246 * gst/tcp/gsttcpserversink.h:
14247 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14248 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14249 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14250 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14251 (gst_tcpserversrc_stop):
14252 * gst/tcp/gsttcpserversrc.h:
14253 * gst/tcp/gsttcpsink.c:
14254 * gst/tcp/gsttcpsink.h:
14255 * gst/tcp/gsttcpsrc.c:
14256 * gst/tcp/gsttcpsrc.h:
14257 Ported tcp plugins to 0.9.
14260 2005-07-05 Andy Wingo <wingo@pobox.com>
14262 * gst/playback/gstplaybasebin.c (fill_buffer):
14263 message_new_application fixen.
14265 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14268 2005-07-04 Wim Taymans <wim@fluendo.com>
14270 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14271 Set caps on output buffer.
14273 2005-07-04 Andy Wingo <wingo@pobox.com>
14275 * ext/gnomevfs/gstgnomevfssrc.c
14276 (gst_gnomevfssrc_received_headers_callback)
14277 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14280 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14281 No refcount leakage.
14283 * configure.ac: Enable -Werror.
14285 * ext/theora/theoradec.c (theora_dec_src_getcaps):
14286 * gst/audioconvert/bufferframesconvert.c
14287 (buffer_frames_convert_fixate):
14288 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14289 (gst_audio_convert_fixate):
14290 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14291 (gst_sinesrc_create): Fixate func changes.
14293 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14294 (gst_ximagesink_buffer_alloc): Unused var.
14296 2005-07-01 Andy Wingo <wingo@pobox.com>
14298 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14299 getcaps to do explicit caps. Needs to be done in all decoders,
14300 possibly via a base class.
14302 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14304 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14305 caps on the sink pad, just rely on the pad template. Also, setting
14306 ANY caps on a pad is not valid because the caps are not fixed.
14308 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14309 caps on the buffer, and get the width from the desired_caps if
14311 (gst_ximagesink_renegotiate_size): Implement via setting the
14312 desired_caps on the ximagesink.
14313 (gst_ximagesink_setcaps): Only reset the width of the player if it
14314 wasn't already set. Not sure if this is right.
14315 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14317 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14318 that the user wants. NULL unless the window has been resized.
14320 * gst/volume/gstvolume.c (volume_transform): Adapt to
14321 basetransform refcount changes.
14323 2005-07-01 Andy Wingo <wingo@pobox.com>
14325 * gst/videoscale/gstvideoscale.c:
14326 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14327 from BaseTransform, implements a transform_caps. Removed dead code
14328 including some PAR stuff that was never reached -- should probably
14329 be added back somehow.
14331 2005-07-01 Andy Wingo <wingo@pobox.com>
14333 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14336 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
14339 * docs/libs/Makefile.am:
14340 * docs/libs/gst-plugins-libs.types:
14341 * ext/alsa/Makefile.am:
14342 * ext/alsa/gstalsamixer.h:
14343 * ext/alsa/gstalsamixeroptions.h:
14344 * ext/alsa/gstalsamixertrack.h:
14345 * gst-libs/gst/Makefile.am:
14346 * gst-libs/gst/colorbalance/.cvsignore:
14347 * gst-libs/gst/colorbalance/Makefile.am:
14348 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14349 * gst-libs/gst/colorbalance/colorbalance.c:
14350 * gst-libs/gst/colorbalance/colorbalance.h:
14351 * gst-libs/gst/colorbalance/colorbalance.vcproj:
14352 * gst-libs/gst/colorbalance/colorbalancechannel.c:
14353 * gst-libs/gst/colorbalance/colorbalancechannel.h:
14354 * gst-libs/gst/interfaces/Makefile.am:
14355 * gst-libs/gst/interfaces/colorbalance.c:
14356 (gst_color_balance_class_init):
14357 * gst-libs/gst/interfaces/colorbalance.h:
14358 * gst-libs/gst/interfaces/interfaces-marshal.list:
14359 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14360 * gst-libs/gst/interfaces/mixer.h:
14361 * gst-libs/gst/interfaces/mixeroptions.h:
14362 * gst-libs/gst/interfaces/navigation.c:
14363 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14364 * gst-libs/gst/interfaces/tuner.h:
14365 * gst/volume/Makefile.am:
14366 * gst/volume/gstvolume.c:
14367 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14368 * sys/ximage/Makefile.am:
14369 * sys/ximage/ximagesink.c:
14370 * sys/xvimage/Makefile.am:
14371 * sys/xvimage/xvimagesink.c:
14372 fold in all interfaces into an interfaces dir, preserving CVS
14375 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14377 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14378 Fix build after riff changes.
14380 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14382 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14383 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14384 (gst_riff_create_video_template_caps),
14385 (gst_riff_create_audio_template_caps),
14386 (gst_riff_create_iavs_template_caps):
14387 * gst-libs/gst/riff/riff-media.h:
14388 * gst-libs/gst/riff/riff-read.h:
14389 * gst-libs/gst/riff/riff.c: (gst_riff_init):
14390 Add gst_riff_init() to initialize the debug category, instead
14391 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14393 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14395 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14396 Oops, I shouldn't apply hacks.
14398 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14400 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14401 Remove pad_loop function which doesn't work.
14403 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14405 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14406 Send EOS when deactivating.
14407 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14408 (check_queue), (queue_threshold_reached), (queue_out_of_data),
14409 (gen_preroll_element), (probe_triggered), (mute_stream),
14410 (silence_stream), (new_decoded_pad), (setup_substreams),
14411 (set_active_source):
14412 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14413 (remove_sinks), (add_sink):
14414 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14415 Change for new probe API.
14417 2005-06-29 Wim Taymans <wim@fluendo.com>
14419 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14420 * gst-libs/gst/audio/gstbaseaudiosink.c:
14421 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14422 (gst_baseaudiosink_change_state):
14423 * gst-libs/gst/audio/gstbaseaudiosink.h:
14424 * gst-libs/gst/audio/gstringbuffer.c:
14425 (gst_ringbuffer_set_callback):
14426 Fix compilation error.
14427 Ringbuffer starts out as not running.
14428 Free our clock in dispose.
14429 When releasing the ringbuffer we need to renegotiate so
14430 clear the pad caps.
14432 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
14436 * docs/Makefile.am:
14437 * docs/libs/Makefile.am:
14438 * docs/libs/gst-plugins-libs-docs.sgml:
14439 * docs/libs/gst-plugins-libs-sections.txt:
14440 * docs/libs/gst-plugins-libs.types:
14441 * docs/libs/tmpl/gstaudio.sgml:
14442 * docs/libs/tmpl/gstcolorbalance.sgml:
14443 * docs/libs/tmpl/gstringbuffer.sgml:
14444 * gst-libs/gst/audio/gstringbuffer.c:
14445 (gst_ringbuffer_set_callback):
14446 reinstate gtk-doc docs for plugin libs
14448 2005-06-28 Wim Taymans <wim@fluendo.com>
14450 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14451 (gst_ogg_demux_init):
14452 Removed pad loop function.
14454 2005-06-28 Wim Taymans <wim@fluendo.com>
14456 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14457 If we're building a chain we are not in an error case
14458 when we queue a buffer.
14460 2005-06-28 Andy Wingo <wingo@pobox.com>
14462 * *.c: Don't cast to GstObject before reffing/unreffing.
14464 2005-06-27 Andy Wingo <wingo@pobox.com>
14466 * gst/videotestsrc/gstvideotestsrc.c
14467 (gst_videotestsrc_activate_push): Activation API changes.
14469 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
14470 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14471 they have refs on the decodebin.
14473 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14475 (gst_ogg_pad_typefind): Don't leak a pad ref.
14476 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14477 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
14478 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14480 2005-06-27 Edward Hervey <edward@fluendo.com>
14482 * ext/theora/theoradec.c: (theora_dec_change_state):
14483 re-arranged call to parent's state change in order to avoid locks (or
14486 2005-06-26 Edward Hervey <edward@fluendo.com>
14488 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14489 2nd argument of 'unknow-type' signal is a GstCaps and not a
14492 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
14493 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14494 Set the worker thread's running flag to TRUE before starting the
14496 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14497 Catch a failure to add typefind to the bin.
14499 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
14501 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14502 (gst_sinesrc_init), (gst_sinesrc_create),
14503 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14504 (gst_sinesrc_start):
14505 * gst/sine/gstsinesrc.h:
14506 add num-buffers and timestamp-offset properties
14507 * gst/videotestsrc/gstvideotestsrc.c:
14508 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14509 (gst_videotestsrc_get_property):
14510 add timestamp-offset property
14512 2005-06-23 Christian Schaller <uraeus@gnome.org>
14514 * configure.ac: add videorate
14515 * gst-plugins-base.spec.in: add videorate
14517 2005-06-23 Wim Taymans <wim@fluendo.com>
14519 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14520 (gst_videorate_getcaps), (gst_videorate_setcaps),
14521 (gst_videorate_event), (gst_videorate_chain):
14522 Fixed videorate, fixating an already fixated caps is not
14525 2005-06-23 Wim Taymans <wim@fluendo.com>
14528 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14529 Buffer on caps is not boxed anymore.
14531 2005-06-22 Wim Taymans <wim@fluendo.com>
14533 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14534 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14535 Set buffers on caps as miniobjects and not as boxed.
14537 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14542 === release 0.9.1 ===
14544 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14565 updates for release
14567 2005-06-09 Andy Wingo <wingo@pobox.com>
14569 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14571 2005-06-09 Andy Wingo <wingo@pobox.com>
14574 * gst-libs/gst/Makefile.am:
14575 * gst-libs/gst/net/Makefile.am:
14576 Add gstnet to build.
14578 2005-06-09 Andy Wingo <wingo@pobox.com>
14580 * gst-libs/gst/gconf/gconf.c:
14581 * gst/playback/test.c:
14582 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14585 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14587 * ext/theora/theoraenc.c (theora_enc_chain):
14588 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14590 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14593 2005-06-02 Wim Taymans <wim@fluendo.com>
14595 * gst-libs/gst/net/Makefile.am:
14596 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14597 * pkgconfig/gstreamer-libs.pc.in:
14598 Added net stuff, version net lib.
14600 2005-06-02 Wim Taymans <wim@fluendo.com>
14602 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14603 (query_rates), (query_positions_elems), (query_positions_pads),
14605 Updated seek example.
14607 2005-06-02 Andy Wingo <wingo@pobox.com>
14609 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14610 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14613 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14614 remove the typefind, the bin dispose will do it for us. When it's
14615 removed and unreffed, the signal handler will be disconnected,
14617 (unlinked): It's too difficult to disconnect from unlinked
14618 handlers, as they are on pads not elements. Just punt if the pads
14619 aren't grandkids of the bin.
14621 2005-06-02 Wim Taymans <wim@fluendo.com>
14624 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14625 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14626 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14627 * ext/theora/theoradec.c: (theora_dec_src_query),
14628 (theora_handle_data_packet):
14629 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14630 (theora_enc_chain):
14631 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14632 (vorbis_handle_data_packet):
14633 * gst/audioconvert/bufferframesconvert.c:
14634 (buffer_frames_convert_chain):
14635 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14636 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14637 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14638 (gst_ffmpegcsp_chain):
14639 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14640 (gst_videorate_getcaps), (gst_videorate_setcaps),
14641 (gst_videorate_event), (gst_videorate_chain):
14642 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14643 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14644 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14645 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14646 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14647 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14648 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14649 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14650 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14651 Cleanups and buffer alloc.
14653 2005-05-31 Wim Taymans <wim@fluendo.com>
14655 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14656 Don't try to call the delay method when the device is not
14659 2005-05-31 Wim Taymans <wim@fluendo.com>
14661 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14662 Get actual segment size and buffer size after opening
14665 2005-05-30 Wim Taymans <wim@fluendo.com>
14667 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14668 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14669 Also FLUSH upstream, makes the loop function exit faster.
14671 * ext/theora/theoradec.c: (theora_dec_src_query):
14672 Some more debug info in the query.
14674 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14675 (gst_ximagesink_setcaps):
14676 Release lock on par error, better error reporting.
14678 2005-05-26 Wim Taymans <wim@fluendo.com>
14680 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14681 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14682 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14683 Clear chains in READY
14684 Queue packets until the chain is activated.
14686 2005-05-25 Wim Taymans <wim@fluendo.com>
14688 * gst-libs/gst/audio/gstaudiosink.c:
14689 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14690 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14691 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14692 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14693 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14694 (gst_audiosink_create_ringbuffer):
14695 * gst-libs/gst/audio/gstbaseaudiosink.c:
14696 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14697 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14698 (gst_baseaudiosink_set_property), (build_linear_format),
14699 (debug_spec_caps), (debug_spec_buffer),
14700 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14701 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14702 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14703 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14704 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14705 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14706 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14707 (gst_ringbuffer_play), (gst_ringbuffer_pause),
14708 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14709 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14710 (wait_segment), (gst_ringbuffer_commit),
14711 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14712 (gst_ringbuffer_clear):
14713 Various small cleanups.
14715 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14716 (gst_audio_convert_change_state):
14717 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14718 No need to take the locks anymore.
14720 2005-05-25 Wim Taymans <wim@fluendo.com>
14722 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14723 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14724 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14726 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14727 (group_destroy), (group_commit), (queue_overrun),
14728 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14729 (mute_stream), (new_decoded_pad), (setup_substreams),
14730 (setup_source), (mute_group_type), (set_active_source),
14731 (gst_play_base_bin_change_state):
14732 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14733 (gen_video_element), (gen_text_element), (gen_audio_element),
14734 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14735 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14736 (gst_stream_info_dispose), (gst_stream_info_set_mute):
14737 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14738 Some playbin cleanups mostly refcounting sloppyness.
14740 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14742 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14743 Work with streaming input.
14745 2005-05-25 Wim Taymans <wim@fluendo.com>
14747 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14748 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14749 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14750 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14751 No need to take the STREAM lock anymore.
14753 2005-05-25 Wim Taymans <wim@fluendo.com>
14755 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14756 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14757 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14758 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14759 (gst_ogg_demux_sink_activate):
14760 * ext/theora/theoradec.c: (theora_dec_src_event),
14761 (theora_handle_comment_packet), (theora_dec_chain),
14762 (theora_dec_change_state):
14763 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14764 (vorbis_handle_data_packet), (vorbis_dec_chain),
14765 (vorbis_dec_change_state):
14766 Remove STREAM locks as they are taken in core now.
14767 Never set bogus granulepos on vorbis/theora.
14768 Fix leaks in theoradec tag parsing.
14770 2005-05-25 Wim Taymans <wim@fluendo.com>
14772 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14773 Fix memleaks, GST_BUFFER_DATA() is not freed.
14775 2005-05-25 Wim Taymans <wim@fluendo.com>
14777 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14778 Open non-blocking, set to blocking mode afterwards to avoid
14779 lockups when audio device is busy.
14781 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14783 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14784 This can't be good.
14786 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14788 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14789 (gst_audio_convert_chain), (gst_audio_convert_link_src),
14790 (gst_audio_convert_setcaps):
14791 Implement instant setup switching.
14793 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14795 * gst/playback/gstplaybasebin.c: (probe_triggered):
14796 Fix missing unlock.
14797 * gst/playback/gstplaybin.c: (add_sink):
14798 First add, then link (otherwise pad link fails).
14800 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14802 * examples/Makefile.am:
14803 fix buildbot (make distcheck)
14805 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14807 * gst/playback/gstplaybin.c: (gen_vis_element):
14808 Remove some wrong code. Doesn't work yet.
14810 2005-05-19 Wim Taymans <wim@fluendo.com>
14812 * gst-libs/gst/net/Makefile.am:
14813 * gst-libs/gst/net/README:
14814 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14815 (gst_netbuffer_class_init), (gst_netbuffer_init),
14816 (gst_netbuffer_finalize), (gst_netbuffer_copy),
14817 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14818 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14819 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14820 * gst-libs/gst/net/gstnetbuffer.h:
14821 Added buffer subclass to store extra to/from addresses for
14822 network sources/sinks.
14824 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14826 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14827 Don't lock an unassigned variable.
14829 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14831 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14832 Increase buffer for video, decrease buffer for other media types.
14833 * gst/playback/gstplaybin.c: (gen_video_element),
14834 (gen_audio_element):
14835 Change names for debugging purposes.
14837 2005-05-18 Wim Taymans <wim@fluendo.com>
14839 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14840 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14841 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14842 (gst_ffmpegcsp_chain):
14843 Enable buffer alloc passthrough if the source and dest
14844 formats are the same.
14846 2005-05-17 Wim Taymans <wim@fluendo.com>
14848 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14849 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14850 (gst_ogg_demux_chain_unlocked):
14851 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14852 (gst_audio_convert_caps_remove_format_info),
14853 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14854 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14855 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14856 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14857 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14858 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14859 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14860 (gst_ffmpegcsp_get_property):
14861 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14862 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14863 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14864 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14865 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14866 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14867 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14868 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14869 Leak fixes in oggdemux.
14870 Some cleanups in audioconvert.
14871 Make passthrough work along with buffer_alloc etc.
14872 Make buffer_alloc and buffer recycling actually work in
14875 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
14877 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14878 make the compiler happy
14880 2005-05-17 Wim Taymans <wim@fluendo.com>
14882 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14883 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14884 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14885 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14886 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14887 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14888 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14889 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14890 (gst_xvimagesink_set_xwindow_id):
14891 * sys/xvimage/xvimagesink.h:
14892 Port xvimagesink to new MiniObject.
14894 2005-05-17 Wim Taymans <wim@fluendo.com>
14896 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14897 (gst_audiofilter_chain):
14898 * gst-libs/gst/audio/gstaudiosink.c:
14899 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14900 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14901 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14902 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14903 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14904 (gst_audiosink_create_ringbuffer):
14905 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14906 (gst_audio_convert_caps_remove_format_info),
14907 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14908 (gst_audio_convert_fixate), (gst_audio_convert_channels):
14909 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14910 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14911 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14912 Fix passthrough in ffmpegcolorspace.
14913 Fix memset in audiosink on wrong memory.
14915 2005-05-16 David Schleef <ds@schleef.org>
14917 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14920 2005-05-16 David Schleef <ds@schleef.org>
14922 Port from GstData to GstMiniObject.
14923 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14924 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14925 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14926 (gst_ogg_mux_collected):
14927 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14928 * ext/theora/theoradec.c: (theora_handle_comment_packet),
14929 (theora_handle_data_packet):
14930 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14931 (theora_set_header_on_caps), (theora_enc_chain):
14932 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14933 (vorbis_handle_comment_packet):
14934 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14935 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14936 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14937 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14938 * gst/audioconvert/gstaudioconvert.c:
14939 (gst_audio_convert_get_buffer):
14940 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14941 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14942 (mute_stream), (silence_stream):
14943 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14944 * gst/volume/gstvolume.c: (volume_transform):
14945 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14946 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14947 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14948 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14949 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14950 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14951 (gst_ximagesink_buffer_alloc):
14952 * sys/ximage/ximagesink.h:
14954 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14956 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14957 (fill_buffer), (check_queue), (queue_threshold_reached),
14958 (queue_out_of_data):
14959 * gst/playback/gstplaybasebin.h:
14960 Post buffer-fullness on the bus.
14962 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14964 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14966 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14967 (group_commit), (probe_triggered), (setup_source),
14968 (gst_play_base_bin_change_state):
14969 * gst/playback/gstplaybasebin.h:
14970 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14971 (gst_play_bin_init), (remove_sinks), (setup_sinks),
14972 (gst_play_bin_change_state):
14973 Move setup_output_pads into a virtual function, remove
14974 group-switch (no longer needed) and redirect (handled by bus
14977 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14979 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14980 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14981 (get_active_group), (get_building_group), (group_destroy),
14982 (group_commit), (check_queue), (queue_overrun),
14983 (queue_threshold_reached), (queue_out_of_data),
14984 (gen_preroll_element), (remove_groups), (unknown_type),
14985 (add_element_stream), (no_more_pads), (probe_triggered),
14986 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14987 (setup_substreams), (setup_source), (finish_source),
14988 (prepare_output), (muted_group_change_state),
14989 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14990 (gst_play_base_bin_change_state):
14991 * gst/playback/gstplaybasebin.h:
14992 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14993 (gst_play_bin_init), (gst_play_bin_set_property),
14994 (gen_video_element), (gen_text_element), (gen_audio_element),
14995 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14996 (gst_play_bin_change_state):
14997 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14998 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14999 (stream_info_change_state), (gst_stream_info_set_mute),
15000 (gst_stream_info_get_property):
15001 * gst/playback/gststreaminfo.h:
15002 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15003 (gst_stream_selector_get_linked_pad),
15004 (gst_stream_selector_getcaps),
15005 (gst_stream_selector_get_linked_pads),
15006 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15007 * gst/playback/gststreamselector.h:
15008 Rough port of playbin. Needs some more work, but is mostly done,
15009 and uses a few locks in important places, which should make stuff
15010 like chain-switches clean. Still uses GST_STATE() in a few places,
15011 which isn't all that good an idea, subtitles/elements disabled
15012 because no elements to test with and thus probably broken, query
15013 and event handling moved to GstBin, internal thread removed
15014 alltogether because the pipeline does that for us now. Can play
15015 Ogg/Vorbis files. Haven't tested anything else yet.
15017 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15019 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15020 Do no-more-pads (needed for autoplugging).
15022 2005-05-10 Andy Wingo <wingo@pobox.com>
15024 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15025 message to the bus with the tags. Still not sent downstream tho.
15027 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15029 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15030 avoid refcounting hassles.
15032 2005-05-09 Andy Wingo <wingo@pobox.com>
15034 * gst/volume/Makefile.am:
15035 * gst/volume/demo.c
15036 * gst/volume/gstvolume.h
15037 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15038 basetransform. Probably need an audio filter base class.
15040 2005-05-09 Wim Taymans <wim@fluendo.com>
15042 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15043 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15044 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15045 (gst_vorbisenc_chain):
15046 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15047 (gst_audio_convert_caps_remove_format_info),
15048 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15049 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15050 Make caps writable before writing to it.
15051 Fix negotiation in audioconvert some more.
15053 2005-05-09 Wim Taymans <wim@fluendo.com>
15055 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15056 (gst_videorate_getcaps), (gst_videorate_setcaps),
15057 (gst_videorate_event), (gst_videorate_chain):
15058 Better negotiation.
15060 2005-05-09 Wim Taymans <wim@fluendo.com>
15062 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15063 (gst_videorate_getcaps), (gst_videorate_setcaps),
15064 (gst_videorate_blank_data), (gst_videorate_init),
15065 (gst_videorate_event), (gst_videorate_chain),
15066 (gst_videorate_change_state):
15067 Port videorate, do a better job at negotiation while we're at
15070 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
15075 * examples/Makefile.am:
15076 * gst-libs/gst/audio/Makefile.am:
15077 * gst-libs/gst/riff/Makefile.am:
15078 * gst-libs/gst/tag/Makefile.am:
15079 * gst-libs/gst/video/Makefile.am:
15080 Fixups for missing variables.
15082 2005-05-09 Wim Taymans <wim@fluendo.com>
15084 * examples/seeking/seek.c: (make_theora_pipeline),
15085 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15086 (query_rates), (query_positions_elems), (query_positions_pads),
15087 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15088 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15089 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15090 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15091 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15092 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15093 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15094 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15095 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15096 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15097 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15098 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15099 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15100 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15101 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15102 (theora_dec_src_convert), (theora_dec_sink_convert),
15103 (theora_dec_src_query), (theora_dec_sink_query),
15104 (theora_dec_src_event), (theora_dec_sink_event),
15105 (theora_handle_comment_packet), (theora_handle_type_packet),
15106 (theora_handle_header_packet), (theora_handle_data_packet),
15107 (theora_dec_chain):
15108 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15109 (vorbis_dec_convert), (vorbis_dec_src_query),
15110 (vorbis_dec_sink_query), (vorbis_dec_src_event),
15111 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15112 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15113 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15114 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15115 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15116 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15117 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15118 (gst_play_bin_query):
15119 * gst/playback/test3.c: (update_scale):
15120 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15121 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15122 * gst/subparse/gstsubparse.c: (gst_subparse_init):
15123 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15124 (gst_videotestsrc_src_query):
15125 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15126 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15127 (paint_hline_YUV9):
15128 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15129 Port to new query API.
15131 Cleanups in x[v]imagesink
15133 2005-05-09 Andy Wingo <wingo@pobox.com>
15135 * ext/alsa/gstalsasink.h:
15136 * ext/gnomevfs/gstgnomevfssrc.c:
15137 (gst_gnomevfssrc_get_icy_metadata):
15138 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15139 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15140 * ext/theora/theoradec.c (theora_dec_src_query)
15141 (theora_dec_src_event, theora_dec_sink_event)
15142 (theora_handle_comment_packet, theora_handle_data_packet):
15143 * ext/theora/theoraenc.c (theora_enc_chain):
15144 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15145 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15146 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15147 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15149 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15150 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15151 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15152 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15153 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15154 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15155 (paint_setup_xBGR8888, paint_setup_RGBx8888)
15156 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15157 (paint_setup_RGB565, paint_setup_xRGB1555):
15158 * gst/videotestsrc/videotestsrc.h:
15159 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15160 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15161 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15164 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15165 gst_pad_query_position. Fixes oggdemux.
15167 2005-05-08 David Schleef <ds@schleef.org>
15169 * configure.ac: Require liboil.
15170 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15172 * gst/videotestsrc/videotestsrc.c:
15173 * gst/videotestsrc/videotestsrc.h:
15175 2005-05-06 Wim Taymans <wim@fluendo.com>
15177 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15178 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15179 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15180 Well, unreffing a buffer right before pushing it is asking
15183 2005-05-06 Christian Schaller <uraeus@gnome.org>
15185 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15187 2005-05-06 Wim Taymans <wim@fluendo.com>
15189 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15190 (gst_audio_convert_caps_remove_format_info),
15191 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15192 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15193 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15194 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15195 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15196 * gst/sine/Makefile.am:
15197 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15198 (gst_sinesrc_class_init), (gst_sinesrc_init),
15199 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15200 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15201 (gst_sinesrc_update_freq):
15202 * gst/sine/gstsinesrc.h:
15203 * gst/tcp/gstmultifdsink.c:
15204 * sys/xvimage/xvimagesink.c:
15205 Fixed negotiation wrt _peer_get_caps()
15209 2005-05-06 Wim Taymans <wim@fluendo.com>
15211 * gst-libs/gst/audio/gstaudiosink.c:
15212 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15213 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15214 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15215 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15216 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15217 (gst_audiosink_create_ringbuffer):
15218 * gst-libs/gst/audio/gstbaseaudiosink.c:
15219 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15220 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15221 (gst_baseaudiosink_set_property), (build_linear_format),
15222 (debug_spec_caps), (debug_spec_buffer),
15223 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15224 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15225 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15226 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15227 * gst-libs/gst/audio/gstbaseaudiosink.h:
15228 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15229 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15230 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15231 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15232 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15233 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15234 (wait_segment), (gst_ringbuffer_commit),
15235 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15236 (gst_ringbuffer_clear):
15237 * gst-libs/gst/audio/gstringbuffer.h:
15238 Make the base audiosink return an error when there is no
15239 audiobuffer negotiated.
15241 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15244 Disable cdparanoia until someone ports it!
15246 2005-05-06 Wim Taymans <wim@fluendo.com>
15248 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15249 (gst_ogg_demux_sink_activate):
15250 And revert after wingo's revert.. sigh..
15252 2005-05-05 Andy Wingo <wingo@pobox.com>
15254 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15256 * configure.ac: Return audiorate and subparse from the ghetto.
15257 Re-enable -Wall -Werror.
15258 * gst/subparse/gstsubparse.c:
15259 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15260 or chain-based. Cleaned up a bit. Not tested.
15262 2005-05-05 Christian Schaller <christian@fluendo.com>
15264 * Makefile.am: remove stuff that is not building
15265 * configure.ac: remove stuff that is not building
15266 * examples/Makefile.am: remove stuff that is not building
15267 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15268 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15269 * sys/Makefile.am: remove stuff that is not building
15270 * testsuite/Makefile.am: remove stuff that is not building
15272 2005-05-05 Andy Wingo <wingo@pobox.com>
15274 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15275 * gst-libs/gst/tag/gstvorbistag.c:
15276 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15277 * gst/adder/gstadder.h:
15278 * gst/audioconvert/gstchannelmix.c:
15279 (gst_audio_convert_fill_one_other):
15280 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15281 (gst_audiorate_init), (gst_audiorate_chain):
15282 * gst/playback/gstplaybasebin.c: (setup_source):
15283 * gst/playback/test3.c: (update_scale):
15301 2005-05-05 Wim Taymans <wim@fluendo.com>
15303 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15304 (gst_audio_convert_caps_remove_format_info),
15305 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15306 (gst_audio_convert_change_state), (gst_audio_convert_channels):
15307 * gst/videotestsrc/gstvideotestsrc.c:
15308 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15309 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15310 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15311 (gst_videotestsrc_init), (gst_videotestsrc_loop):
15312 Don't ignore _push() return values.
15313 Make sure no processing is done when shutting down.
15314 Videotestsrc pad activation fix.
15316 2005-05-05 Wim Taymans <wim@fluendo.com>
15318 * gst/adder/Makefile.am:
15319 * gst/adder/gstadder.c: (gst_adder_setcaps),
15320 (gst_adder_class_init), (gst_adder_init),
15321 (gst_adder_request_new_pad), (gst_adder_collected),
15322 (gst_adder_change_state):
15323 * gst/adder/gstadder.h:
15324 Ported adder as an example of a mixer element using
15325 collect pads. Needs more negotiation work.
15327 2005-05-05 Wim Taymans <wim@fluendo.com>
15329 * ext/theora/theoradec.c: (_inc_granulepos),
15330 (theora_dec_src_event), (theora_dec_sink_event),
15331 (theora_handle_comment_packet), (theora_handle_type_packet),
15332 (theora_handle_header_packet), (theora_handle_data_packet),
15333 (theora_dec_chain):
15334 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15335 (gst_theora_enc_init), (theora_enc_sink_setcaps),
15336 (theora_push_buffer), (theora_push_packet),
15337 (theora_enc_sink_event), (theora_enc_chain),
15338 (theora_enc_change_state), (theora_enc_set_property),
15339 (theora_enc_get_property):
15340 Added stream lock to decoder so that we can serialize
15342 More theoraenc porting, recover from errors, do clean
15345 2005-05-05 Wim Taymans <wim@fluendo.com>
15347 * ext/ogg/Makefile.am:
15349 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15350 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15352 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15353 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15354 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15355 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15356 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15357 (gst_ogg_mux_change_state):
15360 2005-05-05 Wim Taymans <wim@fluendo.com>
15362 * docs/design-audiosinks.txt:
15363 * gst-libs/gst/audio/TODO:
15364 * gst-libs/gst/audio/gstaudiosink.c:
15365 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15366 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15367 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15368 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15369 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15370 (gst_audiosink_create_ringbuffer):
15371 * gst-libs/gst/audio/gstbaseaudiosink.c:
15372 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15373 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15374 (gst_baseaudiosink_set_property), (build_linear_format),
15375 (debug_spec_caps), (debug_spec_buffer),
15376 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15377 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15378 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15379 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15380 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15381 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15382 (gst_ringbuffer_release), (gst_ringbuffer_play),
15383 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15384 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15385 (gst_ringbuffer_set_sample), (wait_segment),
15386 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15387 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15388 More work on the audiosink, mostly debugging and a race in
15391 2005-04-28 Wim Taymans <wim@fluendo.com>
15393 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15394 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15395 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15396 (vorbis_dec_src_query), (vorbis_dec_src_event),
15397 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15398 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15399 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15400 Don't crap out when seeking back to position 0.
15402 2005-04-28 Wim Taymans <wim@fluendo.com>
15404 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15405 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15406 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15407 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15408 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15409 Make audio sink configurable, use alsasink as default.
15411 2005-04-28 Wim Taymans <wim@fluendo.com>
15413 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15414 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15415 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15416 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15417 (vorbis_dec_change_state):
15418 * ext/vorbis/vorbisdec.h:
15419 Refactor, use STREAM_LOCK.
15421 2005-04-28 Wim Taymans <wim@fluendo.com>
15423 * ext/theora/theoradec.c: (_inc_granulepos),
15424 (theora_dec_sink_event), (theora_handle_comment_packet),
15425 (theora_handle_type_packet), (theora_handle_header_packet),
15426 (theora_handle_data_packet), (theora_dec_chain),
15427 (theora_dec_change_state):
15428 Refactor a bit, use STREAM_LOCK.
15430 2005-04-28 Wim Taymans <wim@fluendo.com>
15432 * ext/alsa/Makefile.am:
15433 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15434 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15435 (gst_alsa_link), (gst_alsa_close_audio):
15436 * ext/alsa/gstalsaplugin.c: (plugin_init):
15437 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15438 (gst_alsasink_dispose), (gst_alsasink_base_init),
15439 (gst_alsasink_class_init), (gst_alsasink_init),
15440 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15441 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15442 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15443 (gst_alsasink_reset):
15444 * ext/alsa/gstalsasink.h:
15445 Implement alsasink with simple open/write/close API.
15446 Make alsa dir build by disabling compilation of code.
15448 2005-04-28 Wim Taymans <wim@fluendo.com>
15450 * gst-libs/gst/audio/Makefile.am:
15451 * gst-libs/gst/audio/audio.h:
15452 * gst-libs/gst/audio/audioclock.c:
15453 * gst-libs/gst/audio/audioclock.h:
15454 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15455 (gst_audio_clock_class_init), (gst_audio_clock_init),
15456 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15457 * gst-libs/gst/audio/gstaudioclock.h:
15458 * gst-libs/gst/audio/gstaudiosink.c:
15459 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15460 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15461 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15462 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15463 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15464 (gst_audiosink_create_ringbuffer):
15465 * gst-libs/gst/audio/gstbaseaudiosink.c:
15466 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15467 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15468 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15469 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15470 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15471 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15472 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15473 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15474 * gst-libs/gst/audio/gstbaseaudiosink.h:
15475 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15476 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15477 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15478 (gst_ringbuffer_release), (gst_ringbuffer_play),
15479 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15480 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15481 (gst_ringbuffer_set_sample), (wait_segment),
15482 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15483 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15484 * gst-libs/gst/audio/gstringbuffer.h:
15485 Make ringbuffer faster and more simple by removing the locks
15486 in the playback thread.
15487 Add sample accurate playback based on buffer sample offsets.
15488 Make the baseaudiosink provide a clock.
15489 Parse caps in the base class.
15490 Correctly handle seeking, flushing and state changes.
15492 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
15495 * gst/audioconvert/Makefile.am:
15496 * gst/audioscale/Makefile.am:
15497 Fix part of the build. Come on guys, autogen didn't even work :)
15499 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15502 * gst-libs/gst/Makefile.am:
15503 * gst-libs/gst/media-info/.cvsignore:
15504 * gst-libs/gst/media-info/Makefile.am:
15505 * gst-libs/gst/media-info/README:
15506 * gst-libs/gst/media-info/media-info-priv.c:
15507 * gst-libs/gst/media-info/media-info-priv.h:
15508 * gst-libs/gst/media-info/media-info-test.c:
15509 * gst-libs/gst/media-info/media-info.c:
15510 * gst-libs/gst/media-info/media-info.h:
15511 * gst-libs/gst/media-info/media-info.vcproj:
15512 * pkgconfig/Makefile.am:
15513 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15514 * pkgconfig/gstreamer-media-info.pc.in:
15515 Remove media-info, which is also successed by playbin (see Totem
15518 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15521 * examples/Makefile.am:
15522 * examples/gstplay/.cvsignore:
15523 * examples/gstplay/Makefile.am:
15524 * examples/gstplay/player.c:
15525 * gst-libs/gst/Makefile.am:
15526 * gst-libs/gst/play/.cvsignore:
15527 * gst-libs/gst/play/Makefile.am:
15528 * gst-libs/gst/play/play.c:
15529 * gst-libs/gst/play/play.h:
15530 * gst-libs/gst/play/play.vcproj:
15531 * pkgconfig/Makefile.am:
15532 * pkgconfig/gstreamer-play-uninstalled.pc.in:
15533 * pkgconfig/gstreamer-play.pc.in:
15534 Remove libgstplay, playbin is now the official successor.
15536 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15539 * gst-libs/gst/Makefile.am:
15540 * gst-libs/gst/xwindowlistener/Makefile.am:
15541 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15542 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15543 Remove deprecated xwindowlistener (I've moved xwindowlistening
15544 in the v4l/v4l2 plugins over to serverside).
15546 2005-04-25 David Schleef <ds@schleef.org>
15548 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15549 to examples/dynparams. Examples do not belong interspersed with
15551 * examples/dynparams/demo-dparams.c:
15552 * gst/sine/Makefile.am:
15553 * gst/sine/demo-dparams.c:
15555 2005-04-25 David Schleef <ds@schleef.org>
15557 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15558 * gst-libs/gst/audio/Makefile.am:
15559 * gst-libs/gst/riff/Makefile.am:
15560 * gst-libs/gst/tag/Makefile.am:
15561 * gst-libs/gst/video/Makefile.am:
15562 * gst-libs/gst/xwindowlistener/Makefile.am:
15564 Convert to 0.9 API, seems to work:
15565 * sys/ximage/Makefile.am:
15566 * sys/ximage/ximagesink.c:
15568 2005-04-24 David Schleef <ds@schleef.org>
15570 Link plugins against libraries:
15571 * ext/alsa/Makefile.am:
15572 * gst/tcp/Makefile.am:
15574 Remove asm code that should be in liboil
15575 * gst/videoscale/Makefile.am:
15576 * gst/videoscale/videoscale_x86_asm.s:
15578 gettext wants these checked in:
15594 2005-04-24 David Schleef <ds@schleef.org>
15596 Convert gst_main() to g_main_loop_run()
15597 * gst/playback/decodetest.c: (main):
15598 * gst/playback/test2.c: (main):
15599 * gst/playback/test3.c: (main):
15600 * gst/playback/test4.c: (main):
15602 Link plugins against libraries:
15603 * ext/libvisual/Makefile.am:
15604 * sys/xvimage/Makefile.am:
15606 2005-04-24 David Schleef <ds@schleef.org>
15608 * configure.ac: Remove idct and resample libs
15609 * gst-libs/gst/Makefile.am: same
15611 Remove usage of gst_library_load():
15612 * ext/alsa/gstalsaplugin.c: (plugin_init):
15613 * ext/libvisual/visual.c: (plugin_init):
15614 * ext/ogg/gstogg.c: (plugin_init):
15615 * ext/theora/theora.c: (plugin_init):
15616 * ext/vorbis/vorbis.c: (plugin_init):
15617 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15618 * gst/audioscale/gstaudioscale.c:
15619 * gst/adder/gstadder.c: (plugin_init):
15620 * gst/audioconvert/plugin.c: (plugin_init):
15621 * sys/ximage/ximagesink.c: (plugin_init):
15622 * sys/xvimage/xvimagesink.c: (plugin_init):
15623 * gst/tcp/gsttcpplugin.c: (plugin_init):
15625 Link plugins against libraries:
15626 * ext/ogg/Makefile.am:
15627 * ext/theora/Makefile.am:
15628 * ext/vorbis/Makefile.am:
15629 * gst/audioconvert/Makefile.am:
15631 Create proper libraries:
15632 * gst-libs/gst/riff/Makefile.am:
15633 * gst-libs/gst/audio/Makefile.am:
15634 * gst-libs/gst/video/Makefile.am:
15636 Move resample library to audioscale plugin directory:
15637 * gst-libs/gst/resample/Makefile.am:
15638 * gst-libs/gst/resample/README:
15639 * gst-libs/gst/resample/dtof.c:
15640 * gst-libs/gst/resample/dtos.c:
15641 * gst-libs/gst/resample/functable.c:
15642 * gst-libs/gst/resample/private.h:
15643 * gst-libs/gst/resample/resample.c:
15644 * gst-libs/gst/resample/resample.h:
15645 * gst-libs/gst/resample/resample.vcproj:
15646 * gst-libs/gst/resample/test.c:
15647 * gst/audioscale/Makefile.am:
15648 * gst/audioscale/README:
15649 * gst/audioscale/dtof.c:
15650 * gst/audioscale/dtos.c:
15651 * gst/audioscale/functable.c:
15652 * gst/audioscale/private.h:
15653 * gst/audioscale/resample.c:
15654 * gst/audioscale/resample.h:
15655 * gst/audioscale/test.c:
15657 Move tagedit library to gst-libs:
15658 * gst-libs/gst/tag/Makefile.am:
15659 * gst-libs/gst/tag/gstid3tag.c:
15660 * gst-libs/gst/tag/gsttagediting.c:
15661 * gst-libs/gst/tag/gsttageditingprivate.h:
15662 * gst-libs/gst/tag/gstvorbistag.c:
15663 * gst/tags/Makefile.am:
15664 * gst/tags/gstid3tag.c:
15665 * gst/tags/gstvorbistag.c:
15667 Fix for core changes:
15668 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15669 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15670 (gst_sinesrc_getrange):
15672 2005-04-23 David Schleef <ds@schleef.org>
15674 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
15675 in gst-plugins in a long time, and properly belongs in liboil.
15676 * gst-libs/gst/idct/Makefile.am:
15677 * gst-libs/gst/idct/README:
15678 * gst-libs/gst/idct/dct.h:
15679 * gst-libs/gst/idct/doieee:
15680 * gst-libs/gst/idct/fastintidct.c:
15681 * gst-libs/gst/idct/floatidct.c:
15682 * gst-libs/gst/idct/idct.c:
15683 * gst-libs/gst/idct/idct.h:
15684 * gst-libs/gst/idct/idtc.vcproj:
15685 * gst-libs/gst/idct/ieeetest.c:
15686 * gst-libs/gst/idct/intidct.c:
15688 2005-04-20 Wim Taymans <wim@fluendo.com>
15690 * docs/design-audiosinks.txt:
15691 * gst-libs/gst/audio/Makefile.am:
15692 * gst-libs/gst/audio/TODO:
15693 * gst-libs/gst/audio/gstaudiosink.c:
15694 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15695 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15696 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15697 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15698 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15699 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15700 (gst_audiosink_class_init), (gst_audiosink_init),
15701 (gst_audiosink_create_ringbuffer):
15702 * gst-libs/gst/audio/gstaudiosink.h:
15703 * gst-libs/gst/audio/gstbaseaudiosink.c:
15704 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15705 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15706 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15707 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15708 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15709 (gst_baseaudiosink_create_ringbuffer),
15710 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15711 * gst-libs/gst/audio/gstbaseaudiosink.h:
15712 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15713 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15714 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15715 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15716 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15717 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15718 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15719 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15720 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15721 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15722 * gst-libs/gst/audio/gstringbuffer.h:
15723 An attempt at a set of audio base classes together with some
15726 2005-04-20 Wim Taymans <wim@fluendo.com>
15728 * gst/audioconvert/Makefile.am:
15729 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15730 (gst_audio_convert_caps_remove_format_info),
15731 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15732 (gst_audio_convert_channels):
15733 Link against audio libs.
15734 Fix audio convert plugin.
15736 2005-04-20 Wim Taymans <wim@fluendo.com>
15738 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15739 (gst_ogg_demux_sink_activate):
15740 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15741 (theora_set_header_on_caps), (theora_enc_sink_event),
15742 (theora_enc_chain):
15743 Fix theora encoder.
15745 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15747 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15748 * gst/playback/gstdecodebin.c: (find_compatibles):
15749 Work with staticpadtemplates in elementfactories.
15751 2005-04-12 Wim Taymans <wim@fluendo.com>
15753 * gst/playback/README:
15754 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15755 (compare_ranks), (print_feature), (gst_decode_bin_init),
15756 (dynamic_create), (dynamic_free), (find_compatibles),
15757 (mimetype_is_raw), (close_pad_link), (got_redirect),
15758 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15759 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15760 (gst_decode_bin_change_state):
15761 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15762 (gst_play_base_bin_init), (group_destroy), (group_commit),
15763 (check_queue), (queue_overrun), (queue_threshold_reached),
15764 (queue_out_of_data), (gen_preroll_element), (unknown_type),
15765 (new_decoded_pad), (setup_subtitle), (gen_source_element),
15766 (got_redirect), (setup_source), (play_base_eos),
15767 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15768 (gst_play_base_bin_remove_element):
15769 * gst/playback/gstplaybasebin.h:
15770 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15771 (gst_play_bin_init), (gst_play_bin_dispose),
15772 (gst_play_bin_set_property), (gen_video_element),
15773 (gen_text_element), (gen_audio_element), (remove_sinks),
15774 (gst_play_bin_send_event):
15775 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15776 (stream_info_change_state), (gst_stream_info_set_mute):
15777 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15778 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15779 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15780 (gst_stream_selector_chain):
15781 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15783 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15784 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15785 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15786 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15787 Raw and crude port of decodebin.
15788 Make playbin compile.
15790 2005-04-06 Wim Taymans <wim@fluendo.com>
15792 * ext/gnomevfs/Makefile.am:
15793 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15794 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15795 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15796 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15797 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15798 (gst_gnomevfssrc_stop):
15799 * ext/ogg/Makefile.am:
15800 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15801 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15802 * ext/theora/Makefile.am:
15803 * ext/theora/theoradec.c: (_inc_granulepos),
15804 (theora_dec_sink_event), (theora_dec_chain):
15805 * ext/vorbis/Makefile.am:
15806 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15807 (vorbis_dec_sink_event), (vorbis_dec_chain):
15808 * gst-libs/gst/audio/Makefile.am:
15809 * sys/xvimage/Makefile.am:
15810 Make gnomevfssrc extend the source base class.
15811 Fix linking against libs in various plugins.
15813 2005-04-06 Andy Wingo <wingo@pobox.com>
15815 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15818 * configure.ac: Add check and AC_SUBST for libgstbase.
15820 2005-03-31 Wim Taymans <wim@fluendo.com>
15822 * examples/seeking/Makefile.am:
15823 * examples/seeking/cdparanoia.c: (main):
15824 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15825 (play_cb), (pause_cb), (stop_cb), (main):
15826 * examples/seeking/playbin.c:
15827 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15828 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15829 (make_sid_pipeline), (make_vorbis_pipeline),
15830 (make_theora_pipeline), (make_vorbis_theora_pipeline),
15831 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15832 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15833 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15834 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15836 * examples/seeking/spider_seek.c:
15837 * examples/seeking/vorbisfile.c:
15838 * ext/gnomevfs/Makefile.am:
15839 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15840 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15841 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15842 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15843 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15844 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15845 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15846 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15848 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15849 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15850 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15851 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15852 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15853 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15854 (gst_ogg_pad_event), (gst_ogg_pad_reset),
15855 (gst_ogg_demux_factory_filter), (compare_ranks),
15856 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15857 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15858 (gst_ogg_chain_new), (gst_ogg_chain_free),
15859 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15860 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15861 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15862 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15863 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15864 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15865 (gst_ogg_demux_get_prev_page),
15866 (gst_ogg_demux_deactivate_current_chain),
15867 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15868 (gst_ogg_demux_bisect_forward_serialno),
15869 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15870 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15871 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15872 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15873 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15874 (gst_ogg_demux_change_state), (gst_ogg_print):
15875 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15876 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15877 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15878 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15879 (gst_ogg_mux_loop):
15880 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15881 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15882 (theora_dec_src_convert), (theora_dec_sink_convert),
15883 (theora_dec_src_query), (theora_dec_src_event),
15884 (theora_dec_sink_event), (theora_dec_chain),
15885 (theora_dec_change_state):
15886 * ext/theora/theoraenc.c: (gst_theora_enc_init),
15887 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15888 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15889 (theora_enc_change_state):
15890 * ext/vorbis/Makefile.am:
15891 * ext/vorbis/oggvorbisenc.c:
15892 * ext/vorbis/oggvorbisenc.h:
15893 * ext/vorbis/vorbis.c: (plugin_init):
15894 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15895 (vorbis_dec_src_query), (vorbis_dec_src_event),
15896 (vorbis_dec_sink_event), (vorbis_dec_chain),
15897 (vorbis_dec_change_state):
15898 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15899 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15900 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15901 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15902 (gst_vorbisenc_change_state):
15903 * ext/vorbis/vorbisenc.h:
15904 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15905 * gst-libs/gst/audio/audioclock.c:
15906 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15907 (gst_audiofilter_init), (gst_audiofilter_chain):
15908 * gst-libs/gst/audio/testchannels.c: (main):
15909 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15910 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15911 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15912 (gmip_find_track_streaminfo), (gmip_find_track_format):
15913 * gst-libs/gst/media-info/media-info.c:
15914 (gst_media_info_read_idler):
15915 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15916 (gst_play_get_all_by_interface):
15917 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15918 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15919 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15920 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15921 (gst_riff_parse_info):
15922 * gst-libs/gst/riff/riff-read.h:
15923 * gst-libs/gst/riff/riff.c: (plugin_init):
15924 * gst-libs/gst/video/Makefile.am:
15925 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15926 (gst_videosink_class_init), (gst_videosink_get_type):
15927 * gst-libs/gst/video/videosink.h:
15928 * gst/audioconvert/bufferframesconvert.c:
15929 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15930 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15931 * gst/audioconvert/channelmixtest.c: (main):
15932 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15933 (gst_audio_convert_chain),
15934 (gst_audio_convert_caps_remove_format_info),
15935 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15936 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15937 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15938 (gst_audio_convert_buffer_to_default_format),
15939 (gst_audio_convert_buffer_from_default_format),
15940 (gst_audio_convert_channels):
15941 * gst/audioconvert/gstchannelmix.h:
15942 * gst/ffmpegcolorspace/avcodec.h:
15943 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15944 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15945 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15946 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15947 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15948 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15949 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15950 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15951 (mpeg_video_type_find), (mpeg_video_stream_type_find),
15953 * gst/videotestsrc/gstvideotestsrc.c:
15954 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15955 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15956 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15957 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15958 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15959 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15960 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15961 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15962 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15963 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15964 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15965 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15966 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15967 (gst_xvimagesink_navigation_send_event),
15968 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15969 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15970 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15971 * sys/xvimage/xvimagesink.h:
15972 Plugin port to 0.9, ogg/theora playback should work in the seek
15974 Removed old examples.
15975 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15976 explained in 0.9 TODO doc.
15979 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
16001 * testsuite/Makefile.am:
16002 remove a whole bunch of plugins. This module now contains a set
16003 of free reference plugins/elements as agreed.
16005 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
16008 hunting season on 0.9 is now OPEN
16010 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16012 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16013 Kick the hell out of gcc for not warning me about a symbol conflict.
16015 2005-02-22 Luca Ognibene <luogni@tin.it>
16017 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16019 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16020 Don't leak caps string (fixes #168134)
16022 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16023 (gst_jpegenc_init), (gst_jpegenc_finalize),
16024 (gst_jpegenc_change_state):
16025 Don't leak line buffers and context struct (fixes #168133).
16027 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
16030 * ext/dirac/gstdiracdec.cc:
16031 (gst_diracdec_chain):
16032 Since dirac 0.5.0 the framerate in dirac is expressed as a
16033 rational number. Fix build and up requirement to 0.5.0, and
16034 also pass parameters to gst_diracdec_link in the right order
16037 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
16039 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16040 * ext/faad/gstfaad.h:
16041 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
16042 certain invalid muxed streams, where some packets will contain
16043 junk after decoder data. Partially fixes #149158.
16045 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
16046 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16047 Make sure we only write to writable buffers
16049 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
16051 * gst-libs/gst/riff/riff-media.c:
16052 (gst_riff_create_audio_caps_with_data):
16053 Do actually fix invalid RIFF fmt header values for alaw
16054 and mulaw audio instead of just saying so.
16056 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16057 Give gst_riff_create_audio_caps_with_data() a chance to
16058 fix up broken format header fields before extracting any
16059 parameters from the header. (fixes #167633)
16061 2005-02-19 Martin Holters <martin.holters@gmx.de>
16063 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16065 * gst/audioconvert/bufferframesconvert.c:
16066 (buffer_frames_convert_link):
16067 Don't leak othercaps. (fixes #167878)
16069 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
16072 * ext/libvisual/visual.c: (gst_visual_srclink),
16073 (gst_visual_change_state):
16074 Support libvisual 0.2.0.
16076 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
16078 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16079 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16080 Use same rowstrides for I420 as used everywhere else.
16082 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
16084 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16085 Declare variables at beginning of block and make gcc-2.95 happy
16086 (fixes # 167482, patch by Gergely Nagy).
16088 * gst/tcp/gsttcpclientsrc.c:
16089 * gst/tcp/gsttcpclientsrc.h:
16090 Move some includes into the header, so that struct sockaddr_in is
16091 defined when it should be defined on FreeBSD as well (fixes
16094 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16095 Don't pass uninitialised values to setsockopt() here either.
16097 2005-02-17 Luca Ognibene <luogni at tin dot it>
16099 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16101 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16102 Don't pass uninitialised values to setsockopt(). (fixes #167704)
16104 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16106 * gst/playback/gstplaybin.c: (add_sink):
16107 Invert bin_add/link order to workaround deadlock in opt.
16109 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16111 * gst/modplug/gstmodplug.cc:
16112 Add missing break causing position queries to fail.
16114 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16116 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16117 Granpos can apparently be -1, which screws up calculations...
16119 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
16121 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16122 (gst_ximagesink_send_pending_navigation),
16123 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16124 (gst_ximagesink_init):
16125 * sys/ximage/ximagesink.h:
16126 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16127 (gst_xvimagesink_send_pending_navigation),
16128 (gst_xvimagesink_navigation_send_event),
16129 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16130 * sys/xvimage/xvimagesink.h:
16131 Use a mutex protected list to marshal navigation
16132 events into the stream thread from whichever thread
16135 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
16137 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16138 Display current position and track length; misc. clean-ups.
16140 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16141 (speed_init), (speed_chain):
16142 Add query function, so that the stream length and current position
16143 get adjusted when queried (note that current position queries may
16144 still be wrong if the audio sink returns values based on buffer
16145 timestamps instead of passing on the query).
16147 2005-02-13 Benjamin Otte <otte@gnome.org>
16149 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16150 (gst_audio_convert_channels):
16151 create channel conversion matrix when linking
16152 * gst/audioconvert/.cvsignore:
16153 * gst/audioconvert/Makefile.am:
16154 * gst/audioconvert/channelmixtest.c: (main):
16155 add (ugly) test that ensures stereo <=> mono conversion works
16158 2005-02-13 Benjamin Otte <otte@gnome.org>
16160 * gst/audioconvert/gstchannelmix.h:
16161 include missing header file
16162 * gst/audioconvert/gstchannelmix.c:
16163 (gst_audio_convert_fill_compatible):
16164 use same sign for both channels when converting to/from compatible
16165 channel. Previously used different signs made the signals cancel
16166 each other out and appear like silence. (fixes #167269)
16168 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16170 * gst/ffmpegcolorspace/avcodec.h:
16171 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16172 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16173 (gst_ffmpegcsp_avpicture_fill):
16174 * gst/ffmpegcolorspace/imgconvert.c:
16175 Convert to and from YV12 (fixes #156379).
16177 2005-02-12 Julien MOUTTE <julien@moutte.net>
16179 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16180 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16181 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16182 (gst_ximagesink_expose), (gst_ximagesink_set_property),
16183 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16184 methods from chain and negotiation and vice versa (Fixes #166142).
16185 * sys/ximage/ximagesink.h: Add stream_lock.
16186 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16187 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16188 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16189 (gst_xvimagesink_expose): Check for xcontext before trying to link.
16191 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16193 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16194 Don't send "Hey! You gave me a NULL pointer you naughty person" as
16195 error message when we can't open the DVD device (when dvdnav_open()
16196 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16197 the above). Send something more useful instead (fixes #167117).
16199 2005-02-11 Julien MOUTTE <julien@moutte.net>
16201 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16202 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16203 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16204 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16205 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16206 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16207 methods from chain and negotiation and vice versa (Fixes #166142).
16208 Fix a possible bug of images in the buffer pool being discarded because
16209 we are looking at the wrong geometry.
16210 * sys/xvimage/xvimagesink.h: Add stream_lock.
16212 2005-02-11 David Schleef <ds@schleef.org>
16214 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16215 unsigned int. (fixes #167128)
16217 2005-02-11 David Schleef <ds@schleef.org>
16219 * gst/librfb/Makefile.am: Testing stuff before committing is
16220 for wimps... and people with fast machines. Fix stupid
16223 2005-02-11 David Schleef <ds@schleef.org>
16225 * configure.ac: Pull in librfb from my CVS tree, because it is
16226 too small and annoying to be separate. Move rfbsrc plugin
16229 * ext/librfb/Makefile.am:
16230 * ext/librfb/gstrfbsrc.c:
16231 * gst/librfb/Makefile.am:
16232 * gst/librfb/gstrfbsrc.c:
16233 * gst/librfb/rfb.c:
16234 * gst/librfb/rfb.h:
16235 * gst/librfb/rfbbuffer.c:
16236 * gst/librfb/rfbbuffer.h:
16237 * gst/librfb/rfbbytestream.c:
16238 * gst/librfb/rfbbytestream.h:
16239 * gst/librfb/rfbcontext.h:
16240 * gst/librfb/rfbdecoder.c:
16241 * gst/librfb/rfbdecoder.h:
16242 * gst/librfb/rfbutil.h:
16244 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
16246 * gst/speed/Makefile.am:
16247 * gst/speed/demo-mp3.c: (main):
16248 * gst/speed/filter.func:
16249 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16250 (speed_class_init), (speed_init), (speed_chain_int16),
16251 (speed_chain_float32), (speed_chain), (speed_set_property),
16252 (speed_get_property), (speed_change_state):
16253 * gst/speed/gstspeed.h:
16254 Fix speed element and make it chain-based (fixes #156467),
16255 and make it handle more than one channel.
16257 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
16259 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16260 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16261 (gst_dtsdec_chain), (gst_dtsdec_change_state):
16262 * ext/dts/gstdtsdec.h:
16263 Don't clobber the stack constructing the channels array.
16264 Make the element chain-based. DTS tracks can now be played.
16266 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
16268 * gst-libs/gst/audio/multichannel.h:
16269 * gst-libs/gst/gconf/gconf.h:
16270 * gst-libs/gst/idct/idct.h:
16271 * gst-libs/gst/media-info/media-info-priv.h:
16272 * gst-libs/gst/play/play.h:
16273 * gst-libs/gst/resample/private.h:
16274 * gst-libs/gst/resample/resample.h:
16275 * gst-libs/gst/riff/riff-ids.h:
16276 * gst-libs/gst/video/video.h:
16277 * gst-libs/gst/video/videosink.h:
16278 Add G_BEGIN_DECLS and G_END_DECLS around headers where
16279 missing, so that they work when included from C++ code.
16281 2005-02-09 David Schleef <ds@schleef.org>
16283 * testsuite/gst-lint: Check for non-statically scoped
16284 parent_class variables. This won't be a problem once
16285 plugins are loaded with RTLD_LOCAL.
16287 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16289 * ext/mplex/gstmplexibitstream.cc:
16292 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16294 * ext/ogg/gstogmparse.c:
16295 * gst/debug/gstnavigationtest.c:
16296 Die, thou faulty symbol pollutors (non-static parent_class).
16298 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16300 * ext/mplex/gstmplexibitstream.cc:
16301 Fix event handling (#165525).
16303 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16305 * ext/mikmod/gstmikmod.c:
16306 * gst/modplug/gstmodplug.cc:
16307 Add missing endianness to template (fixes #165509).
16309 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16311 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16312 Fix wrong order of reading of optional bytes (#165290).
16314 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16316 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16317 Implement FILLER event awareness.
16319 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16321 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16322 Fix track calculations (#166208).
16324 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16326 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16328 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16329 * ext/libpng/gstpngenc.c:
16330 Fix byte-order, use proper fixed caps. Fixes #164197.
16332 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16337 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16338 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16339 Don't push buffers if the src pad isn't negotiated yet.
16341 * gst/audioconvert/gstaudioconvert.c:
16342 (gst_audio_convert_buffer_to_default_format),
16343 (gst_audio_convert_buffer_from_default_format):
16344 Add support for 24-bit width.
16346 * gst/dvdlpcmdec/.cvsignore:
16347 * gst/dvdlpcmdec/Makefile.am:
16348 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16349 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16350 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16351 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16353 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16354 New decoder for rearranging DVD LPCM into our audio/x-raw-int
16355 format. Needs support for the channels maps if someone can find
16356 a DVD LPCM track with > 2 channels.
16358 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16359 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16360 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16361 * gst/mpegstream/gstdvddemux.h:
16362 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16363 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16364 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16365 * gst/mpegstream/gstmpegdemux.h:
16366 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16367 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16368 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16369 (gst_mpeg_parse_handle_src_query),
16370 (gst_mpeg_parse_handle_src_event):
16371 Use audio/x-dvd-lpcm for LPCM output.
16374 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16376 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16378 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16379 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16380 Add BGRA handling (#165736).
16382 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
16384 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16386 * gst/law/alaw-decode.c: (alawdec_link):
16387 * gst/law/alaw-encode.c: (alawenc_link):
16388 * gst/law/mulaw-decode.c: (mulawdec_link):
16389 * gst/law/mulaw-encode.c: (mulawenc_link):
16390 Fix caps memleaks (#166600).
16392 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
16394 * ext/tarkin/mem.h:
16395 * ext/tarkin/wavelet.h:
16396 * ext/tarkin/yuv.h:
16397 * gst/ffmpegcolorspace/avcodec.h:
16398 Include "_stdint.h" instead of <stdint.h>. Fixes build on
16399 systems that don't have stdint.h, like Solaris9 (fixes #166631).
16401 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16403 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16404 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16405 (gst_xvimagesink_change_state):
16406 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16407 Xv video (and thereby regenerate Xv colourkey) in clear() so
16408 that PLAY -> READY -> PLAY works (fixes #162504).
16410 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16412 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16413 Switch to list instead of range, since MJPEG-devices really just
16414 support decimations, not any size.
16416 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16417 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16418 (gst_mpeg2dec_reset), (free_all_buffers),
16419 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16420 * ext/mpeg2dec/gstmpeg2dec.h:
16421 The libmpeg2 user-allocated buffer management is awkward,
16422 to say the least. Hopefully this fixes things.
16424 2005-02-04 Andy Wingo <wingo@pobox.com>
16426 * gst/audioconvert/bufferframesconvert.c
16427 (buffer_frames_convert_fixate): New function, fixates to 256
16428 frames per buffer by default. (Much better than 1.)
16429 (buffer_frames_convert_init): Set the fixate function for both src
16431 (buffer_frames_convert_link): After success setting nonfixed caps,
16432 get the negotiated caps so we can know how many buffer-frames it
16433 will be. No idea how this worked at all before.
16435 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16437 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16438 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16439 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16440 (handle_sequence), (handle_picture):
16441 * ext/mpeg2dec/gstmpeg2dec.h:
16442 Rearrange buffer tracking and refcounting and refactor
16443 a little for readability.
16445 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
16446 * sys/v4l/gstv4l.c: (plugin_init):
16447 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16448 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16449 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16450 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16451 * sys/v4l/gstv4ljpegsrc.h:
16452 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16453 * sys/v4l/v4l_calls.h:
16454 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16455 (gst_v4lsrc_get_fps):
16456 * sys/v4l/v4lsrc_calls.h:
16457 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16458 you jpeg inside rgb frames" driver.
16459 Don't error in the v4lsrc link function, just return
16462 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16464 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16465 (gst_qcamsrc_open):
16466 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16468 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16470 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16471 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16473 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16475 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16476 Reset negotiated state on PAUSED->READY.
16478 2005-02-02 David Schleef <ds@schleef.org>
16480 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16481 whereever possible. (Fixes #165997)
16482 * examples/capsfilter/capsfilter1.c: (main):
16483 * examples/dynparams/filter.c: (create_ui):
16484 * examples/seeking/cdparanoia.c: (get_track_info), (main):
16485 * examples/seeking/chained.c: (main):
16486 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16487 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16488 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16489 (make_mpeg_pipeline), (make_mpegnt_pipeline):
16490 * examples/seeking/spider_seek.c: (make_spider_pipeline):
16491 * examples/switch/switcher.c: (main):
16492 * ext/dv/demo-play.c: (main):
16493 * ext/faad/gstfaad.c: (gst_faad_change_state):
16494 * ext/mad/gstmad.c: (gst_mad_chain):
16495 * ext/smoothwave/demo-osssrc.c: (main):
16496 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16497 (gst_gconf_render_bin_from_description),
16498 (gst_gconf_get_default_audio_sink),
16499 (gst_gconf_get_default_video_sink),
16500 (gst_gconf_get_default_audio_src),
16501 (gst_gconf_get_default_video_src),
16502 (gst_gconf_get_default_visualization_element):
16503 * gst/level/demo.c: (main):
16504 * gst/level/plot.c: (main):
16505 * gst/playback/gstplaybin.c: (gen_video_element),
16506 (gen_audio_element):
16507 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16508 * gst/playondemand/demo-mp3.c: (setup_pipeline):
16509 * gst/sine/demo-dparams.c: (main):
16510 * gst/spectrum/demo-osssrc.c: (main):
16511 * gst/speed/demo-mp3.c: (main):
16512 * gst/volume/demo.c: (main):
16513 * testsuite/embed/embed.c: (main):
16515 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16517 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16518 (gst_tcpclientsink_finalize):
16519 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16520 (gst_tcpclientsrc_finalize):
16521 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16522 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16523 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16524 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16525 Don't leak the hostname when shutting down.
16526 In tcpserversrc, take a copy of the default hostname.
16528 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16530 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16531 Set caps to systemstream=TRUE.
16533 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16535 * testsuite/Makefile.am:
16536 Fix more OSX buildbots.
16538 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16540 * ext/mpeg2dec/gstmpeg2dec.c:
16541 Don't send things to NULL PAD_PEERs
16543 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16544 Copy-on-write the incoming buffer.
16546 * gst/mpegstream/gstdvddemux.h:
16547 * gst/mpegstream/gstmpegclock.h:
16548 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16549 (normal_seek), (gst_mpeg_demux_handle_src_event):
16550 * gst/mpegstream/gstmpegdemux.h:
16551 * gst/mpegstream/gstmpegpacketize.h:
16552 * gst/mpegstream/gstmpegparse.c:
16553 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16554 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16555 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16556 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16557 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16558 * gst/mpegstream/gstmpegparse.h:
16559 * gst/mpegstream/gstrfc2250enc.h:
16560 Various changes to the way time is computed that make seeking and
16561 total time estimation much better here.
16562 Use G_BEGIN/END_DECLS instead of __cplusplus
16564 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16565 Use gst_buffer_stamp instead of only copying the TIMESTAMP
16567 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16569 * gst/subparse/gstsubparse.c:
16572 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16574 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16575 (theora_enc_chain), (theora_enc_change_state):
16576 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16577 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16578 (gst_vorbisenc_change_state):
16579 * ext/vorbis/vorbisenc.h:
16580 Set granulepos and timestamp correctly for streams not
16581 starting at 0, taking into account the initial delay.
16583 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16585 * gst/mpegstream/gstdvddemux.c:
16586 Add audio/x-dts to audio pad template caps
16588 2005-01-30 David Schleef <ds@schleef.org>
16590 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16591 (create_context), (gst_polypsink_link): Fix silly endianness
16592 bug. Add some debugging. Remove float from caps; it doesn't
16593 work. Attempt to get remote audio working.
16595 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16597 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16600 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16602 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16603 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16604 (gst_avi_demux_stream_data):
16605 * gst/avi/gstavidemux.h:
16606 Invert DIB images. Fixes #132341.
16608 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16610 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16611 (gst_ffmpegcsp_chain):
16612 D'oh, reference the palette data, not the palette structure.
16613 Fixes color distortion in #132341.
16615 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16617 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16618 PAR can be non-fixed when not provided as argument (#162626).
16620 2005-01-29 David Moore <dcm@acm.org>
16622 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16624 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16625 (gst_qtdemux_loop_header):
16626 Re-apply patch from #142272 that allows non-seekable sources,
16627 re-proposed by Daniel Drake <dsd@gentoo.org>.
16629 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16631 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16632 Use the src template for creating the src pad (#162330).
16634 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16637 * ext/musepack/Makefile.am:
16638 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16639 (gst_musepackdec_init), (gst_musepackdec_dispose),
16640 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16641 (gst_musepack_stream_init), (gst_musepackdec_loop),
16642 (gst_musepackdec_change_state):
16643 * ext/musepack/gstmusepackdec.cpp:
16644 * ext/musepack/gstmusepackdec.h:
16645 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16646 (gst_musepack_reader_read), (gst_musepack_reader_seek),
16647 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16648 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16649 * ext/musepack/gstmusepackreader.cpp:
16650 * ext/musepack/gstmusepackreader.h:
16651 Update to 1.1 API (#165446).
16653 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16658 2005-01-28 Andy Wingo <wingo@pobox.com>
16660 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16661 to reflect a different dubious internet source. Add a reference
16662 and some commentary.
16664 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16666 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16667 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16668 * gst/playback/gststreamselector.h:
16669 Be more selective when we're redoing caps negotiation from
16670 within the chain function on a stream change.
16672 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16676 * ext/amrnb/Makefile.am:
16677 * ext/amrnb/amrnb.c: (plugin_init):
16678 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16679 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16680 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16681 (gst_amrnbdec_state_change):
16682 * ext/amrnb/amrnbdec.h:
16683 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16684 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16685 (gst_amrnbparse_init), (gst_amrnbparse_formats),
16686 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16687 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16688 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16689 * ext/amrnb/amrnbparse.h:
16690 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16691 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16692 Add AMR-NB/-WB raw formats.
16693 * ext/alsa/gstalsa.c: (gst_alsa_link):
16694 Keep valid time when changing format.
16695 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16696 (qtdemux_parse_trak):
16697 Add some more format-specific options (#140141, #143555, #155163).
16699 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16701 * gst/matroska/matroska-demux.c:
16702 (gst_matroska_demux_parse_blockgroup):
16703 Fix logic error in timing of subtitle stream synchronization.
16704 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16705 Add skip-chunk, which is found in kodak-camera streams.
16707 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
16711 Adding Vietnamese translation (submitted by Clytie Siddall)
16713 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16715 * gst/playback/gstdecodebin.c: (try_to_link_1):
16716 Use realpad for signal.
16718 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16720 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16721 Fix category so decodebin picks it up.
16723 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16725 * ext/mad/Makefile.am:
16726 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16727 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16728 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16729 (found_type), (gst_id3demux_bin_change_state):
16730 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16731 (gst_id3_tag_init), (gst_id3_tag_handle_event),
16732 (gst_id3_tag_src_link), (gst_id3_tag_chain),
16733 (gst_id3_tag_change_state), (plugin_init):
16734 * ext/mad/gstmad.h:
16735 Add id3demuxbin (which is a simple bin consisting of id3demux
16736 and typefind), take over rank from id3demux, remove typefind
16737 code from id3demux. Makes all broken mp3s that I know of work,
16738 and thereby fixes #152688.
16740 2005-01-27 Edward Hervey <bilboed@bilboed.com>
16742 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16744 * ext/mad/gstmad.c: (gst_mad_src_event):
16745 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16746 Allow seeks on audio pad, make mad forward those (#164826).
16747 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16748 Set duration (#165335).
16750 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16752 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16753 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16754 (gst_asf_demux_process_ext_content_desc),
16755 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16756 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16757 * gst/asfdemux/gstasfdemux.h:
16758 Improve metadata display, e.g. if the metadata comes before the
16759 streams are loaded (which is perfectly valid).
16761 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16763 * tools/gst-launch-ext-m.m:
16764 Fix AVI/ASF pipelines (#165340).
16766 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
16767 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
16768 build failure on amd64
16770 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
16772 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16773 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16774 Check environment variables GST_ID3V2_TAG_ENCODING,
16775 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16776 list of character encodings to force interpretation of non-unicode
16777 strings stored in an ID3v2 tag to a particular encoding. If none
16778 is specified, try to use current locale's encoding, then fall back
16779 to ISO-8859-1 (which will always succeed). (Resolves #149274)
16780 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16781 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16782 Check environment variables GST_ID3V1_TAG_ENCODING,
16783 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16784 list of character encodings to use in case a string encountered
16785 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16786 specified, try to use the current locale's encoding, then fall
16787 back to ISO-8859-1 (which will always succeed).
16789 2005-01-25 Benjamin Otte <otte@gnome.org>
16791 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16792 - on half framerate, compute the rate in advance so the comparisons
16793 don't compare wrong values
16794 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16796 - don't use mad_header_decode anymore, mad_frame_decode does that
16798 - when getting rid of consumed bytes, reset the stream's skiplen
16801 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16803 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16804 Use 1/2 a second for default max_discont, as PES streams from DVB
16805 seem to have larger spacings in the SCR.
16808 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16810 * gst/playback/gstplaybasebin.c: (group_commit):
16811 Notify delayed stream-info availability.
16813 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16814 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16815 (gst_a52dec_handle_event), (gst_a52dec_chain):
16816 Add some debug output. Check that a discont has a valid
16818 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16819 (gst_alsa_sink_loop):
16820 Ignore TAG events. A little extra debug for broken timestamps.
16821 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16822 (dvdnavsrc_change_state):
16823 Ensure we send a discont to engage the link before we send any
16825 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16826 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16827 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16828 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16829 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16830 dvd://title works in totem because typefinding sends a seek that ends
16831 up going back to chapter 1 regardless.
16832 * ext/mpeg2dec/gstmpeg2dec.c:
16833 * ext/mpeg2dec/gstmpeg2dec.h:
16834 Output correct timestamps and handle disconts.
16835 * ext/ogg/gstoggdemux.c: (get_relative):
16836 Small guard against a null dereference.
16837 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16838 (gst_textoverlay_set_property):
16839 Free memory when done. Don't call gst_event_filler_get_duration on
16840 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16842 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16843 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16844 (gst_sw_srclink), (gst_smoothwave_chain):
16845 Draw solid lines, prettier colours.
16846 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16847 Add a default palette that'll work for some movies.
16848 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16849 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16850 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16851 * gst/mpegstream/gstdvddemux.h:
16852 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16853 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16854 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16855 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16856 * gst/mpegstream/gstmpegparse.h:
16857 Use PTM/NAV events when for timestamp adjustment when connected to
16858 dvdnavsrc. Don't use many discont events where one suffices.
16859 * gst/playback/gstplaybasebin.c: (group_destroy),
16860 (gen_preroll_element), (gst_play_base_bin_add_element):
16861 * gst/playback/gstplaybasebin.h:
16862 Make sure we remove subtitles from the same bin we put them in.
16863 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16864 (gst_subparse_buffer_format_autodetect),
16865 (gst_subparse_change_state):
16866 Fix some memleaks and invalid accesses.
16867 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16868 (oggskel_type_find), (cmml_type_find), (plugin_init):
16869 Some typefind functions for Annodex v3.0 files
16870 * gst/wavparse/gstwavparse.h:
16871 GstRiffReadClass is the correct parent class.
16873 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16875 * gst-libs/gst/riff/riff-media.c:
16876 (gst_riff_create_video_caps_with_data):
16877 Add extradata to huffyuv (fixes #165013).
16878 * gst-libs/gst/riff/riff-read.c:
16879 (gst_riff_read_strf_vids_with_data):
16880 Fix extradata extraction if it is in the chunk size.
16882 2005-01-25 Edward Hervey <bilboed@bilboed.com>
16884 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16886 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16887 (gst_quarktv_change_state), (gst_quarktv_dispose):
16888 Memory free'ing location fix (#164708).
16890 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16892 * gst/playback/gstplaybasebin.c: (group_commit),
16893 (gen_preroll_element), (probe_triggered), (gen_source_element),
16894 (setup_source), (gst_play_base_bin_change_state),
16895 (gst_play_base_bin_add_element):
16896 Don't block for streams.
16897 * gst/playback/gststreaminfo.c: (stream_info_change_state),
16898 (gst_stream_info_set_mute):
16899 Use gst_pad_set_active_recursive.
16901 2005-01-25 Andy Wingo <wingo@pobox.com>
16903 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16904 for #ifndef HAVE_XVIDEO.
16906 2005-01-24 Jeffrey C. Ollie
16908 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
16910 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16911 * ext/gsm/gstgsmdec.h:
16912 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16913 * ext/gsm/gstgsmenc.h:
16914 Fix rate to 8kHz as per spec, removes obscure errors when no rate
16915 was given by property. Add proper buffer timestamps and offsets.
16917 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16919 * gst-libs/gst/riff/riff-media.c:
16920 (gst_riff_create_audio_caps_with_data):
16921 Audio can be <8000Hz.
16923 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16925 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16926 Explicit state change to workaround refcount bugs.
16928 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16930 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16931 (gst_avimux_riff_get_avi_header):
16934 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16936 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16937 (gst_riff_read_element_data):
16938 * gst-libs/gst/riff/riff-read.h:
16939 Add _peek version (req'ed in CDXA).
16940 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16941 (gst_cdxaparse_loop):
16942 Fix parsing in playbin.
16943 * gst/playback/gstdecodebin.c: (close_pad_link):
16944 Ignore current_ pads, they cause major annoyance.
16946 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16948 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16951 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16953 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16956 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16958 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16959 Allow for 0-sized buffers. Fixes length query problems in
16960 starwars.mkv from the testsuite.
16962 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
16964 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16965 (gst_video_box_i420), (gst_video_box_chain):
16966 Fix row strides for I420 (fixes #163159)
16968 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16970 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16971 MPEG2 has a useful rate property, so we can actually use that.
16972 For MPEG-1, continue using the bytes/time properties.
16974 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16976 * gst-libs/gst/riff/riff-media.c:
16977 (gst_riff_create_video_caps_with_data),
16978 (gst_riff_create_video_template_caps):
16981 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16983 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16984 Fail if caps negotiation fails. Should fix #162184, and should
16985 definately be in there regardless of it fixing the actual bug.
16986 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16987 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16988 (gst_avimux_riff_get_avix_header),
16989 (gst_avimux_riff_get_video_header),
16990 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16991 (gst_avimux_start_file), (gst_avimux_handle_event),
16992 (gst_avimux_change_state):
16993 * gst/avi/gstavimux.h:
16994 Refactor structure writing to use GST_WRITE_UINT macros, add
16995 metadata writing support.
16997 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16999 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17000 Elements may already be destroyed when this function is called.
17002 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17004 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17005 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17006 More memory leak fixes (#149162).
17008 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17010 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17011 (gst_qtdemux_add_stream):
17014 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17016 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17019 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17021 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17022 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17023 when fixating to six channels in Totem.
17025 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17027 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17028 Fix compile warnings on Solaris 10 buildbot
17030 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17032 * ext/dvdread/dvdreadsrc.c: (_read):
17033 Don't read beyond the last cell in a chapter (fixes
17034 invalid memory access)
17036 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17038 * ext/dvdread/stream_labels.c:
17039 (dvdreadsrc_get_audio_stream_labels):
17040 Use NULL for an empty GList instead of g_list_alloc(); fix
17041 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
17042 of GString (easier to bulk free later)
17044 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17046 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17048 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17049 (gst_ffmpeg_pixfmt_to_caps):
17050 Fix BGRA32 caps (#164209).
17052 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17054 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17056 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17057 (gst_ffmpeg_caps_to_pixfmt):
17058 alpha_mask can be RGBA/ABGR. Fixes #164265.
17060 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
17062 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17064 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17065 (gst_mpeg2dec_alloc_buffer):
17066 * ext/mpeg2dec/gstmpeg2dec.h:
17067 Crop if decoding size is not the actual image size (#163676).
17069 2005-01-17 Steve Baker <steve@stevebaker.org>
17071 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17073 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17074 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17075 Add libsndfile typefind functions (#163309).
17077 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17079 * tools/gst-launch-ext-m.m:
17080 Add .aac, fix .m1v/.m2v (#163891).
17082 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17084 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17085 Sanity check, don't wait endlessly since the clock might not
17086 actually run at this point (which is a deadlock). Fixes #164069.
17088 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17090 * gst/playback/gstplaybasebin.c: (probe_triggered):
17091 Of course, only pause if group is done...
17093 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17095 * gst/playback/gstplaybasebin.c: (probe_triggered):
17098 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
17100 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17101 Don't return state change success when the parent
17104 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17106 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17107 Free events (fix memleak in #162905).
17109 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
17111 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17113 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17114 (gst_ffmpeg_caps_to_pixfmt):
17115 Fix for depth = 15. Fixes #161675.
17117 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17119 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17120 Set FPS correctly, even for webcams and the like.
17121 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17122 Don error on setting while capturing.
17124 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17126 * ext/dv/gstdvdec.c:
17127 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17128 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17129 I'm a bad boy. using /1001. to force C to do float division
17130 and not integer division (as it did in my last commit)
17131 Thanks to David I. Lehn for pointing this mistake.
17133 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17135 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17136 Revert Johan's 1.35->1.36 since it breaks compat.
17138 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17140 * ext/dv/gstdvdec.c:
17141 * ext/libfame/gstlibfame.c:
17142 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17143 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17144 replace framerate aproximations by their real value
17145 (24000/1001, 30000/1001, 60000/1001)
17146 Finish fixing bug #164049
17148 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
17150 * ext/ogg/gstoggmux.c:
17152 * gst/tcp/gstmultifdsink.c:
17153 * gst/tcp/gstmultifdsink.h:
17154 * gst/tcp/gsttcp.c:
17155 * gst/tcp/gsttcp.h:
17156 * gst/tcp/gsttcpclientsink.c:
17157 * gst/tcp/gsttcpclientsrc.c:
17158 * gst/tcp/gsttcpserversink.c:
17159 * gst/tcp/gsttcpserversrc.c:
17160 improve reusability of elements after state changes and errors
17161 make multifdsink throw away streamheaders when receiving new ones
17163 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17165 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17166 Fix for if items are already in list...
17168 2005-01-12 Benjamin Otte <otte@gnome.org>
17170 * gst/adder/gstadder.c: (gst_adder_loop):
17171 fix adder a bit so it doesn't screw up with events as much anymore
17173 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
17175 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17176 (pixbufscale_scale), (gst_pixbufscale_chain):
17177 * ext/gdk_pixbuf/pixbufscale.h:
17178 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17179 to ensure rowstrides are calculated the same way as
17181 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17182 that we pick up duration and offset also.
17184 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17186 * gst/avi/gstavimux.c: (gst_avimux_class_init),
17187 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17190 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17192 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17193 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17194 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17195 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17196 Update flags when requested.
17198 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17200 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17203 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17205 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17206 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17207 (probe_triggered), (new_decoded_pad), (gen_source_element),
17208 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17209 * gst/playback/gstplaybasebin.h:
17210 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17211 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17212 (gst_play_bin_change_state):
17213 Implement group-switch signal for use in apps to clear metadata
17214 cache, clean up subtitle, add suburi property instead of # hack,
17215 some error-out fixes.
17217 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17219 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17221 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17222 If we got a state change in the _get handler, don't return success.
17224 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17226 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17227 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17228 Make jpegdec quiet on MJPEG decoding
17229 * gst/asfdemux/README:
17230 Fix mimetypes for MJPEG and H263
17232 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17234 * ext/theora/theoradec.c: (theora_dec_chain):
17235 Fix broken code generation by gcc by swapping arguments.
17236 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17239 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17242 delete this file, it is by far outdated
17243 * ext/alsa/gstalsa.1: remove
17244 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17245 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17246 (gst_alsa_get_caps):
17247 Add HW probing for supported sample rates. Fixes #161704
17249 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17251 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17252 Don't crash, biatch! :).
17254 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17256 * ext/musepack/gstmusepackreader.cpp:
17257 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17258 Some work on tags - still doesn't work in playbin...
17259 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17262 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17264 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17265 Also shove tags on kid pads.
17267 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17269 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17270 Don't bail on unknown events.
17271 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17272 Don't crash on events before negotiation.
17273 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17274 Send tags on pads, too.
17275 * gst/playback/gststreamselector.c:
17276 (gst_stream_selector_request_new_pad):
17277 Forward events on first pad if no input was selected yet.
17279 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17281 * gst/playback/gstplaybasebin.c: (setup_substreams):
17282 Don't disable streamtype if the stream doesn't exist, since
17283 then playing a video after audio will disable both and nothing
17284 will happen. Fixes the testsuite.
17286 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17288 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17289 (gst_v4l_xoverlay_set_xwindow_id):
17290 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17291 (gst_v4l2_xoverlay_set_xwindow_id):
17292 Add debug categories, fix overlay disabling.
17294 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17296 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17297 * ext/alsa/gstalsa.h:
17298 Add HW probing for period_count/size and buffer_size MIX/MAX
17299 Adjust default/user defined value if out of bounds
17300 Should fix bug #162024
17302 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17304 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17305 Fix warning (#161191).
17307 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17309 * ext/dvdread/stream_labels.c:
17310 (dvdreadsrc_get_audio_stream_labels):
17311 Fix warning (init the good variable in switch default)
17313 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
17315 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17317 * gst/tta/gstttaparse.c: (gst_tta_src_event):
17318 Fix gcc-2.95 compile (#163485).
17320 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17323 * ext/flac/gstflacenc.c: (gst_flacenc_init),
17324 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17325 (gst_flacenc_tell_callback), (gst_flacenc_chain),
17326 (gst_flacenc_change_state):
17327 * ext/flac/gstflacenc.h:
17328 Update for API change in flac-1.1.1. Update requirement in
17329 configure.ac. Fixes #162974.
17331 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17333 * gst/playback/gstplaybasebin.c: (group_destroy):
17334 Remove hack to get rid of assert and get rid of unlinked
17337 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17339 * gst/playback/gstplaybasebin.c: (setup_source):
17340 Set source to NULL so that resources are free'ed. Fixes issues
17341 with playback of CDDA and similar device-accessing things.
17343 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17345 * testsuite/embed/Makefile.am:
17346 test->noinst, fix make test in buildbot.
17348 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17350 * ext/dvdread/stream_labels.c: new file
17351 * ext/dvdread/stream_labels.h: new file
17352 * ext/dvdread/Makefile.am:
17353 * ext/dvdread/dvdreadsrc.c: (_seek_title):
17354 Extract audio stream label from DVD IFO files.
17355 It only dump them on the console for now, still have to
17356 make playbin aware of them.
17358 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17360 * gst/playback/gstplaybasebin.c: (setup_source):
17363 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17365 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17366 (gen_preroll_element), (remove_groups), (setup_subtitle),
17367 (gen_source_element), (setup_source):
17368 * gst/playback/gstplaybasebin.h:
17369 Multiple .sub files is just a stupid idea... Fix some threading
17370 mistakes. Interestingly, external .sub files cause playbin to
17371 hang, I don't know why... Parsing fixes contributed by Fran??ois
17372 Kooman <fkooman@tuxed.net>.
17374 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17376 * testsuite/embed/Makefile.am:
17379 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17381 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17383 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17384 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17385 (gst_pngenc_set_property):
17386 * ext/libpng/gstpngenc.h:
17387 Add compression level property (#163323).
17389 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17392 * examples/capsfilter/capsfilter1.c: (main):
17393 * examples/seeking/spider_seek.c: (make_spider_pipeline):
17394 * ext/dvdread/Makefile.am:
17395 * ext/dvdread/demo-play:
17396 * ext/dvdread/demo-play.c:
17397 * gconf/gstreamer.schemas.in:
17398 * gst-libs/gst/gconf/gconf.c:
17400 * testsuite/Makefile.am:
17401 * testsuite/embed/Makefile.am:
17402 * testsuite/embed/embed.c: (cb_expose), (main):
17403 Remove all references to xvideosink, fix examples (#140845).
17404 * gst/playback/gstplaybasebin.c: (group_destroy):
17405 Apparently, disposal does not unlink - so do explicitely.
17406 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17409 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
17411 * README: fix PKG_CONFIG_PATH instructions, what was there
17412 previously was breaking default search path, not nice.
17415 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17417 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17418 (gst_audioscale_chain):
17419 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17420 when resampling - how the ^@$^!@^! is this possible?!?
17422 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17424 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17425 Reset variables on READY.
17426 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17427 (gst_matroska_mux_loop):
17428 Require data before writing header.
17430 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
17432 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17434 * ext/mad/gstmad.c: (gst_mad_chain):
17435 Don't call mad_stream_sync() directly after recovering sync.
17438 2005-01-09 Martin Eikermann <meiker@upb.de>
17440 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17442 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17443 (snapshot_handler), (gst_snapshot_sinkconnect),
17444 (gst_snapshot_chain):
17445 Allocate resources when required, fix recursive signal emission
17446 and fix caps. Fixes #161667.
17448 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17450 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17452 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17453 (gst_pngdec_chain):
17454 Handle only 8-bppc (bits-per-pixel-component) images, better
17455 error handling and correct strides. Fixes #163177.
17456 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17457 (gst_pngenc_chain):
17458 Better error handling. Fixes #163348.
17460 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17462 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17463 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17464 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17465 (dvdnavsrc_uri_handler_init):
17466 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17467 * gst/playback/gstplaybasebin.c: (gen_source_element):
17468 Add MMS to streaming URIs.
17470 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17472 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17473 * sys/xvimage/xvimagesink.c:
17474 (gst_xvimagesink_navigation_send_event):
17475 Check for pad availability before sending event.
17477 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17479 * gst-plugins.spec.in:
17482 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17485 Since we use functions from CVS, up requirement.
17487 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17489 * gst/playback/Makefile.am:
17490 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17491 (group_destroy), (group_commit), (group_is_muted),
17492 (gen_preroll_element), (add_stream), (unknown_type),
17493 (probe_triggered), (preroll_unlinked), (mute_stream),
17494 (silence_stream), (new_decoded_pad), (setup_substreams),
17495 (setup_source), (get_active_source), (mute_group_type),
17496 (muted_group_change_state), (set_active_source),
17497 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17498 (play_base_eos), (gst_play_base_bin_change_state):
17499 * gst/playback/gstplaybasebin.h:
17500 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17501 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17502 (gst_stream_info_dispose), (stream_info_mute_pad),
17503 (stream_info_change_state), (gst_stream_info_set_mute):
17504 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17505 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17506 (gst_stream_selector_init), (gst_stream_selector_dispose),
17507 (gst_stream_selector_get_linked_pad),
17508 (gst_stream_selector_get_caps), (gst_stream_selector_link),
17509 (gst_stream_selector_get_linked_pads),
17510 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17511 * gst/playback/gststreamselector.h:
17512 Adding stream selection support plus required properties for
17513 applications to use this. Fully fixes #100931.
17515 2005-01-08 Benjamin Otte <otte@gnome.org>
17517 * gst/games/gstpuzzle.c: (nav_event_handler):
17518 - handle nav events differently: forward every event no matter if it
17519 was handled or not.
17521 You can now cheat by using navigationtest ! puzzle and moving the
17522 mouse close to the edge of a tile. ;)
17524 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17527 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17528 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17529 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17530 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17531 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17532 (gst_ogm_parse_plugin_init):
17533 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17534 (gst_textoverlay_link), (gst_textoverlay_getcaps),
17535 (gst_textoverlay_event), (gst_textoverlay_video_chain),
17536 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17537 * ext/pango/gsttextoverlay.h:
17538 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17539 (gst_matroska_demux_handle_seek_event),
17540 (gst_matroska_demux_sync_streams),
17541 (gst_matroska_demux_parse_blockgroup),
17542 (gst_matroska_demux_subtitle_caps),
17543 (gst_matroska_demux_plugin_init):
17544 * gst/matroska/matroska-ids.h:
17545 * gst/playback/gstdecodebin.c: (close_pad_link):
17546 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17547 (gen_preroll_element), (remove_groups), (add_stream),
17548 (new_decoded_pad), (setup_subtitles), (gen_source_element),
17550 * gst/playback/gstplaybasebin.h:
17551 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17552 * gst/subparse/Makefile.am:
17553 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17554 (gst_subparse_base_init), (gst_subparse_class_init),
17555 (gst_subparse_init), (gst_subparse_formats),
17556 (gst_subparse_eventmask), (gst_subparse_event),
17557 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17558 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17559 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17560 (parse_mpsub_deinit), (parse_mpsub_init),
17561 (gst_subparse_buffer_format_autodetect),
17562 (gst_subparse_format_autodetect), (gst_subparse_loop),
17563 (gst_subparse_change_state), (gst_subparse_type_find),
17565 * gst/subparse/gstsubparse.h:
17566 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17568 Add subtitle support, .sub parser (supports SRT and MPsub),
17569 OGM text support, Matroska UTF-8 text support, deadlock fixes
17570 all over the place, subtitle awareness in decodebin/playbin
17571 and some fixes to textoverlay to handle subtitles in a stream
17572 correctly. Fixes #100931.
17574 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17576 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17577 Check for pad availability before doing a query on it.
17579 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17581 * ext/dv/gstdvdec.c:
17582 really fix bpp24/32 dvdec caps (classic rgba indeed)
17583 * gst/asfdemux/gstasfdemux.c:
17584 (gst_asf_demux_process_ext_content_desc):
17585 don't send text tags if they are empty (bis repetita)
17587 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17589 * ext/dv/gstdvdec.c:
17590 remove unneeded comment from dvdec
17591 (related to DV 4CC codes in AVI files)
17592 moved them in gstreamer/docs/random/mimetypes
17593 * gst/asfdemux/gstasfdemux.c:
17594 (gst_asf_demux_process_ext_content_desc):
17595 don't send text tags if they are empty
17596 fix mem leak on error path
17597 * gst/ffmpegcolorspace/avcodec.h:
17598 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17599 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17600 (gst_ffmpegcsp_avpicture_fill):
17601 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17602 * gst/ffmpegcolorspace/imgconvert_template.h:
17603 adds BGR32 and BGRA32 to ffmpegcolorspace
17604 (still bad colors, fixing it on next commit)
17605 helps with dvdec outputing BGR32
17607 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17609 * ext/dv/gstdvdec.c:
17610 Fix audio caps i just broke (missing ',')
17611 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17612 (gst_matroska_mux_reset):
17613 Fix typo + add FIXME about old "x-gst-metadata" crap
17615 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17617 * ext/dv/demo-play.c: (main):
17618 xvideosink -> xvimagesink
17619 * ext/dv/gstdvdec.c:
17620 change rgb 32/32 caps to 24/32 (no alpha)
17621 change nb of channels to be a list (2 or 4, not 2)
17622 change sample rate to be a list (32, 44.1, 48 kHz) not a range
17623 * gst/asfdemux/gstasfdemux.c:
17624 (gst_asf_demux_process_ext_content_desc):
17625 Add 'date/year' to extracted metadata list
17627 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17629 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17630 The return value of fixate_to does not imply that the requested
17631 value was set, so don't assume.
17633 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
17635 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17637 * ext/libpng/gstpngdec.c:
17638 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17639 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17640 * ext/libpng/gstpngenc.h:
17641 Alpha support (encoder; #163161), mime fixage.
17643 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
17645 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17647 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17648 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17649 (gst_faac_set_property), (gst_faac_get_property):
17650 * ext/faac/gstfaac.h:
17651 Allow for ADTS output (#153434).
17653 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17655 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17656 Fix against template (#150576).
17658 2005-01-06 Benjamin Otte <otte@gnome.org>
17660 * gst/games/gstpuzzle.c: (draw_puzzle):
17661 don't draw a puzzle if either width or height of tiles would be 0.
17663 2005-01-06 Benjamin Otte <otte@gnome.org>
17665 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17666 (gst_puzzle_class_init), (gst_puzzle_finalize):
17667 no memleaks, please
17668 (gst_puzzle_create), (gst_puzzle_init),
17669 (gst_puzzle_set_property), (gst_puzzle_setup):
17670 change initialization code around so we don't reshuffle on resize
17672 fix another stupid typo
17674 2005-01-06 Benjamin Otte <otte@gnome.org>
17676 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17677 fix stupid typo that borked copying on YUY2
17679 2005-01-06 Benjamin Otte <otte@gnome.org>
17681 * gst/games/gstpuzzle.c: (draw_puzzle):
17682 fix edges when image sizes aren't multiples of tile sizes
17684 2005-01-06 Benjamin Otte <otte@gnome.org>
17686 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17687 make RGB endianness work correctly
17688 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17689 refactor and fix race with initial shuffling
17690 (nav_event_handler):
17691 allow using the mouse to puzzle
17693 insist on tiles having width and height as multiples of 4 to get
17694 clean YUV image handling
17695 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17696 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17697 s/DEBUG/LOG/ for common messages
17698 (gst_xvimagesink_navigation_send_event):
17699 fix mouse event translation to not include screen PAR
17700 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17701 fix mouse event translation to actually work
17703 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17705 * gst/asfdemux/gstasfdemux.c:
17706 (gst_asf_demux_process_ext_content_desc):
17707 Extract TrackNumber metadata + clean up code
17708 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17709 Hope this is the good fix (var used unitialised)
17711 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17713 * ext/faad/gstfaad.c: (gst_faad_chain):
17714 Only increment timestamp if it's valid. Fixes raw AAC streams.
17716 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
17719 * gst/games/Makefile.am:
17720 * gst/games/gstpuzzle.c:
17721 add a puzzle game with...
17722 * gst/games/gstvideoimage.c:
17723 * gst/games/gstvideoimage.h:
17724 ... full colorspace support (that includes YUV9 and RGB16)) stolen
17725 from videotestsrc and made into something that would be a nice
17726 library for a lot of other plugins.
17728 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17731 don't compile faad plugin if a RC of 2.0 is found
17732 Fixes #155346 (and FC1 buildbot)
17733 * gst/asfdemux/gstasfdemux.c:
17734 (gst_asf_demux_process_ext_content_desc):
17735 try to make Solaris compiler happier
17737 2005-01-06 Paul Jack <pjack@sfaf.org>
17739 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17741 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17742 Fix segfault (#161667).
17744 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17746 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17747 Fix framerate reporting.
17749 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17751 * gst-libs/gst/riff/riff-ids.h:
17752 * gst/wavenc/riff.h:
17753 Add AMR (VBR and CBR) ids to riff.h audio codec list
17754 * gst/asfdemux/gstasfdemux.c:
17755 (gst_asf_demux_process_ext_content_desc),
17756 (gst_asf_demux_process_object):
17757 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17759 2005-01-05 Martin Eikermann <meiker@upb.de>
17761 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17763 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17764 (gst_dvd_demux_handle_discont):
17765 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17766 (gst_mpeg_demux_handle_discont):
17767 Recreate pads on new-media (#160730).
17768 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17769 Send discont even if manager changes timestamps (#161929).
17771 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
17773 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17775 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17776 Fix invalid memory access (#159211).
17778 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17780 * examples/gstplay/player.c: (main):
17782 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17783 Add visualizations.
17784 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17785 (gst_a52dec_handle_frame):
17787 * ext/dvdnav/gst-dvd:
17788 Add audioconvert. Fixes #161325.
17789 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17790 Explicitely case to gint64. Possible valgrind error.
17791 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17792 (gst_play_tick_callback), (gst_play_change_state),
17793 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17794 (gst_play_set_location), (gst_play_get_location),
17795 (gst_play_seek_to_time), (gst_play_set_data_src),
17796 (gst_play_set_video_sink), (gst_play_set_audio_sink),
17797 (gst_play_set_visualization), (gst_play_connect_visualization),
17798 (gst_play_get_framerate), (gst_play_get_all_by_interface),
17800 Use playbin. Fixes #139749 and #147744.
17801 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17803 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17804 (audioscale_get_type), (gst_audioscale_base_init),
17805 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17806 (gst_audioscale_getcaps), (gst_audioscale_fixate),
17807 (gst_audioscale_link), (gst_audioscale_get_buffer),
17808 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17809 (gst_audioscale_init), (gst_audioscale_dispose),
17810 (gst_audioscale_chain), (gst_audioscale_set_property),
17811 (gst_audioscale_get_property), (plugin_init):
17813 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17815 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17816 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17817 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17818 Add more metadata (fixes #162656).
17820 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17825 === release 0.8.7 ===
17827 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17832 releasing 0.8.7, "Hyperspace"
17834 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17836 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
17838 * gst/playback/gstplaybasebin.c:
17839 Fix for #162924 - free caps after use, not before
17841 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
17843 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17845 * gst/playback/gstplaybasebin.c:
17846 * gst/wavparse/gstwavparse.c:
17847 Fix for #154773 - fixes playback of small .wav files
17849 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
17851 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17853 * gst/audioscale/gstaudioscale.c:
17854 Fix for #162819 - make audioscale reusable
17855 Fixes playback of more than one file with playbin/totem
17857 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17859 * gst/ffmpegcolorspace/avcodec.h:
17860 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17861 * gst/ffmpegcolorspace/imgconvert.c:
17862 clean up the mess that made me cry and avoid needless duplication
17864 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17866 * gst/ffmpegcolorspace/imgconvert.c:
17867 give some indication of why we're segfaulting
17869 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17872 Fix indentation, fix v4l2 plugin detection.
17874 Fix libmms location (Maciej, use diff -u!).
17875 * ext/alsa/gstalsa.c: (gst_alsa_init):
17876 Initialize caps cache to NULL.
17877 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17878 Only change state on audiosink if it exists.
17880 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
17882 * gst/matroska/matroska-demux.c:
17883 * gst/matroska/matroska-ids.h:
17884 * gst/matroska/matroska-demux.h:
17885 Fix Vorbis streams failing to decode in some files, where cluster_time
17886 isn't 0, because then it doesn't send codec_priv before actual data.
17887 Remove time-based test and replace it with marker set on beginning of
17890 2004-12-28 David Schleef <ds@schleef.org>
17892 Merge patch from Ronald fixing problems with streaming
17894 * ext/cairo/gstcairo.c: (plugin_init):
17895 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17896 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17897 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17898 (gst_textoverlay_font_init), (gst_textoverlay_init),
17899 (gst_textoverlay_set_property):
17900 * ext/cairo/gsttextoverlay.h:
17902 2004-12-27 David Schleef <ds@schleef.org>
17904 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17905 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17906 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17907 (gst_textoverlay_font_init), (gst_textoverlay_init),
17908 (gst_textoverlay_set_property): Improvements to actually
17909 render text as white on black outline on video, including
17910 font selection and horizontal/vertical alignment. (Ronald's
17912 * ext/cairo/gsttextoverlay.h:
17914 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17916 * ext/ogg/gstogg.c:
17917 * ext/ogg/gstogmparse.c:
17918 fix ogm[audio/video]parse plugin registration
17919 (riff won't load if bytestream is already loaded)
17921 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17923 * gst/audioconvert/gstchannelmix.c:
17926 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17930 disable docs again until it actually passes make distcheck.
17932 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17934 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17935 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17937 Add 3GP (variables name Q3GP because they can't start with a
17938 number). Add samr audio fourcc (used in .3gp files), decoder
17939 is work in progress. Also do a GST_WARNING instead of ERROR
17940 in case of unknown nodes, to decrease output.
17942 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17947 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
17950 * ext/speex/gstspeexdec.h:
17951 * ext/speex/gstspeexenc.h:
17952 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
17953 Fix detection code in configure.ac
17955 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17957 * gst/matroska/matroska-demux.c:
17958 (gst_matroska_demux_parse_blockgroup):
17959 Save position, so that queries give proper return values. Don't
17960 know how this could ever have worked before...
17962 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
17965 Put additional LAME check inside the conditional. Fixes #152339
17967 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17969 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17970 (gst_avi_demux_stream_scan):
17971 Add some more debug. Fix logic error when setting movi offset
17972 while reading index.
17974 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17976 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17977 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17978 (gst_avi_demux_process_next_entry):
17979 Add some debugging. Better detection of broken indexes and the
17980 accompanying index recovery. No infinite loops on state changes
17981 when we're still in our loopfunction.
17983 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17988 2004-12-22 Archana Shah <archana.shah@wipro.com>
17990 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17992 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17993 Normalizing the value before setting
17994 (gst_sunaudiomixer_get_volume):
17995 Normalizing the value after getting. Fixes bug# 161980
17997 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
17999 * Makefile.am: Make sure docs gets disted
18000 * docs/Makefile.am: Make sure all needed files get disted
18001 * gst-plugins.spec.in: latest updates
18003 2004-12-22 Wim Taymans <wim@fluendo.com>
18005 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18006 Revert patch 1.38 as clock distribution over schedulers does
18007 not work correcly in the core yet.
18009 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18011 * sys/oss/README: remove this file, which predates my birth
18012 (and which content is by far outdated)
18014 2004-12-20 Stefan Kost <ensonic@users.sf.net>
18018 * docs/Makefile.am:
18019 * docs/libs/Makefile.am:
18020 * docs/libs/gst-plugins-libs-docs.sgml:
18021 * docs/libs/gst-plugins-libs-sections.txt:
18022 * docs/libs/tmpl/gstgconf.sgml:
18024 * docs/version.entities.in:
18025 Added boilerplate gtk-doc files for plugin-libs documentation.
18027 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18029 * gst/auparse/gstauparse.c: fix int and float audio caps
18031 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18033 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18034 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18035 g_assert() can be a macro, don't use #ifdef inside it.
18037 2004-12-19 Edward Hervey <bilboed@bilboed.com>
18039 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18041 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18042 (gst_videorate_init), (gst_videorate_chain),
18043 (gst_videorate_change_state):
18044 Event handling (fixes #159986).
18046 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18048 * gst-libs/gst/riff/riff-media.c:
18049 (gst_riff_create_video_caps_with_data):
18050 Add BLZ0 (Blizzard's version of DivX) fourcc.
18052 2004-12-18 David Schleef <ds@schleef.org>
18054 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18057 2004-12-18 David Schleef <ds@schleef.org>
18059 * gst/tta/ttadec.h: Disable some header code that isn't used
18060 and clearly isn't portable.
18062 2004-12-18 David Schleef <ds@schleef.org>
18064 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18065 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18066 (avcodec_get_pix_fmt), (avpicture_layout),
18067 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18068 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18069 Fix code to not use GCC extensions (and c99 extensions that
18070 Forte does not like.)
18072 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
18074 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18076 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18077 (gst_deinterlace_chain):
18078 Rowstride fixes. Fixes #161039.
18079 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18080 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18081 (gst_video_crop_getcaps), (gst_video_crop_link),
18082 (gst_video_crop_i420), (gst_video_crop_chain),
18083 (gst_video_crop_change_state):
18084 Rework of negotiation. Actually works now. Fixes #158650.
18086 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18088 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18089 That was very stupid.
18091 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18093 * gst/matroska/matroska-demux.c:
18094 (gst_matroska_demux_parse_blockgroup):
18095 Fix possible crasher.
18097 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18099 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18100 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18101 Lace sizes can be zero.
18103 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18105 * ext/musepack/gstmusepackdec.cpp:
18106 Fetch error return values. Fixes #161624.
18107 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18110 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18112 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18113 Work for truncated (unfinished download etc.) files. Fixes #160514.
18115 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18117 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18118 Fix for integer overflow. Makes #156001 not crash. Probably masks
18121 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18123 * gst/ac3parse/gstac3parse.c: (plugin_init):
18124 Parsers never have ranks. Fixes #159651.
18126 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
18128 * gst/playback/gstdecodebin.c: (compare_ranks):
18129 make sure the facotries are ordered the same every time even if they
18130 have the same rank by using the name
18131 * gst/playback/gstdecodebin.c: (find_compatibles):
18132 make sure we don't add factories to the list twice
18134 2004-12-16 David Schleef <ds@schleef.org>
18136 * configure.ac: look for musepack headers as musepack/*.h
18138 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18139 * ext/musepack/gstmusepackreader.h: same
18141 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18143 * gst-libs/gst/riff/riff-read.c:
18144 (gst_riff_read_strf_auds_with_data):
18145 Read extradata correctly (fixes #155879).
18147 2004-12-16 David Schleef <ds@schleef.org>
18149 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18150 audio. does _not_ attempt or allow conversion unless channels
18153 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18155 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18157 2004-12-16 David Schleef <ds@schleef.org>
18159 * gst/audioscale/gstaudioscale.c: the resample library only
18160 handles 1 or 2 channels. Change caps to compensate.
18162 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18164 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18165 (gst_matroska_demux_audio_caps):
18166 Some MPEG-AAC hacks, because else it doesn't work...
18168 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18170 * gst-libs/gst/riff/riff-media.c:
18171 (gst_riff_create_video_caps_with_data),
18172 (gst_riff_create_video_template_caps):
18175 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18177 * gst-libs/gst/audio/Makefile.am:
18178 Try to fix buildbot.
18180 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
18182 * gst/tcp/gstmultifdsink.c:
18183 Clean up and uniformize debugging.
18185 2004-12-16 Edward Hervey <bilboed@bilboed.com>
18187 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18189 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18190 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18191 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18192 (gst_mpeg_demux_change_state):
18193 Reset on ready. Fixes 160276.
18195 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18197 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18199 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18200 (gst_ffmpegcsp_pad_link):
18201 Fix memleak (#154815).
18203 2004-12-16 James Bowes <bowes@cs.dal.ca>
18205 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18207 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18208 (gst_musicbrainz_init), (gst_musicbrainz_chain),
18209 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18210 * ext/musicbrainz/gsttrm.h:
18211 Add support for using a proxy server when getting a trm id from
18212 the MusicBrainz database (#149613).
18214 2004-12-16 Christophe Fergeau <teuf@gnome.org>
18216 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18218 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18219 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18220 Fix memleaks (#157233).
18222 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18224 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18226 * gst-libs/gst/resample/resample.c: (gst_resample_close):
18227 * gst-libs/gst/resample/resample.h:
18228 * gst/audioscale/gstaudioscale.c:
18229 Fix memleak (#159215).
18231 2004-12-16 Toni Willberg <toniw@iki.fi>
18233 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18235 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18236 * sys/oss/oss_probe.c: (main):
18237 Check for mono/stereo support (similar to samplerate probing),
18238 fixes #159433. Also add missing copyright header to oss_probe.c.
18240 2004-12-15 David Schleef <ds@schleef.org>
18242 * configure.ac: add audioresample and cairo plugins. Remove
18243 HAVE_MMX stuff, because it's not used.
18244 * ext/Makefile.am: same
18245 * ext/audioresample/Makefile.am: You are not ready for an
18246 audio resampling element based on audioresample.
18247 * ext/audioresample/gstaudioresample.c:
18248 * ext/audioresample/gstaudioresample.h:
18249 * ext/cairo/Makefile.am: You are not ready for overlay elements
18250 based on cairo. Don't look too closely, these elements kinda
18252 * ext/cairo/gstcairo.c: new
18253 * ext/cairo/gsttextoverlay.c: new
18254 * ext/cairo/gsttextoverlay.h: new
18255 * ext/cairo/gsttimeoverlay.c: new
18256 * ext/cairo/gsttimeoverlay.h: new
18257 * gst-libs/gst/media-info/media-info-priv.h: fix compile
18258 problem with compilers that don't support variadic macros.
18260 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
18262 Reviewed by: David Schleef <ds@schleef.org>
18264 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
18265 Bala, registering sunaudiosrc (oops!), and cleaning up code a
18266 bit. Also ran indent-gst.
18267 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18268 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18269 (gst_sunaudiosrc_setparams):
18271 2004-12-14 David Schleef <ds@schleef.org>
18273 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18274 output rate to 16000. Should fix #160235.
18276 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18278 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18279 Add typefinding for mpeg2 pes streams
18281 2004-12-13 David Schleef <ds@schleef.org>
18283 * configure.ac: Applied patch from bug #143659, making default
18284 sources and sinks OS-dependent (for Solaris), and added code
18286 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18288 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18290 * gst-libs/gst/riff/riff-media.c:
18291 forgot to add h2.64 to avidemux template caps
18293 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18295 * gst/wavenc/riff.h:
18296 * gst-libs/gst/riff/riff-media.c:
18297 * gst-libs/gst/riff/riff-ids.h:
18298 * gst/avi/gstavimux.c
18299 add 4CC code for VideoSoft h264 in AVI (VSSH)
18301 remove s323 from riff, it's quicktime specific :(
18303 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18305 * gst/asfdemux/README
18306 * gst/wavenc/riff.h
18307 * gst-libs/gst/riff/riff-ids.h
18308 * gst-libs/gst/riff/riff-media.c
18309 * gst/qtdemux/qtdemux.c:
18310 add new 4CC codes for h263 related codecs
18311 fixes partially bug #155163
18313 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
18315 * configure.ac: Update polyaudio requirement to 0.7
18316 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18318 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18320 * gst/interleave/deinterleave.c:
18321 fix my name's spelling! :)
18323 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18325 * AUTHORS ChangeLog
18326 * gst/auparse/gstauparse.c
18327 * gst/interleave/deinterleave.c
18329 alaw-decode.c alaw-encode.c
18330 mulaw-decode.c mulaw-encode.c
18331 * gst/oneton/gstoneton.c
18333 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18335 cocoawindow.h cocoawindow.m
18336 osxvideosink.h osxvideosink.m
18338 put the same mail address for Zaheer Abbas Merali everywhere
18340 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18342 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18343 Align by packetsize, and assert that we a packet available before
18344 playing. The first makes webstreams work (they often include
18345 trailing padding data in a packet), the second allows pausing a
18346 ASF stream in totem without getting demux errors afterwards.
18348 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18350 * ext/ogg/gstoggdemux.c: (get_relative):
18351 Check for non-NULL before accessing member (end-of-chain).
18353 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18355 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18356 (cdparanoia_set_property), (cdparanoia_get_property):
18357 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18358 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18359 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18360 (dvdreadsrc_init), (dvdreadsrc_set_property),
18361 (dvdreadsrc_get_property):
18362 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18363 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18364 Synchronize property names where not yet the case. Devices are
18365 now device=X, other versions are deprecated (but still exist).
18366 Also use g_free() unconditionally.
18367 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18368 (setup_source), (gst_play_base_bin_get_property):
18371 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
18373 * configure.ac: move GCONF macro outside conditional for the am
18374 conditional. Fixes #160439
18376 2004-12-08 David Schleef <ds@schleef.org>
18378 * tools/gst-visualise-m.m: Switch to elements that currently
18381 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18383 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18384 We love wrong commas.
18386 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18388 * gst/matroska/matroska-demux.c:
18389 (gst_matroska_demux_handle_src_query):
18390 Don't set DEFAULT, unsupported - makes length display incorrectly
18393 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18395 * gst/monoscope/README: remove blurb about files being GPL
18396 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18397 * gst/monoscope/monoscope.c: Change license to BSD with explanation
18398 monoscope is now effectively LGPL licensed
18400 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18402 * gst/monoscope/README: Update information to be more correct
18403 * gst/monoscope/convolve.c: Relicense to LGPL
18404 * gst/monoscope/convolve.h: Relicense to LGPL
18406 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
18408 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18409 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18410 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18411 set default_duration for mpeg1 audio
18413 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
18415 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18416 * ext/alsa/gstalsa.h:
18417 refactor big chunks of the core caps negotiation code to make it
18418 a lot faster, because people claim it's really slow
18419 (actually, just cache the getcaps when the device is opened)
18421 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18423 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18424 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18425 (gst_a52dec_handle_frame), (gst_a52dec_chain),
18426 (gst_a52dec_change_state), (plugin_init):
18427 * ext/a52dec/gsta52dec.h:
18428 Do something useful with timestamps. Make chain-based (since
18429 there's really no reason to be loopbased).
18430 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18431 Update current_byte/frame correctly.
18433 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18435 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18436 (gst_ape_demux_stream_init):
18439 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18441 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18442 Let's make sure we're done typefinding when detecting tags.
18444 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18446 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18447 (gst_ebml_read_init), (gst_ebml_read_use_event),
18448 (gst_ebml_read_element_id), (gst_ebml_peek_id),
18449 (gst_ebml_read_seek), (gst_ebml_read_skip),
18450 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18451 (gst_ebml_read_master):
18452 * gst/matroska/ebml-read.h:
18453 * gst/matroska/matroska-demux.c:
18454 (gst_matroska_demux_parse_contents),
18455 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18456 Disgustingly evil hack for working around INTERRUPT events and
18457 their extremely annoying habit of being a pain in the ass. We
18458 simply peek a cluster before reading any of it.
18460 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18462 * ext/musepack/gstmusepackdec.cpp:
18463 There's also floating point libmusepacks.
18465 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18467 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18468 (gst_faad_chanpos_to_gst), (gst_faad_chain):
18469 Set DURATION even if source buffer didn't. Also use increasing
18471 * gst-libs/gst/riff/riff-media.c:
18472 (gst_riff_create_audio_caps_with_data):
18473 Block_align can have larger values than 8192.
18475 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18477 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18478 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18479 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18480 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18483 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18485 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18488 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18490 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18493 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18495 * ext/esd/esdsink.c: (gst_esdsink_chain):
18496 Make error actually say something useful (fixes #156798).
18497 * gst-libs/gst/riff/riff-media.c:
18498 (gst_riff_create_video_caps_with_data),
18499 (gst_riff_create_video_template_caps):
18500 Add Intel Video 5.0 fourcc (IV50).
18502 2004-12-01 Christophe Fergeau <teuf@gnome.org>
18504 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18505 detection on mono and stereo mp3 files.
18507 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18509 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18510 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18511 the contained stream).
18513 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18515 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18516 Oops, remove debug.
18518 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18520 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18522 * gst/law/alaw-decode.c: (alawdec_getcaps):
18523 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18524 Prevent warnings when negotiating caps (fixes #159338).
18526 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18528 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18529 (gst_ffmpegcsp_chain):
18530 Remove old leftover that shouldn't be there...
18532 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18534 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18536 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18537 Don't forward DISCONT events (fixes #159684).
18539 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18541 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18542 Unlink manually since sometimes bin disposal (and therefore
18543 pad unlinking) is delayed, which will cause a new media file
18544 to not be able to start playing instantly.
18546 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18548 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18549 On mute of an unlinked stream, check for pad availability so
18550 we don't crash on unlinked pad.
18552 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18554 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18555 (gst_avi_demux_massage_index):
18556 Fix quite humiliating bug in omitting 0-sized index chunks but
18557 forgetting to count them for timestamps.
18559 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18561 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18562 Actually leave the loop if we failed to sync. Don't crash.
18564 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18566 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18567 (gst_dvd_demux_process_private):
18568 * gst/mpegstream/gstdvddemux.h:
18569 Fix crash (#159759). Doesn't work, though. :-(.
18571 2004-11-28 Benjamin Otte <otte@gnome.org>
18573 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18574 more overwriting protection due to modifying channels one by one
18575 instead of all at once
18577 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18579 * gst/audioconvert/gstchannelmix.c:
18580 (gst_audio_convert_fill_normalize):
18581 Normalize using absolute values.
18583 2004-11-28 Julien MOUTTE <julien@moutte.net>
18587 * ext/directfb/Makefile.am:
18588 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18589 (gst_directfbvideosink_get_pixel_format),
18590 (gst_directfbvideosink_get_format_from_fourcc),
18591 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18592 (gst_directfbvideosink_sink_link),
18593 (gst_directfbvideosink_change_state),
18594 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18595 (gst_directfbvideosink_buffer_alloc),
18596 (gst_directfbvideosink_interface_supported),
18597 (gst_directfbvideosink_interface_init),
18598 (gst_directfbvideosink_navigation_send_event),
18599 (gst_directfbvideosink_navigation_init),
18600 (gst_directfbvideosink_set_property),
18601 (gst_directfbvideosink_get_property),
18602 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18603 (gst_directfbvideosink_base_init),
18604 (gst_directfbvideosink_class_init),
18605 (gst_directfbvideosink_get_type), (plugin_init):
18606 * ext/directfb/directfbvideosink.h: Adding a first version of
18608 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18611 2004-11-28 Benjamin Otte <otte@gnome.org>
18613 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18614 walk the samples backwards if out_channels > in_channels so we don't
18617 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18619 * gst/audioconvert/Makefile.am:
18620 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18621 (gst_audio_convert_link), (gst_audio_convert_change_state),
18622 (gst_audio_convert_channels):
18623 * gst/audioconvert/gstchannelmix.c:
18624 (gst_audio_convert_unset_matrix),
18625 (gst_audio_convert_fill_identical),
18626 (gst_audio_convert_fill_compatible),
18627 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18628 (gst_audio_convert_fill_others),
18629 (gst_audio_convert_fill_normalize),
18630 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18631 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18632 * gst/audioconvert/gstchannelmix.h:
18633 Implement a channel mixer.
18635 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
18637 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18638 * ext/alsa/gstalsa.h:
18639 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18640 Make alsasink actually honor gst_element_set_clock and use that
18641 clock instead of its internal one.
18643 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18645 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18646 (gst_play_base_bin_change_state): nullify source and decoder when
18647 going from READY to NULL so that we don't try to do weird stuff with
18648 them when going from NULL to READY
18649 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18650 instead of g_object_unref
18651 (gen_video_element), (gen_audio_element): more refcounting fixes, now
18652 it should be correct
18653 (gst_play_bin_change_state): don't call remove_sinks if we are
18654 currently disposing the object
18656 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18658 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18659 Don't forget bass if it's there. Else left channel is silent...
18661 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18663 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18664 (gst_a52dec_change_state):
18665 Don't do sample adjusting anymore, we use float audio now.
18666 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18667 Don't fixate to non-existing properties.
18669 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18671 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18672 (gst_a52dec_change_state):
18673 Advertise that we can do surround sound.
18675 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18677 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18678 Add buffer-frames=0.
18679 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18680 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18681 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18682 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18683 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18684 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18685 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18686 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18687 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18688 * ext/dvdread/dvdreadsrc.h:
18689 Add seeking, querying for bytes, sectors, title, angle and
18690 chapter. Handle multiple chapters. Relicense to LGPL because
18691 Billy agreed on that (thanks Billy!).
18693 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18695 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18696 call parent dispose method
18698 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
18700 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18701 (gst_audio_clock_get_internal_time):
18702 Fix active <-> inactive transitions: ensure time value always
18703 grows and avoid abrupt value changes.
18705 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
18708 * gst/tta/Makefile.am:
18710 * gst/tta/filters.h:
18711 * gst/tta/gsttta.c:
18712 * gst/tta/gstttadec.c:
18713 * gst/tta/gstttadec.h:
18714 * gst/tta/gstttaparse.c:
18715 * gst/tta/gstttaparse.h:
18716 * gst/tta/ttadec.h:
18717 added TTA parser and decoder
18719 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18721 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18722 (probe_triggered), (check_queue), (buffer_underrun),
18723 (buffer_running), (buffer_overrun), (gen_source_element),
18725 * gst/playback/gstplaybasebin.h:
18726 Implement buffering. Needs some more work.
18728 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18730 * ext/theora/theoradec.c: (theora_dec_chain):
18731 Fix ilog mask range overflow.
18733 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18735 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18736 Don't omit the last (which in case of dmix is the only :) )
18737 channel count. Don't set channels if <= 2.
18739 2004-11-26 Christophe Fergeau <teuf@gnome.org>
18741 * gst/playback/gstplaybin.c: (gen_video_element),
18742 (gen_audio_element): Removed 2 obsolete comments
18744 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18746 * ext/vorbis/oggvorbisenc.c
18747 * ext/vorbis/vorbisenc.c :
18748 change description fields of those plugins to differentiate them
18749 (pitivi show Encoders by description, they had the same one)
18751 2004-11-25 Christophe Fergeau <teuf@gnome.org>
18753 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18755 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18756 (gst_play_bin_set_property), (gen_video_element),
18757 (gen_audio_element):
18758 Refcounting fixes for provided audio-/videosinks.
18760 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18762 * gst/playback/gstplaybin.c: (gen_video_element),
18763 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18764 Don't reference all sinks, but only the video- and audiosinks.
18765 The vis. element should be disposed when we're done with it.
18766 We don't have any reason to keep it around. This fixes warnings
18767 when reusing playbin for playing multiple audio files with
18768 vis. enabled. Also release audio device on pause - idea stolen
18771 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18773 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18774 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18775 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18776 * ext/alsa/gstalsaplugin.c: (plugin_init):
18777 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18778 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18779 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18780 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18781 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18782 (gst_faad_change_state), (plugin_init):
18783 * ext/faad/gstfaad.h:
18784 * ext/vorbis/vorbis.c: (plugin_init):
18785 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18786 * gst-libs/gst/audio/Makefile.am:
18787 * gst-libs/gst/audio/audio.c: (plugin_init):
18788 * gst-libs/gst/audio/multichannel.c:
18789 (gst_audio_check_channel_positions),
18790 (gst_audio_get_channel_positions),
18791 (gst_audio_set_channel_positions),
18792 (gst_audio_set_structure_channel_positions_list),
18793 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18794 (gst_audio_fixate_channel_positions):
18795 * gst-libs/gst/audio/multichannel.h:
18796 * gst-libs/gst/audio/testchannels.c: (main):
18797 * gst/audioconvert/gstaudioconvert.c:
18798 (gst_audio_convert_class_init), (gst_audio_convert_init),
18799 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18800 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18801 (gst_audio_convert_fixate), (gst_audio_convert_channels):
18802 * gst/audioconvert/plugin.c: (plugin_init):
18803 Surround sound support.
18805 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18807 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18808 Fix position for discont if we're close as well. Nitpicking, but
18809 saves a few milliseconds of extra waiting or skipping.
18811 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18813 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18814 We sometimes need parsers for playback, so add those too.
18816 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18819 * gst/apetag/Makefile.am:
18820 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18821 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18822 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18823 (gst_ape_demux_get_src_query_types),
18824 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18825 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18826 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18827 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18828 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18829 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18830 (gst_ape_demux_change_state):
18831 * gst/apetag/apedemux.h:
18832 * gst/apetag/apetag.c: (plugin_init):
18833 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18835 APE v1/2 tag reader plus typefind function.
18837 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18840 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18841 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18842 Remove hacks for older core. Require newer core version
18845 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18847 * gst/cdxaparse/Makefile.am:
18848 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18849 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18850 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18851 * gst/cdxaparse/gstcdxaparse.h:
18852 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18853 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18854 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18855 (gst_cdxastrip_get_src_query_types),
18856 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18857 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18858 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18859 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18860 * gst/cdxaparse/gstcdxastrip.h:
18861 SVCD/VCD header stripping separated from CDXA image parsing.
18862 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18864 Add VCD/SVCD header typefinding for VCD/SVCD.
18865 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18866 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18867 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18868 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18869 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18870 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18871 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18872 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18873 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18874 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18875 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18876 * sys/vcd/vcdsrc.h:
18877 Fix up, add seeking, querying, URI interface. Works in totem now.
18879 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18884 === release 0.8.6 ===
18886 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18904 releasing 0.8.6, "IOU Love"
18906 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18908 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18910 * gst/playback/gstplaybasebin.c:
18911 Fix unplayable files error handling. Fixes #158365
18913 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18915 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18917 * gst/typefind/gsttypefindfunctions.c:
18918 Fix broken mp3 typefinding. Fixes #158375
18920 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18922 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18924 * ext/ogg/gstoggdemux.c:
18925 Fix sync on broken files. Fixes #158976
18927 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18929 patch by: Edward Hervey <bilboed@bilboed.com>
18931 * ext/libpng/gstpngenc.c:
18932 Copy over buffer properties. Fixes #158832
18934 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18936 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18938 * ext/dvdread/dvdreadsrc.c:
18939 Fixes invalid reads (#158462)
18941 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18943 * sys/v4l/gstv4lsrc.c:
18944 * sys/v4l/gstv4lsrc.h:
18945 * sys/v4l/v4lsrc_calls.c:
18946 Probe less and cache it. Fixes #159187.
18948 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18950 * gst/videorate/gstvideorate.c:
18951 Handle all video formats. Fixes #159186.
18953 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
18954 * gst/synaesthesia/gstsynaesthesia.c:
18955 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18956 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18957 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18958 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18959 (gst_synaesthesia_change_state), (plugin_init):
18960 Fix up synaesthesia to work under different samplerates/ buffer sizes.
18961 Force 320x200 output, as that's the only thing the underlying
18962 synaesthesia implementation supports. Still needs to be made
18965 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18968 Fix mpeg2enc configure check (similar to mplex check below).
18970 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
18972 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18974 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18975 Fix for gcc-2.95 (fixes #158221).
18977 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18979 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18980 Re-add clock distribution hack (until new core is released).
18983 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
18985 fix mplex configure check segfaulting on some systems (bug #140994)
18987 2004-11-13 Benjamin Otte <otte@gnome.org>
18989 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18991 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18992 do a wait when we enter the loop func with no data available to
18993 write instead of getting into an 100% CPU loop by just returning and
18994 being called again by the scheduler
18996 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
18999 * ext/libvisual/visual.c: (gst_visual_get_type),
19000 (libvisual_log_handler), (gst_visual_getcaps),
19001 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19003 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19004 * ext/smoothwave/Makefile.am:
19005 * ext/smoothwave/demo-osssrc.c: (main):
19006 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19007 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19008 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19010 * ext/smoothwave/gstsmoothwave.h:
19011 Make gstsmoothwave a working element in the 20th century.
19013 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19014 Fix incorrect link function
19016 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19018 * gst/volume/gstvolume.c:
19019 Allow buffer-frames=0.
19021 2004-11-12 Iain <iaingnome@gmail.com>
19023 * configure.ac: Check for polypaudio
19025 * ext/Makefile.am: Build the polyp dir
19027 * ext/polyp: The polypsink sources.
19029 2004-10-30 Iain <iaingnome@gmail.com>
19031 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19032 caps to reflect the new number of channels.
19034 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19036 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19037 Fix for negotiation order problem. This would show when the
19038 ALSA loopfuction was called before any other function. ALSA
19039 wouldn't do anything because we're not negotiated yet, leading
19040 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19042 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
19044 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19046 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19047 No warnings (#157986).
19049 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19051 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19052 Prefer apev1/2 and id3v1 (at end of file) over musepack.
19054 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19056 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19057 Signal no-more-pads (so it works in playbin).
19059 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19061 * ext/musepack/gstmusepackreader.cpp:
19062 Workaround for older core.
19064 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19066 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19067 Actually test for odd width/height rather than testing whether
19068 a temporary variable that was 0 before we subtracted 1 is now
19069 not equal to zero (which it always is).
19071 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19073 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19074 Fix compilation if HAVE_XVIDEO is not defined
19076 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19078 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19079 Fix compilation if HAVE_XVIDEO is not defined
19081 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
19083 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19084 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19085 (gst_goom_change_state), (plugin_init):
19086 Use the bytestream adapter so goom doesn't depend on the input
19088 Add a debug category
19090 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19092 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19093 Only set hardware parameters *after* negotiation. Before
19094 negotiation, it will set ANY and that seems to cause crashes
19095 (see e.g. #151288, #153227).
19097 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19099 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19100 This seems to be antique leftover. It needs to pass error
19102 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19103 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19104 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19105 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19106 Fix GstXOverlay implementation (#151059).
19108 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19110 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19111 Don't assert (#157853).
19113 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19115 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19116 Fix bytes/samples confustion.
19117 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19118 Fix for underrun (#144389).
19120 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19122 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19123 Disable halfway-seek for pending release (since it needs a new
19126 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19128 * sys/v4l/gstv4lsrc.c:
19129 * sys/v4l/gstv4lsrc.h:
19130 * sys/v4l/v4lsrc_calls.c:
19131 add autoprobe-fps property so we can separate autoprobing parts
19133 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19135 * sys/v4l/gstv4lsrc.c:
19136 * sys/v4l/v4lsrc_calls.c:
19137 initialise fourcc to catch unset fourcc's, and debug
19139 2004-11-09 Wim Taymans <wim@fluendo.com>
19141 * gst/playback/README:
19142 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19143 * gst/playback/gstplaybin.c: (gst_play_bin_init),
19144 (gst_play_bin_dispose), (gst_play_bin_set_property),
19145 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19146 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19147 (gst_play_bin_get_formats), (gst_play_bin_convert),
19148 (gst_play_bin_get_query_types), (gst_play_bin_query):
19149 Cleanups and some more documentation.
19151 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
19153 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19154 (gst_cacasink_init), (gst_cacasink_chain):
19155 * ext/libcaca/gstcacasink.h:
19156 Cacasink inherits from VideoSink, so let that store the clock.
19158 2004-11-09 Wim Taymans <wim@fluendo.com>
19160 * gst/playback/README:
19161 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19162 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19163 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19164 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19165 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19167 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19168 (gst_stream_info_is_mute), (gst_stream_info_set_property):
19169 * gst/playback/gststreaminfo.h:
19171 Only switch groups if all streams have muted (EOSed).
19172 Send Tags in sync with the stream playback instead of in
19173 the playback/preroll phase.
19174 Some cleanups, free the fakesrc elements.
19176 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
19178 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19179 buffer-frames property was missing
19180 * ext/arts/gst_arts.c:
19181 rate missing from sinkcaps
19182 * ext/audiofile/gstafparse.c:
19183 * ext/audiofile/gstafsink.c:
19184 * ext/audiofile/gstafsrc.c:
19185 * ext/swfdec/gstswfdec.c:
19186 int audio doesn't know buffer-frames
19187 * ext/cdparanoia/gstcdparanoia.c:
19188 int audio doesn't know chunksize either
19189 * ext/nas/nassink.c:
19190 it's endianness, not endianess
19191 * gst-libs/gst/audio/audio.h:
19192 make float standard pad template caps really describe float
19193 * gst/law/mulaw.c: (linear_factory):
19194 signed only, please
19195 * gst/mpegstream/gstdvddemux.c:
19196 widths of 20 are not valid
19198 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
19200 Submitted by: Luca Ferretti <elle.uca@infinito.it>
19206 2004-11-08 Wim Taymans <wim@fluendo.com>
19208 * gst/playback/README:
19209 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19210 * gst/playback/gstplaybasebin.c: (probe_triggered),
19211 (gst_play_base_bin_change_state):
19212 Updated README, added more comments for fixmes etc..
19214 2004-11-08 Wim Taymans <wim@fluendo.com>
19216 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19217 We can remove this hack now.
19219 2004-11-08 Wim Taymans <wim@fluendo.com>
19221 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19222 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19223 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19224 Only mix AYUV for maximum quality.
19226 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19228 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19229 (gst_ogg_demux_push), (gst_ogg_pad_push):
19230 Let's act as if we're synchronized now! :).
19231 * ext/theora/theoradec.c: (theora_dec_chain):
19234 2004-11-08 Wim Taymans <wim@fluendo.com>
19236 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19237 (gst_alpha_set_property), (gst_alpha_sink_link),
19238 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19239 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19240 (gst_alpha_init_params), (gst_alpha_chain):
19241 Implement alpha functions for AYUV too, this increases
19242 accuracy quite a bit.
19244 2004-11-08 Wim Taymans <wim@fluendo.com>
19246 * gst/ffmpegcolorspace/avcodec.h:
19247 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19248 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19249 (gst_ffmpegcsp_avpicture_fill):
19250 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19251 (gst_ffmpegcsp_caps_remove_format_info):
19252 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19253 (shrink12), (img_get_alpha_info), (deinterlace_line),
19254 (deinterlace_line_inplace):
19255 * gst/ffmpegcolorspace/imgconvert_template.h:
19256 Added AYUV colorspace and handle RGBA a bit more respectful.
19258 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19260 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19261 Actually always send a discont (cornercase when resending the
19262 same serial-tagged chain twice).
19264 2004-11-08 Julien MOUTTE <julien@moutte.net>
19266 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19267 (gst_ximagesink_finalize):
19268 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19269 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19271 2004-11-08 Wim Taymans <wim@fluendo.com>
19273 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19274 Don't segfault on NULL data.
19276 2004-11-08 Wim Taymans <wim@fluendo.com>
19278 * gst/playback/gstdecodebin.c: (unlinked):
19279 * gst/playback/gstplay-marshal.list:
19280 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19281 (gst_play_base_bin_init), (group_create), (get_active_group),
19282 (get_building_group), (group_destroy), (group_commit),
19283 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19284 (add_element_stream), (no_more_pads), (probe_triggered),
19285 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19286 (state_change), (setup_source), (gst_play_base_bin_get_property),
19287 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19288 (gst_play_base_bin_link_stream),
19289 (gst_play_base_bin_get_streaminfo):
19290 * gst/playback/gstplaybasebin.h:
19291 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19292 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19293 Add support for chained ogg files. Prepare for playlist
19294 support. This patch introduces the concept of pad groups, which
19295 together compose one playable media file.
19297 2004-11-07 David Schleef <ds@schleef.org>
19299 * testsuite/gst-lint: Check for pad templates that aren't statically
19302 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19306 * ext/musepack/Makefile.am:
19307 * ext/musepack/gstmusepackdec.cpp:
19308 * ext/musepack/gstmusepackdec.h:
19309 * ext/musepack/gstmusepackreader.cpp:
19310 * ext/musepack/gstmusepackreader.h:
19311 Add musepack decoder.
19312 * ext/faad/gstfaad.c: (gst_faad_base_init):
19313 Make pad templates static.
19314 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19316 Add musepack typefinder, make mp3 typefinding work halfway stream,
19317 which doesn't actually work yet because id3demux doesn't implement
19320 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19322 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19323 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19324 Fix interrupt event handling (#144436).
19326 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19328 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19331 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19333 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19335 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19336 Fix weird caps (#157548).
19338 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19340 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19342 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19343 Add missing NULL terminator (#157543).
19345 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
19347 * gst/tcp/gsttcp.h:
19348 * gst/tcp/gsttcpclientsink.c:
19349 * gst/tcp/gsttcpclientsrc.c:
19350 * gst/tcp/gsttcpserversink.c:
19351 * gst/tcp/gsttcpserversrc.c:
19352 ports can go up to 65535. Move common defines to gsttcp.h
19354 2004-11-05 Wim Taymans <wim@fluendo.com>
19356 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19357 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19358 Added two more colorspaces.
19360 2004-11-05 Wim Taymans <wim@fluendo.com>
19362 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19363 (gst_ffmpegcsp_avpicture_fill):
19364 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19365 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19366 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19369 2004-11-05 Wim Taymans <wim@fluendo.com>
19371 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19372 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19373 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19374 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19375 (gst_videomixer_loop):
19378 2004-11-05 Benjamin Otte <otte@gnome.org>
19380 * ext/mad/gstmad.c: (gst_mad_chain):
19381 don't overflow data buffer. Flush not needed sync data when syncing
19384 2004-11-04 Wim Taymans <wim@fluendo.com>
19386 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19387 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19388 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19389 (gst_alpha_init_params), (gst_alpha_chain),
19390 (gst_alpha_change_state):
19391 Updated the chroma keying algorithm with something more
19394 2004-11-03 Wim Taymans <wim@fluendo.com>
19396 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19397 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19398 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19399 Fix stride issues. Does not completely work for odd
19402 2004-11-03 Wim Taymans <wim@fluendo.com>
19404 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19405 (gst_alpha_chroma_key), (gst_alpha_chain):
19406 Fix stride issues. Does not completely work for odd
19409 2004-11-03 Christophe Fergeau <teuf@gnome.org>
19411 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19412 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19415 2004-11-03 Wim Taymans <wim@fluendo.com>
19417 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19418 (gst_ffmpegcsp_avpicture_fill):
19419 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19421 * gst/ffmpegcolorspace/imgconvert_template.h:
19422 Use correct _fill function to get correct strides.
19424 2004-11-02 David Schleef <ds@schleef.org>
19426 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19427 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19428 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19429 Change all g_print()s to debugging. Add a bunch of consistency
19432 2004-11-02 Wim Taymans <wim@fluendo.com>
19434 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19435 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19436 (unlinked), (no_more_pads), (close_link):
19437 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19438 (unknown_type), (add_element_stream), (new_decoded_pad),
19439 (removed_decoded_pad), (setup_source):
19440 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19441 (gst_stream_info_class_init), (gst_stream_info_init),
19442 (gst_stream_info_new), (gst_stream_info_dispose),
19443 (stream_info_mute_pad), (gst_stream_info_set_property),
19444 (gst_stream_info_get_property):
19445 * gst/playback/gststreaminfo.h:
19446 Fix playback of multiple files.
19447 a slightly different approach to handling dynamic pad removals.
19448 This one only looks at pads that we have linked.
19450 2004-11-01 Christophe Fergeau <teuf@gnome.org>
19452 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19453 free" warning from libc.
19455 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19457 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19458 (get_unconnected_element), (remove_starting_from), (pad_removed),
19460 Implement support for dynamic pad changing. We listen to "live"
19461 pad removals (i.e. while playing) and re-setup autoplugging
19462 after that. Playbasebin/playbin need some more work for this
19463 to finally work, but decodebin supports (and replugs) chained
19466 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
19468 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19469 (gst_alsa_finalize):
19470 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19471 (gst_cdaudio_finalize):
19472 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19473 (cdparanoia_finalize):
19474 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19475 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19476 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19477 (dvdreadsrc_finalize):
19478 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19479 (gst_flacdec_finalize):
19480 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19481 (gst_flacenc_finalize):
19482 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19483 (gst_gnomevfssink_finalize):
19484 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19485 (gst_gnomevfssrc_finalize):
19486 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19487 (gst_fameenc_finalize):
19488 * ext/nas/nassink.c: (gst_nassink_class_init),
19489 (gst_nassink_finalize):
19490 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19491 (gst_sdlvideosink_class_init):
19492 * ext/sndfile/gstsf.c: (gst_sf_dispose):
19493 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19494 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19495 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19496 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19497 (gst_x_window_listener_dispose):
19498 * gst/audioscale/gstaudioscale.c:
19499 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19500 (play_on_demand_finalize):
19501 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19502 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19503 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19504 (cdplayer_finalize):
19505 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19506 (gst_glimagesink_class_init):
19507 * sys/oss/gstosselement.c: (gst_osselement_class_init),
19508 (gst_osselement_finalize):
19509 * sys/oss/gstosssink.c: (gst_osssink_dispose):
19510 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19511 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19512 Fixes a bunch of problems with finalize and dispose functions,
19513 either assumptions that dispose is only called once, or not calling
19514 the parent class dispose/finalize function
19516 2004-11-01 Stefan Kost <ensonic@users.sf.net>
19518 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19519 added two api precondition guards
19520 use g_strdup with getenv to fix crash when using ENVVAR
19522 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
19523 * ext/esd/esdsink.c: (gst_esdsink_class_init),
19524 (gst_esdsink_finalize):
19525 Use a finalize function, not dispose, and more importantly,
19526 call the parent class finalize function too
19528 2004-11-01 Johan Dahlin <johan@gnome.org>
19530 * ext/ogg/gstoggdemux.c:
19531 * gst/tags/gstvorbistag.c:
19534 2004-10-31 Benjamin Otte <otte@gnome.org>
19536 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19537 lotsa memleaks today. But they're all small...
19539 2004-10-31 Benjamin Otte <otte@gnome.org>
19541 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19542 another memleak crushed
19544 2004-10-31 Benjamin Otte <otte@gnome.org>
19546 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19549 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19551 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19552 Hack to prevent crash when going to READY inside signal handler
19553 while this function is active.
19555 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19557 * gst/ffmpegcolorspace/Makefile.am:
19558 * gst/ffmpegcolorspace/avcodec.h:
19559 * gst/ffmpegcolorspace/common.h:
19560 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19561 * gst/ffmpegcolorspace/dsputil.h:
19562 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19563 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19564 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19565 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19566 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19567 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19568 (gst_ffmpegcsp_avpicture_fill):
19569 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19570 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19571 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19572 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19573 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19574 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19575 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19576 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19577 * gst/ffmpegcolorspace/imgconvert.c:
19578 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19579 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19580 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19581 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19582 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19583 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19584 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19585 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19586 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19587 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19588 (grow21), (grow22), (grow41), (grow44), (conv411),
19589 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19590 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19591 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19592 (avpicture_free), (is_yuv_planar), (img_convert),
19593 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19594 (deinterlace_line_inplace), (deinterlace_bottom_field),
19595 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19596 * gst/ffmpegcolorspace/imgconvert_template.h:
19597 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19598 * gst/ffmpegcolorspace/mmx.h:
19599 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19600 (av_fast_realloc), (av_mallocz_static), (av_free_static),
19601 (av_freep), (avcodec_get_context_defaults),
19602 (avcodec_alloc_context), (avcodec_init):
19603 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19604 handling plus update from ffmpeg CVS. Large clean-up.
19606 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19608 * gst/playback/Makefile.am:
19609 We need the marshallers for decodebin, too.
19611 2004-10-30 David Schleef <ds@schleef.org>
19613 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19614 quicktime typefinding work with 64-bit offsets.
19616 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
19618 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19619 Set EOS on the element when processing an EOS event.
19620 * ext/speex/gstspeexdec.h:
19621 * ext/speex/gstspeexenc.h:
19622 Only keep a const ptr to the mode
19623 * gst-libs/gst/riff/riff-media.c:
19624 (gst_riff_create_audio_caps_with_data),
19625 (gst_riff_create_audio_template_caps):
19626 Allow WMAV3, with up to 6 channels.
19627 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19628 Don't call gst_pad_set_event_function on a sink pad.
19629 * gst/mpegstream/gstdvddemux.c:
19630 (gst_dvd_demux_get_subpicture_stream),
19631 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19632 Copy the explicit caps that were set across to the cur_* pads,
19633 instead of trying to use a possibly non-existent negotiated caps.
19634 Reset the type of subpicture pads to UNKNOWN after calling
19635 init_stream, so that the caps get set.
19637 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
19639 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19641 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19642 Don't touch buffer if it is of size 0 (fixes #151064).
19644 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19646 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19647 Synchronized discont handling.
19649 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19651 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19652 (gst_ogg_demux_push):
19653 Make seeking sort-of exact again (fixes #156387).
19655 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19657 * gst/playback/gstplaybasebin.c: (unknown_type),
19658 (add_element_stream), (new_decoded_pad),
19659 (gst_play_base_bin_change_state):
19660 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19661 (gst_stream_info_init), (gst_stream_info_new),
19662 (gst_stream_info_dispose), (gst_stream_info_get_property):
19663 * gst/playback/gststreaminfo.h:
19664 Make caps explicitely available. Makes testing for unsupported
19665 types possible. Improves error reporting.
19667 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19669 * gst/audioconvert/gstaudioconvert.c:
19670 (gst_audio_convert_buffer_to_default_format):
19671 Really don't touch read-only buffers (#156563).
19673 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
19675 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19677 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19678 Fix memleak (#155223).
19680 2004-10-29 Wim Taymans <wim@fluendo.com>
19682 * gst/tcp/.cvsignore:
19683 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19684 (gst_multifdsink_class_init), (gst_multifdsink_init),
19685 (gst_multifdsink_add), (gst_multifdsink_remove),
19686 (gst_multifdsink_remove_client_link), (is_sync_frame),
19687 (gst_multifdsink_new_client),
19688 (gst_multifdsink_handle_client_write),
19689 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19690 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19691 (gst_multifdsink_get_property):
19692 * gst/tcp/gstmultifdsink.h:
19693 Added burst on connect sync_method, deprecated sync_clients,
19694 streamlined the sync code some more.
19696 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19698 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19699 (gst_play_base_bin_change_state):
19700 Improve error reporting.
19702 2004-10-28 Wim Taymans <wim@fluendo.com>
19704 * gst/tcp/Makefile.am:
19705 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19706 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19707 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19708 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19709 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19710 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19712 Added more locks around fdset structures. Fixed/reworked
19713 the poll array resizing code.
19714 Added stress test for fdset.
19716 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19718 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19721 2004-10-28 Benjamin Otte <otte@gnome.org>
19723 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19724 fix link function to always query channels and query width for
19728 * gst/equalizer/Makefile.am:
19729 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19730 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19731 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19732 (arg_to_scale), (setup_filter),
19733 (gst_iir_equalizer_compute_frequencies),
19734 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19735 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19739 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19741 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19745 Added Norwegian Bokmaal translation
19747 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19749 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19750 Don't break on options (fixes #156488).
19752 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19755 * ext/cdaudio/Makefile.am:
19757 fix build on older automake
19759 2004-10-26 Wim Taymans <wim@fluendo.com>
19761 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19762 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19763 Allow a little margin when negotiating the framerate.
19765 2004-10-26 Stefan Kost <ensonic@users.sf.net>
19767 * gst/level/gstlevel.c:
19768 synchonised naming of pads and pad-templates
19770 2004-10-26 Wim Taymans <wim@fluendo.com>
19772 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19773 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19774 (_find_streams_check), (gst_ogg_demux_push):
19775 Fix EOS again. Needs to be done in a better way. We should not
19776 remove the pad if there is no new chained stream.
19778 2004-10-26 Iain <iaingnome@gmail.com>
19780 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19781 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19783 * gst/interleave/interleave.c (interleave_class_init): Hook up release
19785 (interleave_release_pad): Remove the pad.
19786 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19787 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19789 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19791 (gst_xvimagesink_xcontext_clear): Free the xcontext.
19792 (gst_xvimagesink_finalize): Free the par.
19794 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19796 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19797 (gst_avimux_stop_file):
19798 First calculate the rate, and only then use it. Hdr.rate is a
19799 multiple and not a derivative of hdr.scale. Scale is not the
19800 same as blockalign but is solely related to rate.
19802 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19804 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19805 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19808 2004-10-25 James Henstridge <james@jamesh.id.au>
19810 Reviewed by: David Schleef <ds@schleef.org>
19812 * examples/gstplay/player.c: (got_stream_length), (main):
19813 * examples/seeking/cdplayer.c: (update_scale):
19814 * examples/seeking/seek.c: (format_value), (update_scale):
19815 * examples/seeking/spider_seek.c: (format_value), (update_scale),
19817 Build fixes on AMD64.
19819 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19821 reviewed by: Ronald Bultje <rbultje at gnome dot org>
19823 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19824 Fix for some v4l cards which hang in v4lsrc
19826 2004-10-25 Wim Taymans <wim@fluendo.com>
19828 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19829 (gst_ogg_demux_push), (gst_ogg_chains_clear):
19830 Make sure to remove the pad when a new chain is
19831 encountered. Set some vars to NULL so we don't try
19832 to reference freed memory.
19834 2004-10-25 Wim Taymans <wim@fluendo.com>
19836 * examples/seeking/Makefile.am:
19837 * examples/seeking/cdplayer.c: (update_scale):
19838 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19839 * examples/seeking/playbin.c: (make_playerbin_pipeline),
19840 (format_value), (update_scale), (iterate), (start_seek),
19841 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19842 (print_usage), (main):
19843 Added some more examples, update others.
19845 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19847 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19848 * ext/speex/gstspeexdec.c: (speex_dec_chain):
19849 * ext/theora/theoradec.c: (theora_dec_chain):
19850 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19851 Add codec-name metadata.
19853 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
19855 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19857 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19858 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19859 * ext/alsa/gstalsamixertrack.h:
19861 ALSA mixer track label internationalization (#154054).
19863 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19865 * ext/theora/theoradec.c: (theora_dec_chain):
19866 Export bitrate as metadata.
19868 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19870 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19871 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19872 * ext/alsa/gstalsamixertrack.h:
19873 Fix names, fix loop.
19875 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19877 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19878 (speex_dec_convert):
19879 sinkconvert function so oggdemux can get the file length (totem).
19881 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
19883 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19885 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19886 Don't push incomplete packets.
19887 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19888 Fix MPEG-4 audio typefinding.
19890 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19892 * sys/v4l/Makefile.am:
19893 * sys/v4l/gstv4l.c: (plugin_init):
19894 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19895 (gst_v4lelement_init), (gst_v4lelement_dispose),
19896 (gst_v4lelement_change_state):
19897 * sys/v4l/gstv4lelement.h:
19898 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19899 (gst_v4l_xoverlay_close), (idle_refresh),
19900 (gst_v4l_xoverlay_set_xwindow_id):
19901 * sys/v4l/gstv4lxoverlay.h:
19902 * sys/v4l/v4l-overlay_calls.c:
19903 * sys/v4l/v4l_calls.h:
19904 * sys/v4l2/Makefile.am:
19905 * sys/v4l2/gstv4l2.c: (plugin_init):
19906 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19907 (gst_v4l2element_init), (gst_v4l2element_dispose),
19908 (gst_v4l2element_change_state):
19909 * sys/v4l2/gstv4l2element.h:
19910 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19911 (gst_v4l2_xoverlay_close), (idle_refresh),
19912 (gst_v4l2_xoverlay_set_xwindow_id):
19913 * sys/v4l2/gstv4l2xoverlay.h:
19914 * sys/v4l2/v4l2-overlay_calls.c:
19915 * sys/v4l2/v4l2_calls.h:
19916 Remove client-side overlay handling, use the X-server v4l plugin
19917 for that. Nicer overlay, less code. Also make the plugin
19918 compileable without X (but then without overlay, obviously).
19919 Makes xwindowlistener obsolete, should we remove that?
19921 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19923 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19924 (gst_osssrc_src_query):
19925 * sys/oss/gstosssrc.h:
19926 OK, so people want offset in DEFAULT. This time, actually fix all
19928 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19931 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19933 * gst/asfdemux/gstasfmux.c:
19934 * gst/avi/gstavimux.c:
19937 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19939 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19940 Fix properties (channel, norm, frequency).
19942 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19944 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19946 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19949 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19951 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19954 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19956 * sys/v4l2/gstv4l2element.h:
19957 Yet Another Hack (tm) for kernel header borkedness.
19958 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19959 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19960 (gst_v4l2src_link), (gst_v4l2src_getcaps),
19961 (gst_v4l2src_change_state):
19962 * sys/v4l2/gstv4l2src.h:
19963 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19964 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19965 Fix caps, keep track of state, work.
19967 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19969 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19972 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19974 * sys/oss/gstosssrc.c: (gst_osssrc_get):
19975 Don't mix bytes and samples.
19977 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19979 * ext/ogg/gstoggmux.c:
19980 Basic pad template which accepts OGM tracks, speex, flac, vorbis
19981 and theora. Any is incorrect.
19982 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19984 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19985 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19986 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19987 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19988 * sys/v4l/gstv4lmjpegsrc.h:
19989 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19990 (gst_v4lsrc_change_state):
19991 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19992 (gst_v4lmjpegsrc_capture_stop):
19993 Fix caps. Keep track of internal state. Work.
19995 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19998 Fix the build fixes.
20000 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20002 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20003 (gst_ogg_demux_src_event), (_find_chain_seek),
20004 (gst_ogg_pad_push):
20005 Check for pad availability before using it.
20006 * ext/ogg/gstoggdemux.c: (_find_chain_process):
20007 Fix parsing of chained ogg. Needs more work on the decoder side.
20009 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
20011 * gst/spectrum/Makefile.am:
20012 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20014 Fix demo and reenable it. Yes, I'm currently playing with audio
20017 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20019 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20020 We love it if files that start at zero work too...
20022 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20024 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20025 Handle files with missing EOS headers.
20027 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20029 * gst/tcp/gsttcpserversink.c:
20030 (gst_tcpserversink_handle_server_read),
20031 (gst_tcpserversink_init_send):
20032 Zero some variables first (need for accept not to return EINVAL)
20034 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20036 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20037 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20038 * ext/theora/theoradec.c: (theora_dec_sink_convert),
20039 (theora_dec_chain):
20040 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20041 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20042 Seeking and querying finetune.
20044 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
20048 * ext/raw1394/Makefile.am:
20051 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20053 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20055 * gst/playback/Makefile.am:
20056 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20057 * gst/playback/gstplay-marshal.list:
20058 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20061 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20063 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20066 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20068 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20069 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20070 (gst_ogg_pad_push):
20071 Yay for non-lineair granulepos in theora.
20073 2004-10-18 Wim Taymans <wim@fluendo.com>
20075 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20076 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20077 * ext/dv/gstdvdec.h:
20078 Make sure we renegotiate aspect ratio when the camera switches.
20080 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20082 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20083 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20085 * ext/theora/theoradec.c: (theora_dec_chain):
20086 Skip headers. Bad idea for chained ogg, but fixes seeking.
20088 2004-10-18 Wim Taymans <wim@fluendo.com>
20091 I swear, this is the last time I touch this.
20093 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20095 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20096 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20097 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20099 * ext/theora/theoradec.c: (theora_dec_sink_convert):
20100 Time-to-default conversion.
20101 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20102 Don't error on unknown packets, just skip. We should probably
20103 read them if we want to support chained ogg.
20105 2004-10-18 Wim Taymans <wim@fluendo.com>
20108 Added cdaudio to wrong list.
20110 2004-10-18 Wim Taymans <wim@fluendo.com>
20115 2004-10-18 Wim Taymans <wim@fluendo.com>
20117 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20118 (gst_dvdec_video_link), (gst_dvdec_push):
20119 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20120 (gst_smokeenc_resync), (gst_smokeenc_chain):
20121 Fix mimetype on smoke encoder.
20122 Add aspect ratio to dvdec. Not sure if these
20123 values are correct though....
20125 2004-10-18 Wim Taymans <wim@fluendo.com>
20127 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20128 Fix vorbis property descriptions and ranges.
20130 2004-10-18 Wim Taymans <wim@fluendo.com>
20132 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20133 Really do nothing when no data is available.
20134 Go to the playing state when the stream is not seekable
20135 instead of failing.
20137 2004-10-18 Wim Taymans <wim@fluendo.com>
20139 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20140 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20141 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20142 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20143 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20144 Added uri handler for cd://
20147 2004-10-18 Wim Taymans <wim@fluendo.com>
20149 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20150 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20151 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20152 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20153 (remove_prerolls), (unknown_type), (add_element_stream),
20154 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20155 (gst_play_base_bin_remove_element),
20156 (gst_play_base_bin_link_stream):
20157 * gst/playback/gstplaybin.c: (gen_video_element),
20158 (gen_vis_element), (remove_sinks), (setup_sinks):
20159 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20160 (gst_stream_info_get_type), (gst_stream_info_class_init),
20161 (gst_stream_info_init), (gst_stream_info_new),
20162 (gst_stream_info_dispose), (stream_info_mute_pad),
20163 (gst_stream_info_set_property), (gst_stream_info_get_property):
20164 * gst/playback/gststreaminfo.h:
20165 Add sink padtemplate to decodebin.
20166 Added some more comments.
20167 Make queue size configurable in playbasebin.
20168 Added possibility to use elements as sinks (ex cdaudio).
20170 2004-10-15 Wim Taymans <wim@fluendo.com>
20172 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20173 (gst_speexenc_chain):
20174 Fix speex timestamps so that it gets muxed properly.
20176 2004-10-15 Wim Taymans <wim@fluendo.com>
20178 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20179 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20180 (gst_dv1394src_init), (gst_dv1394src_dispose),
20181 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20182 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20183 (gst_dv1394src_event), (gst_dv1394src_get_formats),
20184 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20185 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20186 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20187 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20188 * ext/raw1394/gstdv1394src.h:
20189 Added conversion/query functions.
20190 Update buffer timestamps,
20192 Added uri dv:// so it might play from the firewire in playbin.
20193 Fix a possible leak.
20196 2004-10-15 Wim Taymans <wim@fluendo.com>
20198 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20199 (gst_dv1394src_init), (gst_dv1394src_set_property),
20200 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20201 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20202 * ext/raw1394/gstdv1394src.h:
20203 Added AV/C VTR control support needed for some cameras.
20204 Added automatic port detection.
20205 Added properties for selecting the channel.
20206 The configure.ac script is not yet updated to reflect the
20207 new libavc1394 and librom1394 dependencies.
20209 2004-10-15 Wim Taymans <wim@fluendo.com>
20211 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20212 (qtdemux_parse), (gst_qtdemux_handle_esds):
20213 An esds box is not a container.
20214 Fix parsing of mp4v boxes.
20215 Do not try to renegotiate fps for each frame. Need to
20216 find a better method. This should fix mp4 playback.
20218 2004-10-14 David Schleef <ds@schleef.org>
20220 * configure.ac: update for swfdec-0.3 and liboil-0.2
20221 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20222 * ext/swfdec/gstswfdec.h: same
20223 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20224 * gst/videotestsrc/videotestsrc.c: same
20226 2004-10-14 Wim Taymans <wim@fluendo.com>
20228 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20229 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20230 (is_sync_frame), (gst_multifdsink_new_client),
20231 (gst_multifdsink_handle_client_write),
20232 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20233 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20234 Turn warnings into info.
20235 Don't allow a state change in the streaming thread.
20237 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
20239 * ext/vorbis/oggvorbisenc.c:
20240 * ext/vorbis/vorbisdec.c:
20241 fix template sample rate
20243 2004-10-13 Wim Taymans <wim@fluendo.com>
20245 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20246 Decoding the header first fixes some problems in resyncing
20249 2004-10-12 Wim Taymans <wim@fluendo.com>
20251 * gst/playback/gstplaybin.c: (gen_video_element),
20252 (gen_vis_element), (remove_sinks), (setup_sinks):
20253 Added vis plugin support, need to configure the vis
20254 element to activate it.
20256 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20258 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20259 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20261 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20262 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20263 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20264 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20265 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20266 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20267 * gst/avi/gstavidemux.h:
20268 Support for openDML-2.0 indx/ix## chunks. Support for broken index
20269 recovery (where, if part of the index is broken, we will still read
20270 the rest of the index and recover the broken part by stream
20271 scanning). More broken media support. EOS workarounds. General AVI
20272 braindamage headache recovery. Aspirin included.
20274 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20276 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20277 (cdparanoia_event), (cdparanoia_query):
20278 Get rid of hideous lead-in.
20280 2004-10-11 Wim Taymans <wim@fluendo.com>
20282 * gst/playback/gstplaybasebin.c: (setup_source):
20283 Wrong var used to get g_list_next.
20285 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20287 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20288 (cdparanoia_get), (cdparanoia_open):
20289 Report discid as metadata, add duration.
20291 2004-10-11 Wim Taymans <wim@fluendo.com>
20293 * gst/playback/gstplaybasebin.c: (setup_source):
20294 Cleanup the previous pipeline a little earlier for the
20295 case that a source element provides raw data.
20297 2004-10-11 Benjamin Otte <otte@gnome.org>
20299 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20300 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20301 consuming the last 128 bytes, even though it was valid mp3 data.
20303 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20305 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20306 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20307 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20308 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20310 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20312 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20313 Fix for webcams that support only specific width or height
20315 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20317 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20319 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20320 Fix wrong discont event setup (fixes #154967).
20322 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
20324 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20326 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20327 Error out on invalid data (fixes #154807).
20329 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20331 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20333 * ext/dvdread/dvdreadsrc.c: (_read):
20334 Make titles > 0 work again (fixes #154834).
20336 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20338 * gst-libs/gst/riff/riff-media.c:
20339 (gst_riff_create_video_template_caps):
20340 WMV3 missing in template caps.
20342 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20344 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20345 OK, so the original code was too strict. It makes random AVI files
20346 hang for seconds upon opening, which is unacceptable and is far
20347 beyond the original goal of getting multiple chunks for one-chunk
20348 sounc stream files. So now do just that.
20350 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20352 * gst/playback/gstplaybasebin.c: (setup_source),
20353 (gst_play_base_bin_change_state):
20354 Actually clean up streaminfo if output fails. This would trigger
20355 if, for example, there was no CD in the drive. No preroll, so
20356 a streaminfo structure is created, but the subsequent state change
20357 of the thread fails.
20358 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20359 Don't change state if parent failed.
20361 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20363 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20364 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20365 (gen_video_element), (remove_sinks):
20366 Add small bits of code for screenshot handling.
20368 2004-10-08 Wim Taymans <wim@fluendo.com>
20370 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20371 (gen_video_element), (gen_audio_element), (setup_sinks):
20372 Don't assume the user provided sinks are named "sink"...
20374 2004-10-08 Wim Taymans <wim@fluendo.com>
20376 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20377 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20378 (gst_play_base_bin_link_stream):
20379 Do not try to autoplug sources that generate raw streams like
20381 disconnect the preroll overrun signal when we don't need it anymore.
20383 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
20385 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20386 Added reworked patch from #154903 from milosz derezynski (deadchip).
20388 2004-10-08 Wim Taymans <wim@fluendo.com>
20390 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20391 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20392 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20393 (cdparanoia_convert), (cdparanoia_uri_get_type),
20394 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20395 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20396 * ext/cdparanoia/gstcdparanoia.h:
20397 This adds the cdda://<tracknum> uri.
20399 2004-10-08 Wim Taymans <wim@fluendo.com>
20401 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20402 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20403 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20404 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20405 (unknown_type), (gst_play_base_bin_remove_element),
20406 (gst_play_base_bin_link_stream):
20407 * gst/playback/gstplaybasebin.h:
20408 * gst/playback/gstplaybin.c: (gst_play_bin_init),
20409 (gst_play_bin_set_property), (gen_video_element),
20410 (gen_audio_element), (setup_sinks):
20411 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20412 (gst_stream_info_get_type), (gst_stream_info_class_init),
20413 (gst_stream_info_init), (gst_stream_info_new),
20414 (gst_stream_info_dispose), (stream_info_mute_pad),
20415 (gst_stream_info_set_property), (gst_stream_info_get_property):
20416 * gst/playback/gststreaminfo.h:
20417 Reuse the audio and video bins.
20418 Some internal cleanups in the stream selection code.
20420 2004-10-08 Julien MOUTTE <julien@moutte.net>
20422 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20423 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20424 * sys/ximage/ximagesink.h:
20425 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20426 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20427 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20428 not coming from those elements. Moreover these elements should not keep
20429 the xid they have been given when in NULL state.
20431 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20433 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20434 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20435 * sys/ximage/ximagesink.h:
20436 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20437 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20438 * sys/xvimage/xvimagesink.h:
20439 Actually only create a new toplevel window if we're not gonna
20440 embed it right after.
20442 2004-10-07 Wim Taymans <wim@fluendo.com>
20444 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20445 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20446 * gst/playback/gstplaybin.c: (setup_sinks):
20447 Implement muting/unmuting of streams, mute streams that are not
20450 2004-10-07 Wim Taymans <wim@fluendo.com>
20452 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20454 Added lame audio/x-ac3 typefind function.
20456 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20461 === release 0.8.5 ===
20463 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20468 releasing 0.8.5, "Take You On"
20470 2004-10-06 Wim Taymans <wim@fluendo.com>
20472 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20473 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20474 (no_more_pads), (close_link), (type_found):
20475 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20476 * gst/playback/gstplaybin.c: (gen_video_element):
20477 Do not signal the no_more_pads after the first pad when
20478 we are plugging a non dynamic element with multiple
20479 output pads (like swfdec, dvdec, ...).
20481 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20484 bump for prerelease
20486 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20488 * gst/wavparse/gstwavparse.c:
20489 add ATRAC3 to STATIC CAPS to fix a warning
20491 * gst/matroska/ebml-read.c:
20492 * gst-libs/gst/riff/riff-read.c:
20495 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20497 * gst-libs/gst/riff/riff-media.c:
20498 generate caps for ATRAC3 audio streams
20500 * gst/realmedia/rmdemux.c:
20501 generate caps for ATRAC3 audio streams
20503 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20505 * gst/wavparse/Makefile.am
20506 * gst/wavparse/riff.h
20507 * gst/wavparse/wavparse.vcproj
20508 riff.h removal (unused and duplication with riff-ids.h)
20510 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20512 * gst/wavparse/gstwavparse.h
20513 remove duplicated defines for audio codec codes
20515 * gst-libs/gst/riff/riff-ids.h
20516 * gst/wavenc/riff.h:
20517 add "4CC" code for ATRAC3 audio streams
20518 add "4CC" code for ITU_G721_ADPCM (unused for now)
20520 2004-10-06 Wim Taymans <wim@fluendo.com>
20522 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20523 Actually _do_ negotiation. Pass gdouble as arg instead
20524 of guint64 for the framerate.
20526 2004-10-06 Wim Taymans <wim@fluendo.com>
20528 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20529 (find_compatibles), (close_pad_link), (try_to_link_1),
20530 (no_more_pads), (close_link), (type_found):
20531 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20532 * gst/playback/gstplaybin.c: (gen_video_element),
20533 (gen_audio_element):
20534 Set state on newly added element to READY so that negotiation
20536 Addes some more debug info.
20537 Do not try to plug pads with multiple caps structures or ANY
20538 because it is too dangerous since we do not do dynamic
20541 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20543 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20547 add Oriya translation
20549 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20551 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20552 Prevent overwrite of size member. Makes audio sound crappy.
20554 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20556 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20557 Add rmvb to the list of known RealMedia extensions
20559 2004-10-05 Wim Taymans <wim@fluendo.com>
20561 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20562 (mngdec_openstream), (mngdec_closestream),
20563 (mngdec_handle_sink_event), (mngdec_readdata),
20564 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20565 (mngdec_getcanvasline), (mngdec_refresh),
20566 (gst_mngdec_change_state):
20567 Set the framerate correctly.
20569 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20571 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20572 There was something wrong with the index massaging.
20574 2004-10-04 Wim Taymans <wim@fluendo.com>
20576 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20577 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20578 (gst_smokedec_chain):
20579 * ext/jpeg/gstsmokedec.h:
20580 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20581 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20582 * ext/jpeg/gstsmokeenc.h:
20583 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20584 (smokecodec_decode_new), (smokecodec_info_free),
20585 (smokecodec_set_quality), (smokecodec_get_quality),
20586 (smokecodec_set_threshold), (smokecodec_get_threshold),
20587 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20588 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20589 (smokecodec_encode), (smokecodec_parse_id),
20590 (smokecodec_parse_header), (smokecodec_decode):
20591 * ext/jpeg/smokecodec.h:
20592 * ext/jpeg/smokeformat.h:
20593 Updated smoke, new bitstream, allows embedding in ogg.
20595 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20597 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20598 Fix seeking in some files. All this code is no longer needed (and
20599 actually breaks stuff) because we now synchronize the full index
20600 right when reading the header.
20602 2004-10-04 Wim Taymans <wim@fluendo.com>
20605 configure update for libmng.
20607 2004-10-04 Wim Taymans <wim@fluendo.com>
20609 * ext/libmng/Makefile.am:
20610 * ext/libmng/gstmng.c: (plugin_init):
20611 * ext/libmng/gstmng.h:
20612 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20613 (gst_mngdec_base_init), (gst_mngdec_class_init),
20614 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20615 (gst_mngdec_loop), (gst_mngdec_get_property),
20616 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20617 (mngdec_closestream), (mngdec_handle_sink_event),
20618 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20619 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20620 (gst_mngdec_change_state):
20621 * ext/libmng/gstmngdec.h:
20622 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20623 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20624 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20625 (gst_mngenc_chain), (gst_mngenc_get_property),
20626 (gst_mngenc_set_property):
20627 * ext/libmng/gstmngenc.h:
20628 Added basic MNG decoder. Needs more work. The encoder does
20631 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20633 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20634 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20635 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20636 Don't hang on length=0 chunks. Some negotiation fixes. Signal
20639 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
20642 you need at least 1.0.4 of speex
20644 2004-10-04 Iain <iaingnome@gmail.com>
20646 * ext/speex/gstspeexdec.h: Revert the includes changes.
20648 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20650 2004-09-30 Iain <iaingnome@gmail.com>
20652 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20653 found during init or set as a property instead of hardcoding /dev/audio
20655 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20657 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20658 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20659 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20660 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20661 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20662 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20663 (gst_rmdemux_dump_data):
20664 Use debug category, fix EOS handling. filesrc ! rmdemux now
20667 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20669 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20670 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20671 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20672 Improve allocation, cutting and sorting of the index. How takes a
20673 few seconds instead of minutes.
20675 2004-10-03 Christophe Fergeau <teuf@gnome.org>
20677 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20680 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20682 * gst-libs/gst/riff/riff-media.c:
20683 (gst_riff_create_video_caps_with_data),
20684 (gst_riff_create_video_template_caps):
20685 Add wing commander format mimetype/fourccs.
20686 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20687 Don't crash if some value is 0.
20689 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20691 * gst-libs/gst/riff/riff-media.c:
20692 (gst_riff_create_video_caps_with_data),
20693 (gst_riff_create_video_template_caps):
20694 Add DIB fourcc (raw, palettized 8-bit RGB).
20695 * gst-libs/gst/riff/riff-read.c:
20696 (gst_riff_read_strf_vids_with_data):
20697 Oops, fix strf_data reading bug.
20698 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20699 Use a non-NULL tag.
20700 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20701 Time for hacks. Sorry Dave. At least one quicktime movie (a
20702 trailer) that I've encountered contains multiple video tracks.
20703 One of those is the actual video track, the other are one-frame
20704 tracks (images). Unfortunately, the number of frames according
20705 to the trak header is 1 for each, so that doesn't help. So
20706 instead, I look at the duration and discard tracks with a
20707 duration shorter than 20% of the length of the stream. Better
20710 2004-10-01 Christian Schaller <christian@fluendo.com>
20712 * ext/ivorbis/vorbis.c:
20713 Patch from Phil Blundell (Bug 152341)
20715 2004-10-01 Wim Taymans <wim@fluendo.com>
20717 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20718 (speex_dec_get_formats), (speex_dec_convert),
20719 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20720 (speex_dec_chain), (gst_speexdec_get_property),
20721 (gst_speexdec_set_property):
20724 2004-10-01 Wim Taymans <wim@fluendo.com>
20726 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20727 (gst_wavparse_stream_init), (gst_wavparse_fmt),
20728 (gst_wavparse_other), (gst_wavparse_loop),
20729 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20730 (gst_wavparse_srcpad_event):
20731 * gst/wavparse/gstwavparse.h:
20732 Added some more debugging info.
20733 Fix the case where the length of the file is 0.
20734 Make sure we seek to sample borders.
20736 2004-10-01 Wim Taymans <wim@fluendo.com>
20738 * gst/playback/README:
20739 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20740 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20741 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20742 Add some debug info to decodebin, update README
20744 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20746 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20747 Don't use g_print(); use GST_DEBUG().
20749 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20751 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20752 (gst_ogg_mux_queue_pads):
20753 Handle EOS properly.
20755 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20757 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20759 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20760 (gst_faad_chain), (gst_faad_change_state):
20761 * ext/faad/gstfaad.h:
20762 Allow playback of raw (unframed) MPEG AAC files (#148993).
20764 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20766 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20768 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20769 Throw error if we didn't recognize the stream. Fixes #152289.
20771 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20773 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20776 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
20778 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20780 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20783 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
20785 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20787 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20789 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20792 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20794 * gst-libs/gst/riff/riff-media.c:
20795 (gst_riff_create_video_caps_with_data),
20796 (gst_riff_create_audio_caps_with_data):
20797 Add codec_data handling (like asfdemux used to do).
20798 * gst/asfdemux/gstasf.c: (plugin_init):
20799 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20800 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20801 Use riff-media for caps creation instead of our own (mostly
20802 broken) copy of its functions.
20804 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20806 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20807 Don't actually error out if we get another return value than
20808 -EINVAL. Opposite to what I first thought, drivers have random
20809 return values for this, although -EINVAL is the expected return
20810 value. Since this is not fatal, we shouldn't use
20811 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20813 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20815 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20816 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20817 (dvdreadsrc_get_property), (_open), (_seek), (_read),
20818 (dvdreadsrc_get), (dvdreadsrc_open_file),
20819 (dvdreadsrc_change_state):
20820 Fix. Don't do one big huge loop around the whole DVD, that will
20821 cache all data and thus eat sizeof(dvd) (several GB) before we
20823 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20824 Actually NULL'ify event after using it.
20825 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20826 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20827 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20828 (gst_ebml_read_seek), (gst_ebml_read_skip):
20830 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20831 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20832 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20833 Fix timing (this will probably break if I seek using menus, but
20834 I didn't get there yet). VOBs and normal DVDs should now work.
20835 Add a mpeg2-only pad with high rank so this get autoplugged for
20837 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20838 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20839 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20840 (gst_mpeg_demux_get_audio_stream),
20841 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20842 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20843 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20844 MPEG-1 but use dvddemux for MPEG-2.
20845 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20846 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20847 (gst_mpeg_parse_parse_packhead):
20848 Timing. Only add pad template if it exists. Add sink template from
20849 class and not from ourselves. This means we will always use the
20850 correct sink template even if it is not the one defined in this
20853 2004-09-29 Wim Taymans <wim@fluendo.com>
20855 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20856 (gst_mpeg_demux_parse_pes):
20857 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20858 Fix playback of mpeg again, timestamps where screwed up by
20861 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20863 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20864 Only return true if we actually filled something in. Prevents
20865 player applications from showing a random length for flac files.
20866 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20867 (gst_riff_read_use_event), (gst_riff_read_handle_event),
20868 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20869 (gst_riff_read_strf_vids_with_data),
20870 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20871 OK, ok, so I implemented event handling. Apparently it's normal
20872 that we receive random events at random points without asking
20874 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20875 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20876 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20877 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20878 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20879 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20880 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20881 * gst/avi/gstavidemux.h:
20882 Implement non-lineair chunk handling and subchunk processing.
20883 The first solves playback of AVI files where the audio and video
20884 data of individual buffers that we read are not synchronized.
20885 This should not happen according to the wonderful AVI specs, but
20886 of course it does happen in reality. It is also a prerequisite for
20887 the second. Subchunk processing allows us to cut chunks in small
20888 pieces and process each of these pieces separately. This is
20889 required because I've seen several AVI files with incredibly large
20890 audio chunks, even some files with only one audio chunk for the
20891 whole file. This allows for proper playback including seeking.
20892 This patch is supposed to fix all AVI A/V sync issues.
20893 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20894 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20896 * gst/modplug/gstmodplug.cc:
20897 Proper return value setting for the query() function.
20898 * gst/playback/gstplaybasebin.c: (setup_source):
20899 Being in non-playing state (after, e.g., EOS) is not necessarily
20900 a bad thing. Allow for that. This fixes playback of short files.
20901 They don't actually playback fully now, because the clock already
20902 runs. This means that small files (<500kB) with a small length
20903 (<2sec) will still not or barely play. Other files, such as mod
20904 or flx, will work correctly, however.
20906 2004-09-28 Wim Taymans <wim@fluendo.com>
20908 * ext/speex/gstspeex.c: (plugin_init):
20909 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20910 (gst_speex_dec_class_init), (speex_dec_get_formats),
20911 (speex_get_event_masks), (speex_get_query_types),
20912 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20913 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20914 (gst_speexdec_get_property), (gst_speexdec_set_property),
20915 (speex_dec_change_state):
20916 * ext/speex/gstspeexdec.h:
20917 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20918 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20919 (gst_speexenc_base_init), (gst_speexenc_class_init),
20920 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20921 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20922 (gst_speexenc_src_query), (gst_speexenc_init),
20923 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20924 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20925 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20926 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20927 (gst_speexenc_chain), (gst_speexenc_get_property),
20928 (gst_speexenc_set_property), (gst_speexenc_change_state):
20929 * ext/speex/gstspeexenc.h:
20930 Rewrote speex encoder, make sure it can be embedded in ogg.
20931 Implemented speex decoder.
20933 2004-09-28 Christian Schaller <christian@fluendo.com>
20936 Remove kioslave plugin. Markey is brewing a new working one
20937 * ext/Makefile.am: Remove kioslave plugin
20939 * gst-plugins.spec.in: remove kio plugin from spec
20941 2004-09-27 Wim Taymans <wim@fluendo.com>
20943 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20944 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20945 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20946 (gst_multifdsink_new_client),
20947 (gst_multifdsink_handle_client_write),
20948 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20949 (gst_multifdsink_handle_clients):
20950 * gst/tcp/gstmultifdsink.h:
20951 Make syncing to keyframes actually work for new clients and lagging
20954 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
20956 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20957 (gst_navigationtest_handle_src_event), (draw_box_planar411),
20958 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20959 * gst/debug/gstnavigationtest.h:
20960 make navigationtest display button-press and button-release events
20962 2004-09-26 Iain <iaingnome@gmail.com>
20964 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20965 the channels have received a new media event.
20966 (interleave_buffered_loop): Compresses a new media event on all
20969 2004-09-26 Iain <iaingnome@gmail.com>
20971 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20972 call the sinkpad's default event handler and not the srcpads. He also
20973 says this is confusing :)
20974 (gst_wavenc_stop_file): Company says that seek events only go upstream
20975 we should send a discontinuous downstream instead.
20977 2004-09-25 Christian Schaller <christian@fluendo.com>
20979 * Update SPEC file to be usable in conjunction with Fedora Core,
20980 Fedora.us and freshrpms packages
20981 * Fix typo in multifilesrc test Makefile
20983 2004-09-24 Wim Taymans <wim@fluendo.com>
20985 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20986 Only signal the no_more_pads signal when we have
20987 added the stream to our list.
20989 2004-09-24 Wim Taymans <wim@fluendo.com>
20991 * gst/playback/gstplaybasebin.c: (remove_prerolls),
20993 * gst/playback/gstplaybasebin.h:
20994 * gst/playback/gstplaybin.c: (setup_sinks):
20995 Don't try to preroll or decode more than one audio/video
20998 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21000 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21001 Throw error if we failed to find a suitable output. This should
21002 throw an error if we successfully set up a pipeline (e.g. because
21003 we recognized a media file) but found no decodable streams in it
21004 (e.g. because it contains only media stream types for which we
21005 have no decoders, or because it's not a media type).
21007 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21009 * ext/dirac/Makefile.am:
21010 * ext/dirac/gstdirac.cc:
21011 * ext/dirac/gstdiracdec.cc:
21012 * ext/dirac/gstdiracdec.h:
21013 Do something. Don't actually know if this works because I don't
21014 have a demuxer yet.
21015 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21016 Add channels=1 to caps returned from _getcaps().
21017 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21018 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21019 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21020 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21021 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21022 (gst_ogm_parse_change_state):
21023 Separate between audio/video so ogmaudioparse actually uses the
21024 audio pad templates. Both audio and video work now, including
21025 autoplugging. Also use sometimes-srcpad hack.
21026 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21027 Handle events better. Don't hang on infinite loops.
21028 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21029 (gst_avi_demux_init), (gst_avi_demux_reset),
21030 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21031 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21032 (gst_avi_demux_change_state):
21033 * gst/avi/gstavidemux.h:
21034 Improve A/V sync. Still not perfect.
21035 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21036 (gst_ebml_read_skip):
21037 Handle events better.
21038 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21039 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21040 (qtdemux_audio_caps):
21041 Add IMA4. Improve event handling. Save offset after a seek when
21042 the headers are at the end of the file so that we don't end up in
21044 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21045 Add low-priority typefind support for files with no length.
21047 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21049 * testsuite/multifilesink/Makefile.am:
21052 2004-09-22 Julien MOUTTE <julien@moutte.net>
21054 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21055 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21056 mistakes from thaytan's patches.
21058 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21060 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21061 For completeness, XSync in the destroy function as xvimage does.
21063 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21065 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21066 Correct caps negotiation
21067 * gst/volume/gstvolume.c: (volume_chain_float),
21068 (volume_chain_int16):
21069 Modify debug output to be little more informative
21070 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21071 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21072 (gst_xvimagesink_xvimage_destroy):
21073 Add XSync calls after detaching from the shared memory segment to
21076 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21078 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21079 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21080 * ext/vorbis/vorbis.c: (plugin_init):
21081 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21082 (gst_vorbisenc_chain):
21083 * ext/vorbis/vorbisenc.h:
21084 remove explicit newmedia support from oggmux and vorbisenc
21085 add debug category to vorbisenc
21086 * gst/multifilesink/gstmultifilesink.c:
21087 (gst_multifilesink_class_init), (gst_multifilesink_init),
21088 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21089 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21090 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21092 * gst/multifilesink/gstmultifilesink.h:
21093 add support for streamheader in multifilesink
21095 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21097 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21098 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21099 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21100 Prevent infinite loops. More correct error reporting.
21101 * gst/auparse/gstauparse.c: (gst_auparse_chain):
21102 Error out if negotiation fails.
21103 * gst/playback/gstplaybasebin.c: (setup_source),
21104 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21105 (gst_play_base_bin_found_tag):
21106 Error/tag forwarding. Pre-roll fixes for source errors on state
21107 changes (e.g. "file does not exist") to prevent hangs.
21109 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21111 * testsuite/multifilesink/Makefile.am:
21112 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21113 (gst_newmedia_class_init), (gst_newmedia_init),
21114 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21115 (newfile_signal), (test_signal), (main):
21116 * testsuite/multifilesink/multifilesrc_test.c: (main):
21117 * testsuite/multifilesink/oggtheora_test.c:
21118 (gst_newmedia_base_init), (gst_newmedia_class_init),
21119 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21120 (test_format), (newfile_signal), (test_signal), (main):
21121 * testsuite/multifilesink/oggvorbis_test.c:
21122 (gst_newmedia_base_init), (gst_newmedia_class_init),
21123 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21124 (test_format), (newfile_signal), (test_signal), (main):
21125 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21126 (gst_newmedia_class_init), (gst_newmedia_init),
21127 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21128 (newfile_signal), (test_signal), (main):
21131 2004-09-20 Christian Schaller <christian@fluendo.com>
21133 * Fix mikmod license to LGPL as they have relicensed
21134 * Move Dirac and Effectv into LGPL section of README_license
21136 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21138 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21139 (gst_mad_change_state):
21140 Allow for mp3 rate/channels changes. However, only very
21141 conservatively. Reason that we *have* to enable this is smiply
21142 because the mad find_sync() function is not good enough, it will
21143 regularly sync on random data as valid frames and therefore make
21144 us provide random caps as *final* caps of the stream. The best fix
21145 I could think of is to simply require several of the same stream
21146 changes in a row before we change caps.
21147 The actual testcase that works now is #
21148 * ext/ogg/Makefile.am:
21149 * ext/ogg/gstogg.c: (plugin_init):
21150 * ext/ogg/gstogmparse.c:
21151 OGM support (video only for now; I need an audio sample file).
21152 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21153 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21154 (gst_asf_demux_add_video_stream):
21156 * gst/playback/gstplaybasebin.c: (unknown_type):
21157 Don't error out on single unknown-types after all. It's wrong.
21158 If we found type of video and audio but not of a subtitle stream,
21159 it will still error out (which is unwanted). Will find a better fix
21161 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21162 (ogmaudio_type_find), (plugin_init):
21165 2004-09-20 Johan Dahlin <johan@gnome.org>
21167 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21168 after setting caps.
21170 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21172 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21173 * gst/wavenc/gstwavenc.h:
21174 Added newmedia support to wavenc
21176 2004-09-17 Wim Taymans <wim@fluendo.com>
21178 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21179 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21180 (gst_fdset_fd_can_write), (gst_fdset_wait):
21181 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21182 (gst_multifdsink_init), (gst_multifdsink_add),
21183 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21184 (gst_multifdsink_remove_client_link),
21185 (gst_multifdsink_client_queue_buffer),
21186 (gst_multifdsink_handle_client_write),
21187 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21188 (gst_multifdsink_close), (gst_multifdsink_change_state):
21189 * gst/tcp/gstmultifdsink.h:
21190 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21191 (gst_tcpserversink_removed):
21192 Small cleanups in fdset.c
21193 Use a hastable to map fd to the client structure for faster
21194 lookup in _remove and get_stats.
21195 Added virtual function to close the fds.
21196 Handle clients even when the select/poll call was unblocked because
21198 Implement syncing to keyframe in the recovery procedure.
21200 2004-09-16 Iain <iaingnome@gmail.com>
21202 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21205 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21207 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21208 Caps are only set if the type of the stream is unknown, but this
21209 is initialized in ->init_stream(), so set to UNKNOWN after calling
21210 ->init_stream() so that capsnego starts.
21212 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21214 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21215 (gst_avi_demux_stream_data):
21216 Just hardcode for raw audio then. AVI audio sucks.
21218 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
21220 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21221 * gst/matroska/matroska-mux.c: (audiosink_templ),
21222 (gst_matroska_mux_audio_pad_link):
21223 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21224 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21226 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21228 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21229 (gst_avi_demux_stream_data):
21230 Try to fix a/v sync issues.
21232 2004-09-15 David Schleef <ds@schleef.org>
21234 * configure.ac: remove NASM check, since we don't use it. Update
21236 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21237 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21238 Initialized variables.
21239 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21240 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21241 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21244 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21246 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21247 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21248 * gst/avi/gstavidemux.h:
21249 Fix for compressed audio (mp3) timestamp generation. How did this
21252 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21254 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21255 Volume is a double not a float.
21257 2004-09-15 Wim Taymans <wim@fluendo.com>
21259 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21260 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21261 Don't close the fd in multifdsink as we didn't open it in the
21262 first place. Some cleanups.
21264 2004-09-15 Wim Taymans <wim@fluendo.com>
21266 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21267 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21268 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21269 Fix the case where the muxer would mark pages as delta
21270 frames when they are not (vorbis only ogg).
21272 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21274 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21275 (gst_play_base_bin_change_state):
21276 Handle the case where we failed to setup a clear pipeline. This
21277 will throw an error (or EOS, another nice case) and if you don't
21278 catch that, the app will wait for the signal forever (and thus
21281 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21283 * ext/gnomevfs/gstgnomevfssink.c:
21284 (gst_gnomevfssink_uri_get_protocols):
21285 * ext/gnomevfs/gstgnomevfssrc.c:
21286 (gst_gnomevfssrc_uri_get_protocols):
21287 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21288 * ext/gnomevfs/gstgnomevfsuri.h:
21289 Use _uri_new() instead of _open(), so it doesn't take as long and
21290 Christophe's computer won't hang.
21291 * gst/playback/gstplaybasebin.c: (unknown_type):
21292 Throw error on unknown media type, so apps actually display it.
21294 2004-09-14 Brian Cameron <brian.cameron@sun.com
21296 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
21297 this script to work on Solaris since bash shell handles echo
21298 differenly than bash.
21300 2004-09-17 Wim Taymans <wim@fluendo.com>
21302 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21303 (setup_source), (gst_play_base_bin_set_property),
21304 (gst_play_base_bin_add_element):
21305 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21306 Some more work on making sure seeking pauses the pipeline and
21307 that changing the uri actually does something.
21309 2004-09-17 Wim Taymans <wim@fluendo.com>
21311 * gst/tcp/gstfdset.c: (gst_fdset_wait):
21312 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21313 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21314 (gst_tcpserversink_close):
21315 Be a bit more paranoid when freeing memory.
21317 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21319 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21320 (qtdemux_parse_trak):
21321 Don't crash by dividing by zero (see sample movie in #126922).
21323 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21325 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21326 Don't touch non-existing data (fixes crash on file in #140147).
21328 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21330 * gst/playback/gstplaybasebin.c:
21331 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21332 Handle double disposals, and proper change of URIs.
21334 2004-09-13 Martin Eikermann <meiker@upb.de>
21336 * gst/mpegstream/gstmpegparse.c:
21337 fix synchronistation for streams recorded from digital PCR
21340 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21342 * ext/gnomevfs/Makefile.am:
21343 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21344 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21345 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21346 (gst_gnomevfssink_uri_get_type),
21347 (gst_gnomevfssink_uri_get_protocols),
21348 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21349 (gst_gnomevfssink_uri_handler_init),
21350 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21351 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21352 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21353 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21354 (gst_gnomevfssrc_uri_get_type),
21355 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21356 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21357 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21358 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21359 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21360 * ext/gnomevfs/gstgnomevfsuri.h:
21361 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21362 of fake URIs to see which this version of Gnome-VFS likes, and
21363 uses that for the Gst-URI interface. Makes playbin support http://
21364 streams. Also fix up some stupid behaviour in gnomevfssrc.
21366 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21368 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21369 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21370 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21371 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21372 Update mixer (to sync with other sessions) if we try to obtain
21373 a new value. This makes alsamixer work accross applications.
21374 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21375 Only call sync functions if we're running, else alsalib asserts.
21376 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21377 Sometimes fails to compile. Possibly a gcc bug.
21378 * gst/playback/gstplaybin.c: (gen_video_element),
21379 (gen_audio_element):
21380 Add a reference to an application-provided object, because we lose
21381 this same reference if we add it to the bin. If we don't do this,
21382 we can only use this object once and thus crash if we go from
21383 ready to playing, back to ready and back to playing again.
21384 Also add an audioscale element because several cheap soundcards -
21385 like mine - don't support all samplerates.
21386 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21387 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21388 Fix wrong order or PAR calls. Makes automatically obtained PAR
21389 from the X server atually being used.
21391 2004-09-12 David Schleef <ds@schleef.org>
21393 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21394 #151887, #152102, #152247.
21395 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21396 * examples/seeking/cdparanoia.c: same
21397 * examples/seeking/cdplayer.c: same
21398 * examples/seeking/seek.c: same
21399 * examples/seeking/spider_seek.c: same
21400 * examples/seeking/vorbisfile.c: same
21401 * examples/stats/mp2ogg.c: same
21402 * ext/esd/esdsink.c: (gst_esdsink_class_init),
21403 (gst_esdsink_dispose): Dispose of element properly.
21404 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21406 * ext/nas/nassink.c: (gst_nassink_class_init),
21407 (gst_nassink_dispose): Dispose of element correctly.
21408 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21409 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21410 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21411 Fix 64-bit warning.
21412 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21413 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21414 Fix 64-bit warning.
21416 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21418 * configure.ac : change speex detection as 1.1.6 now uses
21419 .pc/pkg-config and they changed their headers location.
21421 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
21423 * gst/matroska/matroska-mux.h:
21424 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21425 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21426 (gst_matroska_mux_write_data):
21427 Write multiple blocks/frames per cluster.
21428 Write meta-seek information (seek heads).
21430 2004-09-09 Scott Wheeler <wheeler@kde.org>
21432 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21433 (gst_play_bin_set_property), (gst_play_bin_get_property),
21434 (gen_audio_element), (gen_audio_element):
21435 Add a volume element / property to the pipeline.
21437 2004-09-07 Wim Taymans <wim@fluendo.com>
21439 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21440 Copy timestamps from the master pad to the output buffers.
21442 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
21444 * ext/raw1394/gstdv1394src.c:
21445 throw errors when applicable
21447 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
21449 * gst/matroska/ebml-ids.h:
21450 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21451 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21452 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21453 automatically convert unix time <-> ebml time when reading/writing
21454 a date, use gst_ebml_write_uint to write CUETIME,
21455 not gst_ebml_write_date.
21456 * gst/matroska/matroska-ids.h:
21457 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21458 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21459 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21460 (gst_matroska_mux_write_data):
21461 Write track and segment UIDs, write muxing date, write
21462 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21463 Create cues for audio only files.
21465 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21467 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21468 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21469 Re-commit ALSA switches.
21470 * gst/adder/gstadder.c: (gst_adder_loop):
21471 64-bit fix (#151416).
21472 * gst/debug/progressreport.c: (gst_progressreport_report):
21473 64-bit fix (#151419).
21474 * gst/matroska/matroska-demux.c:
21475 (gst_matroska_demux_parse_contents):
21476 64-bit fix (#151420).
21477 * gst/playback/test3.c: (update_scale):
21478 64-bit fix (#151421).
21480 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21485 === release 0.8.4 ===
21487 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21489 * configure.ac: releasing 0.8.4, "Alias"
21491 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21493 * ext/theora/Makefile.am:
21494 fix makefile. Fixes #151462.
21496 2004-08-30 Wim Taymans <wim@fluendo.com>
21498 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21499 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21500 (gst_multifdsink_remove_client_link),
21501 (gst_multifdsink_client_queue_buffer),
21502 (gst_multifdsink_handle_client_write):
21503 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21504 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21505 Fix some memory leaks.
21507 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21509 Patch by: David Schleef
21513 rename our detection macro for V4L2. Fixes #151236.
21515 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21517 Patch by: David Schleef
21520 check to define LAMEPRESET. Fixes #151232.
21522 2004-08-27 David Schleef <ds@schleef.org>
21524 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21525 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21526 (gst_glimagesink_fixate): Move local variable declarations to
21527 make gcc-2.95 happy.
21529 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21532 bump nano for prerelease
21534 2004-08-27 David Schleef <ds@schleef.org>
21536 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21537 * sys/sunaudio/gstsunaudiosrc.c:
21538 * sys/sunaudio/gstsunaudiosrc.h:
21540 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21542 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21543 handle EOS correctly
21544 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21545 * gst/matroska/matroska-mux.h:
21546 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21547 VFW compatibility mode
21549 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21551 patch by: Zaheer Abbas Merali
21553 * ext/ogg/gstoggmux.c:
21554 * ext/vorbis/vorbisenc.c:
21555 * ext/vorbis/vorbisenc.h:
21558 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21560 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21561 fix byte order reversion on little endian machines.
21562 * gst/matroska/matroska-mux.c: (audiosink_templ),
21563 (gst_matroska_mux_audio_pad_link):
21564 add TTA codec to the list of supported codecs.
21565 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21566 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21567 (gst_matroska_mux_write_data):
21568 * gst/matroska/matroska-mux.h:
21569 write segment duration correctly, write muxing app string, fixes bugs
21570 #140897 and #140898.
21571 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21572 wait for all pads to be negotiated before starting to mux.
21574 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21576 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21577 * ext/lame/gstlame.h:
21578 Added new media support to lame
21580 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21582 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21583 send vorbis headers at the beginning of a stream, fixes bug #141554.
21584 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21586 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21587 (gst_matroska_demux_plugin_init):
21588 * gst/matroska/matroska-ids.h:
21589 enable demuxing of TTA audio streams, fixes bug #148951.
21590 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21591 enable typefinding for TTA audio files, fixes bug #148711.
21592 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21593 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21594 fixes playback of packed bitstream and xvid with bframes, bug #135407.
21596 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
21598 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21599 (gst_riff_read_element_data), (gst_riff_read_seek),
21600 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21601 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21604 2004-08-23 Iain <iaingnome@gmail.com>
21606 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21607 tags. They appear to be handled differently to normal.
21608 (tag_list_to_id3_tag_foreach): Ditto.
21610 2004-08-22 Wim Taymans <wim@fluendo.com>
21612 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21613 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21614 Make sure we never send -1 granulepos.
21616 2004-08-20 Wim Taymans <wim@fluendo.com>
21618 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21619 (gst_ogg_mux_loop):
21620 I will accept bitchslappings with non sharp objects.
21622 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21625 Clean up the test for lame presets
21627 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21630 * ext/lame/Makefile.am:
21631 * ext/lame/gstlame.c: (gst_lame_class_init),
21632 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21633 Only enable lame presets if version of lame has presets in API
21635 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
21636 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21637 * gst/udp/gstudpsrc.h:
21638 Don't call gst_pad_push in a get function. Fixes #150449
21640 2004-08-18 Wim Taymans <wim@fluendo.com>
21642 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21643 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21644 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21645 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21646 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21648 * gst/tcp/gstfdset.h:
21649 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21650 (gst_multifdsink_client_queue_buffer),
21651 (gst_multifdsink_handle_client_write):
21652 * gst/tcp/gstmultifdsink.h:
21653 Some extra checks in gstfdset.
21654 Only use send() when the fd is a socket. Don't try to
21655 read from write only fds.
21657 2004-08-18 Wim Taymans <wim@fluendo.com>
21659 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21660 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21661 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21662 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21664 Add more locking and bounds checking.
21666 2004-08-18 Wim Taymans <wim@fluendo.com>
21668 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21669 Realloc test fdset in the lock and right before starting
21670 the poll call. Bump the limit to 4096.
21672 2004-08-17 David Schleef <ds@schleef.org>
21674 * sys/sunaudio/Makefile.am:
21675 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21676 of rates and channels. Make debugging less obnoxious.
21678 Patch from Balamurali Viswanathan implementing a mixer for
21679 Sun audio. (bug #144091):
21680 * sys/sunaudio/gstsunelement.c:
21681 * sys/sunaudio/gstsunelement.h:
21682 * sys/sunaudio/gstsunmixer.c:
21683 * sys/sunaudio/gstsunmixer.h:
21685 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21687 * gst/audioscale/gstaudioscale.c:
21688 * gst/audioscale/gstaudioscale.h:
21689 made audioscale resample from any sample rate to any sample rate
21691 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21693 * ext/libpng/gstpngdec.c:
21694 error out on unsupported types
21696 2004-08-17 Iain <iaingnome@gmail.com>
21698 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21699 mid_side and loose_mid_side properties if its a stereo stream.
21701 2004-08-17 Wim Taymans <wim@fluendo.com>
21703 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21704 (theora_get_formats), (theora_dec_src_convert),
21705 (theora_dec_sink_convert), (theora_dec_src_query),
21706 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21709 2004-08-17 Wim Taymans <wim@fluendo.com>
21711 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21712 (gst_ogg_pad_push):
21713 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21714 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21715 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21716 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21717 Mark delta units in the muxer.
21718 Try to decode the packet after an out-of-sync error from
21721 2004-08-17 Wim Taymans <wim@fluendo.com>
21723 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21724 (gst_multifdsink_init), (gst_multifdsink_add),
21725 (gst_multifdsink_client_queue_buffer),
21726 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21727 * gst/tcp/gstmultifdsink.h:
21728 Added option to send a keyframe to clients as the first buffer.
21729 Make timeout property writable.
21731 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21733 patch by: Wim Taymans
21735 * gst/tcp/gstfdset.c:
21736 * gst/tcp/gstmultifdsink.c:
21737 fix index comparison, should include 0
21739 2004-08-16 Wim Taymans <wim@fluendo.com>
21741 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21742 (gst_fdset_add_fd), (gst_fdset_remove_fd),
21743 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21744 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21746 copy when reallocing for poll so the select arguments don't get
21747 changed during the call
21749 2004-08-16 Wim Taymans <wim@fluendo.com>
21751 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21752 (gst_theora_enc_class_init), (theora_enc_sink_link),
21753 (theora_buffer_from_packet), (theora_enc_chain):
21754 Fix bug where buffers were not marked as keyframes
21757 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21759 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21760 (gst_lame_preset_get_type), (gst_lame_class_init):
21761 describe the enum values for vbr mode and presets more verbosely
21763 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21765 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21766 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21767 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21768 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21769 * ext/lame/gstlame.h:
21770 add preset property to lame so it can use lame presets
21772 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21774 * ext/lame/gstlame.c: (gst_lame_get_property):
21775 whoops forgot break, thanks teuf
21777 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21779 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21780 (gst_lame_class_init), (gst_lame_src_getcaps),
21781 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21782 (gst_lame_get_property), (gst_lame_setup):
21783 * ext/lame/gstlame.h:
21784 fix lame's broken vbr stuff, allow it to resample if need be, and also
21785 make xing header optional
21787 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21789 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21790 added getcaps function so samplerate doesnt get fixated to silly values
21792 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21794 * ext/lame/gstlame.c: (gst_lame_src_link):
21795 revert previous fix
21797 2004-08-12 Johan Dahlin <johan@gnome.org>
21799 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21800 checks. Doesn't matter what state we are in. Interfaces are a
21801 compile time thing, not runtime. It also broke the python bindings.
21803 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21805 * ext/lame/gstlame.c: (gst_lame_src_link):
21806 made source pad link function check if sinkpad is ok..fixes the problem
21807 where core fixates the output rate of lame stupidly
21809 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
21811 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21812 * sys/v4l/v4l_calls.c:
21813 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21814 fix fixate function to handle nonsimple caps.
21815 remove bogus check in _link
21818 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21820 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21821 set default compression ratio parameter to 0.0 so bitrate parameter
21824 2004-08-11 David Schleef <ds@schleef.org>
21826 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21828 2004-08-11 David Schleef <ds@schleef.org>
21830 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21833 2004-08-11 David Schleef <ds@schleef.org>
21835 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21837 2004-08-11 David Schleef <ds@schleef.org>
21839 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21841 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21842 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21844 * gst/auparse/gstauparse.c: Fix plugin license field.
21845 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21846 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21847 * gst/rtp/gstrtp.c: Fix plugin license field.
21849 2004-08-11 Wim Taymans <wim@fluendo.com>
21851 * gst/tcp/Makefile.am:
21852 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21853 (ensure_size), (gst_fdset_new), (gst_fdset_free),
21854 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21855 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21856 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21857 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21858 (gst_fdset_fd_can_write), (gst_fdset_wait):
21859 * gst/tcp/gstfdset.h:
21860 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21861 (gst_multifdsink_class_init), (gst_multifdsink_init),
21862 (gst_multifdsink_add), (gst_multifdsink_remove),
21863 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21864 (gst_multifdsink_remove_client_link),
21865 (gst_multifdsink_handle_client_read),
21866 (gst_multifdsink_client_queue_data),
21867 (gst_multifdsink_client_queue_caps),
21868 (gst_multifdsink_client_queue_buffer),
21869 (gst_multifdsink_handle_client_write),
21870 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21871 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21872 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21873 (gst_multifdsink_close):
21874 * gst/tcp/gstmultifdsink.h:
21875 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21876 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21877 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21878 (gst_tcpserversink_close):
21879 * gst/tcp/gsttcpserversink.h:
21880 Abstracted away the select call, implemented poll (yes we ran into
21881 the 1024 limit in production).
21883 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
21885 * gst/tcp/gsttcp.c:
21886 * gst/tcp/gsttcpplugin.c:
21887 improve debuggging, remove assert
21889 2004-08-10 Wim Taymans <wim@fluendo.com>
21891 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21892 (gst_client_status_get_type), (gst_multifdsink_class_init),
21893 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21894 (gst_multifdsink_handle_client_read),
21895 (gst_multifdsink_handle_client_write),
21896 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21897 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21898 (gst_multifdsink_get_property):
21899 * gst/tcp/gstmultifdsink.h:
21900 * gst/tcp/gsttcp-marshal.list:
21901 Starting to prepare for specifying buffer time in other units
21902 than buffers. Expose remove reason in signal.
21904 2004-08-10 Wim Taymans <wim@fluendo.com>
21906 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21907 (gst_multifdsink_remove), (gst_multifdsink_clear),
21908 (gst_multifdsink_remove_client_link),
21909 (gst_multifdsink_handle_client_read),
21910 (gst_multifdsink_client_queue_data),
21911 (gst_multifdsink_client_queue_buffer),
21912 (gst_multifdsink_handle_client_write),
21913 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21914 (gst_multifdsink_chain), (gst_multifdsink_close):
21915 * gst/tcp/gstmultifdsink.h:
21916 Added more debugging info. Changed the way clients are
21917 removed from the lists. Fixed a bug where a bad file descriptor
21918 could cause many clients to be removed.
21920 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
21922 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21923 allow all pixel-aspect-ratios, not just 1:1
21925 2004-08-09 David Schleef <ds@schleef.org>
21927 * sys/glsink/ARB_multitexture.h: Remove old files.
21928 * sys/glsink/EXT_paletted_texture.h:
21929 * sys/glsink/NV_register_combiners.h:
21930 * sys/glsink/gstgl_nvimage.c:
21931 * sys/glsink/gstgl_pdrimage.c:
21932 * sys/glsink/gstgl_rgbimage.c:
21933 * sys/glsink/gstglsink.c:
21934 * sys/glsink/gstglsink.h:
21935 * sys/glsink/gstglxwindow.c:
21936 * sys/glsink/regcomb_yuvrgb.c:
21938 2004-08-09 David Schleef <ds@schleef.org>
21940 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21941 GL sink plugin. (Bug #147302)
21943 * configure.ac: Test for OpenGL
21944 * sys/Makefile.am: Use test for OpenGL
21945 * sys/glsink/Makefile.am:
21946 * sys/glsink/glimagesink.c: rewrite
21947 * sys/glsink/glimagesink.h: rewrite
21949 2004-08-09 David Schleef <ds@schleef.org>
21951 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
21953 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21954 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21955 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21957 2004-08-09 Wim Taymans <wim@fluendo.com>
21959 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21960 (gst_multifdsink_add), (gst_multifdsink_get_stats),
21961 (gst_multifdsink_client_remove),
21962 (gst_multifdsink_handle_client_read),
21963 (gst_multifdsink_handle_client_write),
21964 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21965 Do a bit more logging, make the client_read code more robust.
21967 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21969 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21970 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21971 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21972 (gst_jpegdec_init), (gst_jpegdec_chain):
21973 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21974 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21975 cleanups, debugging fixes and memleak plugging
21977 2004-08-09 Wim Taymans <wim@fluendo.com>
21979 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21980 (theora_get_formats), (theora_dec_src_convert),
21981 (theora_dec_sink_convert), (theora_dec_src_query),
21982 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21983 (theora_dec_change_state):
21984 Don't crash on missing header packets.
21986 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21990 Added Albanian translation (Laurent Dhima)
21994 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21996 * ext/lame/gstlame.c:
21999 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22001 * sys/ximage/ximagesink.c:
22002 * sys/xvimage/xvimagesink.c:
22003 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
22005 2004-08-06 Wim Taymans <wim@fluendo.com>
22007 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22008 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22009 (gst_multifdsink_client_remove),
22010 (gst_multifdsink_handle_client_read),
22011 (gst_multifdsink_handle_client_write),
22012 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22013 Make sure we don't try to read more from a client that what
22014 ioctl says us or we deadlock.
22016 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22018 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22019 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22020 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22021 decouple running_time and n_frames so it can handle changing
22022 framerate while running
22024 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22028 updated translations
22030 2004-08-04 Benjamin Otte <otte@gnome.org>
22032 * gst/videotestsrc/gstvideotestsrc.c:
22033 (gst_videotestsrc_get_capslist), (generate_capslist),
22035 generate the list of supported caps at startup and reuse it instead
22036 of always generating it
22038 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
22040 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22041 whoops, last checkin broke normal build
22043 2004-08-03 Benjamin Otte <otte@gnome.org>
22045 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22046 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22047 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22048 (gst_alsa_mixer_get_option):
22049 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22050 (dvdnavsrc_print_event):
22051 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22052 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22053 (gst_ogg_mux_pad_unlink):
22054 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22055 (gst_multipart_mux_pad_unlink):
22056 * gst/videofilter/gstvideobalance.c:
22057 (gst_videobalance_colorbalance_set_value):
22058 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22059 (gst_videomixer_pad_unlink):
22061 * sys/oss/gstossmixer.c:
22062 * sys/v4l/gstv4lcolorbalance.c:
22063 * sys/v4l/gstv4ltuner.c:
22064 * sys/v4l/v4lsrc_calls.c:
22065 * sys/v4l2/gstv4l2colorbalance.c:
22066 * sys/v4l2/gstv4l2tuner.c:
22067 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22069 2004-08-03 Benjamin Otte <otte@gnome.org>
22071 * examples/dynparams/filter.c: (ui_control_create):
22072 * examples/gstplay/player.c: (print_tag):
22073 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22074 * ext/gdk_pixbuf/gstgdkanimation.c:
22075 (gst_gdk_animation_iter_may_advance):
22076 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22077 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22078 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22079 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22080 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22081 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22082 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22083 * gst/sine/demo-dparams.c: (main):
22084 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22085 * testsuite/alsa/formats.c: (create_pipeline):
22086 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22087 fixes for G_DISABLE_ASSERT and friends
22088 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22089 (mp3_type_frame_length_from_header), (mp3_type_find),
22091 require mp3 typefinding to have at least MIN_HEADERS valid headers
22092 add typefinding for AAC adts files
22094 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
22096 * sys/ximage/ximagesink.c:
22097 (gst_ximagesink_calculate_pixel_aspect_ratio):
22098 * sys/xvimage/xvimagesink.c:
22099 (gst_xvimagesink_calculate_pixel_aspect_ratio):
22100 Make sure we calculate pixel-aspect-ratio using floating point maths
22102 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22105 updated translation
22107 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22109 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22110 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22111 add debugging for display PAR calculation
22113 2004-08-02 David Schleef <ds@schleef.org>
22115 * configure.ac: Fix mikmod CFLAGS.
22117 2004-07-27 Benjamin Otte <otte@gnome.org>
22119 * gst/audioscale/gstaudioscale.c:
22120 - fix templates to only support S16, it's the only format that works
22121 - make caps nego code use try_set_caps_nonfixed and fixation instead
22122 of try_set_caps twice, which is not nice for autopluggers
22123 - change rank to secondary, so autopluggers can pick it up after
22126 2004-08-02 Iain <iain@prettypeople.org>
22128 * gst/interleave/interleave.c (interleave_init),
22129 (interleave_request_new_pad),
22130 (interleave_pad_removed),
22131 (interleave_buffered_loop): Use the real pad count, not the artificial
22134 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22136 * configure.ac: bump nano back to development
22138 === release 0.8.3 ===
22140 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22142 * configure.ac: releasing 0.8.3, "Water"
22144 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22146 * sys/xvimage/xvimagesink.c:
22147 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22148 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22149 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22150 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22151 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22152 * sys/xvimage/xvimagesink.h:
22153 apply similar PAR fixes as to ximagesink
22155 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22157 patch from: Benjamin Otte
22159 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22160 add link function to lame. Fixes #148986.
22162 2004-08-02 Johan Dahlin <johan@gnome.org>
22164 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22167 2004-07-30 David Schleef <ds@schleef.org>
22169 * gst/videomixer/Makefile.am: Fix things that should have been
22170 fixed in the last checkin.
22172 2004-07-30 David Schleef <ds@schleef.org>
22174 * gst/multipart/Makefile.am: Fix things that should have been
22175 fixed in the last checkin.
22177 2004-07-30 David Schleef <ds@schleef.org>
22179 * testsuite/multifilesink/Makefile.am: Fix unused variable.
22181 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22184 bump nano for prerelease
22196 2004-07-30 Wim Taymans <wim@fluendo.com>
22198 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22199 (gst_multifdsink_add), (gst_multifdsink_remove),
22200 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22201 (gst_multifdsink_client_remove),
22202 (gst_multifdsink_handle_client_write),
22203 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22204 * gst/tcp/gstmultifdsink.h:
22205 Recover from a select with a bad file descriptor by removing
22208 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22211 fix requirement of core
22212 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22213 (gst_play_pipeline_setup):
22214 don't use colorspace element. do use hermescolorspace element.
22215 make macro to get a colorspace element.
22216 mark strings for translation.
22228 update translations
22230 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22232 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22233 fix default for newmedia flag
22235 2004-07-30 Wim Taymans <wim@fluendo.com>
22237 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22238 (gst_theora_dec_init), (theora_get_formats),
22239 (theora_dec_src_convert), (theora_dec_sink_convert),
22240 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22241 (theora_dec_chain), (theora_dec_set_property),
22242 (theora_dec_get_property):
22243 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22244 (gst_theora_enc_class_init), (gst_theora_enc_init),
22245 (theora_enc_sink_link), (theora_enc_chain),
22246 (theora_enc_set_property), (theora_enc_get_property):
22247 Added cropping option to theora decoder.
22248 Added border option to theora encoder.
22250 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22252 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22253 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22254 (gst_pngenc_set_property):
22255 * ext/libpng/gstpngenc.h:
22256 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
22258 2004-07-30 Wim Taymans <wim@fluendo.com>
22260 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22261 (theora_enc_sink_link), (theora_enc_chain),
22262 (theora_enc_set_property), (theora_enc_get_property):
22263 Fix encoding of non-multiple-of-16 video.
22265 2004-07-29 David Schleef <ds@schleef.org>
22267 * configure.ac: make test for audiofile more strict
22269 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
22271 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22272 give different names to typefind functions
22274 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22276 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22277 (gst_ximagesink_calculate_pixel_aspect_ratio),
22278 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22279 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22280 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22281 (gst_ximagesink_get_property), (gst_ximagesink_init):
22282 * sys/ximage/ximagesink.h:
22283 allocate PAR's dynamically.
22284 use autodetected PAR if no object-set PAR is given.
22285 add workaround for directfb's X not setting physical size.
22286 fix to xvimagesink will follow tomorrow.
22288 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22290 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22291 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22292 (gst_shout2send_get_type), (gst_shout2send_set_clock),
22293 (gst_shout2send_class_init), (gst_shout2send_init),
22294 (set_shout_metadata), (gst_shout2send_set_metadata),
22295 (gst_shout2send_chain), (gst_shout2send_set_property),
22296 (gst_shout2send_get_property), (gst_shout2send_connect),
22297 (gst_shout2send_change_state):
22298 * ext/shout2/gstshout2.h:
22299 - fix for sending mp3 audio to icecast2 server, if pad link function not
22300 called before PAUSED state
22301 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22302 - added tagging support for mp3 audio broadcasted
22303 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22306 2004-07-28 Wim Taymans <wim@fluendo.com>
22308 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22309 (gst_ogg_demux_push):
22310 Return query failure when we don't know the length of
22311 an ogg stream insteda of returning TRUE with a bogus value.
22313 2004-07-28 Wim Taymans <wim@fluendo.com>
22315 * ext/theora/theoradec.c: (theora_get_formats),
22316 (theora_dec_src_convert), (theora_dec_sink_convert),
22317 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22318 (theora_dec_chain):
22319 Don't screw up the 1 Chroma for 1 luma sample situation when we
22320 have an odd offset/width by adding a black border in those cases.
22322 2004-07-28 Wim Taymans <wim@fluendo.com>
22324 * ext/theora/theoradec.c: (theora_get_formats),
22325 (theora_dec_src_convert), (theora_dec_sink_convert),
22326 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22327 (theora_dec_chain):
22328 * ext/theora/theoraenc.c: (theora_enc_sink_link):
22329 Added first attempt at cropping of the image as required by the
22330 theora spec. We need more properties in the caps (offset_x,
22331 offset_y,stride) to implement this correctly.
22333 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
22335 * ext/dvdnav/README:
22336 Update the README to use dvddemux
22337 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22338 Ensure getcaps returns a subset of the template caps
22339 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22340 (gst_mpeg2subt_init):
22341 Ensure getcaps returns a subset of the template caps
22342 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22343 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22344 (gst_dvd_demux_get_subpicture_stream),
22345 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22346 * gst/mpegstream/gstdvddemux.h:
22347 Set the explicit caps on the current_video pad before pushing
22349 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22350 (gst_mpeg_demux_get_audio_stream):
22351 Free caps used to gst_pad_set_explicit_caps, which takes a const
22354 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22356 * configure.ac: update GStreamer requirement to 0.8.4 because of
22359 2004-07-28 Wim Taymans <wim@fluendo.com>
22361 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22362 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22363 Add the pad to the element after setting up the caps. This
22364 makes it a lot easier to autoplug.
22366 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22368 * gst/median/gstmedian.c:
22369 * gst/mpeg2subt/gstmpeg2subt.c:
22370 * gst/mpegaudioparse/gstmpegaudioparse.c:
22371 * gst/mpegstream/gstdvddemux.c:
22372 * gst/mpegstream/gstmpegdemux.c:
22373 * gst/mpegstream/gstmpegpacketize.c:
22374 * gst/rtjpeg/gstrtjpeg.c:
22375 * gst/rtjpeg/gstrtjpegdec.c:
22376 * gst/rtjpeg/gstrtjpegenc.c:
22377 * gst/sine/gstsinesrc.c:
22378 * gst/smooth/gstsmooth.c:
22379 * gst/smpte/gstsmpte.c:
22380 * gst/smpte/gstsmpte.h:
22381 * gst/stereo/gststereo.c:
22382 * gst/videofilter/gstgamma.c:
22383 * gst/videofilter/gstvideobalance.c:
22384 * gst/videofilter/gstvideofilter.c:
22385 * gst/videofilter/gstvideoflip.c:
22386 * gst/videoscale/gstvideoscale.c:
22387 * gst/videoscale/videoscale.c:
22388 * gst/videotestsrc/gstvideotestsrc.c:
22389 * gst/videotestsrc/videotestsrc.c:
22390 * gst/wavenc/gstwavenc.c:
22391 * gst/wavparse/gstwavparse.c:
22392 fix local includes and 64 bits constants
22394 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22397 * gst-libs/gst/*/*.vcproj:
22399 more working plugins
22401 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22403 * testsuite/alsa/Makefile.am:
22404 * testsuite/alsa/srcstate.c:
22405 add test for alsasrc changing state
22407 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22409 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22411 * gst/silence/gstsilence.h:
22412 fix silence generation for 16bit raw audio
22414 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22416 * gst/matroska/matroska-demux.c:
22417 (gst_matroska_demux_parse_metadata),
22418 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22419 * gst/mpegaudio/common.c:
22420 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22421 (gst_videoscale_getcaps), (gst_videoscale_link),
22422 (gst_videoscale_src_fixate), (gst_videoscale_init),
22423 (gst_videoscale_finalize):
22424 * gst/videoscale/gstvideoscale.h:
22425 * gst/videotestsrc/gstvideotestsrc.c:
22426 (gst_videotestsrc_get_capslist):
22427 * gst/wavenc/gstwavenc.c:
22428 * sys/oss/gstossmixer.c: (fill_labels):
22429 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22430 (gst_ximagesink_handle_xevents),
22431 (gst_ximagesink_calculate_pixel_aspect_ratio),
22432 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22433 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22434 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22435 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22436 (gst_ximagesink_init), (gst_ximagesink_class_init):
22437 * sys/ximage/ximagesink.h:
22438 * sys/xvimage/xvimagesink.c:
22439 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22440 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22441 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22442 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22443 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22444 * sys/xvimage/xvimagesink.h:
22445 first batch of pixel aspect ratio commits.
22447 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22449 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22450 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22451 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22452 handle stride, needs work if we want to move stride handling
22453 upstream, but works correctly for our purposes.
22455 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22457 * gst/videoscale/README:
22458 add testing examples
22459 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22460 (gst_videoscale_chain):
22461 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22462 (gst_videoscale_get_size):
22463 add get_size function that handles stride like videotestsrc.
22464 fixes conversion for YUV formats for as much as I can test them.
22466 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22468 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22469 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22470 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22471 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22472 (gst_xvimagesink_xvimage_put):
22473 further cleanups, logging, error handling and synchronizing
22475 2004-07-27 Wim Taymans <wim@fluendo.com>
22477 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22478 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22479 (gst_videomixer_pad_set_property),
22480 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22481 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22482 (gst_videomixer_class_init), (gst_videomixer_init),
22483 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22484 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22485 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22486 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22487 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22488 (gst_videomixer_loop), (plugin_init):
22489 Be a nicer negotiation citizen and provide a getcaps function on
22490 the srcpad. This also fixes a crash when resizing.
22492 2004-07-27 Julien MOUTTE <julien@moutte.net>
22494 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22495 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22497 2004-07-27 Wim Taymans <wim@fluendo.com>
22499 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22500 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22501 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22502 (gst_pngenc_set_property):
22503 * ext/libpng/gstpngenc.h:
22504 Added snapshot property to pngenc.
22505 removed g_print from pngdec
22507 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22509 * gst/ac3parse/ac3parse.vcproj
22510 * gst/adder/adder.vcproj
22511 * gst/alpha/alpha.vcproj
22512 * gst/alpha/alphacolor.vcproj
22513 * gst/asfdemux/asf.vcproj
22514 * gst/audioconvert/audioconvert.vcproj
22515 * gst/audiorate/audiorate.vcproj
22516 * gst/audioscale/audioscale.vcproj
22517 * gst/auparse/auparse.vcproj
22518 * gst/avi/avi.vcproj
22519 * gst/cdxaparse/cdxaparse.vcproj
22520 * gst/chart/chart.vcproj
22521 * gst/colorspace/colorspace.vcproj
22522 * gst/cutter/cutter.vcproj
22523 * gst/debug/debug.vcproj
22524 * gst/debug/efence.vcproj
22525 * gst/debug/navigationtest.vcproj
22526 * gst/deinterlace/deinterlace.vcproj
22527 * gst/effectv/effectv.vcproj
22528 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22529 * gst/filter/filter.vcproj
22530 * gst/flx/flxdec.vcproj
22531 * gst/goom/goom.vcproj
22532 * gst/interleave/interleave.vcproj
22533 * gst/law/alaw.vcproj
22534 * gst/law/mulaw.vcproj
22535 * gst/matroska/matroska.vcproj
22536 * gst/median/median.vcproj
22537 * gst/mixmatrix/mixmatrix.vcproj
22538 * gst/mpeg1sys/mpeg1systemencode.vcproj
22539 * gst/mpeg1videoparse/mp1videoparse.vcproj
22540 * gst/mpeg2sub/mpeg2subt.vcproj
22541 * gst/mpegaudio/mpegaudio.vcproj
22542 * gst/mpegaudioparse/mpegaudioparse.vcproj
22543 * gst/mpegstream/mpegstream.vcproj
22544 * gst/multifilesink/multifilesink.vcproj
22545 * gst/multipart/multipart.vcproj
22546 * gst/oneton/oneton.vcproj
22547 * gst/overlay/overlay.vcproj
22548 * gst/passthrough/passthrough.vcproj
22549 * gst/qtdemux/qtdemux.vcproj
22550 * gst/realmedia/rmdemux.vcproj
22551 * gst/rtjpeg/rtjpeg.vcproj
22552 * gst/rtp/rtp.vcproj
22553 * gst/silence/silence.vcproj
22554 * gst/sine/sinesrc.vcproj
22555 * gst/smooth/smooth.vcproj
22556 * gst/smpte/smpte.vcproj
22557 * gst/spectrum/spectrum.vcproj
22558 * gst/speed/speed.vcproj
22559 * gst/stereo/stereo.vcproj
22560 * gst/switch/switch.vcproj
22561 * gst/tags/tagedit.vcproj
22562 * gst/tcp/tcp.vcproj
22563 * gst/typefind/typefindfunctions.vcproj
22564 * gst/udp/udp.vcproj
22565 * gst/videobox/videobox.vcproj
22566 * gst/videocrop/videocrop.vcproj
22567 * gst/videodrop/videodrop.vcproj
22568 * gst/videofilter/gamma.vcproj
22569 * gst/videofilter/videobalance.vcproj
22570 * gst/videofilter/videofilter.vcproj
22571 * gst/videofilter/videoflip.vcproj
22572 * gst/videoflip/videoflip.vcproj
22573 * gst/videomixer/videomixer.vcproj
22574 * gst/videorate/videorate.vcproj
22575 * gst/videoscale/videoscale.vcproj
22576 * gst/videotestsrc/videotestsrc.vcproj
22577 * gst/virtualdub/virtualdub.vcproj
22578 * gst/volenv/volenv.vcproj
22579 * gst/volume/volume.vcproj
22580 * gst/wavenc/wavenc.vcproj
22581 * gst/wavparse/wavparse.vcproj
22582 * gst/y4m/y4menc.vcproj
22583 * gst-libs/gst/audio/audio.vcproj
22584 * gst-libs/gst/audio/audiofilter.vcproj
22585 * gst-libs/gst/colorbalance/colorbalance.vcproj
22586 * gst-libs/gst/idct/idtc.vcproj
22587 * gst-libs/gst/media-info/media-info.vcproj
22588 * gst-libs/gst/mixer/mixer.vcproj
22589 * gst-libs/gst/navigation/navigation.vcproj
22590 * gst-libs/gst/play/play.vcproj
22591 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22592 * gst-libs/gst/resample/resample.vcproj
22593 * gst-libs/gst/riff/riff.vcproj
22594 * gst-libs/gst/tuner/tuner.vcproj
22595 * gst-libs/gst/video/video.vcproj
22596 * gst-libs/gst/xoverlay/xoverlay.vcproj
22597 avoid problems with math.h, fix release dependancy
22598 rename GStreamer-0.8.lib to libgstreamer.lib
22600 2004-07-27 Julien MOUTTE <julien@moutte.net>
22602 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22603 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22604 the atom is not available we have to unlock the mutex. Fixes #148023
22606 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22608 * gst-libs/gst/media-info/media-info.h:
22609 issue for a vararg macro with MSVC
22611 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22613 * gst/effectv/effectv.vcproj
22614 * gst-libs/gst/idct/idct.vcproj:
22615 * gst-libs/gst/media-info/media-info.vcproj:
22616 * gst-libs/gst/navigation/navigation.vcproj:
22617 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22618 * gst-libs/gst/video/video.vcproj:
22619 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22620 fixes for build problems
22622 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22624 * gst-libs/gst/audio/audio.def:
22625 * gst-libs/gst/audio/riff.def:
22626 add some definitions needed by plugins
22628 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22630 * gst/asfdemux/gstasfmux.c
22631 Fix some 64 bits constants to be glib friendly
22633 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22635 * gst/ac3parse/gstac3parse.c
22636 * gst/audioscale/gstaudioscale.c
22637 * gst/auparse/gstauparse.c
22638 * gst/colorspace/gstcolorspace.c
22639 * gst/colorspace/yuv2rgb.h
22640 local include fixes
22642 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22645 add more plugins to the build
22647 2004-07-26 Julien MOUTTE <julien@moutte.net>
22649 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22650 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22652 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22654 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22655 (gst_level_set_property), (gst_level_get_property),
22656 (gst_level_base_init), (gst_level_class_init):
22657 add debugging categories. cleanups.
22659 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22661 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22662 (gst_videoscale_planar411), (gst_videoscale_planar400),
22663 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22664 (gst_videoscale_scale_nearest_str1),
22665 (gst_videoscale_scale_nearest_str2),
22666 (gst_videoscale_scale_nearest_str4),
22667 (gst_videoscale_scale_nearest_16bit),
22668 (gst_videoscale_scale_nearest_24bit):
22669 fixed stride issues
22670 tested with 320x240 -> 321, 322, 324 x240
22671 tested with YV12, I420, YUY2, UYVY
22672 fixed packed422rev (don't think it could have worked before)
22673 by testing with UYVY
22675 2004-07-26 Benjamin Otte <otte@gnome.org>
22677 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22678 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22680 add debugging category, add error checks like checking return values
22681 of setup calls, make sure it still works after
22682 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22684 2004-07-26 Wim Taymans <wim@fluendo.com>
22686 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22687 (gst_mpeg_demux_get_audio_stream),
22688 (gst_mpeg_demux_process_private):
22689 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22690 Check for error codes from the negotiation functions. Make sure
22691 we really set the pad caps when a new pad is created.
22693 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22695 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22696 (gst_ffmpeg_caps_to_pix_fmt):
22697 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22698 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22699 (gst_ffmpegcolorspace_pad_link):
22700 don't make function do two things at the same time without reason.
22702 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22704 * gst/ac3parse/ac3parse.vcproj
22705 * gst/adder/adder.vcproj
22706 * gst/alpha/alpha.vcproj
22707 * gst/alpha/alphacolor.vcproj
22708 * gst/asfdemux/asf.vcproj
22709 * gst/audioconvert/audioconvert.vcproj
22710 * gst/audiorate/audiorate.vcproj
22711 * gst/audioscale/audioscale.vcproj
22712 * gst/auparse/auparse.vcproj
22713 * gst/avi/avi.vcproj
22714 * gst/cdxaparse/cdxaparse.vcproj
22715 * gst/chart/chart.vcproj
22716 * gst/colorspace/colorspace.vcproj
22717 * gst/cutter/cutter.vcproj
22718 * gst/debug/debug.vcproj
22719 * gst/debug/efence.vcproj
22720 * gst/debug/navigationtest.vcproj
22721 * gst/deinterlace/deinterlace.vcproj
22722 * gst/effectv/effectv.vcproj
22723 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22724 * gst/filter/filter.vcproj
22725 * gst/flx/flxdec.vcproj
22726 * gst/goom/goom.vcproj
22727 * gst/interleave/interleave.vcproj
22728 * gst/law/alaw.vcproj
22729 * gst/law/mulaw.vcproj
22730 * gst/matroska/matroska.vcproj
22731 * gst/median/median.vcproj
22732 * gst/mixmatrix/mixmatrix.vcproj
22733 * gst/mpeg1sys/mpeg1systemencode.vcproj
22734 * gst/mpeg1videoparse/mp1videoparse.vcproj
22735 * gst/mpeg2sub/mpeg2subt.vcproj
22736 * gst/mpegaudio/mpegaudio.vcproj
22737 * gst/mpegaudioparse/mpegaudioparse.vcproj
22738 * gst/mpegstream/mpegstream.vcproj
22739 * gst/multifilesink/multifilesink.vcproj
22740 * gst/multipart/multipart.vcproj
22741 * gst/oneton/oneton.vcproj
22742 * gst/overlay/overlay.vcproj
22743 * gst/passthrough/passthrough.vcproj
22744 * gst/qtdemux/qtdemux.vcproj
22745 * gst/realmedia/rmdemux.vcproj
22746 * gst/rtjpeg/rtjpeg.vcproj
22747 * gst/rtp/rtp.vcproj
22748 * gst/silence/silence.vcproj
22749 * gst/sine/sinesrc.vcproj
22750 * gst/smooth/smooth.vcproj
22751 * gst/smpte/smpte.vcproj
22752 * gst/spectrum/spectrum.vcproj
22753 * gst/speed/speed.vcproj
22754 * gst/stereo/stereo.vcproj
22755 * gst/switch/switch.vcproj
22756 * gst/tags/tagedit.vcproj
22757 * gst/tcp/tcp.vcproj
22758 * gst/typefind/typefindfunctions.vcproj
22759 * gst/udp/udp.vcproj
22760 * gst/videobox/videobox.vcproj
22761 * gst/videocrop/videocrop.vcproj
22762 * gst/videodrop/videodrop.vcproj
22763 * gst/videofilter/gamma.vcproj
22764 * gst/videofilter/videobalance.vcproj
22765 * gst/videofilter/videofilter.vcproj
22766 * gst/videofilter/videoflip.vcproj
22767 * gst/videoflip/videoflip.vcproj
22768 * gst/videomixer/videomixer.vcproj
22769 * gst/videorate/videorate.vcproj
22770 * gst/videoscale/videoscale.vcproj
22771 * gst/videotestsrc/videotestsrc.vcproj
22772 * gst/virtualdub/virtualdub.vcproj
22773 * gst/volenv/volenv.vcproj
22774 * gst/volume/volume.vcproj
22775 * gst/wavenc/wavenc.vcproj
22776 * gst/wavparse/wavparse.vcproj
22777 * gst/y4m/y4menc.vcproj
22778 more plugins supported under windows
22780 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22782 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22783 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22784 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22785 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22786 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22787 Add debugging statements. Use the sizes as returned by the
22788 *CreateImage calls.
22790 2004-07-26 Johan Dahlin <johan@gnome.org>
22792 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22793 the pad is negotiated.
22795 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22797 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22799 * gst-libs/gst/colorbalance/colorbalance.vcproj:
22800 * gst-libs/gst/idct/idct.vcproj:
22801 * gst-libs/gst/media-info/media-info.vcproj:
22802 * gst-libs/gst/mixer/mixer.vcproj:
22803 * gst-libs/gst/navigation/navigation.vcproj:
22804 * gst-libs/gst/play/play.vcproj:
22805 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22806 * gst-libs/gst/resample/resample.vcproj:
22807 * gst-libs/gst/tuner/tuner.vcproj:
22808 * gst-libs/gst/video/video.vcproj:
22809 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22810 more plugins supported under windows
22812 2004-07-25 Iain <iain@prettypeople.org>
22814 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22815 pad now rather than when the pad is created because state changes wipe
22816 explicit caps (fixes #148043).
22818 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
22820 reviewed by Benjamin Otte <otte@gnome.org>
22822 * ext/mad/gstmad.c:
22823 fix mad plugin crashing on Sun (fixes #148289)
22825 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22828 * gst/avi/avi.vcproj:
22829 * gst/matroska/matroska.def:
22830 * gst/matroska/matroska.vcproj:
22831 remove unused .def files
22833 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22835 * gst-libs/gst/audio/gstaudiofilter.c:
22836 Clean the local include
22838 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22841 * gst-libs/gst/audio/audio.def:
22842 * gst-libs/gst/audio/audio.vcproj:
22843 * gst-libs/gst/audio/audiofilter.vcproj:
22844 * gst-libs/gst/audio/riff.def:
22845 * gst-libs/gst/audio/riff.vcproj:
22846 * gst-libs/gst/gst-libs.def:
22847 * gst-libs/gst/gst-libs.vcproj:
22848 * gst/avi/avi.vcproj:
22849 * gst/avi/avi.vcproj:
22850 Copy the files where needed after building, cleaner projects
22852 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22854 * gst/matroska/ebml-write.c:
22855 Fix some 64 bits constants to be glib friendly
22857 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
22860 * gst-libs/gst/gst-libs.def:
22861 * gst-libs/gst/gst-libs.vcproj:
22862 * gst/matroska/matroska.def:
22863 * gst/matroska/matroska.vcproj:
22864 Add the preliminary canvas to build plugins on Win32
22866 2004-07-23 Benjamin Otte <otte@gnome.org>
22868 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22869 don't enfore negotiation from source side, it breaks
22870 sinesrc ! audioconvert ! osssink
22872 2004-07-22 David Schleef <ds@schleef.org>
22874 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22875 for ELF files, since they can easily be recognized as audio/mpeg.
22878 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22880 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22881 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22882 (gst_videoscale_scale_nearest_24bit),
22883 (gst_videoscale_scale_nearest_16bit):
22884 fix 16bit and 24bit for stride (24bit might need testing)
22885 don't pretend we do more than one algorithm
22887 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22891 * gst/multifilesink/Makefile.am:
22892 * gst/multifilesink/gstmultifilesink.c:
22893 (gst_multifilesink_get_formats),
22894 (gst_multifilesink_get_query_types), (_do_init),
22895 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22896 (gst_multifilesink_init), (gst_multifilesink_dispose),
22897 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22898 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22899 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22900 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22901 (gst_multifilesink_chain), (gst_multifilesink_change_state),
22902 (gst_multifilesink_uri_get_type),
22903 (gst_multifilesink_uri_get_protocols),
22904 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22905 (gst_multifilesink_uri_handler_init), (plugin_init):
22906 * gst/multifilesink/gstmultifilesink.h:
22907 * testsuite/Makefile.am:
22908 * testsuite/multifilesink/Makefile.am:
22909 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22910 (gst_newmedia_class_init), (gst_newmedia_init),
22911 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22912 (newfile_signal), (test_signal), (main):
22913 multifilesink plugin for creating new files every time a new media
22914 discontinuity event occurs
22916 2004-07-22 Wim Taymans <wim@fluendo.com>
22918 * gst/alpha/Makefile.am:
22919 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22920 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22921 (gst_alpha_color_init), (gst_alpha_color_set_property),
22922 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22923 (transform), (gst_alpha_color_chain),
22924 (gst_alpha_color_change_state), (plugin_init):
22925 Stupid plugin to to RGBA to AYUV conversion because none of
22926 the colorspace plugins can handle that yet.
22928 2004-07-22 Wim Taymans <wim@fluendo.com>
22930 * examples/seeking/seek.c: (update_scale), (main):
22931 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22932 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22933 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22934 (gst_decode_bin_init), (gst_decode_bin_dispose),
22935 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22936 (no_more_pads), (close_link), (type_found),
22937 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22939 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22940 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22941 (gst_play_base_bin_dispose), (queue_overrun),
22942 (gen_preroll_element), (remove_prerolls), (unknown_type),
22943 (no_more_pads), (new_stream), (setup_source),
22944 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22945 (play_base_eos), (gst_play_base_bin_change_state),
22946 (gst_play_base_bin_add_element),
22947 (gst_play_base_bin_remove_element),
22948 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22949 (gst_play_base_bin_unlink_stream),
22950 (gst_play_base_bin_get_streaminfo):
22951 * gst/playback/gstplaybin.c: (gen_video_element),
22952 (gen_audio_element):
22953 * gst/playback/gststreaminfo.h:
22954 More playback updates, attempt to fix things after the state change
22957 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22959 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22960 (gst_videoscale_scale_nearest_16bit):
22963 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22965 * gst/videotestsrc/gstvideotestsrc.c:
22966 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22967 (gst_videotestsrc_init), (gst_videotestsrc_get),
22968 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22969 (gst_videotestsrc_get_property):
22970 * gst/videotestsrc/gstvideotestsrc.h:
22971 * gst/videotestsrc/videotestsrc.c:
22972 * gst/videotestsrc/videotestsrc.h:
22973 cleanup and commenting
22975 2004-07-21 Wim Taymans <wim@fluendo.com>
22977 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22978 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22979 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22980 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22981 (_find_chain_get_unknown_part), (_find_streams_check),
22982 (gst_ogg_demux_push), (gst_ogg_pad_push):
22983 * ext/theora/theoradec.c: (theora_get_formats),
22984 (theora_dec_src_convert), (theora_dec_sink_convert),
22985 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22986 (theora_dec_chain):
22987 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22988 (vorbis_dec_convert), (vorbis_dec_src_query),
22989 (vorbis_dec_src_event), (vorbis_dec_event):
22990 More seeking fixes, oggdemux now supports seeking to time and
22991 uses the downstream element to convert granulepos to time.
22992 Seeking in theora-only ogg files now works.
22994 2004-07-21 Wim Taymans <wim@fluendo.com>
22996 * ext/theora/theoradec.c: (gst_theora_dec_init),
22997 (theora_get_formats), (theora_get_event_masks),
22998 (theora_get_query_types), (theora_dec_src_convert),
22999 (theora_dec_sink_convert), (theora_dec_src_query),
23000 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23001 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23002 (vorbis_get_event_masks), (vorbis_get_query_types),
23003 (gst_vorbis_dec_init), (vorbis_dec_convert),
23004 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23005 Added query/convert/formats functions to vorbis and theora decoders
23006 so that the outside world can use them too. Fixed seeking on an
23007 ogg/theora/vorbis file by disabling the seeking seeking on the
23010 2004-07-21 Julien MOUTTE <julien@moutte.net>
23012 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23013 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23014 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23015 images creation for both elements. We don't create the image on caps
23016 nego or renego, we just destroy the internal one if present if it does
23017 not match the needs. The chain function takes care of creating a new
23019 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23020 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23021 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23022 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23023 the image format information. The buffer pool checks for the context
23024 image format and discard images with different formats.
23025 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23027 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
23029 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23030 (gst_ffmpegcolorspace_chain):
23031 no point in doing any chaining if the pad we want to push from
23034 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
23036 * gst-libs/gst/riff/riff-media.c:
23037 (gst_riff_create_audio_caps_with_data):
23038 Fix double end-to-native symbol conversion (#148021).
23040 2004-07-20 David Schleef <ds@schleef.org>
23042 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23043 Don't use an Atom that doesn't exist.
23045 2004-07-20 Wim Taymans <wim@fluendo.com>
23047 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23048 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23049 (gst_multifdsink_client_remove),
23050 (gst_multifdsink_handle_client_write),
23051 (gst_multifdsink_queue_buffer):
23052 * gst/tcp/gstmultifdsink.h:
23053 More multifdsink stats. Avoid deadlock by releasing locks
23054 before sending out a signal.
23056 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
23060 added Hungarian translation (Laszlo Dvornik)
23062 2004-07-20 Wim Taymans <wim@fluendo.com>
23064 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23065 (gst_multifdsink_add), (gst_multifdsink_client_remove),
23066 (gst_multifdsink_handle_client_write),
23067 (gst_multifdsink_queue_buffer):
23068 * gst/tcp/gsttcp-marshal.list:
23069 Fixed the stupid marshal definition.
23071 2004-07-20 Wim Taymans <wim@fluendo.com>
23073 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23074 (gst_multifdsink_init), (gst_multifdsink_add),
23075 (gst_multifdsink_client_remove),
23076 (gst_multifdsink_handle_client_write),
23077 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23078 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23079 (gst_multifdsink_init_send):
23080 * gst/tcp/gstmultifdsink.h:
23081 Added more stats, added timeout for a client, fixed some typos
23082 and added some comments.
23084 2004-07-20 Wim Taymans <wim@fluendo.com>
23086 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23087 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23088 (gst_multifdsink_client_remove),
23089 (gst_multifdsink_handle_client_write):
23090 * gst/tcp/gstmultifdsink.h:
23091 * gst/tcp/gsttcp-marshal.list:
23092 Added get_stats method that returns a GValueArray of
23095 2004-07-19 Benjamin Otte <otte@gnome.org>
23097 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23098 make sure longname, description and author are valid UTF-8
23100 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
23102 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23103 (gst_ximagesink_set_property):
23104 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23105 (gst_xvimagesink_set_property):
23106 make sure SYNCHRONOUS is respected after getting the X context
23108 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23110 * gst/matroska/matroska-demux.c:
23111 (gst_matroska_demux_handle_src_event),
23112 (gst_matroska_demux_parse_blockgroup):
23113 * gst/matroska/matroska-ids.h:
23114 add BlockReference tag and ignore it to clear out log.
23115 ignore NAVIGATION events to clear out log.
23117 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23119 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23120 (gst_matroska_demux_add_stream):
23121 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23122 add debug categories
23124 2004-07-16 Wim Taymans <wim@fluendo.com>
23126 * ext/libpng/Makefile.am:
23127 * ext/libpng/gstpng.c: (plugin_init):
23128 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23129 (gst_pngdec_get_type), (gst_pngdec_base_init),
23130 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23131 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23132 * ext/libpng/gstpngdec.h:
23135 2004-07-16 Julien MOUTTE <julien@moutte.net>
23137 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23138 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23139 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23140 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23141 (gst_ximagesink_buffer_alloc):
23142 * sys/ximage/ximagesink.h:
23143 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23144 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23145 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23146 (gst_xvimagesink_buffer_alloc):
23147 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23148 again. Using internal data pointer of the x(v)image to store image's
23149 data to be coherent with the buffer alloc mechanism. Investigated the
23150 image destruction code to be sure that everything gets freed correctly.
23152 2004-07-16 Wim Taymans <wim@fluendo.com>
23154 * gst-libs/gst/riff/riff-read.c:
23155 (gst_riff_read_strf_vids_with_data),
23156 (gst_riff_read_strf_auds_with_data):
23157 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23158 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23159 Make sure we don't create 0 sized subbuffers in riff-read.
23160 Signal the no more pads signal after reading the avi header.
23162 2004-07-16 Wim Taymans <wim@fluendo.com>
23164 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23165 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23166 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23167 (gst_decode_bin_init), (gst_decode_bin_dispose),
23168 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23169 (no_more_pads), (close_link), (type_found),
23170 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23171 (gst_decode_bin_change_state), (plugin_init):
23172 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23173 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23174 (gst_play_base_bin_dispose), (queue_overrun),
23175 (gen_preroll_element), (remove_prerolls), (unknown_type),
23176 (no_more_pads), (new_stream), (setup_source),
23177 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23178 (play_base_eos), (gst_play_base_bin_change_state),
23179 (gst_play_base_bin_add_element),
23180 (gst_play_base_bin_remove_element),
23181 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23182 (gst_play_base_bin_unlink_stream),
23183 (gst_play_base_bin_get_streaminfo):
23184 * gst/playback/gstplaybasebin.h:
23185 Better error recovery. Added configurable preroll queue size. Faster
23186 detection of no-more-pads.
23188 2004-07-16 Wim Taymans <wim@fluendo.com>
23190 * gst-libs/gst/video/video.h:
23191 Added 32 bits RGBA. Not sure if we should use another mime-type
23192 for alpha rgb. Currently the presence of the alpha_mask property
23193 signals an alpha channel.
23195 2004-07-16 Wim Taymans <wim@fluendo.com>
23197 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23198 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23199 FPS seems to be 0.0 to MAX everywhere else.
23201 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
23203 * gst-libs/gst/riff/riff-media.c:
23204 (gst_riff_create_video_caps_with_data):
23205 mp42/mp43 (no caps) exist too.
23206 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23207 Set pixel_width/height; we've got them in-caps.
23208 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23209 * gst/wavparse/gstwavparse.c: (plugin_init):
23210 Both are valid primary.
23211 * sys/oss/gstossmixer.c:
23212 Remove i18n hack and enable translations.
23214 2004-07-15 Benjamin Otte <otte@gnome.org>
23216 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23217 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23218 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23220 2004-07-15 Benjamin Otte <otte@gnome.org>
23222 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23223 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23224 (gst_alsa_close_audio):
23225 disable some of the debugging code for now. Writing debugging to a
23226 buffer is broken in current alsalib releases.
23228 2004-07-12 Benjamin Otte <otte@gnome.org>
23230 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23233 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
23235 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23236 (theora_dec_src_query), (theora_dec_event):
23237 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23238 add debugging categories. Remove \n's.
23240 2004-07-13 Johan Dahlin <johan@gnome.org>
23242 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23243 (gst_play_bin_get_property): Impl.
23245 2004-07-13 Wim Taymans <wim@fluendo.com>
23247 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23248 When trying to find the stream length, seek back N pages
23249 instead of just one, where N is the number of streams in
23252 2004-07-13 Wim Taymans <wim@fluendo.com>
23254 * gst-libs/gst/riff/riff-media.c:
23255 (gst_riff_create_audio_caps_with_data),
23256 (gst_riff_create_audio_caps),
23257 (gst_riff_create_audio_template_caps):
23258 * gst-libs/gst/riff/riff-media.h:
23259 * gst-libs/gst/riff/riff-read.c:
23260 (gst_riff_read_strf_vids_with_data),
23261 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23262 * gst-libs/gst/riff/riff-read.h:
23263 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23264 (gst_avi_demux_add_stream):
23265 Set codec_data on caps for avidemuxer.
23267 2004-07-12 David Schleef <ds@schleef.org>
23269 * configure.ac: Fix test for Objective C
23271 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
23272 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23273 (gst_gdk_pixbuf_chain):
23274 Add svg and pcx to template caps, and ensure that getcaps returns a
23275 subset of the template caps.
23276 Copy each row manually for output, as gdkpixbuf may pad the
23277 rowstride to a 32-bit word boundary.
23279 2004-07-12 Wim Taymans <wim@fluendo.com>
23281 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23282 (gst_riff_create_video_template_caps):
23283 Fix the template caps to include some more media types.
23285 2004-07-12 Wim Taymans <wim@fluendo.com>
23287 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23288 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23289 (compare_ranks), (print_feature), (gst_decode_bin_init),
23290 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23291 (try_to_link_1), (new_pad), (close_link), (type_found),
23292 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23293 (gst_decode_bin_change_state), (plugin_init):
23294 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23295 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23296 (gst_play_base_bin_dispose), (queue_overrun),
23297 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23298 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23299 (gst_play_base_bin_get_property), (play_base_eos),
23300 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23301 (gst_play_base_bin_remove_element),
23302 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23303 (gst_play_base_bin_unlink_stream),
23304 (gst_play_base_bin_get_streaminfo):
23305 * gst/playback/gstplaybasebin.h:
23306 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23307 (gst_play_bin_class_init), (gst_play_bin_init),
23308 (gst_play_bin_dispose), (gst_play_bin_set_property),
23309 (gst_play_bin_get_property), (gen_video_element),
23310 (gen_audio_element), (remove_sinks), (setup_sinks),
23311 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23312 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23313 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23314 (gst_play_bin_query), (plugin_init):
23315 * gst/playback/test4.c: (main):
23316 More fixes on reusing of the element.
23318 2004-07-11 Benjamin Otte <otte@gnome.org>
23320 * ext/mad/gstmad.c: (normal_seek):
23321 allow seeking for other methods than just SET
23323 2004-07-11 Andy Wingo <wingo@pobox.com>
23325 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23326 float, "any" caps -> buffer_frames=[0,MAX].
23328 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23329 doesn't intersect our caps with the template any more. Do it
23331 (interleave_buffered_loop): Use g_newa instead of malloc/free.
23333 2004-07-09 Wim Taymans <wim@fluendo.com>
23335 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23336 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23337 (compare_ranks), (print_feature), (gst_decode_bin_init),
23338 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23339 (try_to_link_1), (new_pad), (close_link), (type_found),
23340 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23341 (gst_decode_bin_change_state), (plugin_init):
23342 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23343 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23344 (gst_play_base_bin_dispose), (queue_overrun),
23345 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23346 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23347 (gst_play_base_bin_get_property), (play_base_eos),
23348 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23349 (gst_play_base_bin_remove_element),
23350 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23351 (gst_play_base_bin_unlink_stream),
23352 (gst_play_base_bin_get_streaminfo):
23353 * gst/playback/gstplaybasebin.h:
23354 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23355 (gst_play_bin_class_init), (gst_play_bin_init),
23356 (gst_play_bin_dispose), (gst_play_bin_set_property),
23357 (gst_play_bin_get_property), (gen_video_element),
23358 (gen_audio_element), (remove_sinks), (setup_sinks),
23359 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23360 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23361 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23362 (gst_play_bin_query), (plugin_init):
23363 * gst/playback/test4.c: (main):
23364 Work on object reuse and seeking.
23366 2004-07-09 Wim Taymans <wim@fluendo.com>
23368 * examples/seeking/seek.c: (iterate):
23369 Don't consume all CPU in the idle loop.
23371 2004-07-09 Wim Taymans <wim@fluendo.com>
23373 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23374 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23375 Add pad to element *after* setting the pad functions so that
23376 the scheduler can use the correct ones.
23378 2004-07-09 Wim Taymans <wim@fluendo.com>
23380 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23381 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23382 Sync to keyframe after seek
23384 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23386 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23387 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23388 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23389 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23390 * ext/libvisual/visual.c: (gst_visual_change_state):
23391 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23392 * ext/theora/theoradec.c: (theora_dec_change_state):
23393 * ext/theora/theoraenc.c: (theora_enc_change_state):
23394 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23395 * gst-libs/gst/navigation/navigation.c:
23396 * gst/adder/gstadder.c: (gst_adder_change_state):
23397 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23398 (gst_audio_convert_get_buffer):
23399 * gst/multipart/multipartdemux.c:
23400 (gst_multipart_demux_change_state):
23401 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23402 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23403 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23404 * gst/videoscale/gstvideoscale.c:
23405 (gst_videoscale_handle_src_event):
23406 * gst/volume/gstvolume.c: (volume_chain_int16):
23407 don't assert in state change, this should be done by the base
23409 various debugging fixes.
23411 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23414 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23415 (gst_play_dispose), (gst_play_set_location),
23416 (gst_play_set_data_src), (gst_play_set_video_sink),
23417 (gst_play_set_audio_sink), (gst_play_set_visualization),
23418 (gst_play_connect_visualization), (gst_play_get_sink_element),
23419 (gst_play_get_all_by_interface):
23420 * gst-libs/gst/play/play.h:
23421 add new method to get elements implementing an interface.
23422 add various error logging
23424 2004-07-08 Wim Taymans <wim@fluendo.com>
23426 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23427 (make_mpeg_pipeline), (make_mpegnt_pipeline),
23428 (make_playerbin_pipeline), (query_durations_elems),
23429 (query_durations_pads), (query_positions_elems),
23430 (query_positions_pads), (update_scale), (iterate), (stop_seek),
23432 Added playbin seeking example.
23434 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23436 * gst-libs/gst/play/play.c: (gst_play_set_location),
23437 (gst_play_set_data_src), (gst_play_set_video_sink),
23438 (gst_play_set_audio_sink), (gst_play_set_visualization),
23439 (gst_play_connect_visualization), (gst_play_get_framerate):
23440 use a macro to look up elements from hash table
23442 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23444 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23445 (gst_play_get_length_callback), (gst_play_set_location),
23446 (gst_play_seek_to_time), (gst_play_set_data_src),
23447 (gst_play_set_video_sink), (gst_play_set_audio_sink),
23448 (gst_play_set_visualization), (gst_play_connect_visualization),
23449 (gst_play_get_sink_element):
23450 - add debugging info
23451 - fix looking up sink elements by iterating over complete caps
23452 - put everything except for source and autoplugger in a complete bin
23454 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23456 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23457 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23458 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23459 (gst_alsa_sink_write), (gst_alsa_sink_loop):
23460 * ext/alsa/gstalsasink.h:
23461 - add debugging info
23462 - clean up schizophrenia of data/buffer/event
23463 - fix double event unref error
23465 2004-07-08 Wim Taymans <wim@fluendo.com>
23467 * gst/playback/Makefile.am:
23468 Add headers to noinst
23470 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23472 * tools/gst-launch-ext-m.m:
23473 * tools/gst-launch-ext.1.in:
23474 convert to the third millenium
23476 2004-07-07 David Schleef <ds@schleef.org>
23478 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23480 2004-07-07 Wim Taymans <wim@fluendo.com>
23482 * gst/playback/Makefile.am:
23483 * gst/playback/README:
23484 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23485 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23486 (compare_ranks), (print_feature), (gst_decode_bin_init),
23487 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23488 (try_to_link_1), (new_pad), (close_link), (type_found),
23489 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23491 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23492 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23493 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23494 (gen_preroll_element), (no_more_pads), (new_stream),
23495 (setup_source), (gst_play_base_bin_set_property),
23496 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23497 (gst_play_base_bin_add_element),
23498 (gst_play_base_bin_remove_element),
23499 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23500 (gst_play_base_bin_unlink_stream),
23501 (gst_play_base_bin_get_streaminfo):
23502 * gst/playback/gstplaybasebin.h:
23503 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23504 (gst_play_bin_class_init), (gst_play_bin_init),
23505 (gst_play_bin_dispose), (gst_play_bin_set_property),
23506 (gst_play_bin_get_property), (gen_video_element),
23507 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23508 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23509 (gst_play_bin_get_formats), (gst_play_bin_convert),
23510 (gst_play_bin_get_query_types), (gst_play_bin_query),
23512 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23513 (gst_stream_info_get_type), (gst_stream_info_class_init),
23514 (gst_stream_info_init), (gst_stream_info_new),
23515 (gst_stream_info_dispose), (gst_stream_info_set_property),
23516 (gst_stream_info_get_property):
23517 * gst/playback/gststreaminfo.h:
23518 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23520 * gst/playback/test2.c: (main):
23521 * gst/playback/test3.c: (update_scale), (main):
23522 More playbin fixes. Added README. Do better element filtering.
23523 Added base class to preroll media. Added test apps.
23525 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23527 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23528 * ext/mpeg2dec/gstmpeg2dec.h:
23529 various debugging improvements. Reset stream to next picture
23530 instead of sequence header, otherwise seeks cannot work.
23532 2004-07-07 Wim Taymans <wim@fluendo.com>
23534 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23535 (gst_video_box_class_init), (gst_video_box_set_property),
23536 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23537 Use pad_alloc where possible.
23539 2004-07-07 Wim Taymans <wim@fluendo.com>
23541 * sys/oss/gstosselement.c: (gst_osselement_reset),
23542 (gst_osselement_parse_caps):
23543 * sys/oss/gstosselement.h:
23544 * sys/oss/gstosssrc.c: (gst_osssrc_get):
23545 Fix offset on osssrc.
23547 2004-07-07 Wim Taymans <wim@fluendo.com>
23549 * ext/theora/theora.c: (plugin_init):
23550 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23551 (theora_dec_src_query), (theora_dec_chain):
23552 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23553 (theora_enc_sink_link), (theora_buffer_from_packet),
23554 (theora_push_packet), (theora_enc_chain):
23555 Fix theora granulepos calculation.
23556 Fix overflow in duration/position calculation.
23557 Bump rank to PRIMARY for theoradec.
23558 Use granulepos of last packet to calculate position.
23559 Set keyframe flag on buffers when needed.
23561 2004-07-06 David Schleef <ds@schleef.org>
23563 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
23564 serious? (Fixed, obviously.)
23566 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
23570 added Czech translation (Miloslav Trmac)
23572 2004-07-05 Wim Taymans <wim@fluendo.com>
23574 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23575 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23576 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23577 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23578 (close_link), (type_found), (gst_decode_bin_set_property),
23579 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23580 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23581 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23582 (gst_decode_bin_query), (plugin_init):
23583 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23584 (gst_play_bin_class_init), (gst_play_bin_init),
23585 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23586 (get_video_element), (new_pad), (setup_source),
23587 (gst_play_bin_set_property), (gst_play_bin_get_property),
23588 (gst_play_bin_change_state), (gst_play_bin_add_element),
23589 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23590 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23591 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23592 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23593 * gst/playback/test.c: (main):
23594 More fixes, cleaned up playbin, make it use decodebin. Added
23595 threaded property to playbin.
23597 2004-07-05 Wim Taymans <wim@fluendo.com>
23600 * gst/playback/Makefile.am:
23601 * gst/playback/decodetest.c: (main):
23602 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23603 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23604 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23605 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23606 (close_link), (type_found), (gst_decode_bin_set_property),
23607 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23608 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23609 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23610 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23612 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23613 (gst_play_bin_class_init), (gst_play_bin_init),
23614 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23615 (collect_sink_pads), (find_compatibles), (close_pad_link),
23616 (try_to_link_1), (new_pad), (close_link), (type_found),
23617 (setup_source), (gst_play_bin_set_property),
23618 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23619 (compare_ranks), (gst_play_bin_collect_factories),
23620 (gst_play_bin_change_state), (gst_play_bin_add_element),
23621 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23622 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23623 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23624 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23625 * gst/playback/test.c: (main):
23626 Added some playback helper elements and some test apps, very alpha
23629 2004-07-04 Benjamin Otte <otte@gnome.org>
23631 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23632 only restart audio when we indeed have an xrun to fix repeated
23633 xruns. Fix suggested by Giuliano Pochini.
23635 2004-07-03 David Schleef <ds@schleef.org>
23637 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23638 call to gst_debug_log() if debugging is disabled (bug #145118)
23640 2004-07-03 Benjamin Otte <otte@gnome.org>
23642 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23643 use our own functions for restarting the alsa device.
23644 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23645 I should apply patches myself - use MIN for the third argument, not
23646 the second, this fixes seeking
23648 2004-07-02 David Schleef <ds@schleef.org>
23650 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23651 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
23654 2004-07-02 David Schleef <ds@schleef.org>
23656 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
23657 output buffers. Fix logic mistake. (bug #144866)
23659 2004-07-02 David Schleef <ds@schleef.org>
23661 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23662 on X. (bug #144753)
23664 2004-07-02 David Schleef <ds@schleef.org>
23666 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23667 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23669 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23670 (gst_osselement_rate_probe_check): Add another workaround for
23671 buggy drivers (bug #145336)
23673 2004-07-02 David Schleef <ds@schleef.org>
23675 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23676 Most systems don't have MSG_NOSIGNAL.
23678 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
23681 * gst-libs/gst/colorbalance/Makefile.am:
23682 * gst-libs/gst/mixer/Makefile.am:
23683 * gst-libs/gst/play/Makefile.am:
23684 * gst-libs/gst/tuner/Makefile.am:
23685 (hopefully) fix both install and dist and make error message useful.
23686 needs testing across automakes.
23688 2004-07-02 Benjamin Otte <otte@gnome.org>
23690 * ext/ogg/gstogg.c: (plugin_init):
23691 we require bytestream now
23692 * ext/ogg/gstoggdemux.c:
23693 huge diff to implement chain setup in a fast and generic way. This
23694 improves tag reading and startup of huge files (read: Theora videos)
23695 quite a bit. It probably contains bugs, too, so please test.
23696 Seeking is not improved to the fast method.
23698 2004-06-29 Wim Taymans <wim@fluendo.com>
23700 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23701 * ext/ogg/gstoggmux.c:
23702 Fix memleak in oggdemux when running unconnected pads.
23703 doc update in mux, start working on keyframe mode.
23705 2004-06-29 Benjamin Otte <otte@gnome.org>
23707 * sys/oss/gstosssink.c:
23708 * sys/oss/gstosssrc.c:
23709 advertise correct template caps - we indeed do non-native endianness
23710 and 8bit audio has no endianness
23711 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23712 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23713 avoid (wrong) duplications in getcaps function and return
23716 2004-06-29 Wim Taymans <wim@fluendo.com>
23718 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23719 (gst_multifdsink_class_init), (gst_multifdsink_add),
23720 (gst_multifdsink_remove), (gst_multifdsink_clear),
23721 (gst_multifdsink_client_remove),
23722 (gst_multifdsink_handle_client_read),
23723 (gst_multifdsink_client_queue_data),
23724 (gst_multifdsink_client_queue_caps),
23725 (gst_multifdsink_client_queue_buffer),
23726 (gst_multifdsink_handle_client_write),
23727 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23728 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23729 (gst_multifdsink_init_send), (gst_multifdsink_close):
23730 Fix wrong GList iteration that could crash the server when
23731 more then 2 clients disconnect at the same time. Read all the
23732 pending commands in one batch to recover from command storms under
23735 2004-06-28 Wim Taymans <wim@fluendo.com>
23737 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23738 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23739 (gst_videomixer_pad_set_property),
23740 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23741 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23742 (gst_videomixer_class_init), (gst_videomixer_init),
23743 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23744 (pad_zorder_compare), (gst_videomixer_sort_pads),
23745 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23746 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23747 (gst_videomixer_update_queues), (gst_videomixer_loop),
23749 Avoid divide by zero, choose masterpad as the pad with the highest
23752 2004-06-27 Julien Moutte <julien@moutte.net>
23754 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23755 (gst_ximagesink_xwindow_new):
23756 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23757 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23758 function directly. We might want to call it from somewhere else one day.
23760 2004-06-27 Julien Moutte <julien@moutte.net>
23762 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23763 (gst_ximagesink_xwindow_new):
23764 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23765 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23766 window decorations.
23768 2004-06-27 Wim Taymans <wim@fluendo.com>
23770 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23771 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23772 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23773 (gst_dvdec_set_property), (gst_dvdec_get_property):
23774 * ext/dv/gstdvdec.h:
23775 Implement drop_factor property to lower the framerate with
23778 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
23780 * gst-libs/gst/colorbalance/Makefile.am:
23781 * gst-libs/gst/mixer/Makefile.am:
23782 * gst-libs/gst/play/Makefile.am:
23783 * gst-libs/gst/tuner/Makefile.am:
23784 unbreak Company's fix that didn't install the -enum.h files
23786 2004-06-27 Wim Taymans <wim@fluendo.com>
23788 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23789 (gst_dvdec_change_state):
23790 * ext/dv/gstdvdec.h:
23791 Fix timestamp, duration and offset of the buffers.
23793 2004-06-27 Wim Taymans <wim@fluendo.com>
23795 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23796 (gst_multifdsink_class_init), (gst_multifdsink_add),
23797 (gst_multifdsink_remove), (gst_multifdsink_clear),
23798 (gst_multifdsink_client_remove),
23799 (gst_multifdsink_handle_client_read),
23800 (gst_multifdsink_client_queue_data),
23801 (gst_multifdsink_client_queue_caps),
23802 (gst_multifdsink_client_queue_buffer),
23803 (gst_multifdsink_handle_client_write),
23804 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23805 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23806 (gst_multifdsink_init_send), (gst_multifdsink_close):
23807 * gst/tcp/gstmultifdsink.h:
23808 * gst/tcp/gsttcpserversink.c:
23809 (gst_tcpserversink_handle_server_read),
23810 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23811 More multifdsink fixes, more recovery policy fixes.
23812 Removed stupid g_print
23814 2004-06-26 Wim Taymans <wim@fluendo.com>
23816 * gst/tcp/Makefile.am:
23817 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23818 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23819 (gst_multifdsink_class_init), (gst_multifdsink_init),
23820 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23821 (gst_multifdsink_handle_client_read),
23822 (gst_multifdsink_client_queue_data),
23823 (gst_multifdsink_client_queue_caps),
23824 (gst_multifdsink_client_queue_buffer),
23825 (gst_multifdsink_handle_client_write),
23826 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23827 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23828 (gst_multifdsink_chain), (gst_multifdsink_set_property),
23829 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23830 (gst_multifdsink_close), (gst_multifdsink_change_state):
23831 * gst/tcp/gstmultifdsink.h:
23832 * gst/tcp/gsttcpplugin.c: (plugin_init):
23833 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23834 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23835 (gst_tcpserversink_handle_server_read),
23836 (gst_tcpserversink_handle_select),
23837 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23838 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23839 * gst/tcp/gsttcpserversink.h:
23840 Added multifdsink, made tcpserversink a subclass of fdsink, removed
23841 one of the locks, added recovery policy to multifdsink.
23843 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23845 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23846 fix decision for when getting frames with same timestamp
23847 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23848 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23849 (gst_v4lsrc_get_property):
23850 * sys/v4l/gstv4lsrc.h:
23851 add latency offset property
23853 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23855 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23857 fix debugging. add category.
23859 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23861 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23864 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23866 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23867 (gst_alsa_src_get_time), (gst_alsa_src_loop),
23868 (gst_alsa_src_change_state):
23869 return a time that is in sync with the element's processing
23871 2004-06-25 Wim Taymans <wim@fluendo.com>
23873 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23874 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23875 (gst_tcpserversink_client_remove),
23876 (gst_tcpserversink_handle_client_read),
23877 (gst_tcpserversink_client_queue_data),
23878 (gst_tcpserversink_client_queue_caps),
23879 (gst_tcpserversink_client_queue_buffer),
23880 (gst_tcpserversink_handle_client_write),
23881 (gst_tcpserversink_queue_buffer),
23882 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23883 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23884 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23885 (gst_tcpserversink_close):
23886 * gst/tcp/gsttcpserversink.h:
23887 Serversink rewrite. Really do non blocking writes to clients and
23888 maintain an internal queue to handle slower clients while not
23889 disturbing fast clients.
23891 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23893 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23894 better debug, don't override OFFSET and OFFSET_END
23896 2004-06-25 Iain <iain@prettypeople.org>
23898 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23899 name=source for the wavparse pipeline.
23901 2004-06-24 Johan Dahlin <johan@gnome.org>
23903 * ext/theora/theoraenc.c (theora_enc_chain): Call
23904 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23905 streamheader caps are set correctly.
23907 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23909 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23910 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23911 respect minimum bitrate; same could be done for max bitrate
23913 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23915 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23916 (gst_vorbisenc_setup):
23917 fix sample rate range
23919 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23921 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23922 (gst_oggvorbisenc_setup):
23923 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23924 (gst_vorbisenc_setup):
23925 resolve ambiguities in code and description
23927 2004-06-24 Wim Taymans <wim@fluendo.com>
23929 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23930 * ext/alsa/gstalsa.h:
23931 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23932 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23933 Use alsa trigger_tstamp to get the timestamp of the first
23934 sample in the buffer for more precise sync. Some cleanups.
23936 2004-06-24 Wim Taymans <wim@fluendo.com>
23938 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23939 (gst_audiorate_init), (gst_audiorate_chain),
23940 (gst_audiorate_set_property), (gst_audiorate_get_property):
23941 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23942 (gst_videorate_chain):
23943 Added some logging, fixed an overflow bug in videorate.
23945 2004-06-24 Benjamin Otte <otte@gnome.org>
23947 * ext/kio/Makefile.am:
23948 fix for builddir != srcdir and distcheck
23950 2004-06-24 Benjamin Otte <otte@gnome.org>
23952 * gst-libs/gst/colorbalance/Makefile.am:
23953 * gst-libs/gst/mixer/Makefile.am:
23954 * gst-libs/gst/play/Makefile.am:
23955 * gst-libs/gst/tuner/Makefile.am:
23956 * gst/tcp/Makefile.am:
23957 * sys/dxr3/Makefile.am:
23958 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23960 Also add all *.list files that were missing.
23962 add a distcheck hook to ensure the above doesn't happen again.
23964 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
23966 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23968 2004-06-23 Colin Walters <walters@redhat.com>
23970 * m4/Makefile.am: Distribute gst-fionread.m4.
23972 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
23974 * configure.ac: back to dev
23976 2004-06-23 Wim Taymans <wim@fluendo.com>
23978 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23979 (gst_alsa_xrun_recovery):
23980 * ext/alsa/gstalsa.h:
23981 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23982 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23983 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23984 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23985 (gst_alsa_src_loop):
23986 Add clock to alsasrc. Take new capture timestamp when
23987 restarting after an overrun. Split up some functions between
23988 alsasrc and alsasink.
23990 === release 0.8.2 ===
23992 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
23994 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23995 (gst_alsa_change_state), (gst_alsa_update_avail),
23996 (gst_alsa_xrun_recovery):
23997 * ext/alsa/gstalsa.h:
23998 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23999 merge back changes from release
24001 2004-06-23 Wim Taymans <wim@fluendo.com>
24003 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24004 (gst_audiorate_init), (gst_audiorate_chain),
24005 (gst_audiorate_set_property), (gst_audiorate_get_property):
24006 Implement sample dropping and notify
24008 2004-06-22 Wim Taymans <wim@fluendo.com>
24010 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24011 (theora_enc_sink_link), (theora_buffer_from_packet),
24012 (theora_push_packet), (theora_enc_chain):
24013 Some cleanups, make sure the timestamps are correct.
24015 2004-06-22 Wim Taymans <wim@fluendo.com>
24017 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24018 (gst_alsa_change_state), (gst_alsa_update_avail),
24019 (gst_alsa_xrun_recovery):
24020 * ext/alsa/gstalsa.h:
24021 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24022 Cleanups, take queued samples into account when reporting
24025 2004-06-22 Wim Taymans <wim@fluendo.com>
24027 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24028 (gst_videorate_init):
24029 Initialize the property as well.
24031 2004-06-22 Wim Taymans <wim@fluendo.com>
24033 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24034 (gst_videorate_init), (gst_videorate_chain),
24035 (gst_videorate_set_property), (gst_videorate_get_property):
24036 Add property to make videorate silent.
24037 Add property to prefer new frames over old ones.
24039 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24041 * sys/osxvideo/Makefile.am:
24042 Workaround so that the osxvideo .so file gets linked with the
24043 Cocoa, OpenGL and QuickTime frameworks
24045 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24047 * sys/osxaudio/Makefile.am:
24048 Workaround so that the osxaudio .so file gets linked with the
24049 CoreAudio framework
24051 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24054 Whoops, my fault...fixed build issues
24056 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24059 Add objective-c support if running in Darwin/Mac OS X
24062 * sys/osxvideo/Makefile.am:
24063 * sys/osxvideo/osxvideosink.h:
24064 * sys/osxvideo/osxvideosink.m:
24065 * sys/osxvideo/cocoawindow.h:
24066 * sys/osxvideo/cocoawindow.m:
24067 Add osxvideosink, a cocoa-based osx video sink
24070 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
24071 * ext/dvdnav/gst-dvd:
24072 Grab the gconf key from the right spot
24073 * gst/debug/gstnavseek.c: (gst_navseek_init),
24074 (gst_navseek_segseek), (gst_navseek_handle_src_event),
24075 (gst_navseek_chain):
24076 * gst/debug/gstnavseek.h:
24077 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24078 and loop parameters of a segment seek.
24079 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24080 (gst_videotestsrc_get_event_masks),
24081 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24082 * gst/videotestsrc/gstvideotestsrc.h:
24083 Add seeking support to videotestsrc
24084 Initialise the timestamp_offset variable.
24086 2004-06-18 Wim Taymans <wim@fluendo.com>
24088 * ext/sidplay/gstsiddec.cc:
24089 Fix negotiation and set correct end offset.
24091 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
24093 * configure.ac: branch and prerelease
24095 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24097 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24098 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24099 (gst_tcpclientsrc_init_receive):
24100 * gst/tcp/gsttcpclientsrc.h:
24101 read caps when connecting to server for GDP so we set them correctly
24103 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24105 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24106 notify drops and duplicates
24107 * gst/videoscale/videoscale.c: (videoscale_get_structure):
24108 no good reason to limit ourselves to 100x100
24110 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24112 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24113 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24114 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24115 (gst_v4lsrc_get_property):
24116 * sys/v4l/gstv4lsrc.h:
24117 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24118 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24119 (gst_v4l_set_audio):
24120 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24121 (gst_v4lsrc_try_capture):
24122 * sys/v4l/v4lsrc_calls.h:
24123 change try_palette to more general try_capture
24124 add autoprobe option so we can turn off autoprobing
24127 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24131 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24132 (gst_ximagesink_class_init):
24133 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24134 (gst_xvimagesink_class_init):
24135 run them as finalize, not dispose, since dispose can be invoked
24138 2004-06-17 Wim Taymans <wim@fluendo.com>
24140 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24141 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24142 * ext/alsa/gstalsa.h:
24143 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24144 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24145 (gst_alsa_src_change_state):
24146 * ext/alsa/gstalsasrc.h:
24147 Make the xrun code timestamp and offset the buffers correctly.
24148 moved the clock to the base class, use alsa methods to get time.
24149 Do correct timestamping on outgoing buffers.
24151 2004-06-17 Wim Taymans <wim@fluendo.com>
24153 * gst/audiorate/Makefile.am:
24154 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24155 (gst_audiorate_base_init), (gst_audiorate_class_init),
24156 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24157 (gst_audiorate_set_property), (gst_audiorate_get_property),
24158 (gst_audiorate_change_state), (plugin_init):
24159 Added an audiorate converter that fills in gaps.
24161 2004-06-17 Johan Dahlin <johan@gnome.org>
24163 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24165 2004-06-16 Wim Taymans <wim@fluendo.com>
24167 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24168 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24169 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24170 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24171 (gst_v4lsrc_get_property):
24172 * sys/v4l/gstv4lsrc.h:
24173 Added a copy mode to v4lsrc where it will output a copied version
24174 of its internal hardware buffer.
24175 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24178 2004-06-16 Wim Taymans <wim@fluendo.com>
24180 * sys/oss/gstosssrc.c: (gst_osssrc_get):
24183 2004-06-16 Wim Taymans <wim@fluendo.com>
24185 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24186 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24187 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24188 (gst_v4lsrc_get_property):
24189 * sys/v4l/gstv4lsrc.h:
24190 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24191 Added a sync mode enum property to control v4lsrc timestamp method
24192 Removed the use-fixed-fps property and moved functionality in
24194 Don't error on an error value from v4l-conf, it might not always
24197 2004-06-16 Wim Taymans <wim@fluendo.com>
24199 * gst/videorate/Makefile.am:
24200 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24201 (gst_videorate_base_init), (gst_videorate_class_init),
24202 (gst_videorate_getcaps), (gst_videorate_link),
24203 (gst_videorate_init), (gst_videorate_chain),
24204 (gst_videorate_set_property), (gst_videorate_get_property),
24205 (gst_videorate_change_state), (plugin_init):
24206 Added a video timestamp corrector.
24208 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24210 fixed a potential leak with previous commit
24212 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24214 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24216 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24217 Added missing refcount, fixes bug #144425
24218 Cheers Tim for finding the bug
24220 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
24222 * sys/v4l/gstv4l.c: (plugin_init):
24223 * sys/v4l/gstv4lcolorbalance.c:
24224 * sys/v4l/gstv4lcolorbalance.h:
24225 * sys/v4l/gstv4lelement.c:
24226 * sys/v4l/gstv4lelement.h:
24227 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24228 * sys/v4l/gstv4lmjpegsink.h:
24229 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24230 * sys/v4l/gstv4lmjpegsrc.h:
24231 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24232 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24233 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24234 * sys/v4l/gstv4lsrc.h:
24235 * sys/v4l/gstv4ltuner.c:
24236 * sys/v4l/gstv4ltuner.h:
24237 * sys/v4l/gstv4lxoverlay.c:
24238 * sys/v4l/gstv4lxoverlay.h:
24239 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24240 (gst_v4l_set_window), (gst_v4l_enable_overlay):
24241 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24242 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24243 (gst_v4l_set_audio):
24244 * sys/v4l/v4l_calls.h:
24245 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24246 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24247 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24248 (gst_v4lmjpegsink_playback_init),
24249 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24250 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24251 (gst_v4lmjpegsink_playback_stop),
24252 (gst_v4lmjpegsink_playback_deinit):
24253 * sys/v4l/v4lmjpegsink_calls.h:
24254 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24255 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24256 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24257 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24258 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24259 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24260 * sys/v4l/v4lmjpegsrc_calls.h:
24261 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24262 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24263 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24264 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24265 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24266 (gst_v4lsrc_try_palette):
24267 * sys/v4l/v4lsrc_calls.h:
24268 bunch of paranoia cleanups
24270 2004-06-14 David Schleef <ds@schleef.org>
24272 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24273 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24274 Send discont events and change timestamps appropriately when
24275 we get a seek event. (bug #144240)
24276 * ext/cdparanoia/gstcdparanoia.h:
24278 2004-06-14 Benjamin Otte <otte@gnome.org>
24280 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24281 snd_pcm_hw_params_set_rate since the latter fails for no good
24282 reason on some setups.
24284 2004-06-14 David Schleef <ds@schleef.org>
24286 * gst/volume/demo.c: (value_changed_callback): exp10() is not
24287 standard. Thank you for playing.
24289 2004-06-14 Wim Taymans <wim@fluendo.com>
24291 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24292 Patch 1.3 broke the ordering of the colorspace info and
24293 made the plugin basically work by coincidence, reordered
24296 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24298 * ext/lame/gstlame.c:
24299 * ext/mad/gstmad.c:
24300 sync caps. Make sure mad can only output a list of rates, not
24301 a full range. In the future, have three caps lists for each of the
24302 mpeg versions. Change mpegversion to a double as well.
24304 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24306 * gst/volume/.cvsignore:
24307 * gst/volume/Makefile.am:
24308 * gst/volume/demo.c: (value_changed_callback), (idler),
24309 (setup_gui), (main):
24310 added small demo app
24312 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
24313 * ext/esd/esdsink.c: (gst_esdsink_change_state):
24314 * ext/esd/esdsink.h:
24315 Close the esd connection on pause, because esd will just wait -
24316 blocking all other esd clients indefinitely.
24318 2004-06-12 Christophe Fergeau <teuf@gnome.org>
24320 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24321 previous commit with GST_DEBUG
24323 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
24326 add a header check for a dvdread header in dvdnav. Fixes #133002
24328 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24330 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24331 * gst/tcp/gsttcpclientsink.h:
24332 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24333 * gst/tcp/gsttcpclientsrc.h:
24334 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24335 (gst_tcpserversink_handle_server_read),
24336 (gst_tcpserversink_init_send):
24337 * gst/tcp/gsttcpserversink.h:
24338 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24339 * gst/tcp/gsttcpserversrc.h:
24340 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24343 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24346 Added ogg library so that OSX detects libtheora properly
24348 2004-06-11 Wim Taymans <wim@fluendo.com>
24350 * ext/theora/theoradec.c: (theora_dec_chain),
24351 (theora_dec_change_state):
24352 Don't try to decode frames before we received a keyframe.
24354 2004-06-11 Wim Taymans <wim@fluendo.com>
24356 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24357 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24358 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24359 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24360 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24361 Added property to set the maximum delay of a page.
24363 2004-06-10 Wim Taymans <wim@fluendo.com>
24365 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24366 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24367 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24368 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24369 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24370 Added max-delay property to control the maximum amount
24371 of data to put in one page.
24373 2004-06-10 Wim Taymans <wim@fluendo.com>
24375 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24376 (gst_theora_enc_init), (theora_enc_sink_link),
24377 (theora_buffer_from_packet), (theora_enc_set_property),
24378 (theora_enc_get_property):
24379 Set duration on encoded buffer, added some more properties
24381 2004-06-10 Wim Taymans <wim@fluendo.com>
24383 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24384 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24385 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24386 * ext/theora/theoraenc.c: (theora_enc_chain):
24387 Fix refcounting bugs
24389 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
24391 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24392 (gst_asf_demux_loop), (gst_asf_demux_process_file),
24393 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24394 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24395 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24396 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24397 (gst_asf_demux_change_state):
24398 * gst/asfdemux/gstasfdemux.h:
24399 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24400 feels like. I think we should set a new requirement for demuxers
24401 from now on to implement sane loop functions, data loops, query
24402 and seek functions before first commit into CVS. And this commit
24403 fixes all of the above.
24405 2004-06-10 Christophe Fergeau <teuf@gnome.org>
24407 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24408 vorbis comments are properly encoded in UTF-8 before adding them
24411 2004-06-09 Benjamin Otte <otte@gnome.org>
24413 * ext/alsa/gstalsa.c: (add_channels):
24414 handle min <= max correctly
24415 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24416 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24417 add fixation functions so we fixate correctly. No preferring of alaw
24418 anymore because it's the first structure.
24419 * ext/alsa/gstalsa.h:
24420 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24421 (gst_alsa_hw_params_dump):
24422 add functions to ease debugging in alsalib
24423 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24424 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24425 (gst_alsa_start_audio):
24426 only specify hw params if we really setup a format (fixes #134007 -
24427 or at least works around it)
24429 2004-06-09 Wim Taymans <wim@fluendo.com>
24431 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24432 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24433 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24434 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24435 (gst_ogg_mux_loop):
24436 Use stream caps to setup the initial pages in the ogg stream.
24437 Correctly set the streamheader caps on the srcpad.
24439 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
24441 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24442 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24443 (gst_v4lsrc_getcaps):
24444 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24445 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24446 add querying of fps lists for webcams. Negotiating to a framerate
24449 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24451 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24452 (theora_push_buffer), (theora_push_packet),
24453 (theora_set_header_on_caps), (theora_enc_chain):
24454 mark buffers and put on streamheader, raw theora streaming
24455 now works too, whee
24457 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24459 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24460 (gst_tcp_gdp_read_caps):
24461 do a looping read for caps and GDP headers too
24463 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24465 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24466 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24467 return EOS instead of NULL in _get
24469 2004-06-08 Wim Taymans <wim@fluendo.com>
24471 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24472 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24473 (gst_tcp_gdp_write_caps):
24474 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24475 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24476 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24479 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24481 * ext/vorbis/Makefile.am:
24482 * ext/vorbis/vorbis.c: (plugin_init):
24483 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24484 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24485 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24486 (vorbis_parse_change_state):
24487 * ext/vorbis/vorbisparse.h:
24488 adding a vorbisparse element that marks the buffers, streaming
24489 raw vorbis using GDP now works, whee
24491 2004-06-08 Wim Taymans <wim@fluendo.com>
24493 * ext/jpeg/Makefile.am:
24495 * ext/jpeg/gstjpeg.c: (plugin_init):
24496 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24497 (gst_smokedec_base_init), (gst_smokedec_class_init),
24498 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24499 * ext/jpeg/gstsmokedec.h:
24500 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24501 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24502 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24503 (gst_smokeenc_resync), (gst_smokeenc_chain),
24504 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24505 * ext/jpeg/gstsmokeenc.h:
24506 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24507 (smokecodec_flush_destination), (smokecodec_term_destination),
24508 (smokecodec_init_source), (smokecodec_fill_input_buffer),
24509 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24510 (smokecodec_term_source), (smokecodec_encode_new),
24511 (smokecodec_decode_new), (smokecodec_info_free),
24512 (smokecodec_set_quality), (smokecodec_get_quality),
24513 (smokecodec_set_threshold), (smokecodec_get_threshold),
24514 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24515 (find_best_size), (abs_diff), (put), (smokecodec_encode),
24516 (smokecodec_parse_header), (smokecodec_decode):
24517 * ext/jpeg/smokecodec.h:
24518 Added a new simple jpeg based codec
24520 2004-06-08 Wim Taymans <wim@fluendo.com>
24522 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24523 (gst_multipart_mux_loop):
24526 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24528 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24529 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24530 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24531 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24532 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24533 * gst/tcp/gsttcpserversink.h:
24534 take streamheader into account
24536 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24538 * gst/level/Makefile.am:
24539 * gst/level/gstlevel.c: (gst_level_class_init):
24540 clean up marshal generation
24542 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24544 * gst/tcp/Makefile.am:
24545 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24546 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24547 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24548 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24549 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24550 (gst_tcpclientsrc_get_property):
24551 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24552 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24553 (gst_tcpserversink_handle_client_read),
24554 (gst_tcpserversink_handle_client_write),
24555 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24556 * gst/tcp/gsttcpserversink.h:
24557 add signals client-added and client-removed
24558 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24559 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24560 (gst_tcpserversrc_get_property):
24561 uniformized, change default protocol to NONE
24562 * gst/tcp/gsttcp-marshal.list: added
24563 2004-06-07 Benjamin Otte <otte@gnome.org>
24565 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24566 handle discont events if they happen before caps nego
24568 2004-06-07 Wim Taymans <wim@fluendo.com>
24570 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24571 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24572 (gst_multipart_demux_plugin_init):
24573 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24574 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24575 (gst_multipart_mux_change_state):
24576 Small updates, fix a memleak
24578 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24580 * configure.ac: OSS portability
24581 * ext/arts/gst_arts.c: idem
24582 * sys/oss/gstosselement.c: idem
24583 * sys/oss/gstossmixer.c: idem
24584 * sys/oss/gstosssink.c: idem
24585 * sys/oss/gstosssrc.c: idem
24586 * sys/oss/oss_probe.c: idem
24587 - check for soundcard.h in different places for some BSD
24589 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
24592 Add me to the authors file
24594 Increase the libdv requirement to >= version 0.100
24595 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24596 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24597 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24598 * ext/dv/gstdvdec.h:
24599 Add support for the new_media flag when sending DISCONT events
24600 Make the querying work when video pad is not linked
24602 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24604 reviewed by Benjamin Otte <otte@gnome.org>
24606 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24607 create a NULL-initialized array of pads, so we don't think they
24608 exist already. (fixes #143130)
24610 2004-06-07 Benjamin Otte <otte@gnome.org>
24612 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24613 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24614 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24615 don't use // coments
24617 2004-06-07 Benjamin Otte <otte@gnome.org>
24619 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24620 cast to GstClockTime to get higher granularity
24621 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24622 use gst_element_set_time_delay to get the exact time
24623 * ext/mad/gstmad.c: (gst_mad_chain):
24624 use the negotiated rate instead of the current frame's rate which
24625 might be wrong because of bit errors. This avoids emitting totally
24626 bogus timestamps and screwing sync.
24629 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24631 reviewed by Benjamin Otte <otte@gnome.org>
24633 * gst/adder/gstadder.c: (gst_adder_loop):
24634 properly error out when no negotiation has happened yet. (fixes
24637 2004-06-06 Benjamin Otte <otte@gnome.org>
24639 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24640 forward correctly transformed offset in discont events. Based on
24641 patch by Arwed v. Merkatz. (fixes #142851)
24643 2004-06-06 David Schleef <ds@schleef.org>
24645 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24646 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
24647 problems on several systems.
24649 2004-06-06 Benjamin Otte <otte@gnome.org>
24651 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24652 use explicit caps on the srcpad
24653 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24654 properly error out if caps couldn't be set (fixes #142764)
24656 2004-06-06 Benjamin Otte <otte@gnome.org>
24658 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24659 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24660 (gst_alsa_start_audio):
24661 - don't call set_periods_integer anymore, it breaks the
24662 configuration randomly
24663 - call snd_pcm_hw_params_set_access directly instead of using masks
24664 - don't fail if the sw_params can't be set, just use the default
24665 params and hope it works. Alsalib has weird issues when you touch
24666 sw_params and does no proper error reporting about what failed.
24667 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24668 (gst_alsa_close_audio):
24669 make our alsa debugging go via gst debugging and not conditionally
24671 * ext/alsa/gstalsa.h:
24672 add ALSA_DEBUG_FLUSH macro
24673 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24675 wrap alsa errors to be printed via the gst debugging system and not
24678 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
24680 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24681 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24682 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24683 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24684 (qtdemux_parse_trak):
24685 * gst/qtdemux/qtdemux.h:
24686 Bitch. Also known as seeking, querying & co.
24687 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24688 (gst_osssink_change_state):
24689 * sys/oss/gstosssink.h:
24690 Resyncing is for weenies, this hack is no longer needed and was
24691 broken anyway (since it - unintendedly - always leaves resync to
24694 2004-06-05 Andrew Turner <zxombie@hotpop.com>
24696 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24697 * gst/tcp/gsttcpclientsrc.h: idem
24698 - define MSG_NOSIGNAL if not done
24699 - include unistd.h for off_t
24702 2004-06-05 Benjamin Otte <otte@gnome.org>
24705 * ext/kio/Makefile.am:
24706 check for qt's moc preprocessor explicitly and use it
24708 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24710 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24711 don't get a signal for EPIPE on socket writes
24712 (somebody check if this works on other platforms)
24714 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24716 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24717 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24718 check error condition on available samples correctly
24720 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24722 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24724 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24725 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24726 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24727 (gst_tcpserversrc_gdp_read_header):
24728 use ssize_t over size_t since the former is signed and thus the
24729 check for error codes can work
24731 2004-06-02 Wim Taymans <wim@fluendo.com>
24735 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24736 (gst_multipart_mux_loop):
24739 2004-06-02 Wim Taymans <wim@fluendo.com>
24741 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24742 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24743 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24744 (gst_multipart_mux_change_state):
24745 Added configurable boundary specifier, added the value as a
24746 caps field as well.
24748 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24750 * gst/tcp/gsttcp.c:
24751 * gst/tcp/gsttcpclientsrc.c:
24752 * gst/tcp/gsttcpclientsrc.h:
24753 * gst/tcp/gsttcpserversrc.c:
24754 - portability fix, to compile on OSX
24757 * sys/osxaudio/gstosxaudioelement.c:
24758 * sys/osxaudio/gstosxaudiosink.c:
24759 * sys/osxaudio/gstosxaudiosrc.c:
24760 - compilation warnings on OSX
24763 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24765 * ext/vorbis/vorbisdec.c : sign warning fixes
24767 * gst-libs/gst/mixer/mixertrack.c :
24768 do no use defines which are glib 2.4 specific
24770 2004-06-01 Christophe Fergeau <teuf@gnome.org>
24772 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24773 buffer since libflac doesn't expect it (reports a sync error when
24774 it encounters that)
24777 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
24779 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24780 * gst-libs/gst/mixer/mixertrack.c:
24781 (gst_mixer_track_get_property), (get_mixer_track_init),
24782 (get_mixer_track_get_property): Added property accessors
24783 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24784 * gst-libs/gst/mixer/mixeroptions.c:
24785 (gst_mixer_options_get_values): Added
24786 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24787 * gst-libs/gst/mixer/mixer.c: Fixed comment
24790 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24792 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24793 improve error messages on open
24796 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24798 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24799 check if v4l-conf is in path
24801 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24803 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24804 change assert to a more readable error message
24806 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24808 * gst-libs/gst/tuner/tunerchannel.h:
24809 - add a freq_multiplicator field to make the conversion
24810 between internal frequency unit and Hz
24811 * sys/v4l/gstv4lelement.c:
24812 * sys/v4l2/gstv4l2element.c:
24813 - change default video device to /dev/video0
24814 * sys/v4l/v4l_calls.c:
24815 * sys/v4l2/v4l2_calls.c:
24816 - we only expose frequency to the user in Hz instead of
24817 bastard v4lX unit (either 62.5kHz or 62.5Hz)
24819 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
24820 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24821 Initialise b_o_s and e_o_s variables
24822 * gst-libs/gst/riff/riff-media.c:
24823 (gst_riff_create_video_caps_with_data):
24824 Add some unusual fourcc's from mplayer avi's
24825 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24826 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24829 2004-05-28 Wim Taymans <wim@fluendo.com>
24832 * gst/alpha/Makefile.am:
24833 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24834 (gst_alpha_get_type), (gst_alpha_base_init),
24835 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24836 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24837 (gst_alpha_chroma_key), (gst_alpha_chain),
24838 (gst_alpha_change_state), (plugin_init):
24839 A plugin to add an alpha channel to I420 video. Can optionally do
24841 * gst/multipart/Makefile.am:
24842 * gst/multipart/multipart.c: (plugin_init):
24843 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24844 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24845 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24846 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24847 (gst_multipart_demux_change_state),
24848 (gst_multipart_demux_plugin_init):
24849 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24850 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24851 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24852 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24853 (gst_multipart_mux_pad_unlink),
24854 (gst_multipart_mux_request_new_pad),
24855 (gst_multipart_mux_handle_src_event),
24856 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24857 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24858 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24859 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24860 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24861 send multipart jpeg images to a browser.
24862 * gst/videobox/Makefile.am:
24863 * gst/videobox/README:
24864 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24865 (gst_video_box_get_type), (gst_video_box_base_init),
24866 (gst_video_box_class_init), (gst_video_box_init),
24867 (gst_video_box_set_property), (gst_video_box_get_property),
24868 (gst_video_box_sink_link), (gst_video_box_i420),
24869 (gst_video_box_ayuv), (gst_video_box_chain),
24870 (gst_video_box_change_state), (plugin_init):
24871 Crops or adds borders around an image. can do alpha channel
24873 * gst/videomixer/Makefile.am:
24874 * gst/videomixer/README:
24875 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24876 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24877 (gst_videomixer_pad_get_sink_event_masks),
24878 (gst_videomixer_pad_get_property),
24879 (gst_videomixer_pad_set_property),
24880 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24881 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24882 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24883 (gst_videomixer_base_init), (gst_videomixer_class_init),
24884 (gst_videomixer_init), (gst_videomixer_request_new_pad),
24885 (gst_videomixer_handle_src_event),
24886 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24887 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24888 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24889 (gst_videomixer_loop), (gst_videomixer_get_property),
24890 (gst_videomixer_set_property), (gst_videomixer_change_state),
24892 Generic video mixer plugin, can handle multiple inputs all with
24893 different framerates and video sizes. Is fully alpha channel
24896 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
24898 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24899 Select first track as master track. Not sure how else to handle
24901 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24902 Discard discont events. Should fix #142962.
24904 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
24906 * ext/alsa/Makefile.am:
24907 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24908 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24909 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24910 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24911 (gst_alsa_mixer_get_option):
24912 * ext/alsa/gstalsamixer.h:
24913 * ext/alsa/gstalsamixeroptions.c:
24914 (gst_alsa_mixer_options_get_type),
24915 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24916 (gst_alsa_mixer_options_new):
24917 * ext/alsa/gstalsamixeroptions.h:
24918 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24919 * ext/alsa/gstalsamixertrack.h:
24920 Add enumerations (as GstMixerOptions). Make correct distinction
24921 between input/output tracks. Add capture/playback private flag.
24922 Use flag to decide on whether to set capture or playback volumes
24923 or switches. Use playback and record switches.
24924 * gst-libs/gst/mixer/Makefile.am:
24925 * gst-libs/gst/mixer/mixer-marshal.list:
24926 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24927 (gst_mixer_set_option), (gst_mixer_get_option),
24928 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24929 (gst_mixer_volume_changed), (gst_mixer_option_changed):
24930 * gst-libs/gst/mixer/mixer.h:
24931 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24932 (gst_mixer_options_class_init), (gst_mixer_options_init),
24933 (gst_mixer_options_dispose):
24934 * gst-libs/gst/mixer/mixeroptions.h:
24935 Add GstMixerOptions.
24936 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24937 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24938 broken device detection on computers with multiple OSS sound
24941 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
24943 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24944 fixate nicely even when the peer is not negotiating
24946 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
24948 * gst/audioconvert/gstaudioconvert.c:
24949 (gst_audio_convert_parse_caps):
24950 make sure we don't allow depth > width
24951 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24952 fixate endianness to G_BYTE_ORDER as default
24953 * gst/audioscale/gstaudioscale.c:
24954 we don't handle another endianness as host-endianness
24956 2004-05-25 David Schleef <ds@schleef.org>
24958 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
24960 2004-05-24 Benjamin Otte <otte@gnome.org>
24962 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24963 (gst_oggvorbisenc_setup):
24964 properly fail when we can't setup the vorbis encoder due to
24965 unsupported settings
24966 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24967 (gst_vorbisenc_setup):
24969 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24970 fix case where warnings occured when one pad was unlinked while the
24971 other's link function was called
24973 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
24975 * gst/tcp/Makefile.am:
24978 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
24980 * gst-libs/gst/resample/private.h:
24981 don't use optimizations that are #if 0'ed
24983 2004-05-24 Wim Taymans <wim@fluendo.com>
24985 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24986 Fix potential division by zero error and hopefully get
24987 the position query right to get correct timestamps on avi
24990 2004-05-24 Wim Taymans <wim@fluendo.com>
24992 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24993 (gst_videoscale_scale_nearest_str2),
24994 (gst_videoscale_scale_nearest_str4),
24995 (gst_videoscale_scale_nearest_32bit),
24996 (gst_videoscale_scale_nearest_24bit),
24997 (gst_videoscale_scale_nearest_16bit):
24998 Fix the scaling algorithm and avoid a buffer overflow.
24999 removed the while loop in the scaling function as it
25000 was used for point sampling only.
25002 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
25004 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25005 (gst_id3_tag_class_init), (gst_id3_tag_init),
25006 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25007 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25008 (gst_id3_tag_send_tag_event):
25009 lots of fixes to make id3mux work and id3demux work correctly
25011 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25014 add rules to build shout2send (was removed by accident
25015 when this module was no more marked experimental/broken)
25017 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25019 * ext/shout2/gstshout2.c:
25020 * ext/shout2/gstshout2.h:
25021 adding a "connection problem" signal to shout2send
25024 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
25026 * ext/kio/kioreceiver.cpp:
25027 * ext/kio/kioreceiver.h:
25028 fix sign comparison issues
25030 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25032 * gst/cdxaparse/gstcdxaparse.c:
25033 * gst/cdxaparse/gstcdxaparse.h:
25035 add some checks/sanity
25036 prepare for seek addition
25038 * sys/sunaudio/gstsunaudio.c:
25039 remove exported dupe init function
25041 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
25043 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25044 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25045 Fix format conversion and position querying.
25046 * gst/debug/progressreport.c: (gst_progressreport_report):
25047 Don't output a bogus total value that we didn't query.
25048 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25049 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25050 only a blank window after xine has been used.
25052 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
25055 sync with upstream version to fix test on FC2
25056 readd with -ko to preserve Id header
25058 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25061 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25062 * gst/tcp/gsttcpclientsrc.c: idem
25063 * gst/tcp/gsttcpserversink.c: idem
25064 * gst/tcp/gsttcpserversrc.c: idem
25065 * m4/gst-fionread.m4: idem
25067 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25069 * configure.ac: enable speex plugin for speex 1.1.5+
25070 * ext/speex/gstspeexenc.c: fix cast warning
25072 * ext/esd/README: fix typo
25074 2004-05-20 David Schleef <ds@schleef.org>
25076 * configure.ac: Minor cosmetic change to convince the buildbot to
25078 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25079 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25080 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25081 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25082 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25083 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25084 More hacking. Plays audio now.
25086 2004-05-20 David Schleef <ds@schleef.org>
25091 2004-05-20 David Schleef <ds@schleef.org>
25093 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
25094 * sys/osxaudio/gstosxaudio.c:
25095 * sys/osxaudio/gstosxaudioelement.c:
25096 * sys/osxaudio/gstosxaudioelement.h:
25097 * sys/osxaudio/gstosxaudiosink.c:
25098 * sys/osxaudio/gstosxaudiosink.h:
25099 * sys/osxaudio/gstosxaudiosrc.c:
25100 * sys/osxaudio/gstosxaudiosrc.h:
25102 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25104 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25105 (gst_vorbisenc_chain):
25106 put the codec headers on the caps as streamheader as well as
25109 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25111 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25112 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25113 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25114 split up push_packet into two functions
25116 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25118 * gst/tcp/.cvsignore:
25120 * gst/tcp/Makefile.am:
25122 * gst/tcp/gsttcp.c:
25123 * gst/tcp/gsttcp.h:
25124 * gst/tcp/gsttcpclientsink.c:
25125 * gst/tcp/gsttcpclientsink.h:
25126 * gst/tcp/gsttcpclientsrc.c:
25127 * gst/tcp/gsttcpclientsrc.h:
25128 * gst/tcp/gsttcpplugin.c:
25129 * gst/tcp/gsttcpserversink.c:
25130 * gst/tcp/gsttcpserversink.h:
25131 * gst/tcp/gsttcpserversrc.c:
25132 * gst/tcp/gsttcpserversrc.h:
25133 add new tcp elements
25135 2004-05-19 Wim Taymans <wim@fluendo.com>
25137 * gst/law/mulaw-conversion.c: (mulaw_encode):
25138 Fix overflow bug in ulaw encoding.
25140 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25142 * ext/mad/gstmad.c: (gst_mad_handle_event):
25143 don't unref the event twice
25145 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25148 remove -Wno-sign-compare
25150 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25153 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25154 if you want to work against glib 2.2 and 2.4
25156 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
25158 * gst/tcp/Makefile.am:
25159 * gst/tcp/gsttcp.c:
25160 * gst/tcp/gsttcp.h:
25161 * gst/tcp/gsttcpsink.h:
25162 * gst/tcp/gsttcpsrc.h:
25163 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25165 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25167 * gst/debug/tests.c: (md5_get_value):
25168 fix segfault on gst-inspect
25170 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25172 * gst/debug/testplugin.c:
25173 * gst/debug/tests.c:
25174 * gst/debug/tests.h:
25175 add new extensible and configurable testing element. Current tests
25176 include buffer count, stream length, timestamp/duration matching and
25178 * gst/debug/Makefile.am:
25179 * gst/debug/gstdebug.c: (plugin_init):
25180 add infrastructure for new element
25182 2004-05-19 Johan Dahlin <johan@gnome.org>
25184 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25185 ending of the array. Fixes gst-inspect segfault on ppc.
25187 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25189 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25191 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25193 2004-05-18 David Schleef <ds@schleef.org>
25195 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25196 warnings (bugs, actually) noticed by gcc but not forte.
25198 2004-05-18 David Schleef <ds@schleef.org>
25200 * sys/sunaudio/Makefile.am:
25201 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25203 2004-05-18 David Schleef <ds@schleef.org>
25205 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25206 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
25207 to allow qtdemux to use non-seekable streams. (bug #142272)
25209 2004-05-18 David Schleef <ds@schleef.org>
25211 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25212 (gst_resample_sinc_ft_float): Remove use of static temporary
25213 buffer. This code was obviously not supposed to last long, but
25214 it's stuck in our ABI, so it required a little hack to make it
25215 ABI-compatible. Fixes #142585.
25216 * gst-libs/gst/resample/resample.h: same.
25218 2004-05-18 David Schleef <ds@schleef.org>
25220 * configure.ac: Add sunaudio
25221 * examples/Makefile.am: make gstplay depend on gconf
25222 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25223 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25224 (convert_table_lookup), (img_convert): remove c99-isms
25225 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25226 unsigned, to fix a warning on Solaris
25227 * gst/mpeg1sys/systems.c: bcopy->memcpy
25228 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25229 * sys/Makefile.am: Add sunaudio
25231 2004-05-18 Wim Taymans <wim@fluendo.com>
25233 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25234 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25235 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25236 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25237 (gst_ogg_mux_loop):
25238 Fix an ugly memleak where the muxer didn't flush enough ogg
25239 pages. This also resulted in badly muxed ogg files.
25241 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25243 * gst/asfdemux/asfheaders.c :
25244 * gst/asfdemux/asfheaders.h :
25245 * gst/asfdemux/gstasfdemux.c :
25246 - fix ASF_OBJ_PADDING guid
25247 - add 3 new object guids (language list, metadata,
25248 extended stream properties)
25249 - add a function to parse extended header objects
25251 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
25253 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25254 remove leftover debugging g_print
25256 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
25258 * ext/mad/gstmad.c: (gst_mad_handle_event):
25259 Fix for when the first format in a discont event is not a
25260 byte-based one. Should fix #137710.
25262 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25264 * m4/a52.m4 : fix compilation with -Wall -Werror
25265 * m4/libfame.m4 : idem
25266 * m4/libmikmod.m4 : idem
25268 2004-05-17 Benjamin Otte <otte@gnome.org>
25270 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25271 signal the new tags before giving up the reference
25273 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
25275 * ext/shout2/gstshout2.c:
25276 use application/ogg instead of application/x-ogg (patch by Patrick
25277 Guimond, fixes #142432)
25278 * sys/oss/gstosselement.c: (gst_osselement_reset),
25279 (gst_osselement_sync_parms):
25280 don't set fragment size unless specified (fixes #142493)
25282 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25284 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25287 2004-05-17 Benjamin Otte <otte@gnome.org>
25289 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25290 compute offsets correctly for internal buffers so timestamps are set
25291 correctly when we can't seek. Also handle cases where there are no
25292 offsets. (based on a patch by David Moore, fixes #142507)
25294 2004-05-17 Benjamin Otte <otte@gnome.org>
25296 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25297 use correct variable when determining amount of data to skip so we
25298 don't skip into the void and segfault
25300 2004-05-16 Benjamin Otte <otte@gnome.org>
25302 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25305 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25307 * gst/asfdemux/gstasfdemux.c:
25308 - fix a mem leak and always propagate tags
25309 - add WMV3 to known video codecs (but no decoder yet)
25310 - replace "surplus data" at end of audio header for what
25311 it is : codec specific data
25314 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
25316 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25318 * gst-libs/gst/audio/audioclock.c:
25319 Fix wrong return type (#142205).
25321 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25323 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25324 Ignore CRCs by default (fixes #142566).
25326 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25328 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25329 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25330 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25331 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25332 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25333 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25334 Fix for cases where we fail to attach to a mixer.
25336 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25338 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25339 Don't touch events after not owning them anymore.
25340 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25341 (gst_wavparse_fmt), (gst_wavparse_other),
25342 (gst_wavparse_handle_seek), (gst_wavparse_loop),
25343 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25344 (gst_wavparse_srcpad_event):
25345 * gst/wavparse/gstwavparse.h:
25346 Add seeking, fix querying.
25348 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25350 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25351 - process comments even if they don't end with \0\0
25352 g_convert would ignore them if present and works well without them
25354 2004-05-16 Benjamin Otte <otte@gnome.org>
25356 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25359 2004-05-16 Benjamin Otte <otte@gnome.org>
25361 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25362 don't write to memory we might not write to - g_convert does that
25363 for us anyway (fixes #142613)
25364 (gst_asf_demux_audio_caps):
25365 comment out gst_util_dump_mem
25367 2004-05-16 Benjamin Otte <otte@gnome.org>
25369 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25370 compute correct expected timestamps after seek (broken since
25372 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25373 rename element and debugging category to gdkpixbufscale
25375 2004-05-16 Benjamin Otte <otte@gnome.org>
25377 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25378 add error checking to snd_pcm_delay and remove duplicate call to
25379 snd_pcm_delay that caused issues (see inline code comments)
25380 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25381 make more readable and fix return value when snd_pcm_delay fails
25384 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
25385 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25386 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25387 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25388 (gst_pixbufscale_link), (gst_pixbufscale_init),
25389 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25390 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25391 (gst_pixbufscale_get_property), (pixbufscale_init):
25392 * ext/gdk_pixbuf/pixbufscale.h:
25393 Add these files I forgot earlier
25395 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
25396 * ext/gdk_pixbuf/Makefile.am:
25397 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25398 * ext/gdk_pixbuf/gstgdkpixbuf.h:
25399 Add new pixbufscale element to scale RGB video
25400 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25401 and HYPER interpolation correctly.
25402 * ext/theora/theoraenc.c: (theora_enc_chain),
25403 Discard buffer and return if explicit caps could not be set
25404 (theora_enc_get_property):
25405 Make _get return kbps for the bitrate consistent with
25409 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25411 * ext/libvisual/visual.c: (gst_visual_chain):
25412 add missing visual_audio_analyze
25414 2004-05-14 David Schleef <ds@schleef.org>
25416 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25417 is killed while we're playing.
25418 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25419 gst_element_no_more_pads().
25421 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25423 * gst-libs/gst/riff/riff-read.c :
25424 - fix INFO tag extraction in RIFF/AVI files
25425 because gst_event_unref (event) also freed taglist
25428 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25430 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25431 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25433 * gst/auparse/gstauparse.c :
25434 - add code (commented for now) to support audio/x-adpcm on src pad
25435 (we have no decoder for those layout yet)
25437 * gst/cdxaparse/gstcdxaparse.c :
25438 * gst/cdxaparse/gstcdxaparse.h :
25439 - partial rewrite using RiffRead (ripped iain's wavparse code)
25441 * gst/rtp/gstrtpL16enc.c : typo
25442 * gst/rtp/gstrtpgsmenc.c : typo
25444 2004-05-13 Benjamin Otte <otte@gnome.org>
25447 check for exact version of libvisual, it's not supposed to be
25450 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
25452 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25453 signal no-more-pads
25455 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25457 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25458 Report which format was used for GST_FORMAT_DEFAULT
25459 * gst/debug/Makefile.am:
25460 * gst/debug/gstdebug.c: (plugin_init):
25461 * gst/debug/progressreport.c: (gst_progressreport_base_init),
25462 (gst_progressreport_class_init), (gst_progressreport_init),
25463 (gst_progressreport_report), (gst_progressreport_set_property),
25464 (gst_progressreport_get_property), (gst_progressreport_chain),
25465 (gst_progressreport_plugin_init):
25466 Add progressreport element for testing.
25468 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
25470 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25471 * sys/v4l/gstv4lsrc.h:
25472 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25473 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25474 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25475 (gst_v4lsrc_grab_frame):
25477 send a discont at start
25479 2004-05-12 Colin Walters <walters@redhat.com>
25481 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25482 inflooping if we can't find a chunk. Or in other words, don't blow
25483 chunks if we don't have a chunk to blow.
25485 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25486 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25487 Remove old debug output
25488 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25489 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25490 (gst_dvdec_set_property), (gst_dvdec_get_property):
25491 Change the quality setting to an enum, so it works from gst-launch
25492 Don't renegotiate a non-linked pad. Allows audio only decoding.
25493 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25494 (gst_deinterlace_link), (gst_deinterlace_init):
25495 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25496 (gst_videodrop_link):
25497 Some caps negotiation fixes
25499 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25501 * ext/tarkin/gsttarkin.c :
25502 - Change RANK from NONE to PRIMARY
25503 * ext/gdk_pixbuf/gstgdkpixbuf.c :
25504 - Change RANK from NONE to MARGINAL
25505 * ext/divx/gstdivxenc.c :
25506 - Change RANK from PRIMARY to NONE (encoder/spider issue)
25508 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
25510 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25511 (gst_vorbisenc_push_packet):
25512 copy a function that was added between 1.0 and 1.0.1 until we
25513 depend on worthwhile features of post-1.0
25515 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25518 enable shout2 by default
25519 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25520 (gst_shout2send_base_init), (gst_shout2send_init),
25521 (gst_shout2send_connect), (gst_shout2send_change_state):
25522 * ext/shout2/gstshout2.h:
25523 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25525 * ext/theora/theora.c: (plugin_init):
25526 don't set rank on encoders
25528 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
25530 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25531 Use codec_data property instead of flag1 and flag2 for wma
25533 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25535 * gst/cdxaparse/gstcdxaparse.c :
25536 - Add mpegversion to CAPS to make it link
25537 - Rank is as GST_RANK_SECONDARY instead of NONE
25538 * gst/auparse/gstauparse.c :
25539 - Document all audio encoding we can encounter from Solaris 9
25540 headers and libsndfile information.
25541 - Increase max. rate from 48000 to 192000 (to match other elements)
25542 - Don't try to play junk data between header and samples
25544 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25546 * ext/libvisual/visual.c: (gst_visual_getcaps):
25547 use the right caps depending on endianness (I hope)
25548 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25549 use GST_RANK_NONE for all non-decoding elements or spider gets
25552 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
25554 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25555 Fix some odd cases and fix BE metadata parsing of unicode16 text.
25557 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25559 * gst/switch/gstswitch.c: (gst_switch_release_pad),
25560 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25561 (gst_switch_loop), (gst_switch_get_type):
25562 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25563 HEADERS. Had to be said.
25565 2004-05-10 David Schleef <ds@schleef.org>
25567 * configure.ac: Add prototype Dirac support.
25569 * ext/dirac/Makefile.am:
25570 * ext/dirac/gstdirac.cc:
25571 * ext/dirac/gstdiracdec.cc:
25573 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25575 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25576 (gst_auparse_init), (gst_auparse_chain),
25577 (gst_auparse_change_state):
25578 Hack around spider. Remove me some day please.
25580 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25582 * gst/auparse/gstauparse.c: (gst_auparse_chain):
25583 Fix for some uninitialized variables in previous patch, also
25584 makes it work. Fixes #142286 while we're at it.
25586 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25588 * gst/auparse/gstauparse.c:
25589 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25590 only unsupported formats are ADPCM/CCITT G.72x
25592 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25594 2004-05-10 Wim Taymans <wim@fluendo.com>
25596 * ext/vorbis/Makefile.am:
25597 * ext/vorbis/README:
25598 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25599 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25600 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25601 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25602 (gst_oggvorbisenc_convert_sink),
25603 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25604 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25605 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25606 (get_constraints_string), (update_start_message),
25607 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25608 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25609 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25610 * ext/vorbis/oggvorbisenc.h:
25611 * ext/vorbis/vorbis.c: (plugin_init):
25612 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25613 (raw_caps_factory), (gst_vorbisenc_class_init),
25614 (gst_vorbisenc_init), (gst_vorbisenc_setup),
25615 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25616 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25617 * ext/vorbis/vorbisenc.h:
25618 Added a raw vorbis encoder to be used with the oggmuxer.
25619 We still need the old encoder for some gnome applications,
25620 read the README to find out how that works.
25621 The raw encoder is called "rawvorbisenc" until 0.9.
25623 2004-05-10 Wim Taymans <wim@fluendo.com>
25625 * ext/ogg/gstogg.c: (plugin_init):
25626 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25628 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25629 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25630 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25631 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25632 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25633 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25634 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25635 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25636 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25637 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25638 Added an ogg muxer.
25639 Small typo fixes in the demuxer.
25641 2004-05-10 Wim Taymans <wim@fluendo.com>
25643 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25644 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25645 (theora_enc_change_state), (theora_enc_set_property),
25646 (theora_enc_get_property):
25647 Mark the last packet with an EOS flag which is not really needed
25649 Do some better video framerate initialisation.
25650 Update the buffer timestamp.
25652 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
25654 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25655 Return the result of the parent state change call
25657 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25659 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25660 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25661 * gst/law/alaw-encode.c : (idem)
25662 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25663 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25664 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25666 2004-05-09 Benjamin Otte <otte@gnome.org>
25668 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25669 don't use a fixed buffer size when writing variable length data to
25670 it. Fixes memory corruption and makes alsasrc work
25672 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25674 * ext/gnomevfs/gstgnomevfssink.c:
25675 (_gst_boolean_allow_overwrite_accumulator),
25676 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25677 Run glib's default signal handler (??) in RUN_CLEANUP rather than
25678 RUN_LAST, and don't use that to set the accumulator value because
25679 then it's always FALSE.
25681 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25683 * gst-libs/gst/riff/riff-media.c:
25684 (gst_riff_create_video_caps_with_data),
25685 (gst_riff_create_audio_caps),
25686 (gst_riff_create_audio_template_caps):
25687 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25688 Fix for unaligned RIFF files (i.e. where all the chunks together
25689 in a LIST chunk are not of the same size as the size given in
25690 the LIST chunk header). Fixes several odd WAVE files. Also fix
25691 ADPCM (block_align property) in audio, so that wavparse based
25692 on this works now as it used to stand-alone.
25694 2004-05-09 Edward Hervey <bilboed@bilboed.com>
25696 reviewed by Benjamin Otte <otte@gnome.org>
25698 * ext/a52dec/gsta52dec.c:
25699 * ext/divx/gstdivxdec.c:
25700 * ext/divx/gstdivxenc.c:
25701 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25702 * ext/faac/gstfaac.c: (gst_faac_base_init):
25703 * ext/faad/gstfaad.c: (gst_faad_base_init):
25704 * ext/ivorbis/vorbisfile.c:
25705 * ext/lame/gstlame.c:
25706 * ext/libfame/gstlibfame.c:
25707 * ext/mpeg2enc/gstmpeg2enc.cc:
25708 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25709 * ext/sidplay/gstsiddec.cc:
25710 * ext/speex/gstspeexdec.c:
25711 * ext/speex/gstspeexenc.c:
25712 * ext/xvid/gstxviddec.c:
25713 * ext/xvid/gstxvidenc.c:
25714 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25717 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
25719 * ext/alsa/gstalsa.c: (device_list),
25720 (gst_alsa_class_probe_devices):
25721 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25722 Fix alsa oddness in mixer after the combination of using mixer
25723 in source/sink elements and using hw:x,y instead of just hw:x.
25725 2004-05-09 Benjamin Otte <otte@gnome.org>
25727 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25728 (gst_wavparse_create_sourcepad):
25729 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25732 2004-05-09 Benjamin Otte <otte@gnome.org>
25734 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25735 allow discont events before caps nego
25737 2004-05-08 Benjamin Otte <otte@gnome.org>
25739 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25742 2004-05-08 Benjamin Otte <otte@gnome.org>
25744 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25745 (gst_level_change_state), (gst_level_init):
25746 * gst/level/gstlevel.h:
25747 figure out if we're initialized directly instead of keeping a
25748 variable that's wrong in 90% of cases
25749 don't initialize pads and then leak them and use a new unitialized
25750 pad. (fixes #142084)
25751 these were bugs so n00bish I didn't find them for an hour :/
25753 2004-05-08 Iain <iain@prettypeople.org>
25755 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25756 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25757 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25758 return the length that was read.
25759 (gst_riff_read_strf_auds): Allow fmt tags as well.
25761 2004-05-07 David Schleef <ds@schleef.org>
25763 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25764 signed char assumption in faad.h.
25766 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25768 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25769 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25771 2004-05-07 Colin Walters <walters@redhat.com>
25773 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25774 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25776 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25777 Add dispose function.
25779 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
25780 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25781 Fix caps nego and pad templates. RGB mode caps should
25783 * ext/dvdnav/gst-dvd:
25784 Move mpeg2dec inside the thread because otherwise the
25785 queue rejects cap changes mid-stream
25786 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25787 (gst_mpeg2dec_flush_decoder):
25788 For mpeg2dec > 0.4.0, call the flush function instead of
25789 manually extracting all in-flight frames.
25790 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25791 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25792 Change mime type video/dv go video/x-dv to match the
25793 rest of gst-plugins
25795 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25797 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25798 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25799 (gst_alsa_sink_class_init):
25800 * ext/alsa/gstalsasink.h:
25801 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25802 (gst_alsa_src_class_init):
25803 * ext/alsa/gstalsasrc.h:
25804 Make alsasink/src a subclass of alsamixer so that mixer stuff
25805 shows up in gst-rec. Needs some finetuning.
25807 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
25809 * ext/lame/gstlame.c: (gst_lame_chain):
25811 * ext/mad/gstmad.c: (gst_mad_handle_event):
25813 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25814 be able to detect mp3 files < 4096 bytes
25816 2004-05-06 Wim Taymans <wim@fluendo.com>
25818 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25819 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25820 (theora_enc_set_property), (theora_enc_get_property):
25821 Also encode the first frame, cleanup some code.
25823 2004-05-06 Wim Taymans <wim@fluendo.com>
25825 * ext/mpeg2enc/gstmpeg2enc.cc:
25826 Forward events first before deciding that negotiation was
25829 2004-05-06 Wim Taymans <wim@fluendo.com>
25831 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25832 First process the events before deciding that negotiation
25835 2004-05-06 Wim Taymans <wim@fluendo.com>
25837 * ext/theora/Makefile.am:
25838 * ext/theora/theora.c: (plugin_init):
25839 * ext/theora/theoradec.c: (theora_dec_change_state):
25840 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25841 (gst_theora_enc_class_init), (gst_theora_enc_init),
25842 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25843 (theora_enc_chain), (theora_enc_change_state),
25844 (theora_enc_set_property), (theora_enc_get_property):
25845 Added a theora encoder, grouped the encoder and decoder into the
25848 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
25850 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25851 (gst_jpegenc_chain):
25852 fix DURATION on outgoing buffers
25853 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25854 debug using time formats
25855 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25856 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25857 (gst_xvimagesink_sink_link):
25858 windows with width/height 0 generate X errors, so don't allow them
25860 2004-05-05 Wim Taymans <wim@fluendo.com>
25862 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25863 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25864 (gst_mpeg2dec_negotiate_format):
25865 * ext/mpeg2dec/gstmpeg2dec.h:
25866 removed the static pad template so that we can add the
25867 more accurate framerate value to the caps.
25870 2004-05-04 Benjamin Otte <otte@gnome.org>
25873 check for kdemacros.h, too (should fix #141821)
25874 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25875 don't crash if no header was sent, but nicely error out (fixes part
25878 2004-05-04 Wim Taymans <wim@fluendo.com>
25880 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25881 parent dispose function to avoid segfault on destroy.
25883 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
25885 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25887 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25888 (gst_xvimagesink_sink_link):
25889 clean up debugging caps
25890 also recreate xvimage when format has changed
25892 2004-05-04 Benjamin Otte <otte@gnome.org>
25894 * ext/libvisual/Makefile.am:
25895 * ext/libvisual/visual.c: (gst_visual_class_init),
25896 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25897 (gst_visual_srclink), (gst_visual_chain),
25898 (gst_visual_change_state), (plugin_init):
25899 use a GstAdapter to correctly adapt buffer sizes - allows using a
25902 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25904 * sys/v4l/gstv4lelement.h:
25905 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25906 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25907 (gst_v4lsrc_buffer_free):
25908 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25909 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25910 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25911 (gst_v4lsrc_requeue_frame):
25912 move some debugging categories around
25913 query for fps index and set accordingly if found
25915 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25917 * ext/lame/gstlame.c:
25918 correct defaults that lame_init puts out of range
25920 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25922 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25923 (gst_divxenc_class_init):
25924 fix range since -1 is the default
25925 * gst/mpeg1sys/gstmpeg1systemencode.c:
25926 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25927 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25928 (gst_rtjpegdec_chain):
25929 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25930 (gst_rtjpegenc_chain):
25931 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25932 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25933 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25934 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25935 * sys/v4l/gstv4lsrc.c:
25936 * sys/v4l/v4l_calls.c: (gst_v4l_open):
25937 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25938 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25939 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25940 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25941 remove gst_info calls
25943 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25952 Updated translations
25954 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25956 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25957 refactor/comment code
25959 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
25961 * gst/asfdemux/Makefile.am:
25962 * gst/asfdemux/asfheaders.c:
25963 * gst/asfdemux/asfheaders.h:
25964 * gst/asfdemux/gstasf.c: (plugin_init):
25965 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25966 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25967 (gst_asf_demux_setup_pad):
25968 * gst/asfdemux/gstasfdemux.h:
25969 * gst/asfdemux/gstasfmux.c:
25970 * gst/asfdemux/gstasfmux.h:
25971 Add tagging support to demuxer, split out registration in its own
25972 file instead of in demux (hacky), and prevent having some tables
25973 in our memory multiple times (in asfheaders.h).
25975 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
25977 * gst/matroska/matroska-demux.c:
25978 (gst_matroska_demux_parse_metadata):
25979 * gst/matroska/matroska-ids.h:
25980 Basic tag reading support.
25982 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
25984 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25985 Really detect ac-3 audio.
25986 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25987 really detect matroska files (off-by-1).
25989 2004-04-30 David Schleef <ds@schleef.org>
25991 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25992 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25993 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25994 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25995 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25996 hackage -- parse a lot more atoms, extract a few tags. One might even
25997 mistake this for tag support. Maybe it is.
25998 * gst/qtdemux/qtdemux.h:
26000 2004-04-30 Colin Walters <walters@verbum.org>
26002 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26004 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
26006 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26007 (gst_ffmpegcolorspace_getcaps):
26008 remove broken nego fix
26010 2004-04-30 Benjamin Otte <otte@gnome.org>
26014 * ext/libvisual/Makefile.am:
26015 * ext/libvisual/visual.c:
26016 add initial support for libvisual (http://libvisual.sourceforge.net)
26017 libvisual is still quite alpha, so expect crashes in there :)
26019 2004-04-29 David Schleef <ds@schleef.org>
26021 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26022 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26023 up qtdemux to make it spit out codec_data. Do _not_ look at this
26024 code; you will no longer respect me.
26026 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26028 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26029 * ext/alsa/gstalsa.h :
26030 change alsa pcm device discovery to find more than 1 device
26031 per card. code review by Ronald.
26033 2004-04-29 David Schleef <ds@schleef.org>
26035 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26036 Add a check for a driver bug on FreeBSD. (bug #140565)
26038 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
26040 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26041 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26042 (gst_jpegenc_getcaps):
26043 move format setting to inner loop
26044 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26045 (gst_ffmpegcolorspace_getcaps):
26046 use GST_PAD_CAPS if available so that we use already negotiated
26048 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26049 (qtdemux_parse_moov), (qtdemux_parse):
26051 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26052 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26053 move hardcoded path to DEFINE
26055 2004-04-28 David Schleef <ds@schleef.org>
26057 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
26060 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26062 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26063 Don't probe for playback device if we're a source element. Fixes
26066 2004-04-29 Benjamin Otte <otte@gnome.org>
26068 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26069 (gst_id3_tag_chain):
26070 rewrite buffer offset
26072 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26076 * ext/dts/Makefile.am:
26077 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26078 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26079 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26080 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26081 (gst_dtsdec_loop), (gst_dtsdec_change_state),
26082 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26084 * ext/dts/gstdtsdec.h:
26086 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26087 (gst_faad_srcconnect):
26088 Add ESDS atom handling (.m4a).
26090 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
26092 * ext/divx/gstdivxdec.c: (plugin_init):
26093 Remove comment that makes no sense.
26094 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26095 Fix for obvious typo that resulted in warnings during gst-register.
26096 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26097 (gst_xviddec_sink_link):
26098 Fix caps negotiation a bit better.
26099 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26100 We call this 'codec_data', not 'esds'.
26102 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26104 * gst/monoscope/gstmonoscope.c:
26105 make sure we only provide 256x128
26106 * gst/monoscope/monoscope.c: (monoscope_init):
26107 assert size of 256x128
26109 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26112 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26113 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26114 fixate to max width and height of device
26116 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26119 * sys/v4l/gstv4l.c:
26120 * sys/v4l/gstv4lsrc.c:
26121 * sys/v4l/v4l_calls.c:
26122 * sys/v4l/v4lsrc_calls.c:
26123 fix for qc-usb driver which fakes having more than one buffer
26124 by handing the same buffer twice, which confused GStreamer's/v4lsrc
26125 buffer_free override
26128 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26131 * gst/videotestsrc/gstvideotestsrc.c:
26132 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26133 (gst_videotestsrc_init), (gst_videotestsrc_get),
26134 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26135 * gst/videotestsrc/gstvideotestsrc.h:
26136 add num-buffers property
26138 2004-04-26 Benjamin Otte <otte@gnome.org>
26140 * ext/mad/gstid3tag.c: (plugin_init):
26141 set id3mux rank to NONE so it doesn't confuse spider
26142 require audio/mpeg,mpegversion=1 in id3mux
26144 2004-04-26 Benjamin Otte <otte@gnome.org>
26147 detect faad correctly as non-working if it's indeed non-working
26149 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
26152 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26153 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26154 fix _getcaps so it only negotiates to its supported format
26156 2004-04-25 Benjamin Otte <otte@gnome.org>
26158 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26161 2004-04-23 Benjamin Otte <otte@gnome.org>
26163 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26164 audio/x-raw-int with height rules! not. Now it's depth.
26166 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
26168 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26169 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26170 (gst_wavparse_loop):
26171 Missing variable initialization. Add handling of DVI ADPCM. Fix
26172 mis-parsing of LIST chunks. This works around a bug where we mis-
26173 parse non-aligning LIST chunks (so LIST chunks where the contents
26174 don't align with the actual LIST size). The correct fix is to use
26175 rifflib, I'm not going to fix wavparse - too much work. All this
26178 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
26180 reviewed by Benjamin Otte <otte@gnome.org>
26182 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26183 fix shoutcast not working (fixes #140844)
26185 2004-04-22 Benjamin Otte <otte@gnome.org>
26187 * ext/hermes/gsthermescolorspace.c:
26188 (gst_hermes_colorspace_caps_remove_format_info):
26189 * gst/colorspace/gstcolorspace.c:
26190 (gst_colorspace_caps_remove_format_info):
26191 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26192 (gst_ffmpegcolorspace_caps_remove_format_info):
26193 s/gst_caps_simplify/gst_caps_do_simplify/
26195 2004-04-22 Benjamin Otte <otte@gnome.org>
26197 * gst-libs/gst/riff/riff-media.c:
26198 (gst_riff_create_video_caps_with_data):
26199 mpegversion is an int
26200 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26201 don't try to create pad templates with NULL caps, use any caps
26204 2004-04-20 David Schleef <ds@schleef.org>
26206 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26207 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
26210 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26212 reviewed by David Schleef
26214 * ext/mad/gstid3tag.c: Add stdlib.h
26215 * gst/rtp/gstrtpgsmenc.c: same
26216 * gst/tags/gstid3tag.c: same
26217 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26218 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26219 GST_DISABLE_LOADSAVE use.
26220 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26221 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26222 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26224 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26225 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26227 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26228 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26230 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26233 2004-04-20 David Schleef <ds@schleef.org>
26235 * gst/realmedia/rmdemux.c: This was supposed to part of the
26236 last checkin. Same idea.
26238 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26240 reviewed by David Schleef
26242 * configure.ac: bump required gstreamer version to 0.8.1.1
26243 because of following changes [--ds]
26245 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
26246 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26247 (gst_riff_read_header): Use GST_READ_UINT*
26248 macros to access possibly unaligned memory.
26250 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26251 (mp3_type_find): Use GST_READ_UINT*
26252 macros to access possibly unaligned memory.
26253 (mp3_type_find, mpeg1_parse_header, qt_type_find)
26254 (speex_type_find): Likewise
26256 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26258 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26259 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26260 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26261 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26262 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26263 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
26264 macros to access possibly unaligned memory.
26266 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26269 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26270 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26272 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26275 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26276 (gst_mpeg2subt_chain_subtitle): Likewise.
26278 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26279 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26282 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26285 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26288 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26291 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26294 update required version of GStreamer because of GST_TIME_FORMAT
26296 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
26298 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26299 remove leftover g_print
26300 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26301 don't try setting only a subset of the caps. We don't want to kill
26302 autoplugging on purpose
26304 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26306 * sys/ximage/ximagesink.c: (plugin_init):
26307 * sys/xvimage/xvimagesink.c: (plugin_init):
26308 add debugging categories
26310 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26314 Adding en_GB translation (Gareth Owen)
26316 2004-04-20 David Schleef <ds@schleef.org>
26318 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26319 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26320 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26321 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26322 A number of new features and hacks to extract the esds atom and
26323 put it into the caps. (bug #137724)
26325 2004-04-19 David Schleef <ds@schleef.org>
26327 * gconf/Makefile.am: Fix for non-GNU make
26328 * gst-libs/gst/Makefile.am: Change directory order to handle
26329 GstPlay linking with gstinterfaces
26330 * gst-libs/gst/audio/make_filter: make use of tr portable
26331 * gst-libs/gst/play/Makefile.am: Add intended \
26332 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26333 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26334 function prototype instead of void *.
26335 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26337 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26338 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26339 * gst/videofilter/make_filter: make use of tr portable
26340 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26342 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
26346 Added Ukrainian translation (Maxim V. Dziumanenko)
26348 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26350 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26351 (gst_gsmdec_link), (gst_gsmdec_chain):
26352 Fix capsnego, simplify chain function slightly.
26353 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26356 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26358 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26359 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26360 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26361 Hack to make wavparse work with spider (always -> sometimes pad).
26362 Fixes #135862 && #140411.
26364 2004-04-18 Benjamin Otte <otte@gnome.org>
26366 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26367 (gst_osselement_rate_probe_check),
26368 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26369 get rid of \n in debug output
26371 2004-04-17 Iain <iain@prettypeople.org>
26373 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26376 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26378 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26379 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26380 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26381 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26382 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26383 (gst_id3_tag_change_state), (plugin_init):
26384 deprecate id3tag element and replace with id3demux/id3mux.
26385 great side effect: this ugly file is now even uglier, yay!
26386 * ext/mad/gstmad.h:
26387 remove non-available function
26388 update for new get_type
26390 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26393 require mpeg2dec >= 0.4.0
26395 2004-04-17 Benjamin Otte <otte@gnome.org>
26397 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26398 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26399 (gst_xvimagesink_set_xwindow_id):
26400 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26401 assorted cleanup fixes.
26403 2004-04-16 David Schleef <ds@schleef.org>
26405 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26406 * sys/xvimage/xvimagesink.h: same
26408 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
26410 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26411 Fix GST_ELEMENT_ERROR with (NULL)
26413 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26415 * gst-libs/gst/riff/riff-media.c:
26416 (gst_riff_create_video_caps_with_data):
26417 Add div[3456] as fourccs for DivX 3 (fixes #140137).
26419 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26421 * gst-libs/gst/riff/riff-media.c:
26422 (gst_riff_create_video_caps_with_data),
26423 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26424 (gst_riff_create_video_template_caps),
26425 (gst_riff_create_audio_template_caps):
26426 * gst-libs/gst/riff/riff-media.h:
26427 * gst-libs/gst/riff/riff-read.c:
26428 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26429 * gst-libs/gst/riff/riff-read.h:
26430 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26431 Add MS RLE support. I added some functions to read out strf chunks
26432 into strf chunks and the data behind it. This is usually color
26433 palettes (as in RLE, but also in 8-bit RGB). Also use those during
26434 caps creation. Lastly, add ADPCM (similar to wavparse - which
26435 should eventually be rifflib based).
26436 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26437 (gst_matroska_demux_init), (gst_matroska_demux_reset):
26438 * gst/matroska/matroska-demux.h:
26439 Remove placeholders for some prehistoric tagging system. Didn't add
26440 support for any tag system really anyway.
26441 * gst/qtdemux/qtdemux.c:
26442 Add support for audio/x-m4a (MPEG-4) through spider.
26443 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26444 (gst_wavparse_loop):
26445 ADPCM support (#135862). Increase max. buffer size because we
26446 cannot split buffers for ADPCM (screws references) and I've seen
26447 files with 2048 byte chunks. 4096 seems safe for now.
26449 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26451 * configure.ac: bump nano to 1
26453 === release 0.8.1 ===
26455 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26457 * configure.ac: releasing 0.8.1, "Comforting Sounds"
26459 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26461 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26462 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26465 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26467 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26468 lower rank of dvddemux so that it's not used for mpeg playback.
26470 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
26473 save libs correctly when checking mad
26475 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26477 * ext/mad/gstid3tag.c: (plugin_init):
26478 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
26480 2004-04-13 David Schleef <ds@schleef.org>
26482 * common/m4/gst-feature.m4: Call -config scripts with
26483 --plugin-libs if it is supported.
26484 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26485 JPEG images are image/jpeg.
26486 * gst/debug/Makefile.am:
26487 * gst/debug/negotiation.c: (gst_negotiation_class_init),
26488 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26489 (gst_negotiation_update_caps), (gst_negotiation_get_property),
26490 (gst_negotiation_plugin_init): Add a property that acts like
26492 * testsuite/gst-lint: Move license checking to be a standard
26495 2004-04-13 David Schleef <ds@schleef.org>
26497 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26498 patch from Sebastien Cote (bug #139958)
26500 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26502 * examples/gstplay/Makefile.am:
26503 * examples/gstplay/player.c: (main):
26504 make the commandline player example use gconf settings
26506 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26508 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26509 (gst_cacasink_sinkconnect), (gst_cacasink_init),
26510 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26511 init/end library during state transition, not object
26512 creation/disposal. get rid of custom dispose handler.
26515 2004-04-12 Christian Schaller <Uraeus@gnome.org>
26517 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26520 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26522 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26523 Handle JUNK chunks inside data section. Prevents warnings.
26525 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26527 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26528 (gst_riff_create_video_template_caps):
26530 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26531 (gst_avi_demux_stream_data):
26532 Add support for "rec-list" chunks.
26534 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26536 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26537 Fix another codecname mismatch.
26539 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26541 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26542 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26543 so that MJPEG plays back.
26545 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26547 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26548 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26549 * gst/mpeg1videoparse/gstmp1videoparse.h:
26550 Fix for some slight mis-cuts in buffer parsing, and for some
26551 potential overflows or faults-causers. Adds disconts. Also fixes
26552 #139105 while we're at it.
26554 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26557 * sys/v4l2/gstv4l2element.h:
26558 Workaround for missing struct v4l2_buffer declaration in Suse 9
26559 and Mandrake 10 linux/videodev2.h header file (#135919).
26561 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26563 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26564 Bail out if no filename was given.
26566 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26568 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26569 (gst_v4l2_fourcc_from_structure):
26570 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26573 2004-04-09 Benjamin Otte <otte@gnome.org>
26575 * ext/gnomevfs/gstgnomevfssink.c:
26576 (_gst_boolean_allow_overwrite_accumulator),
26577 (gst_gnomevfssink_class_init):
26578 fix erase signal - if any handler returns false the file will not be
26579 overwritten. If no handler is connected, the file will not be
26580 overwritten either.
26581 renamed signal to "allow-overwrite"
26582 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26583 free string when adding it to ID3 failed
26584 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26585 unref event when done
26586 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26588 * gst/typefind/gsttypefindfunctions.c:
26589 (mpeg_video_stream_type_find):
26592 2004-04-08 David Schleef <ds@schleef.org>
26594 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26595 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26597 2004-04-08 David Schleef <ds@schleef.org>
26599 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26600 we don't support (bug #139532)
26602 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
26604 * ext/mad/gstmad.c: (gst_mad_handle_event),
26605 (gst_mad_check_caps_reset), (gst_mad_chain),
26606 (gst_mad_change_state):
26607 only set explicit caps if they haven't been set before for
26608 this stream. MPEG-audio sample rate/channels aren't allowed
26609 to change in-stream.
26612 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
26614 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26615 (_gst_boolean_did_something_accumulator),
26616 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26617 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26618 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26619 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26620 (gst_gnomevfssink_change_state):
26621 Fix erase signal. Don't erase by default. Remove handoff signal.
26622 Remove erase property. Don't segfault. General cleanup.
26624 2004-04-07 Benjamin Otte <otte@gnome.org>
26626 * gst-libs/gst/gconf/test-gconf.c: (main):
26627 add missing gst_init
26629 2004-04-07 Benjamin Otte <otte@gnome.org>
26631 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26632 free the mutexes, too
26634 2004-04-07 Benjamin Otte <otte@gnome.org>
26636 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26637 actually free the URI string
26638 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26639 compute offset correctly when passing discont events
26640 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26641 don't leak discont events
26642 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26643 add some missing breaks so caps aren't copied randomly
26644 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26645 if we realloc memory, we better use it
26647 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
26649 * ext/mad/gstmad.c: (normal_seek):
26650 fix GST_FORMAT_TIME usage
26652 2004-04-05 David Schleef <ds@schleef.org>
26654 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
26655 a deprecated function (hack!)
26657 2004-04-05 Benjamin Otte <otte@gnome.org>
26659 * ext/esd/esdmon.c: (gst_esdmon_get):
26660 fix nonterminated vararg and memleak
26662 2004-04-05 Benjamin Otte <otte@gnome.org>
26664 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26665 (gst_ladspa_init), (gst_ladspa_force_src_caps),
26666 (gst_ladspa_set_property), (gst_ladspa_get_property),
26667 (gst_ladspa_instantiate), (gst_ladspa_activate),
26668 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26671 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
26673 reviewed by Benjamin Otte <otte@gnome.org>
26675 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26676 check for broken LADSPA parameters (fixes #138635)
26678 2004-04-05 Benjamin Otte <otte@gnome.org>
26680 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26681 advertise buffer-frames correctly on sinkpads
26683 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26685 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26686 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26687 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26688 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26689 (gst_mad_check_caps_reset), (gst_mad_chain):
26690 add more debugging, only reset caps when we're not in error state
26692 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26694 * ext/mad/gstmad.c: add debugging category, comment + cleanups
26696 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26698 reviewed by Benjamin Otte <otte@gnome.org>
26701 fix == in test(1) operator
26703 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26705 reviewed by Benjamin Otte <otte@gnome.org>
26708 fix --export-symblos-regex to a working regex.
26710 2004-04-04 Benjamin Otte <otte@gnome.org>
26712 * sys/oss/.cvsignore:
26715 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
26717 reviewed by Benjamin Otte <otte@gnome.org>
26719 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26720 add missing 'new_media' argument (fixes #138168)
26721 * gst/matroska/matroska-demux.c:
26722 (gst_matroska_demux_handle_seek_event):
26723 add vararg terminator (fixes #138169)
26725 2004-04-02 David Schleef <ds@schleef.org>
26727 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
26728 disted (bug #138914)
26730 2004-04-01 Benjamin Otte <otte@gnome.org>
26732 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26733 (gst_alsa_close_audio):
26734 handle case better where a soundcard can't pause
26735 * ext/ogg/gstoggdemux.c:
26736 don't crash when we get events but don't have pads yet
26738 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26740 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26741 throw an error if we couldn't probe any caps.
26743 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26745 * ext/dvdnav/gst-dvd:
26746 Add a really simple sample DVD player
26748 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26750 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26751 (gst_a52dec_push), (gst_a52dec_handle_event),
26752 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26753 (gst_a52dec_change_state):
26754 * ext/a52dec/gsta52dec.h:
26755 Use a debug category, Output timestamps correctly
26756 Emit tag info, Handle events, tell liba52dec about cpu
26757 capabilities so it can use MMX etc.
26758 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26759 Fix a crasher accessing invalid memory
26760 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26761 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26762 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26763 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26765 Some support for byte-format seeking.
26766 Small fixes for still frames and menu button overlays
26767 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26768 (gst_mpeg2dec_alloc_buffer):
26769 Use a debug category. Adjust the report level of several items to
26770 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26771 so it doesn't lose the GstBuffer pointer
26772 * gst/debug/Makefile.am:
26773 * gst/debug/gstdebug.c: (plugin_init):
26774 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26775 (gst_navseek_base_init), (gst_navseek_class_init),
26776 (gst_navseek_init), (gst_navseek_seek),
26777 (gst_navseek_handle_src_event), (gst_navseek_set_property),
26778 (gst_navseek_get_property), (gst_navseek_chain),
26779 (gst_navseek_plugin_init):
26780 * gst/debug/gstnavseek.h:
26781 Add the navseek debug element for seeking back and forth in a
26782 video stream using arrow keys.
26783 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26784 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26785 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26786 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26787 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26788 (gst_mpeg2subt_parse_header), (gst_get_nibble),
26789 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26790 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26791 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26792 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26793 * gst/mpeg2sub/gstmpeg2subt.h:
26794 Pretty much a complete rewrite. Now a loopbased element. May still
26795 require work to properly synchronise subtitle buffers.
26796 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26797 (gst_dvd_demux_send_subbuffer):
26798 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26799 Don't attempt to create subbuffers of size 0
26800 Reduce a couple of error outputs to warnings.
26801 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26802 (gst_y4mencode_chain):
26803 Output the y4m frame header correctly.
26805 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26807 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26808 throw errors instead of allowing SIGFPE
26810 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26812 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26813 (gst_gconf_render_bin_from_key):
26814 leak plugging and style fixing
26816 2004-03-31 David Schleef <ds@schleef.org>
26818 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26819 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26821 * gst/debug/Makefile.am:
26822 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26823 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
26825 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26826 (gst_negotiation_base_init), (gst_negotiation_class_init),
26827 (gst_negotiation_init), (gst_negotiation_getcaps),
26828 (gst_negotiation_pad_link), (gst_negotiation_chain),
26829 (gst_negotiation_set_property), (gst_negotiation_get_property),
26830 (gst_negotiation_plugin_init): New element to talk about random
26831 negotiation things happening in a pipeline.
26833 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26835 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26836 fix integer addition with help of Stefan Kost
26838 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26840 * po/nl.po: updated Dutch translation (Elros Cyriatan)
26842 2004-03-30 David Schleef <ds@schleef.org>
26844 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26845 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
26846 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26848 * ext/mpeg2dec/gstmpeg2dec.h:
26850 2004-03-30 David Schleef <ds@schleef.org>
26852 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26854 2004-03-30 David Schleef <ds@schleef.org>
26856 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
26857 Michael Petullo) to handle .mov
26859 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26861 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26862 (gst_osselement_rate_check_rate):
26863 probe caps correctly for sound cards that only support one format
26865 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26867 * ext/kio/kiosrc.cpp: (process_events):
26868 update handling event processing if inside KDE - untested
26870 2004-03-29 David Schleef <ds@schleef.org>
26872 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26873 by 2 to not interfere with other colorspaces.
26874 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26875 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26876 one to not interfere with ffmpeg_colorspace.
26878 2004-03-29 David Schleef <ds@schleef.org>
26880 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26881 aren't in the caps.
26882 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26883 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26885 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26887 * gst-libs/gst/riff/riff-media.c:
26888 fail on error, don't try to set stuff on NULL caps
26890 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26894 * ext/kio/Makefile.am:
26895 * ext/kio/kioreceiver.cpp:
26896 * ext/kio/kioreceiver.h:
26897 * ext/kio/kiosrc.cpp:
26898 * ext/kio/kiosrc.h:
26899 add experimental kiosrc plugin
26900 * ext/alsa/gstalsaplugin.c: (plugin_init):
26901 initialize debugging category only when we're sure registering the
26904 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
26906 * examples/gstplay/player.c: (main):
26907 * gst-libs/gst/play/play.c: (gst_play_class_init),
26908 (gst_play_set_location), (gst_play_set_data_src),
26909 (gst_play_set_video_sink), (gst_play_set_audio_sink),
26910 (gst_play_set_visualization), (gst_play_connect_visualization):
26911 check return values of element_set_state and return FALSE where
26914 2004-03-29 Benjamin Otte <otte@gnome.org>
26916 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26917 try harder to check if an event is really a discont
26919 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
26921 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26924 2004-03-28 Benjamin Otte <otte@gnome.org>
26926 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26927 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26928 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26929 get rid of non-standard "..." ranges in case statements.
26931 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
26933 * gst/mpegstream/gstmpegdemux.c:
26934 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26935 specific functionality split to the new dvddemux element.
26936 * gst/mpegstream/gstdvddemux.c:
26937 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26938 streams, derived from mpegdemux.
26939 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26940 up. SCR based timestamp rewriting can be turned off (will probably
26941 completely disappear soon).
26942 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26943 hacking. General cleanup. All printf statements replaced by
26944 debugging messages. Almost complete libdvdnav support.
26945 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26946 by events. New properties for audio and subpicture languages.
26947 (dvdnavsrc_update_highlight): Now uses events.
26948 (dvdnavsrc_user_op): Cleaned up.
26949 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26950 based). Lots of cleanup, and propper support for most libdvdnav
26952 (dvdnavsrc_make_dvd_event): New function.
26953 (dvdnavsrc_make_dvd_nav_packet_event): New function.
26954 (dvdnavsrc_make_clut_change_event): New function.
26956 2004-03-26 Benjamin Otte <otte@gnome.org>
26958 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26959 fix bug where typefinding would claim it's theora whenever less then
26960 7 bytes of data were available
26962 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
26964 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26965 (gst_alawdec_base_init), (gst_alawdec_class_init),
26966 (gst_alawdec_init), (gst_alawdec_chain):
26967 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26968 (gst_alawenc_base_init), (gst_alawenc_class_init),
26969 (gst_alawenc_init), (gst_alawenc_chain):
26970 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26971 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26972 (gst_mulawdec_init), (gst_mulawdec_chain):
26973 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26974 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26975 (gst_mulawenc_init), (gst_mulawenc_chain):
26976 Fix capsnego in all four, remove the unused property functions and
26977 simplify the chain functions slightly. I guess we could use macros
26978 or something similar for those, since the code is so similar, but
26979 I'm currently too lazy...
26981 2004-03-24 David Schleef <ds@schleef.org>
26983 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26984 (gst_osselement_close_audio), (gst_osselement_probe_caps),
26985 (gst_osselement_get_format_structure),
26986 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26987 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26988 (gst_osselement_rate_int_compare): Add code to handle rate probing
26990 * sys/oss/gstosselement.h: same
26991 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26992 Use rate probing provided by osselement.
26993 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26995 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
26997 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26998 (gst_xvidenc_get_property):
27001 2004-03-24 David Schleef <ds@schleef.org>
27003 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27004 (gst_speexdec_init):
27005 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27006 (gst_speexenc_init): Create the pad template correctly (from
27007 the static pad template, not a NULL pointer.)
27009 2004-03-25 Benjamin Otte <otte@gnome.org>
27011 * gst/debug/Makefile.am:
27012 * gst/debug/breakmydata.c:
27013 add element that quasi-randomly changes bytes in the stream.
27014 Intended use is robustness checking of demuxers and decoders in
27017 2004-03-24 Benjamin Otte <otte@gnome.org>
27019 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27020 (gst_alsa_probe_hw_params):
27021 * ext/alsa/gstalsa.h:
27022 debugging output fixes
27024 2004-03-24 Benjamin Otte <otte@gnome.org>
27026 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27027 don't g_return_if_fail if element is PLAYING, fail silently as every
27029 * gst/effectv/gstquark.c: (gst_quarktv_chain):
27030 only fix needed for cast lvalue issues in gst-plugins
27031 * gst/volenv/gstvolenv.c: (gst_volenv_init):
27034 2004-03-24 Benjamin Otte <otte@gnome.org>
27036 * gst/level/gstlevel.c: (gst_level_init):
27037 add proxying getcaps function, so level doesn't advertise impossible
27040 2004-03-24 David Schleef <ds@schleef.org>
27042 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27043 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27044 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27045 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27046 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27047 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27048 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27049 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27050 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
27051 messages. Divide the chunk size by the compression ratio
27052 (needed for MACE audio)
27054 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27056 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27057 Fix buffer overflow read error.
27059 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27061 * ext/alsa/gstalsa.h:
27062 Remove unused entry.
27063 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27065 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27066 (gst_videodrop_link), (gst_videodrop_chain):
27067 Fix, sort of. Was horribly broken with new capsnego. Bah...
27069 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
27071 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27073 Add a monkeysaudio typefind function
27075 2004-03-23 Johan Dahlin <johan@gnome.org>
27077 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27078 (gst_play_video_fixate): Check so the structure has the field
27079 before trying to fixate them, this makes it possible to have
27080 fakesinks for video and audio output without printing errors on
27081 the output console.
27083 2004-03-22 David Schleef <ds@schleef.org>
27085 * sys/oss/Makefile.am:
27086 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27087 (check_rate), (add_rate): Rate probing test app.
27089 2004-03-21 Benjamin Otte <otte@gnome.org>
27091 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27092 (_fixate_caps_to_int), (gst_audio_convert_fixate):
27093 add a fixation function that pretty much does the right thing (fixes
27096 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
27098 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27100 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
27102 reviewed by: Benjamin Otte <otte@gnome.org>
27104 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27105 terminate gst_event_new_discontinuous correctly (fixes parts of
27108 2004-03-19 David Schleef <ds@schleef.org>
27110 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
27111 since it doesn't depend on X, and it's part of our ABI.
27113 2004-03-19 Iain <iain@prettypeople.org>
27115 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27116 is_int in the structure, not the local variable.
27118 2004-03-19 David Schleef <ds@schleef.org>
27120 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27121 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27122 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27123 Improvements in caps negotiation.
27125 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27129 adding Afrikaans (Petri Jooste)
27131 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27133 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27134 (gst_ffmpegcolorspace_chain):
27135 throw error instead of g_critical (#137588)
27137 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27141 dist common and m4 correctly
27144 2004-03-17 David Schleef <ds@schleef.org>
27146 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
27149 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27153 adding Swedish translation (Christian Rose)
27155 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27157 * Makefile.am: use release.mak
27159 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27161 * common/ChangeLog:
27162 * common/gst-autogen.sh:
27163 add some explanation about the version detection
27167 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27169 * configure.ac: bump nano to 1
27171 === release 0.8.0 ===
27173 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27175 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27177 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27180 update libtool version
27181 * gst-libs/gst/media-info/Makefile.am:
27182 actually use libtool version
27184 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27186 * configure.ac: fix speex detection to work with 1.0 but not 1.1
27188 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27191 * gst-plugins.spec.in:
27192 * pkgconfig/Makefile.am:
27193 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27194 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27195 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27196 * pkgconfig/gstreamer-libs.pc.in:
27197 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27198 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27199 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27200 * pkgconfig/gstreamer-plugins.pc.in:
27201 remove @VERSION@ from some of the pc files since core and plugins
27203 created gstreamer-plugins.pc as it's a better name, but keeping
27204 -libs around for now to get fixes upstream done first.
27206 2004-03-15 Julien MOUTTE <julien@moutte.net>
27208 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27209 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27210 * gst-libs/gst/play/play.h:
27212 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27214 * *.c, *.cc: don't mix tabs and spaces
27216 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27218 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27219 use the new ffmpegcolorspace
27220 * gst-plugins.spec.in:
27221 package new colorspace and media-info
27223 * pkgconfig/Makefile.am:
27224 fix some more disting issues
27225 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27226 * pkgconfig/gstreamer-media-info.pc.in:
27227 generate media-info pc files
27229 2004-03-15 Johan Dahlin <johan@gnome.org>
27231 * *.h: Revert indenting
27233 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27236 adding ffmpegcolorspace element
27237 * gst/ffmpegcolorspace/Makefile.am:
27238 * gst/ffmpegcolorspace/avcodec.h:
27239 * gst/ffmpegcolorspace/common.h:
27240 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27241 * gst/ffmpegcolorspace/dsputil.h:
27242 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27243 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27244 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27245 (gst_ffmpeg_caps_to_pix_fmt):
27246 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27247 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27248 (gst_ffmpegcolorspace_caps_remove_format_info),
27249 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27250 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27251 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27252 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27253 (gst_ffmpegcolorspace_set_property),
27254 (gst_ffmpegcolorspace_get_property),
27255 (gst_ffmpegcolorspace_register):
27256 * gst/ffmpegcolorspace/imgconvert.c:
27257 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27258 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27259 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27260 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27261 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27262 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27263 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27264 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27265 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27266 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27267 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27268 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27269 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27270 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27271 (img_get_alpha_info), (deinterlace_line),
27272 (deinterlace_line_inplace), (deinterlace_bottom_field),
27273 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27274 * gst/ffmpegcolorspace/imgconvert_template.h:
27275 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27276 * gst/ffmpegcolorspace/mmx.h:
27277 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27278 adding ffmpegcolorspace element supplied by Ronald after cleaning
27279 up and pulling in the right bits of upstream source.
27280 I'm sure a better C/compiler wizard could do some cleaning up (for
27281 example use GLIB's malloc stuff), but as a first pass this
27284 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27286 * ext/alsa/gstalsa.h:
27287 I assume Ronald forgot to commit the change to have cardname
27288 as a struct member. Expect some public spanking at the next
27291 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
27293 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27294 (gst_alsa_open_audio), (gst_alsa_close_audio):
27295 * ext/alsa/gstalsa.c:
27296 Don't open the device if we're a mixer (= padless).
27297 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27298 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27299 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27300 Open mixer during state change rather than during object
27301 initialization. Also, get a device name. Currently in a somewhat
27302 hackish fashion, but I didn't really find something better.
27304 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
27306 * *.c, *.h: run gst-indent
27308 2004-03-14 Benjamin Otte <otte@gnome.org>
27310 * gst/modplug/gstmodplug.cc:
27311 * gst/modplug/gstmodplug.h:
27312 set correct timestamps on outgoing buffers
27314 2004-03-14 Benjamin Otte <otte@gnome.org>
27316 * gst/modplug/gstmodplug.cc:
27317 handle events - don't do crap when a discont arrives that's not
27319 This allows correct loading and playback of mods in Rhythmbox
27321 2004-03-14 Benjamin Otte <otte@gnome.org>
27324 * gst-libs/gst/gconf/Makefile.am:
27325 * pkgconfig/Makefile.am:
27326 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27327 they get rebuilt properly
27329 when checking for vorbis, try pkgconfig first.
27330 * gst/modplug/gstmodplug.cc:
27331 add fixate function
27333 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
27335 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27336 Fix for obvious mistake, where we first shift the offset and then
27337 read a samplesize element assuming the old offset. Note that this
27338 part still has something weird, i.e. my movies containing those
27339 don't actually play well, but at least there's something that looks
27342 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
27343 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27345 Add a typefind function for speex format
27347 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27349 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27350 (gst_asf_demux_setup_pad):
27351 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27352 instead of 0. Reason is simple: some elements have a fps range
27353 of 1-max instead of 0-max. So now ASF video actually works.
27355 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
27359 adding serbian as a language
27361 2004-03-13 Benjamin Otte <otte@gnome.org>
27363 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27364 return taglist correctly from _get function, don't gst_pad_push it.
27367 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27368 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27370 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27372 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27373 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27374 (gst_alsa_mixer_track_new):
27375 * ext/alsa/gstalsamixertrack.h:
27376 Fix ancient leftovers... MixerTrack is a GObject.
27378 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27380 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27381 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27382 Don't block during probing...
27384 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
27386 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27387 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27388 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27389 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27390 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27391 (gst_alsa_open_audio), (gst_alsa_close_audio):
27392 * ext/alsa/gstalsa.h:
27393 Add propertyprobe interface implementation, add some device-name
27394 property, all this so that it looks good in gnome-volume-control.
27396 2004-03-12 David Schleef <ds@schleef.org>
27398 * configure.ac: the Hermes library controls hermescolorspace, not
27400 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27401 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27403 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27404 * ext/sdl/sdlvideosink.h: ditto.
27405 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27407 2004-03-12 Benjamin Otte <otte@gnome.org>
27409 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27410 (gst_x_overlay_got_xwindow_id):
27411 * gst-libs/gst/xoverlay/xoverlay.h:
27412 replace XID with unsigned long to get rid of the xlibs dependency in
27413 XOverlay (fixes #137004)
27415 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27416 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27417 (gst_agingtv_setup):
27418 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27419 (gst_dicetv_base_init), (gst_dicetv_class_init),
27420 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27421 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27422 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27423 (gst_edgetv_setup), (gst_edgetv_rgb32):
27424 * gst/effectv/gsteffectv.c:
27425 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27426 (gst_quarktv_set_property):
27427 * gst/effectv/gstrev.c: (gst_revtv_get_type),
27428 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27429 (gst_revtv_setup), (gst_revtv_rgb32):
27430 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27431 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27432 (gst_shagadelictv_init), (gst_shagadelictv_setup),
27433 (gst_shagadelictv_rgb32):
27434 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27435 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27436 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27437 * gst/effectv/gstwarp.c:
27438 Port everything that can be ported to videofilter and fix up the caps.
27439 Can someone with a big-endian machine please check these?
27441 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27443 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27444 (gst_osssink_chain), (gst_osssink_change_state):
27445 Latest fixes for A/V sync, audio playback and such. This is about
27446 all... MPEG playback issues are mostly related to the async build-
27447 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27449 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27451 patch from: Stephane Loeuillet
27454 use pkg-config for some libraries, falling back to the old .m4 way
27459 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27462 * tools/Makefile.am:
27463 * tools/Makefile.in:
27464 * tools/gst-launch-ext-m.m:
27465 * tools/gst-launch-ext.1.in:
27466 * tools/gst-visualise-m.m:
27467 * tools/gst-visualise.1:
27468 * tools/gst-visualise.1.in:
27469 reorganizing generation of script tools
27471 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27473 * ext/divx/gstdivxdec.c:
27474 Downgrade priority. We prefer ffdec_mpeg4.
27475 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27476 (gst_faad_chain), (gst_faad_change_state):
27477 Fix capsnego. Doesn't work for some sounds because we don't have
27478 a 5:1 to stereo element.
27479 * ext/xvid/gstxvid.c: (plugin_init):
27481 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27482 (gst_osssink_change_state):
27483 Add discont handling.
27485 2004-03-09 Colin Walters <walters@verbum.org>
27487 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27490 2004-03-09 Benjamin Otte <otte@gnome.org>
27492 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27493 the signals take 2 arguments
27495 2004-03-09 David Schleef <ds@schleef.org>
27497 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27498 (gst_alsa_fixate): Add fixate function. (bug #136686)
27499 * ext/alsa/gstalsa.h:
27500 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27502 2004-03-09 Benjamin Otte <otte@gnome.org>
27504 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27505 (gst_mikmod_change_state):
27506 * ext/mikmod/gstmikmod.h:
27507 make mikmod's loop function not loop infinitely and call
27508 gst_element_yield anymore
27509 * gst/modplug/gstmodplug.cc:
27510 fix pad negotiation (fixes #136590)
27512 2004-03-09 David Schleef <ds@schleef.org>
27514 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
27515 doesn't conflict with the internal colorspace plugin.
27516 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
27517 satisfy the crappy-ass shell shipped by a certain vendor.
27518 * gst/videofilter/make_filter: same (bug #135299)
27520 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27522 * configure.ac: bump nano to 1
27524 === release 0.7.6 ===
27526 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27528 * configure.in: releasing 0.7.6, "There"
27530 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27532 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27533 * pkgconfig/gstreamer-play.pc.in:
27534 synchronize the two
27536 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27538 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27539 (cdparanoia_open), (cdparanoia_event):
27540 fix/add error handling
27542 add cdparanoia source
27543 * tools/Makefile.am:
27544 make scripts executable
27546 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27549 * ext/vorbis/Makefile.am:
27551 remove id3types, vorbisfile and xvideosink from the build (#133783)
27553 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
27555 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27556 Fix metadata read crash (#136537).
27558 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27560 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27561 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27562 adding mime types, fixing the one-stop function
27564 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27566 * ext/nas/nassink.c and /ext/nas/nassink.h:
27567 More NAS love from Arwed von Merkatz
27568 So lets all sing 'Can you feel the NAS tonight'
27570 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27572 * tools/gst-launch-ext.in:
27573 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27575 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27577 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27578 (gst_mpeg2dec_init):
27579 remove the user_data pad for now, because it is being used in
27580 fixating causing MPEG playback to fixate on 1000 Hz for playback.
27581 If someone knows how to fix this properly, please do.
27583 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27585 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27586 (gst_osssink_get_time):
27587 add a warning, IMO this won't get triggered anymore, remove later
27589 2004-03-07 David Schleef <ds@schleef.org>
27591 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
27592 format (bug #136470)
27594 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
27596 * gst-libs/Makefile.am:
27597 * gst-libs/gst/media-info/Makefile.am:
27598 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27599 (error_callback), (gst_media_info_error_create),
27600 (gst_media_info_error_element), (gmip_init), (gmip_reset),
27601 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27602 * gst-libs/gst/media-info/media-info-priv.h:
27603 * gst-libs/gst/media-info/media-info-test.c: (main):
27604 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27605 (gst_media_info_class_init), (gst_media_info_instance_init),
27606 (gst_media_info_set_source), (gst_media_info_read_with_idler),
27607 (gst_media_info_read_idler), (gst_media_info_read):
27608 * gst-libs/gst/media-info/media-info.h:
27609 fixed, should work now
27611 2004-03-07 Christian Schaller <Uraeus@gnome.org>
27613 * ext/nas/nassink.c:
27614 A bunch of NAS fixes from Arwed von Merkatz
27616 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27618 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27619 (qtdemux_parse_trak):
27620 Fix crash (j might be greater than n_samples, in which case we're
27621 writing outside the allocated space for the array) and memleak.
27623 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27625 * sys/oss/gstosssink.c: (gst_osssink_chain):
27626 And another caller that couldn't handle delay < 0 (unsigned
27627 integer overflow). Video now continues playing on an audio
27628 buffer underrun, and the clock continues working. Audio still
27631 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27633 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27634 (gst_osssink_get_time):
27635 get_delay() may return values lower than 0. In those cases, we
27636 should not actually cast to *unsigned* int64, that will break
27637 stuff horribly. In my case, it screwed up A/V sync in movies
27638 in totem rather badly.
27640 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27642 * ext/faac/gstfaac.c: (gst_faac_chain):
27643 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27644 * ext/libpng/gstpngenc.c: (user_write_data):
27645 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27646 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27647 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27648 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27649 Fix several misuse of gst_buffer_merge (it doesn't take ownership
27650 of any buffer), should fix some leaks. I hope I didn't unref buffers
27651 that shouldn't be...
27653 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27655 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27656 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27657 (error_callback), (gmi_reset), (gmi_seek_to_track),
27658 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27659 (gmip_find_type_post), (gmip_find_stream_post),
27660 (gmip_find_track_streaminfo_post):
27661 * gst-libs/gst/media-info/media-info-priv.h:
27662 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27663 (info_print), (main):
27664 * gst-libs/gst/media-info/media-info.c:
27665 (gst_media_info_error_create), (gst_media_info_error_element),
27666 (gst_media_info_instance_init), (gst_media_info_get_property),
27667 (gst_media_info_new), (gst_media_info_set_source),
27668 (gst_media_info_read_idler), (gst_media_info_read):
27669 * gst-libs/gst/media-info/media-info.h:
27670 first pass at making this work again. This seems to work on
27671 tagged ogg/vorbis and mp3 files.
27673 2004-03-06 Benjamin Otte <otte@gnome.org>
27675 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27676 fix huge leak: gst_buffer_merge doesn't unref the first argument
27679 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27681 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27682 report layer/mode/emphasis
27684 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27686 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27688 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27690 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27693 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27695 * ext/vorbis/vorbis.c: (plugin_init):
27696 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27697 (gst_vorbis_dec_init), (vorbis_dec_event):
27699 make vorbisdec handle _BYTE and _TIME queries
27701 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27703 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27704 from the xing header
27706 2004-03-06 Benjamin Otte <otte@gnome.org>
27708 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27709 (gst_audio_convert_link), (gst_audio_convert_change_state),
27710 (gst_audio_convert_buffer_from_default_format):
27711 do conversions from/to float correctly, fix some caps nego errors,
27712 export correct supported caps in template and getcaps, use correct
27713 caps in try_set_caps functions
27715 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27717 For some reason, I only committed a ChangeLog entry yesterday and
27718 not the corresponding code...
27719 * ext/mad/gstmad.c: Fix detection of Xing headers
27720 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27722 2004-03-06 Benjamin Otte <otte@gnome.org>
27724 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27725 (gst_ogg_demux_src_query):
27726 make sure to handle the case where there's no current chain
27729 2004-03-05 David Schleef <ds@schleef.org>
27731 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27732 Add fixate function. (bug #131128)
27733 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27734 (gst_sdlvideosink_fixate): Add fixate function.
27735 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27736 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27737 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27738 Fix missing break that was causing ulaw to be interpreted as
27741 2004-03-05 David Schleef <ds@schleef.org>
27743 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27744 Fix code that ignores return value of gst_buffer_merge().
27746 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27747 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27748 * testsuite/gst-lint: Check for above.
27750 2004-03-05 David Schleef <ds@schleef.org>
27752 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
27753 caps and throw an element error. (bug #136334)
27755 2004-03-05 David Schleef <ds@schleef.org>
27757 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27758 (gst_faad_chain): Fix negotiation.
27759 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27760 key and button events.
27761 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27763 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27765 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27766 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27767 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27768 function to encourage better negotiation, particularly between
27769 audioconvert and osssink.
27770 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27771 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
27773 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
27775 * gst/vbidec/vbiscreen.c: Add glib header
27776 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
27778 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
27780 * ext/mad/gstmad.c: Fix detection of Xing headers
27781 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27783 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27785 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27786 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27789 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27791 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27792 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27793 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27794 files, and report the parsed length as a GST_TAG_DURATION tag.
27795 * gst/tags/gstid3tag.c: support TLEN (duration) tag
27797 2004-03-05 Benjamin Otte <otte@gnome.org>
27799 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27800 convert channels correctly. convert correctly to unsigned.
27802 2004-03-05 Julien MOUTTE <julien@moutte.net>
27804 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27805 we have a window before clearing it.
27807 2004-03-05 Julien MOUTTE <julien@moutte.net>
27809 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27810 have a window before clearing it.
27812 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
27814 * gconf/gstreamer.schemas.in:
27815 * gst-libs/gst/gconf/Makefile.am:
27816 version installation path the same way as for 0.6
27817 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27818 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27819 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27820 remove comment that was fixed
27822 2004-03-05 David Schleef <ds@schleef.org>
27824 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27825 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27826 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27827 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27828 Add prototype code for handling seeking and querying.
27830 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
27832 * examples/gstplay/player.c: (main):
27833 Initialize variables to NULL. Prevents a segfault because the
27834 (uninitialized) variable is not NULL, resulting in a crash on
27835 trying to reach error->message.
27837 2004-03-05 Benjamin Otte <otte@gnome.org>
27839 * gst/audioconvert/gstaudioconvert.c:
27840 (gst_audio_convert_buffer_to_default_format):
27841 make float=>int conversion work correctly even in cornercases.
27843 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
27845 * debian/README.Debian:
27846 * debian/build-deps:
27847 * debian/changelog:
27849 * debian/control.in:
27850 * debian/copyright:
27851 * debian/gstreamer-a52dec.files:
27852 * debian/gstreamer-aa.files:
27853 * debian/gstreamer-alsa.files:
27854 * debian/gstreamer-alsa.manpages:
27855 * debian/gstreamer-arts.files:
27856 * debian/gstreamer-artsd.files:
27857 * debian/gstreamer-audiofile.files:
27858 * debian/gstreamer-avifile.files:
27859 * debian/gstreamer-cdparanoia.files:
27860 * debian/gstreamer-colorspace.files:
27861 * debian/gstreamer-doc.files:
27862 * debian/gstreamer-dv.files:
27863 * debian/gstreamer-dvd.files:
27864 * debian/gstreamer-esd.files:
27865 * debian/gstreamer-festival.files:
27866 * debian/gstreamer-flac.files:
27867 * debian/gstreamer-gconf.conffiles:
27868 * debian/gstreamer-gconf.files:
27869 * debian/gstreamer-gconf.postinst:
27870 * debian/gstreamer-gnomevfs.files:
27871 * debian/gstreamer-gsm.files:
27872 * debian/gstreamer-http.files:
27873 * debian/gstreamer-jack.files:
27874 * debian/gstreamer-jpeg.files:
27875 * debian/gstreamer-mad.files:
27876 * debian/gstreamer-mikmod.files:
27877 * debian/gstreamer-misc.files:
27878 * debian/gstreamer-mpeg2dec.files:
27879 * debian/gstreamer-oss.files:
27880 * debian/gstreamer-plugin-apps.files:
27881 * debian/gstreamer-plugin-apps.manpages:
27882 * debian/gstreamer-plugin-libs-dev.files:
27883 * debian/gstreamer-plugin-libs.files:
27884 * debian/gstreamer-plugin-template.postinst:
27885 * debian/gstreamer-plugin-template.postrm:
27886 * debian/gstreamer-sdl.files:
27887 * debian/gstreamer-sid.files:
27888 * debian/gstreamer-vorbis.files:
27889 * debian/gstreamer-x.files:
27890 * debian/mk.control:
27892 Debian package info not maintained here.
27894 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
27896 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27897 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27898 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27899 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27900 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27901 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27902 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27903 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27904 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27905 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27906 * gst-libs/gst/colorbalance/colorbalance.c:
27907 (gst_color_balance_class_init):
27908 * gst-libs/gst/colorbalance/colorbalancechannel.c:
27909 (gst_color_balance_channel_class_init):
27910 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27911 * gst-libs/gst/play/play.c: (gst_play_class_init):
27912 * gst-libs/gst/propertyprobe/propertyprobe.c:
27913 (gst_property_probe_iface_init):
27914 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27915 * gst-libs/gst/tuner/tunerchannel.c:
27916 (gst_tuner_channel_class_init):
27917 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27918 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27919 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27920 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27921 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27922 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27923 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27924 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27925 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27926 fix signals to use - instead of _
27927 * ext/libcaca/gstcacasink.h:
27928 * ext/sdl/sdlvideosink.h:
27931 2004-03-04 David Schleef <ds@schleef.org>
27933 * testsuite/gst-lint: Add a check for bad signal names.
27935 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
27937 reviewed by David Schleef
27939 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27940 modified the alpha channel and caused a warning. (bug #136192)
27942 2004-04-03 Christian Schaller <Uraeus@gnome.org>
27944 * gst-plugins.spec.in:
27945 Change names of plugins to actually be correct. Try to keep things
27946 alphabetical to avoid getting beat up by Thomas
27948 2004-03-03 Julien MOUTTE <julien@moutte.net>
27950 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27951 Using ximagesink as a default if no gconf key found. We should
27952 probably consider using alsasink instead of osssink for the audio
27955 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
27958 fix --with-plugins, don't think it ever worked before
27959 * gst-plugins.spec.in:
27962 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
27964 * ext/sdl/sdlvideosink.h:
27965 * sys/ximage/ximagesink.h:
27966 * sys/xvideo/xvideosink.h:
27967 * sys/xvimage/xvimagesink.h:
27968 Fix for move of gstvideosink.h -> videosink.h.
27970 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
27972 * gst-libs/gst/xwindowlistener/Makefile.am:
27973 this is a plugin library, not a library
27975 2004-03-01 David Schleef <ds@schleef.org>
27977 * AUTHORS: Added some names. Add yourself if you're still
27980 2004-03-01 David Schleef <ds@schleef.org>
27984 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27986 * gst-plugins.spec.in: clean up spec file
27988 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27990 * gst-libs/gst/video/Makefile.am:
27991 * gst-libs/gst/video/gstvideosink.c:
27992 * gst-libs/gst/video/gstvideosink.h:
27993 rename gstvideosink.h to videosink.h to match other headers
27994 * gst/mixmatrix/Makefile.am:
27995 fix plugin filename
27996 * gst/tags/Makefile.am: fix plugin filename
27998 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28000 * gst/tags/Makefile.am: fix plugin filename
28002 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28004 * examples/gstplay/player.c: (got_time_tick), (main):
28006 display time_tick more readably
28007 * gst/mixmatrix/Makefile.am:
28008 fix plugin file name
28010 2004-02-29 Christophe Fergeau <teuf@gnome.org>
28012 * sys/oss/gstosselement.c: (gst_osselement_probe),
28013 (device_combination_append), (gst_osselement_class_probe_devices):
28014 * sys/oss/gstosselement.h:
28015 Reworked enumeration of oss dsps and mixers so that gst-mixer works
28016 on my system using alsa oss emulation, fixes bug #135597
28018 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
28020 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28021 (gst_videodrop_chain), (gst_videodrop_change_state):
28022 * gst/videodrop/gstvideodrop.h:
28023 Work based on timestamp of input data, not based on the expected
28024 framerate from the input. The consequence is that this element now
28025 not only scales framerates, but also functions as a framerate
28026 corrector or framerate stabilizer/constantizer.
28028 2004-02-27 David Schleef <ds@schleef.org>
28030 patches from jmmv@menta.net (Julio M. Merino Vidal)
28032 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28033 GST_ELEMENT_ERROR call (bug #135634)
28034 * gst/interleave/interleave.c: (interleave_buffered_loop),
28035 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28036 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28037 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28038 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28039 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28040 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28041 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28042 Fix GST_ELEMENT_ERROR call.
28043 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28044 GST_ELEMENT_ERROR call.
28046 2004-02-27 Benjamin Otte <otte@gnome.org>
28048 * gst-libs/gst/audio/audio.h:
28049 add macro to make sure header isn't included twice
28050 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28051 don't use gst_buffer_free
28052 * gst/playondemand/filter.func:
28053 don't use gst_data_free. Free data only once.
28055 2004-02-26 David Schleef <ds@schleef.org>
28057 * gst-libs/gst/colorbalance/Makefile.am:
28058 * gst-libs/gst/mixer/Makefile.am:
28059 * gst-libs/gst/tuner/Makefile.am:
28060 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28061 should not be disted, -marshal.h files should not be installed,
28062 and -enum.h files _should_ be installed. Fix to make this the
28065 === release 0.7.5 ===
28067 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
28069 * configure.ac: release 0.7.5, "Under The Sea"
28071 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28073 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28074 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28075 * gst/videoscale/gstvideoscale.c:
28076 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28077 assorted debug/warning fixes
28079 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28081 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28082 (gst_videoscale_init), (gst_videoscale_chain),
28083 (gst_videoscale_set_property), (plugin_init):
28084 * gst/videoscale/gstvideoscale.h:
28085 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28086 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28087 (gst_videoscale_planar400), (gst_videoscale_packed422),
28088 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28089 (gst_videoscale_24bit), (gst_videoscale_16bit),
28090 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28091 (gst_videoscale_scale_plane_slow),
28092 (gst_videoscale_scale_point_sample),
28093 (gst_videoscale_scale_nearest),
28094 (gst_videoscale_scale_nearest_str2),
28095 (gst_videoscale_scale_nearest_str4),
28096 (gst_videoscale_scale_nearest_32bit),
28097 (gst_videoscale_scale_nearest_24bit),
28098 (gst_videoscale_scale_nearest_16bit):
28099 add debugging category and use it properly
28100 fix use of GST_PTR_FORMAT
28102 2004-02-25 Andy Wingo <wingo@pobox.com>
28104 * gst/interleave/interleave.c (interleave_buffered_loop): Always
28105 push only when channel->buffer is NULL. Prevents segfaults doing
28106 the state change after a nonlocal exit, like a scheme exception.
28108 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28109 Handle the case where the intersected caps is empty.
28111 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28113 * gst/law/mulaw-decode.c: (mulawdec_link):
28114 * gst/law/mulaw.c: (plugin_init):
28115 fix mulawdec so it actually works again
28117 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
28119 reviewed by: David Schleef <ds@schleef.org>
28121 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28122 (gst_gamma_init), (gst_gamma_set_property),
28123 (gst_gamma_get_property), (gst_gamma_calculate_tables),
28124 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
28125 for RGB, with separate r g and b correction factors. (#131167)
28127 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
28129 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28130 only signal tags for bitrate if they're > 0 (#134894)
28132 2004-02-24 David Schleef <ds@schleef.org>
28134 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28135 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28136 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28137 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28138 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28139 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28140 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28141 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28142 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
28143 category. Attempt to fix timestamp calculation.
28145 2004-02-24 Johan Dahlin <johan@gnome.org>
28147 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28149 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
28152 * gconf/Makefile.am:
28153 * gconf/gstreamer.schemas:
28154 * gst-libs/gst/gconf/Makefile.am:
28155 * gst-libs/gst/gconf/gconf.c:
28156 version gconf schemas and install locations
28158 2004-02-23 Benjamin Otte <otte@gnome.org>
28160 * ext/xine/xineinput.c: (gst_xine_input_dispose):
28161 (gst_xine_input_subclass_init):
28162 call parent dispose.
28163 change pad template for CD reader correctly
28164 * ext/xine/Makefile.am:
28165 * ext/xine/gstxine.h:
28166 * ext/xine/xine.c: (plugin_init):
28167 * ext/xine/xineaudiosink.c:
28168 wrap audio sinks, too
28169 * gst-libs/gst/resample/private.h:
28170 * gst-libs/gst/resample/resample.c: (gst_resample_init),
28171 (gst_resample_reinit), (gst_resample_scale),
28172 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28173 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28174 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28175 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28176 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28177 * gst-libs/gst/resample/resample.h:
28178 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28179 (gst_audioscale_class_init), (gst_audioscale_link),
28180 (gst_audioscale_get_buffer), (gst_audioscale_init),
28181 (gst_audioscale_chain), (gst_audioscale_set_property),
28182 (gst_audioscale_get_property):
28183 * gst/audioscale/gstaudioscale.h:
28184 s/resample_*/gst_resample_*/i to not clobber namespaces
28186 2004-02-23 Julien MOUTTE <julien@moutte.net>
28188 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28189 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28190 (gst_riff_create_video_template_caps),
28191 (gst_riff_create_audio_template_caps),
28192 (gst_riff_create_iavs_template_caps):
28193 * gst-libs/gst/riff/riff-media.h:
28194 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28195 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28196 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28197 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28198 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28199 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28200 (gst_matroska_demux_plugin_init): First batch implementing audio and
28201 video codec tags in demuxers.
28203 2004-02-22 Benjamin Otte <otte@gnome.org>
28205 * ext/xine/Makefile.am:
28206 * ext/xine/gstxine.h:
28207 * ext/xine/xine.c: (plugin_init):
28208 * ext/xine/xineinput.c:
28209 add input plugin wrapper. Playback from files, http, mms and cdda
28211 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28212 remove leftover G_GNUC_UNUSED
28213 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28214 (gst_asf_demux_identify_guid):
28215 improve debugging output
28217 2004-02-22 Benjamin Otte <otte@gnome.org>
28219 reported by: Padraig O'Briain <padraig.obriain@sun.com>
28222 replace test -e with test -x for mkinstalldirs to be more portable.
28225 2004-02-22 Benjamin Otte <otte@gnome.org>
28227 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28229 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28230 set rank to PRIMARY
28231 * gst/volume/gstvolume.c: (plugin_init):
28235 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
28237 reviewed by Benjamin Otte <otte@gnome.org>
28239 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28240 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28242 2004-02-22 Benjamin Otte <otte@gnome.org>
28245 export [_]*{gst,Gst,GST}.* symbols from plugins
28247 2004-02-22 Christophe Fergeau <teuf@gnome.org>
28249 reviewed by: Benjamin Otte <otte@gnome.org>
28251 * ext/lame/gstlame.c: (add_one_tag):
28252 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28253 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28254 (gst_vorbisenc_metadata_set1):
28255 * gst/tags/gstid3tag.c:
28256 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28257 apply fixes from bugs #135042 (lame can't write tags) and #133817
28258 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28260 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28262 * configure.ac: Export only gst_plugin_desc from plugins.
28263 Note that this change only makes any effect with Linux using libtool
28264 1.5.2 or higher. Otherwise it is silently ignored, but it would build
28265 fine. And don't try to have several versions of libtool in different
28268 2004-02-20 Andy Wingo <wingo@pobox.com>
28270 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28271 interleave respectively.
28273 * gst/interleave/deinterleave.c: New plugin: deinterleave
28274 (replaces on oneton).
28275 * gst/interleave/interleave.c: New plugin: interleave.
28276 * gst/interleave/plugin.h: Support file.
28277 * gst/interleave/plugin.c: Support file.
28279 * configure.ac: Remove intfloat and oneton, add interleave.
28281 * ext/sndfile/gstsf.c: Handle events better.
28283 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28284 and float2int operation. int2float has scheduling problems as
28285 noted in in2float_chain.
28287 2004-02-20 Benjamin Otte <otte@gnome.org>
28289 * ext/xine/Makefile.am:
28290 * ext/xine/gstxine.h:
28292 * ext/xine/xineaudiodec.c:
28293 * ext/xine/xinecaps.c:
28294 add first version of xine plugin wrapper. Currently only wraps the
28295 QDM2 win32 DLL, and even that only in proof-of-concept quality.
28298 add xine plugin wrapper, disabled by default. Use --enable-xine to
28299 build. Note that it'll segfault on gst-register if you don't remove
28300 the goom and tvtime post plugins from xine.
28301 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28302 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28303 add extradata parsing for QDM2.
28304 change around debugging prints.
28306 2004-02-19 Benjamin Otte <otte@gnome.org>
28308 * ext/lame/gstlame.c: (gst_lame_chain):
28309 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28310 use gst_tag_list_insert when you want to insert tags
28312 2004-02-18 David Schleef <ds@schleef.org>
28314 * configure.ac: Move massink to gst-rotten
28316 * ext/mas/Makefile.am:
28317 * ext/mas/massink.c:
28318 * ext/mas/massink.h:
28320 2004-02-18 David Schleef <ds@schleef.org>
28322 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28323 typefinding, since it seems to be worse than nothing.
28324 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
28325 atom to recognize .mp4 and .m4a files as video/quicktime.
28327 2004-02-18 David Schleef <ds@schleef.org>
28329 * gst/sine/demo-dparams.c: (quit_live),
28330 (dynparm_log_value_changed), (dynparm_value_changed), (main):
28331 Use double dparams, not float.
28332 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28333 (gst_sinesrc_init): Change sync default to FALSE, since multiple
28334 sync'd elements don't really work correctly.
28335 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28336 (volume_update_volume), (volume_get_property): Change dparam
28339 2004-02-18 Julien MOUTTE <julien@moutte.net>
28341 * sys/ximage/ximagesink.c:
28342 (gst_ximagesink_xwindow_update_geometry),
28343 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28344 (gst_ximagesink_change_state), (gst_ximagesink_expose),
28345 (gst_ximagesink_init): Rework the way software video scaling works. So
28346 now we check on each chain call if the video frames are feeling the
28347 window. If not we try to renegotiate caps. On failure we memorize that
28348 and we won't try again for that PLAYING sessions.
28349 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28351 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28354 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28356 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28357 break up _link so we can give a better debug message for errors
28359 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28361 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28362 set up debug category
28364 2004-02-18 Julien MOUTTE <julien@moutte.net>
28366 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28367 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28368 the way renegotiation work. The event handling function is not taking
28369 care of external windows and renegotiate method check for pad flags
28370 NEGOTIATING. Should fix : #133209
28372 2004-02-17 Julien MOUTTE <julien@moutte.net>
28374 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28375 pad is negotiating before trying renegotiation.
28377 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
28379 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28380 pass on all possible mime types as typefind hints
28382 2004-02-17 Julien MOUTTE <julien@moutte.net>
28384 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28385 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28386 possible SHM leak if we crash. All other apps using XShm are doing
28389 2004-02-17 Julien MOUTTE <julien@moutte.net>
28391 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28392 (gst_ximagesink_expose): Renegotiate size on expose.
28393 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28396 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
28398 * testsuite/alsa/sinesrc.c:
28399 cosmetic fix to fix compile issue with gcc 2.95.4
28401 2004-02-16 Julien MOUTTE <julien@moutte.net>
28403 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28404 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28405 failed opening the audio device.
28406 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28407 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28408 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28409 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28410 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28411 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28412 (gst_ximagesink_change_state), (gst_ximagesink_chain),
28413 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28414 Removing some useless g_return_if_fail like wingo suggested.
28415 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28416 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28417 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28418 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28419 (gst_xvimagesink_update_colorbalance),
28420 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28421 (gst_xvimagesink_xcontext_clear),
28422 (gst_xvimagesink_get_fourcc_from_caps),
28423 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28424 (gst_xvimagesink_set_xwindow_id),
28425 (gst_xvimagesink_colorbalance_list_channels),
28426 (gst_xvimagesink_colorbalance_set_value),
28427 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28428 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28430 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
28432 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28433 throw error when not negotiated instead of asserting
28435 2004-02-15 Julien MOUTTE <julien@moutte.net>
28437 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28438 correct data refcounting.
28440 2004-02-15 Julien MOUTTE <julien@moutte.net>
28442 * gst/switch/gstswitch.c: (gst_switch_change_state),
28443 (gst_switch_class_init): Cleaning the sinkpads correctly on state
28444 change, mostly the EOS flag.
28446 2004-02-15 Julien MOUTTE <julien@moutte.net>
28448 * examples/gstplay/player.c: (got_eos), (main): Adding some
28449 output for debugging.
28450 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28451 timeouts if we go to any state different from PLAYING.
28452 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28453 more EOS bugs in riff lib.
28455 2004-02-14 Julien MOUTTE <julien@moutte.net>
28457 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28458 visualization until i find a way to fix switch correctly.
28459 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28461 * gst/switch/gstswitch.c: (gst_switch_release_pad),
28462 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28463 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28464 Reworked switch to get a more correct behaviour with events and refing
28465 of data stored in sinkpads.
28466 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28467 we don't pull from a pad in EOS.
28469 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28471 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28472 remove v1 tag even if we can't read it (makes sure we don't detect
28475 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28477 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28478 (gst_alsa_xrun_recovery):
28479 * ext/alsa/gstalsa.h:
28480 try xrun recovery when wait failed. Make xrun recovery function
28481 return TRUE/FALSE to indicate success. (might fix #134354)
28483 2004-02-13 David Schleef <ds@schleef.org>
28485 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28486 (dynparm_value_changed), (main): Convert from float to double.
28487 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28489 2004-02-13 David Schleef <ds@schleef.org>
28491 * gst/silence/gstsilence.c: (gst_silence_class_init),
28492 (gst_silence_set_clock), (gst_silence_get),
28493 (gst_silence_set_property), (gst_silence_get_property):
28494 * gst/silence/gstsilence.h: Add sync property.
28495 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28496 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28497 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28498 * gst/sine/gstsinesrc.h: Add sync property.
28500 2004-02-13 David Schleef <ds@schleef.org>
28502 * gst/intfloat/gstint2float.c: (conv_f32_s16),
28503 (gst_int2float_chain_gint16): Change stdint usage to glib types.
28505 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28509 * gst-libs/ext/Makefile.am:
28510 move ffmpeg plugin to gst-ffmpeg module
28512 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28514 * configure.ac: use GST_ARCH to detect architecture
28516 2004-02-12 Julien MOUTTE <julien@moutte.net>
28518 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28520 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
28522 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28523 classify LADSPA plugins based on number of src/sink pads
28524 (#133663, Stefan Kost)
28525 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28526 fix dparams registration
28527 (#133528, Stefan Kost)
28528 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28529 fix use of isprint and use g_ascii_isprint instead
28530 (#133316, Stefan Kost)
28532 2004-02-11 David Schleef <ds@schleef.org>
28534 Convert a few inner loops to use liboil. This is currently
28535 optional, and is only enabled if liboil is present (duh!).
28536 * configure.ac: Check for liboil-0.1
28537 * gst/intfloat/Makefile.am:
28538 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28539 (gst_int2float_chain_gint16):
28540 * gst/videofilter/Makefile.am:
28541 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28542 (tablelookup_u8), (gst_videobalance_planar411):
28543 * gst/videotestsrc/Makefile.am:
28544 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28545 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28546 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28547 (paint_hline_RGB565), (paint_hline_xRGB1555):
28549 2004-02-11 David Schleef <ds@schleef.org>
28551 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28552 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28553 (gst_colorspace_getcaps), (gst_colorspace_link),
28554 (gst_colorspace_base_init), (gst_colorspace_init),
28555 (gst_colorspace_chain), (gst_colorspace_change_state),
28556 (plugin_init): Merge Ronald's patch (bug #117897) and update
28557 for new caps and negotiation. Seems to work, although it
28558 shows off bugs in lcs.
28560 2004-02-11 David Schleef <ds@schleef.org>
28562 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28563 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28565 2004-02-11 David Schleef <ds@schleef.org>
28567 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28568 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28569 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28570 Add server and port properties
28572 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28577 * m4/as-liblame.m4:
28578 * m4/as-slurp-ffmpeg.m4:
28579 * m4/check-libheader.m4:
28586 * m4/gst-ivorbis.m4:
28587 * m4/gst-matroska.m4:
28589 * m4/gst-shout2.m4:
28597 fix underquotedness of macros (#133800)
28598 * m4/as-avifile.m4:
28600 removed because no longer used
28602 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28605 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28606 by autopoint (fixes #132996)
28608 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
28610 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28611 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28612 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28613 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28616 2004-02-11 David Schleef <ds@schleef.org>
28618 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28619 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28620 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28621 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28622 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28623 (gst_jpegenc_class_init), (gst_jpegenc_init),
28624 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28625 (gst_jpegenc_chain), (gst_jpegenc_set_property),
28626 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
28627 * ext/jpeg/gstjpegenc.h: Fix negotiation.
28629 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
28631 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28632 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28633 * ext/mikmod/gstmikmod.h:
28634 fix caps negotiation in mikmod
28635 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28636 output debug information
28638 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
28640 * gst-libs/gst/colorbalance/Makefile.am:
28641 * gst-libs/gst/navigation/Makefile.am:
28642 * gst-libs/gst/xoverlay/Makefile.am:
28643 remove unused GST_OPT_CFLAGS from Makefiles
28644 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28646 2004-02-07 David Schleef <ds@schleef.org>
28648 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28649 push events to pads that haven't been created (#133508)
28651 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
28653 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28654 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28655 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28656 (gst_dvdec_loop), (gst_dvdec_change_state):
28657 Second attempt at committing a working dvdec element.
28659 2004-02-06 David Schleef <ds@schleef.org>
28661 Build fixes for OS X: (see #129600)
28662 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28663 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28664 (gst_riff_read_strf_iavs):
28665 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28666 (gst_avi_demux_stream_odml):
28667 * gst/playondemand/Makefile.am:
28668 * gst/rtp/rtp-packet.c:
28670 2004-02-05 David Schleef <ds@schleef.org>
28672 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28673 last change, because it Just Doesn't Compile.
28675 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28677 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28678 skip undecodable id3v2 tag instead of keeping it
28680 2004-02-05 David Schleef <ds@schleef.org>
28682 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28683 Unref leaked buffer. (Noticed by Ronald)
28685 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
28687 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28688 Sync requires with other checks. >= vs =.
28690 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
28692 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28693 (gst_dvdec_video_link), (gst_dvdec_loop):
28694 * ext/dv/gstdvdec.h:
28695 rework the caps negotiation so that dvdec works again instead
28696 of just segfaulting.
28698 === release 0.7.4 ===
28700 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
28702 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28703 * configure.ac: changed for release
28705 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
28707 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28708 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28709 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28710 * pkgconfig/gstreamer-play-uninstalled.pc.in:
28711 reworked patch by David Lehn to fix libdir and includedir for
28712 uninstalled libraries
28713 removed play and gconf from gstreamer-libs since they have their
28714 own pkgconfig files
28716 2004-02-04 David Schleef <ds@schleef.org>
28718 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28721 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28723 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28724 use correct GST_TAG_ENCODER tag
28726 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28728 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28729 be sure to stop the clock when going to paused
28730 * sys/oss/gstosssink.c: (gst_osssink_change_state):
28731 reset number of transmitted when going to ready.
28734 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
28736 reviewed by Benjamin Otte
28738 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28739 extract track count (fixes #133410)
28741 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28743 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28744 that should be !=, not == (fixes #132519)
28746 2004-02-04 David Schleef <ds@schleef.org>
28748 Make sure set_explicit_caps() is called before adding pad.
28749 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28750 * gst/id3/gstid3types.c: (gst_id3types_loop):
28751 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28752 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28754 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28757 bump nano to 2, first prerelease
28758 put back AM_PROG_LIBTOOL
28760 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28762 * testsuite/alsa/Makefile.am:
28763 these are user test apps, not automatic testsuite tests
28765 2004-02-04 David Schleef <ds@schleef.org>
28767 Convert GST_DEBUG_CAPS() to GST_DEBUG():
28768 * gst/mpeg1videoparse/gstmp1videoparse.c:
28769 (mp1videoparse_parse_seq):
28770 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28771 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28772 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28773 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28774 (gst_xvideosink_getcaps):
28775 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28776 * testsuite/gst-lint: more tests
28778 2004-02-04 David Schleef <ds@schleef.org>
28780 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28781 with the code that they would expand to.
28782 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28783 (gst_flacdec_get_src_query_types),
28784 (gst_flacdec_get_src_event_masks):
28785 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28786 (gst_gnomevfssrc_get_query_types),
28787 (gst_gnomevfssrc_get_event_mask):
28789 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28791 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28792 (gst_sinesrc_dispose):
28793 fix memleak by properly disposing sinesrc
28795 2004-02-04 Julien MOUTTE <julien@moutte.net>
28797 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28798 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28799 an overlay to redraw the image because it has been exposed.
28800 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28801 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28802 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28803 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28805 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28806 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28807 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28808 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28811 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28813 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28814 more memleak fixage
28816 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28818 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28819 * gst/typefind/gsttypefindfunctions.c:
28820 fix memleaks shown by gst-typefind
28822 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28824 * common/glib-gen.mak:
28825 add hack rule to touch .Plo files
28826 * gst-libs/gst/colorbalance/Makefile.am:
28827 * gst-libs/gst/mixer/Makefile.am:
28828 * gst-libs/gst/play/Makefile.am:
28829 * gst-libs/gst/tuner/Makefile.am:
28830 remove glib_root variable
28832 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28834 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28835 set explicit caps before adding the element, so the autopluggers can
28837 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28838 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28839 (mpeg_video_type_find), (mpeg_video_stream_type_find),
28841 fix memleaks in typefind functions. gst_type_find_suggest takes a const
28844 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28846 * gst-libs/gst/colorbalance/Makefile.am:
28847 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28848 * gst-libs/gst/colorbalance/colorbalance.c:
28849 * gst-libs/gst/colorbalance/colorbalance.h:
28850 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28851 * gst-libs/gst/mixer/Makefile.am:
28852 * gst-libs/gst/mixer/mixer-marshal.list:
28853 * gst-libs/gst/mixer/mixer.c:
28854 * gst-libs/gst/mixer/mixer.h:
28855 * gst-libs/gst/mixer/mixermarshal.list:
28856 * gst-libs/gst/play/Makefile.am:
28857 * gst-libs/gst/play/play.h:
28858 * gst-libs/gst/tuner/Makefile.am:
28859 * gst-libs/gst/tuner/tuner-marshal.list:
28860 * gst-libs/gst/tuner/tuner.c:
28861 * gst-libs/gst/tuner/tuner.h:
28862 * gst-libs/gst/tuner/tunermarshal.list:
28863 use new glib-gen.mak snippet to clean up Makefile.am
28864 fix various bugs in Makefile.am's
28866 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28868 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28869 handle chain parsing correctly in the multichain case
28870 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28871 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28872 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28873 (theora_dec_chain):
28874 handle events and queries correctly
28876 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28879 Ignore generated file _stdint.h.
28881 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28883 * gst-libs/gst/colorbalance/Makefile.am:
28884 * gst-libs/gst/colorbalance/colorbalance.h:
28885 * gst-libs/gst/mixer/Makefile.am:
28886 * gst-libs/gst/mixer/mixer.h:
28887 * gst-libs/gst/play/Makefile.am:
28888 * gst-libs/gst/play/play.h:
28889 * gst-libs/gst/tuner/Makefile.am:
28890 * gst-libs/gst/tuner/tuner.h:
28891 Generate enum type code with glib-mkenums.
28892 * gst-libs/gst/colorbalance/.cvsignore:
28893 * gst-libs/gst/mixer/.cvsignore:
28894 * gst-libs/gst/play/.cvsignore:
28895 * gst-libs/gst/tuner/.cvsignore:
28896 Ignore generated files.
28898 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28900 * gst-libs/gst/audio/.cvsignore:
28901 Ignore generated file.
28902 * gst-libs/gst/audio/Makefile.am:
28903 Do not install example filter.
28905 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28907 * examples/switch/.cvsignore:
28908 Ignore generated file.
28910 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28912 * common/m4/ax_create_stdint_h.m4:
28914 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28917 remove generated _stdint.h in DISTCLEANFILES
28918 * ext/a52dec/gsta52dec.c:
28919 include _stdint.h for a52dec. (should fix #133064)
28921 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
28923 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28924 (gst_tag_to_vorbis_comments):
28925 Add replaygain support to vorbistag
28927 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
28928 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28929 (gst_ffmpeg_caps_to_extradata):
28930 Fix SVQ3 caps flag properties
28931 Use glib macro for bytes swap
28933 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28935 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28936 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28937 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28938 * ext/sndfile/gstsf.c: (plugin_init):
28939 * gst/avi/gstavi.c: (plugin_init):
28940 * sys/dxr3/dxr3init.c: (plugin_init):
28941 * sys/oss/gstossaudio.c: (plugin_init):
28942 * sys/v4l/gstv4l.c: (plugin_init):
28943 * sys/v4l2/gstv4l2.c: (plugin_init):
28944 remove textdomain calls
28946 update Dutch translation
28948 2004-02-02 Julien MOUTTE <julien@moutte.net>
28950 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28951 (gst_play_set_audio_sink): Moving volume in the audio thread for
28952 instantaneous volume change. Maybe i will add another volume in front
28953 of visualization later, not sure yet though.
28955 2004-02-02 Julien MOUTTE <julien@moutte.net>
28957 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28958 (gst_ximagesink_handle_xevents): Better X events handling, only take
28959 the latest events for configure and motion.
28960 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28962 2004-02-02 Jon Trowbridge <trow@gnu.org>
28964 reviewed by: David Schleef <ds@schleef.org>
28967 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28968 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28970 2004-02-02 David Schleef <ds@schleef.org>
28972 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
28974 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28975 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28976 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28977 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28978 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28979 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28980 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28981 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28982 (gst_float2_2_int_link):
28983 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28984 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28985 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28986 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28987 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28988 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28989 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28990 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28991 * testsuite/gst-lint: Add tests for bzero and ;;
28993 2004-02-02 David Schleef <ds@schleef.org>
28995 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28997 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28999 * ext/aalib/gstaasink.c: (gst_aasink_open):
29000 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29001 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29002 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29003 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29004 (gst_afsink_close_file):
29005 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29006 (gst_afsrc_close_file):
29007 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29008 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29009 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29010 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29011 * ext/esd/esdmon.c: (gst_esdmon_get):
29012 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29013 * ext/faac/gstfaac.c: (gst_faac_chain):
29014 * ext/faad/gstfaad.c: (gst_faad_chain):
29015 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29016 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29017 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29018 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29019 (gst_flacdec_loop):
29020 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29021 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29022 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29023 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29024 (gst_gnomevfssink_close_file):
29025 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29026 (gst_gnomevfssrc_open_file):
29027 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29028 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29029 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29030 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29031 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29032 * ext/mad/gstmad.c: (gst_mad_chain):
29033 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29034 * ext/mpeg2dec/gstmpeg2dec.c:
29035 * ext/mpeg2enc/gstmpeg2enc.cc:
29036 * ext/mplex/gstmplex.cc:
29037 * ext/mplex/gstmplexibitstream.cc:
29038 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29039 (gst_ogg_demux_push):
29040 * ext/raw1394/gstdv1394src.c:
29041 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29042 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29043 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29045 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29046 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29047 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29048 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29049 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29050 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29051 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29052 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29053 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29054 (gst_riff_read_element_data), (gst_riff_read_seek),
29055 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29056 * gst/adder/gstadder.c: (gst_adder_loop):
29057 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29058 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29059 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29060 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29061 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29062 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29063 * gst/goom/gstgoom.c: (gst_goom_chain):
29064 * gst/id3/gstid3types.c: (gst_id3types_loop):
29065 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29066 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29067 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29068 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29069 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29070 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29071 (gst_ebml_read_float), (gst_ebml_read_header):
29072 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29073 (gst_matroska_demux_parse_blockgroup):
29074 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29075 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29076 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29077 * gst/silence/gstsilence.c: (gst_silence_get):
29078 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29079 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29080 * gst/speed/gstspeed.c: (speed_loop):
29081 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29082 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29083 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29084 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29085 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29086 (gst_wavparse_loop):
29087 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29088 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29089 (dxr3audiosink_close):
29090 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29091 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29092 (dxr3videosink_close), (dxr3videosink_write_data):
29093 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29094 * sys/oss/gstosssink.c: (gst_osssink_chain):
29095 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29096 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29097 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29098 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29099 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29100 (gst_v4l_set_window), (gst_v4l_enable_overlay):
29101 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29102 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29103 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29104 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29105 (gst_v4l_set_audio):
29106 * sys/v4l/v4l_calls.h:
29107 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29108 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29109 (gst_v4lmjpegsink_playback_init),
29110 (gst_v4lmjpegsink_playback_start):
29111 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29112 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29113 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29114 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29115 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29116 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29117 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29118 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29119 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29120 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29121 (gst_v4l2_get_output), (gst_v4l2_set_output),
29122 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29123 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29124 (gst_v4l2_set_attribute):
29125 * sys/v4l2/v4l2_calls.h:
29126 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29127 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29128 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29129 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29130 (gst_v4l2src_capture_stop):
29131 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29132 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29133 (gst_ximagesink_chain):
29134 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29135 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29136 (gst_xvideosink_xwindow_new):
29137 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29138 (gst_xvimagesink_chain):
29140 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29142 * gst/volume/gstvolume.c: (gst_volume_set_volume),
29143 (gst_volume_get_volume), (volume_class_init), (volume_init),
29144 (volume_chain_int16), (volume_update_volume):
29145 * gst/volume/gstvolume.h:
29146 make code more readable by removing magic numbers
29147 make mixer interface export 0-100 range
29148 make it internally map to 0.0-1.0 range so users don't distort
29149 output by putting the sliders at full volume
29151 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29153 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29154 (gst_play_state_change), (gst_play_seek_to_time):
29155 block the tick callback for 0.5 secs after doing a seek
29157 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29159 * gst-libs/gst/play/play.c: (gst_play_new):
29162 2004-02-01 Julien MOUTTE <julien@moutte.net>
29164 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29165 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29166 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29167 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29168 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29169 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29171 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
29174 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29175 check for a function added in vorbis 1.1
29177 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29179 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29180 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29181 really start/stop clock only on PLAYING <=> PAUSED
29182 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29183 remove \n from debugging lines
29184 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29185 make it work when seeking does not
29186 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29189 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29191 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29192 start clock on PAUSED=>PLAYING, not later
29193 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29194 extract correct time for different discont formats
29195 (gst_alsa_sink_get_time):
29196 don't segfault when no format is negotiated yet, just return 0
29197 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29198 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29199 (gst_ogg_pad_push):
29200 handle flush and discont events correctly
29201 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29202 handle discont events correctly
29204 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
29206 * gst-libs/gst/play/play.c: (gst_play_error_quark),
29207 (gst_play_error_create), (gst_play_error_plugin),
29208 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29209 * gst-libs/gst/play/play.h:
29210 add error handling during creation
29211 * examples/gstplay/player.c: (main):
29212 use new gst_play_new
29215 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29217 * ext/theora/theoradec.c: (theora_dec_chain):
29219 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29220 (vorbis_dec_src_event), (vorbis_dec_chain):
29221 add encoder tag, fix tag reading to be more error tolerant, change
29222 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29223 gst_pad_event_default.
29224 * gst/tags/gstvorbistag.c:
29225 (gst_tag_list_from_vorbiscomment_buffer):
29226 undefine function specific define at end of function
29228 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
29230 * ext/flac/gstflac.c: (plugin_init):
29231 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29232 * ext/flac/gstflacdec.h:
29233 * ext/flac/gstflacenc.h:
29236 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
29238 * examples/gstplay/player.c: s/gstplay.h/play.h/
29240 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29242 * gst-libs/gst/play/Makefile.am:
29243 * gst-libs/gst/play/gstplay.c:
29244 * gst-libs/gst/play/gstplay.h:
29245 * gst-libs/gst/play/play.c:
29246 more surgery, operation complete
29248 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29250 * gst-libs/gst/play/play.old.c:
29251 * gst-libs/gst/play/play.old.h:
29252 after CVS surgery by moving, remove
29253 * gst-libs/gst/play/playpipelines.c:
29256 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29257 add negotiation error
29259 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29261 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29262 (gst_ogg_demux_push):
29263 add some seeking debug info
29264 send a flush when seeking
29266 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29272 * ext/theora/Makefile.am:
29273 * ext/theora/theoradec.c:
29274 add theora video decoder. Does just do simple decoding for now and
29275 has been tested against Theora cvs only. It only works when theora
29276 is compiled with --enable-static.
29277 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29278 always reset packetno on DISCONT
29280 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29282 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29285 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29287 * gst/mpegaudioparse/gstmpegaudioparse.c:
29288 (mp3_type_frame_length_from_header):
29289 Fix header parsing - stolen from ffmpeg (thank you! :) ).
29291 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29293 * ext/esd/esdsink.c: (gst_esdsink_init):
29294 Since we have static pad template caps, we don't need to negotiate;
29295 either the core errors out or we know the format.
29297 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29299 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29300 (gst_riff_read_seek):
29301 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29302 (gst_ebml_read_seek):
29303 Fix event handling.
29305 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29307 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29308 removee video/x-theora from vp3 decoder, it doesn't handle raw
29310 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29311 fix bug with finalizing element that never went to PAUSED
29312 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29313 length and position queries were swapped
29314 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29315 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29316 (vorbis_dec_src_event):
29317 implement querying time and bytes
29319 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29321 * just about every source file:
29322 gst_element_error -> GST_ELEMENT_ERROR
29324 2004-01-29 Julien MOUTTE <julien@moutte.net>
29326 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29327 emiting FLUSH and even before DISCONT.
29328 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29329 get the best instant seeking as possible yay!
29331 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
29333 * gst/mpeg1videoparse/gstmp1videoparse.c:
29334 (gst_mp1videoparse_real_chain):
29335 Committed wrong version last week... Grr... Didn't notice until now.
29337 2004-01-29 Julien MOUTTE <julien@moutte.net>
29339 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29340 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29341 have_xwindow_id signal in xwindow_create.
29343 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
29345 * ext/ogg/gstoggdemux.c:
29346 lots of changes - mainly support for chained bitstreams, seeking,
29347 querying and bugfixes of course
29348 * ext/vorbis/Makefile.am:
29349 * ext/vorbis/vorbisdec.c:
29350 * ext/vorbis/vorbisdec.h:
29351 add vorbisdec raw vorbis decoder
29352 * ext/vorbis/vorbis.c: (plugin_init):
29353 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29354 * gst/intfloat/Makefile.am:
29355 * gst/intfloat/float22int.c:
29356 * gst/intfloat/float22int.h:
29357 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29358 add float2intnew plugin. It converts multichannel interleaved float to
29359 multichannel interleaved int. The name should probably be changed.
29360 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29362 add typefinding for raw theora video so oggdemux can detect it.
29364 2004-01-28 Julien MOUTTE <julien@moutte.net>
29366 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29367 sink element first.
29368 * gst/videoscale/gstvideoscale.c:
29369 (gst_videoscale_handle_src_event): Fixing src event handler.
29371 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
29373 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29374 (gst_v4lsrc_open), (gst_v4lsrc_close),
29375 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29376 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29377 * sys/v4l/gstv4lsrc.h:
29378 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29379 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29380 Implement resizing... Hack. But that's why v4l is b0rked...
29382 2004-01-28 Julien MOUTTE <julien@moutte.net>
29384 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29385 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29386 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29387 (gst_ximagesink_xwindow_destroy):
29388 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29389 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29390 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29391 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29392 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29393 correctly cleaning the image created to check xshm calls on succes,
29394 added a lot of XSync calls in X11 functions, and fixed a segfault when
29395 no image format was defined before negotiation happened.
29397 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
29399 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29400 use gst_element_get_time to get correct time
29402 2004-01-28 Julien MOUTTE <julien@moutte.net>
29404 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29405 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29406 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29407 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29408 (gst_xvimagesink_check_xshm_calls),
29409 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29410 X plugins are now able to detect that XShm calls will fail even if the
29411 server claims that it has XShm support (remote displays most of the
29412 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29413 so that we use non XShm functions. This feature is almost useless for
29414 xvimagesink as Xv is not supported on remote displays anyway, but
29415 it might happen than even on the local display XShm calls fail.
29417 2004-01-27 David Schleef <ds@schleef.org>
29419 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29420 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29421 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
29422 changed esdsink to only use 44100,16,2, since esd sucks at rate
29423 conversion and esdsink has had difficulty negotiating.
29425 2004-01-27 Julien MOUTTE <julien@moutte.net>
29427 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29428 (gst_play_seek_to_time): Fixing the way to get current position.
29430 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29432 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29433 use gst_element_get_time to get correct time
29435 2004-01-27 Julien MOUTTE <julien@moutte.net>
29437 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29438 fix ever... Inverting 2 lines of code make spider autoplug correctly
29441 2004-01-27 David Schleef <ds@schleef.org>
29443 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29444 Use gst_pad_try_set_caps_nonfixed().
29446 2004-01-27 David Schleef <ds@schleef.org>
29448 * gst/ac3parse/gstac3parse.c: update to checklist 5
29449 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
29450 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29451 * gst/audioscale/gstaudioscale.c: same
29452 * gst/auparse/gstauparse.c: same
29453 * gst/avi/gstavidemux.c: same
29455 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29457 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29458 stop processing after EOS
29460 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29462 * gst/asfdemux/asfheaders.h:
29463 * gst/asfdemux/gstasfdemux.c:
29464 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29465 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29466 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29467 lot's of fixes to make data extraction simpler and get the code
29468 architecture and compiler independant. Add debugging category
29469 * gst/goom/gstgoom.c: (gst_goom_change_state):
29470 reset channel count on PAUSED=>READY, not READY=>PAUSED
29472 2004-01-26 Colin Walters <walters@verbum.org>
29474 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29475 code to pull a bigger buffer in iradio mode. This as a side effect
29476 makes typefinding work.
29478 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29480 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29481 Fix SVQ3 decoding on PPC
29483 2004-01-26 Julien MOUTTE <julien@moutte.net>
29485 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29486 that one managed to stay there... Fixed.
29488 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29490 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29491 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29492 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29493 (qtdemux_video_caps):
29494 * gst/qtdemux/qtdemux.h:
29495 Add SVQ3 specific flags to qtdemux and ffmpeg
29497 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
29499 * gst-libs/gst/audio/audio.h:
29500 remove buffer-frames from audio caps
29501 * gst/audioconvert/gstaudioconvert.c:
29502 fix plugin to really work.
29504 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29506 * gst-libs/gst/mixer/mixer.c:
29507 * gst-libs/gst/propertyprobe/propertyprobe.c:
29508 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29509 (gst_tuner_find_channel_by_name):
29510 * gst-libs/gst/tuner/tuner.h:
29511 Add gtk-doc style comments. Also fix a function name.
29513 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29515 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29516 (gst_divxdec_negotiate):
29517 Fix for new capsnego - also fixes gst-player with divxdec.
29519 2004-01-25 Julien MOUTTE <julien@moutte.net>
29521 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29522 (gst_play_identity_handoff), (gst_play_set_location),
29523 (gst_play_set_visualization), (gst_play_connect_visualization): Another
29524 try in visualization implementation. Still have an issue with switch
29525 blocking when pulling from video_queue and only audio comes out of
29527 * gst/switch/gstswitch.c: (gst_switch_release_pad),
29528 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29529 release method. And check if the pad is usable before pulling.
29531 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29533 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29534 (gst_videobalance_init),
29535 (gst_videobalance_colorbalance_list_channels),
29536 (gst_videobalance_colorbalance_set_value),
29537 (gst_videobalance_colorbalance_get_value),
29538 (gst_videobalance_update_properties),
29539 (gst_videobalance_update_tables_planar411),
29540 (gst_videobalance_planar411):
29541 * gst/videofilter/gstvideobalance.h:
29542 Implement lookup-tables. +/- 10x faster.
29544 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29546 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29547 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29548 The index reading was broken. The rest worked fine, but the whole
29549 goal of my rewrite was to make avidemux readable, and this was
29550 not at all readable. Please use typed variables.
29552 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29554 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29555 Additional pad usability check.
29556 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29557 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29558 (gst_mp1videoparse_real_chain):
29559 Fix MPEG video stream parsing. The original plugin had several
29560 issues, including not timestamping streams where the source was
29561 not timestamped (this happens with PTS values in mpeg system
29562 streams, but MPEG video is also a valid stream on its own so
29563 that needs timestamps too). We use the display time code for that
29564 for now. Also, if one incoming buffer contains multiple valid
29565 frames, we push them all on correctly now, including proper EOS
29566 handling. Lastly, several potential segfaults were fixed, and we
29567 properly sync on new sequence/gop headers to include them in next,
29568 not previous frames (since they're header for the next frame, not
29569 the previous). Also see #119206.
29570 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29572 Move caps setting so we only do it after finding several valid
29573 MPEG-1 fraes sequentially, not right after the first one (which
29574 might be coincidental).
29575 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29576 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29578 Add unsynced MPEG video stream typefinding, and change some
29579 probability values so we detect streams rightly. The idea is as
29580 follows: I can have an unsynced system stream which contains
29581 video. In the current code, I would randomly get a type for either
29582 system or video stream type found, because the probabilities are
29583 being calculated rather randomly. I now use fixed values, so we
29584 always prefer system stream if that was found (and that is how it
29585 should be). If no system stream was found, we can still identity the stream as video-only.
29587 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29589 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29590 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29591 don't write to buffer. Extract data without the need of
29592 __attribute__ ((packed))
29594 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29596 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29597 (mpeg1_sys_type_find):
29598 Fix MPEG-1 stream typefinding.
29600 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29602 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29603 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29605 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29607 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29608 * ext/esd/gstesd.c: (plugin_init):
29609 private debugging, better error reporting
29611 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29613 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29614 (gst_riff_read_init), (gst_riff_read_change_state):
29615 * gst-libs/gst/riff/riff-read.h:
29616 Remove stuff fromold metadata system.
29618 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29620 * ext/ogg/gstoggdemux.c:
29621 Fix wrong file comment.
29622 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29623 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29624 Add metadata reading properly.
29626 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29629 Fix nas DIST_SUBDIRS
29631 Fix bug where make distcheck doesn't get run on adding stuff to
29634 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29636 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29637 * ext/divx/gstdivxdec.h:
29638 Fix divx3 ("msmpeg4") playback using divxdec.
29640 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29642 * gst/typefind/gsttypefindfunctions.c:
29643 (mp3_type_frame_length_from_header): fix bug in length computation
29644 (mp3_type_find): improve debugging output
29646 2004-01-23 Julien MOUTTE <julien@moutte.net>
29648 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29649 (gst_play_set_location), (gst_play_seek_to_time),
29650 (gst_play_set_audio_sink), (gst_play_set_visualization),
29651 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29652 the pipeline from scratch. Visualization is back and switch went out as
29653 i realized it was not possible to use the way i wanted.
29654 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29655 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29656 clearing in state change from READY to NULL. So that one can clean the
29657 X ressources keeping the element.
29658 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29659 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29660 (gst_xvimagesink_colorbalance_set_value),
29661 (gst_xvimagesink_colorbalance_get_value),
29662 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29663 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29664 change from READY to NULL and fixed some stupid bugs in colorbalance
29665 get/set values. Also added the following feature : when nobody tries to
29666 set some values to the colorbalance levels before the xcontext is
29667 grabbed, then when creating channels list from Xv attributes we set the
29668 internal values to the Xv defaults. This way we handle buggy Xv drivers
29669 that set default hue values far from the middle of the range (Thanks
29670 to Jon Trowbridge for pointing that issue).
29671 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29672 colorbalance levels have been set before xcontext is grabbed.
29674 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
29676 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29677 Fix the ossmixer case where we shouldn't open /dev/dsp* because
29678 it might block operations (which is bad for a mixer).
29680 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29682 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29683 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29684 (gmip_find_type_pre):
29685 * gst-libs/gst/media-info/media-info-priv.h:
29686 * gst-libs/gst/media-info/media-info.c:
29687 (gst_media_info_instance_init), (gst_media_info_read_idler):
29688 add fakesink to get caps on decoder src pad again
29689 fix callback prototype to match new have_type signal signature
29691 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29693 * gst/adder/gstadder.c: (gst_adder_link):
29694 fix non-compile and cut-n-paste code
29696 2004-01-21 David Schleef <ds@schleef.org>
29698 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29699 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29700 (gst_swfdec_init), (gst_swfdec_change_state):
29701 * ext/swfdec/gstswfdec.h:
29703 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29704 (gst_adder_request_new_pad): Fix negotiation.
29705 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29706 Add a fixate function.
29707 * gst/intfloat/gstfloat2int.c:
29708 * gst/intfloat/gstfloat2int.h:
29709 * gst/intfloat/gstint2float.c:
29710 * gst/intfloat/gstint2float.h:
29711 Completely rewrite the negotiation. Doesn't quite work yet,
29712 due to some buffer-frames problem.
29714 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
29716 * ext/gnomevfs/gstgnomevfssrc.c:
29717 * sys/v4l2/v4l2_calls.h:
29718 fix includes for distcheck
29720 2004-01-21 Christian Schaller <uraeus@gnome.org>
29723 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29724 based on earlier patch from Laurent Vivier
29726 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
29728 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29729 Fix wma caps property
29730 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29731 Fix typo (flags1 and flags2)
29733 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29735 * gst-libs/gst/media-info/media-info-priv.c:
29736 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29737 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29738 (gmip_find_stream), (gmip_find_track_metadata),
29739 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29740 (gmip_find_track_format):
29741 * gst-libs/gst/media-info/media-info-priv.h:
29742 * gst-libs/gst/media-info/media-info-test.c: (main):
29743 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29744 (gst_media_info_read_idler), (gst_media_info_read):
29745 * gst-libs/gst/media-info/media-info.h:
29746 register debugging category and use it for debugging
29748 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29750 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29751 (gst_vorbisfile_new_link):
29752 signal streaminfo through tags
29754 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29756 * ext/mplex/gstmplex.cc:
29757 * ext/mplex/gstmplexibitstream.cc:
29758 g++ doesn't like NULL in our i18n/error macros, should be
29759 either (NULL) or ("").
29761 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29763 * sys/dxr3/dxr3audiosink.c:
29764 * sys/dxr3/dxr3init.c:
29765 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29766 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29767 Fix more error error error errors (missing includes here).
29769 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29771 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29772 fix thomas' error errors.
29774 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29776 * ext/mpeg2enc/gstmpeg2enc.cc:
29779 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29781 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29782 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29783 Fix for new error system.
29785 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29787 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29788 fix for new error reporting
29790 2004-01-20 David Schleef <ds@schleef.org>
29792 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29793 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29794 (gst_ximagesink_set_xwindow_id): Change to using a framerate
29795 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29796 and neither is 100+, most likely.
29797 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29798 (gst_xvimagesink_getcaps): same
29800 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
29803 Up version requirement to 2.0.3 (not yet released) to avoid symbol
29804 clashes with ffmpeg.
29806 2004-01-20 Julien MOUTTE <julien@moutte.net>
29808 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29809 (gst_switch_init): Fixed switch element : proxying link and setting
29810 caps from src to sink on request.
29812 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29814 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29815 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29816 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29819 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29821 * sys/v4l/v4l_calls.h:
29822 * sys/v4l2/v4l2_calls.h:
29823 element_error fixes
29825 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29827 * gst-libs/gst/gst-i18n-plugin.h:
29829 remove config.h inclusion
29831 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29834 adding autopoint invocation
29837 * gst-libs/gst/gettext.h:
29838 adding gettext bits
29839 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29840 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29841 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29842 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29843 (gst_gnomevfssink_close_file):
29844 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29845 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29846 * gst-libs/gst/gst-i18n-plugin.h:
29847 * gst/avi/gstavi.c: (plugin_init):
29848 * sys/dxr3/dxr3init.c: (plugin_init):
29849 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29850 * sys/oss/gstossaudio.c: (plugin_init):
29851 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29852 * sys/v4l/gstv4l.c: (plugin_init):
29853 * sys/v4l/v4l_calls.c: (gst_v4l_open):
29854 * sys/v4l2/gstv4l2.c: (plugin_init):
29855 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29856 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29857 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29858 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29859 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29860 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29861 make sure locale and translation domain are set
29862 fix translated strings
29868 put translation files into place
29869 * sys/xvideo/imagetest.c: (main):
29870 * ext/dv/demo-play.c: (main):
29871 fix unnecessary translations
29873 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
29875 * ext/sndfile/gstsf.c:
29876 * gst/avi/gstavimux.c:
29877 * ext/audiofile/gstafsink.c:
29878 * ext/audiofile/gstafsrc.c:
29879 * ext/gnomevfs/gstgnomevfssink.c:
29880 * ext/gnomevfs/gstgnomevfssrc.c:
29881 * sys/oss/gstosselement.c:
29882 * sys/v4l/v4l_calls.h:
29885 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29887 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29888 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29889 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29890 (gst_v4l2_get_output), (gst_v4l2_set_output),
29891 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29892 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29893 (gst_v4l2_set_attribute):
29894 update to new error handling
29896 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29898 * ext/sidplay/gstsiddec.cc:
29899 * gst/modplug/gstmodplug.cc:
29900 parenthese NULL because C++ seems angry about it
29902 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29904 * gst-libs/gst/gst-i18n-plugin.h:
29905 add skeleton i18n stuff, but needs to be further implemented
29907 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
29909 * examples/gstplay/player.c: (main):
29910 * ext/aalib/gstaasink.c: (gst_aasink_open):
29911 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29912 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29913 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29914 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29915 (gst_afsink_close_file):
29916 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29917 (gst_afsrc_close_file):
29918 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29919 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29920 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29921 * ext/esd/esdmon.c: (gst_esdmon_get):
29922 * ext/esd/esdsink.c: (gst_esdsink_chain):
29923 * ext/faac/gstfaac.c: (gst_faac_chain):
29924 * ext/faad/gstfaad.c: (gst_faad_chain):
29925 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29926 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29927 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29928 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29929 (gst_flacdec_loop):
29930 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29931 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29932 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29933 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29934 (gst_gnomevfssink_close_file):
29935 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29936 (gst_gnomevfssrc_open_file):
29937 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29938 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29939 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29940 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29941 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29942 * ext/mad/gstmad.c: (gst_mad_chain):
29943 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29944 * ext/mpeg2dec/gstmpeg2dec.c:
29945 * ext/mpeg2enc/gstmpeg2enc.cc:
29946 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29947 * ext/mplex/gstmplex.cc:
29948 * ext/mplex/gstmplexibitstream.cc:
29949 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29950 (gst_ogg_demux_push), (gst_ogg_pad_push):
29951 * ext/raw1394/gstdv1394src.c:
29952 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29953 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29954 * ext/sidplay/gstsiddec.cc:
29955 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29957 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29958 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29959 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29960 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29961 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29962 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29963 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29964 * gst-libs/gst/Makefile.am:
29965 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29966 (gst_riff_read_element_data), (gst_riff_read_seek),
29967 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29968 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29969 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29970 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29971 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29972 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29973 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29974 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29975 * gst/goom/gstgoom.c: (gst_goom_chain):
29976 * gst/id3/gstid3types.c: (gst_id3types_loop):
29977 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29978 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29979 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29980 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29981 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29982 (gst_ebml_read_float), (gst_ebml_read_header):
29983 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29984 (gst_matroska_demux_parse_blockgroup):
29985 * gst/modplug/gstmodplug.cc:
29986 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29987 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29988 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29989 * gst/silence/gstsilence.c: (gst_silence_get):
29990 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29991 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29992 * gst/speed/gstspeed.c: (speed_loop):
29993 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29994 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29995 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29996 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29997 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29998 (gst_wavparse_loop):
29999 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30000 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30001 (dxr3audiosink_close):
30002 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30003 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30004 (dxr3videosink_close), (dxr3videosink_write_data):
30005 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30006 * sys/oss/gstosselement.h:
30007 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30008 (gst_osssink_chain):
30009 * sys/oss/gstosssrc.c: (gst_osssrc_get):
30010 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30011 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30012 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30013 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30014 (gst_v4l_enable_overlay):
30015 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30016 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30017 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30018 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30019 (gst_v4l_set_audio):
30020 * sys/v4l/v4l_calls.h:
30021 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30022 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30023 (gst_v4lmjpegsink_playback_init),
30024 (gst_v4lmjpegsink_playback_start):
30025 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30026 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30027 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30028 (gst_v4lmjpegsrc_requeue_frame):
30029 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30030 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30031 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30032 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30033 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30034 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30035 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30036 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30037 (gst_v4l2src_capture_stop):
30038 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30039 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30040 (gst_ximagesink_chain):
30041 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30042 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30043 (gst_xvideosink_xwindow_new):
30044 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30045 (gst_xvimagesink_chain):
30046 use new error signal, function and categories
30048 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
30052 * ext/musicbrainz/gsttrm.c:
30053 * ext/musicbrainz/gsttrm.h:
30054 * ext/musicbrainz/Makefile.am:
30057 2004-01-18 Julien MOUTTE <julien@moutte.net>
30059 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30060 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30061 synchronous property for debugging.
30062 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30063 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30064 (gst_xvimagesink_set_property): Moving a pointer declaration to a
30065 smaller block, fixing indent.
30067 2004-01-16 David Schleef <ds@schleef.org>
30069 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30070 property affects the video stream.
30071 * sys/xvimage/xvimagesink.c:
30072 * sys/xvimage/xvimagesink.h:
30073 Add synchronous property for debugging. Should probably be
30074 disabled in non-CVS builds. Make sure that the Xv attribute
30075 exists before we set it (crash!). Fix a silly float bug that
30076 caused colorbalance to just not work.
30078 2004-01-17 Christian Schaller <Uraeus@gnome.org>
30080 * tools/gst-launch-ext.in - update for new plugins
30082 2004-01-16 David Schleef <ds@schleef.org>
30084 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30085 already-freed caps.
30087 2994-01-16 Christian Schaller <Uraeus@gnome.org>
30089 * Update spec for new colorspace plugin and libcaca plugin
30090 * Fix compilation of libcaca plugin (clock -> id)
30092 2004-01-16 Julien MOUTTE <julien@moutte.net>
30094 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30095 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30096 (gst_xvimagesink_set_xwindow_id),
30097 (gst_xvimagesink_colorbalance_set_value),
30098 (gst_xvimagesink_colorbalance_get_value),
30099 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30100 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30101 correct colorbalance properties. They can now be set when the element
30102 is still in NULL state. The values will be committed to the Xv Port
30103 when xcontext is initialized.
30104 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30105 brightness int values in the GstXvImagesink structure.
30107 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30109 * gst-libs/gst/Makefile.am:
30110 restructure so having local patches works easier.
30112 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30114 * ext/mpeg2enc/Makefile.am:
30115 * ext/mpeg2enc/gstmpeg2enc.cc:
30116 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30117 Bugfix with respect to EOS handling.
30119 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30121 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30122 Link with right caps (else, it segfaults).
30123 * ext/mplex/gstmplexjob.cc:
30124 Fix for slight API change in 1.6.1.93 release of mjpegtools.
30126 2004-01-15 David Schleef <ds@schleef.org>
30128 * gst-libs/gst/audio/Makefile.am:
30129 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30131 * gst-libs/gst/audio/gstaudiofilter.c:
30132 * gst-libs/gst/audio/gstaudiofilter.h:
30133 Add bytes_per_sample and size and n_samples calculation.
30134 * gst-libs/gst/audio/gstaudiofilterexample.c:
30135 Remove, now autogenerated.
30136 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30137 Moved from gstaudiofilterexample, object name changed, code added
30138 so that it actually works.
30139 * gst-libs/gst/audio/make_filter:
30140 Script to build an audiofilter subclass from the template.
30141 * gst/colorspace/Makefile.am:
30142 * gst/colorspace/yuv2yuv.c:
30143 Remove file, since it's GPL, and we don't use it.
30145 2004-01-15 Julien MOUTTE <julien@moutte.net>
30147 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30148 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30149 them use the buffer free function to test how the buffer was allocated.
30151 2004-01-15 David Schleef <ds@schleef.org>
30153 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30154 that handles osssink fallback.
30155 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30156 (gst_audio_convert_getcaps):
30157 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30158 Add audio/x-qdm2 for QDM2 audio.
30159 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30160 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30161 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30162 Decrease minimum size to 16x16.
30163 * gst/wavparse/gstwavparse.c:
30164 Convert disabled pad template caps to new caps.
30165 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30166 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30167 (gst_xvimagesink_chain): Throw element error when display cannot
30168 be opened. Increase minimum framerate to 1.0. Check the data
30169 free function on a buffer to make sure it is the type we expect
30170 before manipulating it.
30172 2004-01-15 Julien MOUTTE <julien@moutte.net>
30174 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30175 (gst_videobalance_colorbalance_set_value): Implement passthru if
30176 settings are in the middle.
30177 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30179 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30181 * gst/videofilter/Makefile.am:
30182 * gst/volume/Makefile.am:
30183 Since we use videofilter symbols, link to it.
30185 2004-01-15 Julien MOUTTE <julien@moutte.net>
30187 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30188 mixer interface type to HARDWARE.
30189 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30191 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30192 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30193 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30194 (gst_volume_interface_init), (gst_volume_list_tracks),
30195 (gst_volume_set_volume), (gst_volume_get_volume),
30196 (gst_volume_set_mute), (gst_volume_mixer_init),
30197 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30198 (volume_init): Implementing mixer interface.
30199 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30200 * sys/oss/gstosselement.c: (gst_osselement_get_type),
30201 (gst_osselement_change_state): Removing some trailing commas in
30203 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30204 interface type to HARDWARE.
30205 * sys/v4l/gstv4lcolorbalance.c:
30206 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30208 * sys/v4l2/gstv4l2colorbalance.c:
30209 (gst_v4l2_color_balance_interface_init): Setting colorbalance
30210 interface type to HARDWARE.
30211 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30212 same code than ximagesink for event handling.
30214 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30216 * ext/snapshot/Makefile.am:
30217 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30218 (gst_snapshot_chain):
30219 * ext/snapshot/gstsnapshot.h:
30220 This has to be a joke... Snapshot should be connected to a tee,
30221 colorspace element before it and EOS after that, where the other
30222 src of the tee receives normal data.
30223 The current way is *wrong*.
30225 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30227 * ext/hermes/gsthermescolorspace.c:
30228 Fix another compile error. Same as below.
30230 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30232 * gst/colorspace/gstcolorspace.c:
30233 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30234 (gst_colorspace_i420_to_yv12):
30235 Fix compiling... Didn't test if it actually works.
30237 2004-01-15 David Schleef <ds@schleef.org>
30240 * gst/colorspace/Makefile.am:
30241 * gst/colorspace/gstcolorspace.c:
30242 * gst/colorspace/gstcolorspace.h:
30243 * gst/colorspace/yuv2rgb.c:
30244 * gst/colorspace/yuv2rgb.h:
30245 Duplicate the ext/hermes colorspace plugin, and remove Hermes
30246 code and GPL code. Fix for new caps negotiation. Rewrite
30247 much of the format handling code, and some of the conversion
30248 code. Basically, rewrote almost everything. This element
30249 handles I420, YV12 to RGB conversions.
30250 * ext/hermes/Makefile.am:
30251 * ext/hermes/gsthermescolorspace.c:
30252 Rename colorspace to hermescolorspace. Fix negotiation issues.
30253 Remove non-Hermes related code. This element handles lots of
30254 RGB to RGB conversions, but no YUV.
30255 * ext/hermes/gstcolorspace.c:
30256 * ext/hermes/gstcolorspace.h:
30257 * ext/hermes/rgb2yuv.c:
30258 * ext/hermes/yuv2rgb.c:
30259 * ext/hermes/yuv2rgb.h:
30260 * ext/hermes/yuv2rgb_mmx16.s:
30261 * ext/hermes/yuv2yuv.c:
30262 * ext/hermes/yuv2yuv.h:
30265 2004-01-14 Colin Walters <walters@verbum.org>
30267 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30268 they've already been.
30270 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30272 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30273 assume tag mode when pad is not connected
30275 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30277 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30278 Don't update the time of the clock
30279 (gst_alsa_sink_loop):
30280 sync to the clock given to alsasink, not the own clock
30281 * sys/oss/gstosssink.c: (gst_osssink_chain):
30283 (gst_osssink_change_state):
30285 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30286 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30287 remove bogus code that made DISCONT events unhandled
30288 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30289 explicitly case to double in _set_simple. (fixes 2nd warning in bug
30291 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30292 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30293 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30294 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30295 2nd warning in bug #131502)
30297 2004-01-14 Julien MOUTTE <julien@moutte.net>
30299 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30300 (gst_videobalance_colorbalance_set_value),
30301 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30302 for colorbalance interface implementation.
30303 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30304 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30305 (gst_ximagesink_dispose), (gst_ximagesink_init),
30306 (gst_ximagesink_class_init): Adding DISPLAY property.
30307 * sys/ximage/ximagesink.h: Adding display_name to store display.
30308 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30309 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30310 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30311 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30312 properties (they still need polishing though for gst-launch use : no
30313 xcontext yet, i ll do that tomorrow).
30314 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30316 2004-01-14 Julien MOUTTE <julien@moutte.net>
30318 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30319 (gst_play_set_location), (gst_play_set_visualization): Preparing
30320 switch integration, adding videobalance in the pipeline.
30322 2004-01-14 Julien MOUTTE <julien@moutte.net>
30324 * gst-libs/gst/colorbalance/colorbalance.c:
30325 (gst_color_balance_class_init): Adding a default type.
30326 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30328 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30329 (gst_videobalance_dispose), (gst_videobalance_class_init),
30330 (gst_videobalance_init), (gst_videobalance_interface_supported),
30331 (gst_videobalance_interface_init),
30332 (gst_videobalance_colorbalance_list_channels),
30333 (gst_videobalance_colorbalance_set_value),
30334 (gst_videobalance_colorbalance_get_value),
30335 (gst_videobalance_colorbalance_init): Implementing colorbalance
30337 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30339 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30340 bug which was triggering a BadAccess X error when setting an overlay
30341 before pad was really negotiated.
30342 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30343 Using the colorbalance type macro.
30345 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30347 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30348 (gst_flacenc_chain):
30349 handle tags correctly
30350 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30351 extract ID3v1 tags correctly
30353 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30355 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30357 Improve matroska typefinding for odd-typed headers...
30359 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30361 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30362 Fix for using incremental number on padnames.
30364 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30366 * ext/divx/gstdivxdec.c:
30367 * ext/divx/gstdivxenc.c:
30368 Set category to divx4linux instead of divx (too generic).
30369 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30370 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30371 (gst_wavparse_loop), (gst_wavparse_change_state):
30372 * gst/wavparse/gstwavparse.h:
30373 fix parsing of WAV files with non-standard fmt-tag size and fix
30374 skipping of unrecognized chunks... Someone please fix this thing
30375 to use rifflib so all this is automated.
30376 * sys/v4l/Makefile.am:
30377 * sys/v4l2/Makefile.am:
30378 Add X_CFLAGS because we depend on X (for overlay).
30380 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
30382 * ext/mpeg2dec/gstmpeg2dec.c:
30383 Don't issue a timestamp unless we tagged the frame
30386 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30388 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30389 Query the audio element to get the time, not the clock. We're
30390 interested in the element's time here.
30392 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30394 * ext/aalib/gstaasink.c: (gst_aasink_chain):
30395 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30396 * ext/esd/esdsink.c: (gst_esdsink_chain):
30397 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30398 * ext/mas/massink.c: (gst_massink_chain):
30399 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30400 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30401 (gst_matroska_demux_parse_metadata):
30402 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30403 (gst_mpeg_parse_release_locks):
30404 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30405 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30406 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30407 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30408 (gst_osssink_change_state):
30409 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30410 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30411 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30412 (gst_xvideosink_release_locks):
30413 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30415 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30416 (gst_alsa_clock_stop):
30417 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30418 (gst_audio_clock_get_internal_time):
30419 simplify for use with new clocking code.
30420 * testsuite/alsa/Makefile.am:
30421 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30422 fix testsuite for new caps system
30424 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30426 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30427 * ext/flac/gstflacenc.c: (add_one_tag):
30428 length is already host endian, no need to convert. Fixes playback of
30429 tagged files on PPC. (bug #128384)
30431 2004-01-13 Julien MOUTTE <julien@moutte.net>
30433 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30434 colorbalance interface stating if it is hardware based or software
30436 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30437 Removing a trailing comma.
30438 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30439 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30440 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30441 the documentation seems to be wrong on the -1000 to 1000 interval.
30443 2004-01-12 David Schleef <ds@schleef.org>
30445 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30446 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30447 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30448 Fix negotiation. Add a bufferalloc function for the sink pad,
30449 and generally clean up some of the code.
30451 2004-01-12 Julien MOUTTE <julien@moutte.net>
30453 * gst-libs/gst/colorbalance/colorbalancechannel.c:
30454 (gst_color_balance_channel_dispose): Adding safety check in dispose
30456 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30457 (gst_xvimagesink_xcontext_clear),
30458 (gst_xvimagesink_interface_supported),
30459 (gst_xvimagesink_colorbalance_list_channels),
30460 (gst_xvimagesink_colorbalance_set_value),
30461 (gst_xvimagesink_colorbalance_get_value),
30462 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30463 Adding colorbalance interface support to set XV parameters such as
30464 HUE, BRIGHTNESS, CONTRAST, SATURATION.
30465 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30468 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30470 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30471 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30472 (gst_audio_convert_init), (gst_audio_convert_set_property),
30473 (gst_audio_convert_get_property), (gst_audio_convert_chain),
30474 (gst_audio_convert_link),
30475 (gst_audio_convert_buffer_to_default_format),
30476 (gst_audio_convert_buffer_from_default_format), (plugin_init):
30477 - implement _getcaps and use it
30479 - remove float caps since no float conversion is actually done
30480 - remove properties and arguments that were to be used for rate
30483 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30485 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30486 (gst_audio_structure_set_int):
30487 * gst-libs/gst/audio/audio.h:
30488 add helper functions for _getcaps matching the standard audio
30491 2004-01-12 David Schleef <ds@schleef.org>
30493 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30494 Test that pad is negotiated before getting its caps.
30496 2004-01-12 Julien MOUTTE <julien@moutte.net>
30498 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30499 analyzing the pads of an element the bin is mostly in READY state so
30500 no caps were negotiated. This helper function needs to work with
30501 _get_caps directly then. I was not freeing them though, added that to
30504 2004-01-12 Julien MOUTTE <julien@moutte.net>
30506 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30507 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30508 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30509 than the free_func.
30511 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30513 * sys/oss/gstossaudio.c: (plugin_init):
30514 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30515 * sys/oss/gstosselement.h:
30516 make an oss debugging category
30517 make failure more descriptive
30519 2004-01-11 David Schleef <ds@schleef.org>
30521 * ext/ffmpeg/gstffmpeg.c:
30522 * ext/ffmpeg/gstffmpegcodecmap.c:
30523 * ext/ffmpeg/gstffmpegdec.c:
30524 * ext/ffmpeg/gstffmpegenc.c:
30525 * ext/ffmpeg/gstffmpegprotocol.c:
30526 * ext/gdk_pixbuf/gstgdkanimation.c:
30527 * ext/jpeg/gstjpeg.c:
30528 * ext/libpng/gstpng.c:
30529 * ext/mpeg2dec/perftest.c:
30530 * ext/speex/gstspeex.c:
30531 * gst-libs/gst/resample/dtos.c:
30532 * gst/intfloat/gstintfloatconvert.c:
30533 * gst/oneton/gstoneton.c:
30534 * gst/rtjpeg/RTjpeg.c:
30535 * gst/rtp/gstrtp.c:
30536 * sys/dxr3/dxr3init.c:
30537 * sys/glsink/gstgl_nvimage.c:
30538 * sys/glsink/gstgl_pdrimage.c:
30539 * sys/glsink/gstglsink.c:
30540 * testsuite/gst-lint:
30541 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30543 2004-01-11 David Schleef <ds@schleef.org>
30545 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30546 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30547 * ext/gdk_pixbuf/gstgdkanimation.c:
30548 (gst_gdk_animation_iter_create_pixbuf):
30549 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30550 (gst_gdk_pixbuf_chain):
30551 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30552 * ext/jack/gstjack.c: (gst_jack_change_state):
30553 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30554 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30555 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30556 * gst/videofilter/gstvideofilter.c:
30557 (gst_videofilter_set_output_size):
30558 Remove all usage of gst_pad_get_caps(), and replace it with
30559 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30561 2004-01-11 David Schleef <ds@schleef.org>
30564 * ext/Makefile.am: Fixes to make ext/libcaca compile.
30565 * ext/divx/gstdivxdec.c:
30566 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30567 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30568 handle images that span multiple buffers. Now work with both
30569 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30570 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30571 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30572 video/video.h changes
30573 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30574 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30575 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30576 of GstData free function.
30577 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30580 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30582 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30583 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30584 (gst_v4l2element_get_property):
30585 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30586 add norm, channel and frequency properties.
30587 * sys/v4l2/gstv4l2tuner.c:
30588 fixes for tuner interface changes
30589 * sys/v4l2/gstv4l2element.h:
30590 * sys/v4l2/gstv4l2src.c:
30591 * sys/v4l2/gstv4l2src.h:
30592 * sys/v4l2/v4l2src_calls.c:
30593 * sys/v4l2/v4l2src_calls.h:
30594 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30596 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30598 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30599 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30600 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30601 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30602 * gst-libs/gst/tuner/tuner.h:
30603 GObjects aren't const.
30604 Add find_by_name functions.
30605 Add checks to _changed functions.
30606 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30607 (gst_v4l_tuner_get_norm):
30610 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30612 * gst-libs/gst/video/video.h:
30613 Fix caps template names to be understandable.
30614 Prefix everything with GST_VIDEO.
30615 * ext/aalib/gstaasink.c:
30616 * ext/divx/gstdivxdec.c:
30617 * ext/divx/gstdivxenc.c:
30618 * ext/gdk_pixbuf/gstgdkpixbuf.c:
30619 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30620 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30621 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30622 * ext/libcaca/gstcacasink.c:
30623 * ext/libpng/gstpngenc.c: (raw_caps_factory):
30624 * ext/snapshot/gstsnapshot.c:
30625 * ext/swfdec/gstswfdec.c:
30626 * ext/xvid/gstxviddec.c:
30627 * ext/xvid/gstxvidenc.c:
30628 * gst/chart/gstchart.c:
30629 * gst/deinterlace/gstdeinterlace.c:
30630 * gst/effectv/gsteffectv.c:
30631 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30632 * gst/goom/gstgoom.c:
30633 * gst/median/gstmedian.c:
30634 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30635 (gst_monoscope_srcconnect), (gst_monoscope_chain):
30636 * gst/overlay/gstoverlay.c:
30637 * gst/smooth/gstsmooth.c:
30638 * gst/smpte/gstsmpte.c:
30639 * gst/synaesthesia/gstsynaesthesia.c:
30640 * gst/videocrop/gstvideocrop.c:
30641 * gst/videodrop/gstvideodrop.c:
30642 * gst/y4m/gsty4mencode.c:
30643 * sys/qcam/gstqcamsrc.c:
30644 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30645 Make them work with new video.h file.
30646 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30647 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30648 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30649 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30650 Make it work with new buffer allocation system.
30652 2004-01-11 Julien MOUTTE <julien@moutte.net>
30654 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30655 pad_alloc_buffer implementation to use ->srcpad
30656 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30657 pad_alloc_buffer implementation to use ->srcpad
30658 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
30659 pad_alloc_buffer implementation to use ->srcpad
30660 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30661 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30662 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30663 a reference to everything we need.
30664 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30665 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30666 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30667 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30668 a reference to everything we need.
30669 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30671 2004-01-11 David Schleef <ds@schleef.org>
30673 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30674 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30675 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30677 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30678 value during a resize/renegotiation.
30679 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30680 gst_pad_alloc_buffer();
30681 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30682 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30684 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30685 Fix for rename of buffer private structure members.
30686 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30687 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30688 Fix for rename of buffer private structure members.
30689 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30690 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30691 Fix for rename of buffer private structure members.
30693 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
30695 reviewed by: David Schleef <ds@schleef.org>
30697 * gst/videofilter/Makefile.am:
30698 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
30699 from the patch by ds to fit in with recent make_filter changes.
30701 2004-01-11 Julien MOUTTE <julien@moutte.net>
30703 * configure.ac: Adding examples/switch/Makefile
30704 * examples/Makefile.am: Adding examples/switch
30705 * examples/switch/Makefile.am: Adding switcher example.
30706 * examples/switch/switcher.c: (got_eos), (idle_iterate),
30707 (switch_timer), (main): Adding an example demonstrating switch usage
30708 with 2 videotestsrc showing different patterns.
30709 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30710 (gst_switch_init): Fixing switch with the new caps system.
30712 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30714 * gst-libs/gst/video/video.h:
30715 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30716 They should probably be like
30717 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30719 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30721 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30722 (qtdemux_parse_trak):
30723 fix audio chunk size/timestamp calculation
30725 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30727 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30730 2004-01-11 Steve Baker <steve@stevebaker.org>
30732 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30733 (gst_agingtv_base_init), (gst_agingtv_class_init),
30734 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30735 (gst_agingtv_set_property), (gst_agingtv_get_property):
30736 Port agingTV to videofilter
30738 2004-01-09 Julien MOUTTE <julien@moutte.net>
30740 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30741 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30743 2004-01-09 Julien MOUTTE <julien@moutte.net>
30745 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30746 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30747 * gst-libs/gst/xoverlay/xoverlay.c:
30748 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30749 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30750 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30751 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30752 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30753 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30754 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30755 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30756 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30757 interface implementation to handle xid being 0 and fix some bugs
30758 triggered by Benjamin's testcase.
30759 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30760 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30761 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30762 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30763 interface implementation to handle xid being 0 and fix some bugs
30764 triggered by Benjamin's testcase.
30766 2004-01-09 David Schleef <ds@schleef.org>
30768 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
30769 mouse pointer events. It works.
30771 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
30773 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30774 Use explicit caps - fix capsnego.
30775 * ext/xvid/gstxviddec.c:
30776 * ext/xvid/gstxvidenc.c:
30777 Remove macro-inside-macro which caused compile errors.
30778 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30779 Error out if it's not a RIFF file. Else we error out without
30780 gst_element_error() which is not good...
30782 2004-01-08 David Schleef <ds@schleef.org>
30784 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30785 Fix pad_link function to handle formats that ffmpeg returns
30786 as multiple caps structures.
30787 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30788 Only complain if source buffer is _smaller_ than expected.
30789 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30790 (gst_videoscale_handle_src_event): Resize navigation events
30791 when passing them upstream.
30792 * gst/videotestsrc/gstvideotestsrc.c:
30793 * gst/videotestsrc/gstvideotestsrc.h:
30794 * gst/videotestsrc/videotestsrc.c:
30795 * gst/videotestsrc/videotestsrc.h:
30796 Rewrite many of the buffer painting functions to handle odd
30797 sizes (for many formats, size%4!=0 or size%8!=0). Most have
30798 been verified to work with my video card.
30799 * testsuite/gst-lint: Add check for elements calling
30800 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30802 2004-01-08 David Schleef <ds@schleef.org>
30804 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30805 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30807 2004-01-08 Julien MOUTTE <julien@moutte.net>
30809 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30810 configure event is not emiting the desired size signal. That fixes
30811 aspect ratio issues with gst-player.
30813 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
30815 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30818 2004-01-08 Julien MOUTTE <julien@moutte.net>
30820 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30821 public method to fire size signal.
30823 2004-01-07 Julien MOUTTE <julien@moutte.net>
30825 * examples/gstplay/Makefile.am: Adding the interface library.
30826 * gst-libs/gst/play/Makefile.am: Adding the interface library.
30827 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
30828 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30829 GST_IS_X_OVERLAY before signal connect.
30830 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30831 Removing the have_video_size signal.
30832 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30833 and associated public method.
30834 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30835 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30837 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30838 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30840 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30841 Using XOverlay public method to fire size signal.
30843 2004-01-07 David Schleef <ds@schleef.org>
30845 * gst/videofilter/Makefile.am:
30846 * gst/videofilter/gstvideotemplate.c:
30847 * gst/videofilter/make_filter:
30848 Create gstvideoexample.c in a srcdir!=builddir friendly way.
30849 Convert make_filter to /bin/sh script.
30851 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
30853 * gst/modplug/gstmodplug.cc: fix element description
30855 2004-01-07 Julien MOUTTE <julien@moutte.net>
30857 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30858 (got_video_size): Adding some new lines in g_print calls.
30859 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30860 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30861 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30862 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30863 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30864 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30865 Complete code review, reverting some stuff i disagree with, adding
30866 some fixes : time synchronization on invalid timestamps, renegotiation
30868 * sys/ximage/ximagesink.h:
30869 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30870 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30871 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30872 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30873 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30874 (gst_xvimagesink_buffer_new),
30875 (gst_xvimagesink_navigation_send_event),
30876 (gst_xvimagesink_set_xwindow_id),
30877 (gst_xvimagesink_get_desired_size),
30878 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30879 stuff i disagree with, adding some fixes : Renegotiation of private
30880 window, implementing get_desired_size.
30882 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
30884 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30885 (gst_afsink_handle_event):
30886 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30887 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30888 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30889 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30890 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30891 Fix for instantiate-test (see core). Also remove dead code from
30892 jpegenc (which still needs fixing, but that's lower on my TODO
30894 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30895 Never return NULL as caps.
30897 2004-01-07 David Schleef <ds@schleef.org>
30901 * ext/librfb/Makefile.am:
30902 * ext/librfb/gstrfbsrc.c:
30903 New source plugin based on librfb-0.1. RFB (remote framebuffer)
30904 is the protocol used by VNC.
30906 2004-01-07 David Schleef <ds@schleef.org>
30908 * gst/videofilter/gstvideotemplate.c:
30909 * gst/videofilter/gstvideotemplate.h:
30910 * gst/videofilter/make_filter:
30911 Merge videotemplate header into source file.
30912 * gst/effectv/Makefile.am:
30913 * gst/effectv/gsteffectv.c: (plugin_init):
30914 * gst/effectv/gstwarp.c:
30915 Make warpTV a subclass of videofilter.
30917 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
30919 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30920 Add guard against invalid utf-8 conversions in mad. Just in case.
30922 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
30924 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30925 Fix for bug shown by poisoning
30927 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30929 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30930 (gst_v4lmjpegsrc_buffer_free):
30931 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30932 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30933 (gst_v4lsrc_buffer_free):
30934 Fix for removed bufferpools.
30936 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
30938 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30939 Fix caps negotiation.
30941 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30942 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30943 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30945 * ext/mpeg2dec/gstmpeg2dec.c:
30946 * gst-libs/gst/navigation/navigation.c:
30947 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30948 * gst-libs/gst/navigation/navigation.h:
30949 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30950 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30951 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30952 Super-simple first version of mouse and keyboard events. Clicking
30953 on a DVD menu now works, although it may not take you where you
30956 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30957 * gst/videotestsrc/gstvideotestsrc.c:
30958 (gst_videotestsrc_src_fixate):
30959 These fixate functions were broken - they never actually
30962 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30964 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30965 (gst_icecastsend_init):
30966 fix for new caps system.
30967 * gst-libs/gst/mixer/mixertrack.h:
30968 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30969 Add 'master track' flag (for tools like ACME that only want to
30970 change the main volume).
30972 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
30974 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30975 (gst_xvid_csp_to_caps):
30976 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30977 * ext/xvid/gstxvidenc.c:
30978 ifdef out ARGB type when it isn't available
30979 in xvidcore 1.0.0beta2
30981 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30983 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30984 When we have received a new SCR right in the first buffer after
30985 a seek (so in the same cycle that handles the discont), we should
30986 handle the buffer instead of unreffing it, else we lose data.
30988 2004-01-06 Iain <iain@prettypeople.org>
30990 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30991 buffer-frames caps too.
30993 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30994 caps that we need, don't destroy them all and rebuild them. And when
30995 creating src pads, use the src pad template rather than the sink...
30997 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
30999 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31000 Add pad to element *after* setting functions such as event handler.
31001 Without this, the scheduler (opt) will link pads, set the event
31002 handler from the default event function (dispatcher in gstpad.c)
31003 and *after* that, we will set our own event function, which will
31004 thus never be used (and thus mpegdemux doesn't handle events).
31006 2004-01-04 David Schleef <ds@schleef.org>
31008 Fix the fixate functions to handle new prototype:
31009 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31010 * gst/videotestsrc/gstvideotestsrc.c:
31011 (gst_videotestsrc_src_fixate):
31012 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31013 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31014 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31016 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
31018 * sys/ximage/ximagesink.h:
31019 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31020 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31021 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31022 (gst_ximagesink_xoverlay_init):
31023 assorted fixes to make (re)embedding work
31024 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31025 (gst_ximagesink_get_desired_size):
31026 implement desired size additions to XOverlay
31028 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
31030 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31031 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31032 (gst_x_overlay_got_desired_size):
31033 * gst-libs/gst/xoverlay/xoverlay.h:
31034 Add optional "desired size" signal and querying.
31036 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31038 * gst/matroska/matroska-demux.c:
31039 (gst_matroska_demux_parse_blockgroup):
31040 Fix EBML-laced block parsing. Diffs are relative to previous
31041 lace, not the first lace. Thanks to Mosu from the Matroska
31042 team for detecting this.
31043 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31044 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31045 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31046 (gst_wavparse_change_state):
31047 * gst/wavparse/gstwavparse.h:
31048 Quickfix for capsnego.
31050 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31052 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31053 Fix indenting, fix pad creation.
31055 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31057 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31058 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31059 (gst_xviddec_sink_link):
31060 Implement src_getcaps() so proper size caps is negotiated.
31062 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31064 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31065 Finish flac decoder on EOS. See #116178.
31067 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31069 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31070 (gst_matroska_demux_add_stream):
31071 * gst/matroska/matroska-ids.h:
31072 Add getcaps() function to fix capsnego...
31074 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31076 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31077 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31078 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31079 Fix more integer overflows. Again, see #126967.
31081 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31083 * ext/mpeg2dec/gstmpeg2dec.c:
31084 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31087 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31090 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31091 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31092 * ext/xvid/gstxvid.h:
31093 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31094 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31095 (gst_xviddec_src_link), (gst_xviddec_sink_link),
31096 (gst_xviddec_change_state):
31097 * ext/xvid/gstxviddec.h:
31098 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31099 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31100 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31101 (gst_xvidenc_link), (gst_xvidenc_set_property),
31102 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31103 * ext/xvid/gstxvidenc.h:
31104 Update xvid plugin to latest xvid (1.0.0-beta3) API.
31106 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31108 * gst/rtp/rtp-packet.c:
31109 Add sys/types.h include, since OS X doesn't define in_addr_t
31110 in netinet/in.h, like it does on Linux (see #129600).
31112 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
31114 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
31116 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31117 Correct logic of dispose function (see #129306).
31119 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31121 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31122 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31123 (gst_mpeg_parse_init):
31124 * gst/mpegstream/gstmpegparse.h:
31125 Remove clock (which was never provided, i.e. dead code), and
31126 also fix integer overflows at high PTS values (see #126967).
31128 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31130 * ext/flac/gstflacdec.c:
31131 * ext/libpng/gstpngenc.h:
31132 * ext/mikmod/gstmikmod.h:
31133 OS X fixes (see #126628).
31135 2004-01-02 David Schleef <ds@schleef.org>
31137 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31138 (gst_alsa_src_base_init): Remove bogus "src" request pad.
31139 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31140 (gst_mpeg_parse_class_init): Move pad template registration
31141 to class_init, since the derived class (mpegdemux) doesn't
31144 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31146 * sys/ximage/Makefile.am:
31147 * sys/xvideo/Makefile.am:
31148 * sys/xvimage/Makefile.am:
31149 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31150 after installation (see #127664).
31152 2004-01-02 David Schleef <ds@schleef.org>
31154 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31155 (gst_ffmpegenc_connect): Negotiation fixes.
31156 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31157 Remove inappropriate gst_caps_free().
31158 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31159 Reenable Ronald's internal resize code, since the core handles
31162 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31164 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31165 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31166 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31167 Fix pad template stuff.
31169 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31171 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31172 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31173 fix signed integer reading/writing.
31175 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
31178 Remove outdated document
31180 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
31182 * gst/cutter/gstcutter.c: (gst_cutter_init):
31183 src pad was being created twice - oops.
31185 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31187 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31188 Comment out internal resize. It doesn't handle the resulting
31189 XEvent internally, does another try_set_caps() which leads to
31190 a really nice loop.
31191 Real fix will come when Julien and Dave are awake. ;).
31193 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31195 * ext/mpeg2enc/gstmpeg2enc.cc:
31196 fix const/nonconst compile issue.
31198 2004-01-02 David Schleef <ds@schleef.org>
31200 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31201 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31202 Add fixate function and a check for bad formats.
31204 2004-01-01 David Schleef <ds@schleef.org>
31207 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31208 (gst_audiofilter_init):
31209 * gst/debug/efence.c: (gst_efence_init):
31210 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31211 (gst_deinterlace_init):
31212 * gst/volume/gstvolume.c: (volume_connect):
31214 2004-01-01 David Schleef <ds@schleef.org>
31216 Convert elements to use gst_pad_use_explicit_caps() where
31218 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31219 * ext/audiofile/gstafparse.c: (gst_afparse_init),
31220 (gst_afparse_open_file):
31221 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31222 (gst_afsrc_open_file):
31223 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31224 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31225 (gst_ffmpegdec_chain):
31226 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31227 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31228 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31229 (gst_gdk_pixbuf_chain):
31230 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31231 (gst_jpegdec_chain):
31232 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31233 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31234 (gst_mikmod_negotiate):
31235 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31236 (gst_mpeg2dec_negotiate_format):
31237 * ext/mpeg2enc/gstmpeg2enc.cc:
31238 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31239 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31240 (gst_speexdec_sinkconnect):
31241 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31242 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31243 (gst_vorbisfile_new_link):
31244 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31245 (gst_ac3parse_chain):
31246 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31247 (gst_asf_demux_setup_pad):
31248 * gst/auparse/gstauparse.c: (gst_auparse_init),
31249 (gst_auparse_chain):
31250 * gst/id3/gstid3types.c: (gst_id3types_loop):
31251 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31252 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31253 (mp1videoparse_parse_seq):
31254 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31256 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31257 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31258 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31259 (gst_mpeg_parse_send_data):
31260 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31261 (gst_qtdemux_add_stream):
31262 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31263 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31264 (gst_wavparse_parse_fmt):
31266 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
31269 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31270 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31271 it therefore uses the wrong include paths. Too bad... Note
31272 that 1.6.1.93 is not release yet. ;).
31273 Also add a check for mplex, which is now using the lib'ified
31274 mplex from mjpegtools, too.
31275 * ext/ffmpeg/gstffmpegcodecmap.c:
31276 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31277 issues. I don't think ffmpeg handles 3ivx correctly, so this
31278 probably won't work. But it won't hurt either.
31279 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31280 (gst_ffmpegdec_chain):
31281 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31282 (gst_ffmpegenc_chain_audio):
31283 Fix memleak in audio encoding. Close codec if open fails, this
31284 calls the cleanup routines so we can re-use the context.
31285 * ext/mpeg2enc/gstmpeg2enc.cc:
31286 Fix pad template names/types, fix memory issue with getcaps().
31287 * ext/mpeg2enc/gstmpeg2encoder.cc:
31288 * ext/mpeg2enc/gstmpeg2encoder.hh:
31289 Fix compile issue with new caps system (const thingy).
31290 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31291 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31292 We read a first frame right on initing, so that we have a caps
31293 when we init the output. This caps is cached in padprivate and
31294 read as first frame.
31295 * ext/mplex/Makefile.am:
31296 * ext/mplex/gstmplex.cc:
31297 * ext/mplex/gstmplex.h:
31298 * ext/mplex/gstmplex.hh:
31299 * ext/mplex/gstmplexibitstream.cc:
31300 * ext/mplex/gstmplexibitstream.hh:
31301 * ext/mplex/gstmplexjob.cc:
31302 * ext/mplex/gstmplexjob.hh:
31303 * ext/mplex/gstmplexoutputstream.cc:
31304 * ext/mplex/gstmplexoutputstream.hh:
31305 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31306 had issues, didn't do capsnego, supported only a subset of the
31307 mplex features and required a mplex fork in our local CVS. Plus
31308 that it worked agaist a very old mplex version. Rewriting was
31309 faster than updating it.
31310 * gst-libs/ext/Makefile.am:
31311 * gst-libs/ext/mplex/INSTRUCT:
31312 * gst-libs/ext/mplex/Makefile.am:
31313 * gst-libs/ext/mplex/README:
31314 * gst-libs/ext/mplex/TODO:
31315 * gst-libs/ext/mplex/ac3strm_in.cc:
31316 * gst-libs/ext/mplex/audiostrm.hh:
31317 * gst-libs/ext/mplex/audiostrm_out.cc:
31318 * gst-libs/ext/mplex/aunit.hh:
31319 * gst-libs/ext/mplex/bits.cc:
31320 * gst-libs/ext/mplex/bits.hh:
31321 * gst-libs/ext/mplex/buffer.cc:
31322 * gst-libs/ext/mplex/buffer.hh:
31323 * gst-libs/ext/mplex/fastintfns.h:
31324 * gst-libs/ext/mplex/format_codes.h:
31325 * gst-libs/ext/mplex/inputstrm.cc:
31326 * gst-libs/ext/mplex/inputstrm.hh:
31327 * gst-libs/ext/mplex/lpcmstrm_in.cc:
31328 * gst-libs/ext/mplex/mjpeg_logging.cc:
31329 * gst-libs/ext/mplex/mjpeg_logging.h:
31330 * gst-libs/ext/mplex/mjpeg_types.h:
31331 * gst-libs/ext/mplex/mpastrm_in.cc:
31332 * gst-libs/ext/mplex/mpegconsts.cc:
31333 * gst-libs/ext/mplex/mpegconsts.h:
31334 * gst-libs/ext/mplex/mplexconsts.hh:
31335 * gst-libs/ext/mplex/multplex.cc:
31336 * gst-libs/ext/mplex/outputstream.hh:
31337 * gst-libs/ext/mplex/padstrm.cc:
31338 * gst-libs/ext/mplex/padstrm.hh:
31339 * gst-libs/ext/mplex/stillsstream.cc:
31340 * gst-libs/ext/mplex/stillsstream.hh:
31341 * gst-libs/ext/mplex/systems.cc:
31342 * gst-libs/ext/mplex/systems.hh:
31343 * gst-libs/ext/mplex/vector.cc:
31344 * gst-libs/ext/mplex/vector.hh:
31345 * gst-libs/ext/mplex/videostrm.hh:
31346 * gst-libs/ext/mplex/videostrm_in.cc:
31347 * gst-libs/ext/mplex/videostrm_out.cc:
31348 * gst-libs/ext/mplex/yuv4mpeg.cc:
31349 * gst-libs/ext/mplex/yuv4mpeg.h:
31350 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31351 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31352 We don't fork mjpegtools' mplex in our CVS anymore.
31353 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31354 (gst_avi_demux_add_stream):
31355 * gst/avi/gstavidemux.h:
31356 Add getcaps() function for proper caps nego. This makes some
31357 parts of AVI playback/reading work.
31358 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31359 Resize window on new capsnego. This is probably wrong, but
31360 I'm still committing it because with current capsnego, the
31361 first successfull capsnego is auto-fixated, therefore rounded
31362 down to the lowest values in the caps. this results in a 16x16
31363 XWindow that is not reized when real capsnego finishes.
31364 Dave, I see more cases of this, do you know a proper solution?
31365 * tools/gst-launch-ext.in:
31366 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31368 2003-12-31 David Schleef <ds@schleef.org>
31370 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31371 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31372 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31374 2003-12-30 David Schleef <ds@schleef.org>
31376 * ext/ffmpeg/gstffmpegcolorspace.c:
31377 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31378 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31379 (gst_ffmpegcsp_chain): Negotiation fixes
31380 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31381 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31382 (gst_audio_convert_link), (gst_audio_convert_channels):
31383 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31384 (gst_audioscale_link), (gst_audioscale_get_buffer),
31385 (gst_audioscale_chain): Negotiation fixes
31386 * gst/audioscale/gstaudioscale.h:
31387 * gst/videofilter/gstvideofilter.c:
31388 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31389 (gst_videofilter_link), (gst_videofilter_init),
31390 (gst_videofilter_set_output_size), (gst_videofilter_setup),
31391 (gst_videofilter_find_format_by_structure):
31392 * gst/videofilter/gstvideofilter.h: Negotiation fixes
31393 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31394 (gst_videoscale_link):
31395 * gst/videoscale/videoscale.c: (videoscale_get_structure),
31396 (videoscale_find_by_structure), (gst_videoscale_setup):
31397 * gst/videoscale/videoscale.h: Negotiation fixes
31398 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31399 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31400 function, restrict resizing to a multiple of 4 (hack until
31401 everyone supports odd sizes correctly).
31403 2003-12-29 Colin Walters <walters@verbum.org>
31405 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31408 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
31410 * ext/sndfile/gstsf.c: (gst_sf_loop):
31411 Fix warning about discarding const qualifier
31413 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
31415 * gst/cutter/gstcutter.c:
31416 * gst/videoscale/gstvideoscale.c:
31417 * gst/volenv/gstvolenv.c:
31418 * gst-libs/gst/audio/audio.c:
31419 * gst-libs/gst/video/video.c:
31422 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31424 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31425 Don't send ALSA debugging to stderr.
31426 * ext/alsa/gstalsa.h:
31427 Use GST_WARNING instead of g_warning when ALSA functions fail.
31429 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31431 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31432 Free XVAdapterInfo correctly.
31434 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31436 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31437 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31438 Make id3tag use correct caps nego.
31440 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
31442 * ext/ivorbis/vorbis.c:
31443 * ext/ivorbis/vorbisenc.h:
31444 * ext/ivorbis/vorbisfile.c:
31445 Modify so that it uses the new caps things
31447 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31449 * testsuite/spider/spider1.c: (main):
31450 * testsuite/spider/spider2.c: (main):
31451 * testsuite/spider/spider3.c: (main):
31452 Make tests compile again. They probably don't work.
31454 2003-12-24 Colin Walters <walters@verbum.org>
31456 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31457 we can't fixate the caps anymore.
31459 2003-12-23 David Schleef <ds@schleef.org>
31461 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31462 * sys/oss/gstosssink.c: (gst_osssink_init),
31463 (gst_osssink_sink_fixate): Add fixate function.
31465 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
31467 * ext/ffmpeg/gstffmpegcodecmap.c:
31468 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31469 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31470 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31471 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31472 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31473 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31474 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31475 fix typo in RGB masks, and move back to "old" colorspace
31476 capsnego code until whoever wrote this new crap has actually
31477 tested it so that it works.
31478 And yes, this works, keep it that way please.
31480 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31482 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31483 (gst_divxdec_init), (gst_divxdec_negotiate):
31484 * ext/divx/gstdivxdec.h:
31485 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31486 (gst_divxenc_init):
31487 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31488 (gst_faac_sinkconnect), (gst_faac_srcconnect):
31489 * ext/mpeg2enc/gstmpeg2enc.cc:
31490 * ext/mpeg2enc/gstmpeg2encoder.cc:
31491 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31492 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31493 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31494 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31495 (dxr3spusink_init):
31496 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31497 (dxr3videosink_init):
31498 Fix caps breakage after Dave's caps branch merge.
31500 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31502 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31503 Fix for 24bpp display.
31505 2003-12-23 Colin Walters <walters@verbum.org>
31507 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31508 a GnomeVFSHandle directly.
31510 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31512 * gst/volume/Makefile.am:
31513 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31514 (volume_base_init), (volume_init):
31515 Reenable volume element and fix to work with new caps stuff.
31516 Rhythmbox needs this.
31518 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31520 * gst/qtdemux/qtdemux.c: (plugin_init):
31521 qtdemux requires bytestream
31523 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31525 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31526 Fix remaining caps handling errors due to CAPS merge.
31528 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31530 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31531 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31532 (gst_faad_srcconnect):
31533 Port to new caps system.
31535 2003-12-21 Julien MOUTTE <julien@moutte.net>
31537 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31538 (got_video_size), (main): using g_print instead of g_message.
31539 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31540 signal which was not emitted because of "switch" element added to the
31541 bin but not connected. (Removing from the bin temporarily)
31543 2003-12-21 Julien MOUTTE <julien@moutte.net>
31545 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31546 find X development files. I don't understand the previous tests and
31547 they fail on my debian/ppc unstable. This one works.
31548 * examples/gstplay/player.c: (main): Set the pipeline to READY before
31550 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31551 (gst_play_set_video_sink), (gst_play_set_audio_sink),
31552 (gst_play_set_visualization): Add some safety checks in set_ methods
31553 and state_change. This was throwing some ugly CRITICAL messages when
31554 pipeline was getting disposed and casts were failing.
31556 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
31559 Improve mpeg2enc detection. This is for distributions that do
31560 ship mjpegtools, but without mpeg2enc. Also does object check
31561 for might there ever be ABI incompatibility.
31562 * ext/mpeg2enc/gstmpeg2enc.cc:
31563 Add Andrew as second maintainer (he's helping me), and also add
31564 an error if no caps was set. This happens if I pull before capsnego
31565 and that's something I should solve sometime else.
31566 * gst/matroska/matroska-demux.c:
31567 (gst_matroska_demux_parse_blockgroup):
31569 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31570 (gst_matroska_mux_track_header):
31571 Add caps to templates.
31572 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31573 Add mpegversion=1 to prevent confusion with MPEG/AAC.
31574 * gst/mpegstream/gstmpegdemux.c:
31575 Remove layer since it causes warnings about unfixed caps.
31576 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31577 Fix obvious typo (we error out if caps were set, we should of
31578 course error out if *no* caps were set).
31579 * sys/oss/gstosselement.c: (gst_osselement_convert):
31580 Fix format conversion, we confused bits/bytes.
31581 * sys/oss/gstosselement.h:
31582 Improve documentation for 'bps'.
31584 Remove stuff about plugins that need removing - this was done
31586 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31587 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31588 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31589 (gst_v4lsrc_src_query):
31590 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31591 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31592 Add get_query_types(), get_formats() and query() functions.
31594 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
31596 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31597 * moved CVS to freedesktop.org