1 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
3 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
4 * pkgconfig/gstreamer-plugins-base.pc.in:
5 Fix up utils => pbutils here too.
7 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
9 * gst/subparse/gstsubparse.c: (handle_buffer):
10 Break out of loop in chain function as soon as possible if we get
13 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
15 * tests/check/elements/alsa.c: (GST_START_TEST):
16 Unref the mixer if the state change fails too (if the
17 alsa devices are inaccessible, for example)
19 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
21 * tests/check/Makefile.am:
22 Don't test libvisual elements in the states check, because libvisual
23 seems to leak internally.
25 Re-enable the alsa and states tests now that there's new suppressions
28 * tests/check/elements/alsa.c: (GST_START_TEST):
29 Don't leak the alsamixer we instantiated.
31 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
33 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
34 (gst_ximagesink_change_state), (gst_ximagesink_reset),
35 (gst_ximagesink_finalize):
36 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
37 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
38 Move some cleanup stuff from the state change handler into a _reset()
39 function that can be called from _finalize(). This ensures that things
40 get freed even if (for some reason) the NULL->READY state transition
41 fails in the parent class.
42 Even if a parent state change fails, process our downward state change
43 logic instead of bailing out early.
44 Free the correct xcontext pointer in ximagesink's xcontext_clear.
46 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
48 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
51 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
52 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
53 Use pango_font_description_set_family_static instead of
54 pango_font_description_set_family to save a string copy (it was
55 leaking due to the strdup anyway)
57 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
58 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
59 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
60 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
63 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
65 * gst-libs/gst/interfaces/mixertrack.c:
66 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
67 (gst_mixer_track_set_property):
68 API: add "untranslated-label" property which should be set by
69 implementations at construct time (#414645).
71 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
72 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
73 Set "untranslated-label" when constructing mixer track objects.
75 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
76 Unit test to check the above.
78 2007-03-07 Wim Taymans <wim@fluendo.com>
80 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
81 Fix confusing debug message.
83 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
85 * gst-plugins-base.doap:
86 update doap file with new version
88 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
93 === release 0.10.12 ===
95 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
98 releasing 0.10.12, "Zombie Horde"
100 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
103 Bump version to 0.10.11.4 pre-release
105 2007-03-06 Wim Taymans <wim@fluendo.com>
107 * gst-libs/gst/audio/gstbaseaudiosink.c:
108 (gst_base_audio_sink_async_play):
109 Fix regression that made GStreamer skip the first samples of audio.
112 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
115 Bump version to 0.10.11.3 pre-release
117 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
120 Update paths for the rename from utils to pbutils to fix the build.
122 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
124 * gst-libs/gst/pbutils/Makefile.am:
125 Change directory to install headers in from gst/utils to gst/pbutils
128 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
131 * docs/libs/gst-plugins-base-libs-docs.sgml:
132 * docs/libs/gst-plugins-base-libs-sections.txt:
133 * gst-libs/gst/Makefile.am:
134 * gst-libs/gst/interfaces/mixer.c:
135 * gst-libs/gst/pbutils/Makefile.am:
136 * gst-libs/gst/pbutils/descriptions.c:
137 (gst_pb_utils_get_source_description),
138 (gst_pb_utils_get_sink_description),
139 (gst_pb_utils_get_decoder_description),
140 (gst_pb_utils_get_encoder_description),
141 (gst_pb_utils_get_element_description),
142 (gst_pb_utils_add_codec_description_to_tag_list),
143 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
144 * gst-libs/gst/pbutils/descriptions.h:
145 * gst-libs/gst/pbutils/install-plugins.c:
146 * gst-libs/gst/pbutils/install-plugins.h:
147 * gst-libs/gst/pbutils/missing-plugins.c:
148 (gst_missing_uri_source_message_new),
149 (gst_missing_uri_sink_message_new),
150 (gst_missing_element_message_new),
151 (gst_missing_decoder_message_new),
152 (gst_missing_encoder_message_new),
153 (gst_missing_plugin_message_get_description):
154 * gst-libs/gst/pbutils/missing-plugins.h:
155 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
156 * gst-libs/gst/pbutils/pbutils.h:
157 * gst-libs/gst/utils/Makefile.am:
158 * gst-libs/gst/utils/base-utils.c:
159 * gst-libs/gst/utils/base-utils.h:
160 * gst-libs/gst/utils/descriptions.c:
161 * gst-libs/gst/utils/descriptions.h:
162 * gst-libs/gst/utils/install-plugins.c:
163 * gst-libs/gst/utils/install-plugins.h:
164 * gst-libs/gst/utils/missing-plugins.c:
165 * gst-libs/gst/utils/missing-plugins.h:
166 * gst-plugins-base.spec.in:
167 * gst/playback/Makefile.am:
168 * gst/playback/gstdecodebin.c:
169 * gst/playback/gstdecodebin2.c:
170 * gst/playback/gstplaybasebin.c: (setup_subtitle),
171 (gen_source_element):
172 * gst/playback/gstplaybin.c: (plugin_init):
173 * tests/check/Makefile.am:
174 * tests/check/libs/pbutils.c: (GST_START_TEST),
175 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
176 * tests/check/libs/utils.c:
177 rename utils to pbutils
179 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
181 * docs/plugins/Makefile.am:
182 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
183 * docs/plugins/gst-plugins-base-plugins-sections.txt:
184 * docs/plugins/inspect/plugin-decodebin2.xml:
185 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
186 Add documentation for decodebin2 that indicates that the API
189 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
192 Update to 0.10.11.2 (0.10.12 pre-release)
194 2007-03-01 Wim Taymans <wim@fluendo.com>
196 * gst-libs/gst/audio/gstbaseaudiosink.c:
197 (gst_base_audio_sink_async_play):
198 base time is irrelevant here.
200 2007-03-01 Wim Taymans <wim@fluendo.com>
202 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
203 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
206 * gst-libs/gst/audio/gstbaseaudiosink.c:
207 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
208 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
209 Improve latency and clock slaving calculations.
210 Improve slave clock calibration.
212 * gst-libs/gst/audio/gstringbuffer.c:
213 (gst_ring_buffer_commit_full):
214 When we are asked to render N sample to 0 bytes, return N.
216 2007-03-01 Wim Taymans <wim@fluendo.com>
218 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
219 (gst_alsasink_write), (gst_alsasink_reset):
220 * ext/alsa/gstalsasink.h:
221 Remove unused dispose function.
222 Rename lock to not interfere with alsasrc lock.
224 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
225 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
226 (gst_alsasrc_read), (gst_alsasrc_reset):
227 * ext/alsa/gstalsasrc.h:
228 Implement finalize function.
229 Use lock to protect alsa access.
233 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
236 Convert to new AG_GST style.
238 2007-02-28 Wim Taymans <wim@fluendo.com>
240 Patch by: Ed Catmur <ed at catmur dot co dot uk>
242 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
243 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
244 Fix race condition when rapidly switching visualisations in playbin.
247 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
249 * tests/check/Makefile.am:
250 Include local stuff before system installed things in LDFLAGS and
253 2007-02-28 Wim Taymans <wim@fluendo.com>
255 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
258 2007-02-28 Wim Taymans <wim@fluendo.com>
260 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
261 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
262 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
263 Fix duration and timestamping, taking latency into account.
264 Implement latency query.
266 2007-02-28 Wim Taymans <wim@fluendo.com>
268 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
269 (gst_audio_clock_new):
272 * gst-libs/gst/audio/gstbaseaudiosink.c:
273 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
274 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
275 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
276 (gst_base_audio_src_create):
277 Improve latency query code.
278 Use proper clock names.
280 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
282 * tests/check/generic/states.c: (GST_START_TEST):
283 Copy the states.c test from core again
284 * tests/check/Makefile.am:
285 ignore cdio and cdparanoiasrc
287 2007-02-28 Stefan Kost <ensonic@users.sf.net>
289 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
290 (double_hq), (audio_convert_get_func_index), (check_default),
291 (audio_convert_prepare_context), (audio_convert_convert):
292 Also make valgrind happy and avoid copying data in some cases.
294 2007-02-28 Stefan Kost <ensonic@users.sf.net>
296 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
297 (double_hq), (audio_convert_get_func_index),
298 (audio_convert_prepare_context), (audio_convert_convert):
299 * gst/audioconvert/gstaudioconvert.c:
300 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
301 (gst_audio_convert_transform_caps):
302 * tests/check/elements/audioconvert.c: (GST_START_TEST),
303 (audioconvert_suite):
304 Don't run inplace if that overwrites source data as we go. Add more
305 tests. Fixes #339837 even more.
307 2007-02-27 Julien MOUTTE <julien@moutte.net>
309 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
310 (msg_segment_done): Fix various seeking bugs (Slider was not
311 updating when doing a non flushing seek, Reverse playback
312 on segment seek was wrong).
314 2007-02-26 Wim Taymans <wim@fluendo.com>
316 * tests/examples/seek/seek.c: (stop_seek):
317 When we stop scrubbing, don't leave the pipeline PLAYING when we
318 requested a PAUSED state.
320 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
322 Patch by: René Stadler <mail at renestadler de>
324 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
325 Parse date strings in vorbis comments that have an invalid (zero)
326 month or day (#410396).
328 * tests/check/libs/tag.c: (GST_START_TEST):
329 Test case for the above.
331 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
333 Patch by: Loïc Minier <lool+gnome at via ecp fr>
336 * ext/alsa/Makefile.am:
337 * gst/audiotestsrc/Makefile.am:
338 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
340 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
342 * gst/playback/gstplaybin.c:
343 Improve docs: point out that the application needs to assist playbin
346 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
348 * gst-libs/gst/utils/install-plugins.c:
349 * gst-libs/gst/utils/missing-plugins.c:
350 * tests/check/libs/utils.c: (missing_msg_check_getters):
351 Change GStreamer marker prefix in detail string from 'gstreamer.net'
352 to just 'gstreamer'. Document the caps string component of the
353 decoder/encoder detail a bit better, since not everyone will be
354 familiar with the GStreamer media type/caps system (but they better
355 enjoy nested itemized lists).
357 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
359 * gst-libs/gst/netbuffer/gstnetbuffer.c:
360 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
361 Fix copying of GstNetBuffer (would crash before, or at least lead to
362 invalid memory access, #410772), for now by copying the GstBuffer copy
363 code from the core over here so we can copy the GstBuffer fields on a
364 provided buffer instance (of type GstNetBuffer in this case). Would be
365 better to fix this with some support by the core though (and in the long
366 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
368 * tests/check/Makefile.am:
369 Enable unit test for GstNetBuffer.
371 2007-02-22 Andy Wingo <wingo@pobox.com>
373 * gst-libs/gst/audio/gstbaseaudiosink.c
374 (gst_base_audio_sink_init): Disable pull-mode activation until we
375 figure out how to make audio sinks go to PLAYING.
377 2007-02-22 Stefan Kost <ensonic@users.sf.net>
379 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
380 (double_hq), (audio_convert_get_func_index),
381 (audio_convert_prepare_context), (audio_convert_convert):
382 * gst/audioconvert/audioconvert.h:
383 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
384 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
385 * gst/audioconvert/gstchannelmix.h:
386 * tests/check/elements/audioconvert.c: (GST_START_TEST):
387 Add float as an intermediate format, as well as float mixing. Enable
388 test that was failing before. Fixes #339837
390 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
392 * tests/examples/seek/seek.c: (do_seek):
393 Undo the previous commit: -1 as a stop time implies that the stop
394 time is the end of file, clearing any previously configured segment.
396 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
398 * tests/examples/seek/seek.c: (do_seek):
399 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
401 2007-02-21 Stefan Kost <ensonic@users.sf.net>
403 * gst/volume/gstvolume.c: (volume_process_int16),
404 (volume_process_int16_clamp), (volume_set_caps):
405 Unbreak volume, value remains gint.
407 2007-02-21 Stefan Kost <ensonic@users.sf.net>
409 * gst/volume/gstvolume.c: (volume_choose_func),
410 (volume_update_real_volume), (gst_volume_set_volume),
411 (gst_volume_init), (volume_process_double), (volume_process_float),
412 (volume_process_int16), (volume_process_int16_clamp),
413 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
414 * gst/volume/gstvolume.h:
415 Extend float audio support (double) and some int->uint cleanups.
417 2007-02-20 Edward Hervey <edward@fluendo.com>
419 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
420 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
421 (sort_end_pads), (gst_decode_group_expose),
422 (gst_decode_group_hide):
423 Don't free groups from the streaming threads. Just put them aside and
424 free them in dispose.
426 2007-02-20 Edward Hervey <edward@fluendo.com>
428 * gst/playback/gstdecodebin2.c: (connect_element),
429 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
430 (sort_end_pads), (gst_decode_group_expose):
431 Handle dynamic pads within groups.
432 Sort pads before exposing them in order to make playbin happy.
433 There still is a race with the multiqueue filling up. This should be
437 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
439 * gst-libs/gst/utils/base-utils.c:
440 * gst-libs/gst/utils/descriptions.c:
441 * gst-libs/gst/utils/install-plugins.c:
442 * gst-libs/gst/utils/missing-plugins.c:
443 Some more docs (and descriptions for two subtitle formats).
445 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
447 * gst-libs/gst/audio/audio.c:
450 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
452 Patch by: Yves Lefebvre <ivanohe abacom com>
454 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
455 Don't leak caps. Fixes #408278.
457 2007-02-15 Stefan Kost <ensonic@users.sf.net>
459 * ext/cdparanoia/gstcdparanoiasrc.h:
460 * ext/ogg/gstoggdemux.h:
461 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
462 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
463 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
464 * gst-libs/gst/audio/audio.h:
465 * gst-libs/gst/audio/gstaudiofilter.h:
466 * gst-libs/gst/interfaces/videoorientation.h:
467 * gst/adder/gstadder.h:
468 More docs coverage and some ChangeLog surgery (add missing names)
470 2007-02-15 Wim Taymans <wim@fluendo.com>
472 * sys/ximage/ximagesink.c:
473 (gst_ximagesink_calculate_pixel_aspect_ratio):
474 * sys/xvimage/xvimagesink.c:
475 (gst_xvimagesink_calculate_pixel_aspect_ratio):
476 Small constifications.
478 2007-02-15 Wim Taymans <wim@fluendo.com>
480 * gst-libs/gst/audio/gstbaseaudiosink.c:
481 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
482 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
483 (gst_base_audio_sink_async_play),
484 (gst_base_audio_sink_change_state):
485 Answer latency query.
486 Use configured latency when syncing.
489 * gst-libs/gst/audio/gstbaseaudiosrc.c:
490 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
491 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
492 Fix possible memleak.
493 Implement latency query.
496 2007-02-15 Wim Taymans <wim@fluendo.com>
498 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
499 Ignore errors in reset, these are not fatal. They also grab the element
500 lock which is already taking when this function is called. Fixes
503 2007-02-13 Stefan Kost <ensonic@users.sf.net>
506 Remove 'tests/examples/xerror/Makefile' from output files again.
508 2007-02-13 Stefan Kost <ensonic@users.sf.net>
511 * docs/plugins/Makefile.am:
512 Also crossref against gst-plugins-base-libs.
514 2007-02-12 Stefan Kost <ensonic@users.sf.net>
517 * docs/libs/Makefile.am:
518 * docs/plugins/Makefile.am:
519 Add crossreferences to glib/gobject/gstream docs.
521 * gst-libs/gst/audio/audio.h:
524 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
525 Add own debug category.
527 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
529 Patch by: René Stadler <mail at renestadler de>
531 * gst-libs/gst/tag/gstvorbistag.c:
532 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
535 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
537 * gst/playback/gstplaybasebin.c: (setup_source):
538 When we have external subtitles and wait for the subtitle decodebin
539 to get up and running, we set up a (sync) bus handler for the
540 subtitle decodebin, so we can stop waiting when it posts an error
541 message. However, we should do that before we set the subtitle
542 decodebin's state to playing, otherwise things are racy and we might
543 miss error messages posted before we had a chance to set up the bus.
544 This should finally fix totem hanging on .txt pseudo-subtitle files.
546 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
548 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
549 Use gst_gdouble_to_guint64 for conversions.
550 * win32/common/config.h.in:
551 Add a define for GST_INSTALL_PLUGINS_HELPER
552 * win32/common/libgstaudio.def:
553 * win32/common/libgstcdda.def:
554 * win32/common/libgstnetbuffer.def:
555 * win32/common/libgstrtp.def:
556 * win32/common/libgutils.def:
557 Add new exported functions.
558 * win32/vs6/gst_plugins_base.dsw:
559 * win32/vs6/libgstdecodebin.dsp:
560 * win32/vs6/libgstnetbuffer.dsp:
561 * win32/vs6/libgstplaybin.dsp:
562 * win32/vs6/libgstrtp.dsp:
563 * win32/vs6/libgstvorbis.dsp:
564 * win32/vs6/libgstcdda.dsp:
565 * win32/vs6/libgstgdp.dsp:
566 * win32/vs6/libgstutils.dsp:
567 Update and add new project files.
569 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
571 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
572 (subrip_remove_unhandled_tags), (parse_subrip):
573 For SubRip (.srt) subtitles, ignore all markup tags we don't
574 handle (like font tags, for example).
576 * tests/check/elements/subparse.c:
579 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
581 * gst/playback/gstdecodebin.c: (add_fakesink),
582 (gst_decode_bin_change_state):
583 * gst/playback/gstdecodebin2.c: (add_fakesink),
584 (gst_decode_bin_change_state):
585 Don't error out if there is no fakesink in the NULL to READY state
586 change, since when decodebin is re-used, we're only adding the
587 fakesink element in READY to PAUSED.
589 * tests/check/elements/decodebin.c:
590 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
592 Minimal unit test to make sure we can use the same decodebin
593 instance twice (at least with audiotestsrc input).
595 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
597 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
598 Try to get devic-name from device string first, and from handle only
599 as fallback (seems to yield better results and is more robust
600 against buggy probing code on the application side).
602 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
604 Based on patch by: Julien Puydt <julien.puydt at laposte net>
606 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
607 (gst_alsa_find_device_name):
608 * ext/alsa/gstalsa.h:
609 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
610 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
611 Improve device-name detection a bit, especially in the case where
612 the device is not actually open (#405020, #405024). Move common code
613 into gstalsa.c instead of duplicating it.
615 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
617 * gst/audioconvert/gstaudioconvert.c:
618 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
620 2007-02-06 Julien MOUTTE <julien@moutte.net>
622 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
623 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
624 (gst_xvimagesink_interface_supported),
625 (gst_xvimagesink_probe_get_properties),
626 (gst_xvimagesink_probe_probe_property),
627 (gst_xvimagesink_probe_needs_probe),
628 (gst_xvimagesink_probe_get_values),
629 (gst_xvimagesink_property_probe_interface_init),
630 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
631 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
632 (gst_xvimagesink_get_type):
633 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
634 for XVAdaptors so that one can choose the adaptor to use with
635 gstreamer-properties.
637 2007-02-06 Stefan Kost <ensonic@users.sf.net>
639 * gst/audioconvert/gstaudioconvert.c:
640 Also mention that a conversion from double to float is suboptimal still.
642 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
644 * gst-libs/gst/audio/gstaudiofilter.c:
645 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
646 Clear our formats structure and free the caps contained in it when
649 2007-02-05 Andy Wingo <wingo@pobox.com>
651 * gst-libs/gst/audio/gstbaseaudiosink.c
652 (gst_base_audio_sink_callback): Update basesink->offset so that we
653 pull monotonically increasing offsets instead of, um, seeking back
654 to 0 each time. Fixes alsasrc ! alsasink!
656 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
658 * gst/videoscale/gstvideoscale.c:
659 A width and height of 1 makes us crash, so increase minimum size to
660 2x2 pixels until someone feels like fixing this (#404512).
662 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
664 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
665 Add small test to make sure request pads are cleaned up properly
666 even if oggmux never changes state out of NULL.
668 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
670 * tests/check/libs/utils.c: (GST_START_TEST):
671 Fix unit test. Turns out things work much better when you
672 NULL-terminate string arrays. Should make p5 build bot happy again.
674 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
676 * gst-libs/gst/audio/Makefile.am:
677 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
678 (gst_audio_filter_template_base_init),
679 (gst_audio_filter_template_class_init),
680 (gst_audio_filter_template_init),
681 (gst_audio_filter_template_set_property),
682 (gst_audio_filter_template_get_property),
683 (gst_audio_filter_template_setup),
684 (gst_audio_filter_template_filter),
685 (gst_audio_filter_template_filter_inplace), (plugin_init):
686 Oops, forgot to commit fixed-up example.
688 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
690 * docs/libs/gst-plugins-base-libs-sections.txt:
691 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
692 (gst_audio_filter_class_init), (gst_audio_filter_init),
693 (gst_audio_filter_set_caps),
694 (gst_audio_filter_class_add_pad_templates):
695 * gst-libs/gst/audio/gstaudiofilter.h:
696 Port GstAudioFilter to 0.10. This change technically breaks
697 API and ABI (and thus also every library developer's heart),
698 but seems justifiable on the grounds that the base class was
699 completely unusable before (ie. would crash immediately when
700 actually used). Fixes #403963 (and eventually also #403572).
701 Also document all of this a bit.
703 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
705 * gst-libs/gst/utils/install-plugins.c:
706 (gst_install_plugins_spawn_child):
707 * tests/check/libs/utils.c:
708 (test_base_utils_install_plugins_do_callout):
709 Lowering log level to see why things fail on the p5 build bot;
710 fix some typos in unit test messages.
712 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
714 * tests/check/libs/utils.c:
715 (test_base_utils_install_plugins_do_callout):
716 Don't hard-code temp directory for test helper; use GLib functions
717 to write out file and do error checking etc.
719 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
721 * gst-libs/gst/utils/Makefile.am:
722 * gst-libs/gst/utils/base-utils.h:
723 * gst-libs/gst/utils/install-plugins.c:
724 (gst_install_plugins_context_set_xid),
725 (gst_install_plugins_context_new),
726 (gst_install_plugins_context_free),
727 (gst_install_plugins_get_helper),
728 (gst_install_plugins_spawn_child),
729 (gst_install_plugins_return_from_status),
730 (gst_install_plugins_installer_exited),
731 (gst_install_plugins_async), (gst_install_plugins_sync),
732 (gst_install_plugins_return_get_name),
733 (gst_install_plugins_installation_in_progress):
734 * gst-libs/gst/utils/install-plugins.h:
735 API: add API for applications to initiate installation of missing
736 plugins, ie. gst_install_plugins_async() primarily.
737 Based on libgimme-codec by Ryan Lortie.
740 Add --with-install-plugins-helper configure option so distros can specify
741 the path of the helper script or program to call when plugin installation
742 is requested (distros: please do any argument munging in this helper
743 script instead of patching GStreamer to pass arguments differently
744 to another program directly).
746 * docs/libs/gst-plugins-base-libs-docs.sgml:
747 * docs/libs/gst-plugins-base-libs-sections.txt:
748 Build and document new API.
750 * tests/check/libs/utils.c: (result_cb),
751 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
752 (libgstbaseutils_suite):
753 Some simple checks for the new API.
755 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
757 * tests/check/elements/audioconvert.c: (test_float_conversion):
758 Add small test for 32bit float <=> 64bit float conversion (works
759 only one way so far, 32=>64 produces structured noise).
761 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
763 * gst/audioconvert/gstaudioconvert.c:
764 (set_structure_widths_32_and_64), (make_lossless_changes):
765 We don't support floats with a width of 40, 48 or 56 bits.
767 2007-02-02 Stefan Kost <ensonic@users.sf.net>
769 * gst/audioconvert/audioconvert.c: (float), (double),
770 (audio_convert_get_func_index):
771 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
772 (make_lossless_changes):
773 Support for 64-bit float audio in audioconvert (#339837)
775 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
777 Patch by: Holger Wansing <linux wansing-online de>
781 Add German translation (#352069).
783 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
785 reviewed by: Wim Taymans <wim@fluendo.com>
787 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
788 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
789 Use newly added GstCollectPads API to free the allocated resources in
790 the GstOggPad structures (#402393).
792 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
794 * gst/playback/gstplaybin.c: (gen_vis_element):
795 Add audioresample+audioconvert in front of the visualisation
796 element, so that elements like libvisual 0.4 that don't support all
797 samplerates can work.
801 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
803 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
804 (gst_play_base_bin_get_streaminfo_value_array):
805 Take some locks and make a copy of the streaminfo value array we
806 maintain while holding the lock, so that the application can
807 retrieve the stream-info as a value array in a thread-safe way.
809 2007-01-30 Wim Taymans <wim@fluendo.com>
811 * gst/audioconvert/gstaudioconvert.c:
812 Don't fail on 0 sized buffers. Fixes #396835.
814 2007-01-29 David Schleef <ds@schleef.org>
816 * gst/typefind/gsttypefindfunctions.c:
817 Detect BBCD as video/x-dirac, so we can play raw dirac
820 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
822 * ext/theora/theoraenc.c: (theora_enc_chain):
823 Check return value of theora_encode_header(), or we might try to
824 allocate a random number of bytes. theora_encode_header() can fail
825 if libtheora has been compiled with encoding support disabled.
828 2007-01-29 Wim Taymans <wim@fluendo.com>
830 * tests/check/gst/.cvsignore:
833 2007-01-29 Wim Taymans <wim@fluendo.com>
835 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
836 Fix strides in libvisual. Gst uses X strides.
837 Inspired by: <ed at catmur dot co dot uk> and
838 <tim at centricular dot net>
841 2007-01-27 Wim Taymans <wim@fluendo.com>
843 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
844 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
845 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
846 (gst_ogg_demux_perform_seek),
847 (gst_ogg_demux_bisect_forward_serialno),
848 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
849 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
850 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
851 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
852 * ext/ogg/gstoggdemux.h:
853 Properly propagate streaming errors when we are scanning the file for
854 chains so that we don't crash when shut down. Might fix some crashers
855 when quickly switching oggs in RB such as #332503 and #378436.
857 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
859 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
860 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
863 2007-01-25 Wim Taymans <wim@fluendo.com>
865 * gst/playback/gstplaybasebin.c: (remove_source):
866 Don't try to disconnect a signal from a finalized object.
868 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
870 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
871 Cast lock macro parameters to make sure we're actually accessing the
872 lock member at the right class level. Free list itself in _dispose()
873 as well and NULL it in case dispose gets called multiple times.
875 2007-01-25 Edward Hervey <edward@fluendo.com>
877 * gst/playback/gstdecodebin2.c:
878 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
879 Free GstDecodeGroups no longer used.
880 (gst_decode_group_expose):
881 Don't unlock too many times !
882 (deactivate_free_recursive):
883 Free iterator once we're done with it.
884 Fix for recursively deactivating elements (stop at ghostpads).
886 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
888 * gst/playback/gstplaybin.c: (handoff):
889 Fix up caps on the frame buffer before we save it and potentially
890 make it accessible to other threads via g_object_get; also use
891 gst_buffer_replace() instead of gst_mini_object_replace().
893 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
895 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
896 Make getting the current frame thread-safe.
898 2007-01-25 Edward Hervey <edward@fluendo.com>
900 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
901 (gst_decode_group_new), (gst_decode_group_free):
902 Set queues to bigger sizes to cope with HD contents.
903 Fix some mutex freeing and add comment about MT safe methods.
905 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
907 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
908 (gst_text_overlay_text_event):
909 Don't unnecessarily ref (and then leak) upstream events if the text
910 pad is not linked. Fixes #399948.
912 * tests/check/gst-plugins-base.supp:
913 Add suppression for pango on edgy/x86 for textoverlay test.
915 2007-01-24 Wim Taymans <wim@fluendo.com>
917 * gst-libs/gst/rtp/gstrtpbuffer.h:
918 Add some more fixed payloads.
920 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
922 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
923 Error out properly if we get an error from libogg while reading the
924 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
926 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
928 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
931 * tests/check/elements/playbin.c:
932 (test_sink_usage_video_only_stream),
933 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
934 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
935 (test_missing_suburisource_handler),
936 (test_missing_primary_decoder), (playbin_suite):
937 Run all tests once with decodebin and once with decodebin2.
938 One test does not pass yet with decodebin2.
940 2007-01-23 Edward Hervey <edward@fluendo.com>
942 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
943 Fix the cases where oggmux doesn't properly figure out that all
944 sinkpads have gone EOS, and therefore doesn't push out the remaining
945 buffers and the final EOS event.
948 2007-01-23 Julien MOUTTE <julien@moutte.net>
950 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
951 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
952 Don't lock on navigation event push, just on keysym to string.
955 2007-01-22 Edward Hervey <edward@fluendo.com>
957 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
958 (get_current_group), (group_demuxer_event_probe),
959 (gst_decode_group_expose), (deactivate_free_recursive),
960 (gst_decode_group_free):
962 Don't forget to emit 'no-more-pads' once a group is exposed.
963 Cleanup elements from a DecodeGroup once we remove it.
964 Protect call to gst_decode_group_expose() with the decodebin lock.
966 2007-01-22 Julien MOUTTE <julien@moutte.net>
968 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
969 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
970 Looking at Xorg code i can't figure out if that XKeysymToString
971 function is thread sensible or not. Lock it just in case as
972 recommended by Radek Doulik <rodo at ximian dot com>.
974 2007-01-22 Julien MOUTTE <julien@moutte.net>
976 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
977 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
978 Lock that X Call as well. Fixes #397673.
980 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
982 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
983 Don't go into an endless loop if the file starts with 00 00 01 2X,
984 like quicktime redirect files might. Fixes #396042.
986 * tests/check/Makefile.am:
987 * tests/check/gst/.cvsignore:
988 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
989 (typefindfunctions_suite):
990 Add unit test for the above.
992 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
994 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
995 On second thought, use "depth" field rather than "bpp" field.
997 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
999 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1000 Camtasia caps apparently need a bpp field (#398875).
1002 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1004 * gst/playback/gstplaybasebin.c: (setup_subtitle),
1005 (gen_source_element), (gst_play_base_bin_change_state):
1006 Attempt at a better error message in case we don't have the required
1007 URI handler installed; post missing-plugin message also when we're
1008 missing an URI handler for the subtitle URI; clean up properly also
1009 when an error occurs and we never made it to PAUSED state.
1011 * tests/check/elements/playbin.c: (GST_START_TEST),
1013 Check that we're also getting a missing-plugin messsage for a
1014 missing subtitle URI handler (and clean up properly).
1016 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1018 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1019 Plug a few reference leaks.
1021 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1023 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1024 Lower probability a bit if the marker isn't right at the start,
1025 to decrease the chance of false positives.
1027 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1029 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1030 Small mpeg2 system stream typefinding improvement: make typefinder
1031 probe a bit into the stream instead of just looking for a marker
1032 at the beginning. Fixes #397810.
1034 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
1036 * gst/audioconvert/gstchannelmix.c:
1037 Remove compatibility cruft for prehistoric GLib versions.
1039 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
1041 * gst/playback/Makefile.am:
1042 * gst/playback/gstdecodebin.c: (close_pad_link):
1043 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1044 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1045 (gst_play_base_bin_handle_message_func), (unknown_type):
1046 Let decodebin be the element to post missing-plugin messages for
1047 missing decoders (rather than playbin); make playbin implement
1048 GstBin::handle_message so we can suppress missing-plugin messages
1049 for types we're not handling on purpose (don't want to bring up an
1050 installer in those cases).
1052 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
1054 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1055 * gst-libs/gst/tag/gstvorbistag.c:
1056 (gst_tag_list_to_vorbiscomment_buffer):
1057 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1058 Fix potentially unaligned access (#397207).
1060 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1062 * tests/examples/seek/seek.c: (set_scale), (update_scale),
1063 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1064 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1066 Allow to toggle looping while it plays. Fix callback prototype. Clean
1067 up code a bit more. Add copyright header.
1069 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1071 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1072 Red and blue mask was swapped (spotted by Dan Williams).
1074 2007-01-15 Stefan Kost <ensonic@users.sf.net>
1076 * gst-libs/gst/tag/gstid3tag.c:
1077 * gst-libs/gst/tag/gstvorbistag.c:
1078 Use new beats-per-minute tag from core.
1080 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
1083 Add new files with translatable strings, so they actually make it
1084 into the template file one day.
1086 2007-01-12 Andy Wingo <wingo@pobox.com>
1088 * gst-libs/gst/audio/gstbaseaudiosink.c
1089 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1090 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1091 stuff, as the base class handles this now. Actually tell the ring
1093 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1094 How did this work before? Maybe I'm not as awesome a programmer as
1097 * gst-libs/gst/audio/gstbaseaudiosrc.c
1098 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1101 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1103 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1104 Remove more fields so that the application can better blacklist
1105 formats that have been tried before.
1107 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1109 * gst-libs/gst/audio/mixerutils.h:
1110 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1111 used when compiling with c++ compilers as well.
1113 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1115 * gst/typefind/gsttypefindfunctions.c:
1118 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
1120 * gst/playback/gstplaybin.c: (post_missing_element_message),
1121 (gen_video_element), (gen_text_element), (gen_audio_element),
1123 Post missing-plugin messages also when we error out because
1124 converters, textoverlay or auto*sinks are missing (#161922).
1126 2007-01-10 Wim Taymans <wim@fluendo.com>
1128 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1129 (is_demuxer_element), (new_caps):
1130 * gst/playback/gstplaybasebin.c: (source_new_pad):
1131 Fix the case where we try to ref a NULL element when we delay a link
1132 because of unfixed caps.
1133 Set the state of autoplugged decodebins to PAUSED.
1134 RTSP now works in playbin, we can remove it from the blacklist.
1136 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1138 * gst/playback/Makefile.am:
1139 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1140 (unknown_type), (setup_subtitle), (gen_source_element):
1141 * gst/playback/gstplaybin.c: (plugin_init):
1142 Post missing-plugin messages on the bus for missing sources and
1143 missing decoders/demuxers/depayloaders; fix error code used when
1144 we're missing an URI handler source; for media types that we are not
1145 handling on purpose at the moment, don't print "don't know how to
1146 handle xyz" messages to the terminal or post missing-plugin
1147 messages on the bus.
1149 * tests/check/elements/playbin.c: (create_playbin),
1150 (GST_START_TEST), (gst_codec_src_uri_get_type),
1151 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1152 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1153 (gst_codec_src_init_type), (gst_codec_src_base_init),
1154 (gst_codec_src_create), (gst_codec_src_class_init),
1155 (gst_codec_src_init), (plugin_init), (playbin_suite):
1156 Add some tests for the missing-plugin stuff.
1158 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1161 * gst-libs/gst/Makefile.am:
1162 * gst-libs/gst/utils/Makefile.am:
1163 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1164 * gst-libs/gst/utils/base-utils.h:
1165 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1166 (find_format_info), (caps_are_rtp_caps),
1167 (gst_base_utils_get_source_description),
1168 (gst_base_utils_get_sink_description),
1169 (gst_base_utils_get_decoder_description),
1170 (gst_base_utils_get_encoder_description),
1171 (gst_base_utils_get_element_description),
1172 (gst_base_utils_add_codec_description_to_tag_list),
1173 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1174 * gst-libs/gst/utils/descriptions.h:
1175 * gst-libs/gst/utils/missing-plugins.c:
1176 (missing_structure_get_type), (copy_and_clean_caps),
1177 (gst_missing_uri_source_message_new),
1178 (gst_missing_uri_sink_message_new),
1179 (gst_missing_element_message_new),
1180 (gst_missing_decoder_message_new),
1181 (gst_missing_encoder_message_new),
1182 (missing_structure_get_string_detail),
1183 (missing_structure_get_caps_detail),
1184 (gst_missing_plugin_message_get_installer_detail),
1185 (gst_missing_plugin_message_get_description),
1186 (gst_is_missing_plugin_message):
1187 * gst-libs/gst/utils/missing-plugins.h:
1188 API: add new libgstbaseutils library with functions
1189 - to create and parse missing-plugins messages
1190 - that provide (translated) descriptions for caps/decoders/sources/etc.
1193 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1194 * pkgconfig/gstreamer-plugins-base.pc.in:
1197 * docs/libs/gst-plugins-base-libs-docs.sgml:
1198 * docs/libs/gst-plugins-base-libs-sections.txt:
1199 Generate docs for new lib and API.
1201 * tests/check/Makefile.am:
1202 * tests/check/libs/.cvsignore:
1203 * tests/check/libs/utils.c: (missing_msg_check_getters),
1204 (GST_START_TEST), (libgstbaseutils_suite):
1205 Add some basic unit tests.
1207 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1209 * ext/ogg/Makefile.am:
1210 Dist gstoggdemux.h to fix 'make distcheck'.
1212 * sys/v4l/Makefile.am:
1213 Fix 'make distcheck' even more.
1215 2007-01-09 Wim Taymans <wim@fluendo.com>
1217 * docs/plugins/Makefile.am:
1218 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1219 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1220 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1221 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1222 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1223 (gst_ogg_demux_perform_seek):
1224 * ext/ogg/gstoggdemux.h:
1226 Add some more comments.
1229 2007-01-09 Wim Taymans <wim@fluendo.com>
1231 * ext/theora/theoradec.c:
1232 * ext/vorbis/vorbisdec.c:
1233 * gst-libs/gst/audio/gstringbuffer.c:
1234 (gst_ring_buffer_commit_full):
1235 * gst-libs/gst/audio/gstringbuffer.h:
1236 * gst-libs/gst/rtp/gstrtpbuffer.c:
1237 * gst-libs/gst/tag/gstvorbistag.c:
1238 Small documentation updates/fixes
1240 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1243 Require core CVS HEAD for Andy's basesrc/sink API additions.
1245 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1247 Patch by: Günter Thelen <daedalus dot inc at gmx net>
1249 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1251 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1252 on flac.sf.net (there appear to be other versions of the first
1253 ogg page in the wild) (#391365).
1255 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1258 Check if localtime_r() is available.
1260 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1261 If localtime_r() is not available, fall back to localtime(). Should
1262 fix build on MingW (#393310).
1264 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1266 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1267 * gst/subparse/gstsubparse.h:
1268 Remove spurious 1000 subtrahend when calculating the timestamp from
1269 the frame number and the frame rate . Also, use the frames/second
1270 value specified in the first line of the file, if one is specified
1271 there. Should fix #357503.
1273 * tests/check/elements/subparse.c: (do_test),
1274 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1276 Add some basic unit tests for the microdvd subtitle format.
1278 2007-01-07 Julien MOUTTE <julien@moutte.net>
1280 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1281 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1282 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1283 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1284 (gst_xvimagesink_set_xwindow_id),
1285 (gst_xvimagesink_set_event_handling),
1286 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1287 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1288 Patch by : Young-Ho Cha <ganadist at chollian dot net>
1290 Add an adaptor property to select a specific XV adaptor.
1291 * sys/xvimage/xvimagesink.h:
1293 2007-01-07 Julien MOUTTE <julien@moutte.net>
1295 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1296 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1297 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1298 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1299 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1300 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1301 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1302 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1303 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1304 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1305 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1306 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1307 Use flow_lock much more to protect every access to xwindow.
1308 Try to catch erros while creating images in case some drivers are
1309 just generating an XError when the requested image is too big.
1310 Should fix : #354698, #384008, #384060.
1311 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1312 Implement some stress testing of setting window xid.
1314 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
1316 * win32/common/libgsaudio.def:
1317 Add new exported function.
1318 * win32/common/libgstogg.dsp:
1319 Add gstoggaviparse.c to the build.
1320 * win32/common/libgstvideoscale.dsp:
1321 Add vs_4tap.c to the build.
1322 * win32/common/libgstvorbis.dsp:
1323 Add vorbistag.c to the build.
1325 2007-01-06 Andy Wingo <wingo@pobox.com>
1327 * gst-libs/gst/audio/gstbaseaudiosink.c
1328 (gst_base_audio_sink_class_init)
1329 (gst_base_audio_sink_init):
1330 (gst_base_audio_sink_activate_pull): Add an activate_pull function
1331 to baseaudiosink, and tell basesink that we can work in pull mode.
1332 This way the ring buffer thread drives the pipeline directly, if
1333 pull mode is possible. There is some lingering nastiness regarding
1335 (gst_base_audio_sink_callback): Implement the callback to pull
1336 data. This interface is a bit light, though -- it should get a
1337 GstFlowReturn return value at least.
1339 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1341 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1342 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1343 * gst/playback/gstdecodebin2.c:
1344 (gst_decode_group_check_if_blocked):
1345 Printf format and missing argument fixes.
1347 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
1349 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1350 (gst_ogm_parse_change_state):
1351 Activate pads before adding them to the element.
1353 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1355 * tests/examples/seek/scrubby.c: (main):
1356 * tests/examples/seek/seek.c: (main):
1357 Call g_thread_init() first thing in main() (see #391278).
1359 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1361 * tests/check/Makefile.am:
1362 * tests/check/libs/.cvsignore:
1363 * tests/check/libs/netbuffer.c: (GST_START_TEST),
1365 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1366 for the time being, since it's broken, see #393099.
1368 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1370 * tests/check/Makefile.am:
1371 Update to use GST_PLUGINS_BASE_CFLAGS as well.
1373 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
1376 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1377 so that GST_BASE_CFLAGS can go inbetween them, making sure
1378 we use uninstalled gst-libs headers
1379 * docs/libs/Makefile.am:
1380 * ext/alsa/Makefile.am:
1381 * ext/cdparanoia/Makefile.am:
1382 * ext/gnomevfs/Makefile.am:
1383 * ext/libvisual/Makefile.am:
1384 * ext/ogg/Makefile.am:
1385 * ext/theora/Makefile.am:
1386 * ext/vorbis/Makefile.am:
1387 * gst-libs/gst/audio/Makefile.am:
1388 * gst-libs/gst/cdda/Makefile.am:
1389 * gst-libs/gst/interfaces/Makefile.am:
1390 * gst-libs/gst/riff/Makefile.am:
1391 * gst-libs/gst/rtp/Makefile.am:
1392 * gst-libs/gst/tag/Makefile.am:
1393 * gst/adder/Makefile.am:
1394 * gst/audioconvert/Makefile.am:
1395 * gst/audiorate/Makefile.am:
1396 * gst/audioresample/Makefile.am:
1397 * gst/playback/Makefile.am:
1398 * gst/tcp/Makefile.am:
1399 * gst/videoscale/Makefile.am:
1400 * gst/volume/Makefile.am:
1401 * sys/ximage/Makefile.am:
1402 * sys/xvimage/Makefile.am:
1403 * tests/icles/Makefile.am:
1406 2007-01-04 Julien MOUTTE <julien@moutte.net>
1408 * gst-libs/gst/interfaces/xoverlay.c:
1409 (gst_x_overlay_handle_events):
1410 * gst-libs/gst/interfaces/xoverlay.h:
1411 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1412 (gst_ximagesink_set_xwindow_id),
1413 (gst_ximagesink_set_event_handling),
1414 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1415 (gst_ximagesink_get_property), (gst_ximagesink_init),
1416 (gst_ximagesink_class_init):
1417 * sys/ximage/ximagesink.h:
1418 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1419 (gst_xvimagesink_set_xwindow_id),
1420 (gst_xvimagesink_set_event_handling),
1421 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1422 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1423 (gst_xvimagesink_class_init):
1424 * sys/xvimage/xvimagesink.h:
1425 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1426 Add a method to the XOverlay interface to allow disabling of
1427 event handling in x[v]imagesink elements. This will let X events
1428 propagate to parent windows which can be usefull in some cases.
1429 Be carefull that the application is then responsible of pushing
1430 navigation events and expose events to the video sink.
1433 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
1435 * gst-libs/gst/tag/gstvorbistag.c:
1436 * tests/check/libs/tag.c: (GST_START_TEST):
1437 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1440 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
1444 * docs/design/Makefile.am:
1447 2006-12-27 Julien MOUTTE <julien@moutte.net>
1449 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1450 typo. Fixes: #390063.
1452 2006-12-27 Julien MOUTTE <julien@moutte.net>
1454 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1455 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1457 * win32/common/config.h: Updated.
1459 2006-12-22 Stefan Kost <ensonic@users.sf.net>
1461 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1462 (setup_gdpdepay_streamheader):
1463 * tests/check/elements/gdppay.c: (cleanup_gdppay),
1464 (setup_gdppay_streamheader):
1465 Fix the dp tests, but activating the pads for the streamheader tests
1466 too and cleaning up conditionaly
1468 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
1470 * gst/ffmpegcolorspace/avcodec.h:
1471 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1472 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1473 (gst_ffmpegcsp_avpicture_fill):
1474 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1475 (img_get_alpha_info):
1476 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1477 other end of the word. Fixes: #387073.
1479 Add some inconsequential branch hints in a couple of places.
1481 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
1483 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1484 (gst_ffmpeg_caps_to_smpfmt):
1485 The "signed" field in raw audio caps is of boolean type, trying to
1486 extract the value with _get_int() will fail (fix to keep in sync with
1487 the copy in gst-ffmpeg)
1489 2006-12-21 Stefan Kost <ensonic@users.sf.net>
1491 * tests/check/elements/audioresample.c: (cleanup_audioresample):
1492 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1493 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1495 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1496 * tests/check/elements/subparse.c: (teardown_subparse):
1497 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1498 * tests/check/elements/videorate.c: (cleanup_videorate):
1499 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1500 * tests/check/elements/volume.c: (cleanup_volume):
1501 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1502 (cleanup_vorbisdec):
1503 * tests/check/elements/vorbistag.c: (setup_vorbistag),
1504 (cleanup_vorbistag):
1505 consistent pad (de)activation
1507 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1509 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1510 Forgot to register the extensions.
1512 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1514 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1516 Add typefinder for VIVO files (my christmas present to the 90s).
1518 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1520 * gst/playback/gstdecodebin.c: (type_found):
1521 Special-case the text/plain media type: we only want to recognise it
1522 as a 'raw' decoded media type if it comes from a demuxer or subtitle
1523 parser, but not if the entire stream is of text/plain type. If the
1524 entire stream is text/plain, we should just error out.
1526 This fixes playback of audio files with lyrics in totem. Totem can't
1527 distinguish between text files and subtitle files and passes any
1528 .txt file with the same basename as the main file to playbin as
1529 suburi, and playbin will then throw a 'subtitle found, but no video
1530 stream' error, which isn't entirely helpful. See #380342.
1532 Also, with this change we'll show a slightly more correct error
1533 message in case totem passes a playlist file to us (although a
1534 custom error message wording instead of the default text would
1535 probably not be a bad idea either).
1537 Same problem also needs to be fixed for playbin+decodebin2.
1539 * tests/check/Makefile.am:
1540 * tests/check/elements/decodebin.c: (src_handoff_cb),
1541 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1543 Add simple unit test for decodebin for the above.
1545 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1547 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1548 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1549 Refuse to change state to READY when we failed to create any of the
1550 required elements in our instance init function.
1552 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
1554 * docs/libs/gst-plugins-base-libs-sections.txt:
1555 Small docs fixes/updates.
1557 * gst-libs/gst/video/gstvideosink.h:
1558 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1559 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1560 removed from the base sink API between 0.9.6 and 0.9.7).
1561 API: add GST_VIDEO_SINK_CAST and use it for the height/width
1562 accessor macros, so we don't do a runtime GObject type check every
1565 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
1568 * gst-plugins-base.doap:
1569 * gst-plugins-base.spec.in:
1572 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
1574 Patch by: Jens Granseuer <jensgr at gmx net>
1576 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1577 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1578 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1579 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1580 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1581 Declare variables at the beginning of a block. Fixes #383195.
1583 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
1586 Bump version nano - back to CVS.
1589 === release 0.10.11 ===
1591 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
1594 releasing 0.10.11, "Dumb things"
1596 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
1598 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1599 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1600 Handle the case where an element has multiple pads with
1601 unfixed caps as well as still possibly producing more dynamic
1602 pads by storing each case as a distinct entry in the dynamic list.
1605 2006-12-04 Wim Taymans <wim@fluendo.com>
1607 * gst/playback/gstdecodebin.c: (close_pad_link):
1608 Fix #382223, add more dynamic caps handling.
1610 2006-12-04 Wim Taymans <wim@fluendo.com>
1612 reviewed by: <delete if not using a buddy>
1614 * gst-libs/gst/audio/gstringbuffer.h:
1615 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1616 (gst_netaddress_set_ip4_interface),
1617 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1618 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1619 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1620 (gst_netaddress_get_ttl):
1621 * gst-libs/gst/netbuffer/gstnetbuffer.h:
1622 * gst/playback/gstdecodebin.c: (close_pad_link):
1623 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1624 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1625 * win32/common/config.h:
1627 2006-12-01 Michael Smith <msmith@fluendo.com>
1629 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1630 Delete bad debug code.
1633 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
1635 * gst/videoscale/vs_4tap.c:
1637 * win32/common/config.h:
1638 * win32/vs8/libgstvideoscale.vcproj:
1639 Fix compilation on win32 under VS8
1640 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1641 Partially fixes #381175
1643 2006-11-30 Michael Smith <msmith@fluendo.com>
1645 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1647 It would be very bad if, after a discont buffer, we thought every
1648 single following buffer was also discont. So, add to the test to
1649 ensure that this isn't the case.
1651 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1652 ... it was the case. So fix it.
1654 2006-11-28 Wim Taymans <wim@fluendo.com>
1656 * gst/playback/gstplaybasebin.c: (check_queue_event):
1659 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1660 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1661 padtemplate caps. Refixes #357577.
1663 2006-11-28 Wim Taymans <wim@fluendo.com>
1665 * gst/playback/gstplaybasebin.c: (check_queue_event),
1666 (queue_threshold_reached), (queue_out_of_data),
1667 (gen_preroll_element):
1668 Add event probe to see when EOS is in a queue and we can disable the
1669 underrun signals. Fixes #357577.
1671 2006-11-28 Edward Hervey <edward@fluendo.com>
1673 * gst/playback/Makefile.am:
1674 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1675 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1676 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1677 (gst_decode_bin_init), (gst_decode_bin_dispose),
1678 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1679 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1680 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1681 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1682 (connect_element), (expose_pad), (type_found),
1683 (pad_added_group_cb), (pad_removed_group_cb),
1684 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1685 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1686 (are_raw_caps), (multi_queue_overrun_cb),
1687 (multi_queue_underrun_cb), (gst_decode_group_new),
1688 (get_current_group), (group_demuxer_event_probe),
1689 (gst_decode_group_control_demuxer_pad),
1690 (gst_decode_group_control_source_pad),
1691 (gst_decode_group_check_if_blocked),
1692 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1693 (gst_decode_group_hide), (gst_decode_group_free),
1694 (gst_decode_group_set_complete), (source_pad_blocked_cb),
1695 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1696 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1698 New decodebin2 element.
1700 * gst/playback/gstplay-marshal.list:
1701 Added marshallers for new signals in decodebin2
1702 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1703 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1706 2006-11-28 Wim Taymans <wim@fluendo.com>
1708 * gst/playback/gstplaybasebin.c: (setup_source),
1709 (gst_play_base_bin_change_state):
1710 Disable rtsp:// uris for the release, it's not good enough yet.
1713 2006-11-26 Wim Taymans <wim@fluendo.com>
1715 * ext/theora/theoradec.c: (gst_theora_dec_reset),
1716 (theora_dec_push_forward), (theora_dec_push_reverse),
1717 (theora_handle_data_packet), (theora_dec_decode_buffer),
1718 (theora_dec_flush_decode), (theora_dec_chain_reverse),
1719 (theora_dec_chain_forward), (theora_dec_chain):
1720 Implement reverse playback.
1722 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1723 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1724 (vorbis_dec_chain_forward):
1725 Clear buffers used for reverse playback in _reset.
1726 No need to set the eos flag, we clip samples using the segment.
1728 2006-11-24 Wim Taymans <wim@fluendo.com>
1730 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1731 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1732 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1733 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1735 Handle continued pages in reverse mode.
1737 2006-11-24 Wim Taymans <wim@fluendo.com>
1739 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1740 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1741 (vorbis_dec_flush_decode):
1743 Don't try to add invalid timestamps.
1744 Clipping will unref the buffer.
1746 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1748 * gst/adder/gstadder.h:
1749 * gst/audiotestsrc/gstaudiotestsrc.h:
1750 remove obsolete _factory_init protos
1752 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1754 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1755 Fix spacing in debug message.
1757 2006-11-23 Wim Taymans <wim@fluendo.com>
1759 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1760 (gst_ogg_demux_chain):
1761 Don't just ignore return values from _pad_push().
1762 Small debug improvements.
1764 2006-11-23 Michael Smith <msmith@fluendo.com>
1766 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1767 If our incoming buffer is marked as DISCONT, then increment the page
1768 number (so that the discontinuity is marked in the final ogg
1769 bitstream) and flush the previous page.
1771 2006-11-22 Michael Smith <msmith@fluendo.com>
1773 * ext/theora/gsttheoraenc.h:
1774 * ext/theora/theoraenc.c: (gst_theora_enc_init),
1775 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1776 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1777 (theora_enc_chain), (theora_enc_change_state):
1778 Mark discontinuities of > 3/4 of a frame, reinit encoder.
1780 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1781 (GST_START_TEST), (theoraenc_suite):
1782 Enable discontinuity test, fix it.
1784 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1786 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1787 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1788 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1789 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1790 (gst_text_overlay_change_state):
1791 * ext/pango/gsttextoverlay.h:
1792 Some textoverlay fixes: for one, in the video chain function,
1793 actually wait for a text buffer to come in if there is none at the
1794 moment and there should be one; also, deal more gracefully with
1795 incoming buffers that do not have a timestamp or duration; discard
1796 text buffer when not needed any longer. Fixes #341681.
1798 * tests/check/Makefile.am:
1799 * tests/check/elements/.cvsignore:
1800 * tests/check/elements/textoverlay.c:
1801 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1802 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1803 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1804 (test_video_waits_for_text_send_text_newsegment_thread),
1805 (test_video_waits_for_text_shutdown_element),
1806 (test_render_continuity_push_video_buffers_thread),
1807 (textoverlay_suite):
1808 Add some unit tests for textoverlay.
1810 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1812 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1813 Avoid integer underflow when the found probability for mp3 is
1814 smaller than the 'penalty' we subtract if there's not a clean
1815 mp3 header sync at offset 0.
1817 2006-11-21 Stefan Kost <ensonic@users.sf.net>
1819 * docs/libs/gst-plugins-base-libs-sections.txt:
1820 Add some new symbols to the docs
1822 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
1824 * tests/check/Makefile.am:
1825 * tests/check/elements/ffmpegcolorspace.c:
1826 (ffmpegcolorspace_suite):
1827 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1828 (for now not for valgrinding though, since it takes too long).
1830 2006-11-20 Wim Taymans <wim@fluendo.com>
1832 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1833 (gst_ffmpeg_pixfmt_to_caps):
1834 Fix RGBA32 caps. Fixes #357038.
1836 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
1838 * gst-libs/gst/interfaces/mixertrack.h:
1839 Add FIXME so we can add some padding here in 0.11
1841 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
1843 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1844 Fix GstBaseRTPAudioPayload structure so the whole GObject
1845 inheritance business actually works (parent class instance structure
1846 must always come first in the derived class instance structure).
1848 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
1850 * gst/videotestsrc/Makefile.am:
1851 * tests/check/Makefile.am:
1852 Make sure our checks and the videotestsrc plugin link against the
1853 local uninstalled gst libs and not any installed gst libs that
1854 might happen to exist as well.
1856 * tests/check/elements/adder.c: (message_received),
1857 (test_event_message_received), (test_play_twice_message_received):
1858 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1859 Fix compiler warnings when compiling against core with disabled
1862 2006-11-16 Michael Smith <msmith@fluendo.com>
1864 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1865 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1866 Fix audiorate, so that it accurately sets offsets and timestamps.
1867 Doesn't change the fundamental algorithmic decisions; so should be
1870 * tests/check/Makefile.am:
1871 Enable audiorate test now that it passes.
1873 2006-11-09 Stefan Kost <ensonic@users.sf.net>
1875 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1876 clear xv when going to NULL, remove // commented non-existant proto
1878 * tests/examples/seek/seek.c: (main):
1879 add missing tooltip description for scrub and play_scrub
1881 2006-11-14 David Schleef <ds@schleef.org>
1884 Bump liboil requirement to 0.3.8.
1885 * gst-libs/gst/riff/riff-media.c:
1887 * gst/videoscale/vs_image.h:
1888 * gst/videoscale/vs_scanline.h:
1889 Use liboil's stdint.h.
1890 * gst/videotestsrc/videotestsrc.c:
1891 Remove liboil related ifdef's, since they aren't needed now, and
1892 won't work with future versions.
1894 2006-11-14 David Schleef <ds@schleef.org>
1896 * gst/videoscale/Makefile.am:
1897 * gst/videoscale/gstvideoscale.c:
1898 * gst/videoscale/gstvideoscale.h:
1899 * gst/videoscale/vs_4tap.c:
1900 * gst/videoscale/vs_4tap.h:
1901 * gst/videoscale/vs_image.c:
1902 * gst/videoscale/vs_image.h:
1903 * gst/videoscale/vs_scanline.c:
1904 * gst/videoscale/vs_scanline.h:
1905 Add a 4-tap image scaler. Theoretically looks much prettier.
1906 The tap calculation could use some improvement.
1908 2006-11-14 Wim Taymans <wim@fluendo.com>
1910 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1912 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1913 (gst_riff_parse_strf_iavs):
1914 * gst/subparse/gstsubparse.c: (convert_encoding):
1915 * gst/tcp/gstmultifdsink.c:
1916 (gst_multi_fd_sink_handle_client_write):
1917 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1918 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1919 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1920 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1921 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1922 (gst_ximagesink_ximage_new):
1923 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1924 Various gsize and gssize printf fixes. Fixes #372507.
1926 2006-11-13 Wim Taymans <wim@fluendo.com>
1928 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1929 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1930 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1931 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1932 (vorbis_dec_chain_forward), (vorbis_dec_chain):
1933 * ext/vorbis/vorbisdec.h:
1934 First stab at vorbis reverse playback.
1936 2006-11-13 Wim Taymans <wim@fluendo.com>
1938 * gst-libs/gst/audio/gstbaseaudiosink.c:
1939 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1940 * gst-libs/gst/audio/gstbaseaudiosink.h:
1941 Make the clock sync code more accurate wrt resampling and playback
1944 * gst-libs/gst/audio/gstringbuffer.c:
1945 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1946 * gst-libs/gst/audio/gstringbuffer.h:
1947 Use better algorithm to interpolate sample rates.
1949 2006-11-13 Michael Smith <msmith@fluendo.com>
1951 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1952 Improve a debug line slightly.
1954 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1955 Call gst_riff_init() in plugin_init, to avoid getting errors from
1956 the debug system (unrelated changes to another plugin made this turn
1959 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
1961 Patch by: Sergey Scobich <sergery.scobich at gmail com>
1963 * win32/common/libgsttag.def:
1964 Add missing symbol (#366492).
1966 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
1968 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1969 Don't unref a NULL pad.
1971 2006-11-09 Wim Taymans <wim@fluendo.com>
1973 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1974 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1975 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1976 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1977 (gst_ogg_demux_loop):
1978 Implement first stab at reverse playback.
1980 2006-11-07 Stefan Kost <ensonic@users.sf.net>
1982 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1983 (gst_riff_create_video_template_caps):
1984 add h263/h264 variants to the caps, Fixes #363118
1986 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
1988 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1989 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1990 Use g_strerror instead of strerror so we get UTF-8.
1992 2006-11-03 David Schleef <ds@schleef.org>
1994 * ext/ogg/gstoggdemux.c:
1995 * ext/ogg/gstoggmux.c:
1996 Add/remove KW-DIRAC header here, since it is ogg-specific.
1998 2006-11-03 Michael Smith <msmith@fluendo.com>
2000 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2001 Recognise more mpeg4 elementary video streams.
2003 2006-11-02 Edward Hervey <edward@fluendo.com>
2005 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2006 Lower the probability of mp3 typefinding functions if we don't find a
2007 valid mp3 header at the start of the file.
2010 2006-11-02 Wim Taymans <wim@fluendo.com>
2012 * ext/theora/gsttheoradec.h:
2013 * ext/theora/theoradec.c: (gst_theora_dec_init),
2014 (theora_dec_sink_event), (theora_dec_chain_forward),
2015 (theora_dec_flush_decode), (theora_dec_chain_reverse),
2017 Document and partially implement an algorithm for doing reverse playback
2020 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
2022 Patch by: Sergey Scobich <sergey.scobich at gmail com>
2024 * win32/common/config.h:
2025 * win32/common/interfaces-enumtypes.c:
2026 * win32/common/libgsttag.def:
2027 * win32/vs8/gst-plugins-base.sln:
2028 * win32/vs8/libgstaudioresample.vcproj:
2029 * win32/vs8/libgstinterfaces.vcproj:
2030 * win32/vs8/libgstogg.vcproj:
2031 * win32/vs8/libgstriff.vcproj:
2032 * win32/vs8/libgsttag.vcproj:
2033 * win32/vs8/libgsttheora.vcproj:
2034 * win32/vs8/libgstvideoscale.vcproj:
2035 * win32/vs8/libgstvorbis.vcproj:
2036 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2037 to libgsttag.def; add missing dependencies for some vs8 projects;
2038 re-arrange placement of .def files in vs8 projects (#366334).
2040 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
2043 Remove unused variable.
2045 * ext/ogg/gstoggdemux.c:
2046 Fix Wim's surname in plugin description.
2048 2006-10-31 Wim Taymans <wim@fluendo.com>
2050 * gst-plugins-base.spec.in:
2051 spec new .h file. Fixes #368310.
2053 2006-10-31 Michael Smith <msmith@fluendo.com>
2055 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2056 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2057 (gst_multi_fd_sink_get_stats),
2058 (gst_multi_fd_sink_remove_client_link),
2059 (gst_multi_fd_sink_queue_buffer),
2060 (gst_multi_fd_sink_handle_clients):
2061 * gst/tcp/gstmultifdsink.h:
2062 Make using the remove or clear signals threadsafe.
2063 Make calling get-stats with an invalid fd not segfault.
2066 2006-10-31 Wim Taymans <wim@fluendo.com>
2068 * gst-libs/gst/rtp/Makefile.am:
2069 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2070 (gst_base_rtp_audio_payload_init):
2071 Fix and activate base audio payloader.
2073 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2075 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2077 Add typefinder for QuickTime Image Files (see #366156).
2079 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2081 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2082 Another typo fix (#366212).
2084 2006-10-27 Wim Taymans <wim@fluendo.com>
2086 * gst/volume/gstvolume.c: (volume_transform_ip):
2087 Use stream time to synchronize volume property instead of rather random
2088 timestamps. This is needed when gnonlin does its time shifting.
2090 2006-10-27 Wim Taymans <wim@fluendo.com>
2092 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2094 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2095 Remove the pad from the element in release_pad. Fixes #364812.
2097 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
2099 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2100 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2101 Explicitly create our custom buffer classes at a thread-safe
2102 location as well, since g_type_class_ref() doesn't seem to be
2103 entirely thread-safe either (#365501; also see #349410).
2105 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
2107 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2108 (gst_riff_parse_info):
2109 If strings in INFO chunk are not UTF-8, do something similar to
2110 what we do for ID3v1 tags: check a number of environment variables
2111 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2112 character sets to try, otherwise try the current locale and/or fall
2113 back on ISO-8859-1. Fixes #360552.
2115 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2117 * gst/videotestsrc/gstvideotestsrc.c:
2118 (gst_video_test_src_pattern_get_type),
2119 (gst_video_test_src_set_pattern):
2120 * gst/videotestsrc/gstvideotestsrc.h:
2121 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2122 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2123 (gst_video_test_src_checkers8):
2124 * gst/videotestsrc/videotestsrc.h:
2125 Add a bunch of exciting new checkers patterns.
2127 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2129 * gst/subparse/Makefile.am:
2130 * gst/subparse/gstsubparse.c:
2131 (gst_sub_parse_data_format_autodetect),
2132 (gst_sub_parse_format_autodetect), (handle_buffer),
2133 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2134 * gst/subparse/gstsubparse.h:
2135 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2137 * gst/subparse/tmplayerparse.h:
2138 Add support for TMPlayer-type subtitles (#362845).
2140 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2141 (GST_START_TEST), (subparse_suite):
2142 Add some basic unit tests for the above.
2144 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2146 * tests/check/elements/audiorate.c: (test_injector_base_init),
2147 (test_injector_class_init), (test_injector_chain),
2148 (test_injector_init), (probe_cb), (do_perfect_stream_test),
2149 (GST_START_TEST), (audiorate_suite):
2150 More tests for audiorate: inject buffers to check behaviour when
2153 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
2155 * tests/check/Makefile.am:
2156 * tests/check/elements/.cvsignore:
2157 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2158 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2159 Add some basic unit tests for audiorate. Disabled at the moment
2160 since it doesn't pass yet (see bug #363119).
2162 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
2164 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2165 (parse_subrip), (handle_buffer):
2166 Add missing closing tags for markup and fix broken markup,
2167 otherwise pango won't render anything (fixes #357531). Also,
2168 make sure the text we send out is always NUL-terminated
2169 (better safe than sorry etc.).
2171 * tests/check/elements/subparse.c: (test_srt_do_test),
2173 Some more tests for .srt incl. tests for the above stuff.
2175 2006-10-20 Julien MOUTTE <julien@moutte.net>
2177 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2178 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2179 Patch by: Stefan Kost <ensonic@users.sf.net>
2180 Try to redraw borders only when needed. Apparently this consumes
2181 resources on small devices... :-O (#363607)
2183 2006-10-20 Michael Smith <msmith@fluendo.com>
2185 * gst/tcp/gstmultifdsink.c:
2186 (gst_multi_fd_sink_client_queue_buffer):
2187 If caps change, then update the client's idea of the caps so that we
2188 don't end up re-sending streamheaders for every single buffer after
2191 2006-10-20 Michael Smith <msmith@fluendo.com>
2193 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2194 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2195 Set caps on pushed buffers; fix up refcounting of caps objects.
2197 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2199 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2201 Typefind mmsh header data packet to application/x-mmsh (#362625).
2203 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2205 * tests/check/Makefile.am:
2206 * tests/check/elements/.cvsignore:
2207 * tests/check/elements/subparse.c: (buffer_from_static_string),
2208 (setup_subparse), (teardown_subparse), (test_srt_do_test),
2209 (GST_START_TEST), (subparse_suite):
2210 Add very simple unit test for subparse.
2212 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2214 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2216 Strip trailing newlines from subtitle text output.
2218 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2220 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2221 (gst_sub_parse_change_state):
2222 Fix memleak; clear subparse->textbuf n state change function.
2224 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2226 * gst/subparse/gstsubparse.c:
2227 (gst_sub_parse_data_format_autodetect):
2228 Don't require subrip (.srt) files to start with a chunk number of 1.
2230 2006-10-18 Wim Taymans <wim@fluendo.com>
2232 * gst-libs/gst/audio/gstbaseaudiosink.c:
2233 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2234 * gst-libs/gst/audio/gstbaseaudiosink.h:
2235 Extract rate from the NEWSEGMENT event.
2236 Use commit_full to also take rate adjustment into account when writing
2237 samples to the ringbuffer.
2239 * gst-libs/gst/audio/gstringbuffer.c:
2240 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2241 (gst_ring_buffer_read):
2242 * gst-libs/gst/audio/gstringbuffer.h:
2243 Added _commit_full() to also take rate into account.
2244 Use simple interpolation algorithm to resample audio.
2245 API: gst_ring_buffer_commit_full()
2247 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2248 * tests/examples/seek/seek.c: (segment_done):
2249 Don't try to seek with 0.0 rate, just pause instead.
2250 Remove bogus debug line.
2252 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2254 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2256 Catch async errors when starting up the subtitle bin, so we can
2257 stop waiting and continue with the main film instead of hanging
2258 forever. Fixes #339366.
2260 * tests/check/elements/playbin.c: (playbin_suite):
2261 Enable unit test for the above.
2263 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2265 * tests/check/Makefile.am:
2266 * tests/check/elements/.cvsignore:
2267 * tests/check/elements/playbin.c: (GST_START_TEST),
2268 (gst_red_video_src_uri_get_type),
2269 (gst_red_video_src_uri_get_protocols),
2270 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2271 (gst_red_video_src_uri_handler_init),
2272 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2273 (gst_red_video_src_create), (gst_red_video_src_class_init),
2274 (gst_red_video_src_init), (plugin_init), (playbin_suite):
2275 Some small and basic unit tests for playbin; not very useful yet,
2276 but at least a start.
2278 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2280 * gst/playback/gstplaybin.c: (setup_sinks):
2281 The old pad activation spiel.
2283 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2285 * gst/playback/gstplaybasebin.c: (setup_source):
2286 Don't hang forever if the subbin already fails to start up in
2287 the state change to PAUSED (#339366).
2289 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
2291 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2292 (gst_tuner_set_channel), (gst_tuner_get_channel),
2293 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2294 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2295 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2296 (gst_tuner_find_channel_by_name):
2297 Fix some function guards, add some more function guards.
2299 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
2301 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2302 (remove_element_chain):
2303 Don't return a pad from get_our_ghost_pad unless it is actually the
2305 Change a cast in remove_element_chain slightly.
2307 2006-10-13 Julien MOUTTE <julien@moutte.net>
2309 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2310 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2311 Segment seeking needs to use the rate and set stop to -1.
2313 2006-10-13 Wim Taymans <wim@fluendo.com>
2315 * gst-libs/gst/audio/gstbaseaudiosink.c:
2316 (gst_base_audio_sink_setcaps):
2317 Don't crash when ringbuffer is not yet created.
2318 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2321 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2322 * gst/playback/gststreamselector.c:
2323 (gst_stream_selector_request_new_pad):
2324 Activate pads befre adding them to running elements.
2326 2006-10-13 Julien MOUTTE <julien@moutte.net>
2328 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2329 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2330 updater when we start grabing the slider. Don't wait for the
2331 pipeline to be PAUSED.
2333 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
2335 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2336 (gst_mixer_set_volume), (gst_mixer_get_volume),
2337 (gst_mixer_set_mute), (gst_mixer_set_option),
2338 (gst_mixer_get_option), (gst_mixer_mute_toggled),
2339 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2340 (gst_mixer_option_changed):
2341 Guard mixer interface functions against bogus arguments.
2343 2006-10-12 Julien MOUTTE <julien@moutte.net>
2345 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2346 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2347 (msg_state_changed), (main): Use state-changed messages to trigger
2348 start/stop of scale update timer. Indeed the scale slider was
2349 jumping here and there because the update timer was activated
2350 before seek completed. This fixes instant applying of rate changes
2351 by pressing the spinbutton like a crazy man !
2353 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
2355 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
2357 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2358 (gst_basertppayload_finalize):
2359 Fix two small memory leaks (#361456).
2361 2006-10-10 Julien MOUTTE <julien@moutte.net>
2363 * tests/examples/seek/seek.c: (do_seek),
2364 (rate_spinbutton_changed_cb): When changing spinbutton we try
2365 to change the rate on the fly.
2367 2006-10-10 Wim Taymans <wim@fluendo.com>
2369 * gst-libs/gst/riff/riff-ids.h:
2370 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2371 (gst_riff_create_audio_template_caps):
2374 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2376 Patch by: Josep Torre Valles <josep@fluendo.com>
2378 * ext/gnomevfs/gstgnomevfssink.c:
2379 * ext/gnomevfs/gstgnomevfssrc.c:
2380 Fix URI interface implementation return type.
2381 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2382 Fix what looks like a copy/paste issue when assigning values.
2383 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2384 (gst_audio_filter_template_get_type):
2385 Cast to prevent Forte warnings.
2386 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2387 Fix URI interface implementation return type.
2388 gst_pad_query_position requires a signed integer pointer as
2389 3rd parameter, GstClockTime is unsigned.
2390 * gst/audioconvert/audioconvert.c:
2391 Fix integer overflow when treated as signed.
2392 * gst/audioresample/resample.c: (resample_add_input_data):
2393 Cast to prevent warnings on Forte.
2394 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2395 Fix integer overflow when treated as signed.
2396 * gst/ffmpegcolorspace/imgconvert_template.h:
2397 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2398 * gst/playback/gstdecodebin.c: (queue_filled_cb),
2399 (cleanup_decodebin):
2400 Who initialises a guint to -1!
2401 Cast function pointers to prevent warnings on Forte.
2402 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2403 (queue_threshold_reached):
2404 Cast function pointers correctly to prevent warnings on Forte.
2405 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2406 Cast function pointers correctly to prevent warnings on Forte.
2407 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2408 Obvious change to unsigned, 0xEF > max signed char.
2409 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2410 GstClockTime is unsigned, initialise correctly.
2411 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2412 Cast so pointer arithemetic doesn't cause warnings on Forte.
2413 * gst/videorate/gstvideorate.c:
2414 Use correct return value.
2415 * tests/examples/seek/scrubby.c:
2416 GstClockTime is unsigned, initialise correctly.
2418 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
2420 Patch by: Ferenc Gerlits <fgerlits at gmail com>
2422 * gst/typefind/gsttypefindfunctions.c:
2423 Recognise XML files and XML-like files shorter than 256 bytes as
2424 well (fixes #359237).
2426 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
2428 Patch by: Renato Filho <renato.filho@indt.org.br>
2430 * gst/typefind/gsttypefindfunctions.c:
2431 Added typefind functions to video/x-nuv media.
2433 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
2435 * gst-libs/gst/interfaces/xoverlay.c:
2436 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2437 Some more guards against invalid input.
2439 2006-10-07 Julien MOUTTE <julien@moutte.net>
2441 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
2443 * tests/examples/seek/seek.c: (do_seek),
2444 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2445 seek example to experiment with rates != 1.0 (reverse playback !)
2447 2006-10-06 Stefan Kost <ensonic@users.sf.net>
2449 * gst-libs/gst/interfaces/xoverlay.c:
2450 Unref message in doc-example (spotted by Robert McQueen)
2452 2006-10-06 Wim Taymans <wim@fluendo.com>
2454 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2455 (mpeg1_parse_header), (mpeg1_sys_type_find):
2458 2006-10-06 Wim Taymans <wim@fluendo.com>
2460 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2462 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2463 Activate dynamic pads before adding them to the element.
2465 2006-10-06 Michael Smith <msmith@fluendo.com>
2467 * gst-libs/gst/floatcast/floatcast.h:
2468 Fix obviously-bogus macros; use the correct types.
2470 2006-10-06 Wim Taymans <wim@fluendo.com>
2472 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2473 (gst_base_rtp_depayload_change_state):
2474 Also call parent state change function to activate pads.
2476 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2477 (mpeg1_parse_header), (mpeg1_sys_type_find):
2478 Add some more debug info in mpeg typefinding.
2480 2006-10-06 Michael Smith <msmith@fluendo.com>
2482 * ext/theora/theoradec.c: (theora_dec_chain):
2483 Zero byte theora packets are valid and well-defined; don't warn on
2486 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
2488 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2489 (gst_multi_fd_sink_get_stats), (find_limits),
2490 (gst_multi_fd_sink_queue_buffer):
2491 API: add dropped_buffers to the get-stats GValueArray
2493 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
2495 * ext/alsa/gstalsadeviceprobe.c:
2496 (gst_alsa_device_property_probe_get_values):
2497 * ext/alsa/gstalsasink.c: (set_hwparams):
2498 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2499 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2500 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2501 (gst_ogg_mux_process_best_pad):
2502 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2503 (gst_ogg_parse_chain):
2504 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2505 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2506 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2507 (gst_vorbis_enc_buffer_check_discontinuous):
2508 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2509 * gst-libs/gst/audio/gstbaseaudiosink.c:
2510 (gst_base_audio_sink_render):
2511 * gst-libs/gst/cdda/gstcddabasesrc.c:
2512 (gst_cdda_base_src_handle_track_seek):
2513 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2514 (gst_base_rtp_depayload_push_full):
2515 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2516 * gst/audioresample/resample.c: (resample_input_pushthrough):
2517 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2518 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2519 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2520 (wavpack_type_find):
2521 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2522 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2523 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2524 * tests/check/elements/volume.c: (GST_START_TEST):
2525 Printf format fixes.
2527 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
2529 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2530 Fix a simple mistake (see the docs)
2533 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2535 * docs/plugins/Makefile.am:
2536 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2537 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2538 * docs/plugins/gst-plugins-base-plugins.args:
2539 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2540 * docs/plugins/inspect/plugin-adder.xml:
2541 * docs/plugins/inspect/plugin-alsa.xml:
2542 * docs/plugins/inspect/plugin-audioconvert.xml:
2543 * docs/plugins/inspect/plugin-audiorate.xml:
2544 * docs/plugins/inspect/plugin-audioresample.xml:
2545 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2546 * docs/plugins/inspect/plugin-cdparanoia.xml:
2547 * docs/plugins/inspect/plugin-decodebin.xml:
2548 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2549 * docs/plugins/inspect/plugin-gdp.xml:
2550 * docs/plugins/inspect/plugin-gnomevfs.xml:
2551 * docs/plugins/inspect/plugin-libvisual.xml:
2552 * docs/plugins/inspect/plugin-ogg.xml:
2553 * docs/plugins/inspect/plugin-pango.xml:
2554 * docs/plugins/inspect/plugin-playbin.xml:
2555 * docs/plugins/inspect/plugin-subparse.xml:
2556 * docs/plugins/inspect/plugin-tcp.xml:
2557 * docs/plugins/inspect/plugin-theora.xml:
2558 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2559 * docs/plugins/inspect/plugin-video4linux.xml:
2560 * docs/plugins/inspect/plugin-videorate.xml:
2561 * docs/plugins/inspect/plugin-videoscale.xml:
2562 * docs/plugins/inspect/plugin-videotestsrc.xml:
2563 * docs/plugins/inspect/plugin-volume.xml:
2564 * docs/plugins/inspect/plugin-vorbis.xml:
2565 * docs/plugins/inspect/plugin-ximagesink.xml:
2566 * docs/plugins/inspect/plugin-xvimagesink.xml:
2567 Add vorbistag element to docs; update version numbers to 0.10.10.1.
2569 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2571 Patch by: James "Doc" Livingston <doclivingston at gmail com>
2573 * ext/vorbis/Makefile.am:
2574 * ext/vorbis/vorbis.c: (plugin_init):
2575 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2576 (vorbis_parse_parse_packet), (vorbis_parse_chain):
2577 * ext/vorbis/vorbisparse.h:
2578 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2579 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2580 (gst_vorbis_tag_parse_packet):
2581 * ext/vorbis/vorbistag.h:
2582 Add new vorbistag element which derives from vorbisparse
2583 and is essentially the same as well, only that it implements
2584 the GstTagSetter interface and can modify the stream's
2585 vorbiscomment on the fly (#335635).
2587 * tests/check/Makefile.am:
2588 * tests/check/elements/.cvsignore:
2589 * tests/check/elements/vorbistag.c: (setup_vorbistag),
2590 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2591 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2592 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2593 Add unit test for new vorbistag element.
2595 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2597 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2598 (vorbis_parse_push_headers), (vorbis_parse_chain):
2599 Set BOS flag in packet structure to fix 'jump depends
2600 on unitialized value' errors in valgrind; various minor
2603 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
2605 * gst/playback/gstdecodebin.c: (close_pad_link):
2606 Fix typo in a debug statement.
2608 * gst/playback/gstplaybasebin.c: (probe_triggered),
2609 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2610 (gen_source_element), (source_new_pad), (analyse_source),
2612 When handling no_more_pads in new_decoded_pad, make sure to treat
2613 subtitle pads correctly. Fixes playback with subtitle files.
2615 Move a recurring message to LOG level.
2617 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2618 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2619 which ends up as -1 when cast to an int. Make the logic handle the
2620 max value as an unsigned mask and only change the colorkey when it's
2621 a value we recognise.
2623 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2625 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2626 Removed empty * between paragraphs
2628 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2630 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2631 * gst-libs/gst/rtp/README:
2632 Moved some documentation into .c file
2634 2006-09-29 Wim Taymans <wim@fluendo.com>
2636 * gst/playback/gstdecodebin.c: (no_more_pads):
2639 2006-09-29 Wim Taymans <wim@fluendo.com>
2641 * gst/playback/gstdecodebin.c: (new_caps):
2644 * gst/playback/gstplaybin.c:
2647 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2649 * tests/check/Makefile.am:
2650 Re-enable cddabasesrc test to see if it works again
2653 2006-09-29 Wim Taymans <wim@fluendo.com>
2655 * gst/playback/gstplaybasebin.c: (setup_subtitle),
2656 (gen_source_element):
2657 Handle invalid URIs a bit more gracefully.
2659 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2661 * tests/check/pipelines/oggmux.c:
2662 Remove obsolete comment.
2664 2006-09-29 Michael Smith <msmith@fluendo.com>
2666 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2667 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2668 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2669 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2670 (gst_ogg_mux_collected):
2671 Commit patch from James "Doc" Livingston, adds proper EOS handling
2672 in oggmux. GStreamer can, for the first time ever, create a valid
2675 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2677 Reenable tests now that they pass.
2679 2006-09-29 Wim Taymans <wim@fluendo.com>
2681 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2682 Stop reading commands when EOF (we read 0) as well.
2684 2006-09-28 Wim Taymans <wim@fluendo.com>
2686 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2687 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2688 (find_dynamic), (unlinked), (close_link):
2689 Implement delayed caps linking needed for element with a lot of
2690 different caps on the src pads that get fixed at runtime.
2691 Improve management of dynamic elements.
2693 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2694 (group_destroy), (group_commit), (check_queue), (queue_overrun),
2695 (gen_preroll_element), (remove_groups), (unknown_type),
2696 (add_element_stream), (no_more_pads_full), (no_more_pads),
2697 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2698 (new_decoded_pad), (setup_subtitle), (array_has_value),
2699 (gen_source_element), (source_new_pad), (has_all_raw_caps),
2700 (analyse_source), (remove_decoders), (make_decoder),
2701 (remove_source), (setup_source), (finish_source), (prepare_output),
2702 (gst_play_base_bin_change_state):
2703 * gst/playback/gstplaybasebin.h:
2704 Use more _CAST instead of full type checking casts.
2705 Small cleanups, plug some leaks.
2706 Handle dynamic sources.
2707 Add some helper functions to create lists of strings used for
2708 blacklisting and other stuff.
2709 Refactor some code dealing with analysing the source.
2710 Re-enable sources without pads (like cd:// or other selfcontained
2713 2006-09-28 Wim Taymans <wim@fluendo.com>
2715 * gst-libs/gst/audio/gstbaseaudiosink.c:
2716 (gst_base_audio_sink_render):
2717 When we have a timestamp, we can still perform clipping.
2718 When we have no clock, we must play the sample ASAP.
2720 2006-09-28 Wim Taymans <wim@fluendo.com>
2722 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2723 Set caps on outgoing buffers.
2725 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2726 (gst_video_rate_event), (gst_video_rate_chain):
2727 * gst/videorate/gstvideorate.h:
2728 Fix videorate some more. Fixes #357977
2730 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2732 * tests/check/elements/adder.c: (adder_suite):
2733 Don't set timeout to 6 seconds when we're running
2734 in valgrind ... (and how is 6 seconds longer than
2735 the default anyway?)
2737 2006-09-28 Wim Taymans <wim@fluendo.com>
2739 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2740 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2741 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2742 Keep sink and src segment to keep track of time and support more
2744 Fix bogus next_offset and run_time calculation, don't understand how
2745 this could have worked before. Fixes #357976.
2746 Remove some unneeded vars.
2748 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2750 * gst/playback/gstplaybin.c: (remove_sinks):
2751 Only remove visualisation from visbin if there is a visbin (or:
2752 don't throw warnings when closing totem without playing a file).
2754 2006-09-27 Wim Taymans <wim@fluendo.com>
2756 * gst-libs/gst/audio/gstbaseaudiosink.c:
2757 (gst_base_audio_sink_render):
2758 Add some more info in a WARNING.
2760 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2761 (gst_base_audio_src_create):
2762 Handle PAUSE in create function, use new -core addition to
2763 wait for playing. Fixes pausing and resuming capture from an
2766 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2767 (gst_ring_buffer_read):
2769 Caller supports interrupted reads now.
2771 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2773 * tests/check/Makefile.am:
2774 Another attempt to make the gen64 buildbot happy.
2776 2006-09-27 Stefan Kost <ensonic@users.sf.net>
2778 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2780 * ext/libvisual/visual.c: (gst_visual_clear_actors),
2781 (gst_visual_chain), (gst_visual_change_state):
2782 Libvisual plugin was not passing audio data to libvisual 0.4.0
2783 correctly. Fixes #357800
2785 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2787 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2788 Add timeout to _get_state() so we see which pipeline it is
2789 that causes trouble on the gen64 build bot.
2791 2006-09-27 Wim Taymans <wim@fluendo.com>
2793 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2794 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2795 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2796 (gst_base_rtp_depayload_set_gst_timestamp):
2797 the source pad always uses fixed caps.
2799 2006-09-27 Wim Taymans <wim@fluendo.com>
2801 * docs/libs/gst-plugins-base-libs-docs.sgml:
2802 * docs/libs/gst-plugins-base-libs-sections.txt:
2803 * gst-libs/gst/audio/gstaudioclock.c:
2804 * gst-libs/gst/audio/gstaudioclock.h:
2805 * gst-libs/gst/audio/gstaudiosink.c:
2806 * gst-libs/gst/audio/gstaudiosink.h:
2807 * gst-libs/gst/audio/gstaudiosrc.c:
2808 * gst-libs/gst/audio/gstbaseaudiosink.c:
2809 (gst_base_audio_sink_render):
2810 * gst-libs/gst/audio/gstbaseaudiosink.h:
2811 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2812 * gst-libs/gst/audio/gstbaseaudiosrc.h:
2813 * gst-libs/gst/audio/gstringbuffer.h:
2814 Added docs for the audio libs.
2816 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2818 * tests/check/Makefile.am:
2819 Temporarily disable test that fails on the bots for unknown reasons.
2821 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2823 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2824 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2825 Moved AudioCodecType into priv
2826 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2828 2006-09-25 Wim Taymans <wim@fluendo.com>
2830 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2831 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2832 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2834 Cleanups and small leak fixes.
2835 Added Depayloaders to valid list of autopluggable elements.
2837 2006-09-25 Wim Taymans <wim@fluendo.com>
2839 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2840 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2841 (gen_video_element), (gen_text_element), (gen_audio_element),
2842 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2843 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2844 Detect NO_PREROLL state change returns and disable clock distribution to
2845 the sinks so that sync is disabled.
2846 Avoid some type checking and do simple casts instead.
2847 Small cleanups, fix some FIXMEs.
2848 Be more robust when linking user specified elements, catch an report
2849 errors. Fixes #357404.
2850 Fix some leaks in the error paths.
2852 2006-09-25 Stefan Kost <ensonic@users.sf.net>
2855 ChangeLog surgery for missing bug-number
2857 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
2859 Patch by: Peter Kjellerstedt <pkj at axis com>
2861 * gst/playback/test.c:
2862 Fix compilation with uClibc and -Werror (#357591).
2864 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
2866 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2867 Parse dates that are followed by a time as well (#357532).
2869 * tests/check/libs/tag.c: (test_vorbis_tags):
2870 Add unit test for this.
2872 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2874 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2875 (gst_audio_convert_transform_caps):
2876 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2877 * gst/videotestsrc/videotestsrc.h:
2878 A few array const-ifications.
2880 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2882 * tests/check/Makefile.am:
2883 See if this makes the build bots happy.
2885 * tests/check/libs/cddabasesrc.c:
2888 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2890 Patch by: Young-Ho Cha <ganadist at chollian dot net>
2892 * gst/subparse/samiparse.c: (handle_start_font),
2893 (fix_invalid_entities):
2894 More case-insensitivity for certain tags; recognise entities with
2895 decimal codes as special entities as well (#357330).
2897 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2899 * gst-libs/gst/Makefile.am:
2900 Need to build tag directory before cdda.
2902 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2904 * docs/libs/gst-plugins-base-libs-sections.txt:
2905 * gst-libs/gst/cdda/Makefile.am:
2906 * gst-libs/gst/cdda/gstcddabasesrc.c:
2907 (gst_cdda_base_src_base_init):
2908 * gst-libs/gst/cdda/gstcddabasesrc.h:
2909 * gst-libs/gst/tag/tag.h:
2910 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2911 (gst_tag_register_musicbrainz_tags):
2912 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2913 depend on libgsttag. This is required so we can extract/read tags like
2914 DISCID without depending on libgstcddabasesrc (which used to register
2917 * gst-libs/gst/tag/gstvorbistag.c:
2918 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2919 tags (also see #347848).
2921 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2922 Log vorbis comments we are actually writing. Const-ify array.
2924 2006-09-23 Wim Taymans <wim@fluendo.com>
2926 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2927 Improve buffering a bit by avoiding a deadlock because we cannot assume
2928 the underrun is always called.
2930 2006-09-23 Wim Taymans <wim@fluendo.com>
2932 Patch by: Young-Ho Cha <ganadist at chollian dot net>
2934 * gst-libs/gst/riff/riff-ids.h:
2935 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2936 (gst_riff_create_audio_template_caps):
2937 Added MPEG-4 AAC and id and caps. Fixes #357289
2938 Added WMA9 Lossless id.
2940 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
2942 * ext/gnomevfs/gstgnomevfssrc.c:
2943 Fix misleading docs addition.
2945 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2946 Get rid of compiler warning the right way.
2948 2006-09-22 Wim Taymans <wim@fluendo.com>
2950 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2951 (gst_base_rtp_depayload_finalize),
2952 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2953 (gst_base_rtp_depayload_push_full),
2954 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2955 (gst_base_rtp_depayload_process),
2956 (gst_base_rtp_depayload_set_gst_timestamp),
2957 (gst_base_rtp_depayload_queue_release):
2958 * gst-libs/gst/rtp/gstbasertpdepayload.h:
2961 Refactored the process method and added methods to push from the process
2963 Use _scale functions.
2964 API: gst_base_rtp_depayload_push_ts
2965 API: gst_base_rtp_depayload_push
2967 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2968 timestamps are uint.
2970 2006-09-22 Stefan Kost <ensonic@users.sf.net>
2972 * gst-libs/gst/interfaces/xoverlay.c:
2973 Remove unused statement from doc example.
2975 2006-09-21 Stefan Kost <ensonic@users.sf.net>
2977 * gst-libs/gst/interfaces/videoorientation.c:
2978 (gst_video_orientation_iface_init),
2979 (gst_video_orientation_get_hflip),
2980 (gst_video_orientation_get_vflip),
2981 (gst_video_orientation_get_hcenter),
2982 (gst_video_orientation_get_vcenter),
2983 (gst_video_orientation_set_hflip),
2984 (gst_video_orientation_set_vflip),
2985 (gst_video_orientation_set_hcenter),
2986 (gst_video_orientation_set_vcenter):
2987 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2990 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
2992 * tests/check/Makefile.am:
2993 * tests/check/elements/.cvsignore:
2994 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2995 (create_rgb_conversions), (rgb_conversion_free),
2996 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2997 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2998 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2999 but disable for now since it doesn't pass (something wrong with
3002 2006-09-21 Wim Taymans <wim@fluendo.com>
3004 * gst/playback/gstplaybasebin.c: (group_commit),
3005 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3006 (queue_out_of_data), (gen_preroll_element),
3007 (preroll_remove_overrun), (probe_triggered):
3008 Refactor handling of overrun detection.
3009 Separate handling of group completion and deadlock detection when doing
3010 network buffering. This should fix some deadlocks that were not detected
3011 because the group was completed.
3012 Add more comments, improve debugging.
3014 2006-09-21 Wim Taymans <wim@fluendo.com>
3016 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3017 * tests/check/libs/audio.c:
3018 Some more compilation fixes.
3020 2006-09-21 Wim Taymans <wim@fluendo.com>
3022 * gst-libs/gst/audio/gstringbuffer.c:
3023 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3024 (gst_ring_buffer_read):
3025 Early morning compilation fix.
3027 2006-09-20 Wim Taymans <wim@fluendo.com>
3029 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3030 * tests/check/elements/multifdsink.c: (GST_START_TEST):
3031 * tests/check/elements/videorate.c: (GST_START_TEST):
3032 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3033 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3036 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3038 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3039 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3040 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3041 Handcrafted merge to help CVS understanding what I changed and what
3044 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3046 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3047 (gst_xvimagesink_get_times):
3048 change colorkey behaviour back according to #354773 comment 6/7
3050 2006-09-19 Michael Smith <msmith@fluendo.com>
3052 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3053 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3054 (gst_multi_fd_sink_recover_client),
3055 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3056 (gst_multi_fd_sink_get_property):
3057 * gst/tcp/gstmultifdsink.h:
3058 Implement stubbed out properties unit-type, units-soft-max,
3059 units-max, to allow specifying maximum sizes in units other than
3063 2006-09-19 Wim Taymans <wim@fluendo.com>
3065 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3066 (gst_riff_create_audio_template_caps):
3067 Reorder the audio formats a bit for clarity.
3068 Detect and create caps for MSGSM and MSN (WAV49).
3071 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3072 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3073 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3074 Small cleanups, move error handling out of normal flow for clarity.
3076 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3078 * docs/libs/gst-plugins-base-libs-docs.sgml:
3079 * docs/libs/gst-plugins-base-libs.types:
3080 * gst-libs/gst/interfaces/Makefile.am:
3081 * gst-libs/gst/interfaces/videoorientation.c:
3082 (gst_video_orientation_get_type),
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 * gst-libs/gst/interfaces/videoorientation.h:
3093 API: Add new interface to control video orientation (fixes #354908)
3095 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3097 * gst/videotestsrc/gstvideotestsrc.c:
3098 Use G_UNLIKELY in _create and log one more detail.
3100 (gst_video_test_src_get_times), (gst_video_test_src_create):
3101 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3102 Use gst_util_uint64_scale_int in _get_times().
3104 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3106 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3107 Give better warning message (add object and detail).
3109 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3111 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3112 (gst_xvimagesink_get_times):
3113 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3114 #354773), use gst_util_uint64_scale_int in _get_times()
3116 2006-09-18 Michael Smith <msmith@fluendo.com>
3118 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3119 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3120 always true, leading to dropping all timestamps.
3122 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3124 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3125 (gst_visual_chain), (gst_visual_change_state):
3126 update to work also with libvisual 0.4 API, fix double unref (#355914)
3128 * tools/gst-launch-ext.1.in:
3129 * tools/gst-visualise.1.in:
3130 remove references to old man-pages
3132 * tests/examples/seek/seek.c: (main):
3133 add real meadi-buttons, add tool-tips for the seek-options, arrange
3134 seek options in a table
3136 2006-09-18 Michael Smith <msmith@fluendo.com>
3138 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3139 (gst_ogg_mux_push_buffer):
3140 Don't generate out-of-order timestamps from oggmux, instead clamp
3141 output timestamps to be >= the previously output ts.
3144 2006-09-18 Michael Smith <msmith@fluendo.com>
3146 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3147 (gst_multi_fd_sink_class_init):
3148 Updates, fixes, and typo corrections for multifdsink. No functional
3151 2006-09-17 Michael Smith <msmith@fluendo.com>
3153 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3154 Don't crash on truncated files - check that we got an 8 byte buffer
3155 before trying to memcmp it.
3157 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3159 * gst/playback/gstplaybasebin.c: (get_active_source):
3160 Make stream-switching appear instant to the application
3161 (ie. make sure that a g_object_get on 'current-foo' returns
3162 the stream previously set with g_object_set(). Totem needs
3163 this to update stream-related meta-info (like audio-codec)
3164 correctly when switching streams.
3166 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3168 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3169 (gst_alsa_mixer_ensure_track_list):
3170 Try harder to guess which mixer track is the master mixer
3171 track (instead of just taking the first one that has a pvolume).
3174 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3176 reviewed by: <delete if not using a buddy>
3178 * gst-libs/gst/audio/audio.h:
3179 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3181 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3183 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3184 (gst_audio_convert_transform_caps):
3185 Get structure-name just once.
3187 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3189 * tests/check/elements/audioresample.c: (GST_START_TEST):
3190 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3191 * tests/check/elements/volume.c: (GST_START_TEST):
3192 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3193 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3194 (test_pipeline), (GST_START_TEST):
3195 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3196 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3197 Fix big batch of compiler warnings.
3199 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3201 * ext/gnomevfs/gstgnomevfssrc.c:
3202 Add docs about icydemux usage in connection with gnomevfssrc
3204 * ext/libvisual/visual.c:
3205 * ext/ogg/gstoggaviparse.c:
3206 * ext/ogg/gstoggdemux.c:
3207 * ext/ogg/gstoggmux.c:
3208 * ext/ogg/gstoggparse.c:
3209 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3210 * gst-libs/gst/audio/gstaudiosink.c:
3211 * gst-libs/gst/audio/gstaudiosrc.c:
3212 * gst/audiorate/gstaudiorate.c:
3213 More G_OBJECT macro fixing.
3215 * gst/audiotestsrc/gstaudiotestsrc.h:
3216 Fix wrong info in header due to copy & paste
3218 2006-09-15 Wim Taymans <wim@fluendo.com>
3220 * gst-libs/gst/audio/gstbaseaudiosink.c:
3221 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3222 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3223 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3224 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3225 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3226 Do the delay calculation in the source/sink base classes as this is
3227 specific for the capture/playback mode.
3228 Try to fixate a bit better, like round depth up to a multiple of 8
3230 Handle underruns correctly by marking DISCONT on buffers and adjusting
3231 timestamps to handle the gap.
3232 Set offset/offset_end correctly on buffers.
3234 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3235 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3236 (gst_ring_buffer_read):
3237 Remove resync and underrun recovery from the ringbuffer.
3238 Fix ringbuffer read code on under/overrun.
3240 2006-09-15 Wim Taymans <wim@fluendo.com>
3242 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3243 (gst_play_base_bin_init), (fill_buffer), (check_queue),
3244 (queue_threshold_reached), (gst_play_base_bin_set_property),
3245 (gst_play_base_bin_get_property):
3246 * gst/playback/gstplaybasebin.h:
3247 Don't use a 0 low watermark when buffering, it is catching starvation
3248 way too late. Instead, use a 3 second queue with 30 and 95
3249 percent low/high watermarks.
3250 Added queue-min-threshold property to configure low watermark.
3251 Use new _buffering message API.
3252 Make queue_threshold variable big enough to store a uint64 time value.
3253 API: playbin::queue-min-threshold property.
3255 2006-09-15 Wim Taymans <wim@fluendo.com>
3258 We require 0.10.10.1 now because of _wait_preroll().
3260 * gst-libs/gst/audio/gstbaseaudiosink.c:
3261 (gst_base_audio_sink_render):
3262 Use gst_base_sink_wait_preroll().
3264 2006-09-15 Wim Taymans <wim@fluendo.com>
3266 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3267 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3268 Use DEBUG_OBJECT more.
3270 === release 0.10.10 ===
3272 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3274 patch by: Michael Smith <msmith at fluendo dot com>
3276 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3277 (gst_multi_fd_sink_client_queue_buffer),
3278 (gst_multi_fd_sink_new_client):
3279 * tests/check/elements/multifdsink.c: (GST_START_TEST),
3280 (multifdsink_suite):
3281 Fix implementation of sync-method 'next-keyframe'
3284 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3286 patch by: Wim Taymans <wim at fluendo dot com>
3288 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3289 This patch removes the RANDOM flag that was incorrectly introduced with
3290 revision 1.91. Fixes #354590
3292 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
3294 * tests/check/Makefile.am:
3295 Random variation in Makefile line to see if it makes the
3296 gen64-base-full bot any happier.
3298 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3300 * tests/check/pipelines/oggmux.c: (oggmux_suite):
3301 Disable test that fails at the moment (killed after timeout).
3303 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3305 Patch by: James Livingston <doclivingston at gmail.com>
3307 * tests/check/Makefile.am:
3308 * tests/check/pipelines/.cvsignore:
3309 * tests/check/pipelines/oggmux.c: (get_page_codec),
3310 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3311 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3312 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3313 (test_theora_vorbis), (oggmux_suite):
3314 Add simple unit test for oggmux from #337026 with checking for the
3315 EOS flags disabled for the time being.
3317 2006-09-04 Wim Taymans <wim@fluendo.com>
3319 patch by: Alessandro Dessina <alessandro nnva org>
3321 * ext/ogg/gstoggmux.c:
3322 Add cmml caps to oggmux. Fixes #353912
3324 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3326 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3327 Returning a return value often helps. In this case, we
3328 don't need the return value anyway, so just get rid of it.
3329 Should make build bots much happier.
3331 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3333 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3334 (paint_get_structure), (gst_video_test_src_get_size),
3335 (gst_video_test_src_smpte), (gst_video_test_src_snow),
3336 (gst_video_test_src_unicolor), (paint_setup_AYUV),
3337 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3338 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3339 * gst/videotestsrc/videotestsrc.h:
3340 Add support for AYUV and the various RGBA formats. Initialise
3341 fields of paintinfo structs allocated on the stack.
3343 * tests/check/elements/videotestsrc.c: (right_shift_colour),
3344 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3345 (check_rgb_buf), (videotestsrc_suite):
3346 Add unit tests for videotestsrc's RGB output.
3348 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3350 * gst/videotestsrc/gstvideotestsrc.c:
3351 (gst_video_test_src_pattern_get_type),
3352 (gst_video_test_src_set_pattern):
3353 * gst/videotestsrc/gstvideotestsrc.h:
3354 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3355 (gst_video_test_src_black), (gst_video_test_src_white),
3356 (gst_video_test_src_red), (gst_video_test_src_green),
3357 (gst_video_test_src_blue):
3358 * gst/videotestsrc/videotestsrc.h:
3359 Add more uni-colour patterns ("white", "red", "green", and "blue").
3361 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3363 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3364 Fix stride for YVYU, should be word-aligned (#353658).
3366 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
3368 * gst/adder/gstadder.c: (gst_adder_src_event):
3371 2006-08-31 Edward Hervey <edward@fluendo.com>
3373 * gst/adder/gstadder.c: (forward_event_func),
3374 (gst_adder_src_event), (gst_adder_collected),
3375 (gst_adder_change_state):
3376 * gst/adder/gstadder.h:
3377 Remember the start position asked in the incoming seeks, so we can
3378 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3379 of assuming it will always be 0).
3381 2006-08-31 Edward Hervey <edward@fluendo.com>
3383 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3384 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3385 (gst_ogg_demux_loop):
3386 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3388 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
3390 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3391 (gst_ffmpegcsp_get_unit_size):
3392 Return FALSE instead of returning a random false unit
3393 size when the format isn't known/supported (even if
3394 this shouldn't happen under normal circumstances).
3396 2006-08-29 Wim Taymans <wim@fluendo.com>
3398 Patch by: Tim-Philipp Müller <tim at centricular dot net>
3400 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3401 (gst_gnome_vfs_src_start):
3402 Try harder to get the size from a uri by using _info_uri() when
3403 _info_from_handle() does not give us enough info.
3404 Also follow symlinks when getting the size.
3405 Partially Fixes #332864.
3407 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3409 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
3411 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3412 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3413 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3414 (gst_alsa_mixer_set_record):
3415 * ext/alsa/gstalsamixertrack.c:
3416 (gst_alsa_mixer_track_update_alsa_capabilities),
3417 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3418 (gst_alsa_mixer_track_update):
3419 * ext/alsa/gstalsamixertrack.h:
3420 Improve and fix mixer track handling, in particular better handling
3421 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3422 separate track objects for tracks that have both capture and playback
3423 volume (and label them differently as well so they're not mistakenly
3424 assumed to be duplicates); classify mixer tracks that only affect
3425 the audible volume of something (rather than the capture volume)
3426 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3427 for capture tracks to correspond to alsa-pswitch alsa-cswitch
3428 (following the meaning documented in the mixer interface header
3429 file); add support for alsa's exclusive cswitch groups; update/sync
3430 state/flags better if mixer settings are changed by another
3431 application. Fixes #336075.
3433 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3435 * gst/playback/gstplaybin.c:
3436 Improve docs: add section about BUFFERING messages sent by playbin.
3438 2006-08-29 Michael Smith <msmith@fluendo.com>
3440 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3441 (gst_vorbis_enc_buffer_check_discontinuous),
3442 (gst_vorbis_enc_chain):
3443 Ignore explicit DISCONT marked on buffers (which is often spurious,
3444 particularly when using multiple segments), in favour of solely
3445 using the timestamps/durations.
3447 2006-08-29 Edward Hervey <edward@fluendo.com>
3449 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3450 Don't rely on incoming buffers offset anymore, since it is completely
3451 broken when using multiple segments.
3452 Instead convert the incoming buffers timestamp to running time, and
3453 then convert that value to the offsets.
3454 Also inform GstSegment of the last outputted stop position, which is
3455 needed if we received several segments with an unknown stop value.
3457 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
3459 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3460 fix buffer unreffing on a header push failure
3462 2006-08-28 Wim Taymans <wim@fluendo.com>
3464 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3465 (gst_audio_rate_chain):
3466 Make the metadata of the buffer writable before changing its
3469 2006-08-28 Wim Taymans <wim@fluendo.com>
3471 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3472 (gst_audio_rate_setcaps), (gst_audio_rate_init),
3473 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3474 (gst_audio_rate_chain), (gst_audio_rate_change_state):
3475 Fix audiorate some more.
3476 Reset and resync counters on flush and READY.
3477 Handle the DISCONT flag correctly.
3478 Use GstSegment to track position.
3479 Fail when not negotiated.
3482 2006-08-25 Michael Smith <msmith@fluendo.com>
3484 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3486 Remove accidently included debug line.
3488 2006-08-25 Wim Taymans <wim@fluendo.com>
3490 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3492 If a buffer is received with no caps, make the buffer metadata
3493 writable and set the caps, making sure that we don't screw up the
3496 2006-08-25 Michael Smith <msmith@fluendo.com>
3498 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3499 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3500 Fix memory leaks and misleading debug messages, add a couple of
3503 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3504 (gst_multi_fd_sink_render):
3505 Do not use gst_buffer_make_writable() in a basesink render method,
3506 as it may incorrectly unref the buffer. Instead, use convoluted
3507 dance to avoid copying the buffer except when we need to.
3509 2006-08-25 Michael Smith <msmith@fluendo.com>
3511 * ext/vorbis/vorbisenc.c:
3512 (gst_vorbis_enc_buffer_check_discontinuous):
3513 Allow very small discontinuities in the timestamps. These we can't
3514 do anything useful with anyway (because vorbis's timestamps have
3515 only sample granularity), and are commonly produced by elements with
3516 minor bugs. Allow up to 1/2 a sample out.
3519 2006-08-24 Wim Taymans <wim@fluendo.com>
3521 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3522 (play_scrub_toggle_cb), (main):
3523 Add a checkbox to enable play scrubbing. Makes it possible to disable
3526 2006-08-23 Stefan Kost <ensonic@users.sf.net>
3528 * tests/check/elements/.cvsignore:
3531 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3533 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3534 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3535 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3536 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3537 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3538 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3539 (gst_ogm_text_parse_strip_trailing_zeroes),
3540 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3541 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3542 Refactor ogm parse, do better input checking, misc. clean-ups.
3543 Cache incoming events and push them once the source pad has
3544 been created. Don't pass unterminated strings to sscanf().
3545 Strip trailing zeroes from subtitle text output, since they
3546 are not valid UTF-8. Don't push vorbiscomment packets on
3547 the subtitle text pad. Output perfect streams if possible.
3549 2006-08-23 Wim Taymans <wim@fluendo.com>
3551 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3552 Waits for tasks to settle down so that we clean up correctly for
3555 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3557 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3558 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3559 actually return return value in taglists_are_equal.
3561 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3563 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3564 Fix crash due to broken bitstream parsing on x86-64: can't make
3565 any assumptions about sizeof(struct) due to alignment/packing
3566 differences on different architectures. Fixes #351790.
3568 2006-08-22 Wim Taymans <wim@fluendo.com>
3570 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3571 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3572 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3573 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3574 (gst_riff_parse_info):
3575 Protect public functions against bad input.
3579 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3581 * gst-libs/gst/riff/riff-ids.h:
3582 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3583 Add voxware audio IDs (even if we can't play it) (#351795).
3585 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3587 * gst-libs/gst/riff/riff-media.c:
3588 (gst_riff_create_video_template_caps),
3589 (gst_riff_create_audio_template_caps),
3590 (gst_riff_create_iavs_template_caps):
3591 Const-ify some arrays and use G_N_ELEMENTS instead
3592 of wasting oodles of RAM on terminator bits.
3594 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3596 * gst-libs/gst/tag/gstvorbistag.c:
3597 (gst_tag_list_to_vorbiscomment_buffer):
3598 * tests/check/libs/tag.c: (GST_START_TEST):
3599 And the same for _to_vorbiscomment_buffer(): allow
3600 id_data_len == 0 for speex.
3602 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
3605 * docs/plugins/Makefile.am:
3606 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3607 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3608 * docs/plugins/inspect/plugin-gdp.xml:
3609 * gst/gdp/Makefile.am:
3610 * tests/check/Makefile.am:
3611 Move GDP plugin to -base from -bad. Closes #347783.
3613 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3615 * gst-libs/gst/tag/gstvorbistag.c:
3616 (gst_tag_list_from_vorbiscomment_buffer):
3617 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3618 Also add some checks to make sure we don't memcmp() beyond the end of
3619 vorbiscomment buffer if the ID to check for is larger than the buffer.
3621 * tests/check/libs/tag.c: (GST_START_TEST):
3622 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3624 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3626 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3627 (gst_vorbis_enc_set_metadata):
3628 Use vorbis comment utility functions from libgsttag
3629 instead of re-inventing the wheel (partially fixes #347091).
3631 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
3633 * tests/check/elements/audioconvert.c: (GST_START_TEST):
3634 Fix leaks. Wait for state transitions that might happen ASYNC, as well
3637 2006-08-21 Wim Taymans <wim@fluendo.com>
3639 * docs/libs/Makefile.am:
3640 * docs/libs/gst-plugins-base-libs-sections.txt:
3641 * docs/libs/gst-plugins-base-libs.types:
3642 Don't try to GObject scan the netbuffer as it's not a GObject.
3645 * gst-libs/gst/netbuffer/gstnetbuffer.c:
3646 * gst-libs/gst/netbuffer/gstnetbuffer.h:
3647 Document GstNetBuffer.
3649 2006-08-21 Stefan Kost <ensonic@users.sf.net>
3651 * tests/check/elements/audioconvert.c: (GST_START_TEST),
3652 (audioconvert_suite):
3653 Add testcase for caps-size-explosion
3655 2006-08-20 Stefan Kost <ensonic@users.sf.net>
3657 * gst/audioconvert/gstaudioconvert.c:
3658 (gst_audio_convert_get_unit_size), (set_structure_widths):
3659 Lower debug, use g_assert in _get_unit_size
3661 * gst/audioresample/gstaudioresample.c:
3662 (audioresample_get_unit_size):
3663 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3664 (gst_ffmpegcsp_get_unit_size):
3665 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3666 use g_assert in _get_unit_size
3668 2006-08-18 Wim Taymans <wim@fluendo.com>
3670 * docs/libs/gst-plugins-base-libs-sections.txt:
3671 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3672 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3673 (gst_rtp_buffer_get_payload_buffer):
3674 * gst-libs/gst/rtp/gstrtpbuffer.h:
3675 Document GstRTPBuffer.
3676 Added function to efficiently strip payload headers.
3677 API: gst_rtp_buffer_get_payload_subbuffer()
3679 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3681 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3682 (gst_tag_to_vorbis_comments):
3683 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3684 tags and deserialise them properly as well (#347091).
3685 Add some more gtk-doc blurbs and also some g_return_if_fail().
3687 * tests/check/libs/tag.c: (GST_START_TEST),
3688 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3691 2006-08-17 Wim Taymans <wim@fluendo.com>
3693 * ext/ogg/Makefile.am:
3694 * ext/ogg/gstogg.c: (plugin_init):
3695 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3696 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3697 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3698 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3699 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3700 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3701 Added ogg-in-avi parser element. Fixes #140139.
3703 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3704 Fixed a bug in oggdemux debug code.
3706 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3707 (gst_riff_create_audio_template_caps):
3708 Recognise Ogg in the AVI extensible wave format.
3710 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3712 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3713 Make buffer durations add up (duration should be next_ts-ts for
3714 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3717 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3718 (test_buffer_timestamps), (cddabasesrc_suite):
3719 Add unit test for the above.
3721 * tests/check/Makefile.am:
3722 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3723 to see what happens.
3725 2006-08-16 Wim Taymans <wim@fluendo.com>
3727 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3728 (gst_alsasink_open):
3729 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3731 Avoid setting and using a NULL device name.
3732 Print more info when we fail to open a device.
3734 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
3736 * docs/libs/gst-plugins-base-libs-sections.txt:
3737 * gst-libs/gst/tag/tag.h:
3738 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3739 API: add gst_tag_parse_extended_comment() (#351426).
3741 * tests/check/Makefile.am:
3742 * tests/check/libs/.cvsignore:
3743 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3744 Add unit test for gst_tag_parse_extended_comment().
3746 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3748 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3749 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3752 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3754 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3755 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3756 * docs/plugins/gst-plugins-base-plugins.args:
3757 * gst/playback/gstplaybin.c:
3760 * docs/plugins/inspect/plugin-adder.xml:
3761 * docs/plugins/inspect/plugin-alsa.xml:
3762 * docs/plugins/inspect/plugin-audioconvert.xml:
3763 * docs/plugins/inspect/plugin-audiorate.xml:
3764 * docs/plugins/inspect/plugin-audioresample.xml:
3765 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3766 * docs/plugins/inspect/plugin-cdparanoia.xml:
3767 * docs/plugins/inspect/plugin-decodebin.xml:
3768 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3769 * docs/plugins/inspect/plugin-gnomevfs.xml:
3770 * docs/plugins/inspect/plugin-ogg.xml:
3771 * docs/plugins/inspect/plugin-pango.xml:
3772 * docs/plugins/inspect/plugin-playbin.xml:
3773 * docs/plugins/inspect/plugin-subparse.xml:
3774 * docs/plugins/inspect/plugin-tcp.xml:
3775 * docs/plugins/inspect/plugin-theora.xml:
3776 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3777 * docs/plugins/inspect/plugin-video4linux.xml:
3778 * docs/plugins/inspect/plugin-videorate.xml:
3779 * docs/plugins/inspect/plugin-videoscale.xml:
3780 * docs/plugins/inspect/plugin-videotestsrc.xml:
3781 * docs/plugins/inspect/plugin-volume.xml:
3782 * docs/plugins/inspect/plugin-vorbis.xml:
3783 * docs/plugins/inspect/plugin-ximagesink.xml:
3784 * docs/plugins/inspect/plugin-xvimagesink.xml:
3785 Update to CVS version.
3787 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3789 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3790 (gst_play_bin_set_property), (gst_play_bin_get_property),
3791 (value_list_append_structure_list),
3792 (gst_play_bin_handle_redirect_message),
3793 (gst_play_bin_handle_message):
3794 API: GstPlayBin::connection-speed
3795 Add "connection-speed" property; re-order redirect messages with
3796 multiple redirect locations depending on the minimum bitrate if
3797 that information is available and a connection speed is set
3800 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3802 * gst/playback/gstplaybin.c:
3803 Update max volume to the same value that the volume element uses.
3805 2006-08-14 Wim Taymans <wim@fluendo.com>
3807 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3810 2006-08-14 Wim Taymans <wim@fluendo.com>
3812 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3813 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3814 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3815 Add some more debug info.
3816 Don't crash when a seek failed.
3817 Actually return the result of the seek instead of TRUE.
3818 Ignore multiple BOS pages with the same serial so that we don't create
3819 the same stream multiple times.
3820 Post an error when we fail to do the initial seek.
3822 2006-08-13 Wim Taymans <wim@fluendo.com>
3824 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3825 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3828 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3829 (gst_alsa_mixer_new):
3830 Remove hack that always set the device to hw:0*.
3831 Properly find the card name for whatever device was configured.
3832 Do some better debugging.
3835 * ext/alsa/gstalsamixerelement.c:
3836 (gst_alsa_mixer_element_set_property),
3837 (gst_alsa_mixer_element_change_state):
3839 Handle setting of a NULL device name better.
3841 2006-08-11 Wim Taymans <wim@fluendo.com>
3843 * gst/adder/gstadder.c:
3844 Don't clip float values. Fixes #350900.
3846 2006-08-11 Andy Wingo <wingo@pobox.com>
3848 * gst/tcp/gsttcp.c: Really fix the build?
3850 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3853 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
3855 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3856 Float caps shouldn't have a "signed" field.
3858 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
3860 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3861 Implement SEEKING query in its most basic form, so that we can
3862 at least check if we're seekable or not (#350655).
3864 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
3866 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3867 The checks here are not even close to anything that would
3868 justify MAXIMUM probability, lowering to POSSIBLE until someone
3869 fixes the checks (case at hand: quicktime redirection files
3870 might start with 00 00 01 XX and pass the checks here just
3873 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
3875 Patch by: Sjoerd Simons <sjoerd at luon net>
3877 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3878 Better detection for multipart/x-mixed-replace: accept leading
3879 whitespaces before the boundary marker as well (as our very own
3880 multipartmux used to produce) (#349068).
3882 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
3884 Patch by: Young-Ho Cha <ganadist at chollian net>
3886 * gst-libs/gst/riff/riff-ids.h:
3887 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3888 (gst_riff_create_audio_template_caps):
3889 Detect DTS audio streams (#350157).
3891 2006-08-05 Andy Wingo <wingo@pobox.com>
3893 * ext/theora/gsttheoraparse.h:
3894 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3895 (theora_parse_dispose, theora_parse_set_property)
3896 (theora_parse_get_property, theora_parse_munge_granulepos)
3897 (theora_parse_push_buffer, theora_parse_change_state):
3898 API: GstTheoraParse::synchronization-points
3899 Add a property 'synchronization-points' to fix badly synchronized oggs.
3901 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3903 * tests/check/Makefile.am:
3904 * tests/check/libs/.cvsignore:
3905 * tests/check/libs/audio.c: (structure_contains_channel_positions),
3906 (fixed_caps_have_channel_positions), (GST_START_TEST),
3907 (audio_suite), (main):
3908 Add a few tests for the channel position stuff in libgstaudio.
3910 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3912 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3913 (gst_alsa_detect_channels):
3914 * ext/alsa/gstalsasink.c:
3915 Add support for cards that (only) do more than 8 channels,
3916 like the Delta 44 (#345188).
3918 * gst-libs/gst/audio/multichannel.c:
3919 (gst_audio_check_channel_positions):
3920 * gst-libs/gst/audio/multichannel.h:
3921 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3922 unspecified channel position and cannot be combined with any
3923 of the other audio channel positions; adjust position layout
3924 checks accordingly (#345188).
3926 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3928 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3929 Recognise ancient RealAudio files (see #349779).
3931 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3933 Patch by: Jens Granseuer <jensgr at gmx net>
3935 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3936 Add typefinder for Interplay's MVE format (#348973).
3938 2006-08-02 Wim Taymans <wim@fluendo.com>
3940 Patch by: Marcel Moreaux <marcelm at luon dot net>
3942 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3943 (gst_base_rtp_depayload_add_to_queue):
3944 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3945 Handle RTP sequence number rollover.
3946 Disable jitterbuffer by default.
3948 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
3950 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3951 (audioresample_set_caps):
3952 Don't leak references to the incoming caps. Clean them up when
3955 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3956 (gst_video_scale_finalize):
3957 Don't leak our temporary pixel buffer.
3959 * tests/check/Makefile.am:
3960 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3961 (GST_START_TEST), (simple_launch_lines_suite):
3963 Fix leaks and re-enable the test for valgrind checking.
3965 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
3967 Patch by: Sjoerd Simons <sjoerd at luon net>
3969 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3971 Add typefind function for multipart/x-mixed-replace (#348916).
3973 2006-07-28 Wim Taymans <wim@fluendo.com>
3975 * gst/adder/gstadder.c: (gst_adder_setcaps),
3976 (gst_adder_query_duration):
3977 Fix leak in duration query.
3978 Reflow some docs and notes.
3980 2006-07-28 Michael Smith <msmith@fluendo.com>
3982 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3984 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3987 2006-07-28 Michael Smith <msmith@fluendo.com>
3989 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3990 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3991 (gst_vorbis_enc_push_buffer),
3992 (gst_vorbis_enc_buffer_check_discontinuous),
3993 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3994 * ext/vorbis/vorbisenc.h:
3995 Handle discontinuities in the input vorbis stream correctly,
3996 so that the output is properly timestamped (and has good granulepos
3997 values). Needs some oggmux fixes too.
3999 2006-07-27 Wim Taymans <wim@fluendo.com>
4001 patch by: Kai Vehmanen <kv2004 eca cx>
4003 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4004 (gst_base_rtp_depayload_chain),
4005 (gst_base_rtp_depayload_handle_sink_event),
4006 (gst_base_rtp_depayload_change_state):
4007 Don't send multiple newsegments with different formats.
4010 2006-07-26 Wim Taymans <wim@fluendo.com>
4012 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4013 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4014 Make seeking in ogg more accurate again by doing the more correct
4015 granuletime to stream time conversion.
4017 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
4019 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4020 (gst_multi_fd_sink_new_client):
4021 debug a little more understandably
4022 do not use goto as a substitute for break, especially if
4023 break is also being used
4025 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
4027 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4028 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4029 Remove GLib-2.6 compatibility cruft.
4031 2006-07-24 Wim Taymans <wim@fluendo.com>
4033 * gst-libs/gst/audio/gstbaseaudiosink.c:
4034 (gst_base_audio_sink_render):
4035 Don't try to align a sample to an unknown value.
4037 2006-07-24 Wim Taymans <wim@fluendo.com>
4039 * gst-libs/gst/audio/gstbaseaudiosink.c:
4040 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4041 When the audio clock is slaved to another clock, never try to align
4042 samples but trust the rate interpolation algorithm.
4044 2006-07-24 Wim Taymans <wim@fluendo.com>
4046 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4047 Don't try to calculate silence samples, base class does this much
4050 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4051 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4052 (gst_ring_buffer_acquire):
4053 Calculate silence samples correctly.
4055 * gst-libs/gst/audio/gstringbuffer.h:
4058 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
4060 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4061 Limit search for the first markup tag to the first few kB of
4062 the file. If we don't find one there, it's highly unlikely that
4063 this is an XML(-ish) file.
4065 2006-07-21 Andy Wingo <wingo@pobox.com>
4067 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4068 test to the one in vorbisenc. Also commented out.
4070 * tests/check/pipelines/vorbisenc.c:
4071 (test_discontinuity): New test, commented out until Mike lands
4072 some elite vorbisenc patches.
4074 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4075 Bufferstraw was actually factored out of these tests. Now we share
4078 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4079 for bufferstraw addition to gstcheck.
4081 2006-07-21 Wim Taymans <wim@fluendo.com>
4083 * ext/theora/theoradec.c: (clip_buffer):
4086 2006-07-21 Wim Taymans <wim@fluendo.com>
4088 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4089 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4090 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4092 Avoid type casting when we can.
4094 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4097 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
4099 * ext/alsa/gstalsamixerelement.c:
4100 (gst_alsa_mixer_element_change_state):
4101 Make state change fail if the specified device can't be opened
4104 2006-07-20 Wim Taymans <wim@fluendo.com>
4106 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4107 (cb_newpad), (main):
4108 Example of a small audio/video player using decodebin.
4110 2006-07-20 Stefan Kost <ensonic@users.sf.net>
4112 * gst-libs/gst/riff/riff-ids.h:
4115 2006-07-19 Wim Taymans <wim@fluendo.com>
4117 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4118 (gst_base_rtp_depayload_chain),
4119 (gst_base_rtp_depayload_change_state):
4120 Don't assert when not negotiated but post a meaningfull
4121 error message. Fixes #347918.
4123 * gst-libs/gst/rtp/gstbasertppayload.c:
4124 Add comment about better default MTU size.
4126 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4127 Small cleanups, start docs.
4129 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4131 Patch by: Martin Szulecki
4133 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4134 If "device-name" is requested and the device is not
4135 open, try to temporarily open it to obtain this
4136 information (#342494).
4138 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4140 * gst-libs/gst/tag/gstid3tag.c:
4141 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4143 * gst-libs/gst/tag/gsttageditingprivate.h:
4144 * gst-libs/gst/tag/gstvorbistag.c:
4145 Some more random const-ifications.
4147 2006-07-18 Stefan Kost <ensonic@users.sf.net>
4149 * gst-libs/gst/riff/riff-ids.h:
4150 * gst-libs/gst/riff/riff-media.c:
4151 (gst_riff_create_video_template_caps):
4152 Add more FOURCCs (sort list to make stuff easier to find),
4153 add comment what those 16 bytes in struct _gst_riff_strh according to
4156 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4158 * gst-libs/gst/audio/multichannel.c:
4159 (gst_audio_check_channel_positions),
4160 (gst_audio_fixate_channel_positions):
4161 Const-ify two arrays.
4163 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4165 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4166 Fix typo, so that alsasink also advertises 8 channels
4167 if that's supported (tags: can, worms, open, alsa, ph34r).
4169 2006-07-17 Wim Taymans <wim@fluendo.com>
4171 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4172 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4173 *sigh*, when is the compiler going to warn when the comments
4174 are out-of-sync with the code.. Refix case of busted theora
4175 headers with 0 granule pos.
4177 2006-07-14 Wim Taymans <wim@fluendo.com>
4179 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4180 (gst_base_rtp_depayload_wait),
4181 (gst_base_rtp_depayload_change_state),
4182 (gst_base_rtp_depayload_set_property),
4183 (gst_base_rtp_depayload_get_property):
4184 Fix 99% cpu load by waiting for absolute times on the
4185 clock. Fixes #347300.
4187 2006-07-14 Andy Wingo <wingo@pobox.com>
4189 * ext/theora/gsttheoraparse.h:
4190 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4191 (theora_parse_push_headers, theora_parse_clear_queue)
4192 (theora_parse_drain_queue_prematurely, )
4193 (theora_parse_sink_event, theora_parse_change_state): Queue events
4194 until we initialized our state, like in vorbisparse.
4196 * ext/vorbis/vorbisparse.h:
4197 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4198 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4199 (vorbis_parse_drain_queue_prematurely, )
4200 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4201 until we have initialized our state. Fixes seeking after an
4204 2006-07-14 Andy Wingo <wingo@pobox.com>
4206 Patch by: Iain Holmes <iaingnome@gmail.com>
4208 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4210 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
4213 Bump nano back to CVS
4215 === release 0.10.9 ===
4217 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4220 releasing 0.10.9, "I walk the line"
4222 2006-07-14 Michael Smith <msmith@fluendo.com>
4224 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4225 Move a g_cond_signal to earlier to avoid sometimes deadlocking
4226 (commonly happens when running this test under valgrind) when trying
4227 to remove the buffer probe.
4229 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4231 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4232 Fix missing g_unlock from the previous commit
4234 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4236 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4237 (gst_ximagesink_change_state):
4238 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4239 (gst_xvimagesink_change_state):
4240 Implement a locking order to ensure we always take the object lock
4241 before the x_lock and never vice-versa.
4243 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4245 * gst/playback/gstdecodebin.c: (find_compatibles):
4246 Fix a caps leak when linking (#347304)
4248 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4249 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4250 (gst_ximagesink_change_state):
4251 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4252 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4253 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4254 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4255 Don't leak shared memory resources. Use the object lock to protect
4256 against the xcontext disappearing while returning a buffer from the
4259 2006-07-12 Edward Hervey <edward@fluendo.com>
4261 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4262 (vorbis_handle_comment_packet):
4263 gst_tag_list_merge() returns a new object. Take that into account when
4264 using it. This avoids memleak.
4265 Revert previous commit which is not needed.
4267 2006-07-12 Edward Hervey <edward@fluendo.com>
4269 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4270 Reset the decoder in finalize so that all fields get cleared.
4272 2006-07-12 Wim Taymans <wim@fluendo.com>
4274 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4275 (gst_base_audio_src_set_clock),
4276 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4277 Don't try to post an error message when setting the clock fails
4278 as this can happen when adding an element to a bin which will then
4279 deadlock. Fixes #347296.
4281 2006-07-12 Edward Hervey <edward@fluendo.com>
4283 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4284 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4285 (vorbis_handle_type_packet):
4286 Post tag messages on the bus even if we're not initialized.
4287 If we're not initialized, we still postpone the event pushing of tags.
4289 2006-07-12 Wim Taymans <wim@fluendo.com>
4291 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4292 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4293 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4294 Revert last two changes that broke the freeze.
4296 2006-07-12 Wim Taymans <wim@fluendo.com>
4298 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4299 basesink calculates silence sample correctly for us.
4301 2006-07-12 Wim Taymans <wim@fluendo.com>
4303 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4304 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4305 Calculate correct silence samples so we don't fill our ringbuffer
4308 2006-07-12 Edward Hervey <edward@fluendo.com>
4310 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4311 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4312 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4313 * ext/vorbis/vorbisdec.h:
4314 Delay sending events (newsegment, tags) until the decoder is properly
4318 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
4320 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4321 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4322 Patch from #347221 adding a test for audioconvert
4325 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
4327 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4328 (gst_ssa_parse_parse_line):
4329 Don't include the terminating NUL in the buffer size,
4330 it's only there for extra paranoia (would add random
4331 '*' characters at the end of each subtitle since the
4332 terminator itself is not valid UTF-8 technically).
4333 Also fix indenting after boilerplate macro.
4335 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
4337 * gst/playback/gstdecodebin.c: (close_pad_link):
4338 Also emit 'unknown-type' signal (which should really be
4339 called unhandled-type) if we found potential decoders/demuxers
4340 in the registry but none of them worked in the end (as in the
4341 case where the plugins don't exist any longer but are still
4342 listed in the registry). Fixes #329798.
4344 2006-07-08 Andy Wingo <wingo@pobox.com>
4346 * theoraparse.c (theora_parse_push_buffer)
4347 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4348 Add some more debugging. Fix granulepos reconstruction in the face
4351 2006-07-06 Wim Taymans <wim@fluendo.com>
4353 * gst-libs/gst/audio/gstbaseaudiosink.c:
4354 (gst_base_audio_sink_class_init),
4355 (gst_base_audio_sink_provide_clock):
4356 Use gobject_class instead of G_OBJECT_CLASS (klass)
4358 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4359 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4360 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4361 (gst_base_audio_src_get_time),
4362 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4363 (gst_base_audio_src_create_ringbuffer):
4364 Fix latency and buffer-time constants and properties ala basesink.
4365 Implement pull based scheduling. Fixes #346527.
4366 Set default blocksize in GstBaseSrc to 0, we default to pushing out
4368 Refuse slaving to another clock instead of silently not working.
4369 Only provide a clock when we are actually able to do so.
4370 Various small cleanups and compiler hints.
4372 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4374 Patch by: Lutz Mueller <lutz at topfrose de>
4376 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4378 Add typefinding for text/html (#346581).
4380 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4382 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4383 (xml_check_first_element), (xml_type_find), (smil_type_find):
4384 Fix SMIL typefinding, make xml_check_first_element() more
4387 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4389 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4390 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4391 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4392 * gst/playback/gstplaybasebin.h:
4393 Protect list of elements with a subtitle-encoding property and
4394 the subtitle encoding member itself with a lock of their own
4395 instead of using the object lock. This prevents a dead-lock in
4396 the element-remove callback in some circumstances when shutting
4399 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
4401 * win32/common/libgsttag.def:
4402 Export some new functions.
4403 * win32/vs6/libgstogg.dsp:
4404 Add a link to libgsttag-0.10.lib.
4406 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
4408 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4409 Some const-ification.
4411 2006-07-04 Wim Taymans <wim@fluendo.com>
4413 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4414 Improve checking if we are dealing with a stream. Added some
4415 more uris that need buffering.
4417 2006-07-03 Edward Hervey <edward@fluendo.com>
4419 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4420 Remove unused variable.
4422 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
4427 add GCOV_LIBS to GST_LIBS
4429 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
4431 Patch by: Michael Sheldon <webmaster at mikeasoft com>
4433 * ext/alsa/gstalsasrc.c:
4434 Add 32 bps to template caps and increase channels range
4435 from [1,2] to [1,MAX]. See #346326.
4437 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
4439 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4440 Recognise 'WMVA' video codec fourcc (#345879).
4442 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
4444 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4445 Fixed nasty memory leak
4447 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
4449 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4450 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4453 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
4455 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4456 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4457 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4458 Protect remove_fakesink using a mutex, so that we don't try and
4459 remove the fakesink simultaneously from multiple threads.
4461 When going from READY to PAUSED, restore the fakesink, so that
4462 it is there when decodebin gets reused.
4464 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
4466 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4467 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4468 * gst-libs/gst/rtp/gstbasertppayload.c:
4469 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4470 * gst/tcp/gstmultifdsink.c:
4471 * gst/tcp/gsttcpclientsink.c:
4472 * gst/tcp/gsttcpclientsrc.c:
4473 * gst/tcp/gsttcpserversink.c:
4474 * gst/tcp/gsttcpserversrc.c:
4475 * gst/videorate/gstvideorate.c:
4476 * gst/videotestsrc/gstvideotestsrc.c:
4477 * sys/v4l/gstv4ljpegsrc.c:
4478 * sys/v4l/gstv4lmjpegsink.c:
4479 * sys/v4l/gstv4lsrc.c:
4480 * tests/examples/seek/scrubby.c:
4481 * tests/examples/seek/seek.c:
4482 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4484 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4486 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4487 Second field in GEnumValue shouldn't be a description,
4488 but a stringified version of the enum value.
4490 2006-06-22 Wim Taymans <wim@fluendo.com>
4492 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4493 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4494 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4495 Avoid type checking in buffer casts.
4496 Avoid caps copy in buffer_alloc when we can.
4497 Use pad_peer_accept.
4499 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4501 * gst-libs/gst/tag/tag.h:
4502 Oops, make that 'Since: 0.10.9'.
4504 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4506 * docs/libs/gst-plugins-base-libs-sections.txt:
4507 * gst-libs/gst/tag/tag.h:
4508 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4509 (gst_tag_image_type_get_type):
4510 API: add GstTagImageType enum to describe images contained
4511 in image tags (#345641).
4513 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4515 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4516 Fix warnings with gst-inspect: "buffers-min" property
4517 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4518 typo in property description.
4520 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4522 Patch by: Cody Russell <bratsche at gnome org>
4524 * gst/audioresample/gstaudioresample.c:
4525 (gst_audioresample_class_init):
4526 * gst/playback/gststreamselector.c:
4527 (gst_stream_selector_class_init):
4528 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4529 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4530 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4531 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4532 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4533 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4534 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4535 * gst/videotestsrc/gstvideotestsrc.c:
4536 (gst_video_test_src_class_init):
4537 * gst/volume/gstvolume.c: (gst_volume_class_init):
4538 Avoid unnecessary class cast check in class_init
4539 functions (#337747).
4541 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
4543 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4544 (gst_text_overlay_video_chain):
4545 g_markup_escape_text() REALLY doesn't like non-UTF8 input
4546 and doesn't validate its input either (and neither did
4547 textoverlay it seems). Let's do that then and fix #345206.
4549 2006-06-19 Wim Taymans <wim@fluendo.com>
4551 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4552 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4553 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4554 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4555 (find_syncframe), (find_limits), (assign_value),
4556 (count_burst_unit), (gst_multi_fd_sink_new_client),
4557 (gst_multi_fd_sink_handle_client_write),
4558 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4559 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4560 (gst_multi_fd_sink_change_state):
4561 * gst/tcp/gstmultifdsink.h:
4562 Added shiny new burst-on-connect methods.
4563 Add properties to control the minimal amount of data queued.
4565 API: bytes-min property
4566 API: time-min property
4567 API: buffers-min property
4568 API: burst-unit property
4569 API: burst-value property
4570 API: add-full signal
4572 * gst/tcp/gsttcp-marshal.list:
4573 Added new marshaller code for the new signal.
4575 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4576 (multifdsink_suite):
4577 Added testcases for new burst methods.
4579 2006-06-19 Edward Hervey <edward@fluendo.com>
4581 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4582 Implement clipping for accurate seeking.
4585 2006-06-19 Wim Taymans <wim@fluendo.com>
4587 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4589 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4590 (gst_video_scale_transform):
4591 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4593 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
4596 Fix --disable-external (can't set conditionals conditionally,
4599 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4601 * tests/check/elements/audioresample.c: (test_reuse),
4602 (audioresample_suite):
4603 Add test case for bug #342789 fixed below.
4605 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4607 * gst/audioresample/gstaudioresample.c:
4608 (gst_audioresample_class_init), (gst_audioresample_init),
4609 (audioresample_start), (audioresample_stop),
4610 (gst_audioresample_set_property), (gst_audioresample_get_property):
4611 Implement GstBaseTransform::start and ::stop so that audioresample
4612 can clear its internal state properly and be reused instead of
4613 causing non-negotiated errors with playbin under some circumstances
4616 * tests/check/elements/audioresample.c: (setup_audioresample),
4617 (cleanup_audioresample):
4618 Need to set element state here so that ::start and ::stop are
4621 2006-06-16 Wim Taymans <wim@fluendo.com>
4623 Patch by: Young-Ho Cha <ganadist at chollian dot net>
4625 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4626 Parse extra data better, apparently it's right behind
4627 the normal strf header size. Fixes #343500.
4629 2006-06-16 Wim Taymans <wim@fluendo.com>
4631 * ext/alsa/gstalsasink.c: (set_hwparams):
4632 If we fail to set the buffer_time and period_time alsa
4633 parameters, post a warning and leave alsa select a
4634 default instead of failing. Fixes #342085
4636 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4638 * docs/libs/gst-plugins-base-libs-sections.txt:
4639 * gst-libs/gst/cdda/gstcddabasesrc.h:
4640 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4641 out in the header file and shouldn't be listed in the docs.
4643 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4644 Must dereference pointer to fourcc in the debug statement.
4646 2006-06-16 Stefan Kost <ensonic@users.sf.net>
4648 * docs/libs/Makefile.am:
4649 * docs/libs/gst-plugins-base-libs-docs.sgml:
4650 * docs/libs/gst-plugins-base-libs-sections.txt:
4651 * docs/libs/gst-plugins-base-libs.types:
4652 add remaining symbols into correct setions
4654 * gst-libs/gst/audio/gstringbuffer.c:
4657 * gst-libs/gst/audio/gstringbuffer.h:
4658 comment out not yet implemented function
4661 * gst-libs/gst/floatcast/floatcast.h:
4662 * gst-libs/gst/netbuffer/gstnetbuffer.c:
4663 add short descriptions
4666 * gst-libs/gst/interfaces/propertyprobe.c:
4667 fix return value docs
4669 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4670 simplify debug logging
4672 * gst-libs/gst/riff/riff-read.h:
4673 sync function prototype and docs
4675 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4676 remove left over symbol
4678 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4683 Use GST_PLUGIN_DOCS macro in configure.ac, add
4684 --enable-plugin-docs default to autogen.sh and use
4685 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4687 2006-06-15 Wim Taymans <wim@fluendo.com>
4689 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4690 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4691 (gst_ogg_demux_loop):
4692 Combine GstFlowReturn from the source pads to give a
4693 meaningfull result to the upstream peer or to stop the
4694 processing task in case of errors.
4696 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4698 * gst/playback/gststreaminfo.c: (cb_probe):
4699 Try GST_TAG_CODEC as fallback when extracting the
4700 codec name; more debug info.
4702 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4704 * ext/ogg/Makefile.am:
4705 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4706 Extract language tags from ogm subtitle streams, so that
4707 the subtitle menu choices are labelled correctly in
4708 Totem (fixes #344708).
4710 2006-06-14 Wim Taymans <wim@fluendo.com>
4712 Patch by: Alessandro Decina <alessandro at nnva dot org>
4714 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4715 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4716 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4717 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4718 Fix various leaks. Fixes #343699.
4719 Add x-smoke mime type.
4721 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4723 * gst-libs/gst/riff/riff-ids.h:
4724 Add IDs for 'bext' chunks (see #343837).
4726 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
4728 Patch by: Young-Ho Cha <ganadist at chollian net>
4730 * gst/subparse/samiparse.c: (sami_context_pop_state),
4731 (handle_start_font), (end_sami_element):
4732 Honour font face tags in SAMI subtitles (#344503).
4734 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4737 add missing files containing translatable strings
4739 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4741 * docs/libs/tmpl/.cvsignore:
4742 we don't want those *.sgml files in CVS either
4744 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4746 * docs/libs/.cvsignore:
4747 * tests/check/elements/.cvsignore:
4748 * tests/check/libs/.cvsignore:
4751 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4753 * docs/libs/Makefile.am:
4754 also commiting the changed Makefile.am (added more libs to the
4757 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4759 * docs/libs/gst-plugins-base-libs-docs.sgml:
4760 * docs/libs/gst-plugins-base-libs-sections.txt:
4761 * docs/libs/gst-plugins-base-libs.types:
4762 first batch of reordering things, add index & hierarchy
4764 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
4767 use GST_PKG_CHECK_MODULES, cleans up output
4769 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4771 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4772 Add support for burn:// URIs (#343385); const-ify things a bit,
4773 use G_N_ELEMENTS instead of hard-coded array size.
4775 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4777 Patch by: Young-Ho Cha <ganadist at chollian net>
4779 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4780 Fix up broken entities before passing them to libxml *sigh*.
4783 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4788 === release 0.10.8 ===
4790 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4793 releasing 0.10.8, "Moar gij ziet mij nie"
4795 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
4812 * win32/common/config.h:
4815 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
4817 * docs/libs/tmpl/gstaudio.sgml:
4818 * docs/libs/tmpl/gstcolorbalance.sgml:
4819 * docs/libs/tmpl/gstmixer.sgml:
4820 * docs/libs/tmpl/gstringbuffer.sgml:
4821 * docs/libs/tmpl/gsttuner.sgml:
4822 * docs/libs/tmpl/gstxoverlay.sgml:
4823 * gst-libs/gst/audio/audio.c:
4824 * gst-libs/gst/audio/gstringbuffer.c:
4825 * gst-libs/gst/interfaces/colorbalance.c:
4826 * gst-libs/gst/interfaces/mixer.c:
4827 * gst-libs/gst/interfaces/tuner.c:
4828 * gst-libs/gst/interfaces/xoverlay.c:
4829 move last template doc snippets to source code and delete them
4831 2006-06-06 Michael Smith <msmith@fluendo.com>
4833 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4834 (theora_parse_drain_queue):
4835 Mark DELTA_UNIT on non-keyframes.
4837 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
4839 * gst-libs/gst/audio/gstbaseaudiosink.c:
4840 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4841 * gst-libs/gst/audio/gstbaseaudiosink.h:
4842 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4843 (gst_ring_buffer_samples_done):
4844 * gst-libs/gst/audio/gstringbuffer.h:
4845 Document better the fact that latency_time and buffer_time are values
4846 stored in microseconds, and not the usual GStreamer nanoseconds.
4847 Change the variables (compatibly) that store them from GstClockTime
4848 to guint64 to make it more clear that they're not storing clock times.
4849 Also, remove the bogus property description that says the user can
4850 specify -1 to get the default value, since that's never been the case.
4852 When computing the default segment size for the ring buffer, make it
4853 an integer number of samples.
4855 When the sub-class indicates a delay greater than the number of
4856 samples we've written return 0 from the audio sink get_time method.
4858 2006-06-02 Michael Smith <msmith@fluendo.com>
4860 * tests/check/elements/audioconvert.c: (set_channel_positions),
4861 (get_float_mc_caps), (get_int_mc_caps):
4862 * tests/check/elements/audioresample.c:
4863 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4864 * tests/check/elements/videorate.c:
4865 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4866 * tests/check/elements/volume.c:
4867 * tests/check/elements/vorbisdec.c:
4868 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4869 Don't busy-wait in tests; this was causing test timeouts very
4870 frequently when running under valgrind.
4872 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
4875 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4876 (gst_multi_fd_sink_remove_client_link),
4877 (gst_multi_fd_sink_client_queue_caps),
4878 (gst_multi_fd_sink_client_queue_buffer),
4879 (gst_multi_fd_sink_handle_client_write),
4880 (gst_multi_fd_sink_render):
4881 * gst/tcp/gstmultifdsink.h:
4882 make multifdsink properly deal with streamheader:
4883 - streamheader is taken from caps
4884 - buffers marked with IN_CAPS are not sent
4885 - streamheaders are sent, on connection, from the caps of the
4886 buffer where the client gets positioned to
4887 - further streamheader changes are done every time the client
4888 will receive a buffer with different caps
4889 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4890 (gst_multifdsink_create_streamheader):
4893 2006-06-02 Michael Smith <msmith@fluendo.com>
4895 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4896 Reinstate limit on channel count. Vorbis does not define the meaning
4897 of > 6 channels, so they're just independent channels. Gstreamer
4898 currently has no mechanism to represent N independent channels.
4900 2006-06-02 Michael Smith <msmith@fluendo.com>
4902 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4903 Don't arbitrarily restrict channel counts and rate in vorbis.
4904 In terms of effects likely on real-world files, this fixes 96kHz
4907 2006-06-02 Michael Smith <msmith@fluendo.com>
4909 * gst/audioconvert/audioconvert.c: (float):
4910 More correct float->int conversion.
4912 2006-06-02 Michael Smith <msmith@fluendo.com>
4914 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4915 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4916 value. Fixes g-critical on trying to play back ogg containing
4919 2006-06-02 Wim Taymans <wim@fluendo.com>
4921 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4923 * gst/playback/gstplaybasebin.h:
4924 Make the subtitle detection work from any thread so we don't
4925 deadlock. Fixes #343397.
4927 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
4929 * gst/volume/Makefile.am:
4930 Seriously, it's not *that* hard to get compilation right. Even
4931 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4933 2006-06-01 Stefan Kost <ensonic@users.sf.net>
4935 * gst/volume/gstvolume.c: (volume_choose_func),
4936 (volume_update_real_volume), (gst_volume_class_init),
4937 (gst_volume_init), (volume_process_float), (volume_process_int16),
4938 (volume_process_int16_clamp), (volume_set_caps),
4939 (volume_transform_ip), (plugin_init):
4940 * gst/volume/gstvolume.h:
4941 rewrite the passthrough check, split _int16 and _int16_clamp, fix
4942 another property desc., remove unused param from process function
4944 * tests/check/elements/volume.c: (volume_suite):
4945 reactivate the passthrough test
4947 2006-06-01 Stefan Kost <ensonic@users.sf.net>
4949 * ext/alsa/gstalsamixerelement.h:
4950 * ext/alsa/gstalsamixeroptions.h:
4951 * ext/alsa/gstalsamixertrack.h:
4952 * ext/gnomevfs/gstgnomevfssink.h:
4953 * ext/gnomevfs/gstgnomevfssrc.h:
4954 * ext/theora/gsttheoradec.h:
4955 * ext/theora/gsttheoraenc.h:
4956 * ext/theora/gsttheoraparse.h:
4957 * ext/vorbis/vorbisparse.h:
4958 * gst-libs/gst/audio/gstaudioclock.h:
4959 * gst-libs/gst/audio/gstaudiofilter.h:
4960 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4961 * gst/audioconvert/gstaudioconvert.h:
4962 * gst/audioresample/gstaudioresample.h:
4963 * gst/audiotestsrc/gstaudiotestsrc.h:
4964 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4965 * gst/playback/gststreamselector.h:
4966 * gst/tcp/gstmultifdsink.h:
4967 * gst/tcp/gsttcpclientsink.h:
4968 * gst/tcp/gsttcpclientsrc.h:
4969 * gst/tcp/gsttcpserversink.h:
4970 * gst/tcp/gsttcpserversrc.h:
4971 * gst/videorate/gstvideorate.h:
4972 * gst/videoscale/gstvideoscale.h:
4973 * gst/videotestsrc/gstvideotestsrc.h:
4974 * gst/volume/gstvolume.h:
4975 * sys/v4l/gstv4ljpegsrc.h:
4976 * sys/v4l/gstv4lmjpegsink.h:
4977 * sys/v4l/gstv4lmjpegsrc.h:
4978 * sys/v4l/gstv4lsrc.h:
4979 * sys/ximage/ximagesink.h:
4980 * sys/xvimage/xvimagesink.h:
4981 * tests/old/testsuite/alsa/sinesrc.h:
4982 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4984 2006-05-31 Wim Taymans <wim@fluendo.com>
4986 * ext/libvisual/visual.c: (gst_visual_reset),
4987 (gst_visual_sink_setcaps), (gst_visual_sink_event),
4988 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4990 Use running time before doing QoS.
4993 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
4995 * docs/libs/Makefile.am:
4996 set a magic variable to indicate we know the docs are incomplete
4998 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
5000 * win32/common/libgstvideo.def:
5001 export gst_video_calculate_display_ratio
5002 * win32/vs6/libgstvideoscale.dsp:
5003 add link to libgstvideo-0.10.lib
5005 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
5007 * gst/playback/gstplaybasebin.c: (gen_source_element):
5008 Throw a more comprehensible error for rtsp:// URIs (rather
5009 than erroring out with a negotiation error later on) until
5010 we fix playbin to handle rtspsrc etc.
5012 2006-05-30 Wim Taymans <wim@fluendo.com>
5014 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5015 (gst_text_overlay_text_event):
5018 2006-05-30 Wim Taymans <wim@fluendo.com>
5020 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5021 (gst_adder_request_new_pad), (gst_adder_release_pad):
5022 * gst/adder/gstadder.h:
5023 Implement release_request_pad.
5024 Make padcounter atomic.
5026 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5027 Added check for release_pad in adder.
5029 2006-05-30 Wim Taymans <wim@fluendo.com>
5031 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5034 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
5036 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5037 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5038 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5039 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5040 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5041 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5042 (gst_ogg_demux_bisect_forward_serialno),
5043 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5044 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5046 clean up printf formats for granulepos and serialno
5048 2006-05-30 Michael Smith <msmith@fluendo.com>
5050 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5051 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5052 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5053 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5054 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5055 * ext/vorbis/vorbisenc.h:
5056 Multi-channel caps negotiation, so we can do proper multichannel
5057 vorbis encoding, negotiated through audioconvert.
5059 2006-05-30 Wim Taymans <wim@fluendo.com>
5061 * tests/check/elements/adder.c: (test_event_message_received),
5062 (test_play_twice_message_received), (GST_START_TEST),
5064 Added check to show that #339935 is fixed with ongoing
5065 adder and collectpads fixes.
5067 2006-05-29 Wim Taymans <wim@fluendo.com>
5069 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5070 Don't leak pad name.
5072 2006-05-29 Wim Taymans <wim@fluendo.com>
5074 * gst/adder/gstadder.c: (gst_adder_query_duration),
5075 (forward_event_func), (forward_event), (gst_adder_src_event):
5077 Make query/seeking code threadsafe.
5079 * tests/check/Makefile.am:
5080 * tests/check/elements/adder.c: (test_event_message_received),
5081 (GST_START_TEST), (test_play_twice_message_received):
5082 Fix adder test case.
5084 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
5086 Patch by: Young-Ho Cha <ganadist at chollian net>
5088 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5089 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5090 (set_encoding_element), (decodebin_element_added_cb),
5091 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5092 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5093 * gst/playback/gstplaybasebin.h:
5094 Add 'subtitle-encoding' property to playbin, so applications can
5095 force a subtitle encoding for non-UTF8 subtitles (#342268).
5097 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5098 (gst_sub_parse_set_property):
5099 Rename recently-added 'encoding' property to 'subtitle-encoding'
5100 (so it can be proxied by playbin/decodebin in a generic way
5101 with less danger of false positives).
5103 2006-05-29 Michael Smith <msmith@fluendo.com>
5105 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5106 (append_with_other_format), (set_structure_widths),
5107 (gst_audio_convert_transform_caps):
5108 Patch from #341562: give more specific audio caps in get_caps, so
5109 that basetransform can make better decisions on what caps to
5112 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5114 * tests/check/elements/volume.c:
5115 make it compile again
5117 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5119 * tests/check/elements/volume.c: (volume_suite):
5120 disable test until #343196 gets resolved
5122 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5124 * gst/adder/gstadder.c: (gst_adder_get_type):
5125 Make it easier to copy&paste
5127 * gst/volume/Makefile.am:
5128 * gst/volume/gstvolume.c: (volume_update_real_volume),
5129 (gst_volume_set_volume), (gst_volume_set_mute),
5130 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5131 (volume_transform_ip), (volume_update_mute),
5132 (volume_update_volume):
5133 * gst/volume/gstvolume.h:
5134 Add own debug category, move duplicate code to helper function, fix
5135 property texts, add more comments and prepare ffor liboil-goodness
5137 * tests/check/Makefile.am:
5138 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5139 add test for mute and passtrough case, be a bit more verbose to track
5142 * tests/check/generic/states.c: (GST_START_TEST):
5143 catch elements that fail to instantiate
5145 2006-05-28 Edward Hervey <edward@fluendo.com>
5147 * tests/check/pipelines/simple-launch-lines.c:
5148 * tests/check/pipelines/theoraenc.c:
5149 * tests/check/pipelines/vorbisenc.c:
5150 Comment out tests using parse_launch() if core was built without
5151 parsing capabilities.
5153 2006-05-27 Edward Hervey <edward@fluendo.com>
5155 * tests/check/Makefile.am:
5156 Extra bonus points for whoever explains to ensonic that you are meant
5157 to test unit tests thoroughly before commiting them, especially if
5158 you know it's going to break.
5159 De-activated element/adder tests.
5161 2006-05-27 Edward Hervey <edward@fluendo.com>
5163 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5164 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5165 Marking caps conversion issues as GST_WARNING is way too verbose,
5166 Moving them to GST_LOG.
5168 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
5171 Replace current README (containing the release notes from
5172 some 0.9.x version) with a proper README taken from the core.
5174 2006-05-26 Wim Taymans <wim@fluendo.com>
5176 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5177 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5178 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5179 (vorbis_dec_change_state):
5182 Clip output samples to segment boundaries.
5184 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5186 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5187 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5188 Improve the errors produced on bad output, including some human
5189 readable description strings.
5190 Handle the (theoretical for ximagesink) case where the XServer
5191 has a different idea about the size required for a particular
5192 frame and gives us too small a memory allocation.
5194 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5196 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5197 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5198 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5199 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5200 Improve the errors produced on bad output, including some human
5201 readable description strings.
5202 Handle RGB Xv formats properly by transforming them into our
5203 big-endian caps description.
5204 Use gst_caps_truncate to ensure that we never try and choose a
5205 non-fixed caps in buffer_alloc.
5206 Handle the case where the XServer has a different idea about the size
5207 required for a particular frame and gives us too small a memory
5209 Use -1 to indicate 'no image format', because 0 is a valid XServer
5210 image format number.
5211 Put RGB Xv formats at the end of the caps, so that we always prefer
5213 Iterate the available Xv Encodings to determine the maximum width and
5214 height, and then return that in our caps.
5215 (Closes #315312, #337544)
5217 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
5219 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5220 When there is only one unfinished pad and it receives an event that
5221 doesn't match our requirements, we need to set alldone=FALSE so that
5222 the fakesink is not removed yet.
5224 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
5226 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5227 Use gst_type_find_helper_for_buffer() to find the type
5228 of stream from the first packet.
5231 Bump requirements to core CVS (needed for vorbis
5232 typefinding to work).
5234 2006-05-24 Edward Hervey <edward@fluendo.com>
5236 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5237 Added the 'prfl' atom type which MQV (no, it's not a typo) files
5238 contain. Else they play perfectly fine with qtdemux.
5240 2006-05-23 Stefan Kost <ensonic@users.sf.net>
5242 * ext/theora/theoradec.c:
5243 * ext/theora/theoraenc.c:
5244 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5245 * gst/audiorate/gstaudiorate.c:
5246 make more debug catagories static
5248 * tests/check/Makefile.am:
5249 * tests/check/elements/adder.c: (message_received),
5250 (test_event_message_received), (GST_START_TEST),
5251 (test_play_twice_message_received), (adder_suite):
5252 added test case for using element twice, extra bonus points for anyone
5253 who can make these test run reliably
5255 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
5257 * ext/theora/theoradec.c: (theora_dec_chain):
5258 Make work with time-stamped input buffers that do not
5259 have a granulepos in BUFFER_OFFSET_END (like theora
5260 buffers coming from matroskademux). Fixes #342448.
5262 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
5264 Patch by: Peter Kjellerstedt <pkj at axis com>
5266 * gst/tcp/Makefile.am:
5267 fdstresstest doesn't need Gtk+, fix compilation if
5268 gtk is not available (#342566).
5270 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5272 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5274 Removed redundant floor()
5276 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5278 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5279 On second thought, just skip JUNK chunks automatically, so
5280 the caller doesn't have to handle this. Fixes #342345.
5281 Also, return GST_FLOW_UNEXPECTED if we get a short read,
5284 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5286 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5287 Don't bail out on JUNK chunks with a size of 0 (would try to
5288 pull_range 0 bytes before, which sources don't like too much).
5291 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5293 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5294 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5295 Use the gstutil scaling function to preserve 64 bits while calculating
5296 output width and height from the display-aspect-ratio. (A continuation
5299 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5301 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5302 (gst_xvimagesink_buffer_alloc):
5303 * sys/xvimage/xvimagesink.h:
5304 When performing buffer allocations, remember the caps and image format
5305 we return so that if the same caps are asked for next time we can
5306 return them immediately without doing any caps intersections.
5308 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5310 * gst-libs/gst/rtp/README:
5311 Some new documentation
5312 * gst-libs/gst/rtp/gstrtpbuffer.h:
5313 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
5314 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5315 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5316 New RTP audio base payloader class. Supports frame or sample based
5317 codecs. Not enabled in Makefile.am until approved.
5319 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5321 * tests/check/elements/alsa.c: (test_device_property_probe):
5322 Fix test case: don't try to free NULL GValueArray when there
5325 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5327 * tests/check/Makefile.am:
5328 * tests/check/elements/alsa.c: (test_device_property_probe),
5329 (alsa_suite), (main):
5330 Add simple test that runs a device property probe on alsasrc,
5331 alsasink and alsamixer. Disable valgrind check for now (too
5332 many leaks in libasound, and valgrind ignored my suppressions
5335 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5337 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5338 (gst_alsa_device_property_probe_probe_property),
5339 (gst_alsa_device_property_probe_needs_probe),
5340 (gst_alsa_device_property_probe_get_values),
5341 (gst_alsa_type_add_device_property_probe_interface):
5342 * ext/alsa/gstalsadeviceprobe.h:
5343 * ext/alsa/gstalsamixerelement.c:
5344 (gst_alsa_mixer_element_init_interfaces):
5345 * ext/alsa/gstalsamixerelement.h:
5346 Clean up and simplify alsa device probing. Make it actually work
5347 for multiple classes. Don't cache results any longer.
5349 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5350 (gst_alsasink_init):
5351 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5352 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5353 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5354 Make alsasink and alsasrc implement the GstPropertyProbe interface
5355 for device probing (#342181).
5356 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
5358 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5360 * gst/subparse/samiparse.c: (handle_start_font):
5361 Don't ignore return value of strtol (++compiler_happiness).
5363 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
5365 Patch by: Young-Ho Cha <ganadist chollian net>
5367 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5368 (gst_sub_parse_class_init), (gst_sub_parse_init),
5369 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5371 * gst/subparse/gstsubparse.h:
5372 Add 'encoding' property (#341681).
5374 * gst/subparse/samiparse.c: (characters_sami):
5375 Output is pango markup, so we need to escape text
5376 between tags (#342143).
5378 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5380 * gst-libs/gst/audio/multichannel.c:
5381 (gst_audio_check_channel_positions):
5382 It's okay to have caps with channels=1 and a channel position
5383 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5384 (deinterleavers might want to keep the position in the caps,
5385 so that they can be re-interleaved again properly later).
5386 Leave check for unexpected 2-channel layouts intact for now.
5388 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5390 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5391 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5392 basesrc can do its job correctly.
5394 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5396 * ext/alsa/Makefile.am:
5397 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5398 (gst_alsa_detect_formats), (get_channel_free_structure),
5399 (caps_add_channel_configuration), (gst_alsa_detect_channels),
5400 (gst_alsa_probe_supported_formats):
5401 * ext/alsa/gstalsa.h:
5402 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5403 Refactor and improve caps probing code: probe signedness
5404 when we probe the supported formats/widths; set endianness
5405 to the one we actually probed for (ie. cpu endianness).
5407 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5408 (gst_alsasrc_close):
5409 * ext/alsa/gstalsasrc.h:
5410 Implement caps probing for alsasrc.
5412 2006-05-15 Wim Taymans <wim@fluendo.com>
5414 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5415 (theora_dec_src_query), (theora_dec_src_event),
5416 (theora_dec_sink_event), (theora_handle_comment_packet),
5417 (theora_handle_data_packet), (theora_dec_change_state):
5418 Cleanups, add some G_LIKELY.
5419 Use segment helpers instead of our own wrong code.
5420 Clear queued buffers on seek and READY.
5422 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5423 (vorbis_dec_convert), (vorbis_dec_src_query),
5424 (vorbis_dec_src_event), (vorbis_dec_sink_event),
5425 (vorbis_handle_comment_packet), (vorbis_dec_push),
5426 (vorbis_handle_data_packet), (vorbis_dec_chain),
5427 (vorbis_dec_change_state):
5428 * ext/vorbis/vorbisdec.h:
5429 Remove old useless packetno variable.
5430 Do position query properly.
5432 Do cleanup of queued buffers in new helper function
5435 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5437 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5438 Query supported sample rates. Fixes #341732.
5440 2006-05-15 Julien MOUTTE <julien@moutte.net>
5442 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5443 (gst_decode_bin_change_state): Make decodebin reusable
5444 when going from PAUSE_TO_READY and then back to PAUSED.
5447 2006-05-15 Wim Taymans <wim@fluendo.com>
5449 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5450 (vorbis_dec_convert), (vorbis_dec_src_query),
5451 (vorbis_dec_sink_query), (vorbis_dec_src_event),
5452 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5453 (vorbis_dec_clean_queued), (vorbis_dec_push),
5454 (vorbis_handle_data_packet), (vorbis_dec_change_state):
5455 Cleanups. Use refcounting and DEBUG_OBJECT.
5456 Reset segment on flush, use code methods instead of our
5458 Fix potential memleak.
5460 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5462 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5463 (gst_alsasink_init):
5464 * ext/alsa/gstalsasink.h:
5465 Don't leak allocated snd_output_t structure if there's
5466 more than one alsasink instance at a time (#341873).
5467 Also fix GObject macros in header file.
5469 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5471 * gst/subparse/gstsubparse.c:
5472 (gst_sub_parse_data_format_autodetect):
5473 Don't use libxml functions in the typefinding code.
5475 2006-05-15 Wim Taymans <wim@fluendo.com>
5477 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5478 Fix seeking performance in the case where a non-header
5479 packet has a 0 granulepos (busted theora case).
5481 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5482 the first place, you limelight stealer you)
5484 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5486 * gst/subparse/gstsubparse.c:
5487 (gst_sub_parse_data_format_autodetect):
5488 Improve SAMI typefinding: handle case where there are
5489 whitespaces or newlines in front of the first <SAMI>
5492 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5495 Build video4linux plugin even if there's no XVIDEO, just
5496 without implementing the GstXOverlay interface (#334002).
5498 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5501 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5503 Add tentative support for libvisual-0.4 (#336881).
5505 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5507 Patch by: Young-Ho Cha <ganadist at chollian net>
5509 * gst/subparse/samiparse.c: (handle_start_font):
5510 Need to map "silver" colour explicitly (#169936).
5512 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5514 Patch by: Young-Ho Cha <ganadist at chollian net>
5516 * gst/subparse/Makefile.am:
5517 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5518 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5519 (gst_sub_parse_format_autodetect), (feed_textbuf),
5520 (gst_subparse_type_find), (plugin_init):
5521 * gst/subparse/gstsubparse.h:
5522 * gst/subparse/samiparse.c:
5523 * gst/subparse/samiparse.h:
5524 Add support for SAMI subtitles (#169936).
5526 2006-05-14 Michael Smith <msmith@fluendo.com>
5528 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5529 Fix #341696: crash when mixing L+R+C to mono or stereo.
5530 * tests/check/Makefile.am:
5531 * tests/check/elements/audioconvert.c: (set_channel_positions),
5532 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5533 (audioconvert_suite):
5534 Add test for the above, including some generic framework bits for
5535 testing multichannel things.
5537 === release 0.10.7 ===
5539 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
5542 releasing 0.10.7, "Leave the gun"
5544 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
5546 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5547 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5550 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
5552 * docs/libs/gst-plugins-base-libs-docs.sgml:
5553 * docs/libs/gst-plugins-base-libs-sections.txt:
5554 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5555 * gst-libs/gst/video/video.h:
5556 * gst/videoscale/Makefile.am:
5557 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5558 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5559 * tests/check/Makefile.am:
5560 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5562 Fix integer overflow problem with pixel-aspect-ratio calculations
5563 in videoscale and xvimagesink (#341542)
5565 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
5567 * gst-libs/gst/tag/gstid3tag.c:
5568 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5570 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
5573 update win32 files listing
5575 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5577 patch by: Sjoerd Simons (sjoerd@luon.net)
5579 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5580 (group_create), (group_destroy), (add_stream),
5581 (gst_play_base_bin_get_property),
5582 (gst_play_base_bin_get_streaminfo_value_array):
5583 * gst/playback/gstplaybasebin.h:
5584 API: GstPlayBaseBin::stream-info-value-array property
5585 use a more bindings-friendly way of exposing streaminfo
5586 using a GValueArray. Tested in ipython.
5589 2006-05-11 Wim Taymans <wim@fluendo.com>
5591 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5592 (queue_underrun_cb), (queue_filled_cb):
5593 Also catch queue underruns but don't do anything yet.
5594 Refactor and comment queue enlarging code a bit.
5596 * gst/playback/gstplaybasebin.c: (queue_overrun),
5597 (queue_threshold_reached), (queue_out_of_data),
5598 (gen_preroll_element):
5599 If a queue over/underruns check that we don't create nasty
5600 deadlocks when the min-threshold is not reached but the
5601 max-bytes is. In those cases disable max-bytes when we
5602 know that the queue is fed timed data.
5605 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5607 * gst/playback/gstplaybin.c: (gen_audio_element):
5608 Make playbin automatically plug an 'audioresample'
5609 element before the audio sink as well. This solves
5610 problems with sinks that only accept a very specific
5611 sample rate, like esdsink (e.g. #340379).
5613 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5615 * gst/playback/gstplaybasebin.c: (gen_source_element):
5616 Make http sources send special headers so that we receive
5617 icecast metadata if the http stream is an icecast stream
5618 (otherwise the server will just ignore them). This also
5619 means that from now on users will need the 'icydemux'
5620 element from gst-plugins-good installed if they want to
5621 listen to icecast radio streams. (#341432, #333657).
5623 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5625 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5626 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5627 remove stupid example from docs - it should come with a simple
5630 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5631 (fail_if_can_read), (GST_START_TEST),
5632 (gst_multifdsink_create_streamheader), (multifdsink_suite):
5633 add a test for changing streamheader which exposes a bug in
5636 2006-05-11 Michael Smith <msmith@fluendo.com>
5638 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5639 (gst_gnome_vfs_src_received_headers_callback):
5640 * ext/gnomevfs/gstgnomevfssrc.h:
5641 Don't set icy-caps unless we have a sane interval value. Move
5642 interval to a local variable; we never use it outside this function.
5644 2006-05-11 Wim Taymans <wim@fluendo.com>
5646 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5647 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5648 Register special buffer types along with the objects so
5649 that they are not registered at runtime from N different
5650 streaming threads since they are not threadsafe.
5652 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5654 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5655 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5656 add two more tests, one doing streamheader
5658 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5660 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5661 clean up the bufqueue when shutting down
5662 * tests/check/Makefile.am:
5663 * tests/check/elements/multifdsink.c: (setup_multifdsink),
5664 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5666 add a test for the leak that was just fixed
5668 2006-05-10 Wim Taymans <wim@fluendo.com>
5670 * gst/adder/gstadder.c: (gst_adder_setcaps),
5671 (gst_adder_query_duration), (gst_adder_query), (forward_event),
5672 (gst_adder_src_event), (gst_adder_sink_event),
5673 (gst_adder_class_init), (gst_adder_finalize),
5674 (gst_adder_request_new_pad), (gst_adder_collected):
5675 * gst/adder/gstadder.h:
5676 Updated some docs. Added comments and FIXMEs all over the place.
5677 Improve debugging info.
5678 Fix leak on finalize by not calling the parent.
5679 Implement duration query.
5680 Make event forwarding threadsafe.
5681 Correctly send NEWSEGMENT at start and after flush.
5682 Handle EOS correctly.
5683 Post error when not negotiated.
5685 * tests/check/elements/adder.c: (GST_START_TEST):
5686 Added FIXME in the test.
5688 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5690 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5691 (gst_text_overlay_halign_get_type),
5692 (gst_text_overlay_wrap_mode_get_type):
5693 * ext/theora/theoradec.c: (theora_handle_type_packet),
5694 (theora_handle_data_packet):
5695 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5696 (theora_enc_sink_setcaps), (theora_enc_chain):
5697 * gst-libs/gst/cdda/gstcddabasesrc.c:
5698 (gst_cdda_base_src_mode_get_type):
5699 * gst/audiotestsrc/gstaudiotestsrc.c:
5700 (gst_audiostestsrc_wave_get_type):
5701 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5702 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5703 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5704 (gst_sync_method_get_type), (gst_unit_type_get_type),
5705 (gst_client_status_get_type):
5706 * gst/videoscale/gstvideoscale.c:
5707 (gst_video_scale_method_get_type):
5708 * gst/videotestsrc/gstvideotestsrc.c:
5709 (gst_video_test_src_pattern_get_type):
5710 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5711 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5712 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5713 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5714 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5715 (paint_setup_RGB565), (paint_setup_xRGB1555):
5716 Const-ify GEnumValue and GFlagsValue arrays. Use
5717 GST_ROUND_UP_* macros instead of home-made ones.
5719 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5722 Require core CVS for the new newsegment stuff.
5724 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5726 Patch by: Sjoerd Simons <sjoerd at luon net>
5728 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5729 Register nick for enum value (#341160).
5731 2006-05-09 Stefan Kost <ensonic@users.sf.net>
5733 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5735 backout typefind patch #340375
5737 * tests/check/elements/adder.c: (message_received),
5738 (GST_START_TEST), (adder_suite):
5739 redo, signal-handling of test
5741 2006-05-09 Wim Taymans <wim@fluendo.com>
5743 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5744 (gst_adder_collected):
5745 * gst/adder/gstadder.h:
5746 Remove bogus segment merging and forwarding, we don't
5747 care about timestamps anyway and we just produce a
5749 Also create a nice NEWSEGMENT event when we start.
5750 Use _scale_int some more.
5752 2006-05-09 Edward Hervey <edward@fluendo.com>
5754 * tests/icles/stress-xoverlay.c:
5755 Fix if core was built without parsing support.
5757 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5759 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5760 Add SEDG (Samsung MPEG-4) fourcc.
5762 2006-05-09 Edward Hervey <edward@fluendo.com>
5764 * tests/icles/stress-xoverlay.c:
5765 * tests/examples/volume/volume.c:
5766 Fix if core was built without parsing support.
5768 * tests/examples/seek/seek.c:
5769 Disable the parse_launch example if core was built without parsing
5772 2006-05-08 Edward Hervey <edward@fluendo.com>
5774 * autogen.sh: (CONFIGURE_DEF_OPT):
5775 libtoolize on Darwin/MacOSX is called glibtoolize
5777 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5779 * tests/check/Makefile.am:
5780 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5781 Disable the adder test, until the build-slaves posses the kindness to
5782 either like it or to give valid reason for not doing so
5784 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5786 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5788 Shuffle NULL state change around and raise timeout more
5790 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5792 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5793 (mp4_type_find), (plugin_init):
5794 Add typefind to distinguish between "audio/x-m4a" and new type
5795 "video/mp4". Fixes #340375
5797 * tests/check/elements/adder.c: (adder_suite):
5798 Raise timeout to make buildbot happy
5800 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5802 * gst/adder/gstadder.c: (gst_adder_sink_event),
5803 (gst_adder_request_new_pad), (gst_adder_change_state):
5804 * gst/adder/gstadder.h:
5805 * tests/check/Makefile.am:
5806 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5807 (adder_suite), (main):
5808 Add sink-event handling to adder. It tries to merge incomming
5809 newsegment-events. Added test to check if segment_done is comming
5810 through. Fixes #340060
5812 2006-05-05 Andy Wingo <wingo@pobox.com>
5814 * ext/theora/theoraparse.c (gst_theora_parse_init)
5815 (theora_parse_src_convert, theora_parse_src_query):
5816 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5817 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5818 query functions on the source pads of the theora and vorbis parse
5819 elements. Fixes position querying when doing a remux.
5821 2006-05-05 Michael Smith <msmith@fluendo.com>
5823 * ext/theora/theoraparse.c: (parse_granulepos),
5824 (theora_parse_drain_queue_prematurely),
5825 (theora_parse_queue_buffer), (theora_parse_sink_event):
5827 Fix invalid granulepos outputs when starting with a non-keyframe.
5829 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
5831 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5832 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5833 Rearrange MPEG system stream detection, fixing some memleaks in the
5835 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5836 they clean up their data correctly.
5837 Remove unused ogganx caps and move the 'is_annodex' check to inside
5838 the 'is_ogg' if statement.
5840 2006-05-05 Wim Taymans <wim@fluendo.com>
5842 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5843 Properly remove ghostpads. Fixes #340392
5845 2006-05-04 David Schleef <ds@schleef.org>
5847 * gst/typefind/gsttypefindfunctions.c:
5849 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
5851 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5852 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5854 When typefinding an MP3 in push-based mode, don't penalise the
5855 probability down to 74% when we found 5 valid frames just because we
5856 can't peek the end of the file.
5858 Make the probability for detecting MPEG Transport Streams based on the
5859 number of sequential headers we successfully detected.
5861 2006-05-03 Wim Taymans <wim@fluendo.com>
5863 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5864 (vorbis_dec_push), (vorbis_dec_chain):
5865 Still produce an error when we receive an empty packet.
5867 2006-05-03 Wim Taymans <wim@fluendo.com>
5869 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5870 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5871 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5872 Mark buffers with DISCONT after seek and after activating new
5875 * ext/theora/gsttheoradec.h:
5876 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5877 (theora_get_query_types), (theora_dec_sink_event),
5878 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5879 (theora_dec_change_state):
5881 Detect and mark DISCONT buffers.
5883 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5884 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5885 (vorbis_dec_change_state):
5886 * ext/vorbis/vorbisdec.h:
5888 Detect and mark DISCONT buffers.
5889 Don't crash on 0 sized buffers.
5891 2006-05-03 Wim Taymans <wim@fluendo.com>
5893 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5894 (volume_transform_ip):
5895 Increase "volume" property to 10.0. Fixes #340369.
5896 Set the process function to NULL when capsnego fails so that
5897 we properly error out.
5899 2006-05-02 Stefan Kost <ensonic@users.sf.net>
5901 * gst/playback/gstplaybin.c: (add_sink):
5902 * gst/playback/test.c: (main):
5903 * gst/playback/test5.c: (dump_element_stats):
5904 * gst/playback/test6.c: (main):
5905 free caps using gst_caps_unref, don't leak caps-strings
5907 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
5909 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5911 Refine musepack typefinding a bit. Return MAXIMUM
5912 probability when we detect stream version 7 to make
5913 sure the mpeg audio typefinder doesn't trump us.
5915 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
5917 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5918 Protect against unexpected NULL strf_data buffer.
5920 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5922 * tests/check/elements/audioconvert.c: (verify_convert),
5924 interpret the out[] buffer in the order the bytes are actually
5925 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5926 Other tests should use BYTE_ORDER since the array is filled in
5929 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5931 * tests/check/elements/audioconvert.c: (verify_convert),
5933 when a test fails, give an indication of which it is
5935 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5937 * gst-libs/gst/cdda/gstcddabasesrc.c:
5938 compile fix; strtol() needs <stdlib.h>
5940 2006-04-28 Stefan Kost <ensonic@users.sf.net>
5942 * ext/alsa/gstalsamixerelement.c:
5943 * ext/alsa/gstalsasrc.c:
5944 * ext/cdparanoia/gstcdparanoiasrc.c:
5945 * ext/gnomevfs/gstgnomevfssink.c:
5946 * ext/gnomevfs/gstgnomevfssrc.c:
5947 * ext/ogg/gstoggdemux.c:
5948 * ext/ogg/gstoggmux.c:
5949 * ext/ogg/gstoggparse.c:
5950 * ext/ogg/gstogmparse.c:
5951 * ext/pango/gstclockoverlay.c:
5952 * ext/pango/gsttextoverlay.c:
5953 * ext/pango/gsttextrender.c:
5954 * ext/pango/gsttimeoverlay.c:
5955 * ext/theora/theoradec.c:
5956 * ext/theora/theoraenc.c:
5957 * ext/vorbis/vorbisdec.c:
5958 * ext/vorbis/vorbisenc.c:
5959 * gst-libs/gst/audio/gstaudiofilter.c:
5960 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5961 * gst/audioconvert/gstaudioconvert.c:
5962 * gst/audiorate/gstaudiorate.c:
5963 * gst/audioresample/gstaudioresample.c:
5964 * gst/audiotestsrc/gstaudiotestsrc.c:
5965 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5966 * gst/playback/gstdecodebin.c:
5967 * gst/playback/gstplaybin.c:
5968 * gst/playback/gststreamselector.c:
5969 * gst/subparse/gstsubparse.c:
5970 * gst/tcp/gstmultifdsink.c:
5971 * gst/tcp/gsttcpclientsink.c:
5972 * gst/tcp/gsttcpclientsrc.c:
5973 * gst/tcp/gsttcpserversink.c:
5974 * gst/tcp/gsttcpserversrc.c:
5975 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5976 * gst/videorate/gstvideorate.c:
5977 * gst/videoscale/gstvideoscale.c:
5978 * gst/videotestsrc/gstvideotestsrc.c:
5979 * gst/volume/gstvolume.c:
5980 * sys/v4l/gstv4ljpegsrc.c:
5981 * sys/v4l/gstv4lmjpegsink.c:
5982 * sys/v4l/gstv4lmjpegsrc.c:
5983 * sys/v4l/gstv4lsrc.c:
5984 * sys/ximage/ximagesink.c:
5985 * sys/xvimage/xvimagesink.c:
5986 * tests/check/libs/cddabasesrc.c:
5987 make GstElementDetails const
5989 2006-04-28 Stefan Kost <ensonic@users.sf.net>
5991 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5993 send events from src-pad to all sink-pads fixes #338657
5995 2006-04-28 Stefan Kost <ensonic@users.sf.net>
5997 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5998 (alsasink_parse_spec):
5999 query width capabilities from alsa, fixes #338919
6001 2006-04-28 Wim Taymans <wim@fluendo.com>
6003 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6004 (gst_multi_fd_sink_remove_client_link):
6005 * gst/tcp/gstmultifdsink.h:
6006 Fix race condition in multifdsink that can lead to spurious
6007 duplicate clients. this patch adds a new signal that is fired when
6008 multifdsink has removed all references to the fd.
6010 Updated documentation.
6011 API: client-fd-removed signal added
6013 2006-04-28 Michael Smith <msmith@fluendo.com>
6015 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6016 When asking g_value_array_new to prealloc elements, we may as well
6017 ask for the right number of elements.
6019 2006-04-28 Wim Taymans <wim@fluendo.com>
6021 * gst-libs/gst/audio/gstbaseaudiosink.c:
6022 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6023 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6024 patch to make timestamp checking more tollerant to rounding
6025 errors given that real discontinuities are to be marked on
6026 buffers. Fixes some asf files and #338778.
6027 Also avoid some crashers when we receive an event in the
6030 2006-04-28 Michael Smith <msmith@fluendo.com>
6032 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6033 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6034 (gst_gnome_vfs_src_get_property),
6035 (gst_gnome_vfs_src_send_additional_headers_callback),
6036 (gst_gnome_vfs_src_received_headers_callback),
6037 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6038 (gst_gnome_vfs_src_stop):
6039 * ext/gnomevfs/gstgnomevfssrc.h:
6040 Remove ICY handling (mostly) from gnomevfssrc, in favour of
6041 proper shared support within icydemux.
6043 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6045 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6046 (gst_video_rate_swap_prev), (gst_video_rate_chain):
6048 fix a leak when no caps negotiated
6049 fix counting of input frames
6050 * tests/check/elements/.cvsignore:
6051 * tests/check/elements/videorate.c: (assert_videorate_stats),
6052 (GST_START_TEST), (videorate_suite):
6055 2006-04-28 Wim Taymans <wim@fluendo.com>
6057 * gst-libs/gst/audio/gstringbuffer.c:
6058 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6059 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6060 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6061 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6062 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6063 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6064 (gst_ring_buffer_commit), (gst_ring_buffer_read),
6065 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6066 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6067 Check arguments passed to public functions instead of
6070 2006-04-28 Wim Taymans <wim@fluendo.com>
6072 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6073 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6074 GstBaseAudioSrc must be live or it does not work.
6076 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6077 Don't set live to TRUE as this is the default in the parentclass.
6079 2006-04-28 Wim Taymans <wim@fluendo.com>
6081 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6082 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6083 Videoscale doesn't pass on pixel-aspect ratio. Handle all
6084 fixation cases better. Fixes #338991
6086 2006-04-28 Wim Taymans <wim@fluendo.com>
6088 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6089 Handle 0/1 framerate correctly Fixes #331901.
6091 2006-04-28 Wim Taymans <wim@fluendo.com>
6093 * tests/check/elements/audioconvert.c: (get_float_caps),
6094 (GST_START_TEST), (audioconvert_suite):
6095 Added check for correct clipping when doing float samples
6098 2006-04-28 Wim Taymans <wim@fluendo.com>
6100 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6101 (gst_video_rate_chain):
6102 Print more debugging info.
6104 2006-04-28 Wim Taymans <wim@fluendo.com>
6106 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6107 (resample_set_state_from_caps):
6108 Add support for other formats audioresample can handle such as
6109 32 bits in and float and 64 bits float. Fixes #301759
6111 2006-04-28 Wim Taymans <wim@fluendo.com>
6113 * gst/audioconvert/audioconvert.c: (float):
6114 correctly clip float samples > 1.0. Fixes #338718
6116 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6118 Patch by: Young-Ho Cha <ganadist at chollian net>
6120 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6121 (gst_text_overlay_render_text):
6122 Don't strip newlines from the text. Also, center lines
6123 within multi-line paragraphs (#339405).
6125 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6127 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6128 Fix wavpack typefinding to work in more cases (don't peek
6129 for chunks of multiple hundred kBs at once, but process
6130 things step-by-step in smaller units). Fixes #339786.
6132 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6137 === release 0.10.6 ===
6139 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6142 releasing 0.10.6, "Chao"
6144 2006-04-26 David Schleef <ds@schleef.org>
6146 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6149 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6152 * win32/common/config.h:
6155 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6157 patch by: Wim Taymans
6159 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6160 (gst_ogg_demux_perform_seek):
6161 make sure correct newsegments are sent, so that the decoder
6162 and the demuxer agree on timestamps. Fixes playback of a lot
6163 of Ogg files that do not start from 0. Fixes #339833.
6165 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6167 Patch by: Edward Hervey <edward@fluendo.com>
6169 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6170 * tests/check/Makefile.am:
6171 * tests/check/elements/videorate.c: (assert_videorate_stats),
6172 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6173 (videorate_suite), (main):
6174 Fix an infinite loop if frames are passed in with wrongly ordered
6175 timestamps. Fixes #339013.
6177 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6179 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6181 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6182 fix typefinding on some ISO files. Fixes #339212.
6184 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6186 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6188 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6189 add another H264 fourcc. Fixes #339047.
6191 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6193 Patch by: Jan Schmidt
6195 * gst/playback/gststreamselector.c:
6196 (gst_stream_selector_bufferalloc):
6197 Restore old StreamSelector behaviour.
6200 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
6203 * win32/common/config.h:
6206 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6208 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6210 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6211 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6212 Fix some memory leaks: on finalize, free buffers left in the queue
6213 before destroying the queue; in _push(), unref rtp_buf even if
6214 the process vfunc returned a NULL buffer as output buffer (#337548);
6215 demote some recuring debug messages to LOG level.
6217 2006-04-11 Wim Taymans <wim@fluendo.com>
6219 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6220 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6221 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6222 (gst_ogg_demux_loop):
6224 Respect segment stop when emiting EOS or SEGMENT_DONE.
6227 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6229 * gst/playback/gststreamselector.c:
6230 (gst_stream_selector_get_property):
6231 Don't leak pad name.
6233 2006-04-10 Michael Smith <msmith@fluendo.com>
6235 * tests/check/Makefile.am:
6236 * tests/check/gst-plugins-base.supp:
6237 Suppress an old libtheora bug (fixed in more recent versions), so
6238 that FC4 buildslaves can pass.
6240 2006-04-10 Wim Taymans <wim@fluendo.com>
6242 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6243 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6244 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6245 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6246 (gst_ogg_demux_loop):
6248 Remember what error we got when finding chains, if we
6249 were shutdown, that would not be an error.
6251 2006-04-10 Wim Taymans <wim@fluendo.com>
6253 * gst-libs/gst/audio/gstbaseaudiosink.c:
6254 (gst_base_audio_sink_event):
6255 Starting the ringbuffer when we did not acquire it can cause
6256 a deadlock, is pointless and causes nasty things for
6258 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6260 2006-04-10 Wim Taymans <wim@fluendo.com>
6262 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6263 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6264 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6265 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6266 (gst_ogg_demux_deactivate_current_chain),
6267 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6268 (gst_ogg_demux_bisect_forward_serialno),
6269 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6270 Add some more debugging.
6272 2006-04-10 Wim Taymans <wim@fluendo.com>
6274 * ext/theora/theoradec.c: (theora_dec_src_event),
6275 (theora_handle_data_packet):
6276 Some more debug info.
6278 * tests/examples/seek/seek.c: (start_seek), (main):
6279 Print element messages too.
6281 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
6283 * gst/audioresample/debug.h:
6284 replace debug macros with variable number of parameters
6285 by a simple alias to gstreamer standard debug macros
6286 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6287 supported by MSVC 6.0 and 7.1)
6288 * gst/audioresample/resample.h:
6289 define M_PI and rint for WIN32
6290 * win32/common/libgstaudio.def:
6291 * win32/common/libgstriff.def:
6292 * win32/common/libgsttag.def:
6293 * win32/common/libgstvideo.def:
6294 add new exported functions
6296 update project files
6298 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6300 * ext/alsa/gstalsamixeroptions.c:
6301 (gst_alsa_mixer_options_class_init):
6302 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6303 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6304 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6305 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6306 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6307 * gst-libs/gst/audio/gstaudiofilter.c:
6308 (gst_audio_filter_class_init):
6309 * gst-libs/gst/audio/gstaudiosink.c:
6310 (gst_audioringbuffer_class_init):
6311 * gst-libs/gst/audio/gstaudiosrc.c:
6312 (gst_audioringbuffer_class_init):
6313 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6314 * gst-libs/gst/interfaces/colorbalancechannel.c:
6315 (gst_color_balance_channel_class_init):
6316 * gst-libs/gst/interfaces/mixeroptions.c:
6317 (gst_mixer_options_class_init):
6318 * gst-libs/gst/interfaces/mixertrack.c:
6319 (gst_mixer_track_class_init):
6320 * gst-libs/gst/interfaces/tunerchannel.c:
6321 (gst_tuner_channel_class_init):
6322 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6323 * gst-libs/gst/netbuffer/gstnetbuffer.c:
6324 (gst_netbuffer_class_init):
6325 * gst-libs/gst/rtp/gstbasertppayload.c:
6326 (gst_basertppayload_class_init):
6327 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6328 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6329 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6330 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6331 * gst/playback/gststreamselector.c:
6332 (gst_stream_selector_class_init):
6333 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6334 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6335 * sys/v4l/gstv4lcolorbalance.c:
6336 (gst_v4l_color_balance_channel_class_init):
6337 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6338 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6339 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6340 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6341 (gst_v4l_tuner_norm_class_init):
6342 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6343 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6344 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6345 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6347 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6349 * ext/pango/gsttextrender.h:
6350 * gst-libs/gst/audio/gstaudiosink.h:
6351 * gst-libs/gst/audio/gstaudiosrc.h:
6352 * gst-libs/gst/audio/gstbaseaudiosink.h:
6353 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6354 * gst-libs/gst/audio/gstringbuffer.h:
6355 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6356 * gst-libs/gst/rtp/gstbasertppayload.h:
6357 * gst-libs/gst/video/gstvideofilter.h:
6358 * gst-libs/gst/video/gstvideosink.h:
6359 * gst/playback/gstplaybasebin.h:
6360 * gst/tcp/gstmultifdsink.h:
6361 * sys/v4l/gstv4lelement.h:
6362 Fix broken GObject macros
6364 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6366 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6367 More debug to trace why my USB headset is not working with gst
6369 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6371 * gst/playback/gstplaybasebin.c: (group_destroy):
6372 Clean up our group elements properly in the case where it never
6373 got committed - it still got added unconditionally to the bin.
6375 2006-04-07 Wim Taymans <wim@fluendo.com>
6377 * ext/theora/theoradec.c: (theora_dec_sink_event),
6378 (theora_handle_data_packet), (theora_dec_chain):
6379 Unref unhandled events.
6380 Protect against empty buffers.
6381 Perform QoS on running time.
6383 2006-04-07 Michael Smith <msmith@fluendo.com>
6385 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6386 (gst_vorbis_enc_chain):
6387 Remove leaks from vorbisenc.
6388 Mostly minor changes, the only significant one is that now the
6389 buffers we set as 'streamheader' on the caps are copies of the
6390 original buffers, to avoid circular refcounting problems.
6392 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6394 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6395 Don't remove our mute-probe if someone else already did so.
6396 Don't set a 2nd one if there is already one pending on the pad.
6398 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6400 When a seek fails, ensure that playbin is still set back to playing.
6402 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6403 (mpeg_ts_type_find), (plugin_init):
6404 Add a typefind function for mpeg-ts streams. (Closes: #336617)
6406 2006-04-06 Andy Wingo <wingo@pobox.com>
6408 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
6409 (gst_video_rate_init): Caps-related parameters should not be reset
6410 by a flush -- move their inits to the instance init function.
6411 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6412 is not OK, just return the result.
6414 * gst/audiotestsrc/gstaudiotestsrc.c
6415 (gst_audio_test_src_class_init)
6416 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6417 broken by Stefan's commit on 24 March.
6419 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6420 buffers being pushed out. Fixes oggmux ! multifdsink.
6422 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
6424 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6425 (gst_vorbis_dec_init), (vorbis_dec_finalize):
6426 * ext/vorbis/vorbisdec.h:
6427 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6428 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6429 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6430 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6431 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6432 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6433 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6434 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6435 (gst_vorbis_enc_buffer_from_packet),
6436 (gst_vorbis_enc_buffer_from_header_packet),
6437 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6438 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6439 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6440 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6441 (gst_vorbis_enc_change_state):
6442 * ext/vorbis/vorbisenc.h:
6443 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6444 vorbisenc adhere to the official nomenclature; use boilerplate
6447 2006-04-04 Andy Wingo <wingo@pobox.com>
6449 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6450 Whoops, fix bug introduced. Bad hacker!
6452 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6453 Properly handle the case where you get EOS before any buffers are
6454 received. Use gst_buffer_make_metadata_writable where appropriate.
6456 * ext/theora/theoradec.c (theora_handle_data_packet): This value
6457 is often negative -- make it signed so as not to wrap around.
6458 Fixes segfaults introduced on 9 March.
6460 2006-04-03 Wim Taymans <wim@fluendo.com>
6462 * ext/theora/gsttheoradec.h:
6463 * ext/theora/theoradec.c: (theora_dec_src_event):
6464 Don't try to store a gdouble in a gboolean.
6467 2006-04-03 Michael Smith <msmith@fluendo.com>
6469 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6471 Make it suck slightly less by writing out the final page.
6472 Still can't encode a vorbis-in-ogg file correctly, though.
6474 2006-04-03 Andy Wingo <wingo@pobox.com>
6476 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6479 * ext/theora/theora.c (plugin_init): Register theoraparse.
6481 * ext/theora/gsttheoraparse.h:
6482 * ext/theora/theoraparse.c: New files implementing a theora
6483 parser. Now we can properly remux ogg/theora+vorbis, yay.
6485 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6487 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6489 * gst/audiotestsrc/gstaudiotestsrc.c:
6490 Fixed the sample pipeline (see #323798)
6492 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6495 * win32/common/config.h:
6496 * win32/common/config.h.in:
6497 use AS_VERSION and AS_NANO
6500 2006-03-31 Andy Wingo <wingo@pobox.com>
6502 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6503 uninitialized variable return that would happen.
6505 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6506 uninitialized variable return that would never happen.
6508 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6509 (vorbis_parse_sink_event): Add an event function to flush our
6510 state on a seek, and to drain buffers on a premature EOS.
6511 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6512 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
6513 (vorbis_parse_chain, vorbis_parse_queue_buffer)
6514 (vorbis_parse_drain_queue): Queue up buffers until we can set
6515 their timestamps and granulepos values.
6517 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6518 and keep track of data needed for deriving granulepos and
6519 timestamps for buffers.
6521 2006-03-29 Wim Taymans <wim@fluendo.com>
6523 Patch by: j^ <j at bootlab dot org>
6525 * ext/alsa/gstalsamixerelement.c:
6526 (gst_alsa_mixer_element_class_init):
6527 * ext/alsa/gstalsasink.c:
6528 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6529 * ext/ogg/gstoggdemux.c:
6530 * ext/ogg/gstoggmux.c:
6531 * ext/ogg/gstoggparse.c:
6532 * ext/pango/gstclockoverlay.c:
6533 * ext/pango/gsttextoverlay.c:
6534 * ext/pango/gsttextrender.c:
6535 * ext/pango/gsttimeoverlay.c:
6536 * ext/theora/theoradec.c:
6537 * ext/theora/theoraenc.c:
6538 * ext/vorbis/vorbisdec.c:
6539 * ext/vorbis/vorbisenc.c:
6540 * gst/audioconvert/gstaudioconvert.c:
6541 * gst/subparse/gstsubparse.c:
6542 * gst/tcp/gstmultifdsink.c:
6543 * gst/tcp/gsttcpclientsink.c:
6544 * gst/tcp/gsttcpclientsrc.c:
6545 * gst/tcp/gsttcpserversink.c:
6546 * gst/tcp/gsttcpserversrc.c:
6547 better/unified long descriptions
6550 2006-03-29 Wim Taymans <wim@fluendo.com>
6552 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6554 Don't let double and triple clicks mess up our state.
6556 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6558 * gst/playback/gstplaybin.c: (gen_video_element),
6559 (gen_text_element), (gen_audio_element), (gen_vis_element):
6560 Error out gracefully when we can't create any of the usual
6561 conversion elements for some reason. Also, don't try to
6562 create an audioscale (sic) element that's not used anyway.
6564 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6566 * gst/playback/gstplaybasebin.c: (setup_source):
6567 Don't post RESOURCE_NOT_FOUND error when we can't find a source
6568 element for a particular protocol, that's confusing for users.
6569 Instead, post a RESOURCE_FAILED error, so that our own error
6570 message is actually shown in totem etc. (#336303).
6572 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6574 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6576 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6577 (gst_gnome_vfs_src_get_icy_metadata):
6578 Fix some minor memory leaks (#336194).
6580 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6582 * ext/gnomevfs/gstgnomevfs.c:
6583 (gst_gnome_vfs_location_to_uri_string):
6584 * ext/gnomevfs/gstgnomevfs.h:
6585 * ext/gnomevfs/gstgnomevfssink.c:
6586 (gst_gnome_vfs_sink_set_property):
6587 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6588 Make gnomevfssink accept filenames as well as URIs for the
6589 "location" property, just like gnomevfssrc does (and
6590 filesrc/filesink do) (#336190).
6592 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6594 * tests/check/generic/clock-selection.c: (GST_START_TEST):
6595 set to NULL before unreffing, fixes a valgrind leak.
6596 Why was this not triggering the error that an object needs to
6597 be NULL before unreffing ?
6598 * win32/common/config.h:
6601 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
6603 * gst/subparse/gstsubparse.c: (convert_encoding),
6604 (gst_sub_parse_change_state):
6605 * gst/subparse/gstsubparse.h:
6606 Text subtitle files may or may not be UTF-8. If it's not, we
6607 don't really want to see '?' characters in place of non-ASCII
6608 characters like accented characters. So let's assume the input
6609 is UTF-8 until we come across text that is clearly not. If it's
6610 not UTF-8, we don't really know what it is, so try the following:
6611 (a) see whether the GST_SUBTITLE_ENCODING environment variable
6612 is set; if not, check (b) if the current locale encoding is
6613 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6614 the current locale encoding is UTF-8 and the environment variable
6615 was not set to any particular encoding. Not perfect, but better
6616 than nothing (and better than before, I think) (fixes #172848).
6618 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6621 update core requirement to 0.10.4.1 because of async_playback
6622 vmethod on GstBaseSink
6624 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6626 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6627 * gst/adder/gstadder.c: (gst_adder_init):
6628 use DEBUG_FUNCPTR for collectpads
6630 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6632 * docs/plugins/Makefile.am:
6633 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6634 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6635 * ext/cdparanoia/gstcdparanoiasrc.c:
6636 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6637 (gst_gnome_vfs_sink_class_init):
6638 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6639 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6640 * ext/ogg/gstoggmux.c:
6641 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6642 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6643 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6644 * ext/pango/gsttextoverlay.c:
6645 * ext/pango/gsttextrender.c:
6646 * ext/theora/theoradec.c:
6647 * ext/theora/theoraenc.c:
6648 * ext/vorbis/vorbisdec.c:
6649 * ext/vorbis/vorbisenc.c:
6650 * gst-libs/gst/audio/gstaudiofilter.c:
6651 (gst_audio_filter_base_init):
6652 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6653 (gst_audio_filter_template_base_init):
6654 * gst/adder/gstadder.c: (gst_adder_get_type):
6655 * gst/adder/gstadder.h:
6656 * gst/audioconvert/gstaudioconvert.c:
6657 * gst/audiotestsrc/gstaudiotestsrc.c:
6658 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6659 (gst_audio_test_src_create):
6660 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6661 * gst/playback/gstdecodebin.c:
6662 * gst/playback/gstplaybin.c:
6663 * gst/playback/gststreamselector.c:
6664 (gst_stream_selector_base_init):
6665 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6666 * gst/volume/gstvolume.c:
6667 * sys/v4l/gstv4lmjpegsink.c:
6668 * sys/v4l/gstv4lmjpegsrc.c:
6669 * tests/check/libs/cddabasesrc.c:
6670 * tests/old/examples/gob/gst-identity2.gob:
6671 Add docs for adder, use GST_ELEMENT_DETAILS macro,
6672 define GstElementDetails at the top
6674 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
6676 * win32/common/libgstinterfaces.def:
6677 Add a lot of export functions for gst-python
6678 * win32/vs6/libgstinterfaces.dsp:
6679 Add a missing include folder in the project configuration
6681 2006-03-23 Wim Taymans <wim@fluendo.com>
6683 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6684 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6685 (gst_base_audio_src_change_state):
6686 Fix audio sources, forgot to make the ringbuffer
6689 2006-03-23 Wim Taymans <wim@fluendo.com>
6691 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6692 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6693 (gst_base_audio_src_change_state):
6694 unparent instead of unref the ringbuffer.
6696 2006-03-23 Wim Taymans <wim@fluendo.com>
6698 * gst-libs/gst/audio/gstbaseaudiosink.c:
6699 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6700 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6701 Implement new async_play vmethod to start slaving and allow
6702 playback start in case of async PLAY state changes.
6704 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6705 Enable QoS with new method in base class.
6707 2006-03-23 Wim Taymans <wim@fluendo.com>
6709 Patch by: Julien MOUTTE <julien at moutte dot net>
6711 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6712 (gst_video_test_src_do_seek), (gst_video_test_src_create):
6713 Partially handle 0 framerate, only EOS after the first frame
6716 2006-03-23 Wim Taymans <wim@fluendo.com>
6718 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6720 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6721 (gst_riff_create_video_template_caps):
6722 * gst/ffmpegcolorspace/avcodec.h:
6723 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6724 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6725 (gst_ffmpegcsp_avpicture_fill):
6726 * gst/ffmpegcolorspace/imgconvert.c:
6727 Patch for support of YVU9 AVI files (#334822)
6729 2006-03-22 Edward Hervey <edward@fluendo.com>
6731 * docs/design/design-decodebin.txt:
6732 Added design document for new decodebin
6733 (Target Caps): text/x-pango-markup is also a default target caps.
6735 2006-03-22 Wim Taymans <wim@fluendo.com>
6737 * gst-libs/gst/audio/gstbaseaudiosink.c:
6738 (gst_base_audio_sink_dispose):
6739 Since we _parent the ringbuffer, we also need to
6740 _unparent instead of a plain _unref.
6742 2006-03-22 Wim Taymans <wim@fluendo.com>
6744 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6745 (stop_seek), (scrub_toggle_cb), (main):
6748 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
6750 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6751 (gst_ogg_parse_chain):
6752 Fix very inefficient usage of linked lists (#335365).
6754 2006-03-21 Edward Hervey <edward@fluendo.com>
6756 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6757 * gst/playback/gstplaybin.c: (handoff):
6758 * gst/playback/gststreamselector.c:
6759 (gst_stream_selector_set_property):
6760 gcc 4.1 unreferenced pointer fixes.
6761 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6762 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6763 gst_buffer_ref() now takes a GstBuffer*.
6765 2006-03-20 Julien MOUTTE <julien@moutte.net>
6767 * sys/xvimage/xvimagesink.c:
6768 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6771 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
6773 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6774 (id3v1_type_find), (apetag_type_find), (plugin_init):
6775 Can't do tag preferences via probability, as tags would then
6776 lose against types that are recognised with MAXIMUM probability
6777 (like .wav); so let all tag typefinders return MAXIMUM themselves
6778 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6779 that we can prefer APE to ID3v1 (fixes #335028).
6781 2006-03-17 Wim Taymans <wim@fluendo.com>
6783 * gst-libs/gst/audio/gstbaseaudiosink.c:
6784 (gst_base_audio_sink_change_state):
6785 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6786 (gst_ring_buffer_may_start):
6787 * gst-libs/gst/audio/gstringbuffer.h:
6788 Only start playback if we are playing.
6791 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
6793 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6794 * win32/common/config.h:
6795 Revert accidental commits to these files.
6797 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
6799 Patch by: Michal Benes <michal dot benes at xeris dot cz>
6801 * tests/Makefile.am:
6802 Don't try to build tests in tests/icles if we
6803 don't have X (#323852)
6805 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
6807 * gst-libs/gst/tag/gstid3tag.c:
6808 Add TXXX frame identifiers for replaygain stuff as used
6809 by some taggers (see #323721).
6811 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
6813 * gst/playback/gststreamselector.c:
6814 (gst_stream_selector_set_property),
6815 (gst_stream_selector_bufferalloc):
6816 Preserve the existing buggy streamselector behaviour by performing
6817 a fallback buffer allocation when downstream isn't linked yet.
6818 This should really be fixed in playbin by blocking pads until it's
6820 Also, use gst_pad_alloc_buffer instead of
6821 gst_pad_alloc_buffer_and_set.
6823 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6825 * gst-libs/gst/tag/gstid3tag.c:
6826 Don't crash on unknown ID3v2 TXXX frames.
6828 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
6830 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6831 Chain up to the parent finalize method.
6832 Add 32-bit sample size to the template caps.
6834 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6835 (gst_riff_create_video_template_caps):
6836 Add the fourcc that the VMWare codec uses.
6838 * gst/playback/gststreamselector.c:
6839 (gst_stream_selector_set_property),
6840 (gst_stream_selector_bufferalloc),
6841 (gst_stream_selector_request_new_pad):
6842 For the active pad, forward buffer-alloc requests, otherwise
6843 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6844 having to memcpy every frame when used by playbin.
6846 * gst/tcp/gstmultifdsink.c:
6847 (gst_multi_fd_sink_handle_client_write):
6848 Get negotiated caps from the sink pad, rather than the sink
6851 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6853 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6855 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6856 Don't forget to set src->callbacks_pushed to FALSE again when
6857 popping them, otherwise re-activation in a different mode won't
6860 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6862 Patch by: Sebastien Moutte <sebastien moutte net>
6864 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6865 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6866 (gst_ffmpeg_smpfmt_to_caps):
6867 Replace __VA_ARGS__ caps creation macros with varargs functions.
6868 Makes things compile on MSVC (#320765), looks nicer, and we can
6869 tell the compiler to check for the NULL terminator.
6871 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6873 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6875 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6876 Make sure the buffer we copy into is really always big
6877 enough, this time for real (#333488).
6879 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6881 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6882 Add support for 24bpp DIB (#305279).
6884 2006-03-14 Wim Taymans <wim@fluendo.com>
6886 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6887 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6888 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6889 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6890 (gst_video_scale_init), (gst_video_scale_src_event):
6891 Re-enable QoS after the release.
6892 Rework videoscale to use the base class src_event handler.
6894 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6899 === release 0.10.5 ===
6901 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
6904 releasing 0.10.5, "Net"
6906 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
6908 * docs/plugins/Makefile.am:
6909 Part of previous cdparanoiasrc docs fixes, forgot to commit.
6911 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
6913 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6914 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6915 * docs/plugins/gst-plugins-base-plugins.hierarchy:
6916 Add cdparanoiasrc to docs.
6918 * gst-libs/gst/cdda/gstcddabasesrc.c:
6919 More GstCddaBaseSrc docs.
6921 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
6923 * docs/libs/gst-plugins-base-libs-sections.txt:
6924 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6925 * gst-libs/gst/tag/tag.h:
6926 API: libgsttag: new method gst_tag_from_id3_user_tag().
6928 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
6930 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6931 NULL-terminate array of mpeg4 video file extensions.
6932 Fixes crash on PPC (#334226).
6934 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
6936 * ext/gnomevfs/gstgnomevfssrc.c:
6937 (gst_gnome_vfs_src_check_get_range):
6938 gnome_vfs_uri_is_local() alone is not a good indicator
6939 whether we can operate in pull-mode with a specific URI,
6940 as it returns FALSE for file:// URIs that point to an
6941 NFS-mounted path. Be more conservative here: whitelist
6942 local files, blacklist http URIs and use the old
6943 mechanism for anything else (fixes #334216).
6945 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
6950 === release 0.10.4 ===
6952 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
6955 releasing 0.10.4, "Power"
6957 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
6959 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6960 Disable max-lateness by setting it to -1 for now, so that
6961 we can bed QoS stuff in thoroughly between now and the next
6964 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
6966 Patch by: Fabrizio Gennari
6968 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6969 Make sure we don't read beyond the palette buffer in case of
6970 broken or manipulated files (#333488)
6972 2006-03-10 Edward Hervey <edward@fluendo.com>
6974 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6975 Fix for variable not initialized.
6977 2006-03-09 Wim Taymans <wim@fluendo.com>
6979 * ext/libvisual/visual.c: (gst_visual_get_type),
6980 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6984 * ext/theora/gsttheoradec.h:
6985 * ext/theora/theoradec.c: (gst_theora_dec_init),
6986 (gst_theora_dec_reset), (_theora_granule_time),
6987 (theora_dec_src_convert), (theora_dec_sink_convert),
6988 (theora_dec_src_query), (theora_dec_src_event),
6989 (theora_dec_sink_event), (theora_handle_comment_packet),
6990 (theora_handle_header_packet), (theora_dec_push),
6991 (theora_handle_data_packet), (theora_dec_chain),
6992 (theora_dec_change_state):
6995 2006-03-09 Wim Taymans <wim@fluendo.com>
6997 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6998 (audiocast_register_listener), (gst_gnome_vfs_src_start):
7001 2006-03-09 Wim Taymans <wim@fluendo.com>
7003 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7004 Don't try to activate NULL chains.
7006 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7008 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7009 Fix invalid memory access to region before peek'd data (#332964).
7011 2006-03-09 Wim Taymans <wim@fluendo.com>
7013 Patch by: Christophe Fergeau
7015 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7016 * ext/pango/gsttextrender.c: (gst_text_render_init):
7017 * gst/adder/gstadder.c: (gst_adder_init):
7018 Don't leak padtemplates, closes #333510.
7020 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7022 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7023 Fix invalid memory access: make sure string passed to
7024 regexec() is NUL-termianted.
7026 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7028 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7030 Refactor mpeg/audio typefinding to make it more maintainable
7031 and easier to fine-tune. Make probing into middle of the file
7032 work properly (fixes #333900, also see #152688).
7034 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7036 * gst/typefind/gsttypefindfunctions.c:
7037 (utf8_type_find_have_valid_utf8_at_offset):
7038 Remove part from previous commit that was bogus:
7039 g_utf8_validate() does in fact not accept embedded
7040 zeroes, so we don't need to check for those (thanks
7041 to Mike for the hint).
7043 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7045 * gst/typefind/gsttypefindfunctions.c:
7046 (utf8_type_find_count_embedded_zeroes),
7047 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7048 Make plain/text typefinder more conservative: firstly, check
7049 for embedded zeroes, which are perfectly valid UTF-8 characters,
7050 but also a fairly good sign that something is not a plain text
7051 file; secondly, probe into the middle of the file if possible.
7052 If we can't probe into the middle, limit the probability value
7053 to be returned to TYPE_FIND_POSSIBLE (see #333900).
7055 2006-03-08 Michael Smith <msmith@fluendo.com>
7057 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7058 Make typefind function name for mpeg4 video unique.
7060 2006-03-08 Wim Taymans <wim@fluendo.com>
7062 * ext/libvisual/visual.c: (gst_visual_init),
7063 (gst_visual_clear_actors), (gst_visual_dispose),
7064 (gst_visual_reset), (gst_visual_src_setcaps),
7065 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7066 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7067 (gst_visual_chain), (gst_visual_change_state):
7068 Cleanups, post nice errors.
7069 Handle sink and src events.
7070 Implement simple QoS.
7072 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7073 Use new basesink methods to configure max-lateness.
7076 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7077 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7078 Debug statement cleanups.
7080 * gst/volume/gstvolume.c: (gst_volume_class_init):
7083 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7085 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7086 (gst_text_overlay_init), (gst_text_overlay_set_property),
7087 (gst_text_overlay_get_property):
7088 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7089 as string type properties, but mark them deprecated. Add
7090 'halignment' and 'valignment' properties that use enums
7093 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7095 Patch by: Fabrizio Gennari
7097 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7098 Allow palettes with less than 256 colours in AVI files
7101 2006-03-07 Julien MOUTTE <julien@moutte.net>
7103 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7104 (gst_text_overlay_video_event): Fix wrong EOS handling on text
7105 pad. We were releasing the queued text buffer when we should keep
7106 it until video pad gets EOS or discard the text buffer because it's
7107 too old. That was eating the last subtitle buffer. Add some more
7110 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7112 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7113 (gst_text_overlay_video_chain):
7114 Fix invalid memory access (we can't access a buffer after it's been
7115 pushed downstream without taking a reference); fix memory leak (if
7116 there's no text to render, bail out before allocating stuff).
7118 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7120 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7121 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7122 * ext/pango/gsttextoverlay.h:
7123 If input is plain text, escape it before passing it to
7124 pango_layout_set_markup().
7126 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7128 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7129 Don't ignore flow return from gst_pad_push().
7131 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7133 Patch by: Fabrizio Gennari
7135 * ext/libvisual/visual.c: (gst_visual_getcaps),
7136 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7137 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7138 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7139 (gst_vorbisenc_convert_sink):
7140 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7141 (gst_audio_duration_from_pad_buffer):
7142 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7143 (gst_audio_filter_chain):
7144 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7145 (gst_base_rtp_depayload_setcaps):
7146 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7147 (gst_video_get_size):
7148 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7149 Don't leak references returned by gst_pad_get_parent()
7152 2006-03-06 Stefan Kost <ensonic@users.sf.net>
7154 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7155 change location param details
7156 * gst/volume/gstvolume.c: (plugin_init):
7157 correct plugin description
7159 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7161 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7162 (gst_gnome_vfs_src_check_get_range):
7163 Override GstBaseSrc::check_get_range() in order to avoid opening
7164 the resource just to check whether we can operate in pull-mode or
7165 not - we can predict that pretty well from the URI alone. Should
7166 fix problems with last.fm (#331690). (Requires latest core CVS).
7168 2006-03-06 Wim Taymans <wim@fluendo.com>
7170 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7171 (gst_video_sink_class_init):
7172 Throw away frames that are later than 20 ms.
7174 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7176 Patch by: Fabrizio Gennari
7178 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7179 Set depth on WMA caps (#333545)
7181 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
7183 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7184 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7185 put Theora BOS pages before others. This hardcodes
7186 the Ogg/Theora I profile, but hey.
7188 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
7191 updated with some examples
7192 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7193 (granulepos_add), (theora_buffer_from_packet):
7194 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7195 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7196 (gst_vorbisenc_chain):
7197 implement strategy from ext/ogg/README
7198 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7199 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7200 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7201 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7202 Fix muxer so that oggz-validate is happy with all streams;
7203 except for no eos mark, and the BOS page ordering
7204 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7205 (check_buffer_granulepos):
7206 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7207 update tests to check for OFFSET being set as requested
7208 fixed type of granulepos, it's not a ClockTime
7210 2006-03-05 Julien MOUTTE <julien@moutte.net>
7212 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7213 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7214 Check that the xvimage we are creating has a correct size
7215 before returning it. (#314897)
7217 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7219 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7220 Give id3 and ape tag typefinders a rank slightly higher
7221 than PRIMARY to ensure they're always run before any of
7222 the other typefinders (in particular wav and mp3) (#324186).
7224 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7226 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7227 Add support for '3IVD' fourcc (#333403).
7229 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
7232 Bump requirements to GStreamer CVS for the new error enum.
7234 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7235 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7236 space left on the device (fixes #333352).
7238 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
7241 add a project file for libgstvolume
7242 update the workspace
7244 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
7246 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7247 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7249 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7250 Set IN_CAPS on header buffers
7252 2006-03-02 Wim Taymans <wim@fluendo.com>
7254 * docs/plugins/Makefile.am:
7255 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7256 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7257 Add audioresample to docs.
7259 * gst/audioconvert/gstaudioconvert.c:
7262 * gst/audioresample/gstaudioresample.c:
7263 (gst_audioresample_base_init), (gst_audioresample_class_init),
7264 (gst_audioresample_init), (gst_audioresample_dispose),
7265 (audioresample_get_unit_size), (audioresample_transform_caps),
7266 (resample_set_state_from_caps), (audioresample_transform_size),
7267 (audioresample_set_caps), (audioresample_event),
7268 (audioresample_do_output), (audioresample_transform),
7269 (audioresample_pushthrough), (gst_audioresample_set_property),
7270 (gst_audioresample_get_property), (plugin_init):
7271 * gst/audioresample/gstaudioresample.h:
7273 Small code cleanups.
7275 2006-03-02 Wim Taymans <wim@fluendo.com>
7277 * docs/plugins/Makefile.am:
7278 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7279 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7280 Added videoscale to docs.
7282 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7283 (gst_video_rate_swap_prev), (gst_video_rate_event),
7284 (gst_video_rate_chain):
7287 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7288 (gst_video_scale_init), (gst_video_scale_prepare_size),
7289 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7290 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7291 * gst/videoscale/gstvideoscale.h:
7292 Added docs, examples.
7294 Post errors instead of g_warning.
7296 2006-03-02 Wim Taymans <wim@fluendo.com>
7298 * docs/libs/gst-plugins-base-libs-docs.sgml:
7299 * docs/libs/gst-plugins-base-libs-sections.txt:
7300 * docs/libs/gst-plugins-base-libs.types:
7301 * docs/plugins/Makefile.am:
7302 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7303 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7304 Added some more docs to libs and plugins.
7306 * gst-libs/gst/audio/gstringbuffer.c:
7307 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7308 * gst-libs/gst/audio/gstringbuffer.h:
7309 Document ringbuffer some more.
7311 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7312 (gst_video_rate_setcaps), (gst_video_rate_reset),
7313 (gst_video_rate_init), (gst_video_rate_flush_prev),
7314 (gst_video_rate_swap_prev), (gst_video_rate_event),
7315 (gst_video_rate_chain), (gst_video_rate_change_state):
7316 * gst/videorate/gstvideorate.h:
7317 Fix videorate to use segments.
7318 Make it work with 0/1 framerates (closes #331903)
7319 Handle EOS correctly.
7322 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7324 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7325 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7326 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7327 In state change function, first chain up to parent class,
7328 then handle downwards state change stuff. Remove some
7329 commented out cruft from 0.8 code.
7331 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7333 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7334 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7335 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7336 (gst_ogm_parse_chain):
7337 Don't remove/re-add source pad if the new caps are the same as
7338 the old caps anyway (#333042). When removing source pad, don't
7339 unref it afterwards - we didn't ref it when adding. Sprinkle some
7340 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7341 after using gst_pad_get_parent(). Return downstream flow return
7342 value in chain function.
7344 2006-03-02 Wim Taymans <wim@fluendo.com>
7346 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7347 * docs/plugins/gst-plugins-base-plugins.args:
7348 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7349 * docs/plugins/gst-plugins-base-plugins.interfaces:
7350 * docs/plugins/gst-plugins-base-plugins.signals:
7351 Fix hierarchy, added some more elements to the docs.
7353 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7354 (gst_ffmpegcsp_get_type):
7355 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7356 Fix docs for ffmpegcolorspace.
7358 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
7360 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7361 (apetag_type_find), (ape_type_find), (plugin_init):
7362 Some typefinding fine-tuning:
7363 - rank ID3/APE tags in order of preference via probabilities, so that
7364 ID3v2 > APEv2 > APEv1 > ID3v1.
7365 - three or four bytes don't really justify MAXIMUM probability,
7366 change those to 'very likely' (musepack and monkeysaudio).
7368 2006-03-01 Wim Taymans <wim@fluendo.com>
7370 * docs/plugins/Makefile.am:
7371 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7372 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7373 * ext/alsa/gstalsamixer.c:
7374 * ext/alsa/gstalsamixer.h:
7375 * ext/alsa/gstalsamixerelement.c:
7376 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7377 * ext/alsa/gstalsamixerelement.h:
7378 * ext/alsa/gstalsasink.c:
7379 * ext/alsa/gstalsasink.h:
7380 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7382 * ext/alsa/gstalsasrc.h:
7384 Small code cleanups.
7386 2006-03-01 Wim Taymans <wim@fluendo.com>
7388 * ext/theora/Makefile.am:
7389 Dist new header too,
7391 2006-03-01 Wim Taymans <wim@fluendo.com>
7393 * docs/plugins/Makefile.am:
7394 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7395 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7396 * ext/gnomevfs/gstgnomevfssink.h:
7397 * ext/gnomevfs/gstgnomevfssrc.h:
7398 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7399 * ext/vorbis/vorbisdec.h:
7400 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7401 * ext/vorbis/vorbisenc.h:
7402 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7403 (vorbis_parse_chain), (vorbis_parse_change_state):
7404 * ext/vorbis/vorbisparse.h:
7405 * gst/audioconvert/gstaudioconvert.h:
7406 * gst/tcp/gsttcpserversink.h:
7407 * gst/videotestsrc/gstvideotestsrc.c:
7408 * gst/videotestsrc/gstvideotestsrc.h:
7409 * gst/volume/gstvolume.c:
7410 * gst/volume/gstvolume.h:
7412 Added docs for vorbisdec and vorbisparse.
7415 2006-03-01 Wim Taymans <wim@fluendo.com>
7417 * docs/plugins/Makefile.am:
7418 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7419 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7420 * ext/pango/gstclockoverlay.h:
7421 * ext/pango/gsttextoverlay.h:
7422 * ext/pango/gsttextrender.h:
7423 * ext/pango/gsttimeoverlay.h:
7424 * ext/theora/gsttheoradec.h:
7425 * ext/theora/gsttheoraenc.h:
7426 * ext/theora/theoradec.c:
7427 * ext/theora/theoraenc.c:
7428 * gst/audioconvert/gstaudioconvert.h:
7429 * gst/audiotestsrc/gstaudiotestsrc.h:
7430 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7431 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7432 * gst/tcp/gstmultifdsink.h:
7433 Updated/added documentation.
7435 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7436 (gst_text_overlay_halign_get_type),
7437 (gst_text_overlay_wrap_mode_get_type),
7438 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7439 (gst_text_overlay_init), (gst_text_overlay_set_property),
7440 (gst_text_overlay_get_property):
7441 Fix up properties to be enums instead of string to make bindings,
7442 introspection and automatic GUI creation possible.
7443 Add getters for the properties.
7445 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
7447 * gst/audiotestsrc/gstaudiotestsrc.c:
7448 added defines of M_PI and M_PI_2
7449 * gst/ffmpegcolorspace/avcodec.h:
7450 removed #include "stdint.h" for win32 as _stdint.h is
7451 autogenerated to win32/common
7452 * win32/common/libgstaudio.def:
7453 * win32/common/libgsttag.def:
7456 some project files bugs corrected
7458 project files are reset to the default vs7 configuration
7459 (they link to msvcr71.dll using default optimizations)
7461 2006-02-28 Wim Taymans <wim@fluendo.com>
7463 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7466 2006-02-28 Edward Hervey <edward@fluendo.com>
7468 * ext/alsa/gstalsasrc.c:
7469 Set proper class on the ElementDetails:
7470 Source/Audio instead of Src/Audio/
7472 2006-02-28 Edward Hervey <edward@fluendo.com>
7474 * gst/videoscale/vs_scanline.c:
7475 (vs_scanline_resample_nearest_RGBA):
7476 Revert optimization in videoscale. It should go in liboil and have
7477 an appropriate liboil function.
7479 2006-02-28 Wim Taymans <wim@fluendo.com>
7481 * gst-libs/gst/audio/gstbaseaudiosink.c:
7482 (gst_base_audio_sink_provide_clock):
7483 Don't try to provide a clock in the NULL state.
7485 2006-02-28 Wim Taymans <wim@fluendo.com>
7487 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7488 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7489 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7490 (gst_ogg_demux_deactivate_current_chain),
7491 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7492 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7493 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7494 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7495 Use GstSegment infrastructure to remove duplicated code
7496 and handle more seek cases correctly.
7498 2006-02-28 Wim Taymans <wim@fluendo.com>
7500 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7501 (gst_ffmpegcsp_transform):
7502 Don't ignore return code from ffmpeg convert function.
7504 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7505 Split out some long statements to ease debugging.
7507 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
7509 * ext/libvisual/visual.c: (gst_visual_init),
7510 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7511 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7512 being able to renegotiate the size. Instead, use the negotiation
7513 algorithm from the goom plugin to pick an initial output caps.
7515 Also, allow theoretical libvisual plugins that might support non-GL
7516 output even if they also do GL.
7518 2006-02-26 Julien MOUTTE <julien@moutte.net>
7520 * ext/libvisual/visual.c: (gst_visual_init),
7521 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7522 (plugin_init): Load only non GL plugins. Fix some memleaks and
7523 possible negotiation issues.
7525 2006-02-25 Julien MOUTTE <julien@moutte.net>
7527 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7529 2006-02-24 Michael Smith <msmith@fluendo.com>
7531 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7532 (cmml_type_find), (plugin_init):
7533 Fix CMML type find function to not require a specific minor version
7536 Add an MPEG4 video elementary stream typefind function.
7538 2006-02-04 Michael Smith <msmith@fluendo.com>
7540 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7541 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7542 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7543 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7544 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7545 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7546 Annodex support in ogg demuxer. Doesn't do very much without the
7547 other annodex patches (to come).
7549 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7551 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7553 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7554 Pick up palette for MS video v1 (#327028)
7556 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7558 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7559 (gst_ffmpegcsp_caps_remove_format_info),
7560 (gst_ffmpegcsp_get_unit_size):
7561 The 'palette_data' field from incoming RGB caps shouldn't be
7562 proxied on outgoing YUV caps; also, restrict unit size
7563 adjustment in case of paletted data only to the unit that
7564 actually has a palette. Fixes #330711.
7566 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7568 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7569 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7570 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7571 (gst_ffmpegcsp_get_unit_size):
7572 Plug some memory leaks.
7574 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7576 * sys/ximage/Makefile.am:
7577 * sys/xvimage/Makefile.am:
7578 Add some _CFLAGS and _LIBS that seem to be missing
7579 and/or required for Cygwin (see #317048).
7581 2006-02-22 Wim Taymans <wim@fluendo.com>
7583 * ext/alsa/gstalsasrc.c:
7584 Fix description as pointed out by caugier.
7586 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
7588 Reviewed by : Edward Hervey <edward@fluendo.com>
7590 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7592 Better 3gp typefinding (#331526).
7594 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7596 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7597 Don't send EOS event here, the base class will send one for us.
7599 * gst/playback/gstplaybasebin.c: (prepare_output):
7600 Subpictures without video stream aren't allowed either.
7602 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7603 Fix debug statement copy'n'paste-o.
7605 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7607 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7608 Fix issues with mixer keeping state when muting/unmuting
7609 and when changing the volume whilst muted (see #331763
7612 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7614 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7615 (parse_subrip), (gst_sub_parse_format_autodetect):
7616 Set right caps given that we send escaped text. Also,
7617 honour <i></i>, <b></b> and <u></u> markers that can be found
7618 in .srt files (fixes #310202).
7620 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7622 * gst-libs/gst/audio/mixerutils.c:
7623 (element_factory_rank_compare_func):
7624 Make order in which elements are tried more determinable.
7626 2006-02-20 Julien MOUTTE <julien@moutte.net>
7628 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7629 (remove_element_chain), (cleanup_decodebin),
7630 (gst_decode_bin_change_state): Make decodebin reusable by
7631 fixing remove_element_chain first and then introduce a
7632 cleaner in state change to ->NULL. (Closes #331678)
7634 2006-02-19 Wim Taymans <wim@fluendo.com>
7636 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7637 use 0666 mask when creating files so umask gets applied
7638 correctly. Fixes #331295.
7640 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7642 * gst/subparse/Makefile.am:
7643 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7644 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7645 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7646 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7647 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7648 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7649 * gst/subparse/gstssaparse.h:
7650 * gst/subparse/gstsubparse.c: (plugin_init):
7651 Add very basic parser for SSA subtitle streams (as often
7652 found in matroska files).
7654 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7656 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7657 That should be text/x-pango-markup, not text/x-pango-layout.
7659 2006-02-19 Julien MOUTTE <julien@moutte.net>
7661 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7664 2006-02-19 Julien MOUTTE <julien@moutte.net>
7666 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7667 (gst_text_overlay_finalize), (gst_text_overlay_init),
7668 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7669 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7670 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7671 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7672 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7673 Fix state change deadlock.
7675 2006-02-19 Julien MOUTTE <julien@moutte.net>
7677 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7678 (gst_text_overlay_finalize), (gst_text_overlay_init),
7679 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7680 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7681 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7682 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7683 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7684 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7685 and subtitles files.
7687 2006-02-19 Julien MOUTTE <julien@moutte.net>
7689 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7690 should be considered as raw.
7692 2006-02-19 Julien MOUTTE <julien@moutte.net>
7694 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7696 * gst/playback/gststreaminfo.h: Introduce language informations.
7698 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
7700 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7701 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7702 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7703 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7704 Set shared memory segments to be deleted as soon as we have attached,
7705 that way they get cleaned up automatically if we crash.
7707 2006-02-18 Julien MOUTTE <julien@moutte.net>
7709 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
7710 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7711 functions are called with lock held.
7713 2006-02-18 Julien MOUTTE <julien@moutte.net>
7715 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7716 (gst_text_overlay_finalize), (gst_text_overlay_init),
7717 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7718 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7719 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7720 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7721 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7722 (gst_text_overlay_change_state): Refactoring of textoverlay
7723 without collectpads. This now supports sparse subtitles coming
7724 from a demuxer instead of a sub file. Seeking is still broken
7725 though. Need to discuss with wtay some more on how to handle
7727 * ext/pango/gsttextoverlay.h:
7728 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7729 subtitles coming from the demuxer.
7731 2006-02-17 Wim Taymans <wim@fluendo.com>
7733 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7734 (gst_vorbisenc_convert_sink):
7735 Use some more scaling functions.
7737 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
7739 * ext/cdparanoia/gstcdparanoiasrc.c:
7740 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7741 (gst_cd_paranoia_paranoia_callback),
7742 (gst_cd_paranoia_src_signal_is_being_watched),
7743 (gst_cd_paranoia_src_read_sector):
7744 * ext/cdparanoia/gstcdparanoiasrc.h:
7745 Add back 'transport-error' and 'uncorrected-error' signals and
7746 make them actually be fired when bad stuff happens (#319340).
7748 2006-02-17 Wim Taymans <wim@fluendo.com>
7750 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7751 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7752 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7753 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7754 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7755 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7756 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7757 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7758 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7759 (gst_ring_buffer_clear):
7761 Added some G_LIKELY.
7763 2006-02-17 Wim Taymans <wim@fluendo.com>
7765 * gst-libs/gst/audio/TODO:
7768 * gst-libs/gst/audio/gstbaseaudiosink.c:
7769 (gst_base_audio_sink_get_offset):
7770 When trying to play samples ASAP and we don't have a
7771 previous sample, try to play at position 0 instead of
7772 an invalid position.
7774 2006-02-17 Wim Taymans <wim@fluendo.com>
7776 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7777 (gst_alsasink_reset):
7778 Also release lock when we get an error in _reset();
7779 fix an error message.
7781 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7783 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7784 (gst_alsasink_init), (get_channel_free_structure),
7785 (caps_add_channel_configuration), (gst_alsasink_getcaps),
7786 (gst_alsasink_close):
7787 * ext/alsa/gstalsasink.h:
7788 Add support for more than 2 channels (#326720).
7790 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7792 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7793 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7794 with 4 or 6 channels, assume a default channel layout to make things
7795 work (not sure there's anything else we can do in those cases).
7797 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7799 * gst-libs/gst/audio/multichannel.c:
7802 * gst-libs/gst/riff/Makefile.am:
7803 * gst-libs/gst/riff/riff-ids.h:
7804 * gst-libs/gst/riff/riff-media.c:
7805 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7806 Add support for WAVEFORMATEX, eg. PCM audio with more than two
7807 channels and a channel layout map.
7809 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
7811 Reviewed by Edward Hervey <edward@fluendo.com>
7813 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
7814 C-level optimization of the RGBA nearest neighbour function.
7815 Eventually this might end up in liboil with vectorized versions.
7817 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7819 * gst-libs/gst/audio/multichannel.c:
7820 (gst_audio_get_channel_positions):
7821 When we have more than 2 channels, but no channel layout is
7822 specified in the caps, return some default channel layout
7823 to the caller and warn about about a possibly buggy element
7824 (could be buggy filtercaps as well of course) (#317038).
7826 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7828 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7829 Add gst-libs/gst/cdda to list of lib search paths.
7831 2006-02-15 Andy Wingo <wingo@pobox.com>
7833 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7834 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7835 to the Lord Jesus that I do not have to touch the ogg muxer ever
7838 2006-02-15 Edward Hervey <edward@fluendo.com>
7840 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7841 quicktime movie files can also contain 'uuid' atoms.
7843 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
7845 * gst/audioconvert/plugin.c: (plugin_init):
7846 Register the GstAudioChannelPosition enum type with the type
7847 system in the plugin_init function, so that it is known before
7848 any element actually makes use of multi-channel stuff. This is
7849 required for example if one wants to be able to deserialise/use
7850 a caps string with channel positions before any pipeline has
7851 been setup and started, like with gst-launch.
7853 2006-02-14 Wim Taymans <wim@fluendo.com>
7855 * gst-libs/gst/audio/gstringbuffer.c:
7856 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7857 (gst_ring_buffer_samples_done), (wait_segment),
7858 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7859 Add some compiler G_(UN_)LIKELY help.
7860 SIGNAL the ringbuffer waiters when going to PAUSED as well to
7861 make sure they can exit their functions. Should fix #330748
7863 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
7868 * win32/common/_stdint.h:
7869 Windows does not have long long; copy the generated _stdint.h
7870 * win32/common/interfaces-enumtypes.c:
7871 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7872 (gst_mixer_track_flags_get_type),
7873 (gst_tuner_channel_flags_get_type):
7874 * win32/common/multichannel-enumtypes.c:
7875 (gst_audio_channel_position_get_type):
7878 2006-02-13 Wim Taymans <wim@fluendo.com>
7880 * gst-libs/gst/audio/gstbaseaudiosink.c:
7881 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7882 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7883 Always sync on first sample we receive when starting.
7885 2006-02-13 Wim Taymans <wim@fluendo.com>
7887 * gst/playback/gstplaybin.c: (gen_vis_element):
7888 Update vis bin docs.
7889 Move queue after tee so we don't queue video buffers but
7890 audio samples instead. Fixes problems where the video queue
7891 is filled and the audio queue empty.
7893 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
7895 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7896 No need to push an EOS event here, GstBaseSrc will do that for us
7897 when we return FLOW_UNEXPECTED.
7899 2006-02-12 Wim Taymans <wim@fluendo.com>
7901 * gst-libs/gst/audio/gstbaseaudiosink.c:
7902 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7903 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7904 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7905 Use scale functions when possible.
7907 Free clockid when after waiting for EOS.
7908 Use G_(UN_)LIKLY when it makes sense.
7909 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7911 2006-02-12 Edward Hervey <edward@fluendo.com>
7913 * gst/playback/gstplaybasebin.c: (prepare_output):
7914 Remove stray semi-colon (fixes #330888).
7916 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
7918 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7919 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7920 Fix up the XShm call testing so that we catch errors, and don't
7921 cause new ones by attempting to detach from a segment we failed
7922 to attach to. Fixes #312439.
7924 2006-02-10 Edward Hervey <edward@fluendo.com>
7926 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7927 Added flv file typefind (video/x-flv).
7929 2006-02-10 Edward Hervey <edward@fluendo.com>
7931 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7932 (gst_riff_create_video_template_caps):
7933 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7934 Also added the caps to the default set of riff video caps.
7936 2006-02-09 Andy Wingo <wingo@pobox.com>
7938 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7939 time and the end time of the last packet in the page.
7940 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7941 on the pages in our queue, set the duration as well. Reflow a
7943 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7944 Fixes bad muxing order.
7946 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
7948 * gst-libs/gst/rtp/gstbasertppayload.c:
7949 (gst_basertppayload_setcaps), (gst_basertppayload_push):
7950 update seqnum before setting it on the packet; this makes sure
7951 that the timestamp and seqnum properties match after pushing
7954 2006-02-09 Andy Wingo <wingo@pobox.com>
7956 * gst-libs/gst/audio/gstringbuffer.c
7957 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7958 overflow after 13.5 hours of recording. Kapow!
7960 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7961 the buffer size -- we don't care about underrun/overrun reporting
7962 right now, just need to return a useful value.
7964 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
7969 === release 0.10.3 ===
7971 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
7974 releasing 0.10.3, "Under Pressure"
7976 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
7979 Drat. Bump libtool version number for new API.
7980 Prelease 0.10.2.3 (of 0.10.3)
7982 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
7985 * win32/common/config.h:
7986 0.10.2.2 prerelease (of 0.10.3).
7988 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
7990 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7991 Revert Andy's newsegment change pending a more correct
7994 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
7996 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7997 (qt_type_find), (plugin_init):
7998 detect more files as 3gp
7999 group and reorder the iso file formats
8001 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8003 * ext/vorbis/vorbis.c: (plugin_init):
8004 Register musicbrainz tags, so apps don't have to.
8006 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8008 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8009 (gst_tag_to_vorbis_tag):
8010 Make sure we called gst_tag_register_musicbrainz_tags()
8011 before possibly mapping a vorbiscomment string from/to a
8014 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8016 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8017 In case we can't find the required number of consecutive
8018 mpeg audio frames to positively identify an MPEG audio
8019 stream, check if there's at least a valid mpeg audio
8020 frame right at offset 0 and if so suggest mpeg/audio
8021 caps with a very low probability (#153004).
8023 2006-02-07 Andy Wingo <wingo@pobox.com>
8025 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8026 a TIME segment if we get timestamped buffers. Requires recent
8027 fixes in core to work properly.
8029 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8031 * gst/playback/gstplaybasebin.c: (prepare_output):
8032 Don't print the URI as part of the error message, it
8033 makes error dialogs look rather ugly, especially if
8034 the URI is very long or has characters in it that
8037 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8039 * gst/playback/gstplaybasebin.c: (prepare_output):
8040 Error out if we have only text or subtitles, but nothing
8041 else. Also error out if we have subtitles but no video
8044 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8046 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8047 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8048 Post an error message on the bus when we encounter an
8049 error, which will hopefully be more meaningful than the
8050 'Internal Flow Error' message users get to see if we
8051 just return GST_FLOW_ERROR.
8053 2006-02-07 Andy Wingo <wingo@pobox.com>
8055 * configure.ac (GST_MAJORMINOR): Update core version req to
8056 0.10.2.2, for the collectpads API addition (#330244).
8058 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
8060 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8061 Return FALSE from plugin_init() when GnomeVFS can't
8062 be initialised for some reason (#328423).
8064 2006-02-06 Julien MOUTTE <julien@moutte.net>
8066 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
8067 Stick to seeking theory until i find the bug.
8068 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8070 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8072 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8073 (theora_enc_finalize), (theora_enc_sink_setcaps),
8074 (theora_set_header_on_caps), (theora_enc_chain),
8075 (theora_enc_change_state):
8076 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8077 Make theoraenc and the tests leak free. Like, really.
8079 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8081 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8082 (theora_enc_finalize), (theora_enc_sink_setcaps):
8083 Add a finalize method to ensure we clean up state even if
8084 someone omitted the state change back to NULL.
8086 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8087 (gst_vorbisenc_chain):
8088 Free some more leaked bits.
8090 * tests/check/pipelines/theoraenc.c: (start_pipeline),
8092 Wait for state changes to happen if they're ASYNC.
8094 This ought to teach those fancy pants buildbots a lesson.
8096 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8098 * gst-libs/gst/tag/gstid3tag.c:
8099 Add mapping for ID3 International Standard Recording Code
8102 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8104 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8105 Don't leak tag names.
8107 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8109 * docs/libs/gst-plugins-base-libs-docs.sgml:
8110 * docs/libs/gst-plugins-base-libs-sections.txt:
8111 * gst-libs/gst/tag/gstid3tag.c:
8112 * gst-libs/gst/tag/gstvorbistag.c:
8113 * gst-libs/gst/tag/tags.c:
8114 Split libgsttag docs into multiple sections.
8116 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8118 * docs/libs/Makefile.am:
8119 * docs/libs/gst-plugins-base-libs-docs.sgml:
8120 * docs/libs/gst-plugins-base-libs-sections.txt:
8121 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8122 * gst-libs/gst/tag/gstvorbistag.c:
8123 * gst-libs/gst/tag/tag.h:
8124 * gst-libs/gst/tag/tags.c:
8125 Add libgsttag to the docs.
8127 2006-02-05 Julien MOUTTE <julien@moutte.net>
8129 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8130 (gst_text_overlay_init), (gst_text_overlay_src_event),
8131 (gst_text_overlay_collected): Fix clockoverlay.
8133 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8135 * docs/libs/compiling.sgml:
8136 Fix typo: it's pkg-config, not pkg-gconfig
8138 * docs/libs/gst-plugins-base-libs-docs.sgml:
8139 * docs/libs/gst-plugins-base-libs-sections.txt:
8140 * docs/libs/tmpl/gstgconf.sgml:
8141 There is no libgstgconf in 0.10, remove it
8144 2006-02-05 Julien MOUTTE <julien@moutte.net>
8146 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8147 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8148 (gst_text_overlay_src_event), (gst_text_overlay_collected):
8149 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8150 (gst_sub_parse_class_init), (gst_sub_parse_init),
8151 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8152 (parse_mpsub), (parser_state_init), (handle_buffer),
8153 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8154 * gst/subparse/gstsubparse.h: Introduce seeking code.
8156 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8158 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8159 Add comment about LANGUAGE tag inconsistency (we want
8160 ISO-639-1, but extract three-letter identifiers?)
8163 Add two translatable files.
8165 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8167 * gst-libs/gst/tag/Makefile.am:
8168 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8169 * gst-libs/gst/tag/tag.h:
8170 * gst-libs/gst/tag/tags.c:
8171 (gst_tag_register_musicbrainz_tags_internal),
8172 (gst_tag_register_musicbrainz_tags):
8173 Forward-port some tags stuff from the 0.8 branch. This is
8174 mostly the addition of musicbrainz tags and their mapping
8175 to vorbistags, and a vorbistag mapping of the language tag.
8177 2006-02-05 Julien MOUTTE <julien@moutte.net>
8179 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8182 2006-02-04 David Schleef <ds@schleef.org>
8184 * ext/ogg/gstoggmux.c:
8185 * gst/typefind/gsttypefindfunctions.c:
8186 Add Dirac typefinding and add dirac format to oggmux.
8188 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
8190 * gst/playback/gstdecodebin.c: (try_to_link_1):
8191 Don't put essential function call into
8192 g_return_*() macro, otherwise it'll all be
8193 replaced by NOOPs when compiling with
8194 G_DISABLE_CHECKS defined.
8196 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
8198 * ext/ogg/gstoggdemux.c:
8199 * ext/ogg/gstoggparse.c:
8200 * gst/tcp/gsttcpserversink.c:
8201 * sys/v4l/v4lsrc_calls.c:
8202 * sys/v4l/v4lsrc_calls.h:
8203 Just make it compile with --disable-gst-debug.
8205 2006-02-03 Wim Taymans <wim@fluendo.com>
8207 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8208 (gst_alsasink_class_init), (gst_alsasink_init),
8209 (gst_alsasink_write), (gst_alsasink_reset):
8210 * ext/alsa/gstalsasink.h:
8211 Add lock to protect alsa calls.
8212 Implement reset to flush samples ASAP, does not work
8215 2006-02-02 Wim Taymans <wim@fluendo.com>
8217 * gst-libs/gst/audio/gstbaseaudiosink.c:
8218 (gst_base_audio_sink_provide_clock):
8219 Ugh.. getting late I guess...
8221 2006-02-02 Wim Taymans <wim@fluendo.com>
8223 * gst-libs/gst/audio/gstbaseaudiosink.c:
8224 (gst_base_audio_sink_provide_clock),
8225 (gst_base_audio_sink_set_property),
8226 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8227 Don't try to provide a clock when we are not negotiated since
8228 we might not be able to make it run.
8230 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
8232 * gst/playback/gstdecodebin.c: (try_to_link_1):
8233 Unlinking two source pads is ... hard.
8235 2006-02-02 Wim Taymans <wim@fluendo.com>
8237 * gst-libs/gst/audio/TODO:
8240 * gst-libs/gst/audio/gstbaseaudiosink.c:
8241 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8242 On EOS, wait till the last sample is played before posting EOS.
8244 2006-02-01 Philippe Kalaf <burger at speedy dot org>
8246 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8247 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8248 setting queue_delay to zero. Also avoid thread being started if
8249 queue_delay is zero.
8251 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8253 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8254 Make test work again by connecting fakesinks to each decoded pad,
8255 which makes the pipeline wait until each fakesink has a buffer
8256 queued before going to PAUSED state. At that point we know the
8257 decodebin pads are negotiated.
8259 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8261 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8262 (gst_cdda_base_src_handle_event):
8263 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8264 Pass unhandled queries to the parent class's query function.
8266 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8268 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8269 (gst_ogg_pad_src_query):
8270 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8271 * ext/theora/theoradec.c: (theora_dec_src_query),
8272 (theora_dec_sink_query):
8273 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8274 (vorbis_dec_sink_query):
8275 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8276 (gst_vorbisenc_sink_query):
8277 * gst/adder/gstadder.c: (gst_adder_query):
8278 Pass unhandled queries upstream instead of just
8279 dropping them (#326447). Also, fix supported
8280 query types list for some elements.
8282 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8284 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8285 (paris_type_find), (ilbc_type_find), (plugin_init):
8286 Fix typefinding for audio/x-au, audio/x-paris and
8287 audio/iLBC-sh. We cannot use the START_WITH macros
8288 here, because there can only be one typefind factory
8289 with the same name (caps), so the second one would
8290 replace the first one and the first one would never
8291 be called when doing typefinding (see #161712).
8294 2006-01-31 Wim Taymans <wim@fluendo.com>
8296 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8297 (vorbis_handle_header_packet), (vorbis_dec_push),
8298 (vorbis_handle_data_packet):
8299 Use scale_int when we can, add some more scaling.
8300 Check packettype before parsing it.
8302 2006-01-31 Wim Taymans <wim@fluendo.com>
8304 * ext/theora/theoradec.c: (_theora_granule_time),
8305 (theora_dec_src_convert), (theora_dec_sink_convert):
8306 Call right _scale functions.
8307 Use parameter instead of some other random value.
8309 2006-01-31 Wim Taymans <wim@fluendo.com>
8311 * ext/theora/theoradec.c: (_theora_granule_frame),
8312 (_theora_granule_time), (_inc_granulepos),
8313 (theora_dec_src_convert), (theora_dec_sink_convert),
8314 (theora_handle_type_packet), (theora_handle_data_packet),
8316 Use higher precision timestamps calculation.
8317 Convert some other conversions to _scale.
8319 2006-01-31 Stefan Kost <ensonic@users.sf.net>
8321 * gst/audiotestsrc/gstaudiotestsrc.c:
8322 (gst_audio_test_src_create_sine_table), (plugin_init):
8323 * gst/volume/gstvolume.c: (plugin_init):
8324 initialize gst_controller before using
8326 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
8328 * tests/check/pipelines/theoraenc.c:
8329 * tests/check/pipelines/vorbisenc.c:
8330 Define constant using G_GINT64_CONSTANT to avoid errors when
8331 passing it around - otherwise it gets truncated to 32 bits.
8333 Fixes failing tests.
8335 2006-01-31 Andy Wingo <wingo@pobox.com>
8337 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8338 caps being set doesn't have a framerate value. Basically a stopgap
8341 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8342 technically correct enough to put into core though.
8343 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8344 DURATION. Fixes theoraenc ! oggmux.
8346 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8347 fraction, not double.
8349 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
8352 add vs7 project files created by Sergey Scobich
8354 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
8357 add vs8 project files created by Sergey Scobich
8359 2006-01-30 Andy Wingo <wingo@pobox.com>
8361 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8362 timestamp + duration, not just timestamp -- ogg pages should be
8363 ordered by stop time. Necessary fix given the change in vorbis
8366 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
8367 (gst_theora_enc_init): Pull the granule shift out of the encoder.
8368 (granulepos_add): New function, handles the messiness of adjusting
8370 (theora_buffer_from_packet):
8372 (theora_enc_sink_event): Use granulepos_add, not +.
8374 * tests/check/pipelines/theoraenc.c
8375 (check_buffer_granulepos_from_starttime): Just check the frame
8376 count, not the actual granulepos -- we can't dictate to the
8377 encoder when it should be placing keyframes.
8379 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
8381 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8382 SERVICE_NOT_AVAILABLE happens for example when you're trying to
8383 play an http:// stream from a server that's not serving
8385 2006-01-30 Andy Wingo <wingo@pobox.com>
8387 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
8388 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8389 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8392 * ext/theora/gsttheoraenc.h:
8393 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8394 although theoraenc was timestamping correctly. Added handling of
8395 streams that start with nonzero timestamps.
8397 * tests/check/Makefile.am:
8398 * tests/check/pipelines/theoraenc.c: New file, basically does same
8401 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8403 2006-01-30 Wim Taymans <wim@fluendo.com>
8405 * gst-libs/gst/audio/gstaudiosink.c:
8406 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8407 (gst_audioringbuffer_pause):
8408 Implement pause that does not wait for completion.
8410 * gst-libs/gst/audio/gstbaseaudiosink.c:
8411 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8412 Don't drop buffers when going to PAUSED but perform preroll on
8413 remaining samples now that core base class supports this.
8415 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8416 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8417 (gst_ring_buffer_commit):
8418 Pause should not signal waiters.
8419 Implement return value of _commit correctly.
8421 2006-01-30 Andy Wingo <wingo@pobox.com>
8423 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8425 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8426 updated to timestamp from the first sample, not the last.
8427 (gst_vorbisenc_buffer_from_header_packet): New function, takes
8428 special care of granulepos and timestamp for header packets.
8429 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8430 when the first buffer has a nonzero timestamp.
8432 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8433 (GstVorbisEnc.subgranule_offset): New members. Take care of the
8434 case when the first audio buffer we get has a nonzero timestamp.
8435 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8436 properly timestamp vorbis buffers with the time of the first
8437 sample, not the last.
8439 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8440 vorbis_granule_time_copy -- now it takes the granule/subgranule
8441 offset into account.
8443 * tests/check/pipelines/vorbisenc.c: New test for correctness of
8444 timestamps, durations, and granulepos on buffers produced by
8447 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
8449 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8450 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8451 Patch from Eric Jonas to support conversions to/from UYVY
8454 2006-01-30 Julien MOUTTE <julien@moutte.net>
8456 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8457 (setup_subtitle), (setup_source), (set_active_source):
8458 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8459 (gen_text_element), (gen_audio_element), (gen_vis_element),
8460 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8462 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
8464 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8465 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8466 use gst_guint64_to_gdouble to be compliant with vs6
8467 * gst/playback/gstdecodebin.c: (try_to_link_1)
8468 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8469 use G_GINT64_CONSTANT for int64 constants
8470 * win32/common/libgstinterfaces.def:
8471 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8473 update and add new project files
8475 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8479 * win32/common/interfaces-enumtypes.c:
8480 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8481 (gst_mixer_track_flags_get_type),
8482 (gst_tuner_channel_flags_get_type):
8483 * win32/common/interfaces-enumtypes.h:
8484 * win32/common/multichannel-enumtypes.c:
8485 (gst_audio_channel_position_get_type):
8486 * win32/common/multichannel-enumtypes.h:
8487 add a win32-update rule like in core, and copy over enumtypes files
8489 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8492 * win32/common/config.h:
8493 * win32/common/config.h.in:
8494 add config files just like in core
8496 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
8498 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8499 Make gcc-4.1 happy (part of #327357).
8501 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8503 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8504 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8505 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8506 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8507 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8508 (gst_alsasrc_unprepare), (gst_alsasrc_read):
8509 Update all error messages. All of them should either use
8510 the default translated message, or actually provide a
8511 translatable string.
8512 Make the string for channel count problems meaningful.
8514 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8516 * sys/v4l/v4l_calls.c: (gst_v4l_open):
8517 check for and throw RESOURCE_BUSY
8519 2006-01-27 David Schleef <ds@schleef.org>
8521 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8522 checked in this change -- it requires liboil features not
8523 in 0.3.6. Revert parts.
8525 2006-01-27 David Schleef <ds@schleef.org>
8528 * configure.ac: update liboil requirement to 0.3.6
8529 * gst/videoscale/Makefile.am:
8530 * gst/videoscale/vs_scanline.c: liboilify
8532 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8534 * ext/libvisual/visual.c: (get_buffer):
8535 When pad_alloc returns a GstFlowReturn other
8536 than GST_FLOW_OK, make sure it is passed upstream.
8538 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8540 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8541 (gst_alsasink_class_init):
8542 Free the device name string.
8544 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8545 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8546 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8547 Don't remove a pad from the collectpads structure until it
8548 is released - it's a request pad, and may receive data again
8549 if the element gets moved back to PLAYING state.
8551 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8552 Ensure we turn on double buffering on the Xv port, and
8553 set the colour key to something dark and mysterious that
8556 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
8558 * ext/alsa/gstalsaplugin.c: (plugin_init):
8559 * ext/cdparanoia/gstcdparanoiasrc.c:
8560 (gst_cd_paranoia_src_base_init), (plugin_init):
8561 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8562 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8563 - a library should not call setlocale. see "Libraries" node in
8565 - make sure all plugins that use translation do bindtextdomain
8566 to point to the localedir
8567 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8568 (setup_sinks), (plugin_init):
8569 all this, and check for NULL when creating sinks
8571 2006-01-27 Julien MOUTTE <julien@moutte.net>
8573 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8574 (plugin_init): Make typefinding of subtitles work again.
8576 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
8578 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8579 (mp3_type_frame_length_from_header), (mp3_type_find),
8580 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8582 Backport a bunch of typefinding fixes from the 0.8 branch.
8583 Also, improve wavpack typefinding: if we can't peek the
8584 entire wavpack block, try to parse the bits we can get and
8585 see if we find what we're looking for in those.
8587 2006-01-26 Julien MOUTTE <julien@moutte.net>
8589 * sys/ximage/ximagesink.c:
8590 (gst_ximagesink_calculate_pixel_aspect_ratio):
8591 * sys/xvimage/xvimagesink.c:
8592 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8593 more cases of pixel aspect ratio.
8595 2006-01-26 Edward Hervey <edward@fluendo.com>
8597 * gst/playback/gstdecodebin.c: (pad_probe):
8598 Also consider the flush-start and tag events as unblockers
8601 2006-01-26 Julien MOUTTE <julien@moutte.net>
8603 * gst/playback/gstplaybin.c: (gst_play_bin_init),
8604 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8605 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
8606 On the fly visualisation switch, works disabling, enabling as
8607 well but it won't be able to enable vis in a playbin that was
8608 created with no visualisation.
8610 2006-01-25 Wim Taymans <wim@fluendo.com>
8612 * gst-libs/gst/audio/gstbaseaudiosink.c:
8613 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8614 Undo previous commit that returned WRONG_STATE sooner, it breaks
8617 2006-01-25 Wim Taymans <wim@fluendo.com>
8619 * gst-libs/gst/audio/gstbaseaudiosink.c:
8620 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8621 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8623 Post error when caps cannot be parsed.
8624 Resync on discontinuity in the stream.
8625 Clip samples to segment boundaries.
8626 return WRONG_STATE sooner when we are flushing.
8628 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8629 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8630 Make audiosrc operate in TIME.
8631 Set TIMESTAMP and DURATION on buffers.
8633 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
8635 * tests/examples/seek/seek.c: (main):
8636 Output tag messages as well.
8638 2006-01-23 Edward Hervey <edward@fluendo.com>
8640 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8641 (free_pad_probes), (remove_fakesink), (pad_probe),
8642 (close_pad_link), (gst_decode_bin_change_state):
8643 Replace GstPadBlockCallback with pad probes that detect
8644 first buffer AND eos before removing fakesink.
8645 Fixes hang with demuxers doing EOS while pre-rolling.
8648 2006-01-23 Andy Wingo <wingo@pobox.com>
8650 * ext/alsa/gstalsasink.c:
8651 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8652 (gst_base_rtp_depayload_setcaps),
8653 (gst_base_rtp_depayload_add_to_queue),
8654 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8656 Patch by: Jens Granseuer <jensgr at gmx dot net>
8658 2006-01-22 Julien MOUTTE <julien@moutte.net>
8660 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8661 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8662 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
8663 frames. We might get a frame destroyed after changing state to
8664 NULL, adding a safety check on xcontext.
8666 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
8668 * gst-libs/gst/interfaces/xoverlay.c:
8669 Fix prepare-xwindow-id code example in the docs - we need to
8670 ignore all messages that aren't element messages as well.
8672 2006-01-21 Julien MOUTTE <julien@moutte.net>
8674 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8675 I think one day i'll completely undestand how caps negotiation
8676 is supposed to work. This refactoring handles buffer_alloc
8677 called with caps we can't handle. We definitely don't want a
8678 set_caps with those caps, so we define and allocate a buffer
8679 we would like to receive.
8681 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
8683 * gst/playback/gstplaybasebin.c: (setup_source):
8684 Free iterator when done.
8686 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
8688 * gst-libs/gst/audio/gstbaseaudiosink.c:
8689 (gst_base_audio_sink_render):
8690 Fix playback of non-synchronised streams by assuming a rate
8691 of 1.0 instead of a random one.
8693 Makes this work again:
8695 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8696 endianness=(int)4321, signed=(boolean)true, width=(int)16,
8697 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8698 audioresample ! alsasink
8700 === release 0.10.2 ===
8702 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8705 releasing 0.10.2, "Then the devil is six"
8707 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
8709 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8710 * gst/playback/gststreamselector.c:
8711 (gst_stream_selector_set_property):
8712 Comment out broken code that connects to the state-changed signal.
8713 At this point, changing current stream selection is broken, but
8714 stuff like gst-launch playbin current-audio=1 works and filters
8715 to the chosen stream.
8717 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8719 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8720 Fix #327216 (null dereference in vorbisdec)
8722 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
8724 * ext/theora/theoradec.c: (theora_handle_comment_packet):
8725 Post taglist actually on bus instead of just freeing it
8726 (fixes #327114 and totem bug #327080).
8728 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8729 Use gst_element_found_tags_for_pad(), so that the tags
8730 are sent downstream as an event as well.
8732 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
8734 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8735 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8736 (gst_ximagesink_buffer_alloc):
8737 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8738 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8739 (gst_xvimagesink_buffer_alloc):
8740 move all regularly occurring messages to GST_LOG level
8741 add some more object logs
8743 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
8745 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8746 fix a silly segfault
8748 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
8750 * docs/libs/gst-plugins-base-libs-docs.sgml:
8751 * docs/libs/gst-plugins-base-libs-sections.txt:
8752 * gst-libs/gst/audio/mixerutils.c:
8753 * gst-libs/gst/audio/mixerutils.h:
8754 Add docs for mixerutils stuff.
8756 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
8758 * gst/playback/gstplaybasebin.c: (setup_source):
8759 Fix playback for sources that emit raw audio or
8760 raw video streams (e.g.: cd audio sources) (#325984).
8762 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
8764 * gst-libs/gst/audio/mixerutils.c:
8765 (gst_audio_mixer_filter_do_filter):
8766 actually save the element we create
8768 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
8770 * gst-libs/gst/cdda/gstcddabasesrc.c:
8771 (gst_cdda_base_src_handle_track_seek):
8772 No need to post a tag message on the bus when seeking
8773 within the same track, only post it when the current
8776 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8778 * gst/playback/gstplaybasebin.c: (group_destroy),
8779 (probe_triggered), (new_decoded_pad), (mute_group_type),
8780 (set_active_source):
8781 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8782 * gst/playback/gststreamselector.c:
8783 (gst_stream_selector_base_init),
8784 (gst_stream_selector_set_property),
8785 (gst_stream_selector_request_new_pad):
8786 Reenable stream selection. These mechanisms need a complete overhaul
8787 in the face of 0.8->0.10 changes though.
8789 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8791 * ext/ogg/gstoggdemux.c:
8792 Change the pad template to src_%d to match the pads that
8793 are created from it. decodebin needs this information in order
8794 to decide that oggdemux is capable of producing multiple pads
8795 (and hence needs queues inserted).
8797 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8798 (gst_ogg_mux_collected):
8799 Make debug output more useful by using GST_PTR_FORMAT.
8801 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8803 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
8805 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8806 Set depth and width for alaw/mulaw (fixes #326601).
8808 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
8810 * tests/icles/Makefile.am:
8811 don't build the tests if we don't have the libs
8813 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8815 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8816 (gst_cd_paranoia_paranoia_callback):
8817 Don't try to free NULL pointers.
8819 2006-01-10 Edward Hervey <edward@fluendo.com>
8821 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8822 (gst_audio_rate_change_state), (plugin_init):
8823 Add debugging category.
8825 Add case for incoming buffers without valid offset/offset_end.
8827 2006-01-10 Michael Smith <msmith@fluendo.com>
8829 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8830 Don't leak GCond in audio sources.
8832 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
8834 * gst/playback/gstplaybin.c: (gen_audio_element):
8835 Don't leak an autoaudiosink/alsasink when we generate
8836 a new audio element. (old code, I guess)
8838 2006-01-10 Michael Smith <msmith@fluendo.com>
8840 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8841 Support float audio in audiorate.
8842 Use width rather than depth for selecting sample width.
8844 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8846 * gst/videotestsrc/videotestsrc.h:
8847 Use GLib types here (that way we don't have to include the
8848 generated _stdint.h header, which makes life easier for win32
8849 folks that don't use autotools for the build) (#325990, patch
8850 by: Sergey Scobich).
8852 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8854 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8855 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8856 (gst_ring_buffer_pause), (wait_segment):
8857 * gst-libs/gst/audio/gstringbuffer.h:
8858 Name (private) union, makes Forte compiler happy (this time
8859 for real) (#324900).
8861 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
8863 * gst-libs/gst/audio/Makefile.am:
8864 Link against libgstinterfaces, needed for mixer
8865 and property probe stuff.
8867 2006-01-09 Edward Hervey <edward@fluendo.com>
8869 * gst-libs/gst/Makefile.am:
8871 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
8873 * gst-libs/gst/audio/Makefile.am:
8874 * gst-libs/gst/audio/mixerutils.c:
8875 (gst_audio_mixer_filter_do_filter),
8876 (gst_audio_mixer_filter_check_element),
8877 (gst_audio_mixer_filter_probe_feature),
8878 (element_factory_rank_compare_func),
8879 (gst_audio_default_registry_mixer_filter):
8880 * gst-libs/gst/audio/mixerutils.h:
8881 Add gst_audio_default_registry_mixer_filter() utility
8884 2006-01-03 Michael Smith <msmith@fluendo.com>
8886 * gst/audioresample/resample.h:
8887 As before, but for o_buf
8889 2006-01-03 Michael Smith <msmith@fluendo.com>
8891 * gst/audioresample/resample.h:
8892 Declare struct _ResampleState.buffer as unsigned char *, not void *,
8893 since we do arithmetic on it.
8895 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
8897 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8898 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8899 (gst_ring_buffer_pause), (wait_segment):
8900 * gst-libs/gst/audio/gstringbuffer.h:
8901 Sun's Forte compiler doesn't seem to like anonymous structs,
8902 so use same setup as in GstBaseSrc (fixes #324900).
8904 2005-12-30 Stefan Kost <ensonic@users.sf.net>
8907 * gst/volume/Makefile.am:
8908 * gst/volume/demo.c:
8909 move old example to tests/examples/volume/volune.c
8910 * tests/examples/Makefile.am:
8911 * tests/examples/seek/seek.c: (main):
8912 change window-close event from "delete-event" to "destroy"
8913 * tests/examples/volume/Makefile.am:
8914 * tests/examples/volume/volume.c: (value_changed_callback),
8915 (setup_gui), (message_received), (eos_message_received), (main):
8916 fix event handling and bus usage
8918 2005-12-29 Stefan Kost <ensonic@users.sf.net>
8920 * gst/audiotestsrc/gstaudiotestsrc.c:
8921 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8922 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8923 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8924 (gst_audio_test_src_create_square),
8925 (gst_audio_test_src_create_saw),
8926 (gst_audio_test_src_create_triangle),
8927 (gst_audio_test_src_create_silence),
8928 (gst_audio_test_src_create_white_noise),
8929 (gst_audio_test_src_create_pink_noise),
8930 (gst_audio_test_src_init_sine_table),
8931 (gst_audio_test_src_create_sine_table),
8932 (gst_audio_test_src_change_wave),
8933 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8934 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8935 * gst/audiotestsrc/gstaudiotestsrc.h:
8936 update to basesrc changes, implement segmented seeking and eos
8937 handling, add a 'sine-tab' waveform for performance critical playback
8939 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8942 ... and this time the other modified file that I missed last time.
8944 2005-12-29 Michael Smith <msmith@fluendo.com>
8946 * gst/playback/gstdecodebin.c: (new_pad):
8947 Fix non-C89 variable declaration not at the start of a block. Should
8948 help some compilers.
8950 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8952 * tests/check/Makefile.am:
8953 And now fix 'make distcheck' (builddir != srcdir)
8955 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8958 * ext/cdparanoia/Makefile.am:
8959 * ext/cdparanoia/gstcdparanoia.c:
8960 * ext/cdparanoia/gstcdparanoia.h:
8961 * ext/cdparanoia/gstcdparanoiasrc.c:
8962 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8963 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8964 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8965 (gst_cd_paranoia_paranoia_callback),
8966 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8967 (gst_cd_paranoia_src_set_property),
8968 (gst_cd_paranoia_src_get_property), (plugin_init):
8969 * ext/cdparanoia/gstcdparanoiasrc.h:
8970 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8971 plugin again (there are still fixes required to playbin to make
8972 cdda:// uris work there).
8974 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8976 * tests/check/Makefile.am:
8977 Fix test case compilation.
8979 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8981 * gst-libs/gst/cdda/gstcddabasesrc.c:
8982 (gst_cdda_base_src_update_duration),
8983 (gst_cdda_base_src_calculate_cddb_id):
8984 An integer is not a string. Fix access to uninitialised variable.
8986 * tests/check/Makefile.am:
8987 Add cddabasesrc unit test; also actually enable the vorbis test.
8989 * tests/check/generic/states.c:
8990 Blacklist new cd audio elements as well.
8992 * tests/check/libs/cddabasesrc.c:
8993 Unit test for GstCddaBaseSrc (discid calculation mostly).
8995 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
8997 * docs/libs/Makefile.am:
8998 * docs/libs/gst-plugins-base-libs-docs.sgml:
8999 * docs/libs/gst-plugins-base-libs-sections.txt:
9000 * docs/libs/gst-plugins-base-libs.types:
9001 Add docs for libgstcdda/GstCddaBaseSrc.
9003 * gst-libs/gst/interfaces/mixertrack.h:
9004 Do one struct member per line with a semicolon at the end, that way
9005 even gtk-doc might parse it without complaining.
9007 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9010 * gst-libs/gst/Makefile.am:
9011 * gst-libs/gst/cdda/Makefile.am:
9012 * gst-libs/gst/cdda/base64.c:
9013 * gst-libs/gst/cdda/base64.h:
9014 * gst-libs/gst/cdda/gstcddabasesrc.c:
9015 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9016 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9017 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9018 (gst_cdda_base_src_get_property),
9019 (gst_cdda_base_src_get_track_from_sector),
9020 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9021 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9022 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9023 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9024 (gst_cdda_base_src_uri_get_protocols),
9025 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9026 (gst_cdda_base_src_uri_handler_init),
9027 (gst_cdda_base_src_setup_interfaces),
9028 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9029 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9030 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9031 (gst_cdda_base_src_add_tags),
9032 (gst_cdda_base_src_add_index_associations),
9033 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9034 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9035 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9036 (gst_cdda_base_src_create):
9037 * gst-libs/gst/cdda/gstcddabasesrc.h:
9038 * gst-libs/gst/cdda/sha1.c:
9039 * gst-libs/gst/cdda/sha1.h:
9040 Add new libgstcdda with GstCddaBaseSrc class.
9042 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9044 * ext/gnomevfs/gstgnomevfssink.h:
9045 Use GstBaseSinkClass as parent_class member for class struct, not
9048 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9050 Patch by: Michael Benes
9052 * gst/videotestsrc/gstvideotestsrc.c:
9053 (gst_video_test_src_class_init), (gst_video_test_src_start):
9054 Add start method to reset running time and number of frames sent
9055 when starting up (fixes #324696)
9057 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9059 * docs/plugins/Makefile.am:
9060 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9061 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9062 * docs/plugins/gst-plugins-base-plugins.args:
9063 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9064 * docs/plugins/gst-plugins-base-plugins.signals:
9065 Add docs stuff for gnomevfssrc and gnomevfssink.
9067 * ext/gnomevfs/gstgnomevfssrc.c:
9068 Fix example pipeline in gtk-doc blurb.
9070 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9072 * ext/gnomevfs/Makefile.am:
9073 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9074 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9075 (gst_gnome_vfs_handle_get_type), (plugin_init):
9076 * ext/gnomevfs/gstgnomevfs.h:
9077 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9078 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9079 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9080 (gst_gnome_vfs_sink_set_property),
9081 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9082 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9083 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9084 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9085 (gst_gnome_vfs_sink_uri_get_type),
9086 (gst_gnome_vfs_sink_uri_get_protocols),
9087 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9088 (gst_gnome_vfs_sink_uri_handler_init):
9089 * ext/gnomevfs/gstgnomevfssink.h:
9090 Port gnomevfssink; add gtk-doc blurb.
9092 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9093 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9094 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9095 (gst_gnome_vfs_src_uri_get_type),
9096 (gst_gnome_vfs_src_uri_get_protocols),
9097 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9098 (gst_gnome_vfs_src_uri_handler_init),
9099 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9100 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9101 (gst_gnome_vfs_src_send_additional_headers_callback),
9102 (gst_gnome_vfs_src_received_headers_callback),
9103 (gst_gnome_vfs_src_push_callbacks),
9104 (gst_gnome_vfs_src_pop_callbacks),
9105 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9106 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9107 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9108 * ext/gnomevfs/gstgnomevfssrc.h:
9109 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9110 file; add gtk-doc blurb with example pipelines.
9112 === release 0.10.1 ===
9114 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
9117 releasing 0.10.1, "Dobro Dedek"
9119 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
9121 * gst/typefind/gsttypefindfunctions.c:
9122 iLBC30 and iLBC20 added to typefind.
9124 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
9126 * gst-libs/gst/audio/gstbaseaudiosink.c:
9127 (gst_base_audio_sink_class_init):
9128 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9129 (gst_base_audio_src_class_init):
9130 update strings, values are in microseconds
9131 change the default sink buffer time to something that is smaller
9132 (to help software volume mixing have a slightly lower delay) but
9133 still be acceptable on Wim's laptop
9135 2005-12-20 Edward Hervey <edward@fluendo.com>
9137 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9138 Made a quack, forgot to add DUCK to the riff video template.
9140 2005-12-19 Edward Hervey <edward@fluendo.com>
9142 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9143 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9144 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9145 (gst_ogm_parse_chain):
9146 Make sure pads are initialized correctly.
9147 * gst-libs/gst/riff/riff-ids.h:
9148 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9149 (gst_riff_create_video_template_caps):
9150 Add a whole bunch of FOURCC <=> MimeType.
9151 Extend the riff video pad template to support the newly added fourcc.
9153 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
9155 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9156 (gst_ogg_demux_activate_chain):
9157 Extra debug output when activating/deactivating chains.
9159 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9160 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9162 Remove a queue from our list when it becomes unlinked.
9163 Don't add queues to elements in class 'Demux' if they
9164 can only produce one pad
9166 2005-12-18 Julien MOUTTE <julien@moutte.net>
9168 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9169 (gst_video_sink_get_type): Add a debug category.
9171 2005-12-17 Philippe Khalaf <burger@speedy.org>
9173 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9174 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9175 Handle downstream newsegment by sending our own newsegment before the
9176 next buffer to be released. (#323900)
9178 2005-12-17 Philippe Khalaf <burger@speedy.org>
9180 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9181 (gst_base_rtp_depayload_set_gst_timestamp):
9182 add queue delay to new segment as well (as opposed to just the first
9183 buffer). (bug #322347)
9185 2005-12-16 Stefan Kost <ensonic@users.sf.net>
9187 * ext/libvisual/visual.c: (make_valid_name):
9188 change some char* into char[]
9189 * gst/audiotestsrc/gstaudiotestsrc.c:
9190 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9191 (gst_audio_test_src_create):
9192 * gst/audiotestsrc/gstaudiotestsrc.h:
9193 prepare to handle EOS and SEGMENT_DONE
9195 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9197 * tests/check/generic/states.c: (GST_START_TEST):
9198 Blacklist cdparanoia element in state test.
9200 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9202 Patch by: Benjamin Pineau
9205 * gst/tcp/gsttcpclientsink.c:
9206 * gst/tcp/gsttcpserversink.c:
9207 * gst/tcp/gsttcpserversrc.c:
9208 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9210 2005-12-15 Michael Smith <msmith@fluendo.com>
9212 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9213 (gst_video_rate_chain):
9214 Fix timestamping for videorate when the first buffer it sees has a
9215 non-zero timestamp. Fix some misleading debug output.
9217 2005-12-15 Michael Smith <msmith@fluendo.com>
9219 * gst/audioresample/gstaudioresample.c:
9220 Don't leak all input buffers to audioresample.
9222 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9224 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9225 Don't operate on empty text buffers. Strip newlines and
9226 tabs only from the end of the text, but leave them intact
9227 in the middle. Fix typo in gtk-doc description.
9229 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9231 * gst/playback/gstplaybasebin.c:
9232 * gst/playback/gstplaybin.c: (handoff):
9233 Make sure the video frame buffer we return to apps via the
9234 "frame" property always has caps set on it. Modify
9235 _gst_gvalue_set_object() macro to handle NULL objects
9238 2005-12-14 Stefan Kost <ensonic@users.sf.net>
9240 * gst/audiotestsrc/gstaudiotestsrc.c:
9241 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9242 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9243 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9244 (gst_audio_test_src_create):
9245 * gst/audiotestsrc/gstaudiotestsrc.h:
9246 Adjust to some recent api changes and add wtays new cool seeking
9249 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
9251 * ext/alsa/Makefile.am:
9252 * ext/alsa/gstalsadeviceprobe.c:
9253 * ext/alsa/gstalsadeviceprobe.h:
9254 Helper functions to add device probing via the GstPropertyProbe
9255 interface to a class.
9257 * ext/alsa/gstalsamixer.h:
9258 Comment out GST_ALSA_MIXER, it returns a struct that's not
9261 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9262 Add some debug info.
9264 * ext/alsa/gstalsamixerelement.c:
9265 (gst_alsa_mixer_element_interface_supported),
9266 (gst_implements_interface_init),
9267 (gst_alsa_mixer_element_init_interfaces),
9268 (gst_alsa_mixer_element_class_init),
9269 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9270 (gst_alsa_mixer_element_set_property),
9271 (gst_alsa_mixer_element_get_property),
9272 (gst_alsa_mixer_element_change_state):
9273 * ext/alsa/gstalsamixerelement.h:
9274 Add 'device' and 'device-name' properties. Add GstPropertyProbe
9275 for device handling (gnome-volume-control will need that).
9277 2005-12-12 Christian Schaller <uraeus@gnome.org>
9279 * ext/Makefile.am: fix cdparanoia entry
9280 * gst-plugins-base.spec.in: add cdparanoia
9282 2005-12-12 Michael Smith <msmith@fluendo.com>
9284 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9285 Use the correct function to free list of typefind factories.
9287 2005-12-12 Wim Taymans <wim@fluendo.com>
9289 * gst/videotestsrc/gstvideotestsrc.c:
9290 (gst_video_test_src_class_init), (gst_video_test_src_init),
9291 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9292 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9293 (gst_video_test_src_create):
9294 * gst/videotestsrc/gstvideotestsrc.h:
9295 Implement seeking in videotestsrc.
9298 2005-12-12 Wim Taymans <wim@fluendo.com>
9300 * ext/cdparanoia/Makefile.am:
9301 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9302 (gst_paranoia_endian_get_type), (_do_init),
9303 (cdparanoia_class_init), (cdparanoia_init),
9304 (cdparanoia_set_property), (cdparanoia_get_property),
9305 (cdparanoia_do_seek), (cdparanoia_is_seekable),
9306 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9307 (cdparanoia_convert), (cdparanoia_get_query_types),
9308 (cdparanoia_query), (cdparanoia_set_index),
9309 (cdparanoia_uri_set_uri):
9310 * ext/cdparanoia/gstcdparanoia.h:
9311 Partially ported cdparanoia now that basesrc can support a
9314 2005-12-12 Wim Taymans <wim@fluendo.com>
9316 * tests/examples/seek/scrubby.c: (main):
9317 Set higher priority for bus events so they don't get reordered with
9320 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9321 (flush_toggle_cb), (main):
9322 Added checkbox to disable flushing seeks.
9323 Disable scrubbing when doing non flushing seeks.
9325 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
9327 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9328 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9329 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9330 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9331 Implement some sort of event handling that doesn't rely on
9332 g_return_if_fail; make sure we always push the last chunk of an
9333 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9334 state change function; remove some old cruft. Seeking is still
9335 rather unlikely to work though.
9340 2005-12-11 Julien MOUTTE <julien@moutte.net>
9342 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
9343 Fixed a leak of the current image reference when cleaning up.
9344 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9346 2005-12-09 Michael Smith <msmith@fluendo.com>
9348 * tools/Makefile.am:
9349 * tools/gst-launch-ext-m.m:
9350 Remove gst-launch-ext. It doesn't work, and is no longer
9351 particularly useful.
9353 2005-12-08 Luca Ognibene <luogni@tin.it>
9355 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9356 don't pass random values to ogmparse convert function.
9357 Make seeking possible in the exile1.ogm file.
9359 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
9361 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9362 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9363 Work around refcount problem with g_value_set_object() that occur
9364 if the core has been compiled against GLib-2.6 (g_value_set_object()
9365 will only g_object_ref() the element, but the caller will
9366 gst_object_unref() it and bad things will happen due to the way
9367 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9368 totem for people on FC4 using Thomas's 0.10 RPMs.
9370 2005-12-07 Edward Hervey <edward@fluendo.com>
9372 Time to welcome ogm to 0.10 :)
9374 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9375 (gst_ogg_pad_typefind):
9376 Oggdemux can now properly typefind elements with dynamic pads.
9377 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9378 Properly set caps on src pad, and set caps on outgoing buffers.
9380 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
9382 * ext/alsa/gstalsamixer.h:
9383 * ext/alsa/gstalsamixerelement.h:
9384 * ext/alsa/gstalsamixeroptions.h:
9385 * ext/alsa/gstalsamixertrack.h:
9386 * ext/alsa/gstalsasink.c:
9387 * ext/alsa/gstalsasink.h:
9388 * ext/alsa/gstalsasrc.c:
9389 * ext/alsa/gstalsasrc.h:
9390 * ext/cdparanoia/gstcdparanoia.h:
9391 * ext/gnomevfs/gstgnomevfsuri.h:
9392 * ext/ogg/gstoggdemux.c:
9393 * ext/ogg/gstoggmux.c:
9394 * ext/pango/gsttextoverlay.h:
9395 * ext/theora/theoradec.c:
9396 * ext/theora/theoraenc.c:
9397 * ext/vorbis/vorbisdec.h:
9398 * ext/vorbis/vorbisenc.c:
9399 * ext/vorbis/vorbisenc.h:
9400 * ext/vorbis/vorbisparse.h:
9401 * gst-libs/gst/audio/gstaudioclock.h:
9402 * gst-libs/gst/audio/gstaudiosink.c:
9403 * gst-libs/gst/audio/gstaudiosink.h:
9404 * gst-libs/gst/audio/gstaudiosrc.c:
9405 * gst-libs/gst/audio/gstaudiosrc.h:
9406 * gst-libs/gst/audio/gstbaseaudiosink.c:
9407 * gst-libs/gst/audio/gstbaseaudiosink.h:
9408 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9409 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9410 * gst-libs/gst/audio/gstringbuffer.h:
9411 * gst-libs/gst/audio/multichannel.h:
9412 * gst-libs/gst/floatcast/floatcast.h:
9413 * gst-libs/gst/interfaces/colorbalance.c:
9414 * gst-libs/gst/interfaces/colorbalance.h:
9415 * gst-libs/gst/interfaces/colorbalancechannel.h:
9416 * gst-libs/gst/interfaces/mixer.h:
9417 * gst-libs/gst/interfaces/mixeroptions.h:
9418 * gst-libs/gst/interfaces/mixertrack.h:
9419 * gst-libs/gst/interfaces/navigation.h:
9420 * gst-libs/gst/interfaces/propertyprobe.h:
9421 * gst-libs/gst/interfaces/tuner.h:
9422 * gst-libs/gst/interfaces/tunerchannel.h:
9423 * gst-libs/gst/interfaces/tunernorm.h:
9424 * gst-libs/gst/interfaces/xoverlay.h:
9425 * gst-libs/gst/netbuffer/gstnetbuffer.h:
9426 * gst-libs/gst/riff/riff-ids.h:
9427 * gst-libs/gst/riff/riff-media.h:
9428 * gst-libs/gst/riff/riff-read.h:
9429 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9430 * gst-libs/gst/rtp/gstbasertppayload.c:
9431 * gst-libs/gst/rtp/gstbasertppayload.h:
9432 * gst-libs/gst/rtp/gstrtpbuffer.c:
9433 * gst-libs/gst/rtp/gstrtpbuffer.h:
9434 * gst-libs/gst/tag/gsttageditingprivate.h:
9435 * gst-libs/gst/tag/gstvorbistag.c:
9436 (gst_tag_list_from_vorbiscomment_buffer):
9437 * gst-libs/gst/tag/tag.h:
9438 * gst-libs/gst/video/video.h:
9439 * gst/adder/gstadder.c:
9440 * gst/adder/gstadder.h:
9441 * gst/audioconvert/audioconvert.c:
9442 * gst/audioconvert/audioconvert.h:
9443 * gst/audioconvert/gstaudioconvert.c:
9444 * gst/audioconvert/gstchannelmix.c:
9445 * gst/audioconvert/gstchannelmix.h:
9446 * gst/audiorate/gstaudiorate.c:
9447 * gst/audioresample/buffer.h:
9448 * gst/audioresample/functable.h:
9449 * gst/audioresample/gstaudioresample.c:
9450 * gst/audioresample/resample.h:
9451 * gst/ffmpegcolorspace/avcodec.h:
9452 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9453 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9454 * gst/ffmpegcolorspace/imgconvert.c:
9455 * gst/ffmpegcolorspace/imgconvert_template.h:
9456 * gst/playback/gstdecodebin.c:
9457 * gst/playback/gstplaybasebin.h:
9458 * gst/playback/gstplaybin.c:
9459 * gst/playback/gststreaminfo.h:
9460 * gst/tcp/gstfdset.c:
9461 * gst/tcp/gstfdset.h:
9462 * gst/tcp/gstmultifdsink.c:
9463 * gst/tcp/gstmultifdsink.h:
9465 * gst/tcp/gsttcpclientsrc.c:
9466 * gst/tcp/gsttcpclientsrc.h:
9467 * gst/tcp/gsttcpplugin.h:
9468 * gst/tcp/gsttcpserversink.c:
9469 * gst/tcp/gsttcpserversrc.c:
9470 * gst/typefind/gsttypefindfunctions.c:
9471 * gst/videorate/gstvideorate.c:
9472 * gst/videotestsrc/gstvideotestsrc.h:
9473 * gst/videotestsrc/videotestsrc.h:
9474 * sys/v4l/gstv4lcolorbalance.h:
9475 * sys/v4l/gstv4ltuner.h:
9476 * sys/v4l/gstv4lxoverlay.h:
9477 * sys/v4l/v4l_calls.h:
9478 * sys/v4l/videodev_mjpeg.h:
9479 * tests/check/elements/audioconvert.c:
9480 * tests/check/elements/audioresample.c:
9481 * tests/check/elements/audiotestsrc.c:
9482 * tests/check/elements/videotestsrc.c:
9483 * tests/check/elements/volume.c:
9484 * tests/examples/seek/scrubby.c:
9485 * tests/examples/seek/seek.c:
9488 === release 0.10.0 ===
9490 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9493 releasing 0.10.0, "Mont-d'or"
9495 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
9497 * tests/examples/seek/Makefile.am:
9498 Build fix for when gtk is not available.
9500 2005-12-05 Andy Wingo <wingo@pobox.com>
9502 * ext/libvisual/visual.c: (get_buffer):
9503 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9504 * ext/pango/gsttextrender.c: (gst_text_render_chain):
9505 * ext/theora/theoradec.c: (theora_handle_data_packet):
9506 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9508 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9509 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9510 Update for alloc_buffer changes.
9512 2005-12-05 Andy Wingo <wingo@pobox.com>
9514 patch by: Kai Vehmanen <kv2004 eca cx>
9516 * gst-libs/gst/rtp/gstbasertpdepayload.c
9517 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9519 2005-12-04 Andy Wingo <wingo@pobox.com>
9521 patch by: Sebastien Cote <sebas642 yahoo ca>
9523 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9526 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
9528 * docs/plugins/Makefile.am:
9529 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9530 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9531 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9532 * ext/pango/gstclockoverlay.c:
9533 * ext/pango/gsttextoverlay.c:
9534 * ext/pango/gsttextrender.c:
9535 * ext/pango/gsttimeoverlay.c:
9536 Add gtk-doc blurbs to pango elements.
9538 2005-12-02 Wim Taymans <wim@fluendo.com>
9540 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9541 * gst/audioresample/buffer.h:
9542 * gst/audioresample/gstaudioresample.c:
9543 * gst/audioresample/gstaudioresample.h:
9544 * gst/audioresample/resample.c: (resample_input_flush),
9545 (resample_input_pushthrough), (resample_input_eos),
9546 (resample_get_output_size_for_input),
9547 (resample_get_input_size_for_output), (resample_get_output_size),
9548 (resample_get_output_data):
9549 * gst/audioresample/resample.h:
9550 * gst/audioresample/resample_ref.c: (resample_scale_ref):
9551 Fix audioresample, seek torture, new segments, reverse negotiation
9554 2005-12-02 Wim Taymans <wim@fluendo.com>
9556 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9559 2005-12-02 Wim Taymans <wim@fluendo.com>
9561 * gst/audioconvert/gstaudioconvert.c:
9562 (gst_audio_convert_transform):
9565 === release 0.9.7 ===
9567 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9570 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9572 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9578 add win32 MANIFEST file
9579 do something to the hungarian translation
9581 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
9584 Add $(PANGO_DIR) to SUBDIRS
9586 * ext/pango/gstclockoverlay.c:
9587 * ext/pango/gsttimeoverlay.c:
9588 Fix and improve element descriptions.
9590 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9592 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9593 * docs/plugins/inspect/plugin-libvisual.xml:
9594 * docs/plugins/inspect/plugin-pango.xml:
9595 add pango plugin to docs
9597 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9603 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9606 * tests/Makefile.am:
9607 * tests/icles/.cvsignore:
9608 * tests/icles/Makefile.am:
9609 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9610 (close_display), (resize_window), (move_window), (create_window),
9611 (terminate_playback), (pause_playback), (start_playback), (main):
9612 add stress test for xoverlay from Julien
9614 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9616 * docs/libs/tmpl/gstcolorbalance.sgml:
9617 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9618 * gst-libs/gst/rtp/gstbasertppayload.c:
9619 * gst-libs/gst/rtp/gstrtpbuffer.c:
9620 * gst-libs/gst/rtp/gstrtpbuffer.h:
9621 Do burger's rename for rtp payloaders and depayloaders
9623 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9626 add Visual Studio 6 build files
9628 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9630 * docs/libs/gst-plugins-base-libs-docs.sgml:
9631 * docs/libs/gst-plugins-base-libs-sections.txt:
9632 * docs/libs/tmpl/gstaudio.sgml:
9633 * docs/libs/tmpl/gstringbuffer.sgml:
9634 * gst-libs/gst/interfaces/xoverlay.c:
9635 * gst-libs/gst/video/gstvideofilter.c:
9636 * gst-libs/gst/video/gstvideosink.c:
9637 update documentation
9639 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9641 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9642 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9643 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9644 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9645 (gst_multi_fd_sink_get_stats),
9646 (gst_multi_fd_sink_remove_client_link),
9647 (gst_multi_fd_sink_handle_client_read),
9648 (gst_multi_fd_sink_client_queue_data),
9649 (gst_multi_fd_sink_client_queue_caps),
9650 (gst_multi_fd_sink_client_queue_buffer),
9651 (gst_multi_fd_sink_new_client),
9652 (gst_multi_fd_sink_handle_client_write),
9653 (gst_multi_fd_sink_recover_client),
9654 (gst_multi_fd_sink_queue_buffer),
9655 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9656 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9657 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9658 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9659 * gst/tcp/gstmultifdsink.h:
9660 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9661 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9662 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9663 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9664 (gst_tcp_client_sink_set_property),
9665 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9666 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9667 * gst/tcp/gsttcpclientsink.h:
9668 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9669 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9670 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9671 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9672 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9673 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9674 * gst/tcp/gsttcpclientsrc.h:
9675 * gst/tcp/gsttcpplugin.c: (plugin_init):
9676 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9677 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9678 (gst_tcp_server_sink_finalize),
9679 (gst_tcp_server_sink_handle_server_read),
9680 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9681 (gst_tcp_server_sink_set_property),
9682 (gst_tcp_server_sink_get_property),
9683 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9684 * gst/tcp/gsttcpserversink.h:
9685 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9686 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9687 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9688 (gst_tcp_server_src_set_property),
9689 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9690 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9691 * gst/tcp/gsttcpserversrc.h:
9694 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9696 * docs/plugins/Makefile.am:
9697 * docs/plugins/gst-plugins-base-plugins.args:
9698 * docs/plugins/inspect/plugin-libvisual.xml:
9699 * gst/audioconvert/plugin.h:
9700 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9701 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9702 (gst_audio_rate_setcaps), (gst_audio_rate_init),
9703 (gst_audio_rate_chain), (gst_audio_rate_set_property),
9704 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9706 * gst/audiotestsrc/gstaudiotestsrc.c:
9707 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9708 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9709 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9710 (gst_audio_test_src_get_query_types),
9711 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9712 (gst_audio_test_src_create_square),
9713 (gst_audio_test_src_create_saw),
9714 (gst_audio_test_src_create_triangle),
9715 (gst_audio_test_src_create_silence),
9716 (gst_audio_test_src_create_white_noise),
9717 (gst_audio_test_src_init_pink_noise),
9718 (gst_audio_test_src_generate_pink_noise_value),
9719 (gst_audio_test_src_create_pink_noise),
9720 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9721 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9722 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9724 * gst/audiotestsrc/gstaudiotestsrc.h:
9725 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9726 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9727 (gst_sub_parse_init), (gst_sub_parse_formats),
9728 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9729 (convert_encoding), (get_next_line),
9730 (gst_sub_parse_data_format_autodetect),
9731 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9732 (gst_sub_parse_loop), (gst_sub_parse_chain),
9733 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9735 * gst/subparse/gstsubparse.h:
9736 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9737 (gst_video_rate_base_init), (gst_video_rate_class_init),
9738 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9739 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9740 (gst_video_rate_init), (gst_video_rate_event),
9741 (gst_video_rate_chain), (gst_video_rate_set_property),
9742 (gst_video_rate_get_property), (gst_video_rate_change_state),
9744 * gst/videoscale/gstvideoscale.c:
9745 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9746 (gst_video_scale_src_template_factory),
9747 (gst_video_scale_sink_template_factory),
9748 (gst_video_scale_get_type), (gst_video_scale_base_init),
9749 (gst_video_scale_class_init), (gst_video_scale_init),
9750 (gst_video_scale_set_property), (gst_video_scale_get_property),
9751 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9752 (gst_video_scale_prepare_size), (parse_caps),
9753 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9754 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9755 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9757 * gst/videoscale/gstvideoscale.h:
9758 * gst/videotestsrc/gstvideotestsrc.c:
9759 (gst_video_test_src_pattern_get_type),
9760 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9761 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9762 (gst_video_test_src_set_pattern),
9763 (gst_video_test_src_set_property),
9764 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9765 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9766 (gst_video_test_src_event), (gst_video_test_src_get_times),
9767 (gst_video_test_src_create), (plugin_init):
9768 * gst/videotestsrc/gstvideotestsrc.h:
9769 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9770 (gst_video_test_src_smpte), (gst_video_test_src_snow),
9771 (gst_video_test_src_black):
9772 * gst/videotestsrc/videotestsrc.h:
9774 clean up docs a little
9776 2005-11-30 Wim Taymans <wim@fluendo.com>
9778 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9779 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9780 (gst_basertppayload_event), (gst_basertppayload_push),
9781 (gst_basertppayload_change_state):
9782 * gst-libs/gst/rtp/gstbasertppayload.h:
9785 2005-11-30 Julien MOUTTE <julien@moutte.net>
9787 * docs/libs/gst-plugins-base-libs-docs.sgml:
9788 * docs/libs/gst-plugins-base-libs-sections.txt:
9789 * gst-libs/gst/video/gstvideofilter.c:
9790 * gst-libs/gst/video/gstvideosink.c:
9791 * gst-libs/gst/video/gstvideosink.h: Adding docs.
9793 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9813 * scripts/autoplugins.sh:
9816 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9820 * examples/Makefile.am:
9821 * examples/capsfilter/Makefile.am:
9822 * examples/capsfilter/capsfilter1.c:
9823 * examples/gob/Makefile.am:
9824 * examples/gob/gst-identity2.gob:
9825 * examples/indexing/.cvsignore:
9826 * examples/indexing/Makefile.am:
9827 * examples/indexing/indexmpeg.c:
9828 * examples/seeking/.cvsignore:
9829 * examples/seeking/Makefile.am:
9830 * examples/seeking/cdparanoia.c:
9831 * examples/seeking/cdplayer.c:
9832 * examples/seeking/chained.c:
9833 * examples/seeking/scrubby.c:
9834 * examples/seeking/seek.c:
9835 * examples/stats/Makefile.am:
9836 * examples/stats/mp2ogg.c:
9837 * examples/switch/.cvsignore:
9838 * examples/switch/Makefile.am:
9839 * examples/switch/switcher.c:
9840 * tests/Makefile.am:
9841 * tests/check/generic/.cvsignore:
9842 * tests/check/pipelines/.cvsignore:
9843 * tests/examples/Makefile.am:
9844 * tests/examples/seek/Makefile.am:
9845 reorganize stuff under tests/
9847 2005-11-30 Edward Hervey <edward@fluendo.com>
9849 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9850 Go away you stupid GstStaticPadTemplate memleak.
9852 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9854 * gst-libs/gst/net/Makefile.am:
9855 * gst-libs/gst/net/README:
9856 * gst-libs/gst/net/gstnetbuffer.c:
9857 * gst-libs/gst/net/gstnetbuffer.h:
9858 this was moved to "netbuffer"
9860 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9862 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9863 (gst_video_filter_class_init), (gst_video_filter_init):
9864 * gst-libs/gst/video/gstvideofilter.h:
9865 borgify name to bring in line with other classes
9867 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9869 * gst/audioscale/.cvsignore:
9870 * gst/audioscale/Makefile.am:
9871 * gst/audioscale/README:
9872 * gst/audioscale/audioscale.vcproj:
9873 * gst/audioscale/dtof.c:
9874 * gst/audioscale/dtos.c:
9875 * gst/audioscale/functable.c:
9876 * gst/audioscale/gstaudioscale.c:
9877 * gst/audioscale/gstaudioscale.h:
9878 * gst/audioscale/private.h:
9879 * gst/audioscale/resample.c:
9880 * gst/audioscale/resample.h:
9881 * gst/audioscale/test.c:
9884 2005-11-30 Edward Hervey <edward@fluendo.com>
9886 * gst-libs/gst/netbuffer/Makefile.am:
9887 really, really tired
9889 2005-11-30 Edward Hervey <edward@fluendo.com>
9891 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9892 Update for new GstTypeFindFactory _register()
9894 2005-11-30 Edward Hervey <edward@fluendo.com>
9896 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
9897 Let's not override libgstnet from core for no reason...
9898 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9899 Ok, maybe not so quick next time.
9901 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
9904 * gst-libs/gst/Makefile.am:
9905 moved gst-libs/gst/net to netbuffer through CVS surgery
9906 remove old directory
9907 updating build to accomodate
9910 2005-11-29 Andy Wingo <wingo@pobox.com>
9912 * pkgconfig/gstreamer-plugins-base.pc.in:
9913 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9914 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9917 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9919 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9920 3rd time's the charm. Correct ref-counting for discarded buffers.
9922 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9924 * gst/playback/gststreamselector.c:
9925 (gst_stream_selector_class_init),
9926 (gst_stream_selector_set_property),
9927 (gst_stream_selector_get_property),
9928 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9931 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
9933 * gst/subparse/gstsubparse.c: (feed_textbuf):
9934 Don't access already unref'ed buffer.
9936 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9938 * gst/playback/gststreamselector.c:
9939 (gst_stream_selector_class_init), (gst_stream_selector_init),
9940 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9941 (gst_stream_selector_get_property),
9942 (gst_stream_selector_get_linked_pad),
9943 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9944 * gst/playback/gststreamselector.h:
9945 Add the active-pad property for playbin to use shortly. Ignore buffers
9946 from any other pad, returning GST_FLOW_NOT_LINKED
9948 2005-11-29 Julien MOUTTE <julien@moutte.net>
9950 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9951 patch from bug #322704 (Alessandro Decina).
9953 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
9955 * gst-libs/gst/audio/Makefile.am:
9956 folded audiofilter into the audio library
9958 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
9960 * gst/videoscale/gstvideoscale.h:
9961 * gst/videoscale/gstvideoscale.c:
9962 remove unimplemented scale methods
9964 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
9966 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9969 2005-11-28 Julien MOUTTE <julien@moutte.net>
9971 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9972 (gst_ximagesink_setcaps):
9973 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9974 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9975 happens (only visible on ximagesink but bug is in xv too) set_caps was
9976 destroying the internal x[v]image used to memcpy non locally alloced
9977 buffers so that it got renewed on next _chain. The issue is that
9978 _expose will try to put that image as it reffed it in _put.
9979 Using gst_buffer_unref instead of destroy fixes it !
9981 2005-11-28 Edward Hervey <edward@fluendo.com>
9983 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9984 (try_to_link_1), (queue_filled_cb):
9985 Better use of the queues. Start with a small size queue and only increase
9986 the size of the queues when the other queues are empty.
9988 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
9990 * gst-libs/gst/video/Makefile.am:
9991 compile in copied-over videofilter into the video library
9992 * gst-libs/gst/video/videosink.h:
9993 rename the header to gstvideosink.h since it's a base GstObject class
9994 * sys/ximage/ximagesink.h:
9995 * sys/xvimage/xvimagesink.h:
9998 2005-11-28 Wim Taymans <wim@fluendo.com>
10000 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10001 * gst/playback/gstplaybasebin.h:
10002 Prepare to handle errors betters.
10004 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10005 Set sinks to PAUSED first before adding and linking them so that
10006 we don't interrupt dataflow.
10008 2005-11-28 Wim Taymans <wim@fluendo.com>
10010 * gst-libs/gst/audio/TODO:
10013 * gst-libs/gst/audio/gstaudiosink.c:
10014 (gst_audioringbuffer_open_device),
10015 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10016 (gst_audioringbuffer_release):
10019 * gst-libs/gst/audio/gstbaseaudiosink.c:
10020 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10021 (gst_base_audio_sink_change_state):
10022 Slave to the master clock when going to PLAYING and unslave when
10025 * gst-libs/gst/audio/gstringbuffer.c:
10026 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10027 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10028 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10029 (gst_ring_buffer_clear_all), (wait_segment),
10030 (gst_ring_buffer_commit), (gst_ring_buffer_read),
10031 (gst_ring_buffer_advance):
10032 * gst-libs/gst/audio/gstringbuffer.h:
10033 Add some docs and cleanups.
10035 2005-11-28 Julien MOUTTE <julien@moutte.net>
10037 * sys/xvimage/xvimagesink.c:
10038 (gst_xvimagesink_navigation_send_event): Fix navigation events
10039 coordinates translation with pixel aspect ratios.
10041 2005-11-28 Julien MOUTTE <julien@moutte.net>
10043 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10044 Use calculated video geometry from _setcaps instead of buffer
10045 caps to respect pixel aspect ratio. (fixes #322388)
10047 2005-11-28 Julien MOUTTE <julien@moutte.net>
10049 * docs/libs/tmpl/gstcolorbalance.sgml:
10050 * docs/libs/tmpl/gstmixer.sgml:
10051 * docs/libs/tmpl/gstxoverlay.sgml:
10052 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10055 2005-11-28 Julien MOUTTE <julien@moutte.net>
10057 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10058 Refuse to create an XvImage if we can't find the format.
10060 2005-11-28 Edward Hervey <edward@fluendo.com>
10062 * gst-libs/gst/riff/riff-media.c:
10063 (gst_riff_create_audio_template_caps):
10064 Add ATRAC3 to the list of riff-possible audio caps.
10065 I know we still don't have a plugin for atrac3, but it's saner to output
10066 that than a cryptic mimetype.
10068 2005-11-27 Edward Hervey <edward@fluendo.com>
10070 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10071 Don't try to create a zero-sized subbuffer.
10073 2005-11-27 Julien MOUTTE <julien@moutte.net>
10075 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10076 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10077 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10078 (gst_ximagesink_expose): Fixed a tricky race.
10079 * sys/ximage/ximagesink.h:
10080 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10081 (gst_xvimagesink_expose): Fixed a tricky race.
10082 * sys/xvimage/xvimagesink.h:
10084 2005-11-27 Edward Hervey <edward@fluendo.com>
10086 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10087 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10088 Remove unused properties, and add queues between demuxers and decoders
10089 so that a lot more files can preroll properly.
10091 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10093 * gst-libs/gst/net/Makefile.am:
10094 * gst-libs/gst/rtp/Makefile.am:
10095 * gst-libs/gst/tag/Makefile.am:
10096 remove silly include
10097 * gst/tags/Makefile.am:
10098 * gst/tags/gsttagediting.c:
10099 * gst/tags/gsttageditingprivate.h:
10100 * gst/tags/tagedit.vcproj:
10101 remove directory, is as good as empty
10103 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10106 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10107 * gst-libs/Makefile.am:
10108 * gst-libs/gst/audio/Makefile.am:
10109 * gst-libs/gst/interfaces/Makefile.am:
10110 * gst-libs/gst/net/Makefile.am:
10111 * gst-libs/gst/riff/Makefile.am:
10112 * gst-libs/gst/rtp/Makefile.am:
10113 * gst-libs/gst/tag/Makefile.am:
10114 * gst-libs/gst/video/Makefile.am:
10117 2005-11-27 Julien MOUTTE <julien@moutte.net>
10119 * docs/libs/tmpl/gstcolorbalance.sgml:
10120 * docs/libs/tmpl/gstmixer.sgml:
10121 * docs/libs/tmpl/gstxoverlay.sgml:
10122 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10123 * sys/ximage/ximagesink.h:
10124 * sys/xvimage/xvimagesink.h: More and more documentation.
10126 2005-11-26 Julien MOUTTE <julien@moutte.net>
10128 * docs/libs/gst-plugins-base-libs-docs.sgml:
10129 * docs/libs/gst-plugins-base-libs-sections.txt:
10130 * docs/libs/tmpl/gstcolorbalance.sgml:
10131 * docs/libs/tmpl/gstmixer.sgml:
10132 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10135 2005-11-26 Julien MOUTTE <julien@moutte.net>
10137 * docs/plugins/Makefile.am:
10138 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10139 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10140 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10142 2005-11-26 Julien MOUTTE <julien@moutte.net>
10144 * docs/plugins/Makefile.am:
10145 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10146 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10147 * docs/plugins/inspect/plugin-adder.xml:
10148 * docs/plugins/inspect/plugin-alsa.xml:
10149 * docs/plugins/inspect/plugin-audioconvert.xml:
10150 * docs/plugins/inspect/plugin-audiorate.xml:
10151 * docs/plugins/inspect/plugin-audioresample.xml:
10152 * docs/plugins/inspect/plugin-audiotestsrc.xml:
10153 * docs/plugins/inspect/plugin-decodebin.xml:
10154 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10155 * docs/plugins/inspect/plugin-gnomevfs.xml:
10156 * docs/plugins/inspect/plugin-ogg.xml:
10157 * docs/plugins/inspect/plugin-playbin.xml:
10158 * docs/plugins/inspect/plugin-subparse.xml:
10159 * docs/plugins/inspect/plugin-tcp.xml:
10160 * docs/plugins/inspect/plugin-theora.xml:
10161 * docs/plugins/inspect/plugin-typefindfunctions.xml:
10162 * docs/plugins/inspect/plugin-video4linux.xml:
10163 * docs/plugins/inspect/plugin-videorate.xml:
10164 * docs/plugins/inspect/plugin-videoscale.xml:
10165 * docs/plugins/inspect/plugin-videotestsrc.xml:
10166 * docs/plugins/inspect/plugin-volume.xml:
10167 * docs/plugins/inspect/plugin-vorbis.xml:
10168 * docs/plugins/inspect/plugin-ximagesink.xml:
10169 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10170 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10172 2005-11-26 Edward Hervey <edward@fluendo.com>
10174 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10175 Properly return GstFlowReturn from gst_pad_push in chain functions.
10177 2005-11-25 Michael Smith <msmith@fluendo.com>
10179 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10180 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10181 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10182 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10183 Handle various conditions better when we don't understand a stream.
10184 Removes a heap of CRITICALs on ogg streams containing unknown data.
10186 2005-11-24 Andy Wingo <wingo@pobox.com>
10188 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10191 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10193 * configure.ac: back to HEAD
10195 === release 0.9.6 ===
10197 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10200 releasing 0.9.6, "White Eight"
10202 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10204 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10205 * docs/plugins/inspect/plugin-sine.xml:
10206 remove sinesrc some more
10208 2005-11-23 Wim Taymans <wim@fluendo.com>
10210 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10211 If we are reading too slowly, jump forward in the ringbuffer
10212 instead of blocking.
10214 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10216 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10217 (gst_visual_chain):
10218 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10219 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10220 (gst_videorate_chain):
10221 * gst/videotestsrc/gstvideotestsrc.c:
10222 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10223 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10224 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10225 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10226 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10227 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10228 Updates for API changes
10230 2005-11-23 Wim Taymans <wim@fluendo.com>
10232 * gst-libs/gst/audio/gstbaseaudiosink.c:
10233 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10234 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10235 Fix for calibration API change.
10237 2005-11-23 Michael Smith <msmith@fluendo.com>
10239 * gst-libs/gst/audio/multichannel.c:
10240 (gst_audio_get_channel_positions),
10241 (gst_audio_set_channel_positions),
10242 (gst_audio_set_structure_channel_positions_list),
10243 (gst_audio_fixate_channel_positions):
10244 Use gst_value_array_*() functions on value arrays, not
10245 gst_value_list_*().
10247 2005-11-23 Edward Hervey <edward@fluendo.com>
10250 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10253 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10255 * check/Makefile.am:
10256 * check/elements/videotestsrc.c: (setup_videotestsrc),
10257 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10259 add a test for videotestsrc
10261 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10263 * gst/sine/.cvsignore:
10264 * gst/sine/Makefile.am:
10265 * gst/sine/gstsinesrc.c:
10266 * gst/sine/gstsinesrc.h:
10267 * gst/sine/sinesrc.vcproj:
10268 and remove sinesrc from the repository. Closes #321446
10270 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10273 * gst-plugins-base.spec.in:
10274 remove sinesrc from the build
10276 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10278 * check/Makefile.am:
10279 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10280 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10282 add a test for audiotestsrc, testing all waves. Even seems
10283 leak-free at first glance, nice job Stefan
10285 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10301 Translation string updates
10303 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10304 (gst_v4lsrc_set_caps):
10305 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10306 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10307 * sys/v4l/v4lsrc_calls.h:
10308 Improve v4lsrc, by making it work again.
10310 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10312 * ext/libvisual/visual.c: (gst_visual_chain):
10313 Fix the fps calculations.
10315 * gst/ffmpegcolorspace/avcodec.h:
10316 Move structure element for clarity
10318 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10319 * gst-libs/gst/interfaces/tunernorm.h:
10320 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10321 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10322 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10323 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10324 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10325 (gst_v4lmjpegsrc_getcaps):
10326 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10327 (gst_v4lsrc_set_caps):
10328 * sys/v4l/gstv4lsrc.h:
10329 * sys/v4l/v4l_calls.c: (gst_v4l_open):
10330 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10331 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10332 * sys/v4l/v4lsrc_calls.h:
10333 Fractional framerates...
10335 2005-11-22 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 And we provide a clock by default, of course...
10342 2005-11-22 Wim Taymans <wim@fluendo.com>
10344 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10345 This clock can be slaved to a master clock now.
10347 * gst-libs/gst/audio/gstbaseaudiosink.c:
10348 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10349 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10350 (gst_base_audio_sink_set_clock),
10351 (gst_base_audio_sink_set_property),
10352 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10353 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10354 * gst-libs/gst/audio/gstbaseaudiosink.h:
10355 Handle slaving the internal clock to the clock selected in the
10357 Add property to make the basesink not provide a clock.
10359 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10360 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10361 (gst_base_rtp_depayload_wait):
10362 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10363 We can use the clock in GstElement, no need to store it ourselves.
10365 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10367 * docs/libs/tmpl/gstaudio.sgml:
10369 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10370 (gst_paranoia_endian_get_type):
10371 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10372 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10373 * gst/audiotestsrc/gstaudiotestsrc.c:
10374 (gst_audiostestsrc_wave_get_type):
10375 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10376 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10377 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10378 (gst_sync_method_get_type), (gst_unit_type_get_type),
10379 (gst_client_status_get_type), (gst_multifdsink_class_init),
10380 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10381 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10382 (gst_multifdsink_get_property):
10383 * gst/tcp/gstmultifdsink.h:
10384 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10385 * gst/videotestsrc/gstvideotestsrc.c:
10386 (gst_videotestsrc_pattern_get_type):
10387 remove deprecated properties
10388 fix up enums to correctly have short lowercase dashed nicks
10390 2005-11-22 Michael Smith <msmith@fluendo.com>
10392 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10393 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10396 2005-11-22 Michael Smith <msmith@fluendo.com>
10398 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10399 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10400 Use utility method for scaling clocktime for fractional framerates.
10402 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
10404 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10405 (gst_visual_chain):
10406 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10407 * ext/theora/theoradec.c: (theora_handle_type_packet):
10408 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10409 (theora_enc_chain):
10410 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10411 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10412 * gst-libs/gst/video/video.h:
10413 * gst/ffmpegcolorspace/avcodec.h:
10414 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10415 (gst_ffmpeg_caps_to_pixfmt):
10416 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10417 (gst_ffmpegcsp_set_caps):
10418 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10419 (gst_videorate_setcaps), (gst_videorate_blank_data),
10420 (gst_videorate_chain):
10421 * gst/videotestsrc/gstvideotestsrc.c:
10422 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10423 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10424 (gst_videotestsrc_event), (gst_videotestsrc_create):
10425 * gst/videotestsrc/gstvideotestsrc.h:
10426 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10427 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10428 (gst_ximagesink_get_times), (gst_ximagesink_init):
10429 * sys/ximage/ximagesink.h:
10430 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10431 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10432 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10433 * sys/xvimage/xvimagesink.h:
10434 Convert elements to use fractions for their framerate.
10435 V4L elements to come later tonight.
10437 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10439 * gst-libs/gst/audio/audio.c:
10440 * gst-libs/gst/audio/audio.h:
10441 remove some deprecated functions
10443 2005-11-22 Andy Wingo <wingo@pobox.com>
10445 * Update for gst_tag_setter API changes.
10447 2005-11-22 Andy Wingo <wingo@pobox.com>
10449 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10450 (gst_ogg_demux_perform_seek):
10451 * ext/theora/theoradec.c (theora_dec_sink_event):
10452 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10455 2005-11-22 Wim Taymans <wim@fluendo.com>
10457 * examples/seeking/seek.c: (main):
10458 Give higher priority to bus signals than the gtk events
10459 to fix a race condition in the segment looping.
10461 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10463 * ext/theora/Makefile.am:
10464 * ext/vorbis/Makefile.am:
10465 * gst-libs/gst/tag/Makefile.am:
10466 * gst-plugins-base.spec.in:
10467 Rename libgsttagedit to libgsttag (#322117).
10469 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10471 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10472 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10473 Call gst_x_overlay_prepare_xwindow_id() to give applications
10474 a final chance to set their own xwindow id before the video
10475 sink creates its own window.
10477 2005-11-22 Julien MOUTTE <julien@moutte.net>
10479 * sys/xvimage/xvimagesink.c:
10480 (gst_xvimagesink_navigation_send_event): Handle navigation
10481 events correcly with borders if applicable.
10483 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10485 Patch by: Luca Ognibene
10487 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10488 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10489 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10490 (gst_ffmpegcsp_caps_remove_format_info):
10491 * gst/ffmpegcolorspace/imgconvert.c:
10492 * gst/ffmpegcolorspace/imgconvert_template.h:
10493 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10494 #318353); use gst_structure_has_name().
10496 2005-11-22 Julien MOUTTE <julien@moutte.net>
10498 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10499 (gst_ximagesink_class_init): Add debug macros on functions.
10500 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10501 (gst_xvimagesink_xwindow_draw_borders),
10502 (gst_xvimagesink_xvimage_put),
10503 (gst_xvimagesink_xwindow_update_geometry),
10504 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10505 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10506 (gst_xvimagesink_xcontext_clear),
10507 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10508 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10509 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10510 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10511 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10512 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10513 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10514 expose while being PAUSED, out of data flow navigation events, etc..
10516 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10518 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10519 * gst-libs/gst/audio/audio.h:
10520 fix prototype - wondering why the test worked regardless
10522 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
10524 * check/Makefile.am:
10525 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10526 * gst-libs/gst/audio/audio.h:
10527 add a method that returns a proper GstClockTime
10529 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10531 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10532 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10533 * gst-libs/gst/interfaces/xoverlay.h:
10534 Remove everything having to do with the desired size; add
10535 gst_x_overlay_prepare_xwindow_id() function; remove the
10536 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10537 post a message on the bus instead (#321816).
10539 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10540 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10541 (gst_xvimagesink_xoverlay_init):
10542 Remove desired size stuff (#321816).
10544 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10546 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10547 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10548 (mpeg_video_type_find), (mpeg_video_stream_type_find):
10549 Terminate vararg functions with NULL instead of 0 to
10552 2005-11-21 Andy Wingo <wingo@pobox.com>
10554 patch by: Sebastien Cote <sebas642@yahoo.ca>
10556 * gst-libs/gst/rtp/gstrtpbuffer.h:
10557 * gst-libs/gst/rtp/gstrtpbuffer.c
10558 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10560 2005-11-21 Andy Wingo <wingo@pobox.com>
10562 * gst/playback/gstplaybin.c (gen_audio_element)
10563 (gen_video_element): Use the new MISSING_PLUGIN core error
10564 category. Closes #320060.
10566 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
10567 * gst/videorate/gstvideorate.c (gst_videorate_event):
10568 * ext/theora/theoradec.c (theora_dec_sink_event):
10569 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10572 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10573 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10574 stream lock changes.
10576 2005-11-21 Wim Taymans <wim@fluendo.com>
10578 * gst-libs/gst/audio/gstbaseaudiosink.c:
10579 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10580 (gst_base_audio_sink_provide_clock),
10581 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10582 (gst_base_audio_sink_change_state):
10583 * gst/audioresample/gstaudioresample.c:
10584 Segment update fix.
10586 2005-11-21 Andy Wingo <wingo@pobox.com>
10589 * *.c: Ran scripts/update-macros. Oh yes.
10591 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10593 * sys/ximage/Makefile.am:
10594 * sys/ximage/ximage.c:
10595 Rename ximage plugin to ximagesink (#321426) (Don't forget to
10596 remove your old libgstximage.* manually if necessary).
10598 2005-11-21 Michael Smith <msmith@fluendo.com>
10600 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10601 Minimal fix for bug #320200: set the min/max bitrate in the correct
10602 units. A better fix would be to upgrade to the RATEMANAGE2
10603 interface, rather than using the deprecated interface used here, but
10604 that would require an update in our libvorbis dependency (to 1.1),
10605 which is probably undesirable.
10607 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
10609 * ext/libvisual/visual.c: (get_buffer):
10610 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10611 (gst_base_audio_src_fixate):
10612 * gst/audioconvert/gstaudioconvert.c:
10613 (gst_audio_convert_fixate_caps):
10614 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10615 * gst/audiotestsrc/gstaudiotestsrc.c:
10616 (gst_audiotestsrc_src_fixate):
10617 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10618 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10619 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10620 * gst/videotestsrc/gstvideotestsrc.c:
10621 (gst_videotestsrc_src_fixate):
10622 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10623 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10624 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10628 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10630 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10631 (gst_riff_create_iavs_caps):
10632 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10633 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10634 (gst_riff_parse_info):
10635 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10636 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10637 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10638 Fixes for GST_FOURCC_FORMAT API change.
10640 2005-11-21 Andy Wingo <wingo@pobox.com>
10642 patch by: Alessandro Dessina <alessandro nnva org>
10644 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10645 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10646 (gst_ogg_parse_chain):
10647 * ext/theora/theoraenc.c (theora_set_header_on_caps):
10648 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10649 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10650 gst_value_list calls on arrays. Fixes #321962.
10652 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10654 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10655 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10656 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10657 * gst/adder/gstadder.c: (gst_adder_init),
10658 (gst_adder_request_new_pad), (gst_adder_collected),
10659 (gst_adder_change_state):
10660 Update for gst_collectpads_foo() to gst_collect_pads_foo()
10663 2005-11-21 Michael Smith <msmith@fluendo.com>
10665 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10666 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10667 Properly handle pad_push return values.
10669 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
10671 * gst-libs/gst/tag/Makefile.am:
10672 * gst-libs/gst/tag/gstvorbistag.c:
10673 (gst_tag_list_to_vorbiscomment_buffer):
10674 Remove obsolete vorbistag element and debug category.
10676 * gst/playback/gstplaybasebin.c: (check_queue):
10677 Don't divide by 0 when queue-threshold is 0.
10679 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10680 Don't modify an existing pixel-aspect-ratio if we fail to read
10683 2005-11-20 Wim Taymans <wim@fluendo.com>
10685 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10686 (gst_vorbisenc_push_packet):
10687 GST_PAD_IS_USABLE is gone, use the return value of
10688 the push or pad_alloc_buffer instead.
10690 2005-11-18 Julien MOUTTE <julien@moutte.net>
10692 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10693 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10694 (gst_ximagesink_ximage_destroy),
10695 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10696 (gst_ximagesink_xwindow_new),
10697 (gst_ximagesink_xwindow_update_geometry),
10698 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10699 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10700 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10701 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10702 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10703 (gst_ximagesink_navigation_send_event),
10704 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10705 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10706 (gst_ximagesink_finalize), (gst_ximagesink_init),
10707 (gst_ximagesink_class_init):
10708 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10709 This new version brings correct software scaling, non flickering
10710 window while resizing, pixel aspect ratio handling, usage of
10711 hardware buffer pools, out of data flow event thread for
10712 navigation and handling of expose events even when being PAUSED,
10713 a new property to keep video aspect ratio when resizing, etc...
10715 2005-11-18 Julien MOUTTE <julien@moutte.net>
10717 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10718 (gst_videoscale_fixate_caps): Introduce back caps fixate with
10721 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
10723 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
10724 Unsetting IS_SINK flag from the fakesink, so decodebin
10725 never behaves as a sink.
10727 2005-11-17 Wim Taymans <wim@fluendo.com>
10729 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10730 (gst_base_audio_src_change_state):
10731 Fix the audiosrc base class again, we did not unflush.
10733 2005-11-17 Julien MOUTTE <julien@moutte.net>
10735 * examples/seeking/seek.c: (make_dv_pipeline),
10736 (make_vorbis_theora_pipeline), (make_avi_pipeline),
10737 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10738 to ogg/vorbis/theora pipeline.
10740 2005-11-17 Wim Taymans <wim@fluendo.com>
10742 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10743 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10744 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10745 Fix EOS on multiple streams.
10748 2005-11-16 Wim Taymans <wim@fluendo.com>
10750 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10751 (gst_ogg_demux_perform_seek):
10752 Segment done must include stream time.
10754 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10755 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10756 (gst_ogg_mux_change_state):
10757 Fix ogg muxer again.
10759 2005-11-16 Wim Taymans <wim@fluendo.com>
10761 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10764 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10766 * ext/libvisual/visual.c: (gst_visual_init):
10767 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10768 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10769 (gst_ogg_parse_chain):
10770 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10771 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10772 * ext/theora/theoradec.c: (gst_theora_dec_init):
10773 * ext/theora/theoraenc.c: (gst_theora_enc_init):
10774 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10775 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10776 * gst/adder/gstadder.c: (gst_adder_class_init),
10777 (gst_adder_dispose):
10778 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10779 * gst/subparse/gstsubparse.c: (gst_subparse_init):
10780 * gst/videorate/gstvideorate.c: (gst_videorate_init):
10781 Fix a whole set of pad template leaks
10783 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10785 * check/generic/states.c: (GST_START_TEST):
10786 fix the test so that it only checks for elements that are part of
10789 2005-11-16 Michael Smith <msmith@fluendo.com>
10791 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10792 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10793 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10794 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10795 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10796 (gst_ogg_mux_change_state):
10797 Fix leaking collectpads.
10799 2005-11-16 Edward Hervey <edward@fluendo.com>
10801 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10802 (gst_videorate_event), (gst_videorate_chain):
10803 Handle segment seeks
10805 2005-11-16 Wim Taymans <wim@fluendo.com>
10807 * gst-libs/gst/audio/gstbaseaudiosink.c:
10808 (gst_base_audio_sink_provide_clock),
10809 (gst_base_audio_sink_change_state):
10810 Set ringbuffer to non-flushing when going to PAUSED, set to
10811 flushing again when going to READY.
10813 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10814 (gst_ring_buffer_stop):
10815 Start in flushing mode by default.
10816 Don't set flushing in the _stop method, let the app call
10819 2005-11-16 Julien MOUTTE <julien@moutte.net>
10821 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10822 * gst-libs/gst/video/videosink.h: Add helper function needed
10825 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
10827 * gst/videoscale/gstvideoscale.c:
10828 (gst_videoscale_handle_src_event):
10829 Don't leak reference to pad parent.
10831 2005-11-16 Wim Taymans <wim@fluendo.com>
10833 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10834 Set ringbuffer to flushing when stopping so that we don't
10835 block on wait_segment anymore and livelock.
10837 2005-11-16 Wim Taymans <wim@fluendo.com>
10839 * examples/seeking/seek.c: (send_event), (do_seek),
10840 (loop_toggle_cb), (segment_done), (main):
10841 Added looping checkbox.
10843 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10845 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10846 (gst_ogg_demux_init):
10847 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10848 (gst_vorbis_dec_init):
10849 revert unrefs, they don't pass make check
10851 2005-11-15 Johan Dahlin <johan@gnome.org>
10853 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10854 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10855 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10856 (gst_vorbis_dec_init):
10857 Fix pad template leaks.
10859 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
10861 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10862 Make state change function thread safe.
10864 2005-11-15 Edward Hervey <edward@fluendo.com>
10866 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10867 (gst_ogg_demux_class_init):
10868 Implement GstElement::send_event, so we can send seek events
10871 2005-11-14 Julien MOUTTE <julien@moutte.net>
10873 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10874 Discovered how to take away flickering while resizing the
10875 window. Please don't put that in ximagesink, refactoring in
10878 2005-11-14 Michael Smith <msmith@fluendo.com>
10880 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10881 (gst_multifdsink_render):
10882 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10884 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
10886 * gst/playback/gstplaybin.c: (gen_audio_element):
10887 Use autoaudiosink, it tends to be more widely available than
10890 2005-11-14 Andy Wingo <wingo@pobox.com>
10892 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10893 as well if it is available. Fixes #316442.
10895 2005-11-14 Michael Smith <msmith@fluendo.com>
10897 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10898 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10899 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10900 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10901 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10902 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10903 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10904 (gst_vorbisenc_change_state):
10905 Fix a small memory leak in vorbisenc.
10906 Fix large memory leaks in oggmux, also fix lots of state change
10909 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
10911 * gst/videotestsrc/gstvideotestsrc.c:
10912 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10913 (gst_videotestsrc_src_fixate):
10914 move fixation to a fixate function
10915 remove negotiate function, basesrc's is good enough
10916 fixes a bug for check when using the element alone
10918 2005-11-13 Edward Hervey <edward@fluendo.com>
10920 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10921 (key_toggle_cb), (main):
10922 Added checkboxes for adding/removing the accurate and key_unit seek
10925 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
10927 * configure.ac: back to HEAD
10929 === release 0.9.5 ===
10931 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
10934 releasing 0.9.5, "No No Kia"
10936 2005-11-11 Edward Hervey <edward@fluendo.com>
10938 * examples/seeking/seek.c: (make_parselaunch_pipeline):
10939 Added parse-launch syntax seeking mode for the seeking example.
10940 This should help stress-test even more cases.
10941 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10943 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
10945 * sys/xvimage/xvimagesink.c:
10946 (gst_xvimagesink_navigation_send_event):
10947 Check whether peer pad exists before sending navigation events
10950 2005-11-11 Michael Smith <msmith@fluendo.com>
10952 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10953 (gst_vorbisenc_buffer_from_packet):
10954 * ext/vorbis/vorbisenc.h:
10955 Set duration on encoded buffers. This allows oggmux's
10956 max_page_delay parameter to actually work.
10958 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
10960 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10961 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10962 (gst_ffmpegcsp_avpicture_fill):
10963 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10964 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10965 Make palettes work again (see #132341). Use our own macros
10968 2005-11-10 Andy Wingo <wingo@pobox.com>
10970 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10973 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
10975 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10976 (gst_ffmpegcsp_transform_caps):
10977 Prefer passthrough in transform_caps
10979 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
10981 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10982 check for ALSA errors properly, instead of relying on ALSA's
10983 error strings to serve to the user.
10985 2005-11-10 Wim Taymans <wim@fluendo.com>
10987 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10988 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10989 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10990 Modernise the seek code.
10992 2005-11-10 Michael Smith <msmith@fluendo.com>
10994 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10995 (setup_substreams), (set_active_source):
10996 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10997 trying to go to NULL if we failed to read a file.
10999 2005-11-10 Wim Taymans <wim@fluendo.com>
11001 * gst/audiotestsrc/gstaudiotestsrc.c:
11002 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11003 (gst_audiotestsrc_create):
11004 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11005 (gst_sinesrc_get_times), (gst_sinesrc_create):
11006 * gst/videotestsrc/gstvideotestsrc.c:
11007 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11008 (gst_videotestsrc_create):
11009 The base class can now sync for us.
11011 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11013 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11014 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11015 name=source autoprobe=false autoprobe-fps=false copy-mode=1
11016 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11017 format=(fourcc)I420" ! xvimagesink
11019 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
11021 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11022 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11023 (gst_sinesrc_newsegment):
11024 Send newsegment event in TIME format, set duration if
11025 num-buffers is set, fix duration querying.
11027 2005-11-10 Michael Smith <msmith@fluendo.com>
11029 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11030 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11031 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11032 (gst_ogg_mux_collected):
11033 Fix EOS handling, partially. Now forwarding an EOS event once we have
11034 EOS on all pads works correctly. However, we still don't properly set
11035 EOS on the actual ogg stream pages.
11037 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
11039 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11040 Set elements to NULL state before disposing of them.
11042 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
11044 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11046 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11047 (gst_base_rtp_depayload_init),
11048 (gst_base_rtp_depayload_set_gst_timestamp):
11049 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11050 We need to send a newsegment event for each instance, not
11051 just for the first instance of this class (get rid of
11052 static variable in function). (#321011).
11054 2005-11-08 Michael Smith <msmith@fluendo.com>
11056 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11057 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11058 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11059 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11060 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11061 This makes us mux things correctly according to the ogg muxing
11062 rules. Still not handling EOS correctly right now, though.
11064 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11066 * gst/audioconvert/gstaudioconvert.c:
11069 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11071 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11072 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11073 Initialise segment_stop to GST_CLOCK_TIME_NONE when
11074 creating a new chain; should fix live streaming. Also
11075 add more debug output and fix a typo.
11077 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
11079 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11081 * gst/volume/gstvolume.c: (volume_set_caps):
11082 Fix compilation on Solaris with Forte. (#320923)
11084 2005-11-08 Wim Taymans <wim@fluendo.com>
11086 * gst-libs/gst/audio/gstbaseaudiosink.c:
11087 (gst_base_audio_sink_render):
11088 No need to do a typecheck.
11090 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
11092 * ext/alsa/gstalsa.h:
11093 We register a debug category, so let's use it.
11095 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11097 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11098 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11099 Fixed a small problem.
11101 2005-11-04 Wim Taymans <wim@fluendo.com>
11103 * examples/seeking/Makefile.am:
11104 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11105 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11106 (make_playerbin_pipeline), (format_value), (update_scale),
11107 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11108 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11109 (print_usage), (main):
11110 Added app for playback speed testing.
11112 * examples/seeking/seek.c: (dynamic_link),
11113 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11114 (make_mpeg_pipeline), (do_seek), (set_update_scale),
11115 (message_received), (main):
11116 Updated seek example.
11118 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11120 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11121 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11122 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11123 (gst_base_rtp_depayload_set_clock):
11124 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11125 Don't sleep on the bench (system clock) when you have a nice
11126 comfortable bed (Gstreamer clock) to sleep on.
11128 2005-11-03 Wim Taymans <wim@fluendo.com>
11130 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11131 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11132 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11133 Handle the case where a pad_block failed.
11135 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
11137 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11139 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11140 (gst_base_rtp_depayload_add_to_queue),
11141 (gst_base_rtp_depayload_push),
11142 (gst_base_rtp_depayload_set_gst_timestamp),
11143 (gst_base_rtp_depayload_queue_release):
11144 Fixes some bugs in the depayloader's queuing/de-queueing code.
11146 2005-10-31 Michael Smith <msmith@fluendo.com>
11148 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11149 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11150 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11151 Patch from Alessandro Decina <alessandro@nnva.org>.
11152 Make oggdemux only find the final time in a chain, not per-pad,
11153 since the per-pad information can be very expensive to locate, and
11154 it isn't used anywhere. This makes reading a file containing
11155 OggSkeleton reasonably fast.
11156 Also, make chain finding work when there are logical bitstreams that
11157 can't be decoded. Fixes #319110.
11159 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11161 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11162 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11163 (gst_base_rtp_depayload_chain),
11164 (gst_base_rtp_depayload_add_to_queue),
11165 (gst_base_rtp_depayload_push),
11166 (gst_base_rtp_depayload_set_gst_timestamp),
11167 (gst_base_rtp_depayload_queue_release),
11168 (gst_base_rtp_depayload_start_thread),
11169 (gst_base_rtp_depayload_set_property),
11170 (gst_base_rtp_depayload_get_property):
11171 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11172 Some random fixes, to fullfill the desires of thomas.
11174 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11176 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11177 (gst_base_rtp_depayload_add_to_queue),
11178 (gst_base_rtp_depayload_push):
11179 Fixed the queueing algorithm.
11181 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11183 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11184 (gst_base_rtp_depayload_push):
11187 2005-10-31 Wim Taymans <wim@fluendo.com>
11189 * gst-libs/gst/audio/gstringbuffer.h:
11192 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11193 (gst_ffmpeg_caps_to_pixfmt):
11194 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11195 (gst_ffmpegcsp_set_caps):
11196 Some more comments.
11197 Handle missing required caps fields better.
11199 2005-10-31 Wim Taymans <wim@fluendo.com>
11201 * gst-libs/gst/audio/gstbaseaudiosink.c:
11202 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11203 (gst_base_audio_sink_render):
11204 * gst-libs/gst/audio/gstringbuffer.c:
11205 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11206 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11207 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11208 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11209 (gst_ring_buffer_read):
11210 * gst-libs/gst/audio/gstringbuffer.h:
11211 Add flushing mode to the ringbuffer so that it in all cases does
11212 not try to handle more audio. This makes sure it does not try to
11213 block anymore when flushing and fixes a livelock.
11215 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
11217 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11218 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11219 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11220 Explicitly check for -1 values before doing a conversion
11221 and always map them to -1. (#315545)
11223 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
11225 * gst/playback/gstplaybin.c: (gen_video_element):
11226 first try autovideosink, then xvimagesink, then error out
11228 add translatable file
11243 update translations
11245 2005-10-27 Philippe Khalaf <burger at speedy dot org>
11247 * gst-libs/gst/rtp/gstbasedepayload.c:
11248 * gst-libs/gst/rtp/gstbasedepayload.h:
11251 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
11253 * gst/playback/.cvsignore:
11254 * gst/playback/decodetest.c:
11255 * gst/playback/test3.c:
11256 Port these two tests as well.
11258 2005-10-27 Wim Taymans <wim@fluendo.com>
11260 * ext/theora/theoradec.c: (theora_dec_src_query),
11261 (theora_dec_sink_event):
11262 * ext/theora/theoraenc.c: (theora_enc_sink_event),
11263 (theora_enc_change_state):
11264 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11265 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11266 Take proper locks when handling events.
11268 2005-10-27 Wim Taymans <wim@fluendo.com>
11270 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11271 (gst_adder_change_state):
11272 Fix timestamps and fix deadlock when stopping the collectpads.
11274 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
11276 * gst-libs/gst/rtp/gstrtpbuffer.h:
11277 Declaring the payload types as strings too so that they can be used
11278 in the padtemplate inialization.
11280 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
11282 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11284 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11285 (gst_base_rtp_depayload_class_init):
11286 Fixes a small but nasty bug. The derived elements no longer segfaults
11289 2005-10-26 Michael Smith <msmith@fluendo.com>
11291 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11292 When clearing an audioconvert context, set tmpbufsize to zero, so
11293 we'll allocate it again later if required.
11294 This fixes audioconvert re-negotiating formats, which previously
11295 segfaulted with a NULL destination buffer.
11297 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11299 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11300 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11301 (gst_base_rtp_depayload_set_gst_timestamp),
11302 (gst_base_rtp_depayload_queue_release):
11303 Fixed a smalll memleak.
11305 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11306 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11307 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11308 (gst_base_rtp_depayload_finalize),
11309 (gst_base_rtp_depayload_setcaps),
11310 (gst_base_rtp_depayload_add_to_queue),
11311 (gst_base_rtp_depayload_push),
11312 (gst_base_rtp_depayload_set_gst_timestamp),
11313 (gst_base_rtp_depayload_queue_release),
11314 (gst_base_rtp_depayload_thread),
11315 (gst_base_rtp_depayload_change_state):
11316 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11317 Changed the C++ comments to C comments
11319 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
11321 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11322 * gst/tcp/gsttcpclientsrc.h:
11323 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11324 * gst/tcp/gsttcpserversrc.h:
11325 Remove unused 'curoffset' structure member.
11327 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
11329 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11330 (gst_base_rtp_depayload_base_init),
11331 (gst_base_rtp_depayload_finalize):
11332 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11333 * gst-libs/gst/rtp/gstbasertppayload.h:
11334 The pad-template on the sinkpad should be set by the derived classes.
11335 Also added some useful macros.
11337 2005-10-24 Wim Taymans <wim@fluendo.com>
11339 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11340 Correctly flush decoder samples even if we could not
11341 copy them to an output buffer. Fixes #319618.
11343 2005-10-24 Julien MOUTTE <julien@moutte.net>
11345 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11346 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11347 the caps against our xcontext caps.
11349 2005-10-24 Wim Taymans <wim@fluendo.com>
11351 * gst-libs/gst/audio/gstbaseaudiosink.c:
11352 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11354 Use sync property from baseclass to disable sync.
11356 2005-10-24 Wim Taymans <wim@fluendo.com>
11358 * gst-libs/gst/audio/gstbaseaudiosink.c:
11359 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11360 Buffers with no timestamps get aligned with previous buffers or
11361 on underrun, played ASAP.
11363 2005-10-24 Julien MOUTTE <julien@moutte.net>
11365 * gst-libs/gst/video/video.h:
11366 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11367 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11368 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11369 here comes my change on caps for framerate and geometry range.
11370 We are now accepting 1 to MAXINT for width and height, and from
11371 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11372 to be blended correctly in videomixer.
11374 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
11379 === release 0.9.4 ===
11381 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11386 releasing 0.9.4, "Velociraptor"
11388 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11390 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11394 2005-10-21 Wim Taymans <wim@fluendo.com>
11396 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11397 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11398 (pad_blocked), (close_pad_link), (new_pad):
11399 Don't try to remove elements twice.
11401 2005-10-21 Wim Taymans <wim@fluendo.com>
11403 * ext/theora/theoradec.c: (theora_dec_src_query),
11404 (theora_dec_sink_event):
11405 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11406 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11407 (vorbis_handle_data_packet):
11408 * ext/vorbis/vorbisdec.h:
11411 * gst-libs/gst/audio/gstbaseaudiosink.c:
11412 (gst_base_audio_sink_render):
11413 Don't try to sync on buffers without a timestamp.
11415 2005-10-21 Wim Taymans <wim@fluendo.com>
11417 * ext/theora/theoradec.c: (theora_dec_src_query),
11418 (theora_dec_sink_event):
11419 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11420 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11421 (vorbis_handle_data_packet):
11422 * ext/vorbis/vorbisdec.h:
11425 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11427 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11428 (gst_vorbisenc_src_query):
11429 Implement position and duration queries.
11431 * gst/playback/test3.c: (update_scale), (main):
11432 Fix for async state changes and print nicer output.
11434 2005-10-20 Wim Taymans <wim@fluendo.com>
11436 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11437 (dump_element_stats), (main):
11438 * gst/playback/test6.c: (main):
11441 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11443 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11444 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11445 Don't use functions for position queries when handling
11448 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11450 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11451 (vorbis_handle_data_packet), (vorbis_dec_chain),
11452 (vorbis_dec_change_state):
11453 * ext/vorbis/vorbisdec.h:
11454 Vorbis streams can be embedded in other container formats
11455 than ogg, container formats where the demuxer might set
11456 timestamps on encoded vorbis buffers instead of those silly
11457 granulepos thingies. In short: make vorbisdec handle
11458 timestamps on incoming buffers as well.
11460 2005-10-20 Wim Taymans <wim@fluendo.com>
11462 * gst/playback/gstplaybasebin.c: (group_destroy),
11463 (gst_play_base_bin_change_state):
11465 Handle case where playbasebin is now ASYNC because
11468 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11470 * gst/audioconvert/Makefile.am:
11471 * gst/audioconvert/bufferframesconvert.c:
11472 * gst/audioconvert/plugin.c: (plugin_init):
11473 * gst/audioconvert/plugin.h:
11474 And bye bye buffer-frames-convert
11476 2005-10-19 Wim Taymans <wim@fluendo.com>
11478 * check/elements/audioconvert.c:
11479 * docs/libs/tmpl/gstaudio.sgml:
11480 * docs/libs/tmpl/gstcolorbalance.sgml:
11481 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11482 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11483 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11484 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11485 * gst-libs/gst/audio/audio.h:
11486 * gst/audioconvert/audioconvert.h:
11487 * gst/audioconvert/gstaudioconvert.c:
11488 (gst_audio_convert_parse_caps):
11489 * gst/volume/gstvolume.c:
11490 Bye bye buffer-frames.
11492 2005-10-19 Wim Taymans <wim@fluendo.com>
11494 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11495 (query_positions_elems), (query_positions_pads), (update_scale),
11496 (do_seek), (set_update_scale), (message_received), (main):
11497 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11498 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11499 (gst_ogg_demux_loop):
11500 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11501 * ext/theora/theoradec.c: (theora_dec_src_query),
11502 (theora_dec_sink_event):
11503 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11504 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11505 * gst/adder/gstadder.c: (gst_adder_query):
11506 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11507 * gst/playback/test3.c: (update_scale):
11508 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11509 (dump_element_stats), (main):
11510 * gst/playback/test6.c: (main):
11511 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11514 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11516 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11517 (xml_check_first_element), (xml_type_find), (smil_type_find),
11519 Add typefinding for SMIL and for generic XML. Based on patch by
11520 Akos Maroy (#308663).
11522 2005-10-18 Wim Taymans <wim@fluendo.com>
11524 * gst/playback/Makefile.am:
11525 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11526 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11527 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11528 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11529 (gst_decode_bin_change_state):
11530 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11531 (gst_play_bin_send_event_to_sink):
11532 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11533 (dump_element_stats), (main):
11534 * gst/playback/test6.c: (main):
11535 Make playbin async, it'll commit state to paused when all streams
11538 Added test6.c to show async behaviour.
11540 2005-10-18 Wim Taymans <wim@fluendo.com>
11542 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11543 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11544 Fix for segment-start/stop API change.
11546 2005-10-18 Wim Taymans <wim@fluendo.com>
11548 * check/Makefile.am:
11549 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11551 Add future test for clock selection.
11553 2005-10-18 Wim Taymans <wim@fluendo.com>
11555 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11556 (gst_alsasink_close):
11557 Set handle to NULL.
11559 * gst-libs/gst/audio/gstringbuffer.c:
11560 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11561 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11562 (gst_ring_buffer_start), (gst_ring_buffer_pause),
11563 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11564 (gst_ring_buffer_read):
11567 2005-10-17 Stefan Kost <ensonic@users.sf.net>
11569 * gst/audiotestsrc/Makefile.am:
11570 * gst/sine/Makefile.am:
11571 * gst/volume/Makefile.am:
11572 fix broken build of controllerized plugins
11574 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11576 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11578 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11579 (gst_riff_create_video_template_caps):
11580 Add support for Indeo-3 (IV32).
11582 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11587 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11589 * gst-libs/gst/video/video.c: (gst_video_get_size):
11590 * gst/audiotestsrc/gstaudiotestsrc.c:
11593 2005-10-17 Andy Wingo <wingo@pobox.com>
11595 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11596 with the collectpads change.
11597 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11599 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11601 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11603 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11604 alloc_buffer flow return to callers.
11605 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11606 change. Fix some memleaks in theoraenc.
11608 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11609 in strange circumstance.
11611 2005-10-17 Julien MOUTTE <julien@moutte.net>
11613 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11614 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11615 from caps, let's use the caps...
11617 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11620 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11622 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11624 * gst-libs/gst/interfaces/Makefile.am:
11627 2005-10-16 Andy Wingo <wingo@pobox.com>
11629 * gst/playback/gstdecodebin.c
11630 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11632 (try_to_link_1): Increase kraziness level.
11634 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11637 restructure like the core one
11638 * gst-libs/gst/audio/Makefile.am:
11639 * gst-libs/gst/interfaces/Makefile.am:
11640 * gst-libs/gst/net/Makefile.am:
11641 * gst-libs/gst/riff/Makefile.am:
11642 * gst-libs/gst/rtp/Makefile.am:
11643 * gst-libs/gst/tag/Makefile.am:
11644 * gst-libs/gst/video/Makefile.am:
11645 use correct linker flags, now the libs are properly versioned
11646 * check/elements/audioconvert.c: (verify_convert):
11647 * ext/alsa/gstalsaplugin.c:
11648 * ext/cdparanoia/gstcdparanoia.c:
11649 * ext/gnomevfs/gstgnomevfs.c:
11650 * ext/libvisual/visual.c:
11651 * ext/ogg/gstogg.c:
11652 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11653 * ext/theora/theora.c:
11654 * ext/vorbis/vorbis.c:
11655 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11656 * gst-libs/gst/tag/gsttagediting.c:
11657 * gst-libs/gst/video/video.c:
11658 * gst/adder/gstadder.c:
11659 * gst/audioconvert/plugin.c:
11660 * gst/audiorate/gstaudiorate.c:
11661 * gst/audioresample/gstaudioresample.c:
11662 * gst/audioresample/resample_ref.c: (resample_scale_ref):
11663 * gst/audioscale/gstaudioscale.c:
11664 * gst/audioscale/resample.c:
11665 * gst/audiotestsrc/gstaudiotestsrc.c:
11666 * gst/ffmpegcolorspace/gstffmpeg.c:
11667 * gst/playback/gstdecodebin.c: (close_pad_link):
11668 * gst/playback/gstplaybin.c: (gen_video_element),
11669 (gen_audio_element):
11670 * gst/sine/gstsinesrc.c:
11671 * gst/subparse/gstsubparse.c:
11672 * gst/tags/gsttagediting.c:
11673 * gst/tcp/gsttcpplugin.c:
11674 * gst/typefind/gsttypefindfunctions.c:
11675 * gst/videorate/gstvideorate.c:
11676 * gst/videoscale/gstvideoscale.c:
11677 * gst/videotestsrc/gstvideotestsrc.c:
11678 * gst/volume/gstvolume.c:
11679 * sys/v4l/gstv4l.c:
11680 * sys/ximage/ximage.c:
11681 * sys/xvimage/xvimagesink.c:
11684 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
11686 * ext/vorbis/vorbisenc.c:
11687 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11688 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11689 (gst_tag_to_vorbis_comments):
11690 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11692 2005-10-13 Stefan Kost <ensonic@users.sf.net>
11694 * examples/stats/mp2ogg.c:
11695 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11698 2005-10-13 Michael Smith <msmith@fluendo.com>
11700 * ext/ogg/gstoggmux.c:
11701 Use magic glib macros to define constants as 64 bit, to ensure
11702 appropriate vararg passing.
11704 2005-10-13 Michael Smith <msmith@fluendo.com>
11706 * ext/ogg/gstoggmux.c:
11707 * gst/audioconvert/audioconvert.c: (float):
11708 Don't use LL suffix, as it's not portable, and neither of these
11709 uses required it anyway.
11711 2005-10-12 Stefan Kost <ensonic@users.sf.net>
11713 * examples/indexing/indexmpeg.c: (main):
11714 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11715 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11716 (cdparanoia_convert), (cdparanoia_query):
11717 * ext/cdparanoia/gstcdparanoia.h:
11718 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11719 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11720 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11721 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11722 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11723 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11724 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11725 (gst_multifdsink_render), (gst_multifdsink_start),
11726 (gst_multifdsink_stop):
11727 * gst/tcp/gstmultifdsink.h:
11728 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11729 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11730 (gst_tcpclientsink_stop):
11731 * gst/tcp/gsttcpclientsink.h:
11732 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11733 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11734 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11735 * gst/tcp/gsttcpclientsrc.h:
11736 * gst/tcp/gsttcpserversink.h:
11737 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11738 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11739 (gst_tcpserversrc_stop):
11740 * gst/tcp/gsttcpserversrc.h:
11741 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11742 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11743 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11744 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11745 moved bitshift from macro to enum definition
11747 2005-10-12 Wim Taymans <wim@fluendo.com>
11749 * examples/seeking/Makefile.am:
11752 2005-10-12 Wim Taymans <wim@fluendo.com>
11754 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11755 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11756 Don't assert on normal stuff.
11758 * gst/playback/gstplaybin.c: (do_playbin_seek):
11761 2005-10-12 Wim Taymans <wim@fluendo.com>
11763 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11764 * examples/seeking/Makefile.am:
11765 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11766 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11767 (do_seek), (set_update_scale), (message_received), (main):
11768 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11769 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11770 Update for _get_state() API change.
11772 2005-10-11 Wim Taymans <wim@fluendo.com>
11774 * gst-libs/gst/audio/gstbaseaudiosink.c:
11775 (gst_base_audio_sink_render):
11776 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11777 (gst_base_audio_src_create):
11778 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11779 (gst_ring_buffer_read):
11781 Commit and read from ringbuffer in samples rather than bytes.
11783 2005-10-11 Wim Taymans <wim@fluendo.com>
11785 * gst-libs/gst/audio/gstbaseaudiosink.c:
11786 (gst_base_audio_sink_render):
11787 Respect segment rate and accum when scheduling samples.
11789 2005-10-11 Julien MOUTTE <julien@moutte.net>
11791 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11792 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11793 EOS correctly, that needs more work.
11795 2005-10-11 Wim Taymans <wim@fluendo.com>
11797 * check/generic/states.c: (GST_START_TEST):
11798 remove old property.
11800 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11801 (gst_ogg_demux_perform_seek):
11802 * ext/theora/theoradec.c: (theora_dec_sink_event):
11803 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11804 (vorbis_handle_data_packet):
11805 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11806 (gst_base_rtp_depayload_set_gst_timestamp):
11807 * gst/videorate/gstvideorate.c: (gst_videorate_event):
11808 Update for newsegment API change.
11810 2005-10-11 Michael Smith <msmith@fluendo.com>
11812 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11813 (do_playbin_seek), (gst_play_bin_send_event):
11814 Override send_event differently, so that we can takes bits of
11815 functionality from GstPipeline (special handling for seeks,
11816 including pausing/resuming, and resetting stream time) and still get
11817 the appropriate behaviour of only forwarding event to a single sink,
11818 rather than all of them.
11819 Unfortunately requires a lot of code duplication, but the
11820 alternatives are equally ugly in the end.
11822 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
11824 * check/elements/audioconvert.c: (setup_audioconvert),
11825 (cleanup_audioconvert), (get_int_caps), (verify_convert),
11826 (GST_START_TEST), (audioconvert_suite):
11827 clean up tests a little, fix some leaks.
11829 2005-10-10 Wim Taymans <wim@fluendo.com>
11831 * ext/alsa/gstalsasink.c:
11832 Also allow unsigned int.
11834 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11835 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11838 2005-10-10 Wim Taymans <wim@fluendo.com>
11840 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11841 Small update, use API as stated in design docs.
11843 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11844 (update_scale), (do_seek), (seek_cb), (set_update_scale),
11845 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11846 (message_received), (main):
11847 Updated seek example for GOption. Some usability improvements.
11849 2005-10-10 Wim Taymans <wim@fluendo.com>
11851 * gst/audioconvert/audioconvert.h:
11852 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11853 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11854 Alloc temp storage somewhere else where we can do it more
11857 2005-10-10 Wim Taymans <wim@fluendo.com>
11859 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11860 (gst_tcpserversrc_start):
11861 Don't block in accept while doing the state change, move
11862 to poll and make cancellable.
11864 2005-10-09 Philippe Khalaf <burger@speedy.org>
11866 * gst-libs/gst/rtp/rtpbasedepayload.c:
11867 Set timestamp and add queue delay to timestamp
11868 * gst-libs/gst/rtp/rtpbuffer.h:
11869 Set correct payload type for h263
11871 2005-10-09 Stefan Kost <ensonic@users.sf.net>
11873 * gst/audiotestsrc/gstaudiotestsrc.c:
11874 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11875 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11876 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11877 (gst_audiotestsrc_create_triangle),
11878 (gst_audiotestsrc_create_silence),
11879 (gst_audiotestsrc_create_white_noise),
11880 (gst_audiotestsrc_init_pink_noise),
11881 (gst_audiotestsrc_generate_pink_noise_value),
11882 (gst_audiotestsrc_create_pink_noise),
11883 (gst_audiotestsrc_change_wave):
11884 * gst/audiotestsrc/gstaudiotestsrc.h:
11885 fixed typo, added pink noise
11887 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11889 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11891 Add wavpack and spc typefind functions from 0.8 branch.
11893 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11895 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11896 (ar_type_find), (msdos_type_find), (plugin_init):
11897 Add typefind functions for tar archives, ar archives,
11898 RAR archives, and msdos-executables (dlls, exe, etc.).
11899 Some of those would be wrongly identified as mpeg
11900 streams of some sort before (#315550).
11902 2005-10-09 Stefan Kost <ensonic@users.sf.net>
11905 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11906 * docs/plugins/gst-plugins-base-plugins-sections.txt:
11907 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11908 * gst/audiotestsrc/Makefile.am:
11909 * gst/audiotestsrc/gstaudiotestsrc.c:
11910 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11911 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11912 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11913 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11914 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11915 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11916 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11917 (gst_audiotestsrc_create_silence),
11918 (gst_audiotestsrc_create_white_noise),
11919 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11920 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11921 (gst_audiotestsrc_start), (plugin_init):
11922 * gst/audiotestsrc/gstaudiotestsrc.h:
11923 add new plugin and element
11924 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11927 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11929 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11930 (gst_adder_init), (gst_adder_request_new_pad),
11931 (gst_adder_change_state):
11932 Add query function to source pad, so adder reports the correct
11933 time/sample position when queried (#315457); fix state change
11934 function; use GST_DEBUG_FUNCPTR() for pad functions.
11936 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
11938 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11939 Fix leaks in typefind registration
11940 Clean up the gratuitous commenting and whitespacing a little
11942 2005-10-08 Wim Taymans <wim@fluendo.com>
11944 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11945 Only actually wait for the thread to be stopped if it's
11948 2005-10-08 Wim Taymans <wim@fluendo.com>
11950 * gst-libs/gst/audio/gstbaseaudiosink.c:
11951 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11952 If we receive EOS we can start playback of what we had.
11954 2005-10-08 Wim Taymans <wim@fluendo.com>
11956 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11957 (gst_multifdsink_finalize), (multifdsink_hash_remove),
11958 (gst_multifdsink_stop):
11959 Fix crasher when going to NULL multiple times.
11961 2005-10-06 Wim Taymans <wim@fluendo.com>
11963 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11964 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11965 * gst-libs/gst/audio/gstbaseaudiosrc.h:
11966 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11967 patch from Edgard Lima <edgard.lima@indt.org.br>
11968 Fixed gstbaseaudiosrc adding ring buffer sync to it.
11970 2005-10-06 Wim Taymans <wim@fluendo.com>
11972 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11973 Report the FLOW_RETURN as string in the error message.
11975 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11976 Don't assert when clearing an unnegotiated buffer.
11978 2005-10-04 Michael Smith <msmith@fluendo.com>
11980 * gst/playback/gstplaybasebin.c: (group_destroy),
11981 (gen_preroll_element), (remove_groups), (setup_source):
11982 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11983 (setup_sinks), (gst_play_bin_send_event),
11984 (gst_play_bin_change_state):
11985 Set state to NULL before removing from bin. Fix refcounting.
11987 2005-10-04 Michael Smith <msmith@fluendo.com>
11989 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11990 Correct refcounting in send_event() function. Previously was wrong
11991 if the first sink was unable to handle the event.
11993 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
11996 back to development
11998 === release 0.9.3 ===
12000 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12003 Releasing 0.9.3, "De Facto"
12005 2005-10-03 Andy Wingo <wingo@pobox.com>
12007 * gst/playback/gstdecodebin.c (try_to_link_1)
12008 (remove_element_chain): set element to NULL before removing it.
12010 2005-10-02 Johan Dahlin <johan@gnome.org>
12012 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
12013 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12016 2005-10-02 Andy Wingo <wingo@pobox.com>
12018 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
12019 (gst_ring_buffer_prepare_read):
12020 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12023 2005-09-29 Wim Taymans <wim@fluendo.com>
12025 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12026 * ext/theora/theoradec.c: (theora_handle_data_packet):
12027 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12028 Propagate error codes from alloc_buffer too.
12030 2005-09-29 Wim Taymans <wim@fluendo.com>
12032 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12035 * gst/playback/Makefile.am:
12036 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12037 (dump_element_stats), (main):
12038 Added example stream introspection code.
12040 2005-09-28 Stefan Kost <ensonic@users.sf.net>
12042 * gst/adder/gstadder.c: (gst_adder_collected):
12043 fix adder for float elements
12045 2005-09-28 Wim Taymans <wim@fluendo.com>
12047 * gst-libs/gst/audio/gstbaseaudiosink.c:
12048 (gst_base_audio_sink_class_init),
12049 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12050 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12051 (gst_base_audio_src_class_init),
12052 (gst_base_audio_src_provide_clock):
12053 get_clock -> provide_clock
12055 2005-09-28 Andy Wingo <wingo@pobox.com>
12057 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12060 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12063 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12064 Actually add the pad template.
12065 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12067 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12070 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12071 from fdsrc. Get caps in create() instead of start() so it can be
12072 interrupted. Interruption somewhat untested.
12074 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12075 Proper EOS handling.
12077 2005-09-27 Andy Wingo <wingo@pobox.com>
12079 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12081 * gst/tcp/gsttcpserversrc.c: Cleaned up.
12083 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12085 * gst/tcp/gsttcp.h:
12086 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12087 out of tcpclientsrc.c. Cancellable.
12088 (gst_tcp_socket_read): Made private, cancellable, with better
12089 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12090 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12091 whole buffer, and better diagnostics.
12092 (gst_tcp_gdp_read_caps): Same.
12094 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12096 2005-09-26 Andy Wingo <wingo@pobox.com>
12098 * gst/sine/gstsinesrc.h:
12099 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12100 change the 'sync' property to 'is-live' and implement it halfway,
12101 update for controller api change.
12103 * gst/volume/gstvolume.c (volume_transform_ip): Update for
12104 controller api change.
12106 2005-09-24 Wim Taymans <wim@fluendo.com>
12108 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12109 * gst-libs/gst/audio/gstaudiosink.c:
12110 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12111 (gst_audioringbuffer_stop):
12112 * gst-libs/gst/audio/gstbaseaudiosink.c:
12113 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12114 (gst_base_audio_sink_change_state):
12115 * gst-libs/gst/audio/gstbaseaudiosink.h:
12116 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12117 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12118 (gst_ring_buffer_commit), (gst_ring_buffer_read):
12119 * gst-libs/gst/audio/gstringbuffer.h:
12120 Fix sync again. Moved sample alignment to basesink.
12122 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
12124 * docs/plugins/Makefile.am:
12125 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12126 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12127 * gst/volume/gstvolume.c:
12129 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12130 * gst-libs/gst/audio/audio.h:
12131 add conversion macros for frames <-> clocktime
12133 2005-09-23 David Schleef <ds@schleef.org>
12135 * gst/audioresample/Makefile.am:
12136 * gst/audioresample/debug.h:
12137 * gst/audioresample/gstaudioresample.c:
12138 * gst/audioresample/resample.c: Convert to using gst debugging
12140 2005-09-22 Wim Taymans <wim@fluendo.com>
12142 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12143 (gst_play_bin_send_event):
12144 Only seek on one sink, the first one that succeeds.
12146 2005-09-22 Michael Smith <msmith@fluendo.com>
12148 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12149 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12150 Don't flush encoder state unless we have an initialised encoder.
12151 Clear out encoder state on PAUSED_TO_READY.
12153 2005-09-22 Wim Taymans <wim@fluendo.com>
12155 * gst-libs/gst/rtp/gstbasertppayload.c:
12156 (gst_basertppayload_class_init), (gst_basertppayload_init),
12157 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12158 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12159 (gst_basertppayload_is_filled), (gst_basertppayload_push),
12160 (gst_basertppayload_set_property),
12161 (gst_basertppayload_get_property),
12162 (gst_basertppayload_change_state):
12163 * gst-libs/gst/rtp/gstbasertppayload.h:
12164 Added max-ptime to control amount of data in the rtp packets.
12166 2005-09-21 Andy Wingo <wingo@pobox.com>
12168 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12171 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12172 can be called multiple times, dogs.
12174 2005-09-21 Wim Taymans <wim@fluendo.com>
12176 * gst-libs/gst/rtp/gstbasertppayload.c:
12177 (gst_basertppayload_class_init), (gst_basertppayload_init),
12178 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12179 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12180 (gst_basertppayload_push), (gst_basertppayload_get_property),
12181 (gst_basertppayload_change_state):
12184 2005-09-21 Stefan Kost <ensonic@users.sf.net>
12186 * docs/libs/compiling.sgml:
12189 2005-09-20 Wim Taymans <wim@fluendo.com>
12191 * gst-libs/gst/rtp/gstbasertppayload.c:
12192 (gst_basertppayload_class_init), (gst_basertppayload_init),
12193 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12194 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12195 (gst_basertppayload_push), (gst_basertppayload_set_property),
12196 (gst_basertppayload_get_property),
12197 (gst_basertppayload_change_state):
12198 * gst-libs/gst/rtp/gstbasertppayload.h:
12199 Added property to configure sequence number offsets.
12201 2005-09-20 Wim Taymans <wim@fluendo.com>
12203 * gst-libs/gst/rtp/gstbasertppayload.c:
12204 (gst_basertppayload_class_init), (gst_basertppayload_init),
12205 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12206 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12207 (gst_basertppayload_push), (gst_basertppayload_set_property),
12208 (gst_basertppayload_get_property),
12209 (gst_basertppayload_change_state):
12210 * gst-libs/gst/rtp/gstbasertppayload.h:
12211 Make timestamp offset configurable.
12213 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
12215 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12216 fix wrong pop/unref
12218 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
12220 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
12222 * gst-libs/gst/interfaces/propertyprobe.c:
12223 (gst_property_probe_probe_property_name),
12224 (gst_property_probe_needs_probe_name),
12225 (gst_property_probe_get_values_name),
12226 (gst_property_probe_probe_and_get_values_name):
12227 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12228 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12230 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
12232 * check/Makefile.am:
12233 have some tests be disabled for valgrinding
12234 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12236 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12237 Fix A Leak. Chain To Parent Finalize.
12239 2005-09-19 Wim Taymans <wim@fluendo.com>
12241 * examples/seeking/seek.c: (make_wav_pipeline), (main):
12242 Fixed wav pipeline.
12244 2005-09-19 Wim Taymans <wim@fluendo.com>
12246 * gst-libs/gst/rtp/gstbasertppayload.c:
12247 (gst_basertppayload_class_init), (gst_basertppayload_init),
12248 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12249 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12250 (gst_basertppayload_push), (gst_basertppayload_get_property),
12251 (gst_basertppayload_change_state):
12252 Posting ERROR and WARNING messages is good.
12254 2005-09-19 Wim Taymans <wim@fluendo.com>
12256 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12257 (gst_base_rtp_depayload_add_to_queue),
12258 (gst_base_rtp_depayload_push),
12259 (gst_base_rtp_depayload_set_gst_timestamp),
12260 (gst_base_rtp_depayload_queue_release):
12261 This one was not supposed to go in.
12263 2005-09-19 Wim Taymans <wim@fluendo.com>
12265 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12268 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12269 (gst_base_rtp_depayload_chain),
12270 (gst_base_rtp_depayload_add_to_queue),
12271 (gst_base_rtp_depayload_push),
12272 (gst_base_rtp_depayload_set_gst_timestamp),
12273 (gst_base_rtp_depayload_queue_release):
12276 * gst-libs/gst/rtp/gstbasertppayload.c:
12277 (gst_basertppayload_class_init), (gst_basertppayload_init),
12278 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12279 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12280 (gst_basertppayload_get_property),
12281 (gst_basertppayload_change_state):
12282 Added debugging category.
12284 2005-09-18 David Schleef <ds@schleef.org>
12286 * gst/playback/gstdecodebin.c: free plugin list correctly
12287 * gst/playback/gstplaybin.c: emit warning if autovideosink
12288 and autoaudiosink can't be found (instead of segfaulting)
12290 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
12292 * check/elements/audioconvert.c: (GST_START_TEST):
12293 try out 24 bit conversion
12295 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12297 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12298 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12299 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12300 * ext/vorbis/vorbisenc.h:
12301 Fix EOS handling. Still needs a fix in the ogg muxer to
12302 mark the last page as eos.
12304 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12306 * common/gtk-doc-plugins.mak:
12307 * docs/plugins/Makefile.am:
12308 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12309 * gst/ffmpegcolorspace/Makefile.am:
12310 * gst/ffmpegcolorspace/avcodec.h:
12311 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12312 * gst/tcp/gstmultifdsink.c:
12313 fix up ffmpegcolorspace docs; extract header
12315 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12317 * common/gtk-doc-plugins.mak:
12318 * docs/plugins/Makefile.am:
12319 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12320 * ext/theora/Makefile.am:
12321 * ext/theora/gsttheoraenc.h:
12322 * ext/theora/theoraenc.c:
12323 * ext/vorbis/vorbisenc.c:
12324 pick up signals and args for vorbis; add some docs for vorbis
12326 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12328 * common/gstdoc-scangobj:
12329 * common/gtk-doc-plugins.mak:
12330 * docs/libs/Makefile.am:
12331 * docs/plugins/gst-plugins-base-plugins.args:
12332 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12333 * docs/plugins/gst-plugins-base-plugins.interfaces:
12334 * docs/plugins/gst-plugins-base-plugins.prerequisites:
12335 * docs/plugins/gst-plugins-base-plugins.signals:
12336 only scanobj stuff from our source module. Not sure yet
12337 if that's correct, given the hierarchy stuff :)
12339 2005-09-15 Wim Taymans <wim@fluendo.com>
12341 * gst/audioconvert/gstaudioconvert.c:
12342 And enable 24 bits mode as well..
12344 2005-09-15 Wim Taymans <wim@fluendo.com>
12346 * gst-libs/gst/rtp/Makefile.am:
12347 * gst-libs/gst/rtp/gstbasertppayload.c:
12348 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12349 (gst_basertppayload_class_init), (gst_basertppayload_init),
12350 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12351 (gst_basertppayload_chain), (gst_basertppayload_set_options),
12352 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12353 (gst_basertppayload_set_property),
12354 (gst_basertppayload_get_property),
12355 (gst_basertppayload_change_state):
12356 * gst-libs/gst/rtp/gstbasertppayload.h:
12357 Added rtp payloader base class.
12359 2005-09-15 Andy Wingo <wingo@pobox.com>
12361 * configure.ac (plugindir): Remove the EOL matcher from the
12362 regexp, as it causes me problems. Libtool? Make? Who knows?
12364 2005-09-14 David Schleef <ds@schleef.org>
12366 * check/generic/states.c:
12367 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12368 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12369 Fixes for changes in registry API.
12371 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
12372 to GST_PLUGIN_LDFLAGS.
12373 * ext/libvisual/visual.c: Make the library shut up.
12374 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12375 * gst-libs/gst/audio/gstaudiofilter.c: same
12377 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12379 * docs/plugins/Makefile.am:
12380 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12381 * docs/plugins/inspect/plugin-libvisual.xml:
12382 * docs/plugins/tmpl/element-tcpserversink.sgml:
12383 * ext/theora/theoraenc.c:
12384 add libvisual plugin and theoraenc element to docs
12386 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12388 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12389 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12390 * ext/theora/theoraenc.c:
12393 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
12395 * gst/audioconvert/Makefile.am:
12396 Audioconvert derives from GstBaseTransform and should
12397 link to the library with our base elements to avoid
12398 unresolved symbols. Makes things work with MinGW (#316160)
12400 * gst/playback/test4.c: (main):
12401 Fix MinGW build problem and use g_usleep() instead of
12404 2005-09-12 Wim Taymans <wim@fluendo.com>
12406 * gst/audioconvert/audioconvert.c: (float),
12407 (audio_convert_prepare_context), (audio_convert_convert):
12408 * gst/audioconvert/audioconvert.h:
12409 Cleanups, speedups, simplifications, added back support
12412 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
12414 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12415 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12416 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12417 * docs/plugins/tmpl/element-tcpserversink.sgml:
12418 * gst/ffmpegcolorspace/gstffmpeg.c:
12419 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12420 * gst/videotestsrc/gstvideotestsrc.c:
12421 * gst/volume/gstvolume.c:
12422 add more elements to the docs
12424 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
12426 * check/Makefile.am:
12427 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12428 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12429 Add extra tests for basetransform based components.
12430 Comment out the test_element_negotiation test until we decide
12431 if it's testing correct behaviour.
12432 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12433 (gst_visual_chain), (gst_visual_change_state):
12434 Slightly more correct but still bogus timestamping.
12435 Fix state change function.
12436 * gst/audioconvert/gstaudioconvert.c:
12437 (gst_audio_convert_class_init):
12438 * gst/audioresample/gstaudioresample.c:
12439 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12440 (gst_ffmpegcsp_class_init):
12441 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12442 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12443 (gst_videoscale_prepare_image):
12444 * gst/volume/gstvolume.c: (gst_volume_class_init),
12445 (volume_transform_ip):
12446 Basetransform updates. Enable passthrough modes.
12447 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12448 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12449 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12450 Negotiation fix that allows the window to return to the original
12451 size and renegotiate passthrough upstream. Extra debug output.
12453 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
12455 * gst/sine/gstsinesrc.c:
12456 * gst/volume/gstvolume.c:
12457 fix up header include
12459 2005-09-09 Stefan Kost <ensonic@users.sf.net>
12461 * gst-libs/gst/audio/gstbaseaudiosink.c:
12462 (gst_base_audio_sink_render):
12463 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12464 * gst/volume/gstvolume.c: (gst_volume_class_init),
12465 (volume_transform):
12466 fixing lost sync, some more debugging
12468 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
12470 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12471 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12472 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12473 (gst_xvimagesink_check_xshm_calls):
12474 Fix compilation when XShm is not available.
12476 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12478 * ext/libvisual/visual.c: (gst_visual_dispose),
12479 (gst_visual_getcaps), (gst_visual_src_setcaps),
12480 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12481 (gst_visual_change_state):
12482 Finish fixing up libvisual plugin so that it runs.
12484 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12486 * ext/vorbis/vorbisenc.c:
12487 * gst-libs/gst/tag/gstvorbistag.c:
12488 gsttaginterface.h -> gsttagsetter.h
12490 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12492 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12493 added another test that failes for me (test is not active by default)
12495 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12498 v4l2 is no longer in gst-plugins-base
12500 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12503 In the output at the end, don't show the first plugin on the same
12504 line as "Core plug-ins, always built:".
12505 Indent the output as for other plugin categories
12506 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12507 #define that can be used to not use peer buffer_alloc functions for
12509 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12510 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12511 (gst_ximagesink_show_frame):
12512 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12513 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12514 (gst_xvimagesink_show_frame):
12515 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12516 fails gracefully instead of XError aborting or deadlocking.
12518 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12520 * ext/libvisual/Makefile.am:
12521 link against gst-base-libs
12523 2005-09-06 David Schleef <ds@schleef.org>
12525 * configure.ac: Enable libvisual plugin.
12526 * ext/libvisual/Makefile.am:
12527 * ext/libvisual/visual.c: Fixes to make it compile.
12529 === release 0.9.2 ===
12531 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
12536 * docs/random/ChangeLog-0.8:
12537 releasing 0.9.2, "Spoon"
12539 2005-09-05 Michael Smith <msmith@fluendo.com>
12541 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12542 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12543 that in the vorbisenc element.
12545 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12547 * common/gtk-doc-plugins.mak:
12548 * docs/plugins/Makefile.am:
12550 * gst/audioresample/resample.c:
12551 fix wrong docstring
12553 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12555 * common/gst-xmlinspect.py:
12556 * common/gtk-doc-plugins.mak:
12557 only inspect plugins for this given package
12558 require gst-python 0.9
12560 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
12564 * common/gst-xmlinspect.py:
12566 * docs/Makefile.am:
12567 * docs/plugins/inspect/plugin-alsa.xml:
12568 * docs/plugins/inspect/plugin-audioresample.xml:
12569 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12570 * docs/plugins/inspect/plugin-ogg.xml:
12571 * docs/plugins/tmpl/element-gnomevfssink.sgml:
12572 * docs/plugins/tmpl/element-multifdsink.sgml:
12573 * docs/plugins/tmpl/element-tcpserversink.sgml:
12574 * docs/plugins/tmpl/element-vorbisenc.sgml:
12575 * gst-plugins-base.spec.in:
12576 various doc-related updates
12578 2005-08-31 Wim Taymans <wim@fluendo.com>
12580 * gst-libs/gst/audio/gstbaseaudiosink.c:
12581 (gst_base_audio_sink_render):
12582 Resync if the buffer timestamps drift more than a 10th
12585 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
12587 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12588 (gst_v4lsrc_get_property):
12589 The 'timestamp-offset' property is registered as an int64, so
12590 let's use g_value_{set|get}_int64() in our setter and getter
12591 functions (makes it work and fixes warnings with gst-inspect).
12593 2005-08-30 Wim Taymans <wim@fluendo.com>
12595 * check/elements/audioconvert.c: (setup_audioconvert):
12596 * check/elements/audioresample.c: (setup_audioresample):
12597 * check/elements/volume.c: (setup_volume):
12600 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
12602 * common/gtk-doc-plugins.mak:
12603 * common/plugins.xsl:
12604 * docs/plugins/Makefile.am:
12605 make module a param
12607 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12609 * examples/seeking/seek.c: (make_mp3_pipeline),
12610 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12611 (play_cb), (pause_cb), (stop_cb):
12614 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12616 * gst/volume/gstvolume.c: (gst_volume_class_init),
12617 (volume_transform):
12618 do not update controlled params, if buffer has no timestamp
12620 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12623 * gst/sine/Makefile.am:
12624 * gst/volume/Makefile.am:
12625 controllerized elements also need to link against controller-libs ;)
12627 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12629 * docs/libs/tmpl/gstcolorbalance.sgml:
12630 * docs/libs/tmpl/gstgconf.sgml:
12631 * docs/libs/tmpl/gstmixer.sgml:
12632 * docs/libs/tmpl/gstringbuffer.sgml:
12633 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12634 (gst_sinesrc_create):
12635 * gst/volume/gstvolume.c: (gst_volume_class_init),
12636 (volume_transform):
12637 controllerized two audio plugins
12639 2005-08-29 Andy Wingo <wingo@pobox.com>
12641 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
12642 (vorbis_handle_data_packet): Fix some int overflow errors.
12644 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12646 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12648 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12649 if it's valid. Fixed streaming-mode playback.
12651 * check/elements/volume.c (cleanup_volume): Fix for running
12654 * check/elements/audioconvert.c: Convert from native endian, not
12657 2005-08-29 Michael Smith <msmith@fluendo.com>
12659 * ext/ogg/Makefile.am:
12660 * ext/ogg/gstogg.c: (plugin_init):
12661 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12662 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12663 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12664 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12665 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12666 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12667 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12668 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12669 Add an ogg parser element.
12671 2005-08-28 Andy Wingo <wingo@pobox.com>
12673 * Updates for two-arg init from GST_BOILERPLATE_FULL.
12675 2005-08-26 Wim Taymans <wim@fluendo.com>
12677 * gst/audioconvert/audioconvert.c: (if), (float),
12678 (audio_convert_get_func_index), (check_default),
12679 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12680 (audio_convert_clean_context), (audio_convert_get_sizes),
12681 (audio_convert_convert):
12684 2005-08-26 Wim Taymans <wim@fluendo.com>
12686 * gst/audioconvert/audioconvert.c: (if), (float),
12687 (audio_convert_get_func_index), (check_default),
12688 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12689 (audio_convert_clean_context), (audio_convert_get_sizes),
12690 (audio_convert_convert):
12691 More elegant and working temp buffer selection algo.
12693 2005-08-26 Wim Taymans <wim@fluendo.com>
12695 * gst/audioconvert/audioconvert.c: (if), (float),
12696 (audio_convert_get_func_index), (check_default),
12697 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12698 (audio_convert_clean_context), (audio_convert_get_sizes),
12699 (get_temp_buffer), (audio_convert_convert):
12700 Use realloc else we lose our original data.
12702 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
12704 * gst/audioresample/gstaudioresample.c:
12705 use base class' newsegment to properly timestamp
12707 2005-08-26 Wim Taymans <wim@fluendo.com>
12709 * gst/audioconvert/audioconvert.c: (if), (float),
12710 (audio_convert_get_func_index), (check_default),
12711 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12712 (audio_convert_clean_context), (audio_convert_get_sizes),
12713 (get_temp_buffer), (audio_convert_convert):
12714 * gst/audioconvert/gstaudioconvert.c:
12715 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12716 (gst_audio_convert_transform_caps),
12717 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12718 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12719 Oops, allocate enough space to perform the channel mix.
12721 2005-08-26 Wim Taymans <wim@fluendo.com>
12723 * gst/audioconvert/Makefile.am:
12724 * gst/audioconvert/audioconvert.c: (if), (float),
12725 (audio_convert_get_func_index), (check_default),
12726 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12727 (audio_convert_clean_context), (audio_convert_get_sizes),
12728 (get_temp_buffer), (audio_convert_convert):
12729 * gst/audioconvert/audioconvert.h:
12730 * gst/audioconvert/gstaudioconvert.c:
12731 (gst_audio_convert_class_init), (gst_audio_convert_init),
12732 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12733 (gst_audio_convert_get_unit_size),
12734 (gst_audio_convert_transform_caps),
12735 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12736 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12737 * gst/audioconvert/gstaudioconvert.h:
12738 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12739 (gst_channel_mix_fill_identical),
12740 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12741 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12742 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12743 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12744 (gst_channel_mix_mix):
12745 * gst/audioconvert/gstchannelmix.h:
12746 Cleanups, librarify a bit, optimize, better negotiation and more.
12748 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12750 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12751 Another from MikeS:
12752 During typefinding, don't support negative offsets
12753 (offsets from the end of the stream) in our typefind->peek() function
12754 - nothing embedded in ogg ever needs them. However, we need to recognise
12755 those requests and reject them, otherwise we return invalid pointers.
12757 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12759 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12760 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12761 (vorbisdec_finalize), (vorbis_handle_type_packet):
12762 Big shout-out to MikeS for fixing this giant memory leak.
12765 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12767 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12768 (audio_convert_get_unit_size):
12771 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12773 * check/Makefile.am:
12774 * check/elements/audioconvert.c: (setup_audioconvert),
12775 (cleanup_audioconvert), (get_int_caps), (verify_convert),
12776 (GST_START_TEST), (audioconvert_suite), (main):
12777 add a test for audioconvert
12778 * gst/audioresample/gstaudioresample.c:
12779 * gst/audioresample/gstaudioresample.h:
12780 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12781 note that for buffers of 1/3 sec this means DURATION(c) is
12782 one nanosecond more than for a and b
12784 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12786 * check/Makefile.am:
12787 * check/elements/audioresample.c: (setup_audioresample),
12788 (cleanup_audioresample), (fail_unless_perfect_stream),
12789 (test_perfect_stream_instance), (GST_START_TEST),
12790 add a check for audioresample
12791 (audioresample_suite), (main):
12792 * check/elements/volume.c: (GST_START_TEST):
12793 remove unused method
12794 * gst/audioresample/gstaudioresample.c:
12795 set correct buffer parameters since we're changing them
12796 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12799 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12801 * gst/audioresample/debug.c:
12802 * gst/audioresample/gstaudioresample.c:
12803 add room for extra overlap samples when asked to transform size
12804 protect against possible mem corruption and check for discrepancies
12805 between written size and outbuffer's size so we can warn for
12807 * gst/audioresample/resample.c: (resample_init),
12808 (resample_get_output_size_for_input), (resample_get_output_size),
12809 (resample_set_n_channels), (resample_set_format):
12810 set debug level based on RESAMPLE_DEBUG env var
12811 make sure that get_output_size* returns a whole number of
12813 set sample_size each time either channel or format is set
12814 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12815 * gst/audioresample/resample_functable.c:
12816 (resample_scale_functable):
12817 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12818 remove r->sample_size, it's done in resample.c now
12819 add some debugging to the ref implementation
12820 make sure we only give back bytes that are wholes of the sample
12823 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
12824 * gst/playback/gstplaybasebin.c: (fill_buffer):
12825 Revert unpopular change for GST_MESSAGE_SRC to GObject.
12827 2005-08-25 Stefan Kost <ensonic@users.sf.net>
12829 * gst/volume/gstvolume.c:
12830 made set_caps function static
12832 2005-08-24 Wim Taymans <wim@fluendo.com>
12834 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12835 (gst_vorbisenc_change_state):
12836 Stop leaking taglists.
12838 2005-08-24 Wim Taymans <wim@fluendo.com>
12840 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12841 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12842 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12843 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12844 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12845 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12846 Parse seeking events better.
12848 Generate correct newsegment events, fixes seeking in live oggs.
12850 * ext/theora/theoradec.c: (theora_dec_src_query),
12851 (theora_dec_src_event), (theora_dec_src_getcaps),
12852 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12853 Use newsegment values to report correct play time.
12855 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12856 (vorbis_dec_src_event), (vorbis_dec_sink_event):
12857 * ext/vorbis/vorbisdec.h:
12858 Parse and use newsegment values to report correct play time.
12860 * gst-libs/gst/audio/gstbaseaudiosink.c:
12861 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12862 Clear ringbuffer on flush.
12863 Use newsegment values to calculate playback time.
12865 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12866 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12867 Basesink does newsegment calculations for us now.
12869 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12871 * check/Makefile.am:
12873 add core's plugins to the mix so that playbin works
12874 * check/generic/states.c: (GST_START_TEST):
12875 set a 0 timeout on pipelines, so they don't force the next
12877 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12878 (gst_play_base_bin_change_state):
12879 remove the crappy error handling and do GST error handling
12881 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12883 * check/Makefile.am:
12884 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12885 add same test as to core, it bitches out on playbin atm.
12887 2005-08-24 Wim Taymans <wim@fluendo.com>
12892 2005-08-24 Wim Taymans <wim@fluendo.com>
12894 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12895 (gst_videoscale_prepare_size), (parse_caps),
12896 (gst_videoscale_set_caps), (gst_videoscale_get_size),
12897 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12898 (gst_videoscale_transform):
12899 * gst/videoscale/gstvideoscale.h:
12900 Refactor, make use of BaseTranform really well.
12902 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12905 compile audioresample
12906 * gst/audioresample/Makefile.am:
12907 * gst/audioresample/buffer.c:
12908 * gst/audioresample/functable.c:
12909 * gst/audioresample/gstaudioresample.c:
12910 * gst/audioresample/gstaudioresample.h:
12911 * gst/audioresample/resample.c:
12912 (resample_get_output_size_for_input):
12913 * gst/audioresample/resample.h:
12914 * gst/audioresample/resample_chunk.c:
12915 * gst/audioresample/resample_functable.c:
12916 * gst/audioresample/resample_ref.c:
12917 port to use basetransform; doesn't work in all cases yet
12919 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12921 * gst/audioconvert/gstaudioconvert.c:
12922 (gst_audio_convert_class_init), (gst_audio_convert_init),
12923 (audio_convert_get_unit_size), (audio_convert_transform_caps),
12924 (audio_convert_fixate_caps), (audio_convert_set_caps),
12925 (audio_convert_transform),
12926 (gst_audio_convert_buffer_to_default_format),
12927 (gst_audio_convert_buffer_from_default_format),
12928 (gst_audio_convert_channels):
12929 * gst/audioconvert/gstchannelmix.c:
12930 * gst/audioconvert/gstchannelmix.h:
12931 port to basetransform
12932 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12933 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12934 (gst_ffmpegcsp_get_unit_size):
12935 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12936 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12937 fix for basetransform changes
12939 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
12941 * check/Makefile.am:
12942 Add CHECK_CFLAGS and LDFLAGS
12944 * gst/playback/gstplaybasebin.c: (fill_buffer):
12945 GST_MESSAGE_SRC became a GObject
12947 2005-08-24 Wim Taymans <wim@fluendo.com>
12949 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12950 (gst_ring_buffer_clear_all):
12951 * gst-libs/gst/audio/gstringbuffer.h:
12952 Added function to clear the ringbuffer.
12954 2005-08-24 Andy Wingo <wingo@pobox.com>
12956 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
12957 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12958 of _open and _close.
12960 * sys/v4l/gstv4lxoverlay.h:
12961 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12962 an Xv connection here, instead of all the time. Make Xv only be
12963 loaded if you axe for it. Kindof a workaround for buggy behaviour
12964 of Xv when using remote xservers (XvQueryExtension would block).
12965 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12966 replace the _open and _close public API. Only start the xv
12967 connection if necessary.
12968 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12970 2005-08-23 David Schleef <ds@schleef.org>
12972 * gst/audioresample/Makefile.am: Leet audioresampling code
12973 * gst/audioresample/buffer.c:
12974 * gst/audioresample/buffer.h:
12975 * gst/audioresample/debug.c:
12976 * gst/audioresample/debug.h:
12977 * gst/audioresample/functable.c:
12978 * gst/audioresample/functable.h:
12979 * gst/audioresample/gstaudioresample.c:
12980 * gst/audioresample/gstaudioresample.h:
12981 * gst/audioresample/resample.c:
12982 * gst/audioresample/resample.h:
12983 * gst/audioresample/resample_chunk.c:
12984 * gst/audioresample/resample_functable.c:
12985 * gst/audioresample/resample_ref.c:
12987 2005-08-23 Wim Taymans <wim@fluendo.com>
12989 * examples/seeking/seek.c: (make_vorbis_pipeline),
12990 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12991 Small seek updates.
12993 2005-08-23 Andy Wingo <wingo@pobox.com>
12995 * gst-libs/gst/audio/gstbaseaudiosrc.c
12996 (gst_base_audio_src_fixate): Only fixate endianness if it is
12997 present in the caps.
12999 2005-08-22 Andy Wingo <wingo@pobox.com>
13001 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
13002 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13003 device-name property.
13005 * gst-libs/gst/audio/gstaudiosrc.h:
13006 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13007 close_device in the ring buffer, like gstaudiosink.
13009 * ext/alsa/gstalsamixer.h:
13010 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13011 macro to implement the interface without much code. Cleanups.
13013 * ext/alsa/gstalsasrc.h:
13014 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13017 * ext/alsa/Makefile.am: Add new files.
13018 * ext/alsa/gstalsamixerelement.c:
13019 * ext/alsa/gstalsamixerelement.c: Split element code out from
13020 mixer code so that alsasrc can be a mixer too.
13022 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
13024 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13026 * check/elements/vorbisdec.c: (setup_vorbisdec),
13027 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13028 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13029 (vorbis_handle_identification_packet),
13030 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13031 (vorbis_handle_header_packet), (vorbis_dec_push),
13032 (vorbis_dec_chain):
13033 use the setup/teardown methods to save code. save code is good.
13035 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13037 * check/Makefile.am:
13038 add ext dir for plugins
13039 add vorbisdec test conditionally
13040 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13041 (GST_START_TEST), (volume_suite):
13042 add a test with wrong caps
13043 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13044 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13045 add a vorbisdec test
13046 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13047 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13048 clean up debug output
13049 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13050 yay, fix a segfault/security issue in vorbisdec
13051 gst-launch fakesrc ! vorbisdec wasn't happy
13052 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13053 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13054 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13055 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13056 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13057 (gst_vorbisenc_set_metadata), (get_constraints_string),
13058 (update_start_message), (gst_vorbisenc_setup),
13059 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13060 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13061 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13062 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13063 * ext/vorbis/vorbisenc.h:
13065 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13066 (gst_ffmpegcsp_transform):
13067 have the kow come home
13068 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13070 * gst/volume/gstvolume.c: (volume_set_caps):
13073 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13076 * check/.cvsignore:
13077 * check/Makefile.am:
13078 * check/elements/.cvsignore:
13079 * check/elements/volume.c: (chain_func), (event_func),
13080 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13083 add unit test structure for gst-plugins-base
13084 add a test for volume
13085 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13086 (gst_volume_set_volume), (gst_volume_get_volume),
13087 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13088 (volume_funcfind), (volume_process_float), (volume_process_int16),
13089 (volume_set_caps), (volume_transform), (volume_update_mute),
13090 (volume_update_volume), (volume_set_property),
13091 (volume_get_property):
13092 document a little; use basetransform vmethod _set_caps
13094 2005-08-19 Andy Wingo <wingo@pobox.com>
13096 * ext/alsa/gstalsamixertrack.h:
13097 * ext/alsa/gstalsamixertrack.c:
13098 * ext/alsa/gstalsamixeroptions.h:
13099 * ext/alsa/gstalsamixeroptions.c:
13100 * ext/alsa/gstalsamixer.h:
13101 * ext/alsa/gstalsamixer.c: Port to 0.9.
13103 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13104 Remove gstalsa.c and alsaclock. No more cruft here.
13106 2005-08-18 Wim Taymans <wim@fluendo.com>
13108 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13109 (gst_base_rtp_depayload_chain),
13110 (gst_base_rtp_depayload_add_to_queue),
13111 (gst_base_rtp_depayload_push),
13112 (gst_base_rtp_depayload_queue_release):
13113 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13114 Fix for RTPBuffer changes.
13116 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13117 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13118 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13119 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13120 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13121 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13122 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13123 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13124 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13125 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13126 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13127 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13128 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13129 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13130 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13131 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13132 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13133 (gst_rtpbuffer_get_payload):
13134 * gst-libs/gst/rtp/gstrtpbuffer.h:
13135 Don't subclass GstBuffer but add methods and helper functions
13136 to construct and manipulate RTP packets in regular GstBuffers.
13138 2005-08-18 Stefan Kost <ensonic@users.sf.net>
13140 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13141 moved statement below switch
13142 * gst/volume/gstvolume.c: (gst_volume_class_init):
13145 2005-08-16 Wim Taymans <wim@fluendo.com>
13147 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13148 (gst_base_audio_src_change_state):
13149 Open and close device in READY<->NULL state change.
13151 2005-08-16 Andy Wingo <wingo@pobox.com>
13153 * examples/seeking/Makefile.am: Don't compile non-compiling
13154 compiled objects with the compiler.
13156 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13159 2005-08-12 Philippe Khalaf <burger@speedy.org>
13160 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13161 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13162 Made a thread to release the queue.
13163 Removed timestamp conversion for now.
13165 2005-08-10 Philippe Khalaf <burger@speedy.org>
13166 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13167 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13168 Added rtp timestamp -> gst timestamp conversion.
13169 Fixed several problems with queue.
13171 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13173 * gst-libs/gst/audio/gstaudioclock.h:
13174 * gst-libs/gst/audio/gstaudiofilter.h:
13175 * gst-libs/gst/audio/gstaudiosink.h:
13176 * gst-libs/gst/audio/gstaudiosrc.h:
13177 * gst-libs/gst/audio/gstbaseaudiosink.h:
13178 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13179 * gst-libs/gst/audio/gstringbuffer.h:
13180 * gst-libs/gst/net/gstnetbuffer.h:
13181 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13182 * gst-libs/gst/rtp/gstrtpbuffer.h:
13183 Add padding (you will need to rebuild gst-plugins-base,
13184 gst-plugins and all applications afterwards!)
13186 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13188 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13189 (gst_riff_parse_chunk):
13190 Fix bug in debug message and add some more debug messages.
13192 2005-08-08 Edward Hervey <edward@fluendo.com>
13194 * gst-libs/gst/riff/riff-media.c:
13195 backported updates since branch
13197 2005-08-08 Andy Wingo <wingo@pobox.com>
13199 * gst-libs/gst/audio/gstbaseaudiosink.c
13200 (gst_base_audio_sink_change_state): Open the device in NULL->READY
13201 like good elements should. Close on READY->NULL too.
13203 * gst-libs/gst/audio/gstaudiosink.c
13204 (gst_audioringbuffer_open_device,
13205 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13206 (gst_audioringbuffer_release): Updates for new ring buffer API,
13207 hook into the new audio sink api.
13209 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13210 (GstAudioSinkClass.close): Just open and close the device -- no
13211 resource allocation or configuration.
13212 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13213 vmethods, handle device setup and resource allocation.
13215 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13216 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13219 * gst-libs/gst/audio/gstringbuffer.h
13220 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13223 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13224 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13225 New API functions. The device should be opened before acquiring
13226 and closed after releasing.
13228 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
13230 * gst-libs/gst/interfaces/mixer.h:
13231 Reset padding to GST_PADDING.
13233 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13235 * gst/playback/gstplaybin.c: (remove_sinks):
13236 Remove visualization from parent explicitely; works around some
13237 apparent refcount issue that I haven't tracked down yet.
13239 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13241 * ext/alsa/gstalsasink.c: (set_hwparams):
13242 Assign debug category, add negotiation debug msgs.
13244 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13246 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13247 Fix error code for file-not-found to NOT_FOUND.
13249 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13251 * common/gtk-doc-plugins.mak:
13252 * docs/plugins/Makefile.am:
13253 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13254 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13255 renamed to actual element names, so much nicer to look at
13256 * docs/plugins/tmpl/gstmultifdsink.sgml:
13258 * docs/plugins/tmpl/multifdsink.sgml:
13259 * docs/plugins/tmpl/tcpserversink.sgml:
13261 * ext/alsa/gstalsa.c:
13262 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13263 * ext/ogg/gstoggmux.c:
13264 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13265 * gst/playback/gstdecodebin.c:
13266 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13267 * gst/tcp/gsttcpserversink.c:
13268 various fixes and documentation additions
13270 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13272 * common/Makefile.am:
13273 * common/gstdoc-scangobj:
13274 * common/gtk-doc-plugins.mak:
13275 * common/gtk-doc.mak:
13276 add a custom scangobj that uses the registry
13277 add a custom gtk-doc-plugins.mak that uses it
13278 some doc build fixes
13280 * docs/Makefile.am:
13281 * docs/plugins/Makefile.am:
13282 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13283 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13284 * docs/plugins/gst-plugins-base-plugins.types:
13285 * docs/plugins/tmpl/gstmultifdsink.sgml:
13286 add docs for one element, multifdsink
13287 * gst/adder/gstadder.h:
13288 * gst/volume/gstvolume.h:
13289 don't privatize enum
13290 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13291 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13292 (gst_sync_method_get_type), (gst_client_status_get_type),
13293 (gst_multifdsink_class_init),
13294 (gst_multifdsink_client_queue_buffer),
13295 (gst_multifdsink_handle_client_write):
13296 * gst/tcp/gstmultifdsink.h:
13297 * gst/tcp/gsttcp.h:
13298 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13299 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13300 (gst_tcpclientsink_render):
13301 * gst/tcp/gsttcpclientsink.h:
13302 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13303 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13304 (gst_tcpclientsrc_start):
13305 * gst/tcp/gsttcpclientsrc.h:
13306 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13307 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13308 * gst/tcp/gsttcpserversrc.h:
13309 * gst/typefind/gsttypefindfunctions.c:
13310 remove superfluous Type stuff
13312 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13314 * gst/playback/gstplaybin.c: (gen_video_element):
13317 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13319 * gst-libs/gst/gconf/gconf.c:
13320 * gst-libs/gst/gconf/gconf.h:
13321 Fix some Andy Problem [tm].
13323 2005-08-04 Andy Wingo <wingo@pobox.com>
13325 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13326 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13327 (gst_ffmpegcsp_get_size): Adapt to API changes.
13329 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13330 Implement an in-place do-nothing transform.
13332 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13334 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13335 (gst_ximagesink_renegotiate_size):
13336 Do not set new window sizes yet if we prepare a new buffer size
13337 for upstream renegotiation (software scaling) at some point in the
13338 future, because this new size waqs not actually accepted yet. Once
13339 accepted, renegotiation later on will set the new sizes just fine.
13340 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13341 embedding testcase.
13343 2005-08-03 Andy Wingo <wingo@pobox.com>
13345 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13346 (gst_ximagesink_buffer_alloc):
13347 Protect the height, width, and desired_caps with the pool_lock.
13348 Fixes videotestsrc ! queue ! ximagesink.
13350 2005-08-02 Edward Hervey <edward@fluendo.com>
13352 * gst/volume/gstvolume.c:
13353 include left from controller cleanup
13355 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
13356 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13357 Stop collectpads before calling the parent state
13358 change function on PAUSED->READY.
13360 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
13362 When testing for X libs, use the X CFlags
13363 * gst/adder/gstadder.c: (gst_adder_change_state):
13364 Stop the collectpads before calling parent state change function
13365 on PAUSED->READY, otherwise we deadlock deactivating pads.
13367 2005-08-01 Stefan Kost <ensonic@users.sf.net>
13370 * docs/libs/tmpl/gstcolorbalance.sgml:
13371 * docs/libs/tmpl/gstmixer.sgml:
13372 * examples/Makefile.am:
13373 * gst/sine/Makefile.am:
13374 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13375 (gst_sinesrc_set_property), (plugin_init):
13376 * gst/sine/gstsinesrc.h:
13377 * gst/volume/Makefile.am:
13378 * gst/volume/gstvolume.c: (gst_volume_set_volume),
13379 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13380 (volume_process_float), (volume_process_int16),
13381 (volume_set_property), (plugin_init):
13382 * gst/volume/gstvolume.h:
13383 deactivate and remove dparams (libgstcontrol)
13385 2005-07-29 Wim Taymans <wim@fluendo.com>
13387 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13388 Convert me to BaseTransform!! help..
13390 2005-07-29 Andy Wingo <wingo@pobox.com>
13392 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13395 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13396 support of both endiannesses.
13398 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13400 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13401 Fix confusing debug message (s/event/query/)
13403 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13405 * gst/videotestsrc/videotestsrc.h:
13406 Use "_stdint.h" instead of <stdint.h>
13408 2005-07-27 Wim Taymans <wim@fluendo.com>
13410 * ext/vorbis/Makefile.am:
13411 Revert wrong commit.
13413 2005-07-27 Wim Taymans <wim@fluendo.com>
13415 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13416 More compilation fixen.
13418 2005-07-27 Wim Taymans <wim@fluendo.com>
13420 * gst-libs/gst/audio/gstbaseaudiosink.c:
13421 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13422 (gst_base_audio_sink_create_ringbuffer),
13423 (gst_base_audio_sink_change_state):
13426 2005-07-27 Wim Taymans <wim@fluendo.com>
13428 * examples/seeking/seek.c: (setup_dynamic_link),
13429 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13430 (query_positions_elems), (query_positions_pads), (do_seek):
13431 Update seek example.
13433 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13434 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13435 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13436 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13437 (gst_ogg_demux_handle_event),
13438 (gst_ogg_demux_deactivate_current_chain),
13439 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13440 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13441 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13442 (gst_ogg_demux_loop):
13443 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13444 * ext/theora/theoradec.c: (theora_dec_src_event),
13445 (theora_dec_src_getcaps), (theora_dec_sink_event),
13446 (theora_dec_push), (theora_dec_chain):
13447 * ext/vorbis/Makefile.am:
13448 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13449 (vorbis_dec_sink_event), (vorbis_dec_push),
13450 (vorbis_handle_data_packet):
13451 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13452 (gst_vorbisenc_chain):
13453 * gst/playback/gststreaminfo.c: (cb_probe):
13454 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13455 * gst/videorate/gstvideorate.c: (gst_videorate_event):
13456 * gst/videoscale/gstvideoscale.c:
13457 (gst_videoscale_handle_src_event):
13458 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13459 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13460 (gst_ximagesink_navigation_send_event):
13461 * sys/xvimage/xvimagesink.c:
13462 (gst_xvimagesink_navigation_send_event):
13463 Various event updates and cleanups
13465 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13467 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13468 Fix segfault for I420/YV12.
13470 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13472 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13475 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13477 * gst/playback/gstplaybin.c: (gen_video_element),
13478 (gen_audio_element):
13479 Switch to auto*sink elements as default sinks; add volume element
13480 so that volume control in totem works.
13482 2005-07-21 Wim Taymans <wim@fluendo.com>
13484 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13485 * gst/playback/gstplaybin.c: (setup_sinks),
13486 (gst_play_bin_change_state):
13487 Refcount fix and more comments.
13489 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13491 * sys/ximage/Makefile.am:
13492 * sys/ximage/ximage.c: (plugin_init):
13493 * sys/ximage/ximagesink.c:
13494 Prepare for adding ximagesrc, rename of plugin to ximage etc.
13497 2005-07-21 Wim Taymans <wim@fluendo.com>
13499 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13500 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13501 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13502 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13503 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13504 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13505 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13506 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13507 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13508 Generate correct disconts for live chained oggs.
13510 * gst-libs/gst/audio/gstbaseaudiosink.c:
13511 (gst_base_audio_sink_render),
13512 (gst_base_audio_sink_create_ringbuffer),
13513 (gst_base_audio_sink_change_state):
13514 Handle discont math correctly.
13516 * gst/playback/gstplaybin.c: (add_sink):
13517 Some small debug cleanup.
13519 2005-07-21 Wim Taymans <wim@fluendo.com>
13521 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13522 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13523 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13524 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13525 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13526 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13527 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13528 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13529 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13530 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13531 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13532 (gst_ogg_demux_change_state), (gst_ogg_print):
13533 Reorganize code to send the right disconts when in streaming
13536 2005-07-20 Andy Wingo <wingo@pobox.com>
13538 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13539 fix (?), fixes a seggie mcfalterson (#310894).
13541 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13543 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13544 (gst_ogg_mux_set_header_on_caps):
13545 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13546 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13547 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13548 * gst-libs/gst/audio/multichannel.c:
13549 (gst_audio_set_channel_positions),
13550 (gst_audio_set_structure_channel_positions_list):
13551 * gst/playback/gstdecodebin.c: (dynamic_create):
13552 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13553 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13554 Fixes for API changes in core.
13556 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13558 * gst/playback/gstplaybasebin.c: (fill_buffer):
13559 Use _new_custom() so we can set custom message types for buffering
13562 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13565 * gst-libs/gst/Makefile.am:
13566 * gst-libs/gst/gconf/.cvsignore:
13567 * gst-libs/gst/gconf/Makefile.am:
13568 * gst-libs/gst/gconf/test-gconf.c:
13569 * pkgconfig/Makefile.am:
13570 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13571 * pkgconfig/gstreamer-gconf.pc.in:
13572 Remove gconf stuff, use gconf elements instead from now on.
13574 2005-07-20 Wim Taymans <wim@fluendo.com>
13576 * gst-libs/gst/audio/TODO:
13577 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13578 (gst_audio_clock_get_internal_time):
13579 * gst-libs/gst/audio/gstaudioclock.h:
13580 * gst-libs/gst/audio/gstbaseaudiosink.c:
13581 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13582 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13583 (gst_base_audio_sink_render),
13584 (gst_base_audio_sink_create_ringbuffer),
13585 (gst_base_audio_sink_change_state):
13586 Make sure the audio clock always returns an increasing value.
13588 2005-07-19 Andy Wingo <wingo@pobox.com>
13590 * gst/videotestsrc/: Cleanups.
13592 2005-07-19 Wim Taymans <wim@fluendo.com>
13594 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13597 2005-07-19 Wim Taymans <wim@fluendo.com>
13599 * examples/seeking/seek.c: (make_dv_pipeline),
13600 (make_vorbis_theora_pipeline), (query_rates),
13601 (query_positions_elems), (query_positions_pads), (do_seek):
13602 Make correct DV pipeline.
13604 2005-07-18 Andy Wingo <wingo@pobox.com>
13606 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13607 default. Also because it's the only thing that really works. (This
13608 is used in the GConf elements).
13609 Use AS_LIBTOOL_TAGS.
13611 2005-07-18 Wim Taymans <wim@fluendo.com>
13613 * gst/playback/gstdecodebin.c: (remove_element_chain):
13614 * gst/playback/gstplaybin.c: (add_sink):
13615 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13616 (gst_stream_info_set_mute):
13617 * gst/playback/gststreamselector.c:
13618 (gst_stream_selector_get_linked_pad),
13619 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13620 More leak and compile fixes.
13622 2005-07-18 Wim Taymans <wim@fluendo.com>
13624 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13625 (query_rates), (query_positions_elems), (query_positions_pads),
13626 (do_seek), (seek_cb), (stop_seek):
13627 Updated seek example.
13629 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13630 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13631 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13632 * gst/playback/gstplaybin.c: (add_sink):
13633 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13634 (gst_stream_info_set_mute):
13635 Some refcount leak fixes.
13637 2005-07-16 Wim Taymans <wim@fluendo.com>
13639 * gst-libs/gst/audio/gstbaseaudiosink.c:
13640 (gst_base_audio_sink_render):
13641 Align samples even if we have roundoff errors in the
13642 timestamp conversion.
13644 2005-07-16 Wim Taymans <wim@fluendo.com>
13646 * docs/libs/tmpl/gstringbuffer.sgml:
13647 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13648 (query_rates), (query_positions_elems), (query_positions_pads),
13649 (update_scale), (do_seek):
13650 Updated seek example.
13652 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13653 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13654 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13655 (gst_ogg_demux_loop):
13656 Push out correct discont values.
13658 * ext/theora/theoradec.c: (theora_dec_src_convert),
13659 (theora_dec_sink_convert), (theora_dec_src_getcaps),
13660 (theora_dec_sink_event), (theora_handle_type_packet),
13661 (theora_handle_header_packet), (theora_dec_push),
13662 (theora_handle_data_packet), (theora_dec_chain),
13663 (theora_dec_change_state):
13664 Better timestamping.
13666 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13667 (vorbis_dec_sink_event), (vorbis_dec_push),
13668 (vorbis_handle_data_packet), (vorbis_dec_chain):
13669 * ext/vorbis/vorbisdec.h:
13670 Better timestamping.
13672 * gst-libs/gst/audio/gstbaseaudiosink.c:
13673 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13674 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13675 Handle syncing on timestamps instead of sample offsets. Make
13676 use of DISCONT values as described in design docs.
13678 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13679 (gst_base_audio_src_get_time):
13680 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13681 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13682 (gst_ring_buffer_read):
13683 * gst-libs/gst/audio/gstringbuffer.h:
13684 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13685 (gst_ximagesink_show_frame):
13686 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13687 Correcly convert buffer timestamp to stream time.
13689 2005-07-16 Wim Taymans <wim@fluendo.com>
13691 * gst/audioconvert/gstaudioconvert.c:
13692 (gst_audio_convert_get_buffer):
13693 Timestamp buffers correctly.
13695 * gst/playback/gstplaybin.c: (gen_video_element):
13696 Make internal fakesink silent.
13698 2005-07-15 Wim Taymans <wim@fluendo.com>
13700 * gst/ffmpegcolorspace/Makefile.am:
13701 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13702 (gst_ffmpegcsp_caps_remove_format_info),
13703 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13704 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13705 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13706 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13707 Ported ffmpegcolorspace to basetransform.
13709 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13710 * gst/volume/gstvolume.c: (volume_transform):
13713 2005-07-14 Wim Taymans <wim@fluendo.com>
13715 * gst/videotestsrc/Makefile.am:
13716 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13717 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13718 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13719 (gst_videotestsrc_init), (gst_videotestsrc_event),
13720 (gst_videotestsrc_create), (gst_videotestsrc_start),
13721 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13722 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13723 (gst_videotestsrc_get_property):
13724 * gst/videotestsrc/gstvideotestsrc.h:
13725 Make videotestsrc a pushsrc.
13727 2005-07-14 Wim Taymans <wim@fluendo.com>
13729 * gst/tcp/gstfdset.c: (gst_fdset_free):
13730 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13731 (gst_multifdsink_add), (gst_multifdsink_remove),
13732 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13733 (gst_multifdsink_remove_client_link),
13734 (gst_multifdsink_client_queue_data),
13735 (gst_multifdsink_client_queue_caps),
13736 (gst_multifdsink_client_queue_buffer),
13737 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13738 (gst_multifdsink_stop):
13739 * gst/tcp/gstmultifdsink.h:
13742 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13743 Also draw image when not from a pool.
13745 2005-07-14 Wim Taymans <wim@fluendo.com>
13747 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13748 (mute_stream), (silence_stream):
13749 Small debug additions.
13751 2005-07-14 Wim Taymans <wim@fluendo.com>
13753 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13754 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13755 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13756 Better error recovery, ignore unconnected pads and
13759 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
13761 * docs/libs/tmpl/gstaudio.sgml:
13762 * docs/libs/tmpl/gstcolorbalance.sgml:
13763 * docs/libs/tmpl/gstgconf.sgml:
13764 * docs/libs/tmpl/gstmixer.sgml:
13765 * docs/libs/tmpl/gstringbuffer.sgml:
13766 * docs/libs/tmpl/gsttuner.sgml:
13767 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13768 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13769 (gst_tcpclientsrc_class_init):
13770 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13771 (gst_tcpserversrc_class_init):
13772 * sys/v4l/gstv4lelement.c:
13773 more autistic cleanliness in functions/names/defines
13775 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
13778 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13779 added manually to each Makefile.am so we are sure it goes
13780 *last* and doesn't add -L flags before linking in libs of our
13781 own, like, say, internal .la libs, that then accidentally pick
13782 up the installed copy.
13783 * docs/libs/Makefile.am:
13784 * ext/alsa/Makefile.am:
13785 * ext/cdparanoia/Makefile.am:
13786 * ext/gnomevfs/Makefile.am:
13787 * ext/libvisual/Makefile.am:
13788 * ext/ogg/Makefile.am:
13789 * ext/theora/Makefile.am:
13790 * ext/vorbis/Makefile.am:
13791 * gst-libs/gst/video/Makefile.am:
13792 * gst/adder/Makefile.am:
13793 * gst/audioconvert/Makefile.am:
13794 * gst/audiorate/Makefile.am:
13795 * gst/audioscale/Makefile.am:
13796 * gst/ffmpegcolorspace/Makefile.am:
13797 * gst/playback/Makefile.am:
13798 * gst/sine/Makefile.am:
13799 * gst/subparse/Makefile.am:
13800 * gst/tags/Makefile.am:
13801 * gst/tcp/Makefile.am:
13802 * gst/typefind/Makefile.am:
13803 * gst/videorate/Makefile.am:
13804 * gst/videoscale/Makefile.am:
13805 * gst/videotestsrc/Makefile.am:
13806 * gst/volume/Makefile.am:
13807 * sys/v4l/Makefile.am:
13808 * sys/ximage/Makefile.am:
13809 * sys/xvimage/Makefile.am:
13810 adapt properly to this change. This should make sure that
13811 plugins and libs properly link to the as-yet-uninstalled
13812 copies of stuff like libgstinterfaces and libgstvideo
13814 2005-07-13 Andy Wingo <wingo@pobox.com>
13816 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13817 (gst_v4lsrc_fixate): Fixate on format as well.
13819 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
13820 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13821 buffer points to it.
13822 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13823 rather just doing X calls ourselves. Also fixes a memleak.
13825 2005-07-12 Andy Wingo <wingo@pobox.com>
13827 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
13828 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
13829 (gst_v4lsrc_create): Re-add the copy-mode property, default to
13830 TRUE to avoid deadlocks if an element holds on to our buffers.
13832 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
13834 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13835 (gst_sinesrc_init), (gst_sinesrc_create),
13836 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13837 (gst_sinesrc_start):
13838 * gst/sine/gstsinesrc.h:
13839 removing num-buffers property before moving it
13841 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
13844 use overridable ERROR_CFLAGS
13845 * docs/libs/gst-plugins-base-libs.types:
13846 * docs/libs/tmpl/gstringbuffer.sgml:
13847 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13848 (gst_alsasink_class_init):
13849 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13850 (gst_alsasrc_class_init):
13851 * gst-libs/gst/audio/audio.h:
13852 * gst-libs/gst/audio/gstaudioclock.h:
13853 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13854 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13855 (gst_audio_filter_link), (gst_audio_filter_init),
13856 (gst_audio_filter_chain), (gst_audio_filter_set_property),
13857 (gst_audio_filter_get_property),
13858 (gst_audio_filter_class_add_pad_templates):
13859 * gst-libs/gst/audio/gstaudiofilter.h:
13860 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13861 (gst_audio_filter_template_get_type),
13862 (gst_audio_filter_template_base_init),
13863 (gst_audio_filter_template_class_init),
13864 (gst_audio_filter_template_init),
13865 (gst_audio_filter_template_set_property),
13866 (gst_audio_filter_template_get_property), (plugin_init),
13867 (gst_audio_filter_template_setup),
13868 (gst_audio_filter_template_filter),
13869 (gst_audio_filter_template_filter_inplace):
13870 * gst-libs/gst/audio/gstaudiosink.c:
13871 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13872 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13873 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13874 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13875 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13876 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13877 * gst-libs/gst/audio/gstaudiosink.h:
13878 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13879 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13880 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13881 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13882 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13883 (gst_audio_src_class_init), (gst_audio_src_init),
13884 (gst_audio_src_create_ringbuffer):
13885 * gst-libs/gst/audio/gstaudiosrc.h:
13886 * gst-libs/gst/audio/gstbaseaudiosink.c:
13887 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13888 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13889 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13890 (gst_base_audio_sink_set_property),
13891 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13892 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13893 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13894 (gst_base_audio_sink_create_ringbuffer),
13895 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13896 * gst-libs/gst/audio/gstbaseaudiosink.h:
13897 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13898 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13899 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13900 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13901 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13902 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13903 (gst_base_audio_src_event), (gst_base_audio_src_create),
13904 (gst_base_audio_src_create_ringbuffer),
13905 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13906 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13907 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13908 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13909 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13910 (gst_ring_buffer_debug_spec_caps),
13911 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13912 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13913 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13914 (gst_ring_buffer_start), (gst_ring_buffer_pause),
13915 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13916 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13917 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13918 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13919 (gst_ring_buffer_clear):
13920 * gst-libs/gst/audio/gstringbuffer.h:
13921 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13922 (gst_video_sink_class_init), (gst_video_sink_get_type):
13923 * gst-libs/gst/video/videosink.h:
13924 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13925 (gst_multifdsink_class_init),
13926 (gst_multifdsink_handle_client_write),
13927 (gst_multifdsink_change_state):
13928 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13929 (gst_tcpclientsink_setcaps):
13930 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13931 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13932 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13933 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13934 (gst_ximagesink_send_pending_navigation),
13935 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13936 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13937 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13938 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13939 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13940 (gst_xvimagesink_send_pending_navigation),
13941 (gst_xvimagesink_navigation_send_event),
13942 (gst_xvimagesink_set_xwindow_id),
13943 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13944 (gst_xvimagesink_get_type):
13945 more macro splitting
13947 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
13949 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13950 plug a memleak, allows me to import 1479 albums in one go
13952 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13953 (vorbis_handle_type_packet), (vorbis_dec_chain),
13954 (vorbis_dec_change_state):
13955 fix some format strings
13957 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
13959 * docs/libs/tmpl/gstcolorbalance.sgml:
13960 * docs/libs/tmpl/gstmixer.sgml:
13961 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13962 (gst_alsasink_set_property), (gst_alsasink_get_property):
13963 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13964 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13965 add device property
13967 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
13969 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13970 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13971 (audiocast_register_listener), (audiocast_thread_run),
13972 (gst_gnomevfssrc_send_additional_headers_callback),
13973 (gst_gnomevfssrc_received_headers_callback),
13974 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13975 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13976 (gst_gnomevfssrc_get_size):
13977 add/clean up debugging
13978 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13981 2005-07-07 Andy Wingo <wingo@pobox.com>
13983 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13984 framerate. Need to get a handle on when exactly this function is
13987 * sys/v4l/v4lsrc_calls.h:
13988 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13989 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13990 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13992 * sys/v4l/v4l_calls.h: Cast to V4lElement.
13993 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13994 v4lelements are sources.
13996 * sys/v4l/gstv4lxoverlay.h:
13997 * sys/v4l/gstv4lxoverlay.c:
13998 * sys/v4l/gstv4ltuner.h:
13999 * sys/v4l/gstv4ltuner.c: Header loc fixen.
14001 * sys/v4l/gstv4lsrc.h:
14002 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14003 PushSrc/BaseSrc. Removed most sync-related properties, videorate
14004 or something should handle that. Made a live source.
14006 * sys/v4l/gstv4lelement.h:
14007 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14008 signals. Some cleanups.
14010 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14012 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14015 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14018 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14020 2005-07-07 Wim Taymans <wim@fluendo.com>
14022 * ext/theora/theoradec.c: (theora_get_query_types),
14023 (theora_dec_src_getcaps), (theora_dec_push):
14024 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14025 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14026 Remove deprecated/unused query types.
14028 2005-07-06 Wim Taymans <wim@fluendo.com>
14030 * ext/alsa/Makefile.am:
14031 * ext/alsa/gstalsaplugin.c: (plugin_init):
14032 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14033 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14034 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14035 (gst_alsasrc_class_init), (gst_alsasrc_init),
14036 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14037 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14038 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14039 (gst_alsasrc_reset):
14040 * ext/alsa/gstalsasrc.h:
14041 * gst-libs/gst/audio/Makefile.am:
14042 * gst-libs/gst/audio/gstaudiosink.c:
14043 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14044 (gst_audioringbuffer_start):
14045 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14046 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14047 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14048 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14049 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14050 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14051 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14052 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14053 * gst-libs/gst/audio/gstaudiosrc.h:
14054 * gst-libs/gst/audio/gstbaseaudiosink.c:
14055 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14056 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14057 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14058 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14059 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14060 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14061 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14062 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14063 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14064 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14065 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14066 (gst_baseaudiosrc_change_state):
14067 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14068 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14069 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14070 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14071 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14072 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14073 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14074 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14075 * gst-libs/gst/audio/gstringbuffer.h:
14076 Added audiosource base classes.
14077 Ported alsasrc, still very basic.
14079 2005-07-06 Wim Taymans <wim@fluendo.com>
14081 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14082 (theora_dec_push), (theora_handle_data_packet):
14083 Prepare for better timestamp fix later.
14085 * gst/audioconvert/gstaudioconvert.c:
14086 List most accurate caps first
14088 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14089 Use proper pad task function.
14091 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14092 (gst_xvimagesink_show_frame):
14093 Fix deadlock when alloc failed.
14095 2005-07-05 Andy Wingo <wingo@pobox.com>
14097 * ext/gnomevfs/gstgnomevfssrc.c:
14098 * gst/sine/gstsinesrc.c:
14099 * gst/tcp/gsttcpserversrc.c:
14100 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14102 * sys/v4l/: Port from 0.8.
14104 * Many files: Null if we got it....
14106 2005-07-05 Andy Wingo <wingo@pobox.com>
14108 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
14109 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14112 2005-07-05 Wim Taymans <wim@fluendo.com>
14115 * gst/tcp/Makefile.am:
14117 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14118 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14119 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14120 (is_sync_frame), (gst_multifdsink_handle_client_write),
14121 (gst_multifdsink_render), (gst_multifdsink_start),
14122 (gst_multifdsink_stop), (gst_multifdsink_change_state):
14123 * gst/tcp/gstmultifdsink.h:
14124 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14125 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14126 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14127 * gst/tcp/gsttcp.h:
14128 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14129 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14130 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14131 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14132 * gst/tcp/gsttcpclientsink.h:
14133 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14134 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14135 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14136 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14137 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14138 * gst/tcp/gsttcpclientsrc.h:
14139 * gst/tcp/gsttcpplugin.c: (plugin_init):
14140 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14141 * gst/tcp/gsttcpserversink.h:
14142 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14143 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14144 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14145 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14146 (gst_tcpserversrc_stop):
14147 * gst/tcp/gsttcpserversrc.h:
14148 * gst/tcp/gsttcpsink.c:
14149 * gst/tcp/gsttcpsink.h:
14150 * gst/tcp/gsttcpsrc.c:
14151 * gst/tcp/gsttcpsrc.h:
14152 Ported tcp plugins to 0.9.
14155 2005-07-05 Andy Wingo <wingo@pobox.com>
14157 * gst/playback/gstplaybasebin.c (fill_buffer):
14158 message_new_application fixen.
14160 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14163 2005-07-04 Wim Taymans <wim@fluendo.com>
14165 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14166 Set caps on output buffer.
14168 2005-07-04 Andy Wingo <wingo@pobox.com>
14170 * ext/gnomevfs/gstgnomevfssrc.c
14171 (gst_gnomevfssrc_received_headers_callback)
14172 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14175 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14176 No refcount leakage.
14178 * configure.ac: Enable -Werror.
14180 * ext/theora/theoradec.c (theora_dec_src_getcaps):
14181 * gst/audioconvert/bufferframesconvert.c
14182 (buffer_frames_convert_fixate):
14183 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14184 (gst_audio_convert_fixate):
14185 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14186 (gst_sinesrc_create): Fixate func changes.
14188 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14189 (gst_ximagesink_buffer_alloc): Unused var.
14191 2005-07-01 Andy Wingo <wingo@pobox.com>
14193 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14194 getcaps to do explicit caps. Needs to be done in all decoders,
14195 possibly via a base class.
14197 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14199 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14200 caps on the sink pad, just rely on the pad template. Also, setting
14201 ANY caps on a pad is not valid because the caps are not fixed.
14203 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14204 caps on the buffer, and get the width from the desired_caps if
14206 (gst_ximagesink_renegotiate_size): Implement via setting the
14207 desired_caps on the ximagesink.
14208 (gst_ximagesink_setcaps): Only reset the width of the player if it
14209 wasn't already set. Not sure if this is right.
14210 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14212 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14213 that the user wants. NULL unless the window has been resized.
14215 * gst/volume/gstvolume.c (volume_transform): Adapt to
14216 basetransform refcount changes.
14218 2005-07-01 Andy Wingo <wingo@pobox.com>
14220 * gst/videoscale/gstvideoscale.c:
14221 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14222 from BaseTransform, implements a transform_caps. Removed dead code
14223 including some PAR stuff that was never reached -- should probably
14224 be added back somehow.
14226 2005-07-01 Andy Wingo <wingo@pobox.com>
14228 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14231 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
14234 * docs/libs/Makefile.am:
14235 * docs/libs/gst-plugins-libs.types:
14236 * ext/alsa/Makefile.am:
14237 * ext/alsa/gstalsamixer.h:
14238 * ext/alsa/gstalsamixeroptions.h:
14239 * ext/alsa/gstalsamixertrack.h:
14240 * gst-libs/gst/Makefile.am:
14241 * gst-libs/gst/colorbalance/.cvsignore:
14242 * gst-libs/gst/colorbalance/Makefile.am:
14243 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14244 * gst-libs/gst/colorbalance/colorbalance.c:
14245 * gst-libs/gst/colorbalance/colorbalance.h:
14246 * gst-libs/gst/colorbalance/colorbalance.vcproj:
14247 * gst-libs/gst/colorbalance/colorbalancechannel.c:
14248 * gst-libs/gst/colorbalance/colorbalancechannel.h:
14249 * gst-libs/gst/interfaces/Makefile.am:
14250 * gst-libs/gst/interfaces/colorbalance.c:
14251 (gst_color_balance_class_init):
14252 * gst-libs/gst/interfaces/colorbalance.h:
14253 * gst-libs/gst/interfaces/interfaces-marshal.list:
14254 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14255 * gst-libs/gst/interfaces/mixer.h:
14256 * gst-libs/gst/interfaces/mixeroptions.h:
14257 * gst-libs/gst/interfaces/navigation.c:
14258 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14259 * gst-libs/gst/interfaces/tuner.h:
14260 * gst/volume/Makefile.am:
14261 * gst/volume/gstvolume.c:
14262 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14263 * sys/ximage/Makefile.am:
14264 * sys/ximage/ximagesink.c:
14265 * sys/xvimage/Makefile.am:
14266 * sys/xvimage/xvimagesink.c:
14267 fold in all interfaces into an interfaces dir, preserving CVS
14270 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14272 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14273 Fix build after riff changes.
14275 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14277 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14278 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14279 (gst_riff_create_video_template_caps),
14280 (gst_riff_create_audio_template_caps),
14281 (gst_riff_create_iavs_template_caps):
14282 * gst-libs/gst/riff/riff-media.h:
14283 * gst-libs/gst/riff/riff-read.h:
14284 * gst-libs/gst/riff/riff.c: (gst_riff_init):
14285 Add gst_riff_init() to initialize the debug category, instead
14286 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14288 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14290 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14291 Oops, I shouldn't apply hacks.
14293 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14295 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14296 Remove pad_loop function which doesn't work.
14298 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14300 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14301 Send EOS when deactivating.
14302 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14303 (check_queue), (queue_threshold_reached), (queue_out_of_data),
14304 (gen_preroll_element), (probe_triggered), (mute_stream),
14305 (silence_stream), (new_decoded_pad), (setup_substreams),
14306 (set_active_source):
14307 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14308 (remove_sinks), (add_sink):
14309 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14310 Change for new probe API.
14312 2005-06-29 Wim Taymans <wim@fluendo.com>
14314 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14315 * gst-libs/gst/audio/gstbaseaudiosink.c:
14316 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14317 (gst_baseaudiosink_change_state):
14318 * gst-libs/gst/audio/gstbaseaudiosink.h:
14319 * gst-libs/gst/audio/gstringbuffer.c:
14320 (gst_ringbuffer_set_callback):
14321 Fix compilation error.
14322 Ringbuffer starts out as not running.
14323 Free our clock in dispose.
14324 When releasing the ringbuffer we need to renegotiate so
14325 clear the pad caps.
14327 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
14331 * docs/Makefile.am:
14332 * docs/libs/Makefile.am:
14333 * docs/libs/gst-plugins-libs-docs.sgml:
14334 * docs/libs/gst-plugins-libs-sections.txt:
14335 * docs/libs/gst-plugins-libs.types:
14336 * docs/libs/tmpl/gstaudio.sgml:
14337 * docs/libs/tmpl/gstcolorbalance.sgml:
14338 * docs/libs/tmpl/gstringbuffer.sgml:
14339 * gst-libs/gst/audio/gstringbuffer.c:
14340 (gst_ringbuffer_set_callback):
14341 reinstate gtk-doc docs for plugin libs
14343 2005-06-28 Wim Taymans <wim@fluendo.com>
14345 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14346 (gst_ogg_demux_init):
14347 Removed pad loop function.
14349 2005-06-28 Wim Taymans <wim@fluendo.com>
14351 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14352 If we're building a chain we are not in an error case
14353 when we queue a buffer.
14355 2005-06-28 Andy Wingo <wingo@pobox.com>
14357 * *.c: Don't cast to GstObject before reffing/unreffing.
14359 2005-06-27 Andy Wingo <wingo@pobox.com>
14361 * gst/videotestsrc/gstvideotestsrc.c
14362 (gst_videotestsrc_activate_push): Activation API changes.
14364 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
14365 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14366 they have refs on the decodebin.
14368 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14370 (gst_ogg_pad_typefind): Don't leak a pad ref.
14371 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14372 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
14373 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14375 2005-06-27 Edward Hervey <edward@fluendo.com>
14377 * ext/theora/theoradec.c: (theora_dec_change_state):
14378 re-arranged call to parent's state change in order to avoid locks (or
14381 2005-06-26 Edward Hervey <edward@fluendo.com>
14383 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14384 2nd argument of 'unknow-type' signal is a GstCaps and not a
14387 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
14388 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14389 Set the worker thread's running flag to TRUE before starting the
14391 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14392 Catch a failure to add typefind to the bin.
14394 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
14396 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14397 (gst_sinesrc_init), (gst_sinesrc_create),
14398 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14399 (gst_sinesrc_start):
14400 * gst/sine/gstsinesrc.h:
14401 add num-buffers and timestamp-offset properties
14402 * gst/videotestsrc/gstvideotestsrc.c:
14403 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14404 (gst_videotestsrc_get_property):
14405 add timestamp-offset property
14407 2005-06-23 Christian Schaller <uraeus@gnome.org>
14409 * configure.ac: add videorate
14410 * gst-plugins-base.spec.in: add videorate
14412 2005-06-23 Wim Taymans <wim@fluendo.com>
14414 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14415 (gst_videorate_getcaps), (gst_videorate_setcaps),
14416 (gst_videorate_event), (gst_videorate_chain):
14417 Fixed videorate, fixating an already fixated caps is not
14420 2005-06-23 Wim Taymans <wim@fluendo.com>
14423 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14424 Buffer on caps is not boxed anymore.
14426 2005-06-22 Wim Taymans <wim@fluendo.com>
14428 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14429 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14430 Set buffers on caps as miniobjects and not as boxed.
14432 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14437 === release 0.9.1 ===
14439 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14460 updates for release
14462 2005-06-09 Andy Wingo <wingo@pobox.com>
14464 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14466 2005-06-09 Andy Wingo <wingo@pobox.com>
14469 * gst-libs/gst/Makefile.am:
14470 * gst-libs/gst/net/Makefile.am:
14471 Add gstnet to build.
14473 2005-06-09 Andy Wingo <wingo@pobox.com>
14475 * gst-libs/gst/gconf/gconf.c:
14476 * gst/playback/test.c:
14477 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14480 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14482 * ext/theora/theoraenc.c (theora_enc_chain):
14483 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14485 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14488 2005-06-02 Wim Taymans <wim@fluendo.com>
14490 * gst-libs/gst/net/Makefile.am:
14491 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14492 * pkgconfig/gstreamer-libs.pc.in:
14493 Added net stuff, version net lib.
14495 2005-06-02 Wim Taymans <wim@fluendo.com>
14497 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14498 (query_rates), (query_positions_elems), (query_positions_pads),
14500 Updated seek example.
14502 2005-06-02 Andy Wingo <wingo@pobox.com>
14504 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14505 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14508 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14509 remove the typefind, the bin dispose will do it for us. When it's
14510 removed and unreffed, the signal handler will be disconnected,
14512 (unlinked): It's too difficult to disconnect from unlinked
14513 handlers, as they are on pads not elements. Just punt if the pads
14514 aren't grandkids of the bin.
14516 2005-06-02 Wim Taymans <wim@fluendo.com>
14519 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14520 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14521 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14522 * ext/theora/theoradec.c: (theora_dec_src_query),
14523 (theora_handle_data_packet):
14524 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14525 (theora_enc_chain):
14526 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14527 (vorbis_handle_data_packet):
14528 * gst/audioconvert/bufferframesconvert.c:
14529 (buffer_frames_convert_chain):
14530 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14531 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14532 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14533 (gst_ffmpegcsp_chain):
14534 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14535 (gst_videorate_getcaps), (gst_videorate_setcaps),
14536 (gst_videorate_event), (gst_videorate_chain):
14537 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14538 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14539 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14540 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14541 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14542 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14543 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14544 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14545 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14546 Cleanups and buffer alloc.
14548 2005-05-31 Wim Taymans <wim@fluendo.com>
14550 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14551 Don't try to call the delay method when the device is not
14554 2005-05-31 Wim Taymans <wim@fluendo.com>
14556 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14557 Get actual segment size and buffer size after opening
14560 2005-05-30 Wim Taymans <wim@fluendo.com>
14562 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14563 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14564 Also FLUSH upstream, makes the loop function exit faster.
14566 * ext/theora/theoradec.c: (theora_dec_src_query):
14567 Some more debug info in the query.
14569 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14570 (gst_ximagesink_setcaps):
14571 Release lock on par error, better error reporting.
14573 2005-05-26 Wim Taymans <wim@fluendo.com>
14575 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14576 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14577 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14578 Clear chains in READY
14579 Queue packets until the chain is activated.
14581 2005-05-25 Wim Taymans <wim@fluendo.com>
14583 * gst-libs/gst/audio/gstaudiosink.c:
14584 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14585 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14586 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14587 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14588 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14589 (gst_audiosink_create_ringbuffer):
14590 * gst-libs/gst/audio/gstbaseaudiosink.c:
14591 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14592 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14593 (gst_baseaudiosink_set_property), (build_linear_format),
14594 (debug_spec_caps), (debug_spec_buffer),
14595 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14596 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14597 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14598 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14599 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14600 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14601 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14602 (gst_ringbuffer_play), (gst_ringbuffer_pause),
14603 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14604 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14605 (wait_segment), (gst_ringbuffer_commit),
14606 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14607 (gst_ringbuffer_clear):
14608 Various small cleanups.
14610 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14611 (gst_audio_convert_change_state):
14612 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14613 No need to take the locks anymore.
14615 2005-05-25 Wim Taymans <wim@fluendo.com>
14617 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14618 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14619 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14621 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14622 (group_destroy), (group_commit), (queue_overrun),
14623 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14624 (mute_stream), (new_decoded_pad), (setup_substreams),
14625 (setup_source), (mute_group_type), (set_active_source),
14626 (gst_play_base_bin_change_state):
14627 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14628 (gen_video_element), (gen_text_element), (gen_audio_element),
14629 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14630 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14631 (gst_stream_info_dispose), (gst_stream_info_set_mute):
14632 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14633 Some playbin cleanups mostly refcounting sloppyness.
14635 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14637 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14638 Work with streaming input.
14640 2005-05-25 Wim Taymans <wim@fluendo.com>
14642 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14643 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14644 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14645 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14646 No need to take the STREAM lock anymore.
14648 2005-05-25 Wim Taymans <wim@fluendo.com>
14650 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14651 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14652 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14653 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14654 (gst_ogg_demux_sink_activate):
14655 * ext/theora/theoradec.c: (theora_dec_src_event),
14656 (theora_handle_comment_packet), (theora_dec_chain),
14657 (theora_dec_change_state):
14658 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14659 (vorbis_handle_data_packet), (vorbis_dec_chain),
14660 (vorbis_dec_change_state):
14661 Remove STREAM locks as they are taken in core now.
14662 Never set bogus granulepos on vorbis/theora.
14663 Fix leaks in theoradec tag parsing.
14665 2005-05-25 Wim Taymans <wim@fluendo.com>
14667 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14668 Fix memleaks, GST_BUFFER_DATA() is not freed.
14670 2005-05-25 Wim Taymans <wim@fluendo.com>
14672 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14673 Open non-blocking, set to blocking mode afterwards to avoid
14674 lockups when audio device is busy.
14676 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14678 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14679 This can't be good.
14681 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14683 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14684 (gst_audio_convert_chain), (gst_audio_convert_link_src),
14685 (gst_audio_convert_setcaps):
14686 Implement instant setup switching.
14688 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14690 * gst/playback/gstplaybasebin.c: (probe_triggered):
14691 Fix missing unlock.
14692 * gst/playback/gstplaybin.c: (add_sink):
14693 First add, then link (otherwise pad link fails).
14695 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14697 * examples/Makefile.am:
14698 fix buildbot (make distcheck)
14700 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14702 * gst/playback/gstplaybin.c: (gen_vis_element):
14703 Remove some wrong code. Doesn't work yet.
14705 2005-05-19 Wim Taymans <wim@fluendo.com>
14707 * gst-libs/gst/net/Makefile.am:
14708 * gst-libs/gst/net/README:
14709 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14710 (gst_netbuffer_class_init), (gst_netbuffer_init),
14711 (gst_netbuffer_finalize), (gst_netbuffer_copy),
14712 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14713 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14714 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14715 * gst-libs/gst/net/gstnetbuffer.h:
14716 Added buffer subclass to store extra to/from addresses for
14717 network sources/sinks.
14719 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14721 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14722 Don't lock an unassigned variable.
14724 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14726 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14727 Increase buffer for video, decrease buffer for other media types.
14728 * gst/playback/gstplaybin.c: (gen_video_element),
14729 (gen_audio_element):
14730 Change names for debugging purposes.
14732 2005-05-18 Wim Taymans <wim@fluendo.com>
14734 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14735 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14736 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14737 (gst_ffmpegcsp_chain):
14738 Enable buffer alloc passthrough if the source and dest
14739 formats are the same.
14741 2005-05-17 Wim Taymans <wim@fluendo.com>
14743 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14744 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14745 (gst_ogg_demux_chain_unlocked):
14746 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14747 (gst_audio_convert_caps_remove_format_info),
14748 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14749 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14750 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14751 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14752 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14753 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14754 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14755 (gst_ffmpegcsp_get_property):
14756 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14757 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14758 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14759 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14760 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14761 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14762 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14763 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14764 Leak fixes in oggdemux.
14765 Some cleanups in audioconvert.
14766 Make passthrough work along with buffer_alloc etc.
14767 Make buffer_alloc and buffer recycling actually work in
14770 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
14772 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14773 make the compiler happy
14775 2005-05-17 Wim Taymans <wim@fluendo.com>
14777 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14778 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14779 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14780 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14781 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14782 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14783 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14784 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14785 (gst_xvimagesink_set_xwindow_id):
14786 * sys/xvimage/xvimagesink.h:
14787 Port xvimagesink to new MiniObject.
14789 2005-05-17 Wim Taymans <wim@fluendo.com>
14791 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14792 (gst_audiofilter_chain):
14793 * gst-libs/gst/audio/gstaudiosink.c:
14794 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14795 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14796 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14797 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14798 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14799 (gst_audiosink_create_ringbuffer):
14800 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14801 (gst_audio_convert_caps_remove_format_info),
14802 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14803 (gst_audio_convert_fixate), (gst_audio_convert_channels):
14804 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14805 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14806 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14807 Fix passthrough in ffmpegcolorspace.
14808 Fix memset in audiosink on wrong memory.
14810 2005-05-16 David Schleef <ds@schleef.org>
14812 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14815 2005-05-16 David Schleef <ds@schleef.org>
14817 Port from GstData to GstMiniObject.
14818 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14819 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14820 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14821 (gst_ogg_mux_collected):
14822 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14823 * ext/theora/theoradec.c: (theora_handle_comment_packet),
14824 (theora_handle_data_packet):
14825 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14826 (theora_set_header_on_caps), (theora_enc_chain):
14827 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14828 (vorbis_handle_comment_packet):
14829 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14830 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14831 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14832 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14833 * gst/audioconvert/gstaudioconvert.c:
14834 (gst_audio_convert_get_buffer):
14835 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14836 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14837 (mute_stream), (silence_stream):
14838 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14839 * gst/volume/gstvolume.c: (volume_transform):
14840 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14841 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14842 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14843 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14844 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14845 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14846 (gst_ximagesink_buffer_alloc):
14847 * sys/ximage/ximagesink.h:
14849 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14851 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14852 (fill_buffer), (check_queue), (queue_threshold_reached),
14853 (queue_out_of_data):
14854 * gst/playback/gstplaybasebin.h:
14855 Post buffer-fullness on the bus.
14857 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14859 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14861 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14862 (group_commit), (probe_triggered), (setup_source),
14863 (gst_play_base_bin_change_state):
14864 * gst/playback/gstplaybasebin.h:
14865 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14866 (gst_play_bin_init), (remove_sinks), (setup_sinks),
14867 (gst_play_bin_change_state):
14868 Move setup_output_pads into a virtual function, remove
14869 group-switch (no longer needed) and redirect (handled by bus
14872 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14874 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14875 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14876 (get_active_group), (get_building_group), (group_destroy),
14877 (group_commit), (check_queue), (queue_overrun),
14878 (queue_threshold_reached), (queue_out_of_data),
14879 (gen_preroll_element), (remove_groups), (unknown_type),
14880 (add_element_stream), (no_more_pads), (probe_triggered),
14881 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14882 (setup_substreams), (setup_source), (finish_source),
14883 (prepare_output), (muted_group_change_state),
14884 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14885 (gst_play_base_bin_change_state):
14886 * gst/playback/gstplaybasebin.h:
14887 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14888 (gst_play_bin_init), (gst_play_bin_set_property),
14889 (gen_video_element), (gen_text_element), (gen_audio_element),
14890 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14891 (gst_play_bin_change_state):
14892 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14893 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14894 (stream_info_change_state), (gst_stream_info_set_mute),
14895 (gst_stream_info_get_property):
14896 * gst/playback/gststreaminfo.h:
14897 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14898 (gst_stream_selector_get_linked_pad),
14899 (gst_stream_selector_getcaps),
14900 (gst_stream_selector_get_linked_pads),
14901 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14902 * gst/playback/gststreamselector.h:
14903 Rough port of playbin. Needs some more work, but is mostly done,
14904 and uses a few locks in important places, which should make stuff
14905 like chain-switches clean. Still uses GST_STATE() in a few places,
14906 which isn't all that good an idea, subtitles/elements disabled
14907 because no elements to test with and thus probably broken, query
14908 and event handling moved to GstBin, internal thread removed
14909 alltogether because the pipeline does that for us now. Can play
14910 Ogg/Vorbis files. Haven't tested anything else yet.
14912 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14914 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14915 Do no-more-pads (needed for autoplugging).
14917 2005-05-10 Andy Wingo <wingo@pobox.com>
14919 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14920 message to the bus with the tags. Still not sent downstream tho.
14922 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14924 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14925 avoid refcounting hassles.
14927 2005-05-09 Andy Wingo <wingo@pobox.com>
14929 * gst/volume/Makefile.am:
14930 * gst/volume/demo.c
14931 * gst/volume/gstvolume.h
14932 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14933 basetransform. Probably need an audio filter base class.
14935 2005-05-09 Wim Taymans <wim@fluendo.com>
14937 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14938 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14939 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14940 (gst_vorbisenc_chain):
14941 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14942 (gst_audio_convert_caps_remove_format_info),
14943 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14944 (gst_audio_convert_fixate), (gst_audio_convert_channels):
14945 Make caps writable before writing to it.
14946 Fix negotiation in audioconvert some more.
14948 2005-05-09 Wim Taymans <wim@fluendo.com>
14950 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14951 (gst_videorate_getcaps), (gst_videorate_setcaps),
14952 (gst_videorate_event), (gst_videorate_chain):
14953 Better negotiation.
14955 2005-05-09 Wim Taymans <wim@fluendo.com>
14957 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14958 (gst_videorate_getcaps), (gst_videorate_setcaps),
14959 (gst_videorate_blank_data), (gst_videorate_init),
14960 (gst_videorate_event), (gst_videorate_chain),
14961 (gst_videorate_change_state):
14962 Port videorate, do a better job at negotiation while we're at
14965 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
14970 * examples/Makefile.am:
14971 * gst-libs/gst/audio/Makefile.am:
14972 * gst-libs/gst/riff/Makefile.am:
14973 * gst-libs/gst/tag/Makefile.am:
14974 * gst-libs/gst/video/Makefile.am:
14975 Fixups for missing variables.
14977 2005-05-09 Wim Taymans <wim@fluendo.com>
14979 * examples/seeking/seek.c: (make_theora_pipeline),
14980 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14981 (query_rates), (query_positions_elems), (query_positions_pads),
14982 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14983 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14984 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14985 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14986 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14987 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14988 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14989 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14990 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14991 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14992 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14993 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14994 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14995 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14996 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14997 (theora_dec_src_convert), (theora_dec_sink_convert),
14998 (theora_dec_src_query), (theora_dec_sink_query),
14999 (theora_dec_src_event), (theora_dec_sink_event),
15000 (theora_handle_comment_packet), (theora_handle_type_packet),
15001 (theora_handle_header_packet), (theora_handle_data_packet),
15002 (theora_dec_chain):
15003 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15004 (vorbis_dec_convert), (vorbis_dec_src_query),
15005 (vorbis_dec_sink_query), (vorbis_dec_src_event),
15006 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15007 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15008 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15009 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15010 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15011 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15012 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15013 (gst_play_bin_query):
15014 * gst/playback/test3.c: (update_scale):
15015 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15016 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15017 * gst/subparse/gstsubparse.c: (gst_subparse_init):
15018 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15019 (gst_videotestsrc_src_query):
15020 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15021 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15022 (paint_hline_YUV9):
15023 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15024 Port to new query API.
15026 Cleanups in x[v]imagesink
15028 2005-05-09 Andy Wingo <wingo@pobox.com>
15030 * ext/alsa/gstalsasink.h:
15031 * ext/gnomevfs/gstgnomevfssrc.c:
15032 (gst_gnomevfssrc_get_icy_metadata):
15033 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15034 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15035 * ext/theora/theoradec.c (theora_dec_src_query)
15036 (theora_dec_src_event, theora_dec_sink_event)
15037 (theora_handle_comment_packet, theora_handle_data_packet):
15038 * ext/theora/theoraenc.c (theora_enc_chain):
15039 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15040 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15041 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15042 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15044 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15045 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15046 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15047 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15048 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15049 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15050 (paint_setup_xBGR8888, paint_setup_RGBx8888)
15051 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15052 (paint_setup_RGB565, paint_setup_xRGB1555):
15053 * gst/videotestsrc/videotestsrc.h:
15054 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15055 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15056 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15059 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15060 gst_pad_query_position. Fixes oggdemux.
15062 2005-05-08 David Schleef <ds@schleef.org>
15064 * configure.ac: Require liboil.
15065 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15067 * gst/videotestsrc/videotestsrc.c:
15068 * gst/videotestsrc/videotestsrc.h:
15070 2005-05-06 Wim Taymans <wim@fluendo.com>
15072 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15073 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15074 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15075 Well, unreffing a buffer right before pushing it is asking
15078 2005-05-06 Christian Schaller <uraeus@gnome.org>
15080 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15082 2005-05-06 Wim Taymans <wim@fluendo.com>
15084 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15085 (gst_audio_convert_caps_remove_format_info),
15086 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15087 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15088 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15089 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15090 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15091 * gst/sine/Makefile.am:
15092 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15093 (gst_sinesrc_class_init), (gst_sinesrc_init),
15094 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15095 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15096 (gst_sinesrc_update_freq):
15097 * gst/sine/gstsinesrc.h:
15098 * gst/tcp/gstmultifdsink.c:
15099 * sys/xvimage/xvimagesink.c:
15100 Fixed negotiation wrt _peer_get_caps()
15104 2005-05-06 Wim Taymans <wim@fluendo.com>
15106 * gst-libs/gst/audio/gstaudiosink.c:
15107 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15108 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15109 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15110 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15111 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15112 (gst_audiosink_create_ringbuffer):
15113 * gst-libs/gst/audio/gstbaseaudiosink.c:
15114 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15115 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15116 (gst_baseaudiosink_set_property), (build_linear_format),
15117 (debug_spec_caps), (debug_spec_buffer),
15118 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15119 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15120 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15121 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15122 * gst-libs/gst/audio/gstbaseaudiosink.h:
15123 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15124 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15125 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15126 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15127 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15128 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15129 (wait_segment), (gst_ringbuffer_commit),
15130 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15131 (gst_ringbuffer_clear):
15132 * gst-libs/gst/audio/gstringbuffer.h:
15133 Make the base audiosink return an error when there is no
15134 audiobuffer negotiated.
15136 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15139 Disable cdparanoia until someone ports it!
15141 2005-05-06 Wim Taymans <wim@fluendo.com>
15143 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15144 (gst_ogg_demux_sink_activate):
15145 And revert after wingo's revert.. sigh..
15147 2005-05-05 Andy Wingo <wingo@pobox.com>
15149 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15151 * configure.ac: Return audiorate and subparse from the ghetto.
15152 Re-enable -Wall -Werror.
15153 * gst/subparse/gstsubparse.c:
15154 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15155 or chain-based. Cleaned up a bit. Not tested.
15157 2005-05-05 Christian Schaller <christian@fluendo.com>
15159 * Makefile.am: remove stuff that is not building
15160 * configure.ac: remove stuff that is not building
15161 * examples/Makefile.am: remove stuff that is not building
15162 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15163 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15164 * sys/Makefile.am: remove stuff that is not building
15165 * testsuite/Makefile.am: remove stuff that is not building
15167 2005-05-05 Andy Wingo <wingo@pobox.com>
15169 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15170 * gst-libs/gst/tag/gstvorbistag.c:
15171 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15172 * gst/adder/gstadder.h:
15173 * gst/audioconvert/gstchannelmix.c:
15174 (gst_audio_convert_fill_one_other):
15175 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15176 (gst_audiorate_init), (gst_audiorate_chain):
15177 * gst/playback/gstplaybasebin.c: (setup_source):
15178 * gst/playback/test3.c: (update_scale):
15196 2005-05-05 Wim Taymans <wim@fluendo.com>
15198 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15199 (gst_audio_convert_caps_remove_format_info),
15200 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15201 (gst_audio_convert_change_state), (gst_audio_convert_channels):
15202 * gst/videotestsrc/gstvideotestsrc.c:
15203 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15204 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15205 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15206 (gst_videotestsrc_init), (gst_videotestsrc_loop):
15207 Don't ignore _push() return values.
15208 Make sure no processing is done when shutting down.
15209 Videotestsrc pad activation fix.
15211 2005-05-05 Wim Taymans <wim@fluendo.com>
15213 * gst/adder/Makefile.am:
15214 * gst/adder/gstadder.c: (gst_adder_setcaps),
15215 (gst_adder_class_init), (gst_adder_init),
15216 (gst_adder_request_new_pad), (gst_adder_collected),
15217 (gst_adder_change_state):
15218 * gst/adder/gstadder.h:
15219 Ported adder as an example of a mixer element using
15220 collect pads. Needs more negotiation work.
15222 2005-05-05 Wim Taymans <wim@fluendo.com>
15224 * ext/theora/theoradec.c: (_inc_granulepos),
15225 (theora_dec_src_event), (theora_dec_sink_event),
15226 (theora_handle_comment_packet), (theora_handle_type_packet),
15227 (theora_handle_header_packet), (theora_handle_data_packet),
15228 (theora_dec_chain):
15229 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15230 (gst_theora_enc_init), (theora_enc_sink_setcaps),
15231 (theora_push_buffer), (theora_push_packet),
15232 (theora_enc_sink_event), (theora_enc_chain),
15233 (theora_enc_change_state), (theora_enc_set_property),
15234 (theora_enc_get_property):
15235 Added stream lock to decoder so that we can serialize
15237 More theoraenc porting, recover from errors, do clean
15240 2005-05-05 Wim Taymans <wim@fluendo.com>
15242 * ext/ogg/Makefile.am:
15244 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15245 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15247 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15248 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15249 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15250 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15251 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15252 (gst_ogg_mux_change_state):
15255 2005-05-05 Wim Taymans <wim@fluendo.com>
15257 * docs/design-audiosinks.txt:
15258 * gst-libs/gst/audio/TODO:
15259 * gst-libs/gst/audio/gstaudiosink.c:
15260 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15261 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15262 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15263 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15264 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15265 (gst_audiosink_create_ringbuffer):
15266 * gst-libs/gst/audio/gstbaseaudiosink.c:
15267 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15268 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15269 (gst_baseaudiosink_set_property), (build_linear_format),
15270 (debug_spec_caps), (debug_spec_buffer),
15271 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15272 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15273 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15274 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15275 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15276 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15277 (gst_ringbuffer_release), (gst_ringbuffer_play),
15278 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15279 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15280 (gst_ringbuffer_set_sample), (wait_segment),
15281 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15282 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15283 More work on the audiosink, mostly debugging and a race in
15286 2005-04-28 Wim Taymans <wim@fluendo.com>
15288 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15289 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15290 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15291 (vorbis_dec_src_query), (vorbis_dec_src_event),
15292 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15293 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15294 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15295 Don't crap out when seeking back to position 0.
15297 2005-04-28 Wim Taymans <wim@fluendo.com>
15299 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15300 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15301 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15302 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15303 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15304 Make audio sink configurable, use alsasink as default.
15306 2005-04-28 Wim Taymans <wim@fluendo.com>
15308 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15309 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15310 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15311 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15312 (vorbis_dec_change_state):
15313 * ext/vorbis/vorbisdec.h:
15314 Refactor, use STREAM_LOCK.
15316 2005-04-28 Wim Taymans <wim@fluendo.com>
15318 * ext/theora/theoradec.c: (_inc_granulepos),
15319 (theora_dec_sink_event), (theora_handle_comment_packet),
15320 (theora_handle_type_packet), (theora_handle_header_packet),
15321 (theora_handle_data_packet), (theora_dec_chain),
15322 (theora_dec_change_state):
15323 Refactor a bit, use STREAM_LOCK.
15325 2005-04-28 Wim Taymans <wim@fluendo.com>
15327 * ext/alsa/Makefile.am:
15328 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15329 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15330 (gst_alsa_link), (gst_alsa_close_audio):
15331 * ext/alsa/gstalsaplugin.c: (plugin_init):
15332 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15333 (gst_alsasink_dispose), (gst_alsasink_base_init),
15334 (gst_alsasink_class_init), (gst_alsasink_init),
15335 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15336 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15337 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15338 (gst_alsasink_reset):
15339 * ext/alsa/gstalsasink.h:
15340 Implement alsasink with simple open/write/close API.
15341 Make alsa dir build by disabling compilation of code.
15343 2005-04-28 Wim Taymans <wim@fluendo.com>
15345 * gst-libs/gst/audio/Makefile.am:
15346 * gst-libs/gst/audio/audio.h:
15347 * gst-libs/gst/audio/audioclock.c:
15348 * gst-libs/gst/audio/audioclock.h:
15349 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15350 (gst_audio_clock_class_init), (gst_audio_clock_init),
15351 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15352 * gst-libs/gst/audio/gstaudioclock.h:
15353 * gst-libs/gst/audio/gstaudiosink.c:
15354 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15355 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15356 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15357 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15358 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15359 (gst_audiosink_create_ringbuffer):
15360 * gst-libs/gst/audio/gstbaseaudiosink.c:
15361 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15362 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15363 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15364 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15365 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15366 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15367 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15368 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15369 * gst-libs/gst/audio/gstbaseaudiosink.h:
15370 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15371 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15372 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15373 (gst_ringbuffer_release), (gst_ringbuffer_play),
15374 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15375 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15376 (gst_ringbuffer_set_sample), (wait_segment),
15377 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15378 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15379 * gst-libs/gst/audio/gstringbuffer.h:
15380 Make ringbuffer faster and more simple by removing the locks
15381 in the playback thread.
15382 Add sample accurate playback based on buffer sample offsets.
15383 Make the baseaudiosink provide a clock.
15384 Parse caps in the base class.
15385 Correctly handle seeking, flushing and state changes.
15387 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
15390 * gst/audioconvert/Makefile.am:
15391 * gst/audioscale/Makefile.am:
15392 Fix part of the build. Come on guys, autogen didn't even work :)
15394 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15397 * gst-libs/gst/Makefile.am:
15398 * gst-libs/gst/media-info/.cvsignore:
15399 * gst-libs/gst/media-info/Makefile.am:
15400 * gst-libs/gst/media-info/README:
15401 * gst-libs/gst/media-info/media-info-priv.c:
15402 * gst-libs/gst/media-info/media-info-priv.h:
15403 * gst-libs/gst/media-info/media-info-test.c:
15404 * gst-libs/gst/media-info/media-info.c:
15405 * gst-libs/gst/media-info/media-info.h:
15406 * gst-libs/gst/media-info/media-info.vcproj:
15407 * pkgconfig/Makefile.am:
15408 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15409 * pkgconfig/gstreamer-media-info.pc.in:
15410 Remove media-info, which is also successed by playbin (see Totem
15413 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15416 * examples/Makefile.am:
15417 * examples/gstplay/.cvsignore:
15418 * examples/gstplay/Makefile.am:
15419 * examples/gstplay/player.c:
15420 * gst-libs/gst/Makefile.am:
15421 * gst-libs/gst/play/.cvsignore:
15422 * gst-libs/gst/play/Makefile.am:
15423 * gst-libs/gst/play/play.c:
15424 * gst-libs/gst/play/play.h:
15425 * gst-libs/gst/play/play.vcproj:
15426 * pkgconfig/Makefile.am:
15427 * pkgconfig/gstreamer-play-uninstalled.pc.in:
15428 * pkgconfig/gstreamer-play.pc.in:
15429 Remove libgstplay, playbin is now the official successor.
15431 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15434 * gst-libs/gst/Makefile.am:
15435 * gst-libs/gst/xwindowlistener/Makefile.am:
15436 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15437 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15438 Remove deprecated xwindowlistener (I've moved xwindowlistening
15439 in the v4l/v4l2 plugins over to serverside).
15441 2005-04-25 David Schleef <ds@schleef.org>
15443 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15444 to examples/dynparams. Examples do not belong interspersed with
15446 * examples/dynparams/demo-dparams.c:
15447 * gst/sine/Makefile.am:
15448 * gst/sine/demo-dparams.c:
15450 2005-04-25 David Schleef <ds@schleef.org>
15452 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15453 * gst-libs/gst/audio/Makefile.am:
15454 * gst-libs/gst/riff/Makefile.am:
15455 * gst-libs/gst/tag/Makefile.am:
15456 * gst-libs/gst/video/Makefile.am:
15457 * gst-libs/gst/xwindowlistener/Makefile.am:
15459 Convert to 0.9 API, seems to work:
15460 * sys/ximage/Makefile.am:
15461 * sys/ximage/ximagesink.c:
15463 2005-04-24 David Schleef <ds@schleef.org>
15465 Link plugins against libraries:
15466 * ext/alsa/Makefile.am:
15467 * gst/tcp/Makefile.am:
15469 Remove asm code that should be in liboil
15470 * gst/videoscale/Makefile.am:
15471 * gst/videoscale/videoscale_x86_asm.s:
15473 gettext wants these checked in:
15489 2005-04-24 David Schleef <ds@schleef.org>
15491 Convert gst_main() to g_main_loop_run()
15492 * gst/playback/decodetest.c: (main):
15493 * gst/playback/test2.c: (main):
15494 * gst/playback/test3.c: (main):
15495 * gst/playback/test4.c: (main):
15497 Link plugins against libraries:
15498 * ext/libvisual/Makefile.am:
15499 * sys/xvimage/Makefile.am:
15501 2005-04-24 David Schleef <ds@schleef.org>
15503 * configure.ac: Remove idct and resample libs
15504 * gst-libs/gst/Makefile.am: same
15506 Remove usage of gst_library_load():
15507 * ext/alsa/gstalsaplugin.c: (plugin_init):
15508 * ext/libvisual/visual.c: (plugin_init):
15509 * ext/ogg/gstogg.c: (plugin_init):
15510 * ext/theora/theora.c: (plugin_init):
15511 * ext/vorbis/vorbis.c: (plugin_init):
15512 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15513 * gst/audioscale/gstaudioscale.c:
15514 * gst/adder/gstadder.c: (plugin_init):
15515 * gst/audioconvert/plugin.c: (plugin_init):
15516 * sys/ximage/ximagesink.c: (plugin_init):
15517 * sys/xvimage/xvimagesink.c: (plugin_init):
15518 * gst/tcp/gsttcpplugin.c: (plugin_init):
15520 Link plugins against libraries:
15521 * ext/ogg/Makefile.am:
15522 * ext/theora/Makefile.am:
15523 * ext/vorbis/Makefile.am:
15524 * gst/audioconvert/Makefile.am:
15526 Create proper libraries:
15527 * gst-libs/gst/riff/Makefile.am:
15528 * gst-libs/gst/audio/Makefile.am:
15529 * gst-libs/gst/video/Makefile.am:
15531 Move resample library to audioscale plugin directory:
15532 * gst-libs/gst/resample/Makefile.am:
15533 * gst-libs/gst/resample/README:
15534 * gst-libs/gst/resample/dtof.c:
15535 * gst-libs/gst/resample/dtos.c:
15536 * gst-libs/gst/resample/functable.c:
15537 * gst-libs/gst/resample/private.h:
15538 * gst-libs/gst/resample/resample.c:
15539 * gst-libs/gst/resample/resample.h:
15540 * gst-libs/gst/resample/resample.vcproj:
15541 * gst-libs/gst/resample/test.c:
15542 * gst/audioscale/Makefile.am:
15543 * gst/audioscale/README:
15544 * gst/audioscale/dtof.c:
15545 * gst/audioscale/dtos.c:
15546 * gst/audioscale/functable.c:
15547 * gst/audioscale/private.h:
15548 * gst/audioscale/resample.c:
15549 * gst/audioscale/resample.h:
15550 * gst/audioscale/test.c:
15552 Move tagedit library to gst-libs:
15553 * gst-libs/gst/tag/Makefile.am:
15554 * gst-libs/gst/tag/gstid3tag.c:
15555 * gst-libs/gst/tag/gsttagediting.c:
15556 * gst-libs/gst/tag/gsttageditingprivate.h:
15557 * gst-libs/gst/tag/gstvorbistag.c:
15558 * gst/tags/Makefile.am:
15559 * gst/tags/gstid3tag.c:
15560 * gst/tags/gstvorbistag.c:
15562 Fix for core changes:
15563 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15564 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15565 (gst_sinesrc_getrange):
15567 2005-04-23 David Schleef <ds@schleef.org>
15569 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
15570 in gst-plugins in a long time, and properly belongs in liboil.
15571 * gst-libs/gst/idct/Makefile.am:
15572 * gst-libs/gst/idct/README:
15573 * gst-libs/gst/idct/dct.h:
15574 * gst-libs/gst/idct/doieee:
15575 * gst-libs/gst/idct/fastintidct.c:
15576 * gst-libs/gst/idct/floatidct.c:
15577 * gst-libs/gst/idct/idct.c:
15578 * gst-libs/gst/idct/idct.h:
15579 * gst-libs/gst/idct/idtc.vcproj:
15580 * gst-libs/gst/idct/ieeetest.c:
15581 * gst-libs/gst/idct/intidct.c:
15583 2005-04-20 Wim Taymans <wim@fluendo.com>
15585 * docs/design-audiosinks.txt:
15586 * gst-libs/gst/audio/Makefile.am:
15587 * gst-libs/gst/audio/TODO:
15588 * gst-libs/gst/audio/gstaudiosink.c:
15589 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15590 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15591 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15592 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15593 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15594 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15595 (gst_audiosink_class_init), (gst_audiosink_init),
15596 (gst_audiosink_create_ringbuffer):
15597 * gst-libs/gst/audio/gstaudiosink.h:
15598 * gst-libs/gst/audio/gstbaseaudiosink.c:
15599 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15600 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15601 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15602 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15603 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15604 (gst_baseaudiosink_create_ringbuffer),
15605 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15606 * gst-libs/gst/audio/gstbaseaudiosink.h:
15607 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15608 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15609 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15610 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15611 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15612 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15613 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15614 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15615 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15616 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15617 * gst-libs/gst/audio/gstringbuffer.h:
15618 An attempt at a set of audio base classes together with some
15621 2005-04-20 Wim Taymans <wim@fluendo.com>
15623 * gst/audioconvert/Makefile.am:
15624 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15625 (gst_audio_convert_caps_remove_format_info),
15626 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15627 (gst_audio_convert_channels):
15628 Link against audio libs.
15629 Fix audio convert plugin.
15631 2005-04-20 Wim Taymans <wim@fluendo.com>
15633 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15634 (gst_ogg_demux_sink_activate):
15635 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15636 (theora_set_header_on_caps), (theora_enc_sink_event),
15637 (theora_enc_chain):
15638 Fix theora encoder.
15640 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15642 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15643 * gst/playback/gstdecodebin.c: (find_compatibles):
15644 Work with staticpadtemplates in elementfactories.
15646 2005-04-12 Wim Taymans <wim@fluendo.com>
15648 * gst/playback/README:
15649 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15650 (compare_ranks), (print_feature), (gst_decode_bin_init),
15651 (dynamic_create), (dynamic_free), (find_compatibles),
15652 (mimetype_is_raw), (close_pad_link), (got_redirect),
15653 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15654 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15655 (gst_decode_bin_change_state):
15656 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15657 (gst_play_base_bin_init), (group_destroy), (group_commit),
15658 (check_queue), (queue_overrun), (queue_threshold_reached),
15659 (queue_out_of_data), (gen_preroll_element), (unknown_type),
15660 (new_decoded_pad), (setup_subtitle), (gen_source_element),
15661 (got_redirect), (setup_source), (play_base_eos),
15662 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15663 (gst_play_base_bin_remove_element):
15664 * gst/playback/gstplaybasebin.h:
15665 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15666 (gst_play_bin_init), (gst_play_bin_dispose),
15667 (gst_play_bin_set_property), (gen_video_element),
15668 (gen_text_element), (gen_audio_element), (remove_sinks),
15669 (gst_play_bin_send_event):
15670 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15671 (stream_info_change_state), (gst_stream_info_set_mute):
15672 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15673 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15674 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15675 (gst_stream_selector_chain):
15676 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15678 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15679 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15680 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15681 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15682 Raw and crude port of decodebin.
15683 Make playbin compile.
15685 2005-04-06 Wim Taymans <wim@fluendo.com>
15687 * ext/gnomevfs/Makefile.am:
15688 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15689 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15690 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15691 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15692 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15693 (gst_gnomevfssrc_stop):
15694 * ext/ogg/Makefile.am:
15695 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15696 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15697 * ext/theora/Makefile.am:
15698 * ext/theora/theoradec.c: (_inc_granulepos),
15699 (theora_dec_sink_event), (theora_dec_chain):
15700 * ext/vorbis/Makefile.am:
15701 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15702 (vorbis_dec_sink_event), (vorbis_dec_chain):
15703 * gst-libs/gst/audio/Makefile.am:
15704 * sys/xvimage/Makefile.am:
15705 Make gnomevfssrc extend the source base class.
15706 Fix linking against libs in various plugins.
15708 2005-04-06 Andy Wingo <wingo@pobox.com>
15710 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15713 * configure.ac: Add check and AC_SUBST for libgstbase.
15715 2005-03-31 Wim Taymans <wim@fluendo.com>
15717 * examples/seeking/Makefile.am:
15718 * examples/seeking/cdparanoia.c: (main):
15719 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15720 (play_cb), (pause_cb), (stop_cb), (main):
15721 * examples/seeking/playbin.c:
15722 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15723 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15724 (make_sid_pipeline), (make_vorbis_pipeline),
15725 (make_theora_pipeline), (make_vorbis_theora_pipeline),
15726 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15727 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15728 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15729 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15731 * examples/seeking/spider_seek.c:
15732 * examples/seeking/vorbisfile.c:
15733 * ext/gnomevfs/Makefile.am:
15734 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15735 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15736 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15737 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15738 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15739 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15740 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15741 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15743 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15744 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15745 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15746 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15747 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15748 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15749 (gst_ogg_pad_event), (gst_ogg_pad_reset),
15750 (gst_ogg_demux_factory_filter), (compare_ranks),
15751 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15752 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15753 (gst_ogg_chain_new), (gst_ogg_chain_free),
15754 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15755 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15756 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15757 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15758 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15759 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15760 (gst_ogg_demux_get_prev_page),
15761 (gst_ogg_demux_deactivate_current_chain),
15762 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15763 (gst_ogg_demux_bisect_forward_serialno),
15764 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15765 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15766 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15767 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15768 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15769 (gst_ogg_demux_change_state), (gst_ogg_print):
15770 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15771 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15772 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15773 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15774 (gst_ogg_mux_loop):
15775 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15776 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15777 (theora_dec_src_convert), (theora_dec_sink_convert),
15778 (theora_dec_src_query), (theora_dec_src_event),
15779 (theora_dec_sink_event), (theora_dec_chain),
15780 (theora_dec_change_state):
15781 * ext/theora/theoraenc.c: (gst_theora_enc_init),
15782 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15783 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15784 (theora_enc_change_state):
15785 * ext/vorbis/Makefile.am:
15786 * ext/vorbis/oggvorbisenc.c:
15787 * ext/vorbis/oggvorbisenc.h:
15788 * ext/vorbis/vorbis.c: (plugin_init):
15789 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15790 (vorbis_dec_src_query), (vorbis_dec_src_event),
15791 (vorbis_dec_sink_event), (vorbis_dec_chain),
15792 (vorbis_dec_change_state):
15793 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15794 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15795 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15796 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15797 (gst_vorbisenc_change_state):
15798 * ext/vorbis/vorbisenc.h:
15799 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15800 * gst-libs/gst/audio/audioclock.c:
15801 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15802 (gst_audiofilter_init), (gst_audiofilter_chain):
15803 * gst-libs/gst/audio/testchannels.c: (main):
15804 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15805 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15806 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15807 (gmip_find_track_streaminfo), (gmip_find_track_format):
15808 * gst-libs/gst/media-info/media-info.c:
15809 (gst_media_info_read_idler):
15810 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15811 (gst_play_get_all_by_interface):
15812 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15813 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15814 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15815 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15816 (gst_riff_parse_info):
15817 * gst-libs/gst/riff/riff-read.h:
15818 * gst-libs/gst/riff/riff.c: (plugin_init):
15819 * gst-libs/gst/video/Makefile.am:
15820 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15821 (gst_videosink_class_init), (gst_videosink_get_type):
15822 * gst-libs/gst/video/videosink.h:
15823 * gst/audioconvert/bufferframesconvert.c:
15824 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15825 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15826 * gst/audioconvert/channelmixtest.c: (main):
15827 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15828 (gst_audio_convert_chain),
15829 (gst_audio_convert_caps_remove_format_info),
15830 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15831 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15832 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15833 (gst_audio_convert_buffer_to_default_format),
15834 (gst_audio_convert_buffer_from_default_format),
15835 (gst_audio_convert_channels):
15836 * gst/audioconvert/gstchannelmix.h:
15837 * gst/ffmpegcolorspace/avcodec.h:
15838 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15839 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15840 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15841 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15842 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15843 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15844 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15845 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15846 (mpeg_video_type_find), (mpeg_video_stream_type_find),
15848 * gst/videotestsrc/gstvideotestsrc.c:
15849 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15850 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15851 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15852 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15853 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15854 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15855 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15856 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15857 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15858 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15859 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15860 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15861 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15862 (gst_xvimagesink_navigation_send_event),
15863 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15864 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15865 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15866 * sys/xvimage/xvimagesink.h:
15867 Plugin port to 0.9, ogg/theora playback should work in the seek
15869 Removed old examples.
15870 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15871 explained in 0.9 TODO doc.
15874 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
15896 * testsuite/Makefile.am:
15897 remove a whole bunch of plugins. This module now contains a set
15898 of free reference plugins/elements as agreed.
15900 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
15903 hunting season on 0.9 is now OPEN
15905 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15907 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15908 Kick the hell out of gcc for not warning me about a symbol conflict.
15910 2005-02-22 Luca Ognibene <luogni@tin.it>
15912 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
15914 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15915 Don't leak caps string (fixes #168134)
15917 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15918 (gst_jpegenc_init), (gst_jpegenc_finalize),
15919 (gst_jpegenc_change_state):
15920 Don't leak line buffers and context struct (fixes #168133).
15922 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
15925 * ext/dirac/gstdiracdec.cc:
15926 (gst_diracdec_chain):
15927 Since dirac 0.5.0 the framerate in dirac is expressed as a
15928 rational number. Fix build and up requirement to 0.5.0, and
15929 also pass parameters to gst_diracdec_link in the right order
15932 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
15934 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15935 * ext/faad/gstfaad.h:
15936 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
15937 certain invalid muxed streams, where some packets will contain
15938 junk after decoder data. Partially fixes #149158.
15940 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
15941 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15942 Make sure we only write to writable buffers
15944 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
15946 * gst-libs/gst/riff/riff-media.c:
15947 (gst_riff_create_audio_caps_with_data):
15948 Do actually fix invalid RIFF fmt header values for alaw
15949 and mulaw audio instead of just saying so.
15951 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15952 Give gst_riff_create_audio_caps_with_data() a chance to
15953 fix up broken format header fields before extracting any
15954 parameters from the header. (fixes #167633)
15956 2005-02-19 Martin Holters <martin.holters@gmx.de>
15958 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
15960 * gst/audioconvert/bufferframesconvert.c:
15961 (buffer_frames_convert_link):
15962 Don't leak othercaps. (fixes #167878)
15964 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
15967 * ext/libvisual/visual.c: (gst_visual_srclink),
15968 (gst_visual_change_state):
15969 Support libvisual 0.2.0.
15971 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
15973 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15974 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15975 Use same rowstrides for I420 as used everywhere else.
15977 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
15979 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15980 Declare variables at beginning of block and make gcc-2.95 happy
15981 (fixes # 167482, patch by Gergely Nagy).
15983 * gst/tcp/gsttcpclientsrc.c:
15984 * gst/tcp/gsttcpclientsrc.h:
15985 Move some includes into the header, so that struct sockaddr_in is
15986 defined when it should be defined on FreeBSD as well (fixes
15989 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15990 Don't pass uninitialised values to setsockopt() here either.
15992 2005-02-17 Luca Ognibene <luogni at tin dot it>
15994 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
15996 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15997 Don't pass uninitialised values to setsockopt(). (fixes #167704)
15999 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16001 * gst/playback/gstplaybin.c: (add_sink):
16002 Invert bin_add/link order to workaround deadlock in opt.
16004 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16006 * gst/modplug/gstmodplug.cc:
16007 Add missing break causing position queries to fail.
16009 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16011 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16012 Granpos can apparently be -1, which screws up calculations...
16014 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
16016 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16017 (gst_ximagesink_send_pending_navigation),
16018 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16019 (gst_ximagesink_init):
16020 * sys/ximage/ximagesink.h:
16021 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16022 (gst_xvimagesink_send_pending_navigation),
16023 (gst_xvimagesink_navigation_send_event),
16024 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16025 * sys/xvimage/xvimagesink.h:
16026 Use a mutex protected list to marshal navigation
16027 events into the stream thread from whichever thread
16030 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
16032 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16033 Display current position and track length; misc. clean-ups.
16035 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16036 (speed_init), (speed_chain):
16037 Add query function, so that the stream length and current position
16038 get adjusted when queried (note that current position queries may
16039 still be wrong if the audio sink returns values based on buffer
16040 timestamps instead of passing on the query).
16042 2005-02-13 Benjamin Otte <otte@gnome.org>
16044 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16045 (gst_audio_convert_channels):
16046 create channel conversion matrix when linking
16047 * gst/audioconvert/.cvsignore:
16048 * gst/audioconvert/Makefile.am:
16049 * gst/audioconvert/channelmixtest.c: (main):
16050 add (ugly) test that ensures stereo <=> mono conversion works
16053 2005-02-13 Benjamin Otte <otte@gnome.org>
16055 * gst/audioconvert/gstchannelmix.h:
16056 include missing header file
16057 * gst/audioconvert/gstchannelmix.c:
16058 (gst_audio_convert_fill_compatible):
16059 use same sign for both channels when converting to/from compatible
16060 channel. Previously used different signs made the signals cancel
16061 each other out and appear like silence. (fixes #167269)
16063 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16065 * gst/ffmpegcolorspace/avcodec.h:
16066 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16067 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16068 (gst_ffmpegcsp_avpicture_fill):
16069 * gst/ffmpegcolorspace/imgconvert.c:
16070 Convert to and from YV12 (fixes #156379).
16072 2005-02-12 Julien MOUTTE <julien@moutte.net>
16074 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16075 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16076 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16077 (gst_ximagesink_expose), (gst_ximagesink_set_property),
16078 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16079 methods from chain and negotiation and vice versa (Fixes #166142).
16080 * sys/ximage/ximagesink.h: Add stream_lock.
16081 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16082 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16083 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16084 (gst_xvimagesink_expose): Check for xcontext before trying to link.
16086 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16088 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16089 Don't send "Hey! You gave me a NULL pointer you naughty person" as
16090 error message when we can't open the DVD device (when dvdnav_open()
16091 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16092 the above). Send something more useful instead (fixes #167117).
16094 2005-02-11 Julien MOUTTE <julien@moutte.net>
16096 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16097 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16098 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16099 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16100 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16101 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16102 methods from chain and negotiation and vice versa (Fixes #166142).
16103 Fix a possible bug of images in the buffer pool being discarded because
16104 we are looking at the wrong geometry.
16105 * sys/xvimage/xvimagesink.h: Add stream_lock.
16107 2005-02-11 David Schleef <ds@schleef.org>
16109 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16110 unsigned int. (fixes #167128)
16112 2005-02-11 David Schleef <ds@schleef.org>
16114 * gst/librfb/Makefile.am: Testing stuff before committing is
16115 for wimps... and people with fast machines. Fix stupid
16118 2005-02-11 David Schleef <ds@schleef.org>
16120 * configure.ac: Pull in librfb from my CVS tree, because it is
16121 too small and annoying to be separate. Move rfbsrc plugin
16124 * ext/librfb/Makefile.am:
16125 * ext/librfb/gstrfbsrc.c:
16126 * gst/librfb/Makefile.am:
16127 * gst/librfb/gstrfbsrc.c:
16128 * gst/librfb/rfb.c:
16129 * gst/librfb/rfb.h:
16130 * gst/librfb/rfbbuffer.c:
16131 * gst/librfb/rfbbuffer.h:
16132 * gst/librfb/rfbbytestream.c:
16133 * gst/librfb/rfbbytestream.h:
16134 * gst/librfb/rfbcontext.h:
16135 * gst/librfb/rfbdecoder.c:
16136 * gst/librfb/rfbdecoder.h:
16137 * gst/librfb/rfbutil.h:
16139 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
16141 * gst/speed/Makefile.am:
16142 * gst/speed/demo-mp3.c: (main):
16143 * gst/speed/filter.func:
16144 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16145 (speed_class_init), (speed_init), (speed_chain_int16),
16146 (speed_chain_float32), (speed_chain), (speed_set_property),
16147 (speed_get_property), (speed_change_state):
16148 * gst/speed/gstspeed.h:
16149 Fix speed element and make it chain-based (fixes #156467),
16150 and make it handle more than one channel.
16152 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
16154 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16155 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16156 (gst_dtsdec_chain), (gst_dtsdec_change_state):
16157 * ext/dts/gstdtsdec.h:
16158 Don't clobber the stack constructing the channels array.
16159 Make the element chain-based. DTS tracks can now be played.
16161 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
16163 * gst-libs/gst/audio/multichannel.h:
16164 * gst-libs/gst/gconf/gconf.h:
16165 * gst-libs/gst/idct/idct.h:
16166 * gst-libs/gst/media-info/media-info-priv.h:
16167 * gst-libs/gst/play/play.h:
16168 * gst-libs/gst/resample/private.h:
16169 * gst-libs/gst/resample/resample.h:
16170 * gst-libs/gst/riff/riff-ids.h:
16171 * gst-libs/gst/video/video.h:
16172 * gst-libs/gst/video/videosink.h:
16173 Add G_BEGIN_DECLS and G_END_DECLS around headers where
16174 missing, so that they work when included from C++ code.
16176 2005-02-09 David Schleef <ds@schleef.org>
16178 * testsuite/gst-lint: Check for non-statically scoped
16179 parent_class variables. This won't be a problem once
16180 plugins are loaded with RTLD_LOCAL.
16182 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16184 * ext/mplex/gstmplexibitstream.cc:
16187 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16189 * ext/ogg/gstogmparse.c:
16190 * gst/debug/gstnavigationtest.c:
16191 Die, thou faulty symbol pollutors (non-static parent_class).
16193 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16195 * ext/mplex/gstmplexibitstream.cc:
16196 Fix event handling (#165525).
16198 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16200 * ext/mikmod/gstmikmod.c:
16201 * gst/modplug/gstmodplug.cc:
16202 Add missing endianness to template (fixes #165509).
16204 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16206 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16207 Fix wrong order of reading of optional bytes (#165290).
16209 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16211 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16212 Implement FILLER event awareness.
16214 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16216 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16217 Fix track calculations (#166208).
16219 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16221 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16223 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16224 * ext/libpng/gstpngenc.c:
16225 Fix byte-order, use proper fixed caps. Fixes #164197.
16227 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16232 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16233 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16234 Don't push buffers if the src pad isn't negotiated yet.
16236 * gst/audioconvert/gstaudioconvert.c:
16237 (gst_audio_convert_buffer_to_default_format),
16238 (gst_audio_convert_buffer_from_default_format):
16239 Add support for 24-bit width.
16241 * gst/dvdlpcmdec/.cvsignore:
16242 * gst/dvdlpcmdec/Makefile.am:
16243 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16244 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16245 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16246 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16248 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16249 New decoder for rearranging DVD LPCM into our audio/x-raw-int
16250 format. Needs support for the channels maps if someone can find
16251 a DVD LPCM track with > 2 channels.
16253 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16254 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16255 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16256 * gst/mpegstream/gstdvddemux.h:
16257 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16258 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16259 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16260 * gst/mpegstream/gstmpegdemux.h:
16261 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16262 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16263 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16264 (gst_mpeg_parse_handle_src_query),
16265 (gst_mpeg_parse_handle_src_event):
16266 Use audio/x-dvd-lpcm for LPCM output.
16269 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16271 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16273 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16274 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16275 Add BGRA handling (#165736).
16277 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
16279 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16281 * gst/law/alaw-decode.c: (alawdec_link):
16282 * gst/law/alaw-encode.c: (alawenc_link):
16283 * gst/law/mulaw-decode.c: (mulawdec_link):
16284 * gst/law/mulaw-encode.c: (mulawenc_link):
16285 Fix caps memleaks (#166600).
16287 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
16289 * ext/tarkin/mem.h:
16290 * ext/tarkin/wavelet.h:
16291 * ext/tarkin/yuv.h:
16292 * gst/ffmpegcolorspace/avcodec.h:
16293 Include "_stdint.h" instead of <stdint.h>. Fixes build on
16294 systems that don't have stdint.h, like Solaris9 (fixes #166631).
16296 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16298 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16299 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16300 (gst_xvimagesink_change_state):
16301 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16302 Xv video (and thereby regenerate Xv colourkey) in clear() so
16303 that PLAY -> READY -> PLAY works (fixes #162504).
16305 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16307 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16308 Switch to list instead of range, since MJPEG-devices really just
16309 support decimations, not any size.
16311 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16312 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16313 (gst_mpeg2dec_reset), (free_all_buffers),
16314 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16315 * ext/mpeg2dec/gstmpeg2dec.h:
16316 The libmpeg2 user-allocated buffer management is awkward,
16317 to say the least. Hopefully this fixes things.
16319 2005-02-04 Andy Wingo <wingo@pobox.com>
16321 * gst/audioconvert/bufferframesconvert.c
16322 (buffer_frames_convert_fixate): New function, fixates to 256
16323 frames per buffer by default. (Much better than 1.)
16324 (buffer_frames_convert_init): Set the fixate function for both src
16326 (buffer_frames_convert_link): After success setting nonfixed caps,
16327 get the negotiated caps so we can know how many buffer-frames it
16328 will be. No idea how this worked at all before.
16330 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16332 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16333 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16334 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16335 (handle_sequence), (handle_picture):
16336 * ext/mpeg2dec/gstmpeg2dec.h:
16337 Rearrange buffer tracking and refcounting and refactor
16338 a little for readability.
16340 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
16341 * sys/v4l/gstv4l.c: (plugin_init):
16342 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16343 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16344 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16345 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16346 * sys/v4l/gstv4ljpegsrc.h:
16347 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16348 * sys/v4l/v4l_calls.h:
16349 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16350 (gst_v4lsrc_get_fps):
16351 * sys/v4l/v4lsrc_calls.h:
16352 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16353 you jpeg inside rgb frames" driver.
16354 Don't error in the v4lsrc link function, just return
16357 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16359 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16360 (gst_qcamsrc_open):
16361 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16363 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16365 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16366 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16368 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16370 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16371 Reset negotiated state on PAUSED->READY.
16373 2005-02-02 David Schleef <ds@schleef.org>
16375 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16376 whereever possible. (Fixes #165997)
16377 * examples/capsfilter/capsfilter1.c: (main):
16378 * examples/dynparams/filter.c: (create_ui):
16379 * examples/seeking/cdparanoia.c: (get_track_info), (main):
16380 * examples/seeking/chained.c: (main):
16381 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16382 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16383 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16384 (make_mpeg_pipeline), (make_mpegnt_pipeline):
16385 * examples/seeking/spider_seek.c: (make_spider_pipeline):
16386 * examples/switch/switcher.c: (main):
16387 * ext/dv/demo-play.c: (main):
16388 * ext/faad/gstfaad.c: (gst_faad_change_state):
16389 * ext/mad/gstmad.c: (gst_mad_chain):
16390 * ext/smoothwave/demo-osssrc.c: (main):
16391 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16392 (gst_gconf_render_bin_from_description),
16393 (gst_gconf_get_default_audio_sink),
16394 (gst_gconf_get_default_video_sink),
16395 (gst_gconf_get_default_audio_src),
16396 (gst_gconf_get_default_video_src),
16397 (gst_gconf_get_default_visualization_element):
16398 * gst/level/demo.c: (main):
16399 * gst/level/plot.c: (main):
16400 * gst/playback/gstplaybin.c: (gen_video_element),
16401 (gen_audio_element):
16402 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16403 * gst/playondemand/demo-mp3.c: (setup_pipeline):
16404 * gst/sine/demo-dparams.c: (main):
16405 * gst/spectrum/demo-osssrc.c: (main):
16406 * gst/speed/demo-mp3.c: (main):
16407 * gst/volume/demo.c: (main):
16408 * testsuite/embed/embed.c: (main):
16410 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16412 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16413 (gst_tcpclientsink_finalize):
16414 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16415 (gst_tcpclientsrc_finalize):
16416 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16417 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16418 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16419 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16420 Don't leak the hostname when shutting down.
16421 In tcpserversrc, take a copy of the default hostname.
16423 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16425 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16426 Set caps to systemstream=TRUE.
16428 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16430 * testsuite/Makefile.am:
16431 Fix more OSX buildbots.
16433 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16435 * ext/mpeg2dec/gstmpeg2dec.c:
16436 Don't send things to NULL PAD_PEERs
16438 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16439 Copy-on-write the incoming buffer.
16441 * gst/mpegstream/gstdvddemux.h:
16442 * gst/mpegstream/gstmpegclock.h:
16443 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16444 (normal_seek), (gst_mpeg_demux_handle_src_event):
16445 * gst/mpegstream/gstmpegdemux.h:
16446 * gst/mpegstream/gstmpegpacketize.h:
16447 * gst/mpegstream/gstmpegparse.c:
16448 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16449 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16450 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16451 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16452 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16453 * gst/mpegstream/gstmpegparse.h:
16454 * gst/mpegstream/gstrfc2250enc.h:
16455 Various changes to the way time is computed that make seeking and
16456 total time estimation much better here.
16457 Use G_BEGIN/END_DECLS instead of __cplusplus
16459 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16460 Use gst_buffer_stamp instead of only copying the TIMESTAMP
16462 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16464 * gst/subparse/gstsubparse.c:
16467 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16469 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16470 (theora_enc_chain), (theora_enc_change_state):
16471 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16472 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16473 (gst_vorbisenc_change_state):
16474 * ext/vorbis/vorbisenc.h:
16475 Set granulepos and timestamp correctly for streams not
16476 starting at 0, taking into account the initial delay.
16478 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16480 * gst/mpegstream/gstdvddemux.c:
16481 Add audio/x-dts to audio pad template caps
16483 2005-01-30 David Schleef <ds@schleef.org>
16485 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16486 (create_context), (gst_polypsink_link): Fix silly endianness
16487 bug. Add some debugging. Remove float from caps; it doesn't
16488 work. Attempt to get remote audio working.
16490 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16492 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16495 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16497 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16498 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16499 (gst_avi_demux_stream_data):
16500 * gst/avi/gstavidemux.h:
16501 Invert DIB images. Fixes #132341.
16503 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16505 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16506 (gst_ffmpegcsp_chain):
16507 D'oh, reference the palette data, not the palette structure.
16508 Fixes color distortion in #132341.
16510 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16512 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16513 PAR can be non-fixed when not provided as argument (#162626).
16515 2005-01-29 David Moore <dcm@acm.org>
16517 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16519 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16520 (gst_qtdemux_loop_header):
16521 Re-apply patch from #142272 that allows non-seekable sources,
16522 re-proposed by Daniel Drake <dsd@gentoo.org>.
16524 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16526 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16527 Use the src template for creating the src pad (#162330).
16529 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16532 * ext/musepack/Makefile.am:
16533 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16534 (gst_musepackdec_init), (gst_musepackdec_dispose),
16535 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16536 (gst_musepack_stream_init), (gst_musepackdec_loop),
16537 (gst_musepackdec_change_state):
16538 * ext/musepack/gstmusepackdec.cpp:
16539 * ext/musepack/gstmusepackdec.h:
16540 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16541 (gst_musepack_reader_read), (gst_musepack_reader_seek),
16542 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16543 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16544 * ext/musepack/gstmusepackreader.cpp:
16545 * ext/musepack/gstmusepackreader.h:
16546 Update to 1.1 API (#165446).
16548 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16553 2005-01-28 Andy Wingo <wingo@pobox.com>
16555 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16556 to reflect a different dubious internet source. Add a reference
16557 and some commentary.
16559 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16561 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16562 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16563 * gst/playback/gststreamselector.h:
16564 Be more selective when we're redoing caps negotiation from
16565 within the chain function on a stream change.
16567 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16571 * ext/amrnb/Makefile.am:
16572 * ext/amrnb/amrnb.c: (plugin_init):
16573 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16574 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16575 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16576 (gst_amrnbdec_state_change):
16577 * ext/amrnb/amrnbdec.h:
16578 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16579 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16580 (gst_amrnbparse_init), (gst_amrnbparse_formats),
16581 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16582 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16583 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16584 * ext/amrnb/amrnbparse.h:
16585 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16586 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16587 Add AMR-NB/-WB raw formats.
16588 * ext/alsa/gstalsa.c: (gst_alsa_link):
16589 Keep valid time when changing format.
16590 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16591 (qtdemux_parse_trak):
16592 Add some more format-specific options (#140141, #143555, #155163).
16594 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16596 * gst/matroska/matroska-demux.c:
16597 (gst_matroska_demux_parse_blockgroup):
16598 Fix logic error in timing of subtitle stream synchronization.
16599 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16600 Add skip-chunk, which is found in kodak-camera streams.
16602 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
16606 Adding Vietnamese translation (submitted by Clytie Siddall)
16608 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16610 * gst/playback/gstdecodebin.c: (try_to_link_1):
16611 Use realpad for signal.
16613 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16615 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16616 Fix category so decodebin picks it up.
16618 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16620 * ext/mad/Makefile.am:
16621 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16622 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16623 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16624 (found_type), (gst_id3demux_bin_change_state):
16625 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16626 (gst_id3_tag_init), (gst_id3_tag_handle_event),
16627 (gst_id3_tag_src_link), (gst_id3_tag_chain),
16628 (gst_id3_tag_change_state), (plugin_init):
16629 * ext/mad/gstmad.h:
16630 Add id3demuxbin (which is a simple bin consisting of id3demux
16631 and typefind), take over rank from id3demux, remove typefind
16632 code from id3demux. Makes all broken mp3s that I know of work,
16633 and thereby fixes #152688.
16635 2005-01-27 Edward Hervey <bilboed@bilboed.com>
16637 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16639 * ext/mad/gstmad.c: (gst_mad_src_event):
16640 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16641 Allow seeks on audio pad, make mad forward those (#164826).
16642 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16643 Set duration (#165335).
16645 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16647 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16648 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16649 (gst_asf_demux_process_ext_content_desc),
16650 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16651 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16652 * gst/asfdemux/gstasfdemux.h:
16653 Improve metadata display, e.g. if the metadata comes before the
16654 streams are loaded (which is perfectly valid).
16656 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16658 * tools/gst-launch-ext-m.m:
16659 Fix AVI/ASF pipelines (#165340).
16661 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
16662 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
16663 build failure on amd64
16665 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
16667 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16668 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16669 Check environment variables GST_ID3V2_TAG_ENCODING,
16670 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16671 list of character encodings to force interpretation of non-unicode
16672 strings stored in an ID3v2 tag to a particular encoding. If none
16673 is specified, try to use current locale's encoding, then fall back
16674 to ISO-8859-1 (which will always succeed). (Resolves #149274)
16675 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16676 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16677 Check environment variables GST_ID3V1_TAG_ENCODING,
16678 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16679 list of character encodings to use in case a string encountered
16680 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16681 specified, try to use the current locale's encoding, then fall
16682 back to ISO-8859-1 (which will always succeed).
16684 2005-01-25 Benjamin Otte <otte@gnome.org>
16686 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16687 - on half framerate, compute the rate in advance so the comparisons
16688 don't compare wrong values
16689 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16691 - don't use mad_header_decode anymore, mad_frame_decode does that
16693 - when getting rid of consumed bytes, reset the stream's skiplen
16696 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16698 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16699 Use 1/2 a second for default max_discont, as PES streams from DVB
16700 seem to have larger spacings in the SCR.
16703 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16705 * gst/playback/gstplaybasebin.c: (group_commit):
16706 Notify delayed stream-info availability.
16708 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16709 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16710 (gst_a52dec_handle_event), (gst_a52dec_chain):
16711 Add some debug output. Check that a discont has a valid
16713 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16714 (gst_alsa_sink_loop):
16715 Ignore TAG events. A little extra debug for broken timestamps.
16716 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16717 (dvdnavsrc_change_state):
16718 Ensure we send a discont to engage the link before we send any
16720 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16721 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16722 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16723 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16724 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16725 dvd://title works in totem because typefinding sends a seek that ends
16726 up going back to chapter 1 regardless.
16727 * ext/mpeg2dec/gstmpeg2dec.c:
16728 * ext/mpeg2dec/gstmpeg2dec.h:
16729 Output correct timestamps and handle disconts.
16730 * ext/ogg/gstoggdemux.c: (get_relative):
16731 Small guard against a null dereference.
16732 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16733 (gst_textoverlay_set_property):
16734 Free memory when done. Don't call gst_event_filler_get_duration on
16735 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16737 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16738 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16739 (gst_sw_srclink), (gst_smoothwave_chain):
16740 Draw solid lines, prettier colours.
16741 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16742 Add a default palette that'll work for some movies.
16743 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16744 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16745 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16746 * gst/mpegstream/gstdvddemux.h:
16747 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16748 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16749 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16750 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16751 * gst/mpegstream/gstmpegparse.h:
16752 Use PTM/NAV events when for timestamp adjustment when connected to
16753 dvdnavsrc. Don't use many discont events where one suffices.
16754 * gst/playback/gstplaybasebin.c: (group_destroy),
16755 (gen_preroll_element), (gst_play_base_bin_add_element):
16756 * gst/playback/gstplaybasebin.h:
16757 Make sure we remove subtitles from the same bin we put them in.
16758 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16759 (gst_subparse_buffer_format_autodetect),
16760 (gst_subparse_change_state):
16761 Fix some memleaks and invalid accesses.
16762 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16763 (oggskel_type_find), (cmml_type_find), (plugin_init):
16764 Some typefind functions for Annodex v3.0 files
16765 * gst/wavparse/gstwavparse.h:
16766 GstRiffReadClass is the correct parent class.
16768 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16770 * gst-libs/gst/riff/riff-media.c:
16771 (gst_riff_create_video_caps_with_data):
16772 Add extradata to huffyuv (fixes #165013).
16773 * gst-libs/gst/riff/riff-read.c:
16774 (gst_riff_read_strf_vids_with_data):
16775 Fix extradata extraction if it is in the chunk size.
16777 2005-01-25 Edward Hervey <bilboed@bilboed.com>
16779 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16781 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16782 (gst_quarktv_change_state), (gst_quarktv_dispose):
16783 Memory free'ing location fix (#164708).
16785 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16787 * gst/playback/gstplaybasebin.c: (group_commit),
16788 (gen_preroll_element), (probe_triggered), (gen_source_element),
16789 (setup_source), (gst_play_base_bin_change_state),
16790 (gst_play_base_bin_add_element):
16791 Don't block for streams.
16792 * gst/playback/gststreaminfo.c: (stream_info_change_state),
16793 (gst_stream_info_set_mute):
16794 Use gst_pad_set_active_recursive.
16796 2005-01-25 Andy Wingo <wingo@pobox.com>
16798 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16799 for #ifndef HAVE_XVIDEO.
16801 2005-01-24 Jeffrey C. Ollie
16803 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
16805 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16806 * ext/gsm/gstgsmdec.h:
16807 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16808 * ext/gsm/gstgsmenc.h:
16809 Fix rate to 8kHz as per spec, removes obscure errors when no rate
16810 was given by property. Add proper buffer timestamps and offsets.
16812 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16814 * gst-libs/gst/riff/riff-media.c:
16815 (gst_riff_create_audio_caps_with_data):
16816 Audio can be <8000Hz.
16818 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16820 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16821 Explicit state change to workaround refcount bugs.
16823 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16825 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16826 (gst_avimux_riff_get_avi_header):
16829 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16831 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16832 (gst_riff_read_element_data):
16833 * gst-libs/gst/riff/riff-read.h:
16834 Add _peek version (req'ed in CDXA).
16835 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16836 (gst_cdxaparse_loop):
16837 Fix parsing in playbin.
16838 * gst/playback/gstdecodebin.c: (close_pad_link):
16839 Ignore current_ pads, they cause major annoyance.
16841 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16843 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16846 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16848 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16851 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16853 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16854 Allow for 0-sized buffers. Fixes length query problems in
16855 starwars.mkv from the testsuite.
16857 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
16859 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16860 (gst_video_box_i420), (gst_video_box_chain):
16861 Fix row strides for I420 (fixes #163159)
16863 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16865 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16866 MPEG2 has a useful rate property, so we can actually use that.
16867 For MPEG-1, continue using the bytes/time properties.
16869 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16871 * gst-libs/gst/riff/riff-media.c:
16872 (gst_riff_create_video_caps_with_data),
16873 (gst_riff_create_video_template_caps):
16876 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16878 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16879 Fail if caps negotiation fails. Should fix #162184, and should
16880 definately be in there regardless of it fixing the actual bug.
16881 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16882 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16883 (gst_avimux_riff_get_avix_header),
16884 (gst_avimux_riff_get_video_header),
16885 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16886 (gst_avimux_start_file), (gst_avimux_handle_event),
16887 (gst_avimux_change_state):
16888 * gst/avi/gstavimux.h:
16889 Refactor structure writing to use GST_WRITE_UINT macros, add
16890 metadata writing support.
16892 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16894 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16895 Elements may already be destroyed when this function is called.
16897 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16899 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16900 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16901 More memory leak fixes (#149162).
16903 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16905 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16906 (gst_qtdemux_add_stream):
16909 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16911 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16914 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16916 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16917 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16918 when fixating to six channels in Totem.
16920 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16922 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16923 Fix compile warnings on Solaris 10 buildbot
16925 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16927 * ext/dvdread/dvdreadsrc.c: (_read):
16928 Don't read beyond the last cell in a chapter (fixes
16929 invalid memory access)
16931 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16933 * ext/dvdread/stream_labels.c:
16934 (dvdreadsrc_get_audio_stream_labels):
16935 Use NULL for an empty GList instead of g_list_alloc(); fix
16936 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
16937 of GString (easier to bulk free later)
16939 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
16941 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16943 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16944 (gst_ffmpeg_pixfmt_to_caps):
16945 Fix BGRA32 caps (#164209).
16947 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
16949 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16951 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16952 (gst_ffmpeg_caps_to_pixfmt):
16953 alpha_mask can be RGBA/ABGR. Fixes #164265.
16955 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
16957 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16959 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16960 (gst_mpeg2dec_alloc_buffer):
16961 * ext/mpeg2dec/gstmpeg2dec.h:
16962 Crop if decoding size is not the actual image size (#163676).
16964 2005-01-17 Steve Baker <steve@stevebaker.org>
16966 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16968 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16969 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16970 Add libsndfile typefind functions (#163309).
16972 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16974 * tools/gst-launch-ext-m.m:
16975 Add .aac, fix .m1v/.m2v (#163891).
16977 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16979 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16980 Sanity check, don't wait endlessly since the clock might not
16981 actually run at this point (which is a deadlock). Fixes #164069.
16983 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16985 * gst/playback/gstplaybasebin.c: (probe_triggered):
16986 Of course, only pause if group is done...
16988 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16990 * gst/playback/gstplaybasebin.c: (probe_triggered):
16993 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
16995 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16996 Don't return state change success when the parent
16999 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17001 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17002 Free events (fix memleak in #162905).
17004 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
17006 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17008 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17009 (gst_ffmpeg_caps_to_pixfmt):
17010 Fix for depth = 15. Fixes #161675.
17012 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17014 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17015 Set FPS correctly, even for webcams and the like.
17016 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17017 Don error on setting while capturing.
17019 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17021 * ext/dv/gstdvdec.c:
17022 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17023 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17024 I'm a bad boy. using /1001. to force C to do float division
17025 and not integer division (as it did in my last commit)
17026 Thanks to David I. Lehn for pointing this mistake.
17028 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17030 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17031 Revert Johan's 1.35->1.36 since it breaks compat.
17033 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17035 * ext/dv/gstdvdec.c:
17036 * ext/libfame/gstlibfame.c:
17037 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17038 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17039 replace framerate aproximations by their real value
17040 (24000/1001, 30000/1001, 60000/1001)
17041 Finish fixing bug #164049
17043 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
17045 * ext/ogg/gstoggmux.c:
17047 * gst/tcp/gstmultifdsink.c:
17048 * gst/tcp/gstmultifdsink.h:
17049 * gst/tcp/gsttcp.c:
17050 * gst/tcp/gsttcp.h:
17051 * gst/tcp/gsttcpclientsink.c:
17052 * gst/tcp/gsttcpclientsrc.c:
17053 * gst/tcp/gsttcpserversink.c:
17054 * gst/tcp/gsttcpserversrc.c:
17055 improve reusability of elements after state changes and errors
17056 make multifdsink throw away streamheaders when receiving new ones
17058 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17060 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17061 Fix for if items are already in list...
17063 2005-01-12 Benjamin Otte <otte@gnome.org>
17065 * gst/adder/gstadder.c: (gst_adder_loop):
17066 fix adder a bit so it doesn't screw up with events as much anymore
17068 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
17070 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17071 (pixbufscale_scale), (gst_pixbufscale_chain):
17072 * ext/gdk_pixbuf/pixbufscale.h:
17073 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17074 to ensure rowstrides are calculated the same way as
17076 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17077 that we pick up duration and offset also.
17079 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17081 * gst/avi/gstavimux.c: (gst_avimux_class_init),
17082 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17085 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17087 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17088 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17089 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17090 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17091 Update flags when requested.
17093 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17095 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17098 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17100 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17101 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17102 (probe_triggered), (new_decoded_pad), (gen_source_element),
17103 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17104 * gst/playback/gstplaybasebin.h:
17105 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17106 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17107 (gst_play_bin_change_state):
17108 Implement group-switch signal for use in apps to clear metadata
17109 cache, clean up subtitle, add suburi property instead of # hack,
17110 some error-out fixes.
17112 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17114 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17116 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17117 If we got a state change in the _get handler, don't return success.
17119 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17121 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17122 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17123 Make jpegdec quiet on MJPEG decoding
17124 * gst/asfdemux/README:
17125 Fix mimetypes for MJPEG and H263
17127 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17129 * ext/theora/theoradec.c: (theora_dec_chain):
17130 Fix broken code generation by gcc by swapping arguments.
17131 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17134 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17137 delete this file, it is by far outdated
17138 * ext/alsa/gstalsa.1: remove
17139 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17140 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17141 (gst_alsa_get_caps):
17142 Add HW probing for supported sample rates. Fixes #161704
17144 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17146 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17147 Don't crash, biatch! :).
17149 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17151 * ext/musepack/gstmusepackreader.cpp:
17152 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17153 Some work on tags - still doesn't work in playbin...
17154 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17157 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17159 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17160 Also shove tags on kid pads.
17162 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17164 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17165 Don't bail on unknown events.
17166 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17167 Don't crash on events before negotiation.
17168 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17169 Send tags on pads, too.
17170 * gst/playback/gststreamselector.c:
17171 (gst_stream_selector_request_new_pad):
17172 Forward events on first pad if no input was selected yet.
17174 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17176 * gst/playback/gstplaybasebin.c: (setup_substreams):
17177 Don't disable streamtype if the stream doesn't exist, since
17178 then playing a video after audio will disable both and nothing
17179 will happen. Fixes the testsuite.
17181 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17183 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17184 (gst_v4l_xoverlay_set_xwindow_id):
17185 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17186 (gst_v4l2_xoverlay_set_xwindow_id):
17187 Add debug categories, fix overlay disabling.
17189 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17191 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17192 * ext/alsa/gstalsa.h:
17193 Add HW probing for period_count/size and buffer_size MIX/MAX
17194 Adjust default/user defined value if out of bounds
17195 Should fix bug #162024
17197 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17199 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17200 Fix warning (#161191).
17202 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17204 * ext/dvdread/stream_labels.c:
17205 (dvdreadsrc_get_audio_stream_labels):
17206 Fix warning (init the good variable in switch default)
17208 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
17210 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17212 * gst/tta/gstttaparse.c: (gst_tta_src_event):
17213 Fix gcc-2.95 compile (#163485).
17215 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17218 * ext/flac/gstflacenc.c: (gst_flacenc_init),
17219 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17220 (gst_flacenc_tell_callback), (gst_flacenc_chain),
17221 (gst_flacenc_change_state):
17222 * ext/flac/gstflacenc.h:
17223 Update for API change in flac-1.1.1. Update requirement in
17224 configure.ac. Fixes #162974.
17226 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17228 * gst/playback/gstplaybasebin.c: (group_destroy):
17229 Remove hack to get rid of assert and get rid of unlinked
17232 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17234 * gst/playback/gstplaybasebin.c: (setup_source):
17235 Set source to NULL so that resources are free'ed. Fixes issues
17236 with playback of CDDA and similar device-accessing things.
17238 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17240 * testsuite/embed/Makefile.am:
17241 test->noinst, fix make test in buildbot.
17243 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17245 * ext/dvdread/stream_labels.c: new file
17246 * ext/dvdread/stream_labels.h: new file
17247 * ext/dvdread/Makefile.am:
17248 * ext/dvdread/dvdreadsrc.c: (_seek_title):
17249 Extract audio stream label from DVD IFO files.
17250 It only dump them on the console for now, still have to
17251 make playbin aware of them.
17253 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17255 * gst/playback/gstplaybasebin.c: (setup_source):
17258 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17260 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17261 (gen_preroll_element), (remove_groups), (setup_subtitle),
17262 (gen_source_element), (setup_source):
17263 * gst/playback/gstplaybasebin.h:
17264 Multiple .sub files is just a stupid idea... Fix some threading
17265 mistakes. Interestingly, external .sub files cause playbin to
17266 hang, I don't know why... Parsing fixes contributed by Fran??ois
17267 Kooman <fkooman@tuxed.net>.
17269 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17271 * testsuite/embed/Makefile.am:
17274 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17276 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17278 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17279 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17280 (gst_pngenc_set_property):
17281 * ext/libpng/gstpngenc.h:
17282 Add compression level property (#163323).
17284 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17287 * examples/capsfilter/capsfilter1.c: (main):
17288 * examples/seeking/spider_seek.c: (make_spider_pipeline):
17289 * ext/dvdread/Makefile.am:
17290 * ext/dvdread/demo-play:
17291 * ext/dvdread/demo-play.c:
17292 * gconf/gstreamer.schemas.in:
17293 * gst-libs/gst/gconf/gconf.c:
17295 * testsuite/Makefile.am:
17296 * testsuite/embed/Makefile.am:
17297 * testsuite/embed/embed.c: (cb_expose), (main):
17298 Remove all references to xvideosink, fix examples (#140845).
17299 * gst/playback/gstplaybasebin.c: (group_destroy):
17300 Apparently, disposal does not unlink - so do explicitely.
17301 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17304 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
17306 * README: fix PKG_CONFIG_PATH instructions, what was there
17307 previously was breaking default search path, not nice.
17310 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17312 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17313 (gst_audioscale_chain):
17314 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17315 when resampling - how the ^@$^!@^! is this possible?!?
17317 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17319 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17320 Reset variables on READY.
17321 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17322 (gst_matroska_mux_loop):
17323 Require data before writing header.
17325 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
17327 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17329 * ext/mad/gstmad.c: (gst_mad_chain):
17330 Don't call mad_stream_sync() directly after recovering sync.
17333 2005-01-09 Martin Eikermann <meiker@upb.de>
17335 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17337 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17338 (snapshot_handler), (gst_snapshot_sinkconnect),
17339 (gst_snapshot_chain):
17340 Allocate resources when required, fix recursive signal emission
17341 and fix caps. Fixes #161667.
17343 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17345 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17347 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17348 (gst_pngdec_chain):
17349 Handle only 8-bppc (bits-per-pixel-component) images, better
17350 error handling and correct strides. Fixes #163177.
17351 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17352 (gst_pngenc_chain):
17353 Better error handling. Fixes #163348.
17355 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17357 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17358 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17359 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17360 (dvdnavsrc_uri_handler_init):
17361 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17362 * gst/playback/gstplaybasebin.c: (gen_source_element):
17363 Add MMS to streaming URIs.
17365 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17367 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17368 * sys/xvimage/xvimagesink.c:
17369 (gst_xvimagesink_navigation_send_event):
17370 Check for pad availability before sending event.
17372 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17374 * gst-plugins.spec.in:
17377 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17380 Since we use functions from CVS, up requirement.
17382 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17384 * gst/playback/Makefile.am:
17385 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17386 (group_destroy), (group_commit), (group_is_muted),
17387 (gen_preroll_element), (add_stream), (unknown_type),
17388 (probe_triggered), (preroll_unlinked), (mute_stream),
17389 (silence_stream), (new_decoded_pad), (setup_substreams),
17390 (setup_source), (get_active_source), (mute_group_type),
17391 (muted_group_change_state), (set_active_source),
17392 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17393 (play_base_eos), (gst_play_base_bin_change_state):
17394 * gst/playback/gstplaybasebin.h:
17395 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17396 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17397 (gst_stream_info_dispose), (stream_info_mute_pad),
17398 (stream_info_change_state), (gst_stream_info_set_mute):
17399 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17400 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17401 (gst_stream_selector_init), (gst_stream_selector_dispose),
17402 (gst_stream_selector_get_linked_pad),
17403 (gst_stream_selector_get_caps), (gst_stream_selector_link),
17404 (gst_stream_selector_get_linked_pads),
17405 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17406 * gst/playback/gststreamselector.h:
17407 Adding stream selection support plus required properties for
17408 applications to use this. Fully fixes #100931.
17410 2005-01-08 Benjamin Otte <otte@gnome.org>
17412 * gst/games/gstpuzzle.c: (nav_event_handler):
17413 - handle nav events differently: forward every event no matter if it
17414 was handled or not.
17416 You can now cheat by using navigationtest ! puzzle and moving the
17417 mouse close to the edge of a tile. ;)
17419 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17422 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17423 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17424 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17425 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17426 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17427 (gst_ogm_parse_plugin_init):
17428 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17429 (gst_textoverlay_link), (gst_textoverlay_getcaps),
17430 (gst_textoverlay_event), (gst_textoverlay_video_chain),
17431 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17432 * ext/pango/gsttextoverlay.h:
17433 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17434 (gst_matroska_demux_handle_seek_event),
17435 (gst_matroska_demux_sync_streams),
17436 (gst_matroska_demux_parse_blockgroup),
17437 (gst_matroska_demux_subtitle_caps),
17438 (gst_matroska_demux_plugin_init):
17439 * gst/matroska/matroska-ids.h:
17440 * gst/playback/gstdecodebin.c: (close_pad_link):
17441 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17442 (gen_preroll_element), (remove_groups), (add_stream),
17443 (new_decoded_pad), (setup_subtitles), (gen_source_element),
17445 * gst/playback/gstplaybasebin.h:
17446 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17447 * gst/subparse/Makefile.am:
17448 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17449 (gst_subparse_base_init), (gst_subparse_class_init),
17450 (gst_subparse_init), (gst_subparse_formats),
17451 (gst_subparse_eventmask), (gst_subparse_event),
17452 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17453 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17454 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17455 (parse_mpsub_deinit), (parse_mpsub_init),
17456 (gst_subparse_buffer_format_autodetect),
17457 (gst_subparse_format_autodetect), (gst_subparse_loop),
17458 (gst_subparse_change_state), (gst_subparse_type_find),
17460 * gst/subparse/gstsubparse.h:
17461 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17463 Add subtitle support, .sub parser (supports SRT and MPsub),
17464 OGM text support, Matroska UTF-8 text support, deadlock fixes
17465 all over the place, subtitle awareness in decodebin/playbin
17466 and some fixes to textoverlay to handle subtitles in a stream
17467 correctly. Fixes #100931.
17469 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17471 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17472 Check for pad availability before doing a query on it.
17474 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17476 * ext/dv/gstdvdec.c:
17477 really fix bpp24/32 dvdec caps (classic rgba indeed)
17478 * gst/asfdemux/gstasfdemux.c:
17479 (gst_asf_demux_process_ext_content_desc):
17480 don't send text tags if they are empty (bis repetita)
17482 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17484 * ext/dv/gstdvdec.c:
17485 remove unneeded comment from dvdec
17486 (related to DV 4CC codes in AVI files)
17487 moved them in gstreamer/docs/random/mimetypes
17488 * gst/asfdemux/gstasfdemux.c:
17489 (gst_asf_demux_process_ext_content_desc):
17490 don't send text tags if they are empty
17491 fix mem leak on error path
17492 * gst/ffmpegcolorspace/avcodec.h:
17493 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17494 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17495 (gst_ffmpegcsp_avpicture_fill):
17496 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17497 * gst/ffmpegcolorspace/imgconvert_template.h:
17498 adds BGR32 and BGRA32 to ffmpegcolorspace
17499 (still bad colors, fixing it on next commit)
17500 helps with dvdec outputing BGR32
17502 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17504 * ext/dv/gstdvdec.c:
17505 Fix audio caps i just broke (missing ',')
17506 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17507 (gst_matroska_mux_reset):
17508 Fix typo + add FIXME about old "x-gst-metadata" crap
17510 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17512 * ext/dv/demo-play.c: (main):
17513 xvideosink -> xvimagesink
17514 * ext/dv/gstdvdec.c:
17515 change rgb 32/32 caps to 24/32 (no alpha)
17516 change nb of channels to be a list (2 or 4, not 2)
17517 change sample rate to be a list (32, 44.1, 48 kHz) not a range
17518 * gst/asfdemux/gstasfdemux.c:
17519 (gst_asf_demux_process_ext_content_desc):
17520 Add 'date/year' to extracted metadata list
17522 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17524 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17525 The return value of fixate_to does not imply that the requested
17526 value was set, so don't assume.
17528 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
17530 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17532 * ext/libpng/gstpngdec.c:
17533 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17534 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17535 * ext/libpng/gstpngenc.h:
17536 Alpha support (encoder; #163161), mime fixage.
17538 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
17540 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17542 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17543 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17544 (gst_faac_set_property), (gst_faac_get_property):
17545 * ext/faac/gstfaac.h:
17546 Allow for ADTS output (#153434).
17548 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17550 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17551 Fix against template (#150576).
17553 2005-01-06 Benjamin Otte <otte@gnome.org>
17555 * gst/games/gstpuzzle.c: (draw_puzzle):
17556 don't draw a puzzle if either width or height of tiles would be 0.
17558 2005-01-06 Benjamin Otte <otte@gnome.org>
17560 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17561 (gst_puzzle_class_init), (gst_puzzle_finalize):
17562 no memleaks, please
17563 (gst_puzzle_create), (gst_puzzle_init),
17564 (gst_puzzle_set_property), (gst_puzzle_setup):
17565 change initialization code around so we don't reshuffle on resize
17567 fix another stupid typo
17569 2005-01-06 Benjamin Otte <otte@gnome.org>
17571 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17572 fix stupid typo that borked copying on YUY2
17574 2005-01-06 Benjamin Otte <otte@gnome.org>
17576 * gst/games/gstpuzzle.c: (draw_puzzle):
17577 fix edges when image sizes aren't multiples of tile sizes
17579 2005-01-06 Benjamin Otte <otte@gnome.org>
17581 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17582 make RGB endianness work correctly
17583 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17584 refactor and fix race with initial shuffling
17585 (nav_event_handler):
17586 allow using the mouse to puzzle
17588 insist on tiles having width and height as multiples of 4 to get
17589 clean YUV image handling
17590 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17591 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17592 s/DEBUG/LOG/ for common messages
17593 (gst_xvimagesink_navigation_send_event):
17594 fix mouse event translation to not include screen PAR
17595 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17596 fix mouse event translation to actually work
17598 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17600 * gst/asfdemux/gstasfdemux.c:
17601 (gst_asf_demux_process_ext_content_desc):
17602 Extract TrackNumber metadata + clean up code
17603 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17604 Hope this is the good fix (var used unitialised)
17606 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17608 * ext/faad/gstfaad.c: (gst_faad_chain):
17609 Only increment timestamp if it's valid. Fixes raw AAC streams.
17611 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
17614 * gst/games/Makefile.am:
17615 * gst/games/gstpuzzle.c:
17616 add a puzzle game with...
17617 * gst/games/gstvideoimage.c:
17618 * gst/games/gstvideoimage.h:
17619 ... full colorspace support (that includes YUV9 and RGB16)) stolen
17620 from videotestsrc and made into something that would be a nice
17621 library for a lot of other plugins.
17623 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17626 don't compile faad plugin if a RC of 2.0 is found
17627 Fixes #155346 (and FC1 buildbot)
17628 * gst/asfdemux/gstasfdemux.c:
17629 (gst_asf_demux_process_ext_content_desc):
17630 try to make Solaris compiler happier
17632 2005-01-06 Paul Jack <pjack@sfaf.org>
17634 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17636 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17637 Fix segfault (#161667).
17639 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17641 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17642 Fix framerate reporting.
17644 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17646 * gst-libs/gst/riff/riff-ids.h:
17647 * gst/wavenc/riff.h:
17648 Add AMR (VBR and CBR) ids to riff.h audio codec list
17649 * gst/asfdemux/gstasfdemux.c:
17650 (gst_asf_demux_process_ext_content_desc),
17651 (gst_asf_demux_process_object):
17652 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17654 2005-01-05 Martin Eikermann <meiker@upb.de>
17656 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17658 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17659 (gst_dvd_demux_handle_discont):
17660 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17661 (gst_mpeg_demux_handle_discont):
17662 Recreate pads on new-media (#160730).
17663 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17664 Send discont even if manager changes timestamps (#161929).
17666 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
17668 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17670 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17671 Fix invalid memory access (#159211).
17673 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17675 * examples/gstplay/player.c: (main):
17677 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17678 Add visualizations.
17679 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17680 (gst_a52dec_handle_frame):
17682 * ext/dvdnav/gst-dvd:
17683 Add audioconvert. Fixes #161325.
17684 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17685 Explicitely case to gint64. Possible valgrind error.
17686 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17687 (gst_play_tick_callback), (gst_play_change_state),
17688 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17689 (gst_play_set_location), (gst_play_get_location),
17690 (gst_play_seek_to_time), (gst_play_set_data_src),
17691 (gst_play_set_video_sink), (gst_play_set_audio_sink),
17692 (gst_play_set_visualization), (gst_play_connect_visualization),
17693 (gst_play_get_framerate), (gst_play_get_all_by_interface),
17695 Use playbin. Fixes #139749 and #147744.
17696 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17698 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17699 (audioscale_get_type), (gst_audioscale_base_init),
17700 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17701 (gst_audioscale_getcaps), (gst_audioscale_fixate),
17702 (gst_audioscale_link), (gst_audioscale_get_buffer),
17703 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17704 (gst_audioscale_init), (gst_audioscale_dispose),
17705 (gst_audioscale_chain), (gst_audioscale_set_property),
17706 (gst_audioscale_get_property), (plugin_init):
17708 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17710 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17711 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17712 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17713 Add more metadata (fixes #162656).
17715 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17720 === release 0.8.7 ===
17722 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17727 releasing 0.8.7, "Hyperspace"
17729 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17731 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
17733 * gst/playback/gstplaybasebin.c:
17734 Fix for #162924 - free caps after use, not before
17736 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
17738 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17740 * gst/playback/gstplaybasebin.c:
17741 * gst/wavparse/gstwavparse.c:
17742 Fix for #154773 - fixes playback of small .wav files
17744 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
17746 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17748 * gst/audioscale/gstaudioscale.c:
17749 Fix for #162819 - make audioscale reusable
17750 Fixes playback of more than one file with playbin/totem
17752 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17754 * gst/ffmpegcolorspace/avcodec.h:
17755 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17756 * gst/ffmpegcolorspace/imgconvert.c:
17757 clean up the mess that made me cry and avoid needless duplication
17759 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17761 * gst/ffmpegcolorspace/imgconvert.c:
17762 give some indication of why we're segfaulting
17764 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17767 Fix indentation, fix v4l2 plugin detection.
17769 Fix libmms location (Maciej, use diff -u!).
17770 * ext/alsa/gstalsa.c: (gst_alsa_init):
17771 Initialize caps cache to NULL.
17772 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17773 Only change state on audiosink if it exists.
17775 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
17777 * gst/matroska/matroska-demux.c:
17778 * gst/matroska/matroska-ids.h:
17779 * gst/matroska/matroska-demux.h:
17780 Fix Vorbis streams failing to decode in some files, where cluster_time
17781 isn't 0, because then it doesn't send codec_priv before actual data.
17782 Remove time-based test and replace it with marker set on beginning of
17785 2004-12-28 David Schleef <ds@schleef.org>
17787 Merge patch from Ronald fixing problems with streaming
17789 * ext/cairo/gstcairo.c: (plugin_init):
17790 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17791 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17792 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17793 (gst_textoverlay_font_init), (gst_textoverlay_init),
17794 (gst_textoverlay_set_property):
17795 * ext/cairo/gsttextoverlay.h:
17797 2004-12-27 David Schleef <ds@schleef.org>
17799 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17800 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17801 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17802 (gst_textoverlay_font_init), (gst_textoverlay_init),
17803 (gst_textoverlay_set_property): Improvements to actually
17804 render text as white on black outline on video, including
17805 font selection and horizontal/vertical alignment. (Ronald's
17807 * ext/cairo/gsttextoverlay.h:
17809 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17811 * ext/ogg/gstogg.c:
17812 * ext/ogg/gstogmparse.c:
17813 fix ogm[audio/video]parse plugin registration
17814 (riff won't load if bytestream is already loaded)
17816 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17818 * gst/audioconvert/gstchannelmix.c:
17821 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17825 disable docs again until it actually passes make distcheck.
17827 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17829 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17830 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17832 Add 3GP (variables name Q3GP because they can't start with a
17833 number). Add samr audio fourcc (used in .3gp files), decoder
17834 is work in progress. Also do a GST_WARNING instead of ERROR
17835 in case of unknown nodes, to decrease output.
17837 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17842 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
17845 * ext/speex/gstspeexdec.h:
17846 * ext/speex/gstspeexenc.h:
17847 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
17848 Fix detection code in configure.ac
17850 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17852 * gst/matroska/matroska-demux.c:
17853 (gst_matroska_demux_parse_blockgroup):
17854 Save position, so that queries give proper return values. Don't
17855 know how this could ever have worked before...
17857 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
17860 Put additional LAME check inside the conditional. Fixes #152339
17862 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17864 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17865 (gst_avi_demux_stream_scan):
17866 Add some more debug. Fix logic error when setting movi offset
17867 while reading index.
17869 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17871 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17872 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17873 (gst_avi_demux_process_next_entry):
17874 Add some debugging. Better detection of broken indexes and the
17875 accompanying index recovery. No infinite loops on state changes
17876 when we're still in our loopfunction.
17878 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17883 2004-12-22 Archana Shah <archana.shah@wipro.com>
17885 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17887 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17888 Normalizing the value before setting
17889 (gst_sunaudiomixer_get_volume):
17890 Normalizing the value after getting. Fixes bug# 161980
17892 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
17894 * Makefile.am: Make sure docs gets disted
17895 * docs/Makefile.am: Make sure all needed files get disted
17896 * gst-plugins.spec.in: latest updates
17898 2004-12-22 Wim Taymans <wim@fluendo.com>
17900 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17901 Revert patch 1.38 as clock distribution over schedulers does
17902 not work correcly in the core yet.
17904 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17906 * sys/oss/README: remove this file, which predates my birth
17907 (and which content is by far outdated)
17909 2004-12-20 Stefan Kost <ensonic@users.sf.net>
17913 * docs/Makefile.am:
17914 * docs/libs/Makefile.am:
17915 * docs/libs/gst-plugins-libs-docs.sgml:
17916 * docs/libs/gst-plugins-libs-sections.txt:
17917 * docs/libs/tmpl/gstgconf.sgml:
17919 * docs/version.entities.in:
17920 Added boilerplate gtk-doc files for plugin-libs documentation.
17922 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17924 * gst/auparse/gstauparse.c: fix int and float audio caps
17926 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17928 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17929 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17930 g_assert() can be a macro, don't use #ifdef inside it.
17932 2004-12-19 Edward Hervey <bilboed@bilboed.com>
17934 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17936 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17937 (gst_videorate_init), (gst_videorate_chain),
17938 (gst_videorate_change_state):
17939 Event handling (fixes #159986).
17941 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17943 * gst-libs/gst/riff/riff-media.c:
17944 (gst_riff_create_video_caps_with_data):
17945 Add BLZ0 (Blizzard's version of DivX) fourcc.
17947 2004-12-18 David Schleef <ds@schleef.org>
17949 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17952 2004-12-18 David Schleef <ds@schleef.org>
17954 * gst/tta/ttadec.h: Disable some header code that isn't used
17955 and clearly isn't portable.
17957 2004-12-18 David Schleef <ds@schleef.org>
17959 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17960 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17961 (avcodec_get_pix_fmt), (avpicture_layout),
17962 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17963 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17964 Fix code to not use GCC extensions (and c99 extensions that
17965 Forte does not like.)
17967 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
17969 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17971 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17972 (gst_deinterlace_chain):
17973 Rowstride fixes. Fixes #161039.
17974 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17975 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17976 (gst_video_crop_getcaps), (gst_video_crop_link),
17977 (gst_video_crop_i420), (gst_video_crop_chain),
17978 (gst_video_crop_change_state):
17979 Rework of negotiation. Actually works now. Fixes #158650.
17981 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17983 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17984 That was very stupid.
17986 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17988 * gst/matroska/matroska-demux.c:
17989 (gst_matroska_demux_parse_blockgroup):
17990 Fix possible crasher.
17992 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17994 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17995 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17996 Lace sizes can be zero.
17998 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18000 * ext/musepack/gstmusepackdec.cpp:
18001 Fetch error return values. Fixes #161624.
18002 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18005 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18007 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18008 Work for truncated (unfinished download etc.) files. Fixes #160514.
18010 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18012 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18013 Fix for integer overflow. Makes #156001 not crash. Probably masks
18016 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18018 * gst/ac3parse/gstac3parse.c: (plugin_init):
18019 Parsers never have ranks. Fixes #159651.
18021 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
18023 * gst/playback/gstdecodebin.c: (compare_ranks):
18024 make sure the facotries are ordered the same every time even if they
18025 have the same rank by using the name
18026 * gst/playback/gstdecodebin.c: (find_compatibles):
18027 make sure we don't add factories to the list twice
18029 2004-12-16 David Schleef <ds@schleef.org>
18031 * configure.ac: look for musepack headers as musepack/*.h
18033 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18034 * ext/musepack/gstmusepackreader.h: same
18036 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18038 * gst-libs/gst/riff/riff-read.c:
18039 (gst_riff_read_strf_auds_with_data):
18040 Read extradata correctly (fixes #155879).
18042 2004-12-16 David Schleef <ds@schleef.org>
18044 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18045 audio. does _not_ attempt or allow conversion unless channels
18048 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18050 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18052 2004-12-16 David Schleef <ds@schleef.org>
18054 * gst/audioscale/gstaudioscale.c: the resample library only
18055 handles 1 or 2 channels. Change caps to compensate.
18057 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18059 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18060 (gst_matroska_demux_audio_caps):
18061 Some MPEG-AAC hacks, because else it doesn't work...
18063 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18065 * gst-libs/gst/riff/riff-media.c:
18066 (gst_riff_create_video_caps_with_data),
18067 (gst_riff_create_video_template_caps):
18070 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18072 * gst-libs/gst/audio/Makefile.am:
18073 Try to fix buildbot.
18075 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
18077 * gst/tcp/gstmultifdsink.c:
18078 Clean up and uniformize debugging.
18080 2004-12-16 Edward Hervey <bilboed@bilboed.com>
18082 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18084 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18085 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18086 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18087 (gst_mpeg_demux_change_state):
18088 Reset on ready. Fixes 160276.
18090 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18092 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18094 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18095 (gst_ffmpegcsp_pad_link):
18096 Fix memleak (#154815).
18098 2004-12-16 James Bowes <bowes@cs.dal.ca>
18100 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18102 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18103 (gst_musicbrainz_init), (gst_musicbrainz_chain),
18104 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18105 * ext/musicbrainz/gsttrm.h:
18106 Add support for using a proxy server when getting a trm id from
18107 the MusicBrainz database (#149613).
18109 2004-12-16 Christophe Fergeau <teuf@gnome.org>
18111 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18113 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18114 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18115 Fix memleaks (#157233).
18117 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18119 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18121 * gst-libs/gst/resample/resample.c: (gst_resample_close):
18122 * gst-libs/gst/resample/resample.h:
18123 * gst/audioscale/gstaudioscale.c:
18124 Fix memleak (#159215).
18126 2004-12-16 Toni Willberg <toniw@iki.fi>
18128 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18130 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18131 * sys/oss/oss_probe.c: (main):
18132 Check for mono/stereo support (similar to samplerate probing),
18133 fixes #159433. Also add missing copyright header to oss_probe.c.
18135 2004-12-15 David Schleef <ds@schleef.org>
18137 * configure.ac: add audioresample and cairo plugins. Remove
18138 HAVE_MMX stuff, because it's not used.
18139 * ext/Makefile.am: same
18140 * ext/audioresample/Makefile.am: You are not ready for an
18141 audio resampling element based on audioresample.
18142 * ext/audioresample/gstaudioresample.c:
18143 * ext/audioresample/gstaudioresample.h:
18144 * ext/cairo/Makefile.am: You are not ready for overlay elements
18145 based on cairo. Don't look too closely, these elements kinda
18147 * ext/cairo/gstcairo.c: new
18148 * ext/cairo/gsttextoverlay.c: new
18149 * ext/cairo/gsttextoverlay.h: new
18150 * ext/cairo/gsttimeoverlay.c: new
18151 * ext/cairo/gsttimeoverlay.h: new
18152 * gst-libs/gst/media-info/media-info-priv.h: fix compile
18153 problem with compilers that don't support variadic macros.
18155 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
18157 Reviewed by: David Schleef <ds@schleef.org>
18159 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
18160 Bala, registering sunaudiosrc (oops!), and cleaning up code a
18161 bit. Also ran indent-gst.
18162 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18163 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18164 (gst_sunaudiosrc_setparams):
18166 2004-12-14 David Schleef <ds@schleef.org>
18168 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18169 output rate to 16000. Should fix #160235.
18171 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18173 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18174 Add typefinding for mpeg2 pes streams
18176 2004-12-13 David Schleef <ds@schleef.org>
18178 * configure.ac: Applied patch from bug #143659, making default
18179 sources and sinks OS-dependent (for Solaris), and added code
18181 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18183 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18185 * gst-libs/gst/riff/riff-media.c:
18186 forgot to add h2.64 to avidemux template caps
18188 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18190 * gst/wavenc/riff.h:
18191 * gst-libs/gst/riff/riff-media.c:
18192 * gst-libs/gst/riff/riff-ids.h:
18193 * gst/avi/gstavimux.c
18194 add 4CC code for VideoSoft h264 in AVI (VSSH)
18196 remove s323 from riff, it's quicktime specific :(
18198 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18200 * gst/asfdemux/README
18201 * gst/wavenc/riff.h
18202 * gst-libs/gst/riff/riff-ids.h
18203 * gst-libs/gst/riff/riff-media.c
18204 * gst/qtdemux/qtdemux.c:
18205 add new 4CC codes for h263 related codecs
18206 fixes partially bug #155163
18208 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
18210 * configure.ac: Update polyaudio requirement to 0.7
18211 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18213 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18215 * gst/interleave/deinterleave.c:
18216 fix my name's spelling! :)
18218 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18220 * AUTHORS ChangeLog
18221 * gst/auparse/gstauparse.c
18222 * gst/interleave/deinterleave.c
18224 alaw-decode.c alaw-encode.c
18225 mulaw-decode.c mulaw-encode.c
18226 * gst/oneton/gstoneton.c
18228 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18230 cocoawindow.h cocoawindow.m
18231 osxvideosink.h osxvideosink.m
18233 put the same mail address for Zaheer Abbas Merali everywhere
18235 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18237 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18238 Align by packetsize, and assert that we a packet available before
18239 playing. The first makes webstreams work (they often include
18240 trailing padding data in a packet), the second allows pausing a
18241 ASF stream in totem without getting demux errors afterwards.
18243 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18245 * ext/ogg/gstoggdemux.c: (get_relative):
18246 Check for non-NULL before accessing member (end-of-chain).
18248 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18250 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18251 (cdparanoia_set_property), (cdparanoia_get_property):
18252 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18253 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18254 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18255 (dvdreadsrc_init), (dvdreadsrc_set_property),
18256 (dvdreadsrc_get_property):
18257 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18258 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18259 Synchronize property names where not yet the case. Devices are
18260 now device=X, other versions are deprecated (but still exist).
18261 Also use g_free() unconditionally.
18262 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18263 (setup_source), (gst_play_base_bin_get_property):
18266 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
18268 * configure.ac: move GCONF macro outside conditional for the am
18269 conditional. Fixes #160439
18271 2004-12-08 David Schleef <ds@schleef.org>
18273 * tools/gst-visualise-m.m: Switch to elements that currently
18276 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18278 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18279 We love wrong commas.
18281 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18283 * gst/matroska/matroska-demux.c:
18284 (gst_matroska_demux_handle_src_query):
18285 Don't set DEFAULT, unsupported - makes length display incorrectly
18288 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18290 * gst/monoscope/README: remove blurb about files being GPL
18291 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18292 * gst/monoscope/monoscope.c: Change license to BSD with explanation
18293 monoscope is now effectively LGPL licensed
18295 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18297 * gst/monoscope/README: Update information to be more correct
18298 * gst/monoscope/convolve.c: Relicense to LGPL
18299 * gst/monoscope/convolve.h: Relicense to LGPL
18301 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
18303 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18304 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18305 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18306 set default_duration for mpeg1 audio
18308 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
18310 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18311 * ext/alsa/gstalsa.h:
18312 refactor big chunks of the core caps negotiation code to make it
18313 a lot faster, because people claim it's really slow
18314 (actually, just cache the getcaps when the device is opened)
18316 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18318 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18319 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18320 (gst_a52dec_handle_frame), (gst_a52dec_chain),
18321 (gst_a52dec_change_state), (plugin_init):
18322 * ext/a52dec/gsta52dec.h:
18323 Do something useful with timestamps. Make chain-based (since
18324 there's really no reason to be loopbased).
18325 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18326 Update current_byte/frame correctly.
18328 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18330 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18331 (gst_ape_demux_stream_init):
18334 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18336 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18337 Let's make sure we're done typefinding when detecting tags.
18339 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18341 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18342 (gst_ebml_read_init), (gst_ebml_read_use_event),
18343 (gst_ebml_read_element_id), (gst_ebml_peek_id),
18344 (gst_ebml_read_seek), (gst_ebml_read_skip),
18345 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18346 (gst_ebml_read_master):
18347 * gst/matroska/ebml-read.h:
18348 * gst/matroska/matroska-demux.c:
18349 (gst_matroska_demux_parse_contents),
18350 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18351 Disgustingly evil hack for working around INTERRUPT events and
18352 their extremely annoying habit of being a pain in the ass. We
18353 simply peek a cluster before reading any of it.
18355 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18357 * ext/musepack/gstmusepackdec.cpp:
18358 There's also floating point libmusepacks.
18360 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18362 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18363 (gst_faad_chanpos_to_gst), (gst_faad_chain):
18364 Set DURATION even if source buffer didn't. Also use increasing
18366 * gst-libs/gst/riff/riff-media.c:
18367 (gst_riff_create_audio_caps_with_data):
18368 Block_align can have larger values than 8192.
18370 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18372 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18373 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18374 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18375 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18378 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18380 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18383 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18385 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18388 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18390 * ext/esd/esdsink.c: (gst_esdsink_chain):
18391 Make error actually say something useful (fixes #156798).
18392 * gst-libs/gst/riff/riff-media.c:
18393 (gst_riff_create_video_caps_with_data),
18394 (gst_riff_create_video_template_caps):
18395 Add Intel Video 5.0 fourcc (IV50).
18397 2004-12-01 Christophe Fergeau <teuf@gnome.org>
18399 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18400 detection on mono and stereo mp3 files.
18402 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18404 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18405 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18406 the contained stream).
18408 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18410 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18411 Oops, remove debug.
18413 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18415 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18417 * gst/law/alaw-decode.c: (alawdec_getcaps):
18418 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18419 Prevent warnings when negotiating caps (fixes #159338).
18421 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18423 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18424 (gst_ffmpegcsp_chain):
18425 Remove old leftover that shouldn't be there...
18427 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18429 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18431 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18432 Don't forward DISCONT events (fixes #159684).
18434 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18436 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18437 Unlink manually since sometimes bin disposal (and therefore
18438 pad unlinking) is delayed, which will cause a new media file
18439 to not be able to start playing instantly.
18441 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18443 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18444 On mute of an unlinked stream, check for pad availability so
18445 we don't crash on unlinked pad.
18447 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18449 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18450 (gst_avi_demux_massage_index):
18451 Fix quite humiliating bug in omitting 0-sized index chunks but
18452 forgetting to count them for timestamps.
18454 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18456 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18457 Actually leave the loop if we failed to sync. Don't crash.
18459 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18461 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18462 (gst_dvd_demux_process_private):
18463 * gst/mpegstream/gstdvddemux.h:
18464 Fix crash (#159759). Doesn't work, though. :-(.
18466 2004-11-28 Benjamin Otte <otte@gnome.org>
18468 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18469 more overwriting protection due to modifying channels one by one
18470 instead of all at once
18472 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18474 * gst/audioconvert/gstchannelmix.c:
18475 (gst_audio_convert_fill_normalize):
18476 Normalize using absolute values.
18478 2004-11-28 Julien MOUTTE <julien@moutte.net>
18482 * ext/directfb/Makefile.am:
18483 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18484 (gst_directfbvideosink_get_pixel_format),
18485 (gst_directfbvideosink_get_format_from_fourcc),
18486 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18487 (gst_directfbvideosink_sink_link),
18488 (gst_directfbvideosink_change_state),
18489 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18490 (gst_directfbvideosink_buffer_alloc),
18491 (gst_directfbvideosink_interface_supported),
18492 (gst_directfbvideosink_interface_init),
18493 (gst_directfbvideosink_navigation_send_event),
18494 (gst_directfbvideosink_navigation_init),
18495 (gst_directfbvideosink_set_property),
18496 (gst_directfbvideosink_get_property),
18497 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18498 (gst_directfbvideosink_base_init),
18499 (gst_directfbvideosink_class_init),
18500 (gst_directfbvideosink_get_type), (plugin_init):
18501 * ext/directfb/directfbvideosink.h: Adding a first version of
18503 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18506 2004-11-28 Benjamin Otte <otte@gnome.org>
18508 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18509 walk the samples backwards if out_channels > in_channels so we don't
18512 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18514 * gst/audioconvert/Makefile.am:
18515 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18516 (gst_audio_convert_link), (gst_audio_convert_change_state),
18517 (gst_audio_convert_channels):
18518 * gst/audioconvert/gstchannelmix.c:
18519 (gst_audio_convert_unset_matrix),
18520 (gst_audio_convert_fill_identical),
18521 (gst_audio_convert_fill_compatible),
18522 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18523 (gst_audio_convert_fill_others),
18524 (gst_audio_convert_fill_normalize),
18525 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18526 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18527 * gst/audioconvert/gstchannelmix.h:
18528 Implement a channel mixer.
18530 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
18532 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18533 * ext/alsa/gstalsa.h:
18534 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18535 Make alsasink actually honor gst_element_set_clock and use that
18536 clock instead of its internal one.
18538 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18540 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18541 (gst_play_base_bin_change_state): nullify source and decoder when
18542 going from READY to NULL so that we don't try to do weird stuff with
18543 them when going from NULL to READY
18544 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18545 instead of g_object_unref
18546 (gen_video_element), (gen_audio_element): more refcounting fixes, now
18547 it should be correct
18548 (gst_play_bin_change_state): don't call remove_sinks if we are
18549 currently disposing the object
18551 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18553 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18554 Don't forget bass if it's there. Else left channel is silent...
18556 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18558 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18559 (gst_a52dec_change_state):
18560 Don't do sample adjusting anymore, we use float audio now.
18561 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18562 Don't fixate to non-existing properties.
18564 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18566 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18567 (gst_a52dec_change_state):
18568 Advertise that we can do surround sound.
18570 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18572 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18573 Add buffer-frames=0.
18574 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18575 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18576 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18577 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18578 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18579 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18580 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18581 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18582 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18583 * ext/dvdread/dvdreadsrc.h:
18584 Add seeking, querying for bytes, sectors, title, angle and
18585 chapter. Handle multiple chapters. Relicense to LGPL because
18586 Billy agreed on that (thanks Billy!).
18588 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18590 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18591 call parent dispose method
18593 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
18595 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18596 (gst_audio_clock_get_internal_time):
18597 Fix active <-> inactive transitions: ensure time value always
18598 grows and avoid abrupt value changes.
18600 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
18603 * gst/tta/Makefile.am:
18605 * gst/tta/filters.h:
18606 * gst/tta/gsttta.c:
18607 * gst/tta/gstttadec.c:
18608 * gst/tta/gstttadec.h:
18609 * gst/tta/gstttaparse.c:
18610 * gst/tta/gstttaparse.h:
18611 * gst/tta/ttadec.h:
18612 added TTA parser and decoder
18614 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18616 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18617 (probe_triggered), (check_queue), (buffer_underrun),
18618 (buffer_running), (buffer_overrun), (gen_source_element),
18620 * gst/playback/gstplaybasebin.h:
18621 Implement buffering. Needs some more work.
18623 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18625 * ext/theora/theoradec.c: (theora_dec_chain):
18626 Fix ilog mask range overflow.
18628 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18630 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18631 Don't omit the last (which in case of dmix is the only :) )
18632 channel count. Don't set channels if <= 2.
18634 2004-11-26 Christophe Fergeau <teuf@gnome.org>
18636 * gst/playback/gstplaybin.c: (gen_video_element),
18637 (gen_audio_element): Removed 2 obsolete comments
18639 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18641 * ext/vorbis/oggvorbisenc.c
18642 * ext/vorbis/vorbisenc.c :
18643 change description fields of those plugins to differentiate them
18644 (pitivi show Encoders by description, they had the same one)
18646 2004-11-25 Christophe Fergeau <teuf@gnome.org>
18648 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18650 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18651 (gst_play_bin_set_property), (gen_video_element),
18652 (gen_audio_element):
18653 Refcounting fixes for provided audio-/videosinks.
18655 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18657 * gst/playback/gstplaybin.c: (gen_video_element),
18658 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18659 Don't reference all sinks, but only the video- and audiosinks.
18660 The vis. element should be disposed when we're done with it.
18661 We don't have any reason to keep it around. This fixes warnings
18662 when reusing playbin for playing multiple audio files with
18663 vis. enabled. Also release audio device on pause - idea stolen
18666 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18668 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18669 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18670 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18671 * ext/alsa/gstalsaplugin.c: (plugin_init):
18672 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18673 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18674 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18675 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18676 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18677 (gst_faad_change_state), (plugin_init):
18678 * ext/faad/gstfaad.h:
18679 * ext/vorbis/vorbis.c: (plugin_init):
18680 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18681 * gst-libs/gst/audio/Makefile.am:
18682 * gst-libs/gst/audio/audio.c: (plugin_init):
18683 * gst-libs/gst/audio/multichannel.c:
18684 (gst_audio_check_channel_positions),
18685 (gst_audio_get_channel_positions),
18686 (gst_audio_set_channel_positions),
18687 (gst_audio_set_structure_channel_positions_list),
18688 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18689 (gst_audio_fixate_channel_positions):
18690 * gst-libs/gst/audio/multichannel.h:
18691 * gst-libs/gst/audio/testchannels.c: (main):
18692 * gst/audioconvert/gstaudioconvert.c:
18693 (gst_audio_convert_class_init), (gst_audio_convert_init),
18694 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18695 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18696 (gst_audio_convert_fixate), (gst_audio_convert_channels):
18697 * gst/audioconvert/plugin.c: (plugin_init):
18698 Surround sound support.
18700 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18702 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18703 Fix position for discont if we're close as well. Nitpicking, but
18704 saves a few milliseconds of extra waiting or skipping.
18706 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18708 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18709 We sometimes need parsers for playback, so add those too.
18711 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18714 * gst/apetag/Makefile.am:
18715 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18716 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18717 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18718 (gst_ape_demux_get_src_query_types),
18719 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18720 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18721 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18722 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18723 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18724 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18725 (gst_ape_demux_change_state):
18726 * gst/apetag/apedemux.h:
18727 * gst/apetag/apetag.c: (plugin_init):
18728 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18730 APE v1/2 tag reader plus typefind function.
18732 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18735 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18736 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18737 Remove hacks for older core. Require newer core version
18740 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18742 * gst/cdxaparse/Makefile.am:
18743 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18744 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18745 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18746 * gst/cdxaparse/gstcdxaparse.h:
18747 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18748 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18749 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18750 (gst_cdxastrip_get_src_query_types),
18751 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18752 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18753 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18754 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18755 * gst/cdxaparse/gstcdxastrip.h:
18756 SVCD/VCD header stripping separated from CDXA image parsing.
18757 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18759 Add VCD/SVCD header typefinding for VCD/SVCD.
18760 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18761 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18762 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18763 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18764 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18765 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18766 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18767 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18768 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18769 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18770 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18771 * sys/vcd/vcdsrc.h:
18772 Fix up, add seeking, querying, URI interface. Works in totem now.
18774 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18779 === release 0.8.6 ===
18781 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18799 releasing 0.8.6, "IOU Love"
18801 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18803 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18805 * gst/playback/gstplaybasebin.c:
18806 Fix unplayable files error handling. Fixes #158365
18808 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18810 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18812 * gst/typefind/gsttypefindfunctions.c:
18813 Fix broken mp3 typefinding. Fixes #158375
18815 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18817 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18819 * ext/ogg/gstoggdemux.c:
18820 Fix sync on broken files. Fixes #158976
18822 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18824 patch by: Edward Hervey <bilboed@bilboed.com>
18826 * ext/libpng/gstpngenc.c:
18827 Copy over buffer properties. Fixes #158832
18829 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18831 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18833 * ext/dvdread/dvdreadsrc.c:
18834 Fixes invalid reads (#158462)
18836 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18838 * sys/v4l/gstv4lsrc.c:
18839 * sys/v4l/gstv4lsrc.h:
18840 * sys/v4l/v4lsrc_calls.c:
18841 Probe less and cache it. Fixes #159187.
18843 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18845 * gst/videorate/gstvideorate.c:
18846 Handle all video formats. Fixes #159186.
18848 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
18849 * gst/synaesthesia/gstsynaesthesia.c:
18850 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18851 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18852 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18853 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18854 (gst_synaesthesia_change_state), (plugin_init):
18855 Fix up synaesthesia to work under different samplerates/ buffer sizes.
18856 Force 320x200 output, as that's the only thing the underlying
18857 synaesthesia implementation supports. Still needs to be made
18860 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18863 Fix mpeg2enc configure check (similar to mplex check below).
18865 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
18867 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18869 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18870 Fix for gcc-2.95 (fixes #158221).
18872 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18874 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18875 Re-add clock distribution hack (until new core is released).
18878 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
18880 fix mplex configure check segfaulting on some systems (bug #140994)
18882 2004-11-13 Benjamin Otte <otte@gnome.org>
18884 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18886 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18887 do a wait when we enter the loop func with no data available to
18888 write instead of getting into an 100% CPU loop by just returning and
18889 being called again by the scheduler
18891 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
18894 * ext/libvisual/visual.c: (gst_visual_get_type),
18895 (libvisual_log_handler), (gst_visual_getcaps),
18896 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18898 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18899 * ext/smoothwave/Makefile.am:
18900 * ext/smoothwave/demo-osssrc.c: (main):
18901 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18902 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18903 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18905 * ext/smoothwave/gstsmoothwave.h:
18906 Make gstsmoothwave a working element in the 20th century.
18908 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18909 Fix incorrect link function
18911 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18913 * gst/volume/gstvolume.c:
18914 Allow buffer-frames=0.
18916 2004-11-12 Iain <iaingnome@gmail.com>
18918 * configure.ac: Check for polypaudio
18920 * ext/Makefile.am: Build the polyp dir
18922 * ext/polyp: The polypsink sources.
18924 2004-10-30 Iain <iaingnome@gmail.com>
18926 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18927 caps to reflect the new number of channels.
18929 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18931 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18932 Fix for negotiation order problem. This would show when the
18933 ALSA loopfuction was called before any other function. ALSA
18934 wouldn't do anything because we're not negotiated yet, leading
18935 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18937 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
18939 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18941 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18942 No warnings (#157986).
18944 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18946 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18947 Prefer apev1/2 and id3v1 (at end of file) over musepack.
18949 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18951 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18952 Signal no-more-pads (so it works in playbin).
18954 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18956 * ext/musepack/gstmusepackreader.cpp:
18957 Workaround for older core.
18959 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18961 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18962 Actually test for odd width/height rather than testing whether
18963 a temporary variable that was 0 before we subtracted 1 is now
18964 not equal to zero (which it always is).
18966 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18968 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18969 Fix compilation if HAVE_XVIDEO is not defined
18971 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18973 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18974 Fix compilation if HAVE_XVIDEO is not defined
18976 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
18978 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18979 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18980 (gst_goom_change_state), (plugin_init):
18981 Use the bytestream adapter so goom doesn't depend on the input
18983 Add a debug category
18985 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18987 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18988 Only set hardware parameters *after* negotiation. Before
18989 negotiation, it will set ANY and that seems to cause crashes
18990 (see e.g. #151288, #153227).
18992 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18994 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18995 This seems to be antique leftover. It needs to pass error
18997 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18998 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18999 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19000 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19001 Fix GstXOverlay implementation (#151059).
19003 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19005 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19006 Don't assert (#157853).
19008 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19010 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19011 Fix bytes/samples confustion.
19012 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19013 Fix for underrun (#144389).
19015 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19017 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19018 Disable halfway-seek for pending release (since it needs a new
19021 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19023 * sys/v4l/gstv4lsrc.c:
19024 * sys/v4l/gstv4lsrc.h:
19025 * sys/v4l/v4lsrc_calls.c:
19026 add autoprobe-fps property so we can separate autoprobing parts
19028 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19030 * sys/v4l/gstv4lsrc.c:
19031 * sys/v4l/v4lsrc_calls.c:
19032 initialise fourcc to catch unset fourcc's, and debug
19034 2004-11-09 Wim Taymans <wim@fluendo.com>
19036 * gst/playback/README:
19037 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19038 * gst/playback/gstplaybin.c: (gst_play_bin_init),
19039 (gst_play_bin_dispose), (gst_play_bin_set_property),
19040 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19041 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19042 (gst_play_bin_get_formats), (gst_play_bin_convert),
19043 (gst_play_bin_get_query_types), (gst_play_bin_query):
19044 Cleanups and some more documentation.
19046 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
19048 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19049 (gst_cacasink_init), (gst_cacasink_chain):
19050 * ext/libcaca/gstcacasink.h:
19051 Cacasink inherits from VideoSink, so let that store the clock.
19053 2004-11-09 Wim Taymans <wim@fluendo.com>
19055 * gst/playback/README:
19056 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19057 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19058 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19059 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19060 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19062 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19063 (gst_stream_info_is_mute), (gst_stream_info_set_property):
19064 * gst/playback/gststreaminfo.h:
19066 Only switch groups if all streams have muted (EOSed).
19067 Send Tags in sync with the stream playback instead of in
19068 the playback/preroll phase.
19069 Some cleanups, free the fakesrc elements.
19071 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
19073 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19074 buffer-frames property was missing
19075 * ext/arts/gst_arts.c:
19076 rate missing from sinkcaps
19077 * ext/audiofile/gstafparse.c:
19078 * ext/audiofile/gstafsink.c:
19079 * ext/audiofile/gstafsrc.c:
19080 * ext/swfdec/gstswfdec.c:
19081 int audio doesn't know buffer-frames
19082 * ext/cdparanoia/gstcdparanoia.c:
19083 int audio doesn't know chunksize either
19084 * ext/nas/nassink.c:
19085 it's endianness, not endianess
19086 * gst-libs/gst/audio/audio.h:
19087 make float standard pad template caps really describe float
19088 * gst/law/mulaw.c: (linear_factory):
19089 signed only, please
19090 * gst/mpegstream/gstdvddemux.c:
19091 widths of 20 are not valid
19093 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
19095 Submitted by: Luca Ferretti <elle.uca@infinito.it>
19101 2004-11-08 Wim Taymans <wim@fluendo.com>
19103 * gst/playback/README:
19104 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19105 * gst/playback/gstplaybasebin.c: (probe_triggered),
19106 (gst_play_base_bin_change_state):
19107 Updated README, added more comments for fixmes etc..
19109 2004-11-08 Wim Taymans <wim@fluendo.com>
19111 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19112 We can remove this hack now.
19114 2004-11-08 Wim Taymans <wim@fluendo.com>
19116 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19117 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19118 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19119 Only mix AYUV for maximum quality.
19121 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19123 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19124 (gst_ogg_demux_push), (gst_ogg_pad_push):
19125 Let's act as if we're synchronized now! :).
19126 * ext/theora/theoradec.c: (theora_dec_chain):
19129 2004-11-08 Wim Taymans <wim@fluendo.com>
19131 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19132 (gst_alpha_set_property), (gst_alpha_sink_link),
19133 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19134 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19135 (gst_alpha_init_params), (gst_alpha_chain):
19136 Implement alpha functions for AYUV too, this increases
19137 accuracy quite a bit.
19139 2004-11-08 Wim Taymans <wim@fluendo.com>
19141 * gst/ffmpegcolorspace/avcodec.h:
19142 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19143 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19144 (gst_ffmpegcsp_avpicture_fill):
19145 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19146 (gst_ffmpegcsp_caps_remove_format_info):
19147 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19148 (shrink12), (img_get_alpha_info), (deinterlace_line),
19149 (deinterlace_line_inplace):
19150 * gst/ffmpegcolorspace/imgconvert_template.h:
19151 Added AYUV colorspace and handle RGBA a bit more respectful.
19153 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19155 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19156 Actually always send a discont (cornercase when resending the
19157 same serial-tagged chain twice).
19159 2004-11-08 Julien MOUTTE <julien@moutte.net>
19161 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19162 (gst_ximagesink_finalize):
19163 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19164 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19166 2004-11-08 Wim Taymans <wim@fluendo.com>
19168 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19169 Don't segfault on NULL data.
19171 2004-11-08 Wim Taymans <wim@fluendo.com>
19173 * gst/playback/gstdecodebin.c: (unlinked):
19174 * gst/playback/gstplay-marshal.list:
19175 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19176 (gst_play_base_bin_init), (group_create), (get_active_group),
19177 (get_building_group), (group_destroy), (group_commit),
19178 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19179 (add_element_stream), (no_more_pads), (probe_triggered),
19180 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19181 (state_change), (setup_source), (gst_play_base_bin_get_property),
19182 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19183 (gst_play_base_bin_link_stream),
19184 (gst_play_base_bin_get_streaminfo):
19185 * gst/playback/gstplaybasebin.h:
19186 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19187 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19188 Add support for chained ogg files. Prepare for playlist
19189 support. This patch introduces the concept of pad groups, which
19190 together compose one playable media file.
19192 2004-11-07 David Schleef <ds@schleef.org>
19194 * testsuite/gst-lint: Check for pad templates that aren't statically
19197 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19201 * ext/musepack/Makefile.am:
19202 * ext/musepack/gstmusepackdec.cpp:
19203 * ext/musepack/gstmusepackdec.h:
19204 * ext/musepack/gstmusepackreader.cpp:
19205 * ext/musepack/gstmusepackreader.h:
19206 Add musepack decoder.
19207 * ext/faad/gstfaad.c: (gst_faad_base_init):
19208 Make pad templates static.
19209 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19211 Add musepack typefinder, make mp3 typefinding work halfway stream,
19212 which doesn't actually work yet because id3demux doesn't implement
19215 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19217 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19218 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19219 Fix interrupt event handling (#144436).
19221 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19223 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19226 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19228 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19230 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19231 Fix weird caps (#157548).
19233 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19235 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19237 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19238 Add missing NULL terminator (#157543).
19240 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
19242 * gst/tcp/gsttcp.h:
19243 * gst/tcp/gsttcpclientsink.c:
19244 * gst/tcp/gsttcpclientsrc.c:
19245 * gst/tcp/gsttcpserversink.c:
19246 * gst/tcp/gsttcpserversrc.c:
19247 ports can go up to 65535. Move common defines to gsttcp.h
19249 2004-11-05 Wim Taymans <wim@fluendo.com>
19251 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19252 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19253 Added two more colorspaces.
19255 2004-11-05 Wim Taymans <wim@fluendo.com>
19257 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19258 (gst_ffmpegcsp_avpicture_fill):
19259 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19260 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19261 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19264 2004-11-05 Wim Taymans <wim@fluendo.com>
19266 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19267 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19268 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19269 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19270 (gst_videomixer_loop):
19273 2004-11-05 Benjamin Otte <otte@gnome.org>
19275 * ext/mad/gstmad.c: (gst_mad_chain):
19276 don't overflow data buffer. Flush not needed sync data when syncing
19279 2004-11-04 Wim Taymans <wim@fluendo.com>
19281 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19282 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19283 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19284 (gst_alpha_init_params), (gst_alpha_chain),
19285 (gst_alpha_change_state):
19286 Updated the chroma keying algorithm with something more
19289 2004-11-03 Wim Taymans <wim@fluendo.com>
19291 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19292 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19293 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19294 Fix stride issues. Does not completely work for odd
19297 2004-11-03 Wim Taymans <wim@fluendo.com>
19299 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19300 (gst_alpha_chroma_key), (gst_alpha_chain):
19301 Fix stride issues. Does not completely work for odd
19304 2004-11-03 Christophe Fergeau <teuf@gnome.org>
19306 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19307 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19310 2004-11-03 Wim Taymans <wim@fluendo.com>
19312 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19313 (gst_ffmpegcsp_avpicture_fill):
19314 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19316 * gst/ffmpegcolorspace/imgconvert_template.h:
19317 Use correct _fill function to get correct strides.
19319 2004-11-02 David Schleef <ds@schleef.org>
19321 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19322 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19323 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19324 Change all g_print()s to debugging. Add a bunch of consistency
19327 2004-11-02 Wim Taymans <wim@fluendo.com>
19329 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19330 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19331 (unlinked), (no_more_pads), (close_link):
19332 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19333 (unknown_type), (add_element_stream), (new_decoded_pad),
19334 (removed_decoded_pad), (setup_source):
19335 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19336 (gst_stream_info_class_init), (gst_stream_info_init),
19337 (gst_stream_info_new), (gst_stream_info_dispose),
19338 (stream_info_mute_pad), (gst_stream_info_set_property),
19339 (gst_stream_info_get_property):
19340 * gst/playback/gststreaminfo.h:
19341 Fix playback of multiple files.
19342 a slightly different approach to handling dynamic pad removals.
19343 This one only looks at pads that we have linked.
19345 2004-11-01 Christophe Fergeau <teuf@gnome.org>
19347 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19348 free" warning from libc.
19350 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19352 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19353 (get_unconnected_element), (remove_starting_from), (pad_removed),
19355 Implement support for dynamic pad changing. We listen to "live"
19356 pad removals (i.e. while playing) and re-setup autoplugging
19357 after that. Playbasebin/playbin need some more work for this
19358 to finally work, but decodebin supports (and replugs) chained
19361 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
19363 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19364 (gst_alsa_finalize):
19365 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19366 (gst_cdaudio_finalize):
19367 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19368 (cdparanoia_finalize):
19369 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19370 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19371 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19372 (dvdreadsrc_finalize):
19373 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19374 (gst_flacdec_finalize):
19375 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19376 (gst_flacenc_finalize):
19377 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19378 (gst_gnomevfssink_finalize):
19379 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19380 (gst_gnomevfssrc_finalize):
19381 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19382 (gst_fameenc_finalize):
19383 * ext/nas/nassink.c: (gst_nassink_class_init),
19384 (gst_nassink_finalize):
19385 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19386 (gst_sdlvideosink_class_init):
19387 * ext/sndfile/gstsf.c: (gst_sf_dispose):
19388 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19389 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19390 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19391 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19392 (gst_x_window_listener_dispose):
19393 * gst/audioscale/gstaudioscale.c:
19394 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19395 (play_on_demand_finalize):
19396 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19397 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19398 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19399 (cdplayer_finalize):
19400 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19401 (gst_glimagesink_class_init):
19402 * sys/oss/gstosselement.c: (gst_osselement_class_init),
19403 (gst_osselement_finalize):
19404 * sys/oss/gstosssink.c: (gst_osssink_dispose):
19405 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19406 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19407 Fixes a bunch of problems with finalize and dispose functions,
19408 either assumptions that dispose is only called once, or not calling
19409 the parent class dispose/finalize function
19411 2004-11-01 Stefan Kost <ensonic@users.sf.net>
19413 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19414 added two api precondition guards
19415 use g_strdup with getenv to fix crash when using ENVVAR
19417 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
19418 * ext/esd/esdsink.c: (gst_esdsink_class_init),
19419 (gst_esdsink_finalize):
19420 Use a finalize function, not dispose, and more importantly,
19421 call the parent class finalize function too
19423 2004-11-01 Johan Dahlin <johan@gnome.org>
19425 * ext/ogg/gstoggdemux.c:
19426 * gst/tags/gstvorbistag.c:
19429 2004-10-31 Benjamin Otte <otte@gnome.org>
19431 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19432 lotsa memleaks today. But they're all small...
19434 2004-10-31 Benjamin Otte <otte@gnome.org>
19436 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19437 another memleak crushed
19439 2004-10-31 Benjamin Otte <otte@gnome.org>
19441 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19444 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19446 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19447 Hack to prevent crash when going to READY inside signal handler
19448 while this function is active.
19450 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19452 * gst/ffmpegcolorspace/Makefile.am:
19453 * gst/ffmpegcolorspace/avcodec.h:
19454 * gst/ffmpegcolorspace/common.h:
19455 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19456 * gst/ffmpegcolorspace/dsputil.h:
19457 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19458 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19459 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19460 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19461 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19462 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19463 (gst_ffmpegcsp_avpicture_fill):
19464 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19465 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19466 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19467 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19468 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19469 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19470 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19471 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19472 * gst/ffmpegcolorspace/imgconvert.c:
19473 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19474 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19475 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19476 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19477 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19478 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19479 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19480 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19481 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19482 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19483 (grow21), (grow22), (grow41), (grow44), (conv411),
19484 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19485 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19486 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19487 (avpicture_free), (is_yuv_planar), (img_convert),
19488 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19489 (deinterlace_line_inplace), (deinterlace_bottom_field),
19490 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19491 * gst/ffmpegcolorspace/imgconvert_template.h:
19492 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19493 * gst/ffmpegcolorspace/mmx.h:
19494 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19495 (av_fast_realloc), (av_mallocz_static), (av_free_static),
19496 (av_freep), (avcodec_get_context_defaults),
19497 (avcodec_alloc_context), (avcodec_init):
19498 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19499 handling plus update from ffmpeg CVS. Large clean-up.
19501 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19503 * gst/playback/Makefile.am:
19504 We need the marshallers for decodebin, too.
19506 2004-10-30 David Schleef <ds@schleef.org>
19508 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19509 quicktime typefinding work with 64-bit offsets.
19511 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
19513 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19514 Set EOS on the element when processing an EOS event.
19515 * ext/speex/gstspeexdec.h:
19516 * ext/speex/gstspeexenc.h:
19517 Only keep a const ptr to the mode
19518 * gst-libs/gst/riff/riff-media.c:
19519 (gst_riff_create_audio_caps_with_data),
19520 (gst_riff_create_audio_template_caps):
19521 Allow WMAV3, with up to 6 channels.
19522 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19523 Don't call gst_pad_set_event_function on a sink pad.
19524 * gst/mpegstream/gstdvddemux.c:
19525 (gst_dvd_demux_get_subpicture_stream),
19526 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19527 Copy the explicit caps that were set across to the cur_* pads,
19528 instead of trying to use a possibly non-existent negotiated caps.
19529 Reset the type of subpicture pads to UNKNOWN after calling
19530 init_stream, so that the caps get set.
19532 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
19534 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19536 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19537 Don't touch buffer if it is of size 0 (fixes #151064).
19539 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19541 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19542 Synchronized discont handling.
19544 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19546 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19547 (gst_ogg_demux_push):
19548 Make seeking sort-of exact again (fixes #156387).
19550 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19552 * gst/playback/gstplaybasebin.c: (unknown_type),
19553 (add_element_stream), (new_decoded_pad),
19554 (gst_play_base_bin_change_state):
19555 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19556 (gst_stream_info_init), (gst_stream_info_new),
19557 (gst_stream_info_dispose), (gst_stream_info_get_property):
19558 * gst/playback/gststreaminfo.h:
19559 Make caps explicitely available. Makes testing for unsupported
19560 types possible. Improves error reporting.
19562 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19564 * gst/audioconvert/gstaudioconvert.c:
19565 (gst_audio_convert_buffer_to_default_format):
19566 Really don't touch read-only buffers (#156563).
19568 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
19570 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19572 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19573 Fix memleak (#155223).
19575 2004-10-29 Wim Taymans <wim@fluendo.com>
19577 * gst/tcp/.cvsignore:
19578 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19579 (gst_multifdsink_class_init), (gst_multifdsink_init),
19580 (gst_multifdsink_add), (gst_multifdsink_remove),
19581 (gst_multifdsink_remove_client_link), (is_sync_frame),
19582 (gst_multifdsink_new_client),
19583 (gst_multifdsink_handle_client_write),
19584 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19585 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19586 (gst_multifdsink_get_property):
19587 * gst/tcp/gstmultifdsink.h:
19588 Added burst on connect sync_method, deprecated sync_clients,
19589 streamlined the sync code some more.
19591 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19593 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19594 (gst_play_base_bin_change_state):
19595 Improve error reporting.
19597 2004-10-28 Wim Taymans <wim@fluendo.com>
19599 * gst/tcp/Makefile.am:
19600 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19601 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19602 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19603 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19604 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19605 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19607 Added more locks around fdset structures. Fixed/reworked
19608 the poll array resizing code.
19609 Added stress test for fdset.
19611 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19613 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19616 2004-10-28 Benjamin Otte <otte@gnome.org>
19618 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19619 fix link function to always query channels and query width for
19623 * gst/equalizer/Makefile.am:
19624 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19625 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19626 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19627 (arg_to_scale), (setup_filter),
19628 (gst_iir_equalizer_compute_frequencies),
19629 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19630 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19634 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19636 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19640 Added Norwegian Bokmaal translation
19642 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19644 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19645 Don't break on options (fixes #156488).
19647 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19650 * ext/cdaudio/Makefile.am:
19652 fix build on older automake
19654 2004-10-26 Wim Taymans <wim@fluendo.com>
19656 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19657 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19658 Allow a little margin when negotiating the framerate.
19660 2004-10-26 Stefan Kost <ensonic@users.sf.net>
19662 * gst/level/gstlevel.c:
19663 synchonised naming of pads and pad-templates
19665 2004-10-26 Wim Taymans <wim@fluendo.com>
19667 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19668 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19669 (_find_streams_check), (gst_ogg_demux_push):
19670 Fix EOS again. Needs to be done in a better way. We should not
19671 remove the pad if there is no new chained stream.
19673 2004-10-26 Iain <iaingnome@gmail.com>
19675 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19676 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19678 * gst/interleave/interleave.c (interleave_class_init): Hook up release
19680 (interleave_release_pad): Remove the pad.
19681 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19682 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19684 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19686 (gst_xvimagesink_xcontext_clear): Free the xcontext.
19687 (gst_xvimagesink_finalize): Free the par.
19689 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19691 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19692 (gst_avimux_stop_file):
19693 First calculate the rate, and only then use it. Hdr.rate is a
19694 multiple and not a derivative of hdr.scale. Scale is not the
19695 same as blockalign but is solely related to rate.
19697 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19699 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19700 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19703 2004-10-25 James Henstridge <james@jamesh.id.au>
19705 Reviewed by: David Schleef <ds@schleef.org>
19707 * examples/gstplay/player.c: (got_stream_length), (main):
19708 * examples/seeking/cdplayer.c: (update_scale):
19709 * examples/seeking/seek.c: (format_value), (update_scale):
19710 * examples/seeking/spider_seek.c: (format_value), (update_scale),
19712 Build fixes on AMD64.
19714 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19716 reviewed by: Ronald Bultje <rbultje at gnome dot org>
19718 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19719 Fix for some v4l cards which hang in v4lsrc
19721 2004-10-25 Wim Taymans <wim@fluendo.com>
19723 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19724 (gst_ogg_demux_push), (gst_ogg_chains_clear):
19725 Make sure to remove the pad when a new chain is
19726 encountered. Set some vars to NULL so we don't try
19727 to reference freed memory.
19729 2004-10-25 Wim Taymans <wim@fluendo.com>
19731 * examples/seeking/Makefile.am:
19732 * examples/seeking/cdplayer.c: (update_scale):
19733 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19734 * examples/seeking/playbin.c: (make_playerbin_pipeline),
19735 (format_value), (update_scale), (iterate), (start_seek),
19736 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19737 (print_usage), (main):
19738 Added some more examples, update others.
19740 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19742 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19743 * ext/speex/gstspeexdec.c: (speex_dec_chain):
19744 * ext/theora/theoradec.c: (theora_dec_chain):
19745 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19746 Add codec-name metadata.
19748 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
19750 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19752 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19753 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19754 * ext/alsa/gstalsamixertrack.h:
19756 ALSA mixer track label internationalization (#154054).
19758 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19760 * ext/theora/theoradec.c: (theora_dec_chain):
19761 Export bitrate as metadata.
19763 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19765 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19766 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19767 * ext/alsa/gstalsamixertrack.h:
19768 Fix names, fix loop.
19770 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19772 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19773 (speex_dec_convert):
19774 sinkconvert function so oggdemux can get the file length (totem).
19776 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
19778 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19780 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19781 Don't push incomplete packets.
19782 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19783 Fix MPEG-4 audio typefinding.
19785 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19787 * sys/v4l/Makefile.am:
19788 * sys/v4l/gstv4l.c: (plugin_init):
19789 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19790 (gst_v4lelement_init), (gst_v4lelement_dispose),
19791 (gst_v4lelement_change_state):
19792 * sys/v4l/gstv4lelement.h:
19793 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19794 (gst_v4l_xoverlay_close), (idle_refresh),
19795 (gst_v4l_xoverlay_set_xwindow_id):
19796 * sys/v4l/gstv4lxoverlay.h:
19797 * sys/v4l/v4l-overlay_calls.c:
19798 * sys/v4l/v4l_calls.h:
19799 * sys/v4l2/Makefile.am:
19800 * sys/v4l2/gstv4l2.c: (plugin_init):
19801 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19802 (gst_v4l2element_init), (gst_v4l2element_dispose),
19803 (gst_v4l2element_change_state):
19804 * sys/v4l2/gstv4l2element.h:
19805 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19806 (gst_v4l2_xoverlay_close), (idle_refresh),
19807 (gst_v4l2_xoverlay_set_xwindow_id):
19808 * sys/v4l2/gstv4l2xoverlay.h:
19809 * sys/v4l2/v4l2-overlay_calls.c:
19810 * sys/v4l2/v4l2_calls.h:
19811 Remove client-side overlay handling, use the X-server v4l plugin
19812 for that. Nicer overlay, less code. Also make the plugin
19813 compileable without X (but then without overlay, obviously).
19814 Makes xwindowlistener obsolete, should we remove that?
19816 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19818 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19819 (gst_osssrc_src_query):
19820 * sys/oss/gstosssrc.h:
19821 OK, so people want offset in DEFAULT. This time, actually fix all
19823 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19826 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19828 * gst/asfdemux/gstasfmux.c:
19829 * gst/avi/gstavimux.c:
19832 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19834 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19835 Fix properties (channel, norm, frequency).
19837 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19839 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19841 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19844 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19846 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19849 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19851 * sys/v4l2/gstv4l2element.h:
19852 Yet Another Hack (tm) for kernel header borkedness.
19853 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19854 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19855 (gst_v4l2src_link), (gst_v4l2src_getcaps),
19856 (gst_v4l2src_change_state):
19857 * sys/v4l2/gstv4l2src.h:
19858 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19859 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19860 Fix caps, keep track of state, work.
19862 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19864 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19867 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19869 * sys/oss/gstosssrc.c: (gst_osssrc_get):
19870 Don't mix bytes and samples.
19872 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19874 * ext/ogg/gstoggmux.c:
19875 Basic pad template which accepts OGM tracks, speex, flac, vorbis
19876 and theora. Any is incorrect.
19877 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19879 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19880 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19881 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19882 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19883 * sys/v4l/gstv4lmjpegsrc.h:
19884 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19885 (gst_v4lsrc_change_state):
19886 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19887 (gst_v4lmjpegsrc_capture_stop):
19888 Fix caps. Keep track of internal state. Work.
19890 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19893 Fix the build fixes.
19895 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19897 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19898 (gst_ogg_demux_src_event), (_find_chain_seek),
19899 (gst_ogg_pad_push):
19900 Check for pad availability before using it.
19901 * ext/ogg/gstoggdemux.c: (_find_chain_process):
19902 Fix parsing of chained ogg. Needs more work on the decoder side.
19904 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
19906 * gst/spectrum/Makefile.am:
19907 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19909 Fix demo and reenable it. Yes, I'm currently playing with audio
19912 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19914 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19915 We love it if files that start at zero work too...
19917 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19919 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19920 Handle files with missing EOS headers.
19922 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19924 * gst/tcp/gsttcpserversink.c:
19925 (gst_tcpserversink_handle_server_read),
19926 (gst_tcpserversink_init_send):
19927 Zero some variables first (need for accept not to return EINVAL)
19929 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19931 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19932 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19933 * ext/theora/theoradec.c: (theora_dec_sink_convert),
19934 (theora_dec_chain):
19935 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19936 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19937 Seeking and querying finetune.
19939 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
19943 * ext/raw1394/Makefile.am:
19946 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19948 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19950 * gst/playback/Makefile.am:
19951 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19952 * gst/playback/gstplay-marshal.list:
19953 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19956 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19958 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19961 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19963 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19964 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19965 (gst_ogg_pad_push):
19966 Yay for non-lineair granulepos in theora.
19968 2004-10-18 Wim Taymans <wim@fluendo.com>
19970 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19971 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19972 * ext/dv/gstdvdec.h:
19973 Make sure we renegotiate aspect ratio when the camera switches.
19975 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19977 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19978 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19980 * ext/theora/theoradec.c: (theora_dec_chain):
19981 Skip headers. Bad idea for chained ogg, but fixes seeking.
19983 2004-10-18 Wim Taymans <wim@fluendo.com>
19986 I swear, this is the last time I touch this.
19988 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19990 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19991 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19992 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19994 * ext/theora/theoradec.c: (theora_dec_sink_convert):
19995 Time-to-default conversion.
19996 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19997 Don't error on unknown packets, just skip. We should probably
19998 read them if we want to support chained ogg.
20000 2004-10-18 Wim Taymans <wim@fluendo.com>
20003 Added cdaudio to wrong list.
20005 2004-10-18 Wim Taymans <wim@fluendo.com>
20010 2004-10-18 Wim Taymans <wim@fluendo.com>
20012 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20013 (gst_dvdec_video_link), (gst_dvdec_push):
20014 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20015 (gst_smokeenc_resync), (gst_smokeenc_chain):
20016 Fix mimetype on smoke encoder.
20017 Add aspect ratio to dvdec. Not sure if these
20018 values are correct though....
20020 2004-10-18 Wim Taymans <wim@fluendo.com>
20022 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20023 Fix vorbis property descriptions and ranges.
20025 2004-10-18 Wim Taymans <wim@fluendo.com>
20027 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20028 Really do nothing when no data is available.
20029 Go to the playing state when the stream is not seekable
20030 instead of failing.
20032 2004-10-18 Wim Taymans <wim@fluendo.com>
20034 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20035 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20036 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20037 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20038 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20039 Added uri handler for cd://
20042 2004-10-18 Wim Taymans <wim@fluendo.com>
20044 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20045 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20046 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20047 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20048 (remove_prerolls), (unknown_type), (add_element_stream),
20049 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20050 (gst_play_base_bin_remove_element),
20051 (gst_play_base_bin_link_stream):
20052 * gst/playback/gstplaybin.c: (gen_video_element),
20053 (gen_vis_element), (remove_sinks), (setup_sinks):
20054 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20055 (gst_stream_info_get_type), (gst_stream_info_class_init),
20056 (gst_stream_info_init), (gst_stream_info_new),
20057 (gst_stream_info_dispose), (stream_info_mute_pad),
20058 (gst_stream_info_set_property), (gst_stream_info_get_property):
20059 * gst/playback/gststreaminfo.h:
20060 Add sink padtemplate to decodebin.
20061 Added some more comments.
20062 Make queue size configurable in playbasebin.
20063 Added possibility to use elements as sinks (ex cdaudio).
20065 2004-10-15 Wim Taymans <wim@fluendo.com>
20067 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20068 (gst_speexenc_chain):
20069 Fix speex timestamps so that it gets muxed properly.
20071 2004-10-15 Wim Taymans <wim@fluendo.com>
20073 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20074 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20075 (gst_dv1394src_init), (gst_dv1394src_dispose),
20076 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20077 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20078 (gst_dv1394src_event), (gst_dv1394src_get_formats),
20079 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20080 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20081 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20082 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20083 * ext/raw1394/gstdv1394src.h:
20084 Added conversion/query functions.
20085 Update buffer timestamps,
20087 Added uri dv:// so it might play from the firewire in playbin.
20088 Fix a possible leak.
20091 2004-10-15 Wim Taymans <wim@fluendo.com>
20093 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20094 (gst_dv1394src_init), (gst_dv1394src_set_property),
20095 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20096 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20097 * ext/raw1394/gstdv1394src.h:
20098 Added AV/C VTR control support needed for some cameras.
20099 Added automatic port detection.
20100 Added properties for selecting the channel.
20101 The configure.ac script is not yet updated to reflect the
20102 new libavc1394 and librom1394 dependencies.
20104 2004-10-15 Wim Taymans <wim@fluendo.com>
20106 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20107 (qtdemux_parse), (gst_qtdemux_handle_esds):
20108 An esds box is not a container.
20109 Fix parsing of mp4v boxes.
20110 Do not try to renegotiate fps for each frame. Need to
20111 find a better method. This should fix mp4 playback.
20113 2004-10-14 David Schleef <ds@schleef.org>
20115 * configure.ac: update for swfdec-0.3 and liboil-0.2
20116 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20117 * ext/swfdec/gstswfdec.h: same
20118 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20119 * gst/videotestsrc/videotestsrc.c: same
20121 2004-10-14 Wim Taymans <wim@fluendo.com>
20123 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20124 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20125 (is_sync_frame), (gst_multifdsink_new_client),
20126 (gst_multifdsink_handle_client_write),
20127 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20128 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20129 Turn warnings into info.
20130 Don't allow a state change in the streaming thread.
20132 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
20134 * ext/vorbis/oggvorbisenc.c:
20135 * ext/vorbis/vorbisdec.c:
20136 fix template sample rate
20138 2004-10-13 Wim Taymans <wim@fluendo.com>
20140 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20141 Decoding the header first fixes some problems in resyncing
20144 2004-10-12 Wim Taymans <wim@fluendo.com>
20146 * gst/playback/gstplaybin.c: (gen_video_element),
20147 (gen_vis_element), (remove_sinks), (setup_sinks):
20148 Added vis plugin support, need to configure the vis
20149 element to activate it.
20151 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20153 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20154 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20156 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20157 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20158 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20159 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20160 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20161 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20162 * gst/avi/gstavidemux.h:
20163 Support for openDML-2.0 indx/ix## chunks. Support for broken index
20164 recovery (where, if part of the index is broken, we will still read
20165 the rest of the index and recover the broken part by stream
20166 scanning). More broken media support. EOS workarounds. General AVI
20167 braindamage headache recovery. Aspirin included.
20169 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20171 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20172 (cdparanoia_event), (cdparanoia_query):
20173 Get rid of hideous lead-in.
20175 2004-10-11 Wim Taymans <wim@fluendo.com>
20177 * gst/playback/gstplaybasebin.c: (setup_source):
20178 Wrong var used to get g_list_next.
20180 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20182 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20183 (cdparanoia_get), (cdparanoia_open):
20184 Report discid as metadata, add duration.
20186 2004-10-11 Wim Taymans <wim@fluendo.com>
20188 * gst/playback/gstplaybasebin.c: (setup_source):
20189 Cleanup the previous pipeline a little earlier for the
20190 case that a source element provides raw data.
20192 2004-10-11 Benjamin Otte <otte@gnome.org>
20194 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20195 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20196 consuming the last 128 bytes, even though it was valid mp3 data.
20198 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20200 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20201 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20202 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20203 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20205 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20207 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20208 Fix for webcams that support only specific width or height
20210 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20212 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20214 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20215 Fix wrong discont event setup (fixes #154967).
20217 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
20219 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20221 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20222 Error out on invalid data (fixes #154807).
20224 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20226 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20228 * ext/dvdread/dvdreadsrc.c: (_read):
20229 Make titles > 0 work again (fixes #154834).
20231 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20233 * gst-libs/gst/riff/riff-media.c:
20234 (gst_riff_create_video_template_caps):
20235 WMV3 missing in template caps.
20237 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20239 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20240 OK, so the original code was too strict. It makes random AVI files
20241 hang for seconds upon opening, which is unacceptable and is far
20242 beyond the original goal of getting multiple chunks for one-chunk
20243 sounc stream files. So now do just that.
20245 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20247 * gst/playback/gstplaybasebin.c: (setup_source),
20248 (gst_play_base_bin_change_state):
20249 Actually clean up streaminfo if output fails. This would trigger
20250 if, for example, there was no CD in the drive. No preroll, so
20251 a streaminfo structure is created, but the subsequent state change
20252 of the thread fails.
20253 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20254 Don't change state if parent failed.
20256 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20258 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20259 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20260 (gen_video_element), (remove_sinks):
20261 Add small bits of code for screenshot handling.
20263 2004-10-08 Wim Taymans <wim@fluendo.com>
20265 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20266 (gen_video_element), (gen_audio_element), (setup_sinks):
20267 Don't assume the user provided sinks are named "sink"...
20269 2004-10-08 Wim Taymans <wim@fluendo.com>
20271 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20272 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20273 (gst_play_base_bin_link_stream):
20274 Do not try to autoplug sources that generate raw streams like
20276 disconnect the preroll overrun signal when we don't need it anymore.
20278 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
20280 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20281 Added reworked patch from #154903 from milosz derezynski (deadchip).
20283 2004-10-08 Wim Taymans <wim@fluendo.com>
20285 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20286 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20287 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20288 (cdparanoia_convert), (cdparanoia_uri_get_type),
20289 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20290 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20291 * ext/cdparanoia/gstcdparanoia.h:
20292 This adds the cdda://<tracknum> uri.
20294 2004-10-08 Wim Taymans <wim@fluendo.com>
20296 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20297 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20298 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20299 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20300 (unknown_type), (gst_play_base_bin_remove_element),
20301 (gst_play_base_bin_link_stream):
20302 * gst/playback/gstplaybasebin.h:
20303 * gst/playback/gstplaybin.c: (gst_play_bin_init),
20304 (gst_play_bin_set_property), (gen_video_element),
20305 (gen_audio_element), (setup_sinks):
20306 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20307 (gst_stream_info_get_type), (gst_stream_info_class_init),
20308 (gst_stream_info_init), (gst_stream_info_new),
20309 (gst_stream_info_dispose), (stream_info_mute_pad),
20310 (gst_stream_info_set_property), (gst_stream_info_get_property):
20311 * gst/playback/gststreaminfo.h:
20312 Reuse the audio and video bins.
20313 Some internal cleanups in the stream selection code.
20315 2004-10-08 Julien MOUTTE <julien@moutte.net>
20317 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20318 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20319 * sys/ximage/ximagesink.h:
20320 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20321 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20322 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20323 not coming from those elements. Moreover these elements should not keep
20324 the xid they have been given when in NULL state.
20326 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20328 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20329 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20330 * sys/ximage/ximagesink.h:
20331 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20332 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20333 * sys/xvimage/xvimagesink.h:
20334 Actually only create a new toplevel window if we're not gonna
20335 embed it right after.
20337 2004-10-07 Wim Taymans <wim@fluendo.com>
20339 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20340 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20341 * gst/playback/gstplaybin.c: (setup_sinks):
20342 Implement muting/unmuting of streams, mute streams that are not
20345 2004-10-07 Wim Taymans <wim@fluendo.com>
20347 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20349 Added lame audio/x-ac3 typefind function.
20351 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20356 === release 0.8.5 ===
20358 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20363 releasing 0.8.5, "Take You On"
20365 2004-10-06 Wim Taymans <wim@fluendo.com>
20367 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20368 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20369 (no_more_pads), (close_link), (type_found):
20370 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20371 * gst/playback/gstplaybin.c: (gen_video_element):
20372 Do not signal the no_more_pads after the first pad when
20373 we are plugging a non dynamic element with multiple
20374 output pads (like swfdec, dvdec, ...).
20376 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20379 bump for prerelease
20381 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20383 * gst/wavparse/gstwavparse.c:
20384 add ATRAC3 to STATIC CAPS to fix a warning
20386 * gst/matroska/ebml-read.c:
20387 * gst-libs/gst/riff/riff-read.c:
20390 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20392 * gst-libs/gst/riff/riff-media.c:
20393 generate caps for ATRAC3 audio streams
20395 * gst/realmedia/rmdemux.c:
20396 generate caps for ATRAC3 audio streams
20398 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20400 * gst/wavparse/Makefile.am
20401 * gst/wavparse/riff.h
20402 * gst/wavparse/wavparse.vcproj
20403 riff.h removal (unused and duplication with riff-ids.h)
20405 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20407 * gst/wavparse/gstwavparse.h
20408 remove duplicated defines for audio codec codes
20410 * gst-libs/gst/riff/riff-ids.h
20411 * gst/wavenc/riff.h:
20412 add "4CC" code for ATRAC3 audio streams
20413 add "4CC" code for ITU_G721_ADPCM (unused for now)
20415 2004-10-06 Wim Taymans <wim@fluendo.com>
20417 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20418 Actually _do_ negotiation. Pass gdouble as arg instead
20419 of guint64 for the framerate.
20421 2004-10-06 Wim Taymans <wim@fluendo.com>
20423 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20424 (find_compatibles), (close_pad_link), (try_to_link_1),
20425 (no_more_pads), (close_link), (type_found):
20426 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20427 * gst/playback/gstplaybin.c: (gen_video_element),
20428 (gen_audio_element):
20429 Set state on newly added element to READY so that negotiation
20431 Addes some more debug info.
20432 Do not try to plug pads with multiple caps structures or ANY
20433 because it is too dangerous since we do not do dynamic
20436 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20438 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20442 add Oriya translation
20444 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20446 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20447 Prevent overwrite of size member. Makes audio sound crappy.
20449 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20451 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20452 Add rmvb to the list of known RealMedia extensions
20454 2004-10-05 Wim Taymans <wim@fluendo.com>
20456 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20457 (mngdec_openstream), (mngdec_closestream),
20458 (mngdec_handle_sink_event), (mngdec_readdata),
20459 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20460 (mngdec_getcanvasline), (mngdec_refresh),
20461 (gst_mngdec_change_state):
20462 Set the framerate correctly.
20464 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20466 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20467 There was something wrong with the index massaging.
20469 2004-10-04 Wim Taymans <wim@fluendo.com>
20471 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20472 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20473 (gst_smokedec_chain):
20474 * ext/jpeg/gstsmokedec.h:
20475 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20476 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20477 * ext/jpeg/gstsmokeenc.h:
20478 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20479 (smokecodec_decode_new), (smokecodec_info_free),
20480 (smokecodec_set_quality), (smokecodec_get_quality),
20481 (smokecodec_set_threshold), (smokecodec_get_threshold),
20482 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20483 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20484 (smokecodec_encode), (smokecodec_parse_id),
20485 (smokecodec_parse_header), (smokecodec_decode):
20486 * ext/jpeg/smokecodec.h:
20487 * ext/jpeg/smokeformat.h:
20488 Updated smoke, new bitstream, allows embedding in ogg.
20490 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20492 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20493 Fix seeking in some files. All this code is no longer needed (and
20494 actually breaks stuff) because we now synchronize the full index
20495 right when reading the header.
20497 2004-10-04 Wim Taymans <wim@fluendo.com>
20500 configure update for libmng.
20502 2004-10-04 Wim Taymans <wim@fluendo.com>
20504 * ext/libmng/Makefile.am:
20505 * ext/libmng/gstmng.c: (plugin_init):
20506 * ext/libmng/gstmng.h:
20507 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20508 (gst_mngdec_base_init), (gst_mngdec_class_init),
20509 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20510 (gst_mngdec_loop), (gst_mngdec_get_property),
20511 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20512 (mngdec_closestream), (mngdec_handle_sink_event),
20513 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20514 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20515 (gst_mngdec_change_state):
20516 * ext/libmng/gstmngdec.h:
20517 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20518 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20519 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20520 (gst_mngenc_chain), (gst_mngenc_get_property),
20521 (gst_mngenc_set_property):
20522 * ext/libmng/gstmngenc.h:
20523 Added basic MNG decoder. Needs more work. The encoder does
20526 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20528 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20529 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20530 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20531 Don't hang on length=0 chunks. Some negotiation fixes. Signal
20534 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
20537 you need at least 1.0.4 of speex
20539 2004-10-04 Iain <iaingnome@gmail.com>
20541 * ext/speex/gstspeexdec.h: Revert the includes changes.
20543 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20545 2004-09-30 Iain <iaingnome@gmail.com>
20547 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20548 found during init or set as a property instead of hardcoding /dev/audio
20550 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20552 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20553 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20554 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20555 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20556 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20557 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20558 (gst_rmdemux_dump_data):
20559 Use debug category, fix EOS handling. filesrc ! rmdemux now
20562 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20564 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20565 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20566 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20567 Improve allocation, cutting and sorting of the index. How takes a
20568 few seconds instead of minutes.
20570 2004-10-03 Christophe Fergeau <teuf@gnome.org>
20572 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20575 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20577 * gst-libs/gst/riff/riff-media.c:
20578 (gst_riff_create_video_caps_with_data),
20579 (gst_riff_create_video_template_caps):
20580 Add wing commander format mimetype/fourccs.
20581 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20582 Don't crash if some value is 0.
20584 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20586 * gst-libs/gst/riff/riff-media.c:
20587 (gst_riff_create_video_caps_with_data),
20588 (gst_riff_create_video_template_caps):
20589 Add DIB fourcc (raw, palettized 8-bit RGB).
20590 * gst-libs/gst/riff/riff-read.c:
20591 (gst_riff_read_strf_vids_with_data):
20592 Oops, fix strf_data reading bug.
20593 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20594 Use a non-NULL tag.
20595 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20596 Time for hacks. Sorry Dave. At least one quicktime movie (a
20597 trailer) that I've encountered contains multiple video tracks.
20598 One of those is the actual video track, the other are one-frame
20599 tracks (images). Unfortunately, the number of frames according
20600 to the trak header is 1 for each, so that doesn't help. So
20601 instead, I look at the duration and discard tracks with a
20602 duration shorter than 20% of the length of the stream. Better
20605 2004-10-01 Christian Schaller <christian@fluendo.com>
20607 * ext/ivorbis/vorbis.c:
20608 Patch from Phil Blundell (Bug 152341)
20610 2004-10-01 Wim Taymans <wim@fluendo.com>
20612 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20613 (speex_dec_get_formats), (speex_dec_convert),
20614 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20615 (speex_dec_chain), (gst_speexdec_get_property),
20616 (gst_speexdec_set_property):
20619 2004-10-01 Wim Taymans <wim@fluendo.com>
20621 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20622 (gst_wavparse_stream_init), (gst_wavparse_fmt),
20623 (gst_wavparse_other), (gst_wavparse_loop),
20624 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20625 (gst_wavparse_srcpad_event):
20626 * gst/wavparse/gstwavparse.h:
20627 Added some more debugging info.
20628 Fix the case where the length of the file is 0.
20629 Make sure we seek to sample borders.
20631 2004-10-01 Wim Taymans <wim@fluendo.com>
20633 * gst/playback/README:
20634 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20635 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20636 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20637 Add some debug info to decodebin, update README
20639 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20641 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20642 Don't use g_print(); use GST_DEBUG().
20644 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20646 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20647 (gst_ogg_mux_queue_pads):
20648 Handle EOS properly.
20650 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20652 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20654 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20655 (gst_faad_chain), (gst_faad_change_state):
20656 * ext/faad/gstfaad.h:
20657 Allow playback of raw (unframed) MPEG AAC files (#148993).
20659 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20661 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20663 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20664 Throw error if we didn't recognize the stream. Fixes #152289.
20666 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20668 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20671 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
20673 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20675 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20678 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
20680 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20682 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20684 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20687 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20689 * gst-libs/gst/riff/riff-media.c:
20690 (gst_riff_create_video_caps_with_data),
20691 (gst_riff_create_audio_caps_with_data):
20692 Add codec_data handling (like asfdemux used to do).
20693 * gst/asfdemux/gstasf.c: (plugin_init):
20694 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20695 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20696 Use riff-media for caps creation instead of our own (mostly
20697 broken) copy of its functions.
20699 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20701 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20702 Don't actually error out if we get another return value than
20703 -EINVAL. Opposite to what I first thought, drivers have random
20704 return values for this, although -EINVAL is the expected return
20705 value. Since this is not fatal, we shouldn't use
20706 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20708 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20710 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20711 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20712 (dvdreadsrc_get_property), (_open), (_seek), (_read),
20713 (dvdreadsrc_get), (dvdreadsrc_open_file),
20714 (dvdreadsrc_change_state):
20715 Fix. Don't do one big huge loop around the whole DVD, that will
20716 cache all data and thus eat sizeof(dvd) (several GB) before we
20718 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20719 Actually NULL'ify event after using it.
20720 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20721 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20722 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20723 (gst_ebml_read_seek), (gst_ebml_read_skip):
20725 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20726 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20727 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20728 Fix timing (this will probably break if I seek using menus, but
20729 I didn't get there yet). VOBs and normal DVDs should now work.
20730 Add a mpeg2-only pad with high rank so this get autoplugged for
20732 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20733 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20734 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20735 (gst_mpeg_demux_get_audio_stream),
20736 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20737 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20738 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20739 MPEG-1 but use dvddemux for MPEG-2.
20740 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20741 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20742 (gst_mpeg_parse_parse_packhead):
20743 Timing. Only add pad template if it exists. Add sink template from
20744 class and not from ourselves. This means we will always use the
20745 correct sink template even if it is not the one defined in this
20748 2004-09-29 Wim Taymans <wim@fluendo.com>
20750 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20751 (gst_mpeg_demux_parse_pes):
20752 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20753 Fix playback of mpeg again, timestamps where screwed up by
20756 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20758 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20759 Only return true if we actually filled something in. Prevents
20760 player applications from showing a random length for flac files.
20761 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20762 (gst_riff_read_use_event), (gst_riff_read_handle_event),
20763 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20764 (gst_riff_read_strf_vids_with_data),
20765 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20766 OK, ok, so I implemented event handling. Apparently it's normal
20767 that we receive random events at random points without asking
20769 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20770 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20771 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20772 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20773 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20774 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20775 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20776 * gst/avi/gstavidemux.h:
20777 Implement non-lineair chunk handling and subchunk processing.
20778 The first solves playback of AVI files where the audio and video
20779 data of individual buffers that we read are not synchronized.
20780 This should not happen according to the wonderful AVI specs, but
20781 of course it does happen in reality. It is also a prerequisite for
20782 the second. Subchunk processing allows us to cut chunks in small
20783 pieces and process each of these pieces separately. This is
20784 required because I've seen several AVI files with incredibly large
20785 audio chunks, even some files with only one audio chunk for the
20786 whole file. This allows for proper playback including seeking.
20787 This patch is supposed to fix all AVI A/V sync issues.
20788 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20789 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20791 * gst/modplug/gstmodplug.cc:
20792 Proper return value setting for the query() function.
20793 * gst/playback/gstplaybasebin.c: (setup_source):
20794 Being in non-playing state (after, e.g., EOS) is not necessarily
20795 a bad thing. Allow for that. This fixes playback of short files.
20796 They don't actually playback fully now, because the clock already
20797 runs. This means that small files (<500kB) with a small length
20798 (<2sec) will still not or barely play. Other files, such as mod
20799 or flx, will work correctly, however.
20801 2004-09-28 Wim Taymans <wim@fluendo.com>
20803 * ext/speex/gstspeex.c: (plugin_init):
20804 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20805 (gst_speex_dec_class_init), (speex_dec_get_formats),
20806 (speex_get_event_masks), (speex_get_query_types),
20807 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20808 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20809 (gst_speexdec_get_property), (gst_speexdec_set_property),
20810 (speex_dec_change_state):
20811 * ext/speex/gstspeexdec.h:
20812 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20813 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20814 (gst_speexenc_base_init), (gst_speexenc_class_init),
20815 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20816 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20817 (gst_speexenc_src_query), (gst_speexenc_init),
20818 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20819 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20820 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20821 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20822 (gst_speexenc_chain), (gst_speexenc_get_property),
20823 (gst_speexenc_set_property), (gst_speexenc_change_state):
20824 * ext/speex/gstspeexenc.h:
20825 Rewrote speex encoder, make sure it can be embedded in ogg.
20826 Implemented speex decoder.
20828 2004-09-28 Christian Schaller <christian@fluendo.com>
20831 Remove kioslave plugin. Markey is brewing a new working one
20832 * ext/Makefile.am: Remove kioslave plugin
20834 * gst-plugins.spec.in: remove kio plugin from spec
20836 2004-09-27 Wim Taymans <wim@fluendo.com>
20838 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20839 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20840 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20841 (gst_multifdsink_new_client),
20842 (gst_multifdsink_handle_client_write),
20843 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20844 (gst_multifdsink_handle_clients):
20845 * gst/tcp/gstmultifdsink.h:
20846 Make syncing to keyframes actually work for new clients and lagging
20849 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
20851 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20852 (gst_navigationtest_handle_src_event), (draw_box_planar411),
20853 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20854 * gst/debug/gstnavigationtest.h:
20855 make navigationtest display button-press and button-release events
20857 2004-09-26 Iain <iaingnome@gmail.com>
20859 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20860 the channels have received a new media event.
20861 (interleave_buffered_loop): Compresses a new media event on all
20864 2004-09-26 Iain <iaingnome@gmail.com>
20866 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20867 call the sinkpad's default event handler and not the srcpads. He also
20868 says this is confusing :)
20869 (gst_wavenc_stop_file): Company says that seek events only go upstream
20870 we should send a discontinuous downstream instead.
20872 2004-09-25 Christian Schaller <christian@fluendo.com>
20874 * Update SPEC file to be usable in conjunction with Fedora Core,
20875 Fedora.us and freshrpms packages
20876 * Fix typo in multifilesrc test Makefile
20878 2004-09-24 Wim Taymans <wim@fluendo.com>
20880 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20881 Only signal the no_more_pads signal when we have
20882 added the stream to our list.
20884 2004-09-24 Wim Taymans <wim@fluendo.com>
20886 * gst/playback/gstplaybasebin.c: (remove_prerolls),
20888 * gst/playback/gstplaybasebin.h:
20889 * gst/playback/gstplaybin.c: (setup_sinks):
20890 Don't try to preroll or decode more than one audio/video
20893 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20895 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20896 Throw error if we failed to find a suitable output. This should
20897 throw an error if we successfully set up a pipeline (e.g. because
20898 we recognized a media file) but found no decodable streams in it
20899 (e.g. because it contains only media stream types for which we
20900 have no decoders, or because it's not a media type).
20902 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20904 * ext/dirac/Makefile.am:
20905 * ext/dirac/gstdirac.cc:
20906 * ext/dirac/gstdiracdec.cc:
20907 * ext/dirac/gstdiracdec.h:
20908 Do something. Don't actually know if this works because I don't
20909 have a demuxer yet.
20910 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20911 Add channels=1 to caps returned from _getcaps().
20912 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20913 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20914 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20915 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20916 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20917 (gst_ogm_parse_change_state):
20918 Separate between audio/video so ogmaudioparse actually uses the
20919 audio pad templates. Both audio and video work now, including
20920 autoplugging. Also use sometimes-srcpad hack.
20921 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20922 Handle events better. Don't hang on infinite loops.
20923 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20924 (gst_avi_demux_init), (gst_avi_demux_reset),
20925 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20926 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20927 (gst_avi_demux_change_state):
20928 * gst/avi/gstavidemux.h:
20929 Improve A/V sync. Still not perfect.
20930 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20931 (gst_ebml_read_skip):
20932 Handle events better.
20933 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20934 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20935 (qtdemux_audio_caps):
20936 Add IMA4. Improve event handling. Save offset after a seek when
20937 the headers are at the end of the file so that we don't end up in
20939 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20940 Add low-priority typefind support for files with no length.
20942 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20944 * testsuite/multifilesink/Makefile.am:
20947 2004-09-22 Julien MOUTTE <julien@moutte.net>
20949 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20950 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20951 mistakes from thaytan's patches.
20953 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
20955 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20956 For completeness, XSync in the destroy function as xvimage does.
20958 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
20960 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20961 Correct caps negotiation
20962 * gst/volume/gstvolume.c: (volume_chain_float),
20963 (volume_chain_int16):
20964 Modify debug output to be little more informative
20965 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20966 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20967 (gst_xvimagesink_xvimage_destroy):
20968 Add XSync calls after detaching from the shared memory segment to
20971 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20973 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20974 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20975 * ext/vorbis/vorbis.c: (plugin_init):
20976 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20977 (gst_vorbisenc_chain):
20978 * ext/vorbis/vorbisenc.h:
20979 remove explicit newmedia support from oggmux and vorbisenc
20980 add debug category to vorbisenc
20981 * gst/multifilesink/gstmultifilesink.c:
20982 (gst_multifilesink_class_init), (gst_multifilesink_init),
20983 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20984 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20985 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20987 * gst/multifilesink/gstmultifilesink.h:
20988 add support for streamheader in multifilesink
20990 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20992 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20993 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20994 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20995 Prevent infinite loops. More correct error reporting.
20996 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20997 Error out if negotiation fails.
20998 * gst/playback/gstplaybasebin.c: (setup_source),
20999 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21000 (gst_play_base_bin_found_tag):
21001 Error/tag forwarding. Pre-roll fixes for source errors on state
21002 changes (e.g. "file does not exist") to prevent hangs.
21004 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21006 * testsuite/multifilesink/Makefile.am:
21007 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21008 (gst_newmedia_class_init), (gst_newmedia_init),
21009 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21010 (newfile_signal), (test_signal), (main):
21011 * testsuite/multifilesink/multifilesrc_test.c: (main):
21012 * testsuite/multifilesink/oggtheora_test.c:
21013 (gst_newmedia_base_init), (gst_newmedia_class_init),
21014 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21015 (test_format), (newfile_signal), (test_signal), (main):
21016 * testsuite/multifilesink/oggvorbis_test.c:
21017 (gst_newmedia_base_init), (gst_newmedia_class_init),
21018 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21019 (test_format), (newfile_signal), (test_signal), (main):
21020 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21021 (gst_newmedia_class_init), (gst_newmedia_init),
21022 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21023 (newfile_signal), (test_signal), (main):
21026 2004-09-20 Christian Schaller <christian@fluendo.com>
21028 * Fix mikmod license to LGPL as they have relicensed
21029 * Move Dirac and Effectv into LGPL section of README_license
21031 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21033 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21034 (gst_mad_change_state):
21035 Allow for mp3 rate/channels changes. However, only very
21036 conservatively. Reason that we *have* to enable this is smiply
21037 because the mad find_sync() function is not good enough, it will
21038 regularly sync on random data as valid frames and therefore make
21039 us provide random caps as *final* caps of the stream. The best fix
21040 I could think of is to simply require several of the same stream
21041 changes in a row before we change caps.
21042 The actual testcase that works now is #
21043 * ext/ogg/Makefile.am:
21044 * ext/ogg/gstogg.c: (plugin_init):
21045 * ext/ogg/gstogmparse.c:
21046 OGM support (video only for now; I need an audio sample file).
21047 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21048 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21049 (gst_asf_demux_add_video_stream):
21051 * gst/playback/gstplaybasebin.c: (unknown_type):
21052 Don't error out on single unknown-types after all. It's wrong.
21053 If we found type of video and audio but not of a subtitle stream,
21054 it will still error out (which is unwanted). Will find a better fix
21056 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21057 (ogmaudio_type_find), (plugin_init):
21060 2004-09-20 Johan Dahlin <johan@gnome.org>
21062 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21063 after setting caps.
21065 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21067 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21068 * gst/wavenc/gstwavenc.h:
21069 Added newmedia support to wavenc
21071 2004-09-17 Wim Taymans <wim@fluendo.com>
21073 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21074 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21075 (gst_fdset_fd_can_write), (gst_fdset_wait):
21076 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21077 (gst_multifdsink_init), (gst_multifdsink_add),
21078 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21079 (gst_multifdsink_remove_client_link),
21080 (gst_multifdsink_client_queue_buffer),
21081 (gst_multifdsink_handle_client_write),
21082 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21083 (gst_multifdsink_close), (gst_multifdsink_change_state):
21084 * gst/tcp/gstmultifdsink.h:
21085 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21086 (gst_tcpserversink_removed):
21087 Small cleanups in fdset.c
21088 Use a hastable to map fd to the client structure for faster
21089 lookup in _remove and get_stats.
21090 Added virtual function to close the fds.
21091 Handle clients even when the select/poll call was unblocked because
21093 Implement syncing to keyframe in the recovery procedure.
21095 2004-09-16 Iain <iaingnome@gmail.com>
21097 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21100 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21102 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21103 Caps are only set if the type of the stream is unknown, but this
21104 is initialized in ->init_stream(), so set to UNKNOWN after calling
21105 ->init_stream() so that capsnego starts.
21107 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21109 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21110 (gst_avi_demux_stream_data):
21111 Just hardcode for raw audio then. AVI audio sucks.
21113 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
21115 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21116 * gst/matroska/matroska-mux.c: (audiosink_templ),
21117 (gst_matroska_mux_audio_pad_link):
21118 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21119 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21121 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21123 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21124 (gst_avi_demux_stream_data):
21125 Try to fix a/v sync issues.
21127 2004-09-15 David Schleef <ds@schleef.org>
21129 * configure.ac: remove NASM check, since we don't use it. Update
21131 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21132 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21133 Initialized variables.
21134 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21135 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21136 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21139 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21141 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21142 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21143 * gst/avi/gstavidemux.h:
21144 Fix for compressed audio (mp3) timestamp generation. How did this
21147 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21149 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21150 Volume is a double not a float.
21152 2004-09-15 Wim Taymans <wim@fluendo.com>
21154 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21155 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21156 Don't close the fd in multifdsink as we didn't open it in the
21157 first place. Some cleanups.
21159 2004-09-15 Wim Taymans <wim@fluendo.com>
21161 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21162 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21163 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21164 Fix the case where the muxer would mark pages as delta
21165 frames when they are not (vorbis only ogg).
21167 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21169 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21170 (gst_play_base_bin_change_state):
21171 Handle the case where we failed to setup a clear pipeline. This
21172 will throw an error (or EOS, another nice case) and if you don't
21173 catch that, the app will wait for the signal forever (and thus
21176 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21178 * ext/gnomevfs/gstgnomevfssink.c:
21179 (gst_gnomevfssink_uri_get_protocols):
21180 * ext/gnomevfs/gstgnomevfssrc.c:
21181 (gst_gnomevfssrc_uri_get_protocols):
21182 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21183 * ext/gnomevfs/gstgnomevfsuri.h:
21184 Use _uri_new() instead of _open(), so it doesn't take as long and
21185 Christophe's computer won't hang.
21186 * gst/playback/gstplaybasebin.c: (unknown_type):
21187 Throw error on unknown media type, so apps actually display it.
21189 2004-09-14 Brian Cameron <brian.cameron@sun.com
21191 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
21192 this script to work on Solaris since bash shell handles echo
21193 differenly than bash.
21195 2004-09-17 Wim Taymans <wim@fluendo.com>
21197 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21198 (setup_source), (gst_play_base_bin_set_property),
21199 (gst_play_base_bin_add_element):
21200 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21201 Some more work on making sure seeking pauses the pipeline and
21202 that changing the uri actually does something.
21204 2004-09-17 Wim Taymans <wim@fluendo.com>
21206 * gst/tcp/gstfdset.c: (gst_fdset_wait):
21207 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21208 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21209 (gst_tcpserversink_close):
21210 Be a bit more paranoid when freeing memory.
21212 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21214 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21215 (qtdemux_parse_trak):
21216 Don't crash by dividing by zero (see sample movie in #126922).
21218 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21220 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21221 Don't touch non-existing data (fixes crash on file in #140147).
21223 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21225 * gst/playback/gstplaybasebin.c:
21226 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21227 Handle double disposals, and proper change of URIs.
21229 2004-09-13 Martin Eikermann <meiker@upb.de>
21231 * gst/mpegstream/gstmpegparse.c:
21232 fix synchronistation for streams recorded from digital PCR
21235 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21237 * ext/gnomevfs/Makefile.am:
21238 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21239 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21240 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21241 (gst_gnomevfssink_uri_get_type),
21242 (gst_gnomevfssink_uri_get_protocols),
21243 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21244 (gst_gnomevfssink_uri_handler_init),
21245 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21246 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21247 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21248 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21249 (gst_gnomevfssrc_uri_get_type),
21250 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21251 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21252 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21253 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21254 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21255 * ext/gnomevfs/gstgnomevfsuri.h:
21256 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21257 of fake URIs to see which this version of Gnome-VFS likes, and
21258 uses that for the Gst-URI interface. Makes playbin support http://
21259 streams. Also fix up some stupid behaviour in gnomevfssrc.
21261 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21263 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21264 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21265 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21266 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21267 Update mixer (to sync with other sessions) if we try to obtain
21268 a new value. This makes alsamixer work accross applications.
21269 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21270 Only call sync functions if we're running, else alsalib asserts.
21271 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21272 Sometimes fails to compile. Possibly a gcc bug.
21273 * gst/playback/gstplaybin.c: (gen_video_element),
21274 (gen_audio_element):
21275 Add a reference to an application-provided object, because we lose
21276 this same reference if we add it to the bin. If we don't do this,
21277 we can only use this object once and thus crash if we go from
21278 ready to playing, back to ready and back to playing again.
21279 Also add an audioscale element because several cheap soundcards -
21280 like mine - don't support all samplerates.
21281 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21282 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21283 Fix wrong order or PAR calls. Makes automatically obtained PAR
21284 from the X server atually being used.
21286 2004-09-12 David Schleef <ds@schleef.org>
21288 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21289 #151887, #152102, #152247.
21290 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21291 * examples/seeking/cdparanoia.c: same
21292 * examples/seeking/cdplayer.c: same
21293 * examples/seeking/seek.c: same
21294 * examples/seeking/spider_seek.c: same
21295 * examples/seeking/vorbisfile.c: same
21296 * examples/stats/mp2ogg.c: same
21297 * ext/esd/esdsink.c: (gst_esdsink_class_init),
21298 (gst_esdsink_dispose): Dispose of element properly.
21299 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21301 * ext/nas/nassink.c: (gst_nassink_class_init),
21302 (gst_nassink_dispose): Dispose of element correctly.
21303 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21304 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21305 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21306 Fix 64-bit warning.
21307 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21308 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21309 Fix 64-bit warning.
21311 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21313 * configure.ac : change speex detection as 1.1.6 now uses
21314 .pc/pkg-config and they changed their headers location.
21316 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
21318 * gst/matroska/matroska-mux.h:
21319 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21320 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21321 (gst_matroska_mux_write_data):
21322 Write multiple blocks/frames per cluster.
21323 Write meta-seek information (seek heads).
21325 2004-09-09 Scott Wheeler <wheeler@kde.org>
21327 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21328 (gst_play_bin_set_property), (gst_play_bin_get_property),
21329 (gen_audio_element), (gen_audio_element):
21330 Add a volume element / property to the pipeline.
21332 2004-09-07 Wim Taymans <wim@fluendo.com>
21334 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21335 Copy timestamps from the master pad to the output buffers.
21337 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
21339 * ext/raw1394/gstdv1394src.c:
21340 throw errors when applicable
21342 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
21344 * gst/matroska/ebml-ids.h:
21345 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21346 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21347 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21348 automatically convert unix time <-> ebml time when reading/writing
21349 a date, use gst_ebml_write_uint to write CUETIME,
21350 not gst_ebml_write_date.
21351 * gst/matroska/matroska-ids.h:
21352 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21353 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21354 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21355 (gst_matroska_mux_write_data):
21356 Write track and segment UIDs, write muxing date, write
21357 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21358 Create cues for audio only files.
21360 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21362 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21363 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21364 Re-commit ALSA switches.
21365 * gst/adder/gstadder.c: (gst_adder_loop):
21366 64-bit fix (#151416).
21367 * gst/debug/progressreport.c: (gst_progressreport_report):
21368 64-bit fix (#151419).
21369 * gst/matroska/matroska-demux.c:
21370 (gst_matroska_demux_parse_contents):
21371 64-bit fix (#151420).
21372 * gst/playback/test3.c: (update_scale):
21373 64-bit fix (#151421).
21375 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21380 === release 0.8.4 ===
21382 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21384 * configure.ac: releasing 0.8.4, "Alias"
21386 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21388 * ext/theora/Makefile.am:
21389 fix makefile. Fixes #151462.
21391 2004-08-30 Wim Taymans <wim@fluendo.com>
21393 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21394 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21395 (gst_multifdsink_remove_client_link),
21396 (gst_multifdsink_client_queue_buffer),
21397 (gst_multifdsink_handle_client_write):
21398 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21399 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21400 Fix some memory leaks.
21402 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21404 Patch by: David Schleef
21408 rename our detection macro for V4L2. Fixes #151236.
21410 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21412 Patch by: David Schleef
21415 check to define LAMEPRESET. Fixes #151232.
21417 2004-08-27 David Schleef <ds@schleef.org>
21419 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21420 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21421 (gst_glimagesink_fixate): Move local variable declarations to
21422 make gcc-2.95 happy.
21424 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21427 bump nano for prerelease
21429 2004-08-27 David Schleef <ds@schleef.org>
21431 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21432 * sys/sunaudio/gstsunaudiosrc.c:
21433 * sys/sunaudio/gstsunaudiosrc.h:
21435 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21437 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21438 handle EOS correctly
21439 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21440 * gst/matroska/matroska-mux.h:
21441 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21442 VFW compatibility mode
21444 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21446 patch by: Zaheer Abbas Merali
21448 * ext/ogg/gstoggmux.c:
21449 * ext/vorbis/vorbisenc.c:
21450 * ext/vorbis/vorbisenc.h:
21453 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21455 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21456 fix byte order reversion on little endian machines.
21457 * gst/matroska/matroska-mux.c: (audiosink_templ),
21458 (gst_matroska_mux_audio_pad_link):
21459 add TTA codec to the list of supported codecs.
21460 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21461 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21462 (gst_matroska_mux_write_data):
21463 * gst/matroska/matroska-mux.h:
21464 write segment duration correctly, write muxing app string, fixes bugs
21465 #140897 and #140898.
21466 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21467 wait for all pads to be negotiated before starting to mux.
21469 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21471 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21472 * ext/lame/gstlame.h:
21473 Added new media support to lame
21475 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21477 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21478 send vorbis headers at the beginning of a stream, fixes bug #141554.
21479 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21481 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21482 (gst_matroska_demux_plugin_init):
21483 * gst/matroska/matroska-ids.h:
21484 enable demuxing of TTA audio streams, fixes bug #148951.
21485 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21486 enable typefinding for TTA audio files, fixes bug #148711.
21487 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21488 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21489 fixes playback of packed bitstream and xvid with bframes, bug #135407.
21491 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
21493 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21494 (gst_riff_read_element_data), (gst_riff_read_seek),
21495 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21496 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21499 2004-08-23 Iain <iaingnome@gmail.com>
21501 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21502 tags. They appear to be handled differently to normal.
21503 (tag_list_to_id3_tag_foreach): Ditto.
21505 2004-08-22 Wim Taymans <wim@fluendo.com>
21507 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21508 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21509 Make sure we never send -1 granulepos.
21511 2004-08-20 Wim Taymans <wim@fluendo.com>
21513 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21514 (gst_ogg_mux_loop):
21515 I will accept bitchslappings with non sharp objects.
21517 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21520 Clean up the test for lame presets
21522 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21525 * ext/lame/Makefile.am:
21526 * ext/lame/gstlame.c: (gst_lame_class_init),
21527 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21528 Only enable lame presets if version of lame has presets in API
21530 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
21531 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21532 * gst/udp/gstudpsrc.h:
21533 Don't call gst_pad_push in a get function. Fixes #150449
21535 2004-08-18 Wim Taymans <wim@fluendo.com>
21537 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21538 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21539 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21540 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21541 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21543 * gst/tcp/gstfdset.h:
21544 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21545 (gst_multifdsink_client_queue_buffer),
21546 (gst_multifdsink_handle_client_write):
21547 * gst/tcp/gstmultifdsink.h:
21548 Some extra checks in gstfdset.
21549 Only use send() when the fd is a socket. Don't try to
21550 read from write only fds.
21552 2004-08-18 Wim Taymans <wim@fluendo.com>
21554 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21555 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21556 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21557 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21559 Add more locking and bounds checking.
21561 2004-08-18 Wim Taymans <wim@fluendo.com>
21563 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21564 Realloc test fdset in the lock and right before starting
21565 the poll call. Bump the limit to 4096.
21567 2004-08-17 David Schleef <ds@schleef.org>
21569 * sys/sunaudio/Makefile.am:
21570 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21571 of rates and channels. Make debugging less obnoxious.
21573 Patch from Balamurali Viswanathan implementing a mixer for
21574 Sun audio. (bug #144091):
21575 * sys/sunaudio/gstsunelement.c:
21576 * sys/sunaudio/gstsunelement.h:
21577 * sys/sunaudio/gstsunmixer.c:
21578 * sys/sunaudio/gstsunmixer.h:
21580 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21582 * gst/audioscale/gstaudioscale.c:
21583 * gst/audioscale/gstaudioscale.h:
21584 made audioscale resample from any sample rate to any sample rate
21586 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21588 * ext/libpng/gstpngdec.c:
21589 error out on unsupported types
21591 2004-08-17 Iain <iaingnome@gmail.com>
21593 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21594 mid_side and loose_mid_side properties if its a stereo stream.
21596 2004-08-17 Wim Taymans <wim@fluendo.com>
21598 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21599 (theora_get_formats), (theora_dec_src_convert),
21600 (theora_dec_sink_convert), (theora_dec_src_query),
21601 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21604 2004-08-17 Wim Taymans <wim@fluendo.com>
21606 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21607 (gst_ogg_pad_push):
21608 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21609 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21610 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21611 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21612 Mark delta units in the muxer.
21613 Try to decode the packet after an out-of-sync error from
21616 2004-08-17 Wim Taymans <wim@fluendo.com>
21618 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21619 (gst_multifdsink_init), (gst_multifdsink_add),
21620 (gst_multifdsink_client_queue_buffer),
21621 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21622 * gst/tcp/gstmultifdsink.h:
21623 Added option to send a keyframe to clients as the first buffer.
21624 Make timeout property writable.
21626 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21628 patch by: Wim Taymans
21630 * gst/tcp/gstfdset.c:
21631 * gst/tcp/gstmultifdsink.c:
21632 fix index comparison, should include 0
21634 2004-08-16 Wim Taymans <wim@fluendo.com>
21636 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21637 (gst_fdset_add_fd), (gst_fdset_remove_fd),
21638 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21639 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21641 copy when reallocing for poll so the select arguments don't get
21642 changed during the call
21644 2004-08-16 Wim Taymans <wim@fluendo.com>
21646 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21647 (gst_theora_enc_class_init), (theora_enc_sink_link),
21648 (theora_buffer_from_packet), (theora_enc_chain):
21649 Fix bug where buffers were not marked as keyframes
21652 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21654 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21655 (gst_lame_preset_get_type), (gst_lame_class_init):
21656 describe the enum values for vbr mode and presets more verbosely
21658 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21660 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21661 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21662 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21663 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21664 * ext/lame/gstlame.h:
21665 add preset property to lame so it can use lame presets
21667 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21669 * ext/lame/gstlame.c: (gst_lame_get_property):
21670 whoops forgot break, thanks teuf
21672 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21674 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21675 (gst_lame_class_init), (gst_lame_src_getcaps),
21676 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21677 (gst_lame_get_property), (gst_lame_setup):
21678 * ext/lame/gstlame.h:
21679 fix lame's broken vbr stuff, allow it to resample if need be, and also
21680 make xing header optional
21682 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21684 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21685 added getcaps function so samplerate doesnt get fixated to silly values
21687 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21689 * ext/lame/gstlame.c: (gst_lame_src_link):
21690 revert previous fix
21692 2004-08-12 Johan Dahlin <johan@gnome.org>
21694 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21695 checks. Doesn't matter what state we are in. Interfaces are a
21696 compile time thing, not runtime. It also broke the python bindings.
21698 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21700 * ext/lame/gstlame.c: (gst_lame_src_link):
21701 made source pad link function check if sinkpad is ok..fixes the problem
21702 where core fixates the output rate of lame stupidly
21704 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
21706 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21707 * sys/v4l/v4l_calls.c:
21708 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21709 fix fixate function to handle nonsimple caps.
21710 remove bogus check in _link
21713 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21715 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21716 set default compression ratio parameter to 0.0 so bitrate parameter
21719 2004-08-11 David Schleef <ds@schleef.org>
21721 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21723 2004-08-11 David Schleef <ds@schleef.org>
21725 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21728 2004-08-11 David Schleef <ds@schleef.org>
21730 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21732 2004-08-11 David Schleef <ds@schleef.org>
21734 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21736 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21737 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21739 * gst/auparse/gstauparse.c: Fix plugin license field.
21740 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21741 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21742 * gst/rtp/gstrtp.c: Fix plugin license field.
21744 2004-08-11 Wim Taymans <wim@fluendo.com>
21746 * gst/tcp/Makefile.am:
21747 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21748 (ensure_size), (gst_fdset_new), (gst_fdset_free),
21749 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21750 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21751 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21752 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21753 (gst_fdset_fd_can_write), (gst_fdset_wait):
21754 * gst/tcp/gstfdset.h:
21755 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21756 (gst_multifdsink_class_init), (gst_multifdsink_init),
21757 (gst_multifdsink_add), (gst_multifdsink_remove),
21758 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21759 (gst_multifdsink_remove_client_link),
21760 (gst_multifdsink_handle_client_read),
21761 (gst_multifdsink_client_queue_data),
21762 (gst_multifdsink_client_queue_caps),
21763 (gst_multifdsink_client_queue_buffer),
21764 (gst_multifdsink_handle_client_write),
21765 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21766 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21767 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21768 (gst_multifdsink_close):
21769 * gst/tcp/gstmultifdsink.h:
21770 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21771 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21772 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21773 (gst_tcpserversink_close):
21774 * gst/tcp/gsttcpserversink.h:
21775 Abstracted away the select call, implemented poll (yes we ran into
21776 the 1024 limit in production).
21778 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
21780 * gst/tcp/gsttcp.c:
21781 * gst/tcp/gsttcpplugin.c:
21782 improve debuggging, remove assert
21784 2004-08-10 Wim Taymans <wim@fluendo.com>
21786 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21787 (gst_client_status_get_type), (gst_multifdsink_class_init),
21788 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21789 (gst_multifdsink_handle_client_read),
21790 (gst_multifdsink_handle_client_write),
21791 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21792 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21793 (gst_multifdsink_get_property):
21794 * gst/tcp/gstmultifdsink.h:
21795 * gst/tcp/gsttcp-marshal.list:
21796 Starting to prepare for specifying buffer time in other units
21797 than buffers. Expose remove reason in signal.
21799 2004-08-10 Wim Taymans <wim@fluendo.com>
21801 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21802 (gst_multifdsink_remove), (gst_multifdsink_clear),
21803 (gst_multifdsink_remove_client_link),
21804 (gst_multifdsink_handle_client_read),
21805 (gst_multifdsink_client_queue_data),
21806 (gst_multifdsink_client_queue_buffer),
21807 (gst_multifdsink_handle_client_write),
21808 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21809 (gst_multifdsink_chain), (gst_multifdsink_close):
21810 * gst/tcp/gstmultifdsink.h:
21811 Added more debugging info. Changed the way clients are
21812 removed from the lists. Fixed a bug where a bad file descriptor
21813 could cause many clients to be removed.
21815 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
21817 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21818 allow all pixel-aspect-ratios, not just 1:1
21820 2004-08-09 David Schleef <ds@schleef.org>
21822 * sys/glsink/ARB_multitexture.h: Remove old files.
21823 * sys/glsink/EXT_paletted_texture.h:
21824 * sys/glsink/NV_register_combiners.h:
21825 * sys/glsink/gstgl_nvimage.c:
21826 * sys/glsink/gstgl_pdrimage.c:
21827 * sys/glsink/gstgl_rgbimage.c:
21828 * sys/glsink/gstglsink.c:
21829 * sys/glsink/gstglsink.h:
21830 * sys/glsink/gstglxwindow.c:
21831 * sys/glsink/regcomb_yuvrgb.c:
21833 2004-08-09 David Schleef <ds@schleef.org>
21835 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21836 GL sink plugin. (Bug #147302)
21838 * configure.ac: Test for OpenGL
21839 * sys/Makefile.am: Use test for OpenGL
21840 * sys/glsink/Makefile.am:
21841 * sys/glsink/glimagesink.c: rewrite
21842 * sys/glsink/glimagesink.h: rewrite
21844 2004-08-09 David Schleef <ds@schleef.org>
21846 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
21848 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21849 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21850 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21852 2004-08-09 Wim Taymans <wim@fluendo.com>
21854 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21855 (gst_multifdsink_add), (gst_multifdsink_get_stats),
21856 (gst_multifdsink_client_remove),
21857 (gst_multifdsink_handle_client_read),
21858 (gst_multifdsink_handle_client_write),
21859 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21860 Do a bit more logging, make the client_read code more robust.
21862 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21864 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21865 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21866 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21867 (gst_jpegdec_init), (gst_jpegdec_chain):
21868 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21869 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21870 cleanups, debugging fixes and memleak plugging
21872 2004-08-09 Wim Taymans <wim@fluendo.com>
21874 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21875 (theora_get_formats), (theora_dec_src_convert),
21876 (theora_dec_sink_convert), (theora_dec_src_query),
21877 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21878 (theora_dec_change_state):
21879 Don't crash on missing header packets.
21881 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21885 Added Albanian translation (Laurent Dhima)
21889 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21891 * ext/lame/gstlame.c:
21894 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21896 * sys/ximage/ximagesink.c:
21897 * sys/xvimage/xvimagesink.c:
21898 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
21900 2004-08-06 Wim Taymans <wim@fluendo.com>
21902 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21903 (gst_multifdsink_add), (gst_multifdsink_get_stats),
21904 (gst_multifdsink_client_remove),
21905 (gst_multifdsink_handle_client_read),
21906 (gst_multifdsink_handle_client_write),
21907 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21908 Make sure we don't try to read more from a client that what
21909 ioctl says us or we deadlock.
21911 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
21913 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21914 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21915 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21916 decouple running_time and n_frames so it can handle changing
21917 framerate while running
21919 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
21923 updated translations
21925 2004-08-04 Benjamin Otte <otte@gnome.org>
21927 * gst/videotestsrc/gstvideotestsrc.c:
21928 (gst_videotestsrc_get_capslist), (generate_capslist),
21930 generate the list of supported caps at startup and reuse it instead
21931 of always generating it
21933 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
21935 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21936 whoops, last checkin broke normal build
21938 2004-08-03 Benjamin Otte <otte@gnome.org>
21940 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21941 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21942 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21943 (gst_alsa_mixer_get_option):
21944 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21945 (dvdnavsrc_print_event):
21946 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21947 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21948 (gst_ogg_mux_pad_unlink):
21949 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21950 (gst_multipart_mux_pad_unlink):
21951 * gst/videofilter/gstvideobalance.c:
21952 (gst_videobalance_colorbalance_set_value):
21953 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21954 (gst_videomixer_pad_unlink):
21956 * sys/oss/gstossmixer.c:
21957 * sys/v4l/gstv4lcolorbalance.c:
21958 * sys/v4l/gstv4ltuner.c:
21959 * sys/v4l/v4lsrc_calls.c:
21960 * sys/v4l2/gstv4l2colorbalance.c:
21961 * sys/v4l2/gstv4l2tuner.c:
21962 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21964 2004-08-03 Benjamin Otte <otte@gnome.org>
21966 * examples/dynparams/filter.c: (ui_control_create):
21967 * examples/gstplay/player.c: (print_tag):
21968 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21969 * ext/gdk_pixbuf/gstgdkanimation.c:
21970 (gst_gdk_animation_iter_may_advance):
21971 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21972 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21973 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21974 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21975 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21976 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21977 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21978 * gst/sine/demo-dparams.c: (main):
21979 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21980 * testsuite/alsa/formats.c: (create_pipeline):
21981 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21982 fixes for G_DISABLE_ASSERT and friends
21983 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21984 (mp3_type_frame_length_from_header), (mp3_type_find),
21986 require mp3 typefinding to have at least MIN_HEADERS valid headers
21987 add typefinding for AAC adts files
21989 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
21991 * sys/ximage/ximagesink.c:
21992 (gst_ximagesink_calculate_pixel_aspect_ratio):
21993 * sys/xvimage/xvimagesink.c:
21994 (gst_xvimagesink_calculate_pixel_aspect_ratio):
21995 Make sure we calculate pixel-aspect-ratio using floating point maths
21997 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22000 updated translation
22002 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22004 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22005 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22006 add debugging for display PAR calculation
22008 2004-08-02 David Schleef <ds@schleef.org>
22010 * configure.ac: Fix mikmod CFLAGS.
22012 2004-07-27 Benjamin Otte <otte@gnome.org>
22014 * gst/audioscale/gstaudioscale.c:
22015 - fix templates to only support S16, it's the only format that works
22016 - make caps nego code use try_set_caps_nonfixed and fixation instead
22017 of try_set_caps twice, which is not nice for autopluggers
22018 - change rank to secondary, so autopluggers can pick it up after
22021 2004-08-02 Iain <iain@prettypeople.org>
22023 * gst/interleave/interleave.c (interleave_init),
22024 (interleave_request_new_pad),
22025 (interleave_pad_removed),
22026 (interleave_buffered_loop): Use the real pad count, not the artificial
22029 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22031 * configure.ac: bump nano back to development
22033 === release 0.8.3 ===
22035 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22037 * configure.ac: releasing 0.8.3, "Water"
22039 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22041 * sys/xvimage/xvimagesink.c:
22042 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22043 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22044 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22045 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22046 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22047 * sys/xvimage/xvimagesink.h:
22048 apply similar PAR fixes as to ximagesink
22050 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22052 patch from: Benjamin Otte
22054 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22055 add link function to lame. Fixes #148986.
22057 2004-08-02 Johan Dahlin <johan@gnome.org>
22059 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22062 2004-07-30 David Schleef <ds@schleef.org>
22064 * gst/videomixer/Makefile.am: Fix things that should have been
22065 fixed in the last checkin.
22067 2004-07-30 David Schleef <ds@schleef.org>
22069 * gst/multipart/Makefile.am: Fix things that should have been
22070 fixed in the last checkin.
22072 2004-07-30 David Schleef <ds@schleef.org>
22074 * testsuite/multifilesink/Makefile.am: Fix unused variable.
22076 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22079 bump nano for prerelease
22091 2004-07-30 Wim Taymans <wim@fluendo.com>
22093 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22094 (gst_multifdsink_add), (gst_multifdsink_remove),
22095 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22096 (gst_multifdsink_client_remove),
22097 (gst_multifdsink_handle_client_write),
22098 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22099 * gst/tcp/gstmultifdsink.h:
22100 Recover from a select with a bad file descriptor by removing
22103 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22106 fix requirement of core
22107 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22108 (gst_play_pipeline_setup):
22109 don't use colorspace element. do use hermescolorspace element.
22110 make macro to get a colorspace element.
22111 mark strings for translation.
22123 update translations
22125 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22127 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22128 fix default for newmedia flag
22130 2004-07-30 Wim Taymans <wim@fluendo.com>
22132 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22133 (gst_theora_dec_init), (theora_get_formats),
22134 (theora_dec_src_convert), (theora_dec_sink_convert),
22135 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22136 (theora_dec_chain), (theora_dec_set_property),
22137 (theora_dec_get_property):
22138 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22139 (gst_theora_enc_class_init), (gst_theora_enc_init),
22140 (theora_enc_sink_link), (theora_enc_chain),
22141 (theora_enc_set_property), (theora_enc_get_property):
22142 Added cropping option to theora decoder.
22143 Added border option to theora encoder.
22145 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22147 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22148 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22149 (gst_pngenc_set_property):
22150 * ext/libpng/gstpngenc.h:
22151 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
22153 2004-07-30 Wim Taymans <wim@fluendo.com>
22155 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22156 (theora_enc_sink_link), (theora_enc_chain),
22157 (theora_enc_set_property), (theora_enc_get_property):
22158 Fix encoding of non-multiple-of-16 video.
22160 2004-07-29 David Schleef <ds@schleef.org>
22162 * configure.ac: make test for audiofile more strict
22164 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
22166 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22167 give different names to typefind functions
22169 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22171 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22172 (gst_ximagesink_calculate_pixel_aspect_ratio),
22173 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22174 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22175 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22176 (gst_ximagesink_get_property), (gst_ximagesink_init):
22177 * sys/ximage/ximagesink.h:
22178 allocate PAR's dynamically.
22179 use autodetected PAR if no object-set PAR is given.
22180 add workaround for directfb's X not setting physical size.
22181 fix to xvimagesink will follow tomorrow.
22183 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22185 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22186 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22187 (gst_shout2send_get_type), (gst_shout2send_set_clock),
22188 (gst_shout2send_class_init), (gst_shout2send_init),
22189 (set_shout_metadata), (gst_shout2send_set_metadata),
22190 (gst_shout2send_chain), (gst_shout2send_set_property),
22191 (gst_shout2send_get_property), (gst_shout2send_connect),
22192 (gst_shout2send_change_state):
22193 * ext/shout2/gstshout2.h:
22194 - fix for sending mp3 audio to icecast2 server, if pad link function not
22195 called before PAUSED state
22196 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22197 - added tagging support for mp3 audio broadcasted
22198 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22201 2004-07-28 Wim Taymans <wim@fluendo.com>
22203 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22204 (gst_ogg_demux_push):
22205 Return query failure when we don't know the length of
22206 an ogg stream insteda of returning TRUE with a bogus value.
22208 2004-07-28 Wim Taymans <wim@fluendo.com>
22210 * ext/theora/theoradec.c: (theora_get_formats),
22211 (theora_dec_src_convert), (theora_dec_sink_convert),
22212 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22213 (theora_dec_chain):
22214 Don't screw up the 1 Chroma for 1 luma sample situation when we
22215 have an odd offset/width by adding a black border in those cases.
22217 2004-07-28 Wim Taymans <wim@fluendo.com>
22219 * ext/theora/theoradec.c: (theora_get_formats),
22220 (theora_dec_src_convert), (theora_dec_sink_convert),
22221 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22222 (theora_dec_chain):
22223 * ext/theora/theoraenc.c: (theora_enc_sink_link):
22224 Added first attempt at cropping of the image as required by the
22225 theora spec. We need more properties in the caps (offset_x,
22226 offset_y,stride) to implement this correctly.
22228 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
22230 * ext/dvdnav/README:
22231 Update the README to use dvddemux
22232 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22233 Ensure getcaps returns a subset of the template caps
22234 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22235 (gst_mpeg2subt_init):
22236 Ensure getcaps returns a subset of the template caps
22237 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22238 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22239 (gst_dvd_demux_get_subpicture_stream),
22240 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22241 * gst/mpegstream/gstdvddemux.h:
22242 Set the explicit caps on the current_video pad before pushing
22244 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22245 (gst_mpeg_demux_get_audio_stream):
22246 Free caps used to gst_pad_set_explicit_caps, which takes a const
22249 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22251 * configure.ac: update GStreamer requirement to 0.8.4 because of
22254 2004-07-28 Wim Taymans <wim@fluendo.com>
22256 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22257 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22258 Add the pad to the element after setting up the caps. This
22259 makes it a lot easier to autoplug.
22261 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22263 * gst/median/gstmedian.c:
22264 * gst/mpeg2subt/gstmpeg2subt.c:
22265 * gst/mpegaudioparse/gstmpegaudioparse.c:
22266 * gst/mpegstream/gstdvddemux.c:
22267 * gst/mpegstream/gstmpegdemux.c:
22268 * gst/mpegstream/gstmpegpacketize.c:
22269 * gst/rtjpeg/gstrtjpeg.c:
22270 * gst/rtjpeg/gstrtjpegdec.c:
22271 * gst/rtjpeg/gstrtjpegenc.c:
22272 * gst/sine/gstsinesrc.c:
22273 * gst/smooth/gstsmooth.c:
22274 * gst/smpte/gstsmpte.c:
22275 * gst/smpte/gstsmpte.h:
22276 * gst/stereo/gststereo.c:
22277 * gst/videofilter/gstgamma.c:
22278 * gst/videofilter/gstvideobalance.c:
22279 * gst/videofilter/gstvideofilter.c:
22280 * gst/videofilter/gstvideoflip.c:
22281 * gst/videoscale/gstvideoscale.c:
22282 * gst/videoscale/videoscale.c:
22283 * gst/videotestsrc/gstvideotestsrc.c:
22284 * gst/videotestsrc/videotestsrc.c:
22285 * gst/wavenc/gstwavenc.c:
22286 * gst/wavparse/gstwavparse.c:
22287 fix local includes and 64 bits constants
22289 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22292 * gst-libs/gst/*/*.vcproj:
22294 more working plugins
22296 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22298 * testsuite/alsa/Makefile.am:
22299 * testsuite/alsa/srcstate.c:
22300 add test for alsasrc changing state
22302 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22304 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22306 * gst/silence/gstsilence.h:
22307 fix silence generation for 16bit raw audio
22309 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22311 * gst/matroska/matroska-demux.c:
22312 (gst_matroska_demux_parse_metadata),
22313 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22314 * gst/mpegaudio/common.c:
22315 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22316 (gst_videoscale_getcaps), (gst_videoscale_link),
22317 (gst_videoscale_src_fixate), (gst_videoscale_init),
22318 (gst_videoscale_finalize):
22319 * gst/videoscale/gstvideoscale.h:
22320 * gst/videotestsrc/gstvideotestsrc.c:
22321 (gst_videotestsrc_get_capslist):
22322 * gst/wavenc/gstwavenc.c:
22323 * sys/oss/gstossmixer.c: (fill_labels):
22324 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22325 (gst_ximagesink_handle_xevents),
22326 (gst_ximagesink_calculate_pixel_aspect_ratio),
22327 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22328 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22329 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22330 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22331 (gst_ximagesink_init), (gst_ximagesink_class_init):
22332 * sys/ximage/ximagesink.h:
22333 * sys/xvimage/xvimagesink.c:
22334 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22335 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22336 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22337 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22338 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22339 * sys/xvimage/xvimagesink.h:
22340 first batch of pixel aspect ratio commits.
22342 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22344 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22345 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22346 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22347 handle stride, needs work if we want to move stride handling
22348 upstream, but works correctly for our purposes.
22350 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22352 * gst/videoscale/README:
22353 add testing examples
22354 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22355 (gst_videoscale_chain):
22356 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22357 (gst_videoscale_get_size):
22358 add get_size function that handles stride like videotestsrc.
22359 fixes conversion for YUV formats for as much as I can test them.
22361 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22363 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22364 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22365 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22366 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22367 (gst_xvimagesink_xvimage_put):
22368 further cleanups, logging, error handling and synchronizing
22370 2004-07-27 Wim Taymans <wim@fluendo.com>
22372 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22373 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22374 (gst_videomixer_pad_set_property),
22375 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22376 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22377 (gst_videomixer_class_init), (gst_videomixer_init),
22378 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22379 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22380 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22381 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22382 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22383 (gst_videomixer_loop), (plugin_init):
22384 Be a nicer negotiation citizen and provide a getcaps function on
22385 the srcpad. This also fixes a crash when resizing.
22387 2004-07-27 Julien MOUTTE <julien@moutte.net>
22389 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22390 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22392 2004-07-27 Wim Taymans <wim@fluendo.com>
22394 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22395 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22396 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22397 (gst_pngenc_set_property):
22398 * ext/libpng/gstpngenc.h:
22399 Added snapshot property to pngenc.
22400 removed g_print from pngdec
22402 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22404 * gst/ac3parse/ac3parse.vcproj
22405 * gst/adder/adder.vcproj
22406 * gst/alpha/alpha.vcproj
22407 * gst/alpha/alphacolor.vcproj
22408 * gst/asfdemux/asf.vcproj
22409 * gst/audioconvert/audioconvert.vcproj
22410 * gst/audiorate/audiorate.vcproj
22411 * gst/audioscale/audioscale.vcproj
22412 * gst/auparse/auparse.vcproj
22413 * gst/avi/avi.vcproj
22414 * gst/cdxaparse/cdxaparse.vcproj
22415 * gst/chart/chart.vcproj
22416 * gst/colorspace/colorspace.vcproj
22417 * gst/cutter/cutter.vcproj
22418 * gst/debug/debug.vcproj
22419 * gst/debug/efence.vcproj
22420 * gst/debug/navigationtest.vcproj
22421 * gst/deinterlace/deinterlace.vcproj
22422 * gst/effectv/effectv.vcproj
22423 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22424 * gst/filter/filter.vcproj
22425 * gst/flx/flxdec.vcproj
22426 * gst/goom/goom.vcproj
22427 * gst/interleave/interleave.vcproj
22428 * gst/law/alaw.vcproj
22429 * gst/law/mulaw.vcproj
22430 * gst/matroska/matroska.vcproj
22431 * gst/median/median.vcproj
22432 * gst/mixmatrix/mixmatrix.vcproj
22433 * gst/mpeg1sys/mpeg1systemencode.vcproj
22434 * gst/mpeg1videoparse/mp1videoparse.vcproj
22435 * gst/mpeg2sub/mpeg2subt.vcproj
22436 * gst/mpegaudio/mpegaudio.vcproj
22437 * gst/mpegaudioparse/mpegaudioparse.vcproj
22438 * gst/mpegstream/mpegstream.vcproj
22439 * gst/multifilesink/multifilesink.vcproj
22440 * gst/multipart/multipart.vcproj
22441 * gst/oneton/oneton.vcproj
22442 * gst/overlay/overlay.vcproj
22443 * gst/passthrough/passthrough.vcproj
22444 * gst/qtdemux/qtdemux.vcproj
22445 * gst/realmedia/rmdemux.vcproj
22446 * gst/rtjpeg/rtjpeg.vcproj
22447 * gst/rtp/rtp.vcproj
22448 * gst/silence/silence.vcproj
22449 * gst/sine/sinesrc.vcproj
22450 * gst/smooth/smooth.vcproj
22451 * gst/smpte/smpte.vcproj
22452 * gst/spectrum/spectrum.vcproj
22453 * gst/speed/speed.vcproj
22454 * gst/stereo/stereo.vcproj
22455 * gst/switch/switch.vcproj
22456 * gst/tags/tagedit.vcproj
22457 * gst/tcp/tcp.vcproj
22458 * gst/typefind/typefindfunctions.vcproj
22459 * gst/udp/udp.vcproj
22460 * gst/videobox/videobox.vcproj
22461 * gst/videocrop/videocrop.vcproj
22462 * gst/videodrop/videodrop.vcproj
22463 * gst/videofilter/gamma.vcproj
22464 * gst/videofilter/videobalance.vcproj
22465 * gst/videofilter/videofilter.vcproj
22466 * gst/videofilter/videoflip.vcproj
22467 * gst/videoflip/videoflip.vcproj
22468 * gst/videomixer/videomixer.vcproj
22469 * gst/videorate/videorate.vcproj
22470 * gst/videoscale/videoscale.vcproj
22471 * gst/videotestsrc/videotestsrc.vcproj
22472 * gst/virtualdub/virtualdub.vcproj
22473 * gst/volenv/volenv.vcproj
22474 * gst/volume/volume.vcproj
22475 * gst/wavenc/wavenc.vcproj
22476 * gst/wavparse/wavparse.vcproj
22477 * gst/y4m/y4menc.vcproj
22478 * gst-libs/gst/audio/audio.vcproj
22479 * gst-libs/gst/audio/audiofilter.vcproj
22480 * gst-libs/gst/colorbalance/colorbalance.vcproj
22481 * gst-libs/gst/idct/idtc.vcproj
22482 * gst-libs/gst/media-info/media-info.vcproj
22483 * gst-libs/gst/mixer/mixer.vcproj
22484 * gst-libs/gst/navigation/navigation.vcproj
22485 * gst-libs/gst/play/play.vcproj
22486 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22487 * gst-libs/gst/resample/resample.vcproj
22488 * gst-libs/gst/riff/riff.vcproj
22489 * gst-libs/gst/tuner/tuner.vcproj
22490 * gst-libs/gst/video/video.vcproj
22491 * gst-libs/gst/xoverlay/xoverlay.vcproj
22492 avoid problems with math.h, fix release dependancy
22493 rename GStreamer-0.8.lib to libgstreamer.lib
22495 2004-07-27 Julien MOUTTE <julien@moutte.net>
22497 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22498 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22499 the atom is not available we have to unlock the mutex. Fixes #148023
22501 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22503 * gst-libs/gst/media-info/media-info.h:
22504 issue for a vararg macro with MSVC
22506 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22508 * gst/effectv/effectv.vcproj
22509 * gst-libs/gst/idct/idct.vcproj:
22510 * gst-libs/gst/media-info/media-info.vcproj:
22511 * gst-libs/gst/navigation/navigation.vcproj:
22512 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22513 * gst-libs/gst/video/video.vcproj:
22514 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22515 fixes for build problems
22517 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22519 * gst-libs/gst/audio/audio.def:
22520 * gst-libs/gst/audio/riff.def:
22521 add some definitions needed by plugins
22523 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22525 * gst/asfdemux/gstasfmux.c
22526 Fix some 64 bits constants to be glib friendly
22528 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22530 * gst/ac3parse/gstac3parse.c
22531 * gst/audioscale/gstaudioscale.c
22532 * gst/auparse/gstauparse.c
22533 * gst/colorspace/gstcolorspace.c
22534 * gst/colorspace/yuv2rgb.h
22535 local include fixes
22537 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22540 add more plugins to the build
22542 2004-07-26 Julien MOUTTE <julien@moutte.net>
22544 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22545 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22547 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22549 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22550 (gst_level_set_property), (gst_level_get_property),
22551 (gst_level_base_init), (gst_level_class_init):
22552 add debugging categories. cleanups.
22554 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22556 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22557 (gst_videoscale_planar411), (gst_videoscale_planar400),
22558 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22559 (gst_videoscale_scale_nearest_str1),
22560 (gst_videoscale_scale_nearest_str2),
22561 (gst_videoscale_scale_nearest_str4),
22562 (gst_videoscale_scale_nearest_16bit),
22563 (gst_videoscale_scale_nearest_24bit):
22564 fixed stride issues
22565 tested with 320x240 -> 321, 322, 324 x240
22566 tested with YV12, I420, YUY2, UYVY
22567 fixed packed422rev (don't think it could have worked before)
22568 by testing with UYVY
22570 2004-07-26 Benjamin Otte <otte@gnome.org>
22572 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22573 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22575 add debugging category, add error checks like checking return values
22576 of setup calls, make sure it still works after
22577 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22579 2004-07-26 Wim Taymans <wim@fluendo.com>
22581 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22582 (gst_mpeg_demux_get_audio_stream),
22583 (gst_mpeg_demux_process_private):
22584 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22585 Check for error codes from the negotiation functions. Make sure
22586 we really set the pad caps when a new pad is created.
22588 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22590 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22591 (gst_ffmpeg_caps_to_pix_fmt):
22592 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22593 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22594 (gst_ffmpegcolorspace_pad_link):
22595 don't make function do two things at the same time without reason.
22597 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22599 * gst/ac3parse/ac3parse.vcproj
22600 * gst/adder/adder.vcproj
22601 * gst/alpha/alpha.vcproj
22602 * gst/alpha/alphacolor.vcproj
22603 * gst/asfdemux/asf.vcproj
22604 * gst/audioconvert/audioconvert.vcproj
22605 * gst/audiorate/audiorate.vcproj
22606 * gst/audioscale/audioscale.vcproj
22607 * gst/auparse/auparse.vcproj
22608 * gst/avi/avi.vcproj
22609 * gst/cdxaparse/cdxaparse.vcproj
22610 * gst/chart/chart.vcproj
22611 * gst/colorspace/colorspace.vcproj
22612 * gst/cutter/cutter.vcproj
22613 * gst/debug/debug.vcproj
22614 * gst/debug/efence.vcproj
22615 * gst/debug/navigationtest.vcproj
22616 * gst/deinterlace/deinterlace.vcproj
22617 * gst/effectv/effectv.vcproj
22618 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22619 * gst/filter/filter.vcproj
22620 * gst/flx/flxdec.vcproj
22621 * gst/goom/goom.vcproj
22622 * gst/interleave/interleave.vcproj
22623 * gst/law/alaw.vcproj
22624 * gst/law/mulaw.vcproj
22625 * gst/matroska/matroska.vcproj
22626 * gst/median/median.vcproj
22627 * gst/mixmatrix/mixmatrix.vcproj
22628 * gst/mpeg1sys/mpeg1systemencode.vcproj
22629 * gst/mpeg1videoparse/mp1videoparse.vcproj
22630 * gst/mpeg2sub/mpeg2subt.vcproj
22631 * gst/mpegaudio/mpegaudio.vcproj
22632 * gst/mpegaudioparse/mpegaudioparse.vcproj
22633 * gst/mpegstream/mpegstream.vcproj
22634 * gst/multifilesink/multifilesink.vcproj
22635 * gst/multipart/multipart.vcproj
22636 * gst/oneton/oneton.vcproj
22637 * gst/overlay/overlay.vcproj
22638 * gst/passthrough/passthrough.vcproj
22639 * gst/qtdemux/qtdemux.vcproj
22640 * gst/realmedia/rmdemux.vcproj
22641 * gst/rtjpeg/rtjpeg.vcproj
22642 * gst/rtp/rtp.vcproj
22643 * gst/silence/silence.vcproj
22644 * gst/sine/sinesrc.vcproj
22645 * gst/smooth/smooth.vcproj
22646 * gst/smpte/smpte.vcproj
22647 * gst/spectrum/spectrum.vcproj
22648 * gst/speed/speed.vcproj
22649 * gst/stereo/stereo.vcproj
22650 * gst/switch/switch.vcproj
22651 * gst/tags/tagedit.vcproj
22652 * gst/tcp/tcp.vcproj
22653 * gst/typefind/typefindfunctions.vcproj
22654 * gst/udp/udp.vcproj
22655 * gst/videobox/videobox.vcproj
22656 * gst/videocrop/videocrop.vcproj
22657 * gst/videodrop/videodrop.vcproj
22658 * gst/videofilter/gamma.vcproj
22659 * gst/videofilter/videobalance.vcproj
22660 * gst/videofilter/videofilter.vcproj
22661 * gst/videofilter/videoflip.vcproj
22662 * gst/videoflip/videoflip.vcproj
22663 * gst/videomixer/videomixer.vcproj
22664 * gst/videorate/videorate.vcproj
22665 * gst/videoscale/videoscale.vcproj
22666 * gst/videotestsrc/videotestsrc.vcproj
22667 * gst/virtualdub/virtualdub.vcproj
22668 * gst/volenv/volenv.vcproj
22669 * gst/volume/volume.vcproj
22670 * gst/wavenc/wavenc.vcproj
22671 * gst/wavparse/wavparse.vcproj
22672 * gst/y4m/y4menc.vcproj
22673 more plugins supported under windows
22675 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22677 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22678 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22679 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22680 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22681 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22682 Add debugging statements. Use the sizes as returned by the
22683 *CreateImage calls.
22685 2004-07-26 Johan Dahlin <johan@gnome.org>
22687 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22688 the pad is negotiated.
22690 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22692 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22694 * gst-libs/gst/colorbalance/colorbalance.vcproj:
22695 * gst-libs/gst/idct/idct.vcproj:
22696 * gst-libs/gst/media-info/media-info.vcproj:
22697 * gst-libs/gst/mixer/mixer.vcproj:
22698 * gst-libs/gst/navigation/navigation.vcproj:
22699 * gst-libs/gst/play/play.vcproj:
22700 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22701 * gst-libs/gst/resample/resample.vcproj:
22702 * gst-libs/gst/tuner/tuner.vcproj:
22703 * gst-libs/gst/video/video.vcproj:
22704 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22705 more plugins supported under windows
22707 2004-07-25 Iain <iain@prettypeople.org>
22709 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22710 pad now rather than when the pad is created because state changes wipe
22711 explicit caps (fixes #148043).
22713 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
22715 reviewed by Benjamin Otte <otte@gnome.org>
22717 * ext/mad/gstmad.c:
22718 fix mad plugin crashing on Sun (fixes #148289)
22720 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22723 * gst/avi/avi.vcproj:
22724 * gst/matroska/matroska.def:
22725 * gst/matroska/matroska.vcproj:
22726 remove unused .def files
22728 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22730 * gst-libs/gst/audio/gstaudiofilter.c:
22731 Clean the local include
22733 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22736 * gst-libs/gst/audio/audio.def:
22737 * gst-libs/gst/audio/audio.vcproj:
22738 * gst-libs/gst/audio/audiofilter.vcproj:
22739 * gst-libs/gst/audio/riff.def:
22740 * gst-libs/gst/audio/riff.vcproj:
22741 * gst-libs/gst/gst-libs.def:
22742 * gst-libs/gst/gst-libs.vcproj:
22743 * gst/avi/avi.vcproj:
22744 * gst/avi/avi.vcproj:
22745 Copy the files where needed after building, cleaner projects
22747 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22749 * gst/matroska/ebml-write.c:
22750 Fix some 64 bits constants to be glib friendly
22752 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
22755 * gst-libs/gst/gst-libs.def:
22756 * gst-libs/gst/gst-libs.vcproj:
22757 * gst/matroska/matroska.def:
22758 * gst/matroska/matroska.vcproj:
22759 Add the preliminary canvas to build plugins on Win32
22761 2004-07-23 Benjamin Otte <otte@gnome.org>
22763 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22764 don't enfore negotiation from source side, it breaks
22765 sinesrc ! audioconvert ! osssink
22767 2004-07-22 David Schleef <ds@schleef.org>
22769 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22770 for ELF files, since they can easily be recognized as audio/mpeg.
22773 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22775 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22776 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22777 (gst_videoscale_scale_nearest_24bit),
22778 (gst_videoscale_scale_nearest_16bit):
22779 fix 16bit and 24bit for stride (24bit might need testing)
22780 don't pretend we do more than one algorithm
22782 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22786 * gst/multifilesink/Makefile.am:
22787 * gst/multifilesink/gstmultifilesink.c:
22788 (gst_multifilesink_get_formats),
22789 (gst_multifilesink_get_query_types), (_do_init),
22790 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22791 (gst_multifilesink_init), (gst_multifilesink_dispose),
22792 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22793 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22794 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22795 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22796 (gst_multifilesink_chain), (gst_multifilesink_change_state),
22797 (gst_multifilesink_uri_get_type),
22798 (gst_multifilesink_uri_get_protocols),
22799 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22800 (gst_multifilesink_uri_handler_init), (plugin_init):
22801 * gst/multifilesink/gstmultifilesink.h:
22802 * testsuite/Makefile.am:
22803 * testsuite/multifilesink/Makefile.am:
22804 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22805 (gst_newmedia_class_init), (gst_newmedia_init),
22806 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22807 (newfile_signal), (test_signal), (main):
22808 multifilesink plugin for creating new files every time a new media
22809 discontinuity event occurs
22811 2004-07-22 Wim Taymans <wim@fluendo.com>
22813 * gst/alpha/Makefile.am:
22814 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22815 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22816 (gst_alpha_color_init), (gst_alpha_color_set_property),
22817 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22818 (transform), (gst_alpha_color_chain),
22819 (gst_alpha_color_change_state), (plugin_init):
22820 Stupid plugin to to RGBA to AYUV conversion because none of
22821 the colorspace plugins can handle that yet.
22823 2004-07-22 Wim Taymans <wim@fluendo.com>
22825 * examples/seeking/seek.c: (update_scale), (main):
22826 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22827 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22828 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22829 (gst_decode_bin_init), (gst_decode_bin_dispose),
22830 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22831 (no_more_pads), (close_link), (type_found),
22832 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22834 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22835 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22836 (gst_play_base_bin_dispose), (queue_overrun),
22837 (gen_preroll_element), (remove_prerolls), (unknown_type),
22838 (no_more_pads), (new_stream), (setup_source),
22839 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22840 (play_base_eos), (gst_play_base_bin_change_state),
22841 (gst_play_base_bin_add_element),
22842 (gst_play_base_bin_remove_element),
22843 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22844 (gst_play_base_bin_unlink_stream),
22845 (gst_play_base_bin_get_streaminfo):
22846 * gst/playback/gstplaybin.c: (gen_video_element),
22847 (gen_audio_element):
22848 * gst/playback/gststreaminfo.h:
22849 More playback updates, attempt to fix things after the state change
22852 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22854 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22855 (gst_videoscale_scale_nearest_16bit):
22858 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22860 * gst/videotestsrc/gstvideotestsrc.c:
22861 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22862 (gst_videotestsrc_init), (gst_videotestsrc_get),
22863 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22864 (gst_videotestsrc_get_property):
22865 * gst/videotestsrc/gstvideotestsrc.h:
22866 * gst/videotestsrc/videotestsrc.c:
22867 * gst/videotestsrc/videotestsrc.h:
22868 cleanup and commenting
22870 2004-07-21 Wim Taymans <wim@fluendo.com>
22872 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22873 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22874 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22875 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22876 (_find_chain_get_unknown_part), (_find_streams_check),
22877 (gst_ogg_demux_push), (gst_ogg_pad_push):
22878 * ext/theora/theoradec.c: (theora_get_formats),
22879 (theora_dec_src_convert), (theora_dec_sink_convert),
22880 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22881 (theora_dec_chain):
22882 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22883 (vorbis_dec_convert), (vorbis_dec_src_query),
22884 (vorbis_dec_src_event), (vorbis_dec_event):
22885 More seeking fixes, oggdemux now supports seeking to time and
22886 uses the downstream element to convert granulepos to time.
22887 Seeking in theora-only ogg files now works.
22889 2004-07-21 Wim Taymans <wim@fluendo.com>
22891 * ext/theora/theoradec.c: (gst_theora_dec_init),
22892 (theora_get_formats), (theora_get_event_masks),
22893 (theora_get_query_types), (theora_dec_src_convert),
22894 (theora_dec_sink_convert), (theora_dec_src_query),
22895 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22896 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22897 (vorbis_get_event_masks), (vorbis_get_query_types),
22898 (gst_vorbis_dec_init), (vorbis_dec_convert),
22899 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22900 Added query/convert/formats functions to vorbis and theora decoders
22901 so that the outside world can use them too. Fixed seeking on an
22902 ogg/theora/vorbis file by disabling the seeking seeking on the
22905 2004-07-21 Julien MOUTTE <julien@moutte.net>
22907 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22908 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22909 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22910 images creation for both elements. We don't create the image on caps
22911 nego or renego, we just destroy the internal one if present if it does
22912 not match the needs. The chain function takes care of creating a new
22914 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22915 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22916 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22917 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22918 the image format information. The buffer pool checks for the context
22919 image format and discard images with different formats.
22920 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22922 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
22924 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22925 (gst_ffmpegcolorspace_chain):
22926 no point in doing any chaining if the pad we want to push from
22929 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
22931 * gst-libs/gst/riff/riff-media.c:
22932 (gst_riff_create_audio_caps_with_data):
22933 Fix double end-to-native symbol conversion (#148021).
22935 2004-07-20 David Schleef <ds@schleef.org>
22937 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22938 Don't use an Atom that doesn't exist.
22940 2004-07-20 Wim Taymans <wim@fluendo.com>
22942 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22943 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22944 (gst_multifdsink_client_remove),
22945 (gst_multifdsink_handle_client_write),
22946 (gst_multifdsink_queue_buffer):
22947 * gst/tcp/gstmultifdsink.h:
22948 More multifdsink stats. Avoid deadlock by releasing locks
22949 before sending out a signal.
22951 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
22955 added Hungarian translation (Laszlo Dvornik)
22957 2004-07-20 Wim Taymans <wim@fluendo.com>
22959 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22960 (gst_multifdsink_add), (gst_multifdsink_client_remove),
22961 (gst_multifdsink_handle_client_write),
22962 (gst_multifdsink_queue_buffer):
22963 * gst/tcp/gsttcp-marshal.list:
22964 Fixed the stupid marshal definition.
22966 2004-07-20 Wim Taymans <wim@fluendo.com>
22968 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22969 (gst_multifdsink_init), (gst_multifdsink_add),
22970 (gst_multifdsink_client_remove),
22971 (gst_multifdsink_handle_client_write),
22972 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22973 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22974 (gst_multifdsink_init_send):
22975 * gst/tcp/gstmultifdsink.h:
22976 Added more stats, added timeout for a client, fixed some typos
22977 and added some comments.
22979 2004-07-20 Wim Taymans <wim@fluendo.com>
22981 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22982 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22983 (gst_multifdsink_client_remove),
22984 (gst_multifdsink_handle_client_write):
22985 * gst/tcp/gstmultifdsink.h:
22986 * gst/tcp/gsttcp-marshal.list:
22987 Added get_stats method that returns a GValueArray of
22990 2004-07-19 Benjamin Otte <otte@gnome.org>
22992 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22993 make sure longname, description and author are valid UTF-8
22995 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
22997 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22998 (gst_ximagesink_set_property):
22999 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23000 (gst_xvimagesink_set_property):
23001 make sure SYNCHRONOUS is respected after getting the X context
23003 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23005 * gst/matroska/matroska-demux.c:
23006 (gst_matroska_demux_handle_src_event),
23007 (gst_matroska_demux_parse_blockgroup):
23008 * gst/matroska/matroska-ids.h:
23009 add BlockReference tag and ignore it to clear out log.
23010 ignore NAVIGATION events to clear out log.
23012 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23014 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23015 (gst_matroska_demux_add_stream):
23016 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23017 add debug categories
23019 2004-07-16 Wim Taymans <wim@fluendo.com>
23021 * ext/libpng/Makefile.am:
23022 * ext/libpng/gstpng.c: (plugin_init):
23023 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23024 (gst_pngdec_get_type), (gst_pngdec_base_init),
23025 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23026 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23027 * ext/libpng/gstpngdec.h:
23030 2004-07-16 Julien MOUTTE <julien@moutte.net>
23032 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23033 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23034 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23035 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23036 (gst_ximagesink_buffer_alloc):
23037 * sys/ximage/ximagesink.h:
23038 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23039 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23040 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23041 (gst_xvimagesink_buffer_alloc):
23042 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23043 again. Using internal data pointer of the x(v)image to store image's
23044 data to be coherent with the buffer alloc mechanism. Investigated the
23045 image destruction code to be sure that everything gets freed correctly.
23047 2004-07-16 Wim Taymans <wim@fluendo.com>
23049 * gst-libs/gst/riff/riff-read.c:
23050 (gst_riff_read_strf_vids_with_data),
23051 (gst_riff_read_strf_auds_with_data):
23052 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23053 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23054 Make sure we don't create 0 sized subbuffers in riff-read.
23055 Signal the no more pads signal after reading the avi header.
23057 2004-07-16 Wim Taymans <wim@fluendo.com>
23059 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23060 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23061 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23062 (gst_decode_bin_init), (gst_decode_bin_dispose),
23063 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23064 (no_more_pads), (close_link), (type_found),
23065 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23066 (gst_decode_bin_change_state), (plugin_init):
23067 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23068 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23069 (gst_play_base_bin_dispose), (queue_overrun),
23070 (gen_preroll_element), (remove_prerolls), (unknown_type),
23071 (no_more_pads), (new_stream), (setup_source),
23072 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23073 (play_base_eos), (gst_play_base_bin_change_state),
23074 (gst_play_base_bin_add_element),
23075 (gst_play_base_bin_remove_element),
23076 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23077 (gst_play_base_bin_unlink_stream),
23078 (gst_play_base_bin_get_streaminfo):
23079 * gst/playback/gstplaybasebin.h:
23080 Better error recovery. Added configurable preroll queue size. Faster
23081 detection of no-more-pads.
23083 2004-07-16 Wim Taymans <wim@fluendo.com>
23085 * gst-libs/gst/video/video.h:
23086 Added 32 bits RGBA. Not sure if we should use another mime-type
23087 for alpha rgb. Currently the presence of the alpha_mask property
23088 signals an alpha channel.
23090 2004-07-16 Wim Taymans <wim@fluendo.com>
23092 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23093 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23094 FPS seems to be 0.0 to MAX everywhere else.
23096 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
23098 * gst-libs/gst/riff/riff-media.c:
23099 (gst_riff_create_video_caps_with_data):
23100 mp42/mp43 (no caps) exist too.
23101 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23102 Set pixel_width/height; we've got them in-caps.
23103 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23104 * gst/wavparse/gstwavparse.c: (plugin_init):
23105 Both are valid primary.
23106 * sys/oss/gstossmixer.c:
23107 Remove i18n hack and enable translations.
23109 2004-07-15 Benjamin Otte <otte@gnome.org>
23111 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23112 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23113 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23115 2004-07-15 Benjamin Otte <otte@gnome.org>
23117 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23118 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23119 (gst_alsa_close_audio):
23120 disable some of the debugging code for now. Writing debugging to a
23121 buffer is broken in current alsalib releases.
23123 2004-07-12 Benjamin Otte <otte@gnome.org>
23125 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23128 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
23130 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23131 (theora_dec_src_query), (theora_dec_event):
23132 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23133 add debugging categories. Remove \n's.
23135 2004-07-13 Johan Dahlin <johan@gnome.org>
23137 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23138 (gst_play_bin_get_property): Impl.
23140 2004-07-13 Wim Taymans <wim@fluendo.com>
23142 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23143 When trying to find the stream length, seek back N pages
23144 instead of just one, where N is the number of streams in
23147 2004-07-13 Wim Taymans <wim@fluendo.com>
23149 * gst-libs/gst/riff/riff-media.c:
23150 (gst_riff_create_audio_caps_with_data),
23151 (gst_riff_create_audio_caps),
23152 (gst_riff_create_audio_template_caps):
23153 * gst-libs/gst/riff/riff-media.h:
23154 * gst-libs/gst/riff/riff-read.c:
23155 (gst_riff_read_strf_vids_with_data),
23156 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23157 * gst-libs/gst/riff/riff-read.h:
23158 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23159 (gst_avi_demux_add_stream):
23160 Set codec_data on caps for avidemuxer.
23162 2004-07-12 David Schleef <ds@schleef.org>
23164 * configure.ac: Fix test for Objective C
23166 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
23167 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23168 (gst_gdk_pixbuf_chain):
23169 Add svg and pcx to template caps, and ensure that getcaps returns a
23170 subset of the template caps.
23171 Copy each row manually for output, as gdkpixbuf may pad the
23172 rowstride to a 32-bit word boundary.
23174 2004-07-12 Wim Taymans <wim@fluendo.com>
23176 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23177 (gst_riff_create_video_template_caps):
23178 Fix the template caps to include some more media types.
23180 2004-07-12 Wim Taymans <wim@fluendo.com>
23182 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23183 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23184 (compare_ranks), (print_feature), (gst_decode_bin_init),
23185 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23186 (try_to_link_1), (new_pad), (close_link), (type_found),
23187 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23188 (gst_decode_bin_change_state), (plugin_init):
23189 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23190 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23191 (gst_play_base_bin_dispose), (queue_overrun),
23192 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23193 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23194 (gst_play_base_bin_get_property), (play_base_eos),
23195 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23196 (gst_play_base_bin_remove_element),
23197 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23198 (gst_play_base_bin_unlink_stream),
23199 (gst_play_base_bin_get_streaminfo):
23200 * gst/playback/gstplaybasebin.h:
23201 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23202 (gst_play_bin_class_init), (gst_play_bin_init),
23203 (gst_play_bin_dispose), (gst_play_bin_set_property),
23204 (gst_play_bin_get_property), (gen_video_element),
23205 (gen_audio_element), (remove_sinks), (setup_sinks),
23206 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23207 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23208 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23209 (gst_play_bin_query), (plugin_init):
23210 * gst/playback/test4.c: (main):
23211 More fixes on reusing of the element.
23213 2004-07-11 Benjamin Otte <otte@gnome.org>
23215 * ext/mad/gstmad.c: (normal_seek):
23216 allow seeking for other methods than just SET
23218 2004-07-11 Andy Wingo <wingo@pobox.com>
23220 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23221 float, "any" caps -> buffer_frames=[0,MAX].
23223 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23224 doesn't intersect our caps with the template any more. Do it
23226 (interleave_buffered_loop): Use g_newa instead of malloc/free.
23228 2004-07-09 Wim Taymans <wim@fluendo.com>
23230 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23231 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23232 (compare_ranks), (print_feature), (gst_decode_bin_init),
23233 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23234 (try_to_link_1), (new_pad), (close_link), (type_found),
23235 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23236 (gst_decode_bin_change_state), (plugin_init):
23237 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23238 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23239 (gst_play_base_bin_dispose), (queue_overrun),
23240 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23241 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23242 (gst_play_base_bin_get_property), (play_base_eos),
23243 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23244 (gst_play_base_bin_remove_element),
23245 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23246 (gst_play_base_bin_unlink_stream),
23247 (gst_play_base_bin_get_streaminfo):
23248 * gst/playback/gstplaybasebin.h:
23249 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23250 (gst_play_bin_class_init), (gst_play_bin_init),
23251 (gst_play_bin_dispose), (gst_play_bin_set_property),
23252 (gst_play_bin_get_property), (gen_video_element),
23253 (gen_audio_element), (remove_sinks), (setup_sinks),
23254 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23255 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23256 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23257 (gst_play_bin_query), (plugin_init):
23258 * gst/playback/test4.c: (main):
23259 Work on object reuse and seeking.
23261 2004-07-09 Wim Taymans <wim@fluendo.com>
23263 * examples/seeking/seek.c: (iterate):
23264 Don't consume all CPU in the idle loop.
23266 2004-07-09 Wim Taymans <wim@fluendo.com>
23268 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23269 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23270 Add pad to element *after* setting the pad functions so that
23271 the scheduler can use the correct ones.
23273 2004-07-09 Wim Taymans <wim@fluendo.com>
23275 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23276 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23277 Sync to keyframe after seek
23279 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23281 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23282 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23283 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23284 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23285 * ext/libvisual/visual.c: (gst_visual_change_state):
23286 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23287 * ext/theora/theoradec.c: (theora_dec_change_state):
23288 * ext/theora/theoraenc.c: (theora_enc_change_state):
23289 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23290 * gst-libs/gst/navigation/navigation.c:
23291 * gst/adder/gstadder.c: (gst_adder_change_state):
23292 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23293 (gst_audio_convert_get_buffer):
23294 * gst/multipart/multipartdemux.c:
23295 (gst_multipart_demux_change_state):
23296 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23297 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23298 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23299 * gst/videoscale/gstvideoscale.c:
23300 (gst_videoscale_handle_src_event):
23301 * gst/volume/gstvolume.c: (volume_chain_int16):
23302 don't assert in state change, this should be done by the base
23304 various debugging fixes.
23306 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23309 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23310 (gst_play_dispose), (gst_play_set_location),
23311 (gst_play_set_data_src), (gst_play_set_video_sink),
23312 (gst_play_set_audio_sink), (gst_play_set_visualization),
23313 (gst_play_connect_visualization), (gst_play_get_sink_element),
23314 (gst_play_get_all_by_interface):
23315 * gst-libs/gst/play/play.h:
23316 add new method to get elements implementing an interface.
23317 add various error logging
23319 2004-07-08 Wim Taymans <wim@fluendo.com>
23321 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23322 (make_mpeg_pipeline), (make_mpegnt_pipeline),
23323 (make_playerbin_pipeline), (query_durations_elems),
23324 (query_durations_pads), (query_positions_elems),
23325 (query_positions_pads), (update_scale), (iterate), (stop_seek),
23327 Added playbin seeking example.
23329 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23331 * gst-libs/gst/play/play.c: (gst_play_set_location),
23332 (gst_play_set_data_src), (gst_play_set_video_sink),
23333 (gst_play_set_audio_sink), (gst_play_set_visualization),
23334 (gst_play_connect_visualization), (gst_play_get_framerate):
23335 use a macro to look up elements from hash table
23337 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23339 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23340 (gst_play_get_length_callback), (gst_play_set_location),
23341 (gst_play_seek_to_time), (gst_play_set_data_src),
23342 (gst_play_set_video_sink), (gst_play_set_audio_sink),
23343 (gst_play_set_visualization), (gst_play_connect_visualization),
23344 (gst_play_get_sink_element):
23345 - add debugging info
23346 - fix looking up sink elements by iterating over complete caps
23347 - put everything except for source and autoplugger in a complete bin
23349 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23351 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23352 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23353 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23354 (gst_alsa_sink_write), (gst_alsa_sink_loop):
23355 * ext/alsa/gstalsasink.h:
23356 - add debugging info
23357 - clean up schizophrenia of data/buffer/event
23358 - fix double event unref error
23360 2004-07-08 Wim Taymans <wim@fluendo.com>
23362 * gst/playback/Makefile.am:
23363 Add headers to noinst
23365 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23367 * tools/gst-launch-ext-m.m:
23368 * tools/gst-launch-ext.1.in:
23369 convert to the third millenium
23371 2004-07-07 David Schleef <ds@schleef.org>
23373 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23375 2004-07-07 Wim Taymans <wim@fluendo.com>
23377 * gst/playback/Makefile.am:
23378 * gst/playback/README:
23379 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23380 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23381 (compare_ranks), (print_feature), (gst_decode_bin_init),
23382 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23383 (try_to_link_1), (new_pad), (close_link), (type_found),
23384 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23386 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23387 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23388 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23389 (gen_preroll_element), (no_more_pads), (new_stream),
23390 (setup_source), (gst_play_base_bin_set_property),
23391 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23392 (gst_play_base_bin_add_element),
23393 (gst_play_base_bin_remove_element),
23394 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23395 (gst_play_base_bin_unlink_stream),
23396 (gst_play_base_bin_get_streaminfo):
23397 * gst/playback/gstplaybasebin.h:
23398 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23399 (gst_play_bin_class_init), (gst_play_bin_init),
23400 (gst_play_bin_dispose), (gst_play_bin_set_property),
23401 (gst_play_bin_get_property), (gen_video_element),
23402 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23403 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23404 (gst_play_bin_get_formats), (gst_play_bin_convert),
23405 (gst_play_bin_get_query_types), (gst_play_bin_query),
23407 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23408 (gst_stream_info_get_type), (gst_stream_info_class_init),
23409 (gst_stream_info_init), (gst_stream_info_new),
23410 (gst_stream_info_dispose), (gst_stream_info_set_property),
23411 (gst_stream_info_get_property):
23412 * gst/playback/gststreaminfo.h:
23413 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23415 * gst/playback/test2.c: (main):
23416 * gst/playback/test3.c: (update_scale), (main):
23417 More playbin fixes. Added README. Do better element filtering.
23418 Added base class to preroll media. Added test apps.
23420 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23422 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23423 * ext/mpeg2dec/gstmpeg2dec.h:
23424 various debugging improvements. Reset stream to next picture
23425 instead of sequence header, otherwise seeks cannot work.
23427 2004-07-07 Wim Taymans <wim@fluendo.com>
23429 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23430 (gst_video_box_class_init), (gst_video_box_set_property),
23431 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23432 Use pad_alloc where possible.
23434 2004-07-07 Wim Taymans <wim@fluendo.com>
23436 * sys/oss/gstosselement.c: (gst_osselement_reset),
23437 (gst_osselement_parse_caps):
23438 * sys/oss/gstosselement.h:
23439 * sys/oss/gstosssrc.c: (gst_osssrc_get):
23440 Fix offset on osssrc.
23442 2004-07-07 Wim Taymans <wim@fluendo.com>
23444 * ext/theora/theora.c: (plugin_init):
23445 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23446 (theora_dec_src_query), (theora_dec_chain):
23447 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23448 (theora_enc_sink_link), (theora_buffer_from_packet),
23449 (theora_push_packet), (theora_enc_chain):
23450 Fix theora granulepos calculation.
23451 Fix overflow in duration/position calculation.
23452 Bump rank to PRIMARY for theoradec.
23453 Use granulepos of last packet to calculate position.
23454 Set keyframe flag on buffers when needed.
23456 2004-07-06 David Schleef <ds@schleef.org>
23458 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
23459 serious? (Fixed, obviously.)
23461 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
23465 added Czech translation (Miloslav Trmac)
23467 2004-07-05 Wim Taymans <wim@fluendo.com>
23469 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23470 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23471 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23472 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23473 (close_link), (type_found), (gst_decode_bin_set_property),
23474 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23475 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23476 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23477 (gst_decode_bin_query), (plugin_init):
23478 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23479 (gst_play_bin_class_init), (gst_play_bin_init),
23480 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23481 (get_video_element), (new_pad), (setup_source),
23482 (gst_play_bin_set_property), (gst_play_bin_get_property),
23483 (gst_play_bin_change_state), (gst_play_bin_add_element),
23484 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23485 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23486 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23487 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23488 * gst/playback/test.c: (main):
23489 More fixes, cleaned up playbin, make it use decodebin. Added
23490 threaded property to playbin.
23492 2004-07-05 Wim Taymans <wim@fluendo.com>
23495 * gst/playback/Makefile.am:
23496 * gst/playback/decodetest.c: (main):
23497 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23498 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23499 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23500 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23501 (close_link), (type_found), (gst_decode_bin_set_property),
23502 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23503 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23504 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23505 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23507 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23508 (gst_play_bin_class_init), (gst_play_bin_init),
23509 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23510 (collect_sink_pads), (find_compatibles), (close_pad_link),
23511 (try_to_link_1), (new_pad), (close_link), (type_found),
23512 (setup_source), (gst_play_bin_set_property),
23513 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23514 (compare_ranks), (gst_play_bin_collect_factories),
23515 (gst_play_bin_change_state), (gst_play_bin_add_element),
23516 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23517 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23518 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23519 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23520 * gst/playback/test.c: (main):
23521 Added some playback helper elements and some test apps, very alpha
23524 2004-07-04 Benjamin Otte <otte@gnome.org>
23526 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23527 only restart audio when we indeed have an xrun to fix repeated
23528 xruns. Fix suggested by Giuliano Pochini.
23530 2004-07-03 David Schleef <ds@schleef.org>
23532 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23533 call to gst_debug_log() if debugging is disabled (bug #145118)
23535 2004-07-03 Benjamin Otte <otte@gnome.org>
23537 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23538 use our own functions for restarting the alsa device.
23539 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23540 I should apply patches myself - use MIN for the third argument, not
23541 the second, this fixes seeking
23543 2004-07-02 David Schleef <ds@schleef.org>
23545 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23546 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
23549 2004-07-02 David Schleef <ds@schleef.org>
23551 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
23552 output buffers. Fix logic mistake. (bug #144866)
23554 2004-07-02 David Schleef <ds@schleef.org>
23556 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23557 on X. (bug #144753)
23559 2004-07-02 David Schleef <ds@schleef.org>
23561 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23562 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23564 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23565 (gst_osselement_rate_probe_check): Add another workaround for
23566 buggy drivers (bug #145336)
23568 2004-07-02 David Schleef <ds@schleef.org>
23570 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23571 Most systems don't have MSG_NOSIGNAL.
23573 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
23576 * gst-libs/gst/colorbalance/Makefile.am:
23577 * gst-libs/gst/mixer/Makefile.am:
23578 * gst-libs/gst/play/Makefile.am:
23579 * gst-libs/gst/tuner/Makefile.am:
23580 (hopefully) fix both install and dist and make error message useful.
23581 needs testing across automakes.
23583 2004-07-02 Benjamin Otte <otte@gnome.org>
23585 * ext/ogg/gstogg.c: (plugin_init):
23586 we require bytestream now
23587 * ext/ogg/gstoggdemux.c:
23588 huge diff to implement chain setup in a fast and generic way. This
23589 improves tag reading and startup of huge files (read: Theora videos)
23590 quite a bit. It probably contains bugs, too, so please test.
23591 Seeking is not improved to the fast method.
23593 2004-06-29 Wim Taymans <wim@fluendo.com>
23595 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23596 * ext/ogg/gstoggmux.c:
23597 Fix memleak in oggdemux when running unconnected pads.
23598 doc update in mux, start working on keyframe mode.
23600 2004-06-29 Benjamin Otte <otte@gnome.org>
23602 * sys/oss/gstosssink.c:
23603 * sys/oss/gstosssrc.c:
23604 advertise correct template caps - we indeed do non-native endianness
23605 and 8bit audio has no endianness
23606 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23607 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23608 avoid (wrong) duplications in getcaps function and return
23611 2004-06-29 Wim Taymans <wim@fluendo.com>
23613 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23614 (gst_multifdsink_class_init), (gst_multifdsink_add),
23615 (gst_multifdsink_remove), (gst_multifdsink_clear),
23616 (gst_multifdsink_client_remove),
23617 (gst_multifdsink_handle_client_read),
23618 (gst_multifdsink_client_queue_data),
23619 (gst_multifdsink_client_queue_caps),
23620 (gst_multifdsink_client_queue_buffer),
23621 (gst_multifdsink_handle_client_write),
23622 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23623 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23624 (gst_multifdsink_init_send), (gst_multifdsink_close):
23625 Fix wrong GList iteration that could crash the server when
23626 more then 2 clients disconnect at the same time. Read all the
23627 pending commands in one batch to recover from command storms under
23630 2004-06-28 Wim Taymans <wim@fluendo.com>
23632 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23633 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23634 (gst_videomixer_pad_set_property),
23635 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23636 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23637 (gst_videomixer_class_init), (gst_videomixer_init),
23638 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23639 (pad_zorder_compare), (gst_videomixer_sort_pads),
23640 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23641 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23642 (gst_videomixer_update_queues), (gst_videomixer_loop),
23644 Avoid divide by zero, choose masterpad as the pad with the highest
23647 2004-06-27 Julien Moutte <julien@moutte.net>
23649 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23650 (gst_ximagesink_xwindow_new):
23651 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23652 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23653 function directly. We might want to call it from somewhere else one day.
23655 2004-06-27 Julien Moutte <julien@moutte.net>
23657 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23658 (gst_ximagesink_xwindow_new):
23659 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23660 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23661 window decorations.
23663 2004-06-27 Wim Taymans <wim@fluendo.com>
23665 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23666 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23667 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23668 (gst_dvdec_set_property), (gst_dvdec_get_property):
23669 * ext/dv/gstdvdec.h:
23670 Implement drop_factor property to lower the framerate with
23673 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
23675 * gst-libs/gst/colorbalance/Makefile.am:
23676 * gst-libs/gst/mixer/Makefile.am:
23677 * gst-libs/gst/play/Makefile.am:
23678 * gst-libs/gst/tuner/Makefile.am:
23679 unbreak Company's fix that didn't install the -enum.h files
23681 2004-06-27 Wim Taymans <wim@fluendo.com>
23683 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23684 (gst_dvdec_change_state):
23685 * ext/dv/gstdvdec.h:
23686 Fix timestamp, duration and offset of the buffers.
23688 2004-06-27 Wim Taymans <wim@fluendo.com>
23690 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23691 (gst_multifdsink_class_init), (gst_multifdsink_add),
23692 (gst_multifdsink_remove), (gst_multifdsink_clear),
23693 (gst_multifdsink_client_remove),
23694 (gst_multifdsink_handle_client_read),
23695 (gst_multifdsink_client_queue_data),
23696 (gst_multifdsink_client_queue_caps),
23697 (gst_multifdsink_client_queue_buffer),
23698 (gst_multifdsink_handle_client_write),
23699 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23700 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23701 (gst_multifdsink_init_send), (gst_multifdsink_close):
23702 * gst/tcp/gstmultifdsink.h:
23703 * gst/tcp/gsttcpserversink.c:
23704 (gst_tcpserversink_handle_server_read),
23705 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23706 More multifdsink fixes, more recovery policy fixes.
23707 Removed stupid g_print
23709 2004-06-26 Wim Taymans <wim@fluendo.com>
23711 * gst/tcp/Makefile.am:
23712 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23713 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23714 (gst_multifdsink_class_init), (gst_multifdsink_init),
23715 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23716 (gst_multifdsink_handle_client_read),
23717 (gst_multifdsink_client_queue_data),
23718 (gst_multifdsink_client_queue_caps),
23719 (gst_multifdsink_client_queue_buffer),
23720 (gst_multifdsink_handle_client_write),
23721 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23722 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23723 (gst_multifdsink_chain), (gst_multifdsink_set_property),
23724 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23725 (gst_multifdsink_close), (gst_multifdsink_change_state):
23726 * gst/tcp/gstmultifdsink.h:
23727 * gst/tcp/gsttcpplugin.c: (plugin_init):
23728 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23729 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23730 (gst_tcpserversink_handle_server_read),
23731 (gst_tcpserversink_handle_select),
23732 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23733 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23734 * gst/tcp/gsttcpserversink.h:
23735 Added multifdsink, made tcpserversink a subclass of fdsink, removed
23736 one of the locks, added recovery policy to multifdsink.
23738 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23740 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23741 fix decision for when getting frames with same timestamp
23742 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23743 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23744 (gst_v4lsrc_get_property):
23745 * sys/v4l/gstv4lsrc.h:
23746 add latency offset property
23748 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23750 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23752 fix debugging. add category.
23754 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23756 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23759 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23761 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23762 (gst_alsa_src_get_time), (gst_alsa_src_loop),
23763 (gst_alsa_src_change_state):
23764 return a time that is in sync with the element's processing
23766 2004-06-25 Wim Taymans <wim@fluendo.com>
23768 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23769 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23770 (gst_tcpserversink_client_remove),
23771 (gst_tcpserversink_handle_client_read),
23772 (gst_tcpserversink_client_queue_data),
23773 (gst_tcpserversink_client_queue_caps),
23774 (gst_tcpserversink_client_queue_buffer),
23775 (gst_tcpserversink_handle_client_write),
23776 (gst_tcpserversink_queue_buffer),
23777 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23778 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23779 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23780 (gst_tcpserversink_close):
23781 * gst/tcp/gsttcpserversink.h:
23782 Serversink rewrite. Really do non blocking writes to clients and
23783 maintain an internal queue to handle slower clients while not
23784 disturbing fast clients.
23786 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23788 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23789 better debug, don't override OFFSET and OFFSET_END
23791 2004-06-25 Iain <iain@prettypeople.org>
23793 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23794 name=source for the wavparse pipeline.
23796 2004-06-24 Johan Dahlin <johan@gnome.org>
23798 * ext/theora/theoraenc.c (theora_enc_chain): Call
23799 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23800 streamheader caps are set correctly.
23802 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23804 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23805 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23806 respect minimum bitrate; same could be done for max bitrate
23808 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23810 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23811 (gst_vorbisenc_setup):
23812 fix sample rate range
23814 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23816 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23817 (gst_oggvorbisenc_setup):
23818 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23819 (gst_vorbisenc_setup):
23820 resolve ambiguities in code and description
23822 2004-06-24 Wim Taymans <wim@fluendo.com>
23824 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23825 * ext/alsa/gstalsa.h:
23826 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23827 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23828 Use alsa trigger_tstamp to get the timestamp of the first
23829 sample in the buffer for more precise sync. Some cleanups.
23831 2004-06-24 Wim Taymans <wim@fluendo.com>
23833 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23834 (gst_audiorate_init), (gst_audiorate_chain),
23835 (gst_audiorate_set_property), (gst_audiorate_get_property):
23836 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23837 (gst_videorate_chain):
23838 Added some logging, fixed an overflow bug in videorate.
23840 2004-06-24 Benjamin Otte <otte@gnome.org>
23842 * ext/kio/Makefile.am:
23843 fix for builddir != srcdir and distcheck
23845 2004-06-24 Benjamin Otte <otte@gnome.org>
23847 * gst-libs/gst/colorbalance/Makefile.am:
23848 * gst-libs/gst/mixer/Makefile.am:
23849 * gst-libs/gst/play/Makefile.am:
23850 * gst-libs/gst/tuner/Makefile.am:
23851 * gst/tcp/Makefile.am:
23852 * sys/dxr3/Makefile.am:
23853 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23855 Also add all *.list files that were missing.
23857 add a distcheck hook to ensure the above doesn't happen again.
23859 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
23861 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23863 2004-06-23 Colin Walters <walters@redhat.com>
23865 * m4/Makefile.am: Distribute gst-fionread.m4.
23867 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
23869 * configure.ac: back to dev
23871 2004-06-23 Wim Taymans <wim@fluendo.com>
23873 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23874 (gst_alsa_xrun_recovery):
23875 * ext/alsa/gstalsa.h:
23876 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23877 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23878 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23879 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23880 (gst_alsa_src_loop):
23881 Add clock to alsasrc. Take new capture timestamp when
23882 restarting after an overrun. Split up some functions between
23883 alsasrc and alsasink.
23885 === release 0.8.2 ===
23887 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
23889 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23890 (gst_alsa_change_state), (gst_alsa_update_avail),
23891 (gst_alsa_xrun_recovery):
23892 * ext/alsa/gstalsa.h:
23893 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23894 merge back changes from release
23896 2004-06-23 Wim Taymans <wim@fluendo.com>
23898 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23899 (gst_audiorate_init), (gst_audiorate_chain),
23900 (gst_audiorate_set_property), (gst_audiorate_get_property):
23901 Implement sample dropping and notify
23903 2004-06-22 Wim Taymans <wim@fluendo.com>
23905 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23906 (theora_enc_sink_link), (theora_buffer_from_packet),
23907 (theora_push_packet), (theora_enc_chain):
23908 Some cleanups, make sure the timestamps are correct.
23910 2004-06-22 Wim Taymans <wim@fluendo.com>
23912 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23913 (gst_alsa_change_state), (gst_alsa_update_avail),
23914 (gst_alsa_xrun_recovery):
23915 * ext/alsa/gstalsa.h:
23916 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23917 Cleanups, take queued samples into account when reporting
23920 2004-06-22 Wim Taymans <wim@fluendo.com>
23922 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23923 (gst_videorate_init):
23924 Initialize the property as well.
23926 2004-06-22 Wim Taymans <wim@fluendo.com>
23928 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23929 (gst_videorate_init), (gst_videorate_chain),
23930 (gst_videorate_set_property), (gst_videorate_get_property):
23931 Add property to make videorate silent.
23932 Add property to prefer new frames over old ones.
23934 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23936 * sys/osxvideo/Makefile.am:
23937 Workaround so that the osxvideo .so file gets linked with the
23938 Cocoa, OpenGL and QuickTime frameworks
23940 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23942 * sys/osxaudio/Makefile.am:
23943 Workaround so that the osxaudio .so file gets linked with the
23944 CoreAudio framework
23946 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23949 Whoops, my fault...fixed build issues
23951 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23954 Add objective-c support if running in Darwin/Mac OS X
23957 * sys/osxvideo/Makefile.am:
23958 * sys/osxvideo/osxvideosink.h:
23959 * sys/osxvideo/osxvideosink.m:
23960 * sys/osxvideo/cocoawindow.h:
23961 * sys/osxvideo/cocoawindow.m:
23962 Add osxvideosink, a cocoa-based osx video sink
23965 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
23966 * ext/dvdnav/gst-dvd:
23967 Grab the gconf key from the right spot
23968 * gst/debug/gstnavseek.c: (gst_navseek_init),
23969 (gst_navseek_segseek), (gst_navseek_handle_src_event),
23970 (gst_navseek_chain):
23971 * gst/debug/gstnavseek.h:
23972 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23973 and loop parameters of a segment seek.
23974 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23975 (gst_videotestsrc_get_event_masks),
23976 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23977 * gst/videotestsrc/gstvideotestsrc.h:
23978 Add seeking support to videotestsrc
23979 Initialise the timestamp_offset variable.
23981 2004-06-18 Wim Taymans <wim@fluendo.com>
23983 * ext/sidplay/gstsiddec.cc:
23984 Fix negotiation and set correct end offset.
23986 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
23988 * configure.ac: branch and prerelease
23990 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
23992 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23993 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23994 (gst_tcpclientsrc_init_receive):
23995 * gst/tcp/gsttcpclientsrc.h:
23996 read caps when connecting to server for GDP so we set them correctly
23998 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24000 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24001 notify drops and duplicates
24002 * gst/videoscale/videoscale.c: (videoscale_get_structure):
24003 no good reason to limit ourselves to 100x100
24005 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24007 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24008 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24009 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24010 (gst_v4lsrc_get_property):
24011 * sys/v4l/gstv4lsrc.h:
24012 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24013 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24014 (gst_v4l_set_audio):
24015 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24016 (gst_v4lsrc_try_capture):
24017 * sys/v4l/v4lsrc_calls.h:
24018 change try_palette to more general try_capture
24019 add autoprobe option so we can turn off autoprobing
24022 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24026 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24027 (gst_ximagesink_class_init):
24028 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24029 (gst_xvimagesink_class_init):
24030 run them as finalize, not dispose, since dispose can be invoked
24033 2004-06-17 Wim Taymans <wim@fluendo.com>
24035 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24036 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24037 * ext/alsa/gstalsa.h:
24038 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24039 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24040 (gst_alsa_src_change_state):
24041 * ext/alsa/gstalsasrc.h:
24042 Make the xrun code timestamp and offset the buffers correctly.
24043 moved the clock to the base class, use alsa methods to get time.
24044 Do correct timestamping on outgoing buffers.
24046 2004-06-17 Wim Taymans <wim@fluendo.com>
24048 * gst/audiorate/Makefile.am:
24049 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24050 (gst_audiorate_base_init), (gst_audiorate_class_init),
24051 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24052 (gst_audiorate_set_property), (gst_audiorate_get_property),
24053 (gst_audiorate_change_state), (plugin_init):
24054 Added an audiorate converter that fills in gaps.
24056 2004-06-17 Johan Dahlin <johan@gnome.org>
24058 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24060 2004-06-16 Wim Taymans <wim@fluendo.com>
24062 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24063 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24064 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24065 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24066 (gst_v4lsrc_get_property):
24067 * sys/v4l/gstv4lsrc.h:
24068 Added a copy mode to v4lsrc where it will output a copied version
24069 of its internal hardware buffer.
24070 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24073 2004-06-16 Wim Taymans <wim@fluendo.com>
24075 * sys/oss/gstosssrc.c: (gst_osssrc_get):
24078 2004-06-16 Wim Taymans <wim@fluendo.com>
24080 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24081 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24082 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24083 (gst_v4lsrc_get_property):
24084 * sys/v4l/gstv4lsrc.h:
24085 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24086 Added a sync mode enum property to control v4lsrc timestamp method
24087 Removed the use-fixed-fps property and moved functionality in
24089 Don't error on an error value from v4l-conf, it might not always
24092 2004-06-16 Wim Taymans <wim@fluendo.com>
24094 * gst/videorate/Makefile.am:
24095 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24096 (gst_videorate_base_init), (gst_videorate_class_init),
24097 (gst_videorate_getcaps), (gst_videorate_link),
24098 (gst_videorate_init), (gst_videorate_chain),
24099 (gst_videorate_set_property), (gst_videorate_get_property),
24100 (gst_videorate_change_state), (plugin_init):
24101 Added a video timestamp corrector.
24103 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24105 fixed a potential leak with previous commit
24107 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24109 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24111 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24112 Added missing refcount, fixes bug #144425
24113 Cheers Tim for finding the bug
24115 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
24117 * sys/v4l/gstv4l.c: (plugin_init):
24118 * sys/v4l/gstv4lcolorbalance.c:
24119 * sys/v4l/gstv4lcolorbalance.h:
24120 * sys/v4l/gstv4lelement.c:
24121 * sys/v4l/gstv4lelement.h:
24122 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24123 * sys/v4l/gstv4lmjpegsink.h:
24124 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24125 * sys/v4l/gstv4lmjpegsrc.h:
24126 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24127 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24128 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24129 * sys/v4l/gstv4lsrc.h:
24130 * sys/v4l/gstv4ltuner.c:
24131 * sys/v4l/gstv4ltuner.h:
24132 * sys/v4l/gstv4lxoverlay.c:
24133 * sys/v4l/gstv4lxoverlay.h:
24134 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24135 (gst_v4l_set_window), (gst_v4l_enable_overlay):
24136 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24137 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24138 (gst_v4l_set_audio):
24139 * sys/v4l/v4l_calls.h:
24140 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24141 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24142 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24143 (gst_v4lmjpegsink_playback_init),
24144 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24145 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24146 (gst_v4lmjpegsink_playback_stop),
24147 (gst_v4lmjpegsink_playback_deinit):
24148 * sys/v4l/v4lmjpegsink_calls.h:
24149 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24150 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24151 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24152 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24153 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24154 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24155 * sys/v4l/v4lmjpegsrc_calls.h:
24156 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24157 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24158 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24159 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24160 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24161 (gst_v4lsrc_try_palette):
24162 * sys/v4l/v4lsrc_calls.h:
24163 bunch of paranoia cleanups
24165 2004-06-14 David Schleef <ds@schleef.org>
24167 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24168 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24169 Send discont events and change timestamps appropriately when
24170 we get a seek event. (bug #144240)
24171 * ext/cdparanoia/gstcdparanoia.h:
24173 2004-06-14 Benjamin Otte <otte@gnome.org>
24175 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24176 snd_pcm_hw_params_set_rate since the latter fails for no good
24177 reason on some setups.
24179 2004-06-14 David Schleef <ds@schleef.org>
24181 * gst/volume/demo.c: (value_changed_callback): exp10() is not
24182 standard. Thank you for playing.
24184 2004-06-14 Wim Taymans <wim@fluendo.com>
24186 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24187 Patch 1.3 broke the ordering of the colorspace info and
24188 made the plugin basically work by coincidence, reordered
24191 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24193 * ext/lame/gstlame.c:
24194 * ext/mad/gstmad.c:
24195 sync caps. Make sure mad can only output a list of rates, not
24196 a full range. In the future, have three caps lists for each of the
24197 mpeg versions. Change mpegversion to a double as well.
24199 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24201 * gst/volume/.cvsignore:
24202 * gst/volume/Makefile.am:
24203 * gst/volume/demo.c: (value_changed_callback), (idler),
24204 (setup_gui), (main):
24205 added small demo app
24207 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
24208 * ext/esd/esdsink.c: (gst_esdsink_change_state):
24209 * ext/esd/esdsink.h:
24210 Close the esd connection on pause, because esd will just wait -
24211 blocking all other esd clients indefinitely.
24213 2004-06-12 Christophe Fergeau <teuf@gnome.org>
24215 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24216 previous commit with GST_DEBUG
24218 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
24221 add a header check for a dvdread header in dvdnav. Fixes #133002
24223 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24225 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24226 * gst/tcp/gsttcpclientsink.h:
24227 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24228 * gst/tcp/gsttcpclientsrc.h:
24229 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24230 (gst_tcpserversink_handle_server_read),
24231 (gst_tcpserversink_init_send):
24232 * gst/tcp/gsttcpserversink.h:
24233 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24234 * gst/tcp/gsttcpserversrc.h:
24235 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24238 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24241 Added ogg library so that OSX detects libtheora properly
24243 2004-06-11 Wim Taymans <wim@fluendo.com>
24245 * ext/theora/theoradec.c: (theora_dec_chain),
24246 (theora_dec_change_state):
24247 Don't try to decode frames before we received a keyframe.
24249 2004-06-11 Wim Taymans <wim@fluendo.com>
24251 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24252 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24253 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24254 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24255 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24256 Added property to set the maximum delay of a page.
24258 2004-06-10 Wim Taymans <wim@fluendo.com>
24260 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24261 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24262 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24263 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24264 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24265 Added max-delay property to control the maximum amount
24266 of data to put in one page.
24268 2004-06-10 Wim Taymans <wim@fluendo.com>
24270 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24271 (gst_theora_enc_init), (theora_enc_sink_link),
24272 (theora_buffer_from_packet), (theora_enc_set_property),
24273 (theora_enc_get_property):
24274 Set duration on encoded buffer, added some more properties
24276 2004-06-10 Wim Taymans <wim@fluendo.com>
24278 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24279 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24280 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24281 * ext/theora/theoraenc.c: (theora_enc_chain):
24282 Fix refcounting bugs
24284 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
24286 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24287 (gst_asf_demux_loop), (gst_asf_demux_process_file),
24288 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24289 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24290 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24291 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24292 (gst_asf_demux_change_state):
24293 * gst/asfdemux/gstasfdemux.h:
24294 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24295 feels like. I think we should set a new requirement for demuxers
24296 from now on to implement sane loop functions, data loops, query
24297 and seek functions before first commit into CVS. And this commit
24298 fixes all of the above.
24300 2004-06-10 Christophe Fergeau <teuf@gnome.org>
24302 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24303 vorbis comments are properly encoded in UTF-8 before adding them
24306 2004-06-09 Benjamin Otte <otte@gnome.org>
24308 * ext/alsa/gstalsa.c: (add_channels):
24309 handle min <= max correctly
24310 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24311 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24312 add fixation functions so we fixate correctly. No preferring of alaw
24313 anymore because it's the first structure.
24314 * ext/alsa/gstalsa.h:
24315 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24316 (gst_alsa_hw_params_dump):
24317 add functions to ease debugging in alsalib
24318 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24319 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24320 (gst_alsa_start_audio):
24321 only specify hw params if we really setup a format (fixes #134007 -
24322 or at least works around it)
24324 2004-06-09 Wim Taymans <wim@fluendo.com>
24326 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24327 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24328 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24329 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24330 (gst_ogg_mux_loop):
24331 Use stream caps to setup the initial pages in the ogg stream.
24332 Correctly set the streamheader caps on the srcpad.
24334 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
24336 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24337 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24338 (gst_v4lsrc_getcaps):
24339 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24340 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24341 add querying of fps lists for webcams. Negotiating to a framerate
24344 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24346 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24347 (theora_push_buffer), (theora_push_packet),
24348 (theora_set_header_on_caps), (theora_enc_chain):
24349 mark buffers and put on streamheader, raw theora streaming
24350 now works too, whee
24352 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24354 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24355 (gst_tcp_gdp_read_caps):
24356 do a looping read for caps and GDP headers too
24358 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24360 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24361 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24362 return EOS instead of NULL in _get
24364 2004-06-08 Wim Taymans <wim@fluendo.com>
24366 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24367 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24368 (gst_tcp_gdp_write_caps):
24369 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24370 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24371 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24374 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24376 * ext/vorbis/Makefile.am:
24377 * ext/vorbis/vorbis.c: (plugin_init):
24378 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24379 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24380 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24381 (vorbis_parse_change_state):
24382 * ext/vorbis/vorbisparse.h:
24383 adding a vorbisparse element that marks the buffers, streaming
24384 raw vorbis using GDP now works, whee
24386 2004-06-08 Wim Taymans <wim@fluendo.com>
24388 * ext/jpeg/Makefile.am:
24390 * ext/jpeg/gstjpeg.c: (plugin_init):
24391 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24392 (gst_smokedec_base_init), (gst_smokedec_class_init),
24393 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24394 * ext/jpeg/gstsmokedec.h:
24395 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24396 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24397 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24398 (gst_smokeenc_resync), (gst_smokeenc_chain),
24399 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24400 * ext/jpeg/gstsmokeenc.h:
24401 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24402 (smokecodec_flush_destination), (smokecodec_term_destination),
24403 (smokecodec_init_source), (smokecodec_fill_input_buffer),
24404 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24405 (smokecodec_term_source), (smokecodec_encode_new),
24406 (smokecodec_decode_new), (smokecodec_info_free),
24407 (smokecodec_set_quality), (smokecodec_get_quality),
24408 (smokecodec_set_threshold), (smokecodec_get_threshold),
24409 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24410 (find_best_size), (abs_diff), (put), (smokecodec_encode),
24411 (smokecodec_parse_header), (smokecodec_decode):
24412 * ext/jpeg/smokecodec.h:
24413 Added a new simple jpeg based codec
24415 2004-06-08 Wim Taymans <wim@fluendo.com>
24417 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24418 (gst_multipart_mux_loop):
24421 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24423 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24424 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24425 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24426 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24427 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24428 * gst/tcp/gsttcpserversink.h:
24429 take streamheader into account
24431 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24433 * gst/level/Makefile.am:
24434 * gst/level/gstlevel.c: (gst_level_class_init):
24435 clean up marshal generation
24437 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24439 * gst/tcp/Makefile.am:
24440 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24441 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24442 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24443 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24444 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24445 (gst_tcpclientsrc_get_property):
24446 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24447 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24448 (gst_tcpserversink_handle_client_read),
24449 (gst_tcpserversink_handle_client_write),
24450 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24451 * gst/tcp/gsttcpserversink.h:
24452 add signals client-added and client-removed
24453 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24454 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24455 (gst_tcpserversrc_get_property):
24456 uniformized, change default protocol to NONE
24457 * gst/tcp/gsttcp-marshal.list: added
24458 2004-06-07 Benjamin Otte <otte@gnome.org>
24460 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24461 handle discont events if they happen before caps nego
24463 2004-06-07 Wim Taymans <wim@fluendo.com>
24465 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24466 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24467 (gst_multipart_demux_plugin_init):
24468 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24469 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24470 (gst_multipart_mux_change_state):
24471 Small updates, fix a memleak
24473 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24475 * configure.ac: OSS portability
24476 * ext/arts/gst_arts.c: idem
24477 * sys/oss/gstosselement.c: idem
24478 * sys/oss/gstossmixer.c: idem
24479 * sys/oss/gstosssink.c: idem
24480 * sys/oss/gstosssrc.c: idem
24481 * sys/oss/oss_probe.c: idem
24482 - check for soundcard.h in different places for some BSD
24484 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
24487 Add me to the authors file
24489 Increase the libdv requirement to >= version 0.100
24490 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24491 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24492 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24493 * ext/dv/gstdvdec.h:
24494 Add support for the new_media flag when sending DISCONT events
24495 Make the querying work when video pad is not linked
24497 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24499 reviewed by Benjamin Otte <otte@gnome.org>
24501 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24502 create a NULL-initialized array of pads, so we don't think they
24503 exist already. (fixes #143130)
24505 2004-06-07 Benjamin Otte <otte@gnome.org>
24507 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24508 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24509 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24510 don't use // coments
24512 2004-06-07 Benjamin Otte <otte@gnome.org>
24514 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24515 cast to GstClockTime to get higher granularity
24516 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24517 use gst_element_set_time_delay to get the exact time
24518 * ext/mad/gstmad.c: (gst_mad_chain):
24519 use the negotiated rate instead of the current frame's rate which
24520 might be wrong because of bit errors. This avoids emitting totally
24521 bogus timestamps and screwing sync.
24524 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24526 reviewed by Benjamin Otte <otte@gnome.org>
24528 * gst/adder/gstadder.c: (gst_adder_loop):
24529 properly error out when no negotiation has happened yet. (fixes
24532 2004-06-06 Benjamin Otte <otte@gnome.org>
24534 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24535 forward correctly transformed offset in discont events. Based on
24536 patch by Arwed v. Merkatz. (fixes #142851)
24538 2004-06-06 David Schleef <ds@schleef.org>
24540 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24541 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
24542 problems on several systems.
24544 2004-06-06 Benjamin Otte <otte@gnome.org>
24546 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24547 use explicit caps on the srcpad
24548 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24549 properly error out if caps couldn't be set (fixes #142764)
24551 2004-06-06 Benjamin Otte <otte@gnome.org>
24553 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24554 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24555 (gst_alsa_start_audio):
24556 - don't call set_periods_integer anymore, it breaks the
24557 configuration randomly
24558 - call snd_pcm_hw_params_set_access directly instead of using masks
24559 - don't fail if the sw_params can't be set, just use the default
24560 params and hope it works. Alsalib has weird issues when you touch
24561 sw_params and does no proper error reporting about what failed.
24562 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24563 (gst_alsa_close_audio):
24564 make our alsa debugging go via gst debugging and not conditionally
24566 * ext/alsa/gstalsa.h:
24567 add ALSA_DEBUG_FLUSH macro
24568 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24570 wrap alsa errors to be printed via the gst debugging system and not
24573 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
24575 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24576 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24577 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24578 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24579 (qtdemux_parse_trak):
24580 * gst/qtdemux/qtdemux.h:
24581 Bitch. Also known as seeking, querying & co.
24582 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24583 (gst_osssink_change_state):
24584 * sys/oss/gstosssink.h:
24585 Resyncing is for weenies, this hack is no longer needed and was
24586 broken anyway (since it - unintendedly - always leaves resync to
24589 2004-06-05 Andrew Turner <zxombie@hotpop.com>
24591 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24592 * gst/tcp/gsttcpclientsrc.h: idem
24593 - define MSG_NOSIGNAL if not done
24594 - include unistd.h for off_t
24597 2004-06-05 Benjamin Otte <otte@gnome.org>
24600 * ext/kio/Makefile.am:
24601 check for qt's moc preprocessor explicitly and use it
24603 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24605 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24606 don't get a signal for EPIPE on socket writes
24607 (somebody check if this works on other platforms)
24609 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24611 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24612 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24613 check error condition on available samples correctly
24615 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24617 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24619 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24620 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24621 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24622 (gst_tcpserversrc_gdp_read_header):
24623 use ssize_t over size_t since the former is signed and thus the
24624 check for error codes can work
24626 2004-06-02 Wim Taymans <wim@fluendo.com>
24630 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24631 (gst_multipart_mux_loop):
24634 2004-06-02 Wim Taymans <wim@fluendo.com>
24636 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24637 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24638 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24639 (gst_multipart_mux_change_state):
24640 Added configurable boundary specifier, added the value as a
24641 caps field as well.
24643 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24645 * gst/tcp/gsttcp.c:
24646 * gst/tcp/gsttcpclientsrc.c:
24647 * gst/tcp/gsttcpclientsrc.h:
24648 * gst/tcp/gsttcpserversrc.c:
24649 - portability fix, to compile on OSX
24652 * sys/osxaudio/gstosxaudioelement.c:
24653 * sys/osxaudio/gstosxaudiosink.c:
24654 * sys/osxaudio/gstosxaudiosrc.c:
24655 - compilation warnings on OSX
24658 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24660 * ext/vorbis/vorbisdec.c : sign warning fixes
24662 * gst-libs/gst/mixer/mixertrack.c :
24663 do no use defines which are glib 2.4 specific
24665 2004-06-01 Christophe Fergeau <teuf@gnome.org>
24667 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24668 buffer since libflac doesn't expect it (reports a sync error when
24669 it encounters that)
24672 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
24674 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24675 * gst-libs/gst/mixer/mixertrack.c:
24676 (gst_mixer_track_get_property), (get_mixer_track_init),
24677 (get_mixer_track_get_property): Added property accessors
24678 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24679 * gst-libs/gst/mixer/mixeroptions.c:
24680 (gst_mixer_options_get_values): Added
24681 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24682 * gst-libs/gst/mixer/mixer.c: Fixed comment
24685 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24687 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24688 improve error messages on open
24691 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24693 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24694 check if v4l-conf is in path
24696 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24698 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24699 change assert to a more readable error message
24701 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24703 * gst-libs/gst/tuner/tunerchannel.h:
24704 - add a freq_multiplicator field to make the conversion
24705 between internal frequency unit and Hz
24706 * sys/v4l/gstv4lelement.c:
24707 * sys/v4l2/gstv4l2element.c:
24708 - change default video device to /dev/video0
24709 * sys/v4l/v4l_calls.c:
24710 * sys/v4l2/v4l2_calls.c:
24711 - we only expose frequency to the user in Hz instead of
24712 bastard v4lX unit (either 62.5kHz or 62.5Hz)
24714 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
24715 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24716 Initialise b_o_s and e_o_s variables
24717 * gst-libs/gst/riff/riff-media.c:
24718 (gst_riff_create_video_caps_with_data):
24719 Add some unusual fourcc's from mplayer avi's
24720 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24721 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24724 2004-05-28 Wim Taymans <wim@fluendo.com>
24727 * gst/alpha/Makefile.am:
24728 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24729 (gst_alpha_get_type), (gst_alpha_base_init),
24730 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24731 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24732 (gst_alpha_chroma_key), (gst_alpha_chain),
24733 (gst_alpha_change_state), (plugin_init):
24734 A plugin to add an alpha channel to I420 video. Can optionally do
24736 * gst/multipart/Makefile.am:
24737 * gst/multipart/multipart.c: (plugin_init):
24738 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24739 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24740 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24741 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24742 (gst_multipart_demux_change_state),
24743 (gst_multipart_demux_plugin_init):
24744 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24745 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24746 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24747 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24748 (gst_multipart_mux_pad_unlink),
24749 (gst_multipart_mux_request_new_pad),
24750 (gst_multipart_mux_handle_src_event),
24751 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24752 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24753 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24754 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24755 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24756 send multipart jpeg images to a browser.
24757 * gst/videobox/Makefile.am:
24758 * gst/videobox/README:
24759 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24760 (gst_video_box_get_type), (gst_video_box_base_init),
24761 (gst_video_box_class_init), (gst_video_box_init),
24762 (gst_video_box_set_property), (gst_video_box_get_property),
24763 (gst_video_box_sink_link), (gst_video_box_i420),
24764 (gst_video_box_ayuv), (gst_video_box_chain),
24765 (gst_video_box_change_state), (plugin_init):
24766 Crops or adds borders around an image. can do alpha channel
24768 * gst/videomixer/Makefile.am:
24769 * gst/videomixer/README:
24770 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24771 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24772 (gst_videomixer_pad_get_sink_event_masks),
24773 (gst_videomixer_pad_get_property),
24774 (gst_videomixer_pad_set_property),
24775 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24776 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24777 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24778 (gst_videomixer_base_init), (gst_videomixer_class_init),
24779 (gst_videomixer_init), (gst_videomixer_request_new_pad),
24780 (gst_videomixer_handle_src_event),
24781 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24782 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24783 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24784 (gst_videomixer_loop), (gst_videomixer_get_property),
24785 (gst_videomixer_set_property), (gst_videomixer_change_state),
24787 Generic video mixer plugin, can handle multiple inputs all with
24788 different framerates and video sizes. Is fully alpha channel
24791 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
24793 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24794 Select first track as master track. Not sure how else to handle
24796 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24797 Discard discont events. Should fix #142962.
24799 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
24801 * ext/alsa/Makefile.am:
24802 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24803 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24804 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24805 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24806 (gst_alsa_mixer_get_option):
24807 * ext/alsa/gstalsamixer.h:
24808 * ext/alsa/gstalsamixeroptions.c:
24809 (gst_alsa_mixer_options_get_type),
24810 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24811 (gst_alsa_mixer_options_new):
24812 * ext/alsa/gstalsamixeroptions.h:
24813 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24814 * ext/alsa/gstalsamixertrack.h:
24815 Add enumerations (as GstMixerOptions). Make correct distinction
24816 between input/output tracks. Add capture/playback private flag.
24817 Use flag to decide on whether to set capture or playback volumes
24818 or switches. Use playback and record switches.
24819 * gst-libs/gst/mixer/Makefile.am:
24820 * gst-libs/gst/mixer/mixer-marshal.list:
24821 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24822 (gst_mixer_set_option), (gst_mixer_get_option),
24823 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24824 (gst_mixer_volume_changed), (gst_mixer_option_changed):
24825 * gst-libs/gst/mixer/mixer.h:
24826 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24827 (gst_mixer_options_class_init), (gst_mixer_options_init),
24828 (gst_mixer_options_dispose):
24829 * gst-libs/gst/mixer/mixeroptions.h:
24830 Add GstMixerOptions.
24831 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24832 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24833 broken device detection on computers with multiple OSS sound
24836 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
24838 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24839 fixate nicely even when the peer is not negotiating
24841 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
24843 * gst/audioconvert/gstaudioconvert.c:
24844 (gst_audio_convert_parse_caps):
24845 make sure we don't allow depth > width
24846 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24847 fixate endianness to G_BYTE_ORDER as default
24848 * gst/audioscale/gstaudioscale.c:
24849 we don't handle another endianness as host-endianness
24851 2004-05-25 David Schleef <ds@schleef.org>
24853 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
24855 2004-05-24 Benjamin Otte <otte@gnome.org>
24857 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24858 (gst_oggvorbisenc_setup):
24859 properly fail when we can't setup the vorbis encoder due to
24860 unsupported settings
24861 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24862 (gst_vorbisenc_setup):
24864 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24865 fix case where warnings occured when one pad was unlinked while the
24866 other's link function was called
24868 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
24870 * gst/tcp/Makefile.am:
24873 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
24875 * gst-libs/gst/resample/private.h:
24876 don't use optimizations that are #if 0'ed
24878 2004-05-24 Wim Taymans <wim@fluendo.com>
24880 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24881 Fix potential division by zero error and hopefully get
24882 the position query right to get correct timestamps on avi
24885 2004-05-24 Wim Taymans <wim@fluendo.com>
24887 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24888 (gst_videoscale_scale_nearest_str2),
24889 (gst_videoscale_scale_nearest_str4),
24890 (gst_videoscale_scale_nearest_32bit),
24891 (gst_videoscale_scale_nearest_24bit),
24892 (gst_videoscale_scale_nearest_16bit):
24893 Fix the scaling algorithm and avoid a buffer overflow.
24894 removed the while loop in the scaling function as it
24895 was used for point sampling only.
24897 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
24899 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24900 (gst_id3_tag_class_init), (gst_id3_tag_init),
24901 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24902 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24903 (gst_id3_tag_send_tag_event):
24904 lots of fixes to make id3mux work and id3demux work correctly
24906 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24909 add rules to build shout2send (was removed by accident
24910 when this module was no more marked experimental/broken)
24912 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24914 * ext/shout2/gstshout2.c:
24915 * ext/shout2/gstshout2.h:
24916 adding a "connection problem" signal to shout2send
24919 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
24921 * ext/kio/kioreceiver.cpp:
24922 * ext/kio/kioreceiver.h:
24923 fix sign comparison issues
24925 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24927 * gst/cdxaparse/gstcdxaparse.c:
24928 * gst/cdxaparse/gstcdxaparse.h:
24930 add some checks/sanity
24931 prepare for seek addition
24933 * sys/sunaudio/gstsunaudio.c:
24934 remove exported dupe init function
24936 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
24938 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24939 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24940 Fix format conversion and position querying.
24941 * gst/debug/progressreport.c: (gst_progressreport_report):
24942 Don't output a bogus total value that we didn't query.
24943 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24944 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24945 only a blank window after xine has been used.
24947 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24950 sync with upstream version to fix test on FC2
24951 readd with -ko to preserve Id header
24953 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24956 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24957 * gst/tcp/gsttcpclientsrc.c: idem
24958 * gst/tcp/gsttcpserversink.c: idem
24959 * gst/tcp/gsttcpserversrc.c: idem
24960 * m4/gst-fionread.m4: idem
24962 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24964 * configure.ac: enable speex plugin for speex 1.1.5+
24965 * ext/speex/gstspeexenc.c: fix cast warning
24967 * ext/esd/README: fix typo
24969 2004-05-20 David Schleef <ds@schleef.org>
24971 * configure.ac: Minor cosmetic change to convince the buildbot to
24973 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24974 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24975 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24976 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24977 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24978 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24979 More hacking. Plays audio now.
24981 2004-05-20 David Schleef <ds@schleef.org>
24986 2004-05-20 David Schleef <ds@schleef.org>
24988 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
24989 * sys/osxaudio/gstosxaudio.c:
24990 * sys/osxaudio/gstosxaudioelement.c:
24991 * sys/osxaudio/gstosxaudioelement.h:
24992 * sys/osxaudio/gstosxaudiosink.c:
24993 * sys/osxaudio/gstosxaudiosink.h:
24994 * sys/osxaudio/gstosxaudiosrc.c:
24995 * sys/osxaudio/gstosxaudiosrc.h:
24997 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
24999 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25000 (gst_vorbisenc_chain):
25001 put the codec headers on the caps as streamheader as well as
25004 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25006 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25007 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25008 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25009 split up push_packet into two functions
25011 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25013 * gst/tcp/.cvsignore:
25015 * gst/tcp/Makefile.am:
25017 * gst/tcp/gsttcp.c:
25018 * gst/tcp/gsttcp.h:
25019 * gst/tcp/gsttcpclientsink.c:
25020 * gst/tcp/gsttcpclientsink.h:
25021 * gst/tcp/gsttcpclientsrc.c:
25022 * gst/tcp/gsttcpclientsrc.h:
25023 * gst/tcp/gsttcpplugin.c:
25024 * gst/tcp/gsttcpserversink.c:
25025 * gst/tcp/gsttcpserversink.h:
25026 * gst/tcp/gsttcpserversrc.c:
25027 * gst/tcp/gsttcpserversrc.h:
25028 add new tcp elements
25030 2004-05-19 Wim Taymans <wim@fluendo.com>
25032 * gst/law/mulaw-conversion.c: (mulaw_encode):
25033 Fix overflow bug in ulaw encoding.
25035 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25037 * ext/mad/gstmad.c: (gst_mad_handle_event):
25038 don't unref the event twice
25040 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25043 remove -Wno-sign-compare
25045 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25048 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25049 if you want to work against glib 2.2 and 2.4
25051 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
25053 * gst/tcp/Makefile.am:
25054 * gst/tcp/gsttcp.c:
25055 * gst/tcp/gsttcp.h:
25056 * gst/tcp/gsttcpsink.h:
25057 * gst/tcp/gsttcpsrc.h:
25058 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25060 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25062 * gst/debug/tests.c: (md5_get_value):
25063 fix segfault on gst-inspect
25065 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25067 * gst/debug/testplugin.c:
25068 * gst/debug/tests.c:
25069 * gst/debug/tests.h:
25070 add new extensible and configurable testing element. Current tests
25071 include buffer count, stream length, timestamp/duration matching and
25073 * gst/debug/Makefile.am:
25074 * gst/debug/gstdebug.c: (plugin_init):
25075 add infrastructure for new element
25077 2004-05-19 Johan Dahlin <johan@gnome.org>
25079 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25080 ending of the array. Fixes gst-inspect segfault on ppc.
25082 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25084 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25086 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25088 2004-05-18 David Schleef <ds@schleef.org>
25090 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25091 warnings (bugs, actually) noticed by gcc but not forte.
25093 2004-05-18 David Schleef <ds@schleef.org>
25095 * sys/sunaudio/Makefile.am:
25096 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25098 2004-05-18 David Schleef <ds@schleef.org>
25100 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25101 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
25102 to allow qtdemux to use non-seekable streams. (bug #142272)
25104 2004-05-18 David Schleef <ds@schleef.org>
25106 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25107 (gst_resample_sinc_ft_float): Remove use of static temporary
25108 buffer. This code was obviously not supposed to last long, but
25109 it's stuck in our ABI, so it required a little hack to make it
25110 ABI-compatible. Fixes #142585.
25111 * gst-libs/gst/resample/resample.h: same.
25113 2004-05-18 David Schleef <ds@schleef.org>
25115 * configure.ac: Add sunaudio
25116 * examples/Makefile.am: make gstplay depend on gconf
25117 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25118 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25119 (convert_table_lookup), (img_convert): remove c99-isms
25120 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25121 unsigned, to fix a warning on Solaris
25122 * gst/mpeg1sys/systems.c: bcopy->memcpy
25123 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25124 * sys/Makefile.am: Add sunaudio
25126 2004-05-18 Wim Taymans <wim@fluendo.com>
25128 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25129 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25130 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25131 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25132 (gst_ogg_mux_loop):
25133 Fix an ugly memleak where the muxer didn't flush enough ogg
25134 pages. This also resulted in badly muxed ogg files.
25136 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25138 * gst/asfdemux/asfheaders.c :
25139 * gst/asfdemux/asfheaders.h :
25140 * gst/asfdemux/gstasfdemux.c :
25141 - fix ASF_OBJ_PADDING guid
25142 - add 3 new object guids (language list, metadata,
25143 extended stream properties)
25144 - add a function to parse extended header objects
25146 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
25148 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25149 remove leftover debugging g_print
25151 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
25153 * ext/mad/gstmad.c: (gst_mad_handle_event):
25154 Fix for when the first format in a discont event is not a
25155 byte-based one. Should fix #137710.
25157 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25159 * m4/a52.m4 : fix compilation with -Wall -Werror
25160 * m4/libfame.m4 : idem
25161 * m4/libmikmod.m4 : idem
25163 2004-05-17 Benjamin Otte <otte@gnome.org>
25165 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25166 signal the new tags before giving up the reference
25168 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
25170 * ext/shout2/gstshout2.c:
25171 use application/ogg instead of application/x-ogg (patch by Patrick
25172 Guimond, fixes #142432)
25173 * sys/oss/gstosselement.c: (gst_osselement_reset),
25174 (gst_osselement_sync_parms):
25175 don't set fragment size unless specified (fixes #142493)
25177 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25179 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25182 2004-05-17 Benjamin Otte <otte@gnome.org>
25184 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25185 compute offsets correctly for internal buffers so timestamps are set
25186 correctly when we can't seek. Also handle cases where there are no
25187 offsets. (based on a patch by David Moore, fixes #142507)
25189 2004-05-17 Benjamin Otte <otte@gnome.org>
25191 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25192 use correct variable when determining amount of data to skip so we
25193 don't skip into the void and segfault
25195 2004-05-16 Benjamin Otte <otte@gnome.org>
25197 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25200 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25202 * gst/asfdemux/gstasfdemux.c:
25203 - fix a mem leak and always propagate tags
25204 - add WMV3 to known video codecs (but no decoder yet)
25205 - replace "surplus data" at end of audio header for what
25206 it is : codec specific data
25209 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
25211 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25213 * gst-libs/gst/audio/audioclock.c:
25214 Fix wrong return type (#142205).
25216 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25218 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25219 Ignore CRCs by default (fixes #142566).
25221 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25223 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25224 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25225 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25226 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25227 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25228 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25229 Fix for cases where we fail to attach to a mixer.
25231 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25233 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25234 Don't touch events after not owning them anymore.
25235 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25236 (gst_wavparse_fmt), (gst_wavparse_other),
25237 (gst_wavparse_handle_seek), (gst_wavparse_loop),
25238 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25239 (gst_wavparse_srcpad_event):
25240 * gst/wavparse/gstwavparse.h:
25241 Add seeking, fix querying.
25243 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25245 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25246 - process comments even if they don't end with \0\0
25247 g_convert would ignore them if present and works well without them
25249 2004-05-16 Benjamin Otte <otte@gnome.org>
25251 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25254 2004-05-16 Benjamin Otte <otte@gnome.org>
25256 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25257 don't write to memory we might not write to - g_convert does that
25258 for us anyway (fixes #142613)
25259 (gst_asf_demux_audio_caps):
25260 comment out gst_util_dump_mem
25262 2004-05-16 Benjamin Otte <otte@gnome.org>
25264 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25265 compute correct expected timestamps after seek (broken since
25267 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25268 rename element and debugging category to gdkpixbufscale
25270 2004-05-16 Benjamin Otte <otte@gnome.org>
25272 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25273 add error checking to snd_pcm_delay and remove duplicate call to
25274 snd_pcm_delay that caused issues (see inline code comments)
25275 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25276 make more readable and fix return value when snd_pcm_delay fails
25279 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
25280 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25281 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25282 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25283 (gst_pixbufscale_link), (gst_pixbufscale_init),
25284 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25285 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25286 (gst_pixbufscale_get_property), (pixbufscale_init):
25287 * ext/gdk_pixbuf/pixbufscale.h:
25288 Add these files I forgot earlier
25290 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
25291 * ext/gdk_pixbuf/Makefile.am:
25292 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25293 * ext/gdk_pixbuf/gstgdkpixbuf.h:
25294 Add new pixbufscale element to scale RGB video
25295 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25296 and HYPER interpolation correctly.
25297 * ext/theora/theoraenc.c: (theora_enc_chain),
25298 Discard buffer and return if explicit caps could not be set
25299 (theora_enc_get_property):
25300 Make _get return kbps for the bitrate consistent with
25304 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25306 * ext/libvisual/visual.c: (gst_visual_chain):
25307 add missing visual_audio_analyze
25309 2004-05-14 David Schleef <ds@schleef.org>
25311 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25312 is killed while we're playing.
25313 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25314 gst_element_no_more_pads().
25316 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25318 * gst-libs/gst/riff/riff-read.c :
25319 - fix INFO tag extraction in RIFF/AVI files
25320 because gst_event_unref (event) also freed taglist
25323 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25325 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25326 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25328 * gst/auparse/gstauparse.c :
25329 - add code (commented for now) to support audio/x-adpcm on src pad
25330 (we have no decoder for those layout yet)
25332 * gst/cdxaparse/gstcdxaparse.c :
25333 * gst/cdxaparse/gstcdxaparse.h :
25334 - partial rewrite using RiffRead (ripped iain's wavparse code)
25336 * gst/rtp/gstrtpL16enc.c : typo
25337 * gst/rtp/gstrtpgsmenc.c : typo
25339 2004-05-13 Benjamin Otte <otte@gnome.org>
25342 check for exact version of libvisual, it's not supposed to be
25345 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
25347 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25348 signal no-more-pads
25350 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25352 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25353 Report which format was used for GST_FORMAT_DEFAULT
25354 * gst/debug/Makefile.am:
25355 * gst/debug/gstdebug.c: (plugin_init):
25356 * gst/debug/progressreport.c: (gst_progressreport_base_init),
25357 (gst_progressreport_class_init), (gst_progressreport_init),
25358 (gst_progressreport_report), (gst_progressreport_set_property),
25359 (gst_progressreport_get_property), (gst_progressreport_chain),
25360 (gst_progressreport_plugin_init):
25361 Add progressreport element for testing.
25363 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
25365 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25366 * sys/v4l/gstv4lsrc.h:
25367 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25368 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25369 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25370 (gst_v4lsrc_grab_frame):
25372 send a discont at start
25374 2004-05-12 Colin Walters <walters@redhat.com>
25376 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25377 inflooping if we can't find a chunk. Or in other words, don't blow
25378 chunks if we don't have a chunk to blow.
25380 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25381 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25382 Remove old debug output
25383 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25384 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25385 (gst_dvdec_set_property), (gst_dvdec_get_property):
25386 Change the quality setting to an enum, so it works from gst-launch
25387 Don't renegotiate a non-linked pad. Allows audio only decoding.
25388 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25389 (gst_deinterlace_link), (gst_deinterlace_init):
25390 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25391 (gst_videodrop_link):
25392 Some caps negotiation fixes
25394 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25396 * ext/tarkin/gsttarkin.c :
25397 - Change RANK from NONE to PRIMARY
25398 * ext/gdk_pixbuf/gstgdkpixbuf.c :
25399 - Change RANK from NONE to MARGINAL
25400 * ext/divx/gstdivxenc.c :
25401 - Change RANK from PRIMARY to NONE (encoder/spider issue)
25403 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
25405 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25406 (gst_vorbisenc_push_packet):
25407 copy a function that was added between 1.0 and 1.0.1 until we
25408 depend on worthwhile features of post-1.0
25410 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25413 enable shout2 by default
25414 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25415 (gst_shout2send_base_init), (gst_shout2send_init),
25416 (gst_shout2send_connect), (gst_shout2send_change_state):
25417 * ext/shout2/gstshout2.h:
25418 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25420 * ext/theora/theora.c: (plugin_init):
25421 don't set rank on encoders
25423 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
25425 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25426 Use codec_data property instead of flag1 and flag2 for wma
25428 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25430 * gst/cdxaparse/gstcdxaparse.c :
25431 - Add mpegversion to CAPS to make it link
25432 - Rank is as GST_RANK_SECONDARY instead of NONE
25433 * gst/auparse/gstauparse.c :
25434 - Document all audio encoding we can encounter from Solaris 9
25435 headers and libsndfile information.
25436 - Increase max. rate from 48000 to 192000 (to match other elements)
25437 - Don't try to play junk data between header and samples
25439 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25441 * ext/libvisual/visual.c: (gst_visual_getcaps):
25442 use the right caps depending on endianness (I hope)
25443 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25444 use GST_RANK_NONE for all non-decoding elements or spider gets
25447 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
25449 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25450 Fix some odd cases and fix BE metadata parsing of unicode16 text.
25452 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25454 * gst/switch/gstswitch.c: (gst_switch_release_pad),
25455 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25456 (gst_switch_loop), (gst_switch_get_type):
25457 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25458 HEADERS. Had to be said.
25460 2004-05-10 David Schleef <ds@schleef.org>
25462 * configure.ac: Add prototype Dirac support.
25464 * ext/dirac/Makefile.am:
25465 * ext/dirac/gstdirac.cc:
25466 * ext/dirac/gstdiracdec.cc:
25468 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25470 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25471 (gst_auparse_init), (gst_auparse_chain),
25472 (gst_auparse_change_state):
25473 Hack around spider. Remove me some day please.
25475 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25477 * gst/auparse/gstauparse.c: (gst_auparse_chain):
25478 Fix for some uninitialized variables in previous patch, also
25479 makes it work. Fixes #142286 while we're at it.
25481 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25483 * gst/auparse/gstauparse.c:
25484 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25485 only unsupported formats are ADPCM/CCITT G.72x
25487 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25489 2004-05-10 Wim Taymans <wim@fluendo.com>
25491 * ext/vorbis/Makefile.am:
25492 * ext/vorbis/README:
25493 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25494 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25495 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25496 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25497 (gst_oggvorbisenc_convert_sink),
25498 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25499 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25500 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25501 (get_constraints_string), (update_start_message),
25502 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25503 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25504 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25505 * ext/vorbis/oggvorbisenc.h:
25506 * ext/vorbis/vorbis.c: (plugin_init):
25507 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25508 (raw_caps_factory), (gst_vorbisenc_class_init),
25509 (gst_vorbisenc_init), (gst_vorbisenc_setup),
25510 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25511 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25512 * ext/vorbis/vorbisenc.h:
25513 Added a raw vorbis encoder to be used with the oggmuxer.
25514 We still need the old encoder for some gnome applications,
25515 read the README to find out how that works.
25516 The raw encoder is called "rawvorbisenc" until 0.9.
25518 2004-05-10 Wim Taymans <wim@fluendo.com>
25520 * ext/ogg/gstogg.c: (plugin_init):
25521 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25523 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25524 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25525 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25526 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25527 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25528 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25529 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25530 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25531 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25532 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25533 Added an ogg muxer.
25534 Small typo fixes in the demuxer.
25536 2004-05-10 Wim Taymans <wim@fluendo.com>
25538 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25539 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25540 (theora_enc_change_state), (theora_enc_set_property),
25541 (theora_enc_get_property):
25542 Mark the last packet with an EOS flag which is not really needed
25544 Do some better video framerate initialisation.
25545 Update the buffer timestamp.
25547 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
25549 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25550 Return the result of the parent state change call
25552 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25554 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25555 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25556 * gst/law/alaw-encode.c : (idem)
25557 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25558 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25559 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25561 2004-05-09 Benjamin Otte <otte@gnome.org>
25563 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25564 don't use a fixed buffer size when writing variable length data to
25565 it. Fixes memory corruption and makes alsasrc work
25567 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25569 * ext/gnomevfs/gstgnomevfssink.c:
25570 (_gst_boolean_allow_overwrite_accumulator),
25571 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25572 Run glib's default signal handler (??) in RUN_CLEANUP rather than
25573 RUN_LAST, and don't use that to set the accumulator value because
25574 then it's always FALSE.
25576 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25578 * gst-libs/gst/riff/riff-media.c:
25579 (gst_riff_create_video_caps_with_data),
25580 (gst_riff_create_audio_caps),
25581 (gst_riff_create_audio_template_caps):
25582 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25583 Fix for unaligned RIFF files (i.e. where all the chunks together
25584 in a LIST chunk are not of the same size as the size given in
25585 the LIST chunk header). Fixes several odd WAVE files. Also fix
25586 ADPCM (block_align property) in audio, so that wavparse based
25587 on this works now as it used to stand-alone.
25589 2004-05-09 Edward Hervey <bilboed@bilboed.com>
25591 reviewed by Benjamin Otte <otte@gnome.org>
25593 * ext/a52dec/gsta52dec.c:
25594 * ext/divx/gstdivxdec.c:
25595 * ext/divx/gstdivxenc.c:
25596 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25597 * ext/faac/gstfaac.c: (gst_faac_base_init):
25598 * ext/faad/gstfaad.c: (gst_faad_base_init):
25599 * ext/ivorbis/vorbisfile.c:
25600 * ext/lame/gstlame.c:
25601 * ext/libfame/gstlibfame.c:
25602 * ext/mpeg2enc/gstmpeg2enc.cc:
25603 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25604 * ext/sidplay/gstsiddec.cc:
25605 * ext/speex/gstspeexdec.c:
25606 * ext/speex/gstspeexenc.c:
25607 * ext/xvid/gstxviddec.c:
25608 * ext/xvid/gstxvidenc.c:
25609 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25612 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
25614 * ext/alsa/gstalsa.c: (device_list),
25615 (gst_alsa_class_probe_devices):
25616 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25617 Fix alsa oddness in mixer after the combination of using mixer
25618 in source/sink elements and using hw:x,y instead of just hw:x.
25620 2004-05-09 Benjamin Otte <otte@gnome.org>
25622 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25623 (gst_wavparse_create_sourcepad):
25624 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25627 2004-05-09 Benjamin Otte <otte@gnome.org>
25629 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25630 allow discont events before caps nego
25632 2004-05-08 Benjamin Otte <otte@gnome.org>
25634 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25637 2004-05-08 Benjamin Otte <otte@gnome.org>
25639 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25640 (gst_level_change_state), (gst_level_init):
25641 * gst/level/gstlevel.h:
25642 figure out if we're initialized directly instead of keeping a
25643 variable that's wrong in 90% of cases
25644 don't initialize pads and then leak them and use a new unitialized
25645 pad. (fixes #142084)
25646 these were bugs so n00bish I didn't find them for an hour :/
25648 2004-05-08 Iain <iain@prettypeople.org>
25650 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25651 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25652 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25653 return the length that was read.
25654 (gst_riff_read_strf_auds): Allow fmt tags as well.
25656 2004-05-07 David Schleef <ds@schleef.org>
25658 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25659 signed char assumption in faad.h.
25661 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25663 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25664 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25666 2004-05-07 Colin Walters <walters@redhat.com>
25668 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25669 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25671 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25672 Add dispose function.
25674 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
25675 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25676 Fix caps nego and pad templates. RGB mode caps should
25678 * ext/dvdnav/gst-dvd:
25679 Move mpeg2dec inside the thread because otherwise the
25680 queue rejects cap changes mid-stream
25681 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25682 (gst_mpeg2dec_flush_decoder):
25683 For mpeg2dec > 0.4.0, call the flush function instead of
25684 manually extracting all in-flight frames.
25685 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25686 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25687 Change mime type video/dv go video/x-dv to match the
25688 rest of gst-plugins
25690 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25692 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25693 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25694 (gst_alsa_sink_class_init):
25695 * ext/alsa/gstalsasink.h:
25696 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25697 (gst_alsa_src_class_init):
25698 * ext/alsa/gstalsasrc.h:
25699 Make alsasink/src a subclass of alsamixer so that mixer stuff
25700 shows up in gst-rec. Needs some finetuning.
25702 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
25704 * ext/lame/gstlame.c: (gst_lame_chain):
25706 * ext/mad/gstmad.c: (gst_mad_handle_event):
25708 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25709 be able to detect mp3 files < 4096 bytes
25711 2004-05-06 Wim Taymans <wim@fluendo.com>
25713 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25714 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25715 (theora_enc_set_property), (theora_enc_get_property):
25716 Also encode the first frame, cleanup some code.
25718 2004-05-06 Wim Taymans <wim@fluendo.com>
25720 * ext/mpeg2enc/gstmpeg2enc.cc:
25721 Forward events first before deciding that negotiation was
25724 2004-05-06 Wim Taymans <wim@fluendo.com>
25726 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25727 First process the events before deciding that negotiation
25730 2004-05-06 Wim Taymans <wim@fluendo.com>
25732 * ext/theora/Makefile.am:
25733 * ext/theora/theora.c: (plugin_init):
25734 * ext/theora/theoradec.c: (theora_dec_change_state):
25735 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25736 (gst_theora_enc_class_init), (gst_theora_enc_init),
25737 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25738 (theora_enc_chain), (theora_enc_change_state),
25739 (theora_enc_set_property), (theora_enc_get_property):
25740 Added a theora encoder, grouped the encoder and decoder into the
25743 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
25745 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25746 (gst_jpegenc_chain):
25747 fix DURATION on outgoing buffers
25748 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25749 debug using time formats
25750 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25751 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25752 (gst_xvimagesink_sink_link):
25753 windows with width/height 0 generate X errors, so don't allow them
25755 2004-05-05 Wim Taymans <wim@fluendo.com>
25757 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25758 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25759 (gst_mpeg2dec_negotiate_format):
25760 * ext/mpeg2dec/gstmpeg2dec.h:
25761 removed the static pad template so that we can add the
25762 more accurate framerate value to the caps.
25765 2004-05-04 Benjamin Otte <otte@gnome.org>
25768 check for kdemacros.h, too (should fix #141821)
25769 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25770 don't crash if no header was sent, but nicely error out (fixes part
25773 2004-05-04 Wim Taymans <wim@fluendo.com>
25775 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25776 parent dispose function to avoid segfault on destroy.
25778 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
25780 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25782 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25783 (gst_xvimagesink_sink_link):
25784 clean up debugging caps
25785 also recreate xvimage when format has changed
25787 2004-05-04 Benjamin Otte <otte@gnome.org>
25789 * ext/libvisual/Makefile.am:
25790 * ext/libvisual/visual.c: (gst_visual_class_init),
25791 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25792 (gst_visual_srclink), (gst_visual_chain),
25793 (gst_visual_change_state), (plugin_init):
25794 use a GstAdapter to correctly adapt buffer sizes - allows using a
25797 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25799 * sys/v4l/gstv4lelement.h:
25800 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25801 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25802 (gst_v4lsrc_buffer_free):
25803 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25804 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25805 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25806 (gst_v4lsrc_requeue_frame):
25807 move some debugging categories around
25808 query for fps index and set accordingly if found
25810 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25812 * ext/lame/gstlame.c:
25813 correct defaults that lame_init puts out of range
25815 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25817 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25818 (gst_divxenc_class_init):
25819 fix range since -1 is the default
25820 * gst/mpeg1sys/gstmpeg1systemencode.c:
25821 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25822 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25823 (gst_rtjpegdec_chain):
25824 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25825 (gst_rtjpegenc_chain):
25826 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25827 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25828 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25829 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25830 * sys/v4l/gstv4lsrc.c:
25831 * sys/v4l/v4l_calls.c: (gst_v4l_open):
25832 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25833 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25834 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25835 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25836 remove gst_info calls
25838 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25847 Updated translations
25849 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25851 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25852 refactor/comment code
25854 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
25856 * gst/asfdemux/Makefile.am:
25857 * gst/asfdemux/asfheaders.c:
25858 * gst/asfdemux/asfheaders.h:
25859 * gst/asfdemux/gstasf.c: (plugin_init):
25860 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25861 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25862 (gst_asf_demux_setup_pad):
25863 * gst/asfdemux/gstasfdemux.h:
25864 * gst/asfdemux/gstasfmux.c:
25865 * gst/asfdemux/gstasfmux.h:
25866 Add tagging support to demuxer, split out registration in its own
25867 file instead of in demux (hacky), and prevent having some tables
25868 in our memory multiple times (in asfheaders.h).
25870 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
25872 * gst/matroska/matroska-demux.c:
25873 (gst_matroska_demux_parse_metadata):
25874 * gst/matroska/matroska-ids.h:
25875 Basic tag reading support.
25877 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
25879 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25880 Really detect ac-3 audio.
25881 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25882 really detect matroska files (off-by-1).
25884 2004-04-30 David Schleef <ds@schleef.org>
25886 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25887 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25888 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25889 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25890 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25891 hackage -- parse a lot more atoms, extract a few tags. One might even
25892 mistake this for tag support. Maybe it is.
25893 * gst/qtdemux/qtdemux.h:
25895 2004-04-30 Colin Walters <walters@verbum.org>
25897 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25899 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
25901 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25902 (gst_ffmpegcolorspace_getcaps):
25903 remove broken nego fix
25905 2004-04-30 Benjamin Otte <otte@gnome.org>
25909 * ext/libvisual/Makefile.am:
25910 * ext/libvisual/visual.c:
25911 add initial support for libvisual (http://libvisual.sourceforge.net)
25912 libvisual is still quite alpha, so expect crashes in there :)
25914 2004-04-29 David Schleef <ds@schleef.org>
25916 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25917 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25918 up qtdemux to make it spit out codec_data. Do _not_ look at this
25919 code; you will no longer respect me.
25921 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25923 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25924 * ext/alsa/gstalsa.h :
25925 change alsa pcm device discovery to find more than 1 device
25926 per card. code review by Ronald.
25928 2004-04-29 David Schleef <ds@schleef.org>
25930 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25931 Add a check for a driver bug on FreeBSD. (bug #140565)
25933 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
25935 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25936 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25937 (gst_jpegenc_getcaps):
25938 move format setting to inner loop
25939 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25940 (gst_ffmpegcolorspace_getcaps):
25941 use GST_PAD_CAPS if available so that we use already negotiated
25943 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25944 (qtdemux_parse_moov), (qtdemux_parse):
25946 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25947 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25948 move hardcoded path to DEFINE
25950 2004-04-28 David Schleef <ds@schleef.org>
25952 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
25955 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
25957 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25958 Don't probe for playback device if we're a source element. Fixes
25961 2004-04-29 Benjamin Otte <otte@gnome.org>
25963 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25964 (gst_id3_tag_chain):
25965 rewrite buffer offset
25967 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
25971 * ext/dts/Makefile.am:
25972 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25973 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25974 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25975 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25976 (gst_dtsdec_loop), (gst_dtsdec_change_state),
25977 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25979 * ext/dts/gstdtsdec.h:
25981 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25982 (gst_faad_srcconnect):
25983 Add ESDS atom handling (.m4a).
25985 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
25987 * ext/divx/gstdivxdec.c: (plugin_init):
25988 Remove comment that makes no sense.
25989 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25990 Fix for obvious typo that resulted in warnings during gst-register.
25991 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25992 (gst_xviddec_sink_link):
25993 Fix caps negotiation a bit better.
25994 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25995 We call this 'codec_data', not 'esds'.
25997 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
25999 * gst/monoscope/gstmonoscope.c:
26000 make sure we only provide 256x128
26001 * gst/monoscope/monoscope.c: (monoscope_init):
26002 assert size of 256x128
26004 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26007 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26008 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26009 fixate to max width and height of device
26011 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26014 * sys/v4l/gstv4l.c:
26015 * sys/v4l/gstv4lsrc.c:
26016 * sys/v4l/v4l_calls.c:
26017 * sys/v4l/v4lsrc_calls.c:
26018 fix for qc-usb driver which fakes having more than one buffer
26019 by handing the same buffer twice, which confused GStreamer's/v4lsrc
26020 buffer_free override
26023 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26026 * gst/videotestsrc/gstvideotestsrc.c:
26027 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26028 (gst_videotestsrc_init), (gst_videotestsrc_get),
26029 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26030 * gst/videotestsrc/gstvideotestsrc.h:
26031 add num-buffers property
26033 2004-04-26 Benjamin Otte <otte@gnome.org>
26035 * ext/mad/gstid3tag.c: (plugin_init):
26036 set id3mux rank to NONE so it doesn't confuse spider
26037 require audio/mpeg,mpegversion=1 in id3mux
26039 2004-04-26 Benjamin Otte <otte@gnome.org>
26042 detect faad correctly as non-working if it's indeed non-working
26044 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
26047 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26048 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26049 fix _getcaps so it only negotiates to its supported format
26051 2004-04-25 Benjamin Otte <otte@gnome.org>
26053 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26056 2004-04-23 Benjamin Otte <otte@gnome.org>
26058 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26059 audio/x-raw-int with height rules! not. Now it's depth.
26061 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
26063 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26064 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26065 (gst_wavparse_loop):
26066 Missing variable initialization. Add handling of DVI ADPCM. Fix
26067 mis-parsing of LIST chunks. This works around a bug where we mis-
26068 parse non-aligning LIST chunks (so LIST chunks where the contents
26069 don't align with the actual LIST size). The correct fix is to use
26070 rifflib, I'm not going to fix wavparse - too much work. All this
26073 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
26075 reviewed by Benjamin Otte <otte@gnome.org>
26077 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26078 fix shoutcast not working (fixes #140844)
26080 2004-04-22 Benjamin Otte <otte@gnome.org>
26082 * ext/hermes/gsthermescolorspace.c:
26083 (gst_hermes_colorspace_caps_remove_format_info):
26084 * gst/colorspace/gstcolorspace.c:
26085 (gst_colorspace_caps_remove_format_info):
26086 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26087 (gst_ffmpegcolorspace_caps_remove_format_info):
26088 s/gst_caps_simplify/gst_caps_do_simplify/
26090 2004-04-22 Benjamin Otte <otte@gnome.org>
26092 * gst-libs/gst/riff/riff-media.c:
26093 (gst_riff_create_video_caps_with_data):
26094 mpegversion is an int
26095 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26096 don't try to create pad templates with NULL caps, use any caps
26099 2004-04-20 David Schleef <ds@schleef.org>
26101 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26102 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
26105 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26107 reviewed by David Schleef
26109 * ext/mad/gstid3tag.c: Add stdlib.h
26110 * gst/rtp/gstrtpgsmenc.c: same
26111 * gst/tags/gstid3tag.c: same
26112 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26113 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26114 GST_DISABLE_LOADSAVE use.
26115 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26116 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26117 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26119 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26120 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26122 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26123 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26125 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26128 2004-04-20 David Schleef <ds@schleef.org>
26130 * gst/realmedia/rmdemux.c: This was supposed to part of the
26131 last checkin. Same idea.
26133 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26135 reviewed by David Schleef
26137 * configure.ac: bump required gstreamer version to 0.8.1.1
26138 because of following changes [--ds]
26140 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
26141 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26142 (gst_riff_read_header): Use GST_READ_UINT*
26143 macros to access possibly unaligned memory.
26145 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26146 (mp3_type_find): Use GST_READ_UINT*
26147 macros to access possibly unaligned memory.
26148 (mp3_type_find, mpeg1_parse_header, qt_type_find)
26149 (speex_type_find): Likewise
26151 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26153 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26154 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26155 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26156 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26157 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26158 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
26159 macros to access possibly unaligned memory.
26161 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26164 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26165 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26167 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26170 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26171 (gst_mpeg2subt_chain_subtitle): Likewise.
26173 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26174 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26177 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26180 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26183 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26186 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26189 update required version of GStreamer because of GST_TIME_FORMAT
26191 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
26193 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26194 remove leftover g_print
26195 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26196 don't try setting only a subset of the caps. We don't want to kill
26197 autoplugging on purpose
26199 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26201 * sys/ximage/ximagesink.c: (plugin_init):
26202 * sys/xvimage/xvimagesink.c: (plugin_init):
26203 add debugging categories
26205 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26209 Adding en_GB translation (Gareth Owen)
26211 2004-04-20 David Schleef <ds@schleef.org>
26213 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26214 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26215 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26216 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26217 A number of new features and hacks to extract the esds atom and
26218 put it into the caps. (bug #137724)
26220 2004-04-19 David Schleef <ds@schleef.org>
26222 * gconf/Makefile.am: Fix for non-GNU make
26223 * gst-libs/gst/Makefile.am: Change directory order to handle
26224 GstPlay linking with gstinterfaces
26225 * gst-libs/gst/audio/make_filter: make use of tr portable
26226 * gst-libs/gst/play/Makefile.am: Add intended \
26227 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26228 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26229 function prototype instead of void *.
26230 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26232 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26233 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26234 * gst/videofilter/make_filter: make use of tr portable
26235 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26237 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
26241 Added Ukrainian translation (Maxim V. Dziumanenko)
26243 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26245 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26246 (gst_gsmdec_link), (gst_gsmdec_chain):
26247 Fix capsnego, simplify chain function slightly.
26248 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26251 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26253 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26254 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26255 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26256 Hack to make wavparse work with spider (always -> sometimes pad).
26257 Fixes #135862 && #140411.
26259 2004-04-18 Benjamin Otte <otte@gnome.org>
26261 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26262 (gst_osselement_rate_probe_check),
26263 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26264 get rid of \n in debug output
26266 2004-04-17 Iain <iain@prettypeople.org>
26268 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26271 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26273 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26274 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26275 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26276 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26277 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26278 (gst_id3_tag_change_state), (plugin_init):
26279 deprecate id3tag element and replace with id3demux/id3mux.
26280 great side effect: this ugly file is now even uglier, yay!
26281 * ext/mad/gstmad.h:
26282 remove non-available function
26283 update for new get_type
26285 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26288 require mpeg2dec >= 0.4.0
26290 2004-04-17 Benjamin Otte <otte@gnome.org>
26292 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26293 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26294 (gst_xvimagesink_set_xwindow_id):
26295 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26296 assorted cleanup fixes.
26298 2004-04-16 David Schleef <ds@schleef.org>
26300 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26301 * sys/xvimage/xvimagesink.h: same
26303 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
26305 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26306 Fix GST_ELEMENT_ERROR with (NULL)
26308 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26310 * gst-libs/gst/riff/riff-media.c:
26311 (gst_riff_create_video_caps_with_data):
26312 Add div[3456] as fourccs for DivX 3 (fixes #140137).
26314 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26316 * gst-libs/gst/riff/riff-media.c:
26317 (gst_riff_create_video_caps_with_data),
26318 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26319 (gst_riff_create_video_template_caps),
26320 (gst_riff_create_audio_template_caps):
26321 * gst-libs/gst/riff/riff-media.h:
26322 * gst-libs/gst/riff/riff-read.c:
26323 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26324 * gst-libs/gst/riff/riff-read.h:
26325 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26326 Add MS RLE support. I added some functions to read out strf chunks
26327 into strf chunks and the data behind it. This is usually color
26328 palettes (as in RLE, but also in 8-bit RGB). Also use those during
26329 caps creation. Lastly, add ADPCM (similar to wavparse - which
26330 should eventually be rifflib based).
26331 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26332 (gst_matroska_demux_init), (gst_matroska_demux_reset):
26333 * gst/matroska/matroska-demux.h:
26334 Remove placeholders for some prehistoric tagging system. Didn't add
26335 support for any tag system really anyway.
26336 * gst/qtdemux/qtdemux.c:
26337 Add support for audio/x-m4a (MPEG-4) through spider.
26338 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26339 (gst_wavparse_loop):
26340 ADPCM support (#135862). Increase max. buffer size because we
26341 cannot split buffers for ADPCM (screws references) and I've seen
26342 files with 2048 byte chunks. 4096 seems safe for now.
26344 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26346 * configure.ac: bump nano to 1
26348 === release 0.8.1 ===
26350 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26352 * configure.ac: releasing 0.8.1, "Comforting Sounds"
26354 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26356 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26357 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26360 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26362 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26363 lower rank of dvddemux so that it's not used for mpeg playback.
26365 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
26368 save libs correctly when checking mad
26370 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26372 * ext/mad/gstid3tag.c: (plugin_init):
26373 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
26375 2004-04-13 David Schleef <ds@schleef.org>
26377 * common/m4/gst-feature.m4: Call -config scripts with
26378 --plugin-libs if it is supported.
26379 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26380 JPEG images are image/jpeg.
26381 * gst/debug/Makefile.am:
26382 * gst/debug/negotiation.c: (gst_negotiation_class_init),
26383 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26384 (gst_negotiation_update_caps), (gst_negotiation_get_property),
26385 (gst_negotiation_plugin_init): Add a property that acts like
26387 * testsuite/gst-lint: Move license checking to be a standard
26390 2004-04-13 David Schleef <ds@schleef.org>
26392 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26393 patch from Sebastien Cote (bug #139958)
26395 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26397 * examples/gstplay/Makefile.am:
26398 * examples/gstplay/player.c: (main):
26399 make the commandline player example use gconf settings
26401 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26403 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26404 (gst_cacasink_sinkconnect), (gst_cacasink_init),
26405 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26406 init/end library during state transition, not object
26407 creation/disposal. get rid of custom dispose handler.
26410 2004-04-12 Christian Schaller <Uraeus@gnome.org>
26412 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26415 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26417 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26418 Handle JUNK chunks inside data section. Prevents warnings.
26420 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26422 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26423 (gst_riff_create_video_template_caps):
26425 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26426 (gst_avi_demux_stream_data):
26427 Add support for "rec-list" chunks.
26429 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26431 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26432 Fix another codecname mismatch.
26434 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26436 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26437 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26438 so that MJPEG plays back.
26440 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26442 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26443 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26444 * gst/mpeg1videoparse/gstmp1videoparse.h:
26445 Fix for some slight mis-cuts in buffer parsing, and for some
26446 potential overflows or faults-causers. Adds disconts. Also fixes
26447 #139105 while we're at it.
26449 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26452 * sys/v4l2/gstv4l2element.h:
26453 Workaround for missing struct v4l2_buffer declaration in Suse 9
26454 and Mandrake 10 linux/videodev2.h header file (#135919).
26456 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26458 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26459 Bail out if no filename was given.
26461 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26463 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26464 (gst_v4l2_fourcc_from_structure):
26465 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26468 2004-04-09 Benjamin Otte <otte@gnome.org>
26470 * ext/gnomevfs/gstgnomevfssink.c:
26471 (_gst_boolean_allow_overwrite_accumulator),
26472 (gst_gnomevfssink_class_init):
26473 fix erase signal - if any handler returns false the file will not be
26474 overwritten. If no handler is connected, the file will not be
26475 overwritten either.
26476 renamed signal to "allow-overwrite"
26477 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26478 free string when adding it to ID3 failed
26479 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26480 unref event when done
26481 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26483 * gst/typefind/gsttypefindfunctions.c:
26484 (mpeg_video_stream_type_find):
26487 2004-04-08 David Schleef <ds@schleef.org>
26489 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26490 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26492 2004-04-08 David Schleef <ds@schleef.org>
26494 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26495 we don't support (bug #139532)
26497 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
26499 * ext/mad/gstmad.c: (gst_mad_handle_event),
26500 (gst_mad_check_caps_reset), (gst_mad_chain),
26501 (gst_mad_change_state):
26502 only set explicit caps if they haven't been set before for
26503 this stream. MPEG-audio sample rate/channels aren't allowed
26504 to change in-stream.
26507 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
26509 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26510 (_gst_boolean_did_something_accumulator),
26511 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26512 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26513 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26514 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26515 (gst_gnomevfssink_change_state):
26516 Fix erase signal. Don't erase by default. Remove handoff signal.
26517 Remove erase property. Don't segfault. General cleanup.
26519 2004-04-07 Benjamin Otte <otte@gnome.org>
26521 * gst-libs/gst/gconf/test-gconf.c: (main):
26522 add missing gst_init
26524 2004-04-07 Benjamin Otte <otte@gnome.org>
26526 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26527 free the mutexes, too
26529 2004-04-07 Benjamin Otte <otte@gnome.org>
26531 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26532 actually free the URI string
26533 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26534 compute offset correctly when passing discont events
26535 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26536 don't leak discont events
26537 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26538 add some missing breaks so caps aren't copied randomly
26539 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26540 if we realloc memory, we better use it
26542 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
26544 * ext/mad/gstmad.c: (normal_seek):
26545 fix GST_FORMAT_TIME usage
26547 2004-04-05 David Schleef <ds@schleef.org>
26549 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
26550 a deprecated function (hack!)
26552 2004-04-05 Benjamin Otte <otte@gnome.org>
26554 * ext/esd/esdmon.c: (gst_esdmon_get):
26555 fix nonterminated vararg and memleak
26557 2004-04-05 Benjamin Otte <otte@gnome.org>
26559 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26560 (gst_ladspa_init), (gst_ladspa_force_src_caps),
26561 (gst_ladspa_set_property), (gst_ladspa_get_property),
26562 (gst_ladspa_instantiate), (gst_ladspa_activate),
26563 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26566 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
26568 reviewed by Benjamin Otte <otte@gnome.org>
26570 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26571 check for broken LADSPA parameters (fixes #138635)
26573 2004-04-05 Benjamin Otte <otte@gnome.org>
26575 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26576 advertise buffer-frames correctly on sinkpads
26578 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26580 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26581 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26582 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26583 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26584 (gst_mad_check_caps_reset), (gst_mad_chain):
26585 add more debugging, only reset caps when we're not in error state
26587 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26589 * ext/mad/gstmad.c: add debugging category, comment + cleanups
26591 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26593 reviewed by Benjamin Otte <otte@gnome.org>
26596 fix == in test(1) operator
26598 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26600 reviewed by Benjamin Otte <otte@gnome.org>
26603 fix --export-symblos-regex to a working regex.
26605 2004-04-04 Benjamin Otte <otte@gnome.org>
26607 * sys/oss/.cvsignore:
26610 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
26612 reviewed by Benjamin Otte <otte@gnome.org>
26614 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26615 add missing 'new_media' argument (fixes #138168)
26616 * gst/matroska/matroska-demux.c:
26617 (gst_matroska_demux_handle_seek_event):
26618 add vararg terminator (fixes #138169)
26620 2004-04-02 David Schleef <ds@schleef.org>
26622 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
26623 disted (bug #138914)
26625 2004-04-01 Benjamin Otte <otte@gnome.org>
26627 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26628 (gst_alsa_close_audio):
26629 handle case better where a soundcard can't pause
26630 * ext/ogg/gstoggdemux.c:
26631 don't crash when we get events but don't have pads yet
26633 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26635 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26636 throw an error if we couldn't probe any caps.
26638 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26640 * ext/dvdnav/gst-dvd:
26641 Add a really simple sample DVD player
26643 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26645 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26646 (gst_a52dec_push), (gst_a52dec_handle_event),
26647 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26648 (gst_a52dec_change_state):
26649 * ext/a52dec/gsta52dec.h:
26650 Use a debug category, Output timestamps correctly
26651 Emit tag info, Handle events, tell liba52dec about cpu
26652 capabilities so it can use MMX etc.
26653 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26654 Fix a crasher accessing invalid memory
26655 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26656 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26657 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26658 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26660 Some support for byte-format seeking.
26661 Small fixes for still frames and menu button overlays
26662 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26663 (gst_mpeg2dec_alloc_buffer):
26664 Use a debug category. Adjust the report level of several items to
26665 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26666 so it doesn't lose the GstBuffer pointer
26667 * gst/debug/Makefile.am:
26668 * gst/debug/gstdebug.c: (plugin_init):
26669 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26670 (gst_navseek_base_init), (gst_navseek_class_init),
26671 (gst_navseek_init), (gst_navseek_seek),
26672 (gst_navseek_handle_src_event), (gst_navseek_set_property),
26673 (gst_navseek_get_property), (gst_navseek_chain),
26674 (gst_navseek_plugin_init):
26675 * gst/debug/gstnavseek.h:
26676 Add the navseek debug element for seeking back and forth in a
26677 video stream using arrow keys.
26678 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26679 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26680 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26681 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26682 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26683 (gst_mpeg2subt_parse_header), (gst_get_nibble),
26684 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26685 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26686 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26687 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26688 * gst/mpeg2sub/gstmpeg2subt.h:
26689 Pretty much a complete rewrite. Now a loopbased element. May still
26690 require work to properly synchronise subtitle buffers.
26691 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26692 (gst_dvd_demux_send_subbuffer):
26693 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26694 Don't attempt to create subbuffers of size 0
26695 Reduce a couple of error outputs to warnings.
26696 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26697 (gst_y4mencode_chain):
26698 Output the y4m frame header correctly.
26700 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26702 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26703 throw errors instead of allowing SIGFPE
26705 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26707 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26708 (gst_gconf_render_bin_from_key):
26709 leak plugging and style fixing
26711 2004-03-31 David Schleef <ds@schleef.org>
26713 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26714 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26716 * gst/debug/Makefile.am:
26717 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26718 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
26720 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26721 (gst_negotiation_base_init), (gst_negotiation_class_init),
26722 (gst_negotiation_init), (gst_negotiation_getcaps),
26723 (gst_negotiation_pad_link), (gst_negotiation_chain),
26724 (gst_negotiation_set_property), (gst_negotiation_get_property),
26725 (gst_negotiation_plugin_init): New element to talk about random
26726 negotiation things happening in a pipeline.
26728 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26730 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26731 fix integer addition with help of Stefan Kost
26733 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26735 * po/nl.po: updated Dutch translation (Elros Cyriatan)
26737 2004-03-30 David Schleef <ds@schleef.org>
26739 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26740 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
26741 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26743 * ext/mpeg2dec/gstmpeg2dec.h:
26745 2004-03-30 David Schleef <ds@schleef.org>
26747 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26749 2004-03-30 David Schleef <ds@schleef.org>
26751 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
26752 Michael Petullo) to handle .mov
26754 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26756 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26757 (gst_osselement_rate_check_rate):
26758 probe caps correctly for sound cards that only support one format
26760 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26762 * ext/kio/kiosrc.cpp: (process_events):
26763 update handling event processing if inside KDE - untested
26765 2004-03-29 David Schleef <ds@schleef.org>
26767 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26768 by 2 to not interfere with other colorspaces.
26769 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26770 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26771 one to not interfere with ffmpeg_colorspace.
26773 2004-03-29 David Schleef <ds@schleef.org>
26775 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26776 aren't in the caps.
26777 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26778 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26780 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26782 * gst-libs/gst/riff/riff-media.c:
26783 fail on error, don't try to set stuff on NULL caps
26785 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26789 * ext/kio/Makefile.am:
26790 * ext/kio/kioreceiver.cpp:
26791 * ext/kio/kioreceiver.h:
26792 * ext/kio/kiosrc.cpp:
26793 * ext/kio/kiosrc.h:
26794 add experimental kiosrc plugin
26795 * ext/alsa/gstalsaplugin.c: (plugin_init):
26796 initialize debugging category only when we're sure registering the
26799 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
26801 * examples/gstplay/player.c: (main):
26802 * gst-libs/gst/play/play.c: (gst_play_class_init),
26803 (gst_play_set_location), (gst_play_set_data_src),
26804 (gst_play_set_video_sink), (gst_play_set_audio_sink),
26805 (gst_play_set_visualization), (gst_play_connect_visualization):
26806 check return values of element_set_state and return FALSE where
26809 2004-03-29 Benjamin Otte <otte@gnome.org>
26811 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26812 try harder to check if an event is really a discont
26814 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
26816 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26819 2004-03-28 Benjamin Otte <otte@gnome.org>
26821 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26822 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26823 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26824 get rid of non-standard "..." ranges in case statements.
26826 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
26828 * gst/mpegstream/gstmpegdemux.c:
26829 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26830 specific functionality split to the new dvddemux element.
26831 * gst/mpegstream/gstdvddemux.c:
26832 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26833 streams, derived from mpegdemux.
26834 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26835 up. SCR based timestamp rewriting can be turned off (will probably
26836 completely disappear soon).
26837 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26838 hacking. General cleanup. All printf statements replaced by
26839 debugging messages. Almost complete libdvdnav support.
26840 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26841 by events. New properties for audio and subpicture languages.
26842 (dvdnavsrc_update_highlight): Now uses events.
26843 (dvdnavsrc_user_op): Cleaned up.
26844 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26845 based). Lots of cleanup, and propper support for most libdvdnav
26847 (dvdnavsrc_make_dvd_event): New function.
26848 (dvdnavsrc_make_dvd_nav_packet_event): New function.
26849 (dvdnavsrc_make_clut_change_event): New function.
26851 2004-03-26 Benjamin Otte <otte@gnome.org>
26853 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26854 fix bug where typefinding would claim it's theora whenever less then
26855 7 bytes of data were available
26857 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
26859 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26860 (gst_alawdec_base_init), (gst_alawdec_class_init),
26861 (gst_alawdec_init), (gst_alawdec_chain):
26862 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26863 (gst_alawenc_base_init), (gst_alawenc_class_init),
26864 (gst_alawenc_init), (gst_alawenc_chain):
26865 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26866 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26867 (gst_mulawdec_init), (gst_mulawdec_chain):
26868 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26869 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26870 (gst_mulawenc_init), (gst_mulawenc_chain):
26871 Fix capsnego in all four, remove the unused property functions and
26872 simplify the chain functions slightly. I guess we could use macros
26873 or something similar for those, since the code is so similar, but
26874 I'm currently too lazy...
26876 2004-03-24 David Schleef <ds@schleef.org>
26878 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26879 (gst_osselement_close_audio), (gst_osselement_probe_caps),
26880 (gst_osselement_get_format_structure),
26881 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26882 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26883 (gst_osselement_rate_int_compare): Add code to handle rate probing
26885 * sys/oss/gstosselement.h: same
26886 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26887 Use rate probing provided by osselement.
26888 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26890 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
26892 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26893 (gst_xvidenc_get_property):
26896 2004-03-24 David Schleef <ds@schleef.org>
26898 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26899 (gst_speexdec_init):
26900 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26901 (gst_speexenc_init): Create the pad template correctly (from
26902 the static pad template, not a NULL pointer.)
26904 2004-03-25 Benjamin Otte <otte@gnome.org>
26906 * gst/debug/Makefile.am:
26907 * gst/debug/breakmydata.c:
26908 add element that quasi-randomly changes bytes in the stream.
26909 Intended use is robustness checking of demuxers and decoders in
26912 2004-03-24 Benjamin Otte <otte@gnome.org>
26914 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26915 (gst_alsa_probe_hw_params):
26916 * ext/alsa/gstalsa.h:
26917 debugging output fixes
26919 2004-03-24 Benjamin Otte <otte@gnome.org>
26921 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26922 don't g_return_if_fail if element is PLAYING, fail silently as every
26924 * gst/effectv/gstquark.c: (gst_quarktv_chain):
26925 only fix needed for cast lvalue issues in gst-plugins
26926 * gst/volenv/gstvolenv.c: (gst_volenv_init):
26929 2004-03-24 Benjamin Otte <otte@gnome.org>
26931 * gst/level/gstlevel.c: (gst_level_init):
26932 add proxying getcaps function, so level doesn't advertise impossible
26935 2004-03-24 David Schleef <ds@schleef.org>
26937 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26938 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26939 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26940 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26941 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26942 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26943 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26944 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26945 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
26946 messages. Divide the chunk size by the compression ratio
26947 (needed for MACE audio)
26949 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
26951 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26952 Fix buffer overflow read error.
26954 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
26956 * ext/alsa/gstalsa.h:
26957 Remove unused entry.
26958 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26960 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26961 (gst_videodrop_link), (gst_videodrop_chain):
26962 Fix, sort of. Was horribly broken with new capsnego. Bah...
26964 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
26966 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26968 Add a monkeysaudio typefind function
26970 2004-03-23 Johan Dahlin <johan@gnome.org>
26972 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26973 (gst_play_video_fixate): Check so the structure has the field
26974 before trying to fixate them, this makes it possible to have
26975 fakesinks for video and audio output without printing errors on
26976 the output console.
26978 2004-03-22 David Schleef <ds@schleef.org>
26980 * sys/oss/Makefile.am:
26981 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26982 (check_rate), (add_rate): Rate probing test app.
26984 2004-03-21 Benjamin Otte <otte@gnome.org>
26986 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26987 (_fixate_caps_to_int), (gst_audio_convert_fixate):
26988 add a fixation function that pretty much does the right thing (fixes
26991 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
26993 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26995 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
26997 reviewed by: Benjamin Otte <otte@gnome.org>
26999 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27000 terminate gst_event_new_discontinuous correctly (fixes parts of
27003 2004-03-19 David Schleef <ds@schleef.org>
27005 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
27006 since it doesn't depend on X, and it's part of our ABI.
27008 2004-03-19 Iain <iain@prettypeople.org>
27010 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27011 is_int in the structure, not the local variable.
27013 2004-03-19 David Schleef <ds@schleef.org>
27015 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27016 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27017 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27018 Improvements in caps negotiation.
27020 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27024 adding Afrikaans (Petri Jooste)
27026 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27028 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27029 (gst_ffmpegcolorspace_chain):
27030 throw error instead of g_critical (#137588)
27032 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27036 dist common and m4 correctly
27039 2004-03-17 David Schleef <ds@schleef.org>
27041 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
27044 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27048 adding Swedish translation (Christian Rose)
27050 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27052 * Makefile.am: use release.mak
27054 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27056 * common/ChangeLog:
27057 * common/gst-autogen.sh:
27058 add some explanation about the version detection
27062 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27064 * configure.ac: bump nano to 1
27066 === release 0.8.0 ===
27068 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27070 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27072 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27075 update libtool version
27076 * gst-libs/gst/media-info/Makefile.am:
27077 actually use libtool version
27079 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27081 * configure.ac: fix speex detection to work with 1.0 but not 1.1
27083 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27086 * gst-plugins.spec.in:
27087 * pkgconfig/Makefile.am:
27088 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27089 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27090 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27091 * pkgconfig/gstreamer-libs.pc.in:
27092 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27093 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27094 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27095 * pkgconfig/gstreamer-plugins.pc.in:
27096 remove @VERSION@ from some of the pc files since core and plugins
27098 created gstreamer-plugins.pc as it's a better name, but keeping
27099 -libs around for now to get fixes upstream done first.
27101 2004-03-15 Julien MOUTTE <julien@moutte.net>
27103 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27104 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27105 * gst-libs/gst/play/play.h:
27107 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27109 * *.c, *.cc: don't mix tabs and spaces
27111 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27113 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27114 use the new ffmpegcolorspace
27115 * gst-plugins.spec.in:
27116 package new colorspace and media-info
27118 * pkgconfig/Makefile.am:
27119 fix some more disting issues
27120 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27121 * pkgconfig/gstreamer-media-info.pc.in:
27122 generate media-info pc files
27124 2004-03-15 Johan Dahlin <johan@gnome.org>
27126 * *.h: Revert indenting
27128 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27131 adding ffmpegcolorspace element
27132 * gst/ffmpegcolorspace/Makefile.am:
27133 * gst/ffmpegcolorspace/avcodec.h:
27134 * gst/ffmpegcolorspace/common.h:
27135 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27136 * gst/ffmpegcolorspace/dsputil.h:
27137 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27138 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27139 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27140 (gst_ffmpeg_caps_to_pix_fmt):
27141 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27142 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27143 (gst_ffmpegcolorspace_caps_remove_format_info),
27144 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27145 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27146 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27147 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27148 (gst_ffmpegcolorspace_set_property),
27149 (gst_ffmpegcolorspace_get_property),
27150 (gst_ffmpegcolorspace_register):
27151 * gst/ffmpegcolorspace/imgconvert.c:
27152 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27153 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27154 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27155 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27156 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27157 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27158 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27159 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27160 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27161 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27162 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27163 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27164 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27165 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27166 (img_get_alpha_info), (deinterlace_line),
27167 (deinterlace_line_inplace), (deinterlace_bottom_field),
27168 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27169 * gst/ffmpegcolorspace/imgconvert_template.h:
27170 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27171 * gst/ffmpegcolorspace/mmx.h:
27172 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27173 adding ffmpegcolorspace element supplied by Ronald after cleaning
27174 up and pulling in the right bits of upstream source.
27175 I'm sure a better C/compiler wizard could do some cleaning up (for
27176 example use GLIB's malloc stuff), but as a first pass this
27179 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27181 * ext/alsa/gstalsa.h:
27182 I assume Ronald forgot to commit the change to have cardname
27183 as a struct member. Expect some public spanking at the next
27186 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
27188 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27189 (gst_alsa_open_audio), (gst_alsa_close_audio):
27190 * ext/alsa/gstalsa.c:
27191 Don't open the device if we're a mixer (= padless).
27192 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27193 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27194 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27195 Open mixer during state change rather than during object
27196 initialization. Also, get a device name. Currently in a somewhat
27197 hackish fashion, but I didn't really find something better.
27199 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
27201 * *.c, *.h: run gst-indent
27203 2004-03-14 Benjamin Otte <otte@gnome.org>
27205 * gst/modplug/gstmodplug.cc:
27206 * gst/modplug/gstmodplug.h:
27207 set correct timestamps on outgoing buffers
27209 2004-03-14 Benjamin Otte <otte@gnome.org>
27211 * gst/modplug/gstmodplug.cc:
27212 handle events - don't do crap when a discont arrives that's not
27214 This allows correct loading and playback of mods in Rhythmbox
27216 2004-03-14 Benjamin Otte <otte@gnome.org>
27219 * gst-libs/gst/gconf/Makefile.am:
27220 * pkgconfig/Makefile.am:
27221 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27222 they get rebuilt properly
27224 when checking for vorbis, try pkgconfig first.
27225 * gst/modplug/gstmodplug.cc:
27226 add fixate function
27228 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
27230 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27231 Fix for obvious mistake, where we first shift the offset and then
27232 read a samplesize element assuming the old offset. Note that this
27233 part still has something weird, i.e. my movies containing those
27234 don't actually play well, but at least there's something that looks
27237 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
27238 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27240 Add a typefind function for speex format
27242 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27244 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27245 (gst_asf_demux_setup_pad):
27246 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27247 instead of 0. Reason is simple: some elements have a fps range
27248 of 1-max instead of 0-max. So now ASF video actually works.
27250 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
27254 adding serbian as a language
27256 2004-03-13 Benjamin Otte <otte@gnome.org>
27258 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27259 return taglist correctly from _get function, don't gst_pad_push it.
27262 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27263 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27265 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27267 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27268 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27269 (gst_alsa_mixer_track_new):
27270 * ext/alsa/gstalsamixertrack.h:
27271 Fix ancient leftovers... MixerTrack is a GObject.
27273 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27275 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27276 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27277 Don't block during probing...
27279 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
27281 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27282 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27283 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27284 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27285 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27286 (gst_alsa_open_audio), (gst_alsa_close_audio):
27287 * ext/alsa/gstalsa.h:
27288 Add propertyprobe interface implementation, add some device-name
27289 property, all this so that it looks good in gnome-volume-control.
27291 2004-03-12 David Schleef <ds@schleef.org>
27293 * configure.ac: the Hermes library controls hermescolorspace, not
27295 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27296 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27298 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27299 * ext/sdl/sdlvideosink.h: ditto.
27300 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27302 2004-03-12 Benjamin Otte <otte@gnome.org>
27304 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27305 (gst_x_overlay_got_xwindow_id):
27306 * gst-libs/gst/xoverlay/xoverlay.h:
27307 replace XID with unsigned long to get rid of the xlibs dependency in
27308 XOverlay (fixes #137004)
27310 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27311 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27312 (gst_agingtv_setup):
27313 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27314 (gst_dicetv_base_init), (gst_dicetv_class_init),
27315 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27316 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27317 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27318 (gst_edgetv_setup), (gst_edgetv_rgb32):
27319 * gst/effectv/gsteffectv.c:
27320 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27321 (gst_quarktv_set_property):
27322 * gst/effectv/gstrev.c: (gst_revtv_get_type),
27323 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27324 (gst_revtv_setup), (gst_revtv_rgb32):
27325 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27326 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27327 (gst_shagadelictv_init), (gst_shagadelictv_setup),
27328 (gst_shagadelictv_rgb32):
27329 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27330 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27331 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27332 * gst/effectv/gstwarp.c:
27333 Port everything that can be ported to videofilter and fix up the caps.
27334 Can someone with a big-endian machine please check these?
27336 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27338 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27339 (gst_osssink_chain), (gst_osssink_change_state):
27340 Latest fixes for A/V sync, audio playback and such. This is about
27341 all... MPEG playback issues are mostly related to the async build-
27342 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27344 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27346 patch from: Stephane Loeuillet
27349 use pkg-config for some libraries, falling back to the old .m4 way
27354 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27357 * tools/Makefile.am:
27358 * tools/Makefile.in:
27359 * tools/gst-launch-ext-m.m:
27360 * tools/gst-launch-ext.1.in:
27361 * tools/gst-visualise-m.m:
27362 * tools/gst-visualise.1:
27363 * tools/gst-visualise.1.in:
27364 reorganizing generation of script tools
27366 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27368 * ext/divx/gstdivxdec.c:
27369 Downgrade priority. We prefer ffdec_mpeg4.
27370 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27371 (gst_faad_chain), (gst_faad_change_state):
27372 Fix capsnego. Doesn't work for some sounds because we don't have
27373 a 5:1 to stereo element.
27374 * ext/xvid/gstxvid.c: (plugin_init):
27376 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27377 (gst_osssink_change_state):
27378 Add discont handling.
27380 2004-03-09 Colin Walters <walters@verbum.org>
27382 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27385 2004-03-09 Benjamin Otte <otte@gnome.org>
27387 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27388 the signals take 2 arguments
27390 2004-03-09 David Schleef <ds@schleef.org>
27392 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27393 (gst_alsa_fixate): Add fixate function. (bug #136686)
27394 * ext/alsa/gstalsa.h:
27395 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27397 2004-03-09 Benjamin Otte <otte@gnome.org>
27399 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27400 (gst_mikmod_change_state):
27401 * ext/mikmod/gstmikmod.h:
27402 make mikmod's loop function not loop infinitely and call
27403 gst_element_yield anymore
27404 * gst/modplug/gstmodplug.cc:
27405 fix pad negotiation (fixes #136590)
27407 2004-03-09 David Schleef <ds@schleef.org>
27409 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
27410 doesn't conflict with the internal colorspace plugin.
27411 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
27412 satisfy the crappy-ass shell shipped by a certain vendor.
27413 * gst/videofilter/make_filter: same (bug #135299)
27415 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27417 * configure.ac: bump nano to 1
27419 === release 0.7.6 ===
27421 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27423 * configure.in: releasing 0.7.6, "There"
27425 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27427 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27428 * pkgconfig/gstreamer-play.pc.in:
27429 synchronize the two
27431 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27433 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27434 (cdparanoia_open), (cdparanoia_event):
27435 fix/add error handling
27437 add cdparanoia source
27438 * tools/Makefile.am:
27439 make scripts executable
27441 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27444 * ext/vorbis/Makefile.am:
27446 remove id3types, vorbisfile and xvideosink from the build (#133783)
27448 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
27450 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27451 Fix metadata read crash (#136537).
27453 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27455 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27456 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27457 adding mime types, fixing the one-stop function
27459 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27461 * ext/nas/nassink.c and /ext/nas/nassink.h:
27462 More NAS love from Arwed von Merkatz
27463 So lets all sing 'Can you feel the NAS tonight'
27465 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27467 * tools/gst-launch-ext.in:
27468 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27470 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27472 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27473 (gst_mpeg2dec_init):
27474 remove the user_data pad for now, because it is being used in
27475 fixating causing MPEG playback to fixate on 1000 Hz for playback.
27476 If someone knows how to fix this properly, please do.
27478 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27480 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27481 (gst_osssink_get_time):
27482 add a warning, IMO this won't get triggered anymore, remove later
27484 2004-03-07 David Schleef <ds@schleef.org>
27486 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
27487 format (bug #136470)
27489 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
27491 * gst-libs/Makefile.am:
27492 * gst-libs/gst/media-info/Makefile.am:
27493 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27494 (error_callback), (gst_media_info_error_create),
27495 (gst_media_info_error_element), (gmip_init), (gmip_reset),
27496 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27497 * gst-libs/gst/media-info/media-info-priv.h:
27498 * gst-libs/gst/media-info/media-info-test.c: (main):
27499 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27500 (gst_media_info_class_init), (gst_media_info_instance_init),
27501 (gst_media_info_set_source), (gst_media_info_read_with_idler),
27502 (gst_media_info_read_idler), (gst_media_info_read):
27503 * gst-libs/gst/media-info/media-info.h:
27504 fixed, should work now
27506 2004-03-07 Christian Schaller <Uraeus@gnome.org>
27508 * ext/nas/nassink.c:
27509 A bunch of NAS fixes from Arwed von Merkatz
27511 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27513 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27514 (qtdemux_parse_trak):
27515 Fix crash (j might be greater than n_samples, in which case we're
27516 writing outside the allocated space for the array) and memleak.
27518 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27520 * sys/oss/gstosssink.c: (gst_osssink_chain):
27521 And another caller that couldn't handle delay < 0 (unsigned
27522 integer overflow). Video now continues playing on an audio
27523 buffer underrun, and the clock continues working. Audio still
27526 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27528 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27529 (gst_osssink_get_time):
27530 get_delay() may return values lower than 0. In those cases, we
27531 should not actually cast to *unsigned* int64, that will break
27532 stuff horribly. In my case, it screwed up A/V sync in movies
27533 in totem rather badly.
27535 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27537 * ext/faac/gstfaac.c: (gst_faac_chain):
27538 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27539 * ext/libpng/gstpngenc.c: (user_write_data):
27540 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27541 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27542 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27543 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27544 Fix several misuse of gst_buffer_merge (it doesn't take ownership
27545 of any buffer), should fix some leaks. I hope I didn't unref buffers
27546 that shouldn't be...
27548 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27550 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27551 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27552 (error_callback), (gmi_reset), (gmi_seek_to_track),
27553 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27554 (gmip_find_type_post), (gmip_find_stream_post),
27555 (gmip_find_track_streaminfo_post):
27556 * gst-libs/gst/media-info/media-info-priv.h:
27557 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27558 (info_print), (main):
27559 * gst-libs/gst/media-info/media-info.c:
27560 (gst_media_info_error_create), (gst_media_info_error_element),
27561 (gst_media_info_instance_init), (gst_media_info_get_property),
27562 (gst_media_info_new), (gst_media_info_set_source),
27563 (gst_media_info_read_idler), (gst_media_info_read):
27564 * gst-libs/gst/media-info/media-info.h:
27565 first pass at making this work again. This seems to work on
27566 tagged ogg/vorbis and mp3 files.
27568 2004-03-06 Benjamin Otte <otte@gnome.org>
27570 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27571 fix huge leak: gst_buffer_merge doesn't unref the first argument
27574 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27576 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27577 report layer/mode/emphasis
27579 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27581 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27583 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27585 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27588 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27590 * ext/vorbis/vorbis.c: (plugin_init):
27591 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27592 (gst_vorbis_dec_init), (vorbis_dec_event):
27594 make vorbisdec handle _BYTE and _TIME queries
27596 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27598 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27599 from the xing header
27601 2004-03-06 Benjamin Otte <otte@gnome.org>
27603 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27604 (gst_audio_convert_link), (gst_audio_convert_change_state),
27605 (gst_audio_convert_buffer_from_default_format):
27606 do conversions from/to float correctly, fix some caps nego errors,
27607 export correct supported caps in template and getcaps, use correct
27608 caps in try_set_caps functions
27610 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27612 For some reason, I only committed a ChangeLog entry yesterday and
27613 not the corresponding code...
27614 * ext/mad/gstmad.c: Fix detection of Xing headers
27615 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27617 2004-03-06 Benjamin Otte <otte@gnome.org>
27619 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27620 (gst_ogg_demux_src_query):
27621 make sure to handle the case where there's no current chain
27624 2004-03-05 David Schleef <ds@schleef.org>
27626 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27627 Add fixate function. (bug #131128)
27628 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27629 (gst_sdlvideosink_fixate): Add fixate function.
27630 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27631 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27632 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27633 Fix missing break that was causing ulaw to be interpreted as
27636 2004-03-05 David Schleef <ds@schleef.org>
27638 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27639 Fix code that ignores return value of gst_buffer_merge().
27641 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27642 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27643 * testsuite/gst-lint: Check for above.
27645 2004-03-05 David Schleef <ds@schleef.org>
27647 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
27648 caps and throw an element error. (bug #136334)
27650 2004-03-05 David Schleef <ds@schleef.org>
27652 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27653 (gst_faad_chain): Fix negotiation.
27654 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27655 key and button events.
27656 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27658 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27660 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27661 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27662 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27663 function to encourage better negotiation, particularly between
27664 audioconvert and osssink.
27665 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27666 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
27668 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
27670 * gst/vbidec/vbiscreen.c: Add glib header
27671 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
27673 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
27675 * ext/mad/gstmad.c: Fix detection of Xing headers
27676 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27678 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27680 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27681 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27684 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27686 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27687 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27688 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27689 files, and report the parsed length as a GST_TAG_DURATION tag.
27690 * gst/tags/gstid3tag.c: support TLEN (duration) tag
27692 2004-03-05 Benjamin Otte <otte@gnome.org>
27694 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27695 convert channels correctly. convert correctly to unsigned.
27697 2004-03-05 Julien MOUTTE <julien@moutte.net>
27699 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27700 we have a window before clearing it.
27702 2004-03-05 Julien MOUTTE <julien@moutte.net>
27704 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27705 have a window before clearing it.
27707 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
27709 * gconf/gstreamer.schemas.in:
27710 * gst-libs/gst/gconf/Makefile.am:
27711 version installation path the same way as for 0.6
27712 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27713 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27714 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27715 remove comment that was fixed
27717 2004-03-05 David Schleef <ds@schleef.org>
27719 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27720 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27721 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27722 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27723 Add prototype code for handling seeking and querying.
27725 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
27727 * examples/gstplay/player.c: (main):
27728 Initialize variables to NULL. Prevents a segfault because the
27729 (uninitialized) variable is not NULL, resulting in a crash on
27730 trying to reach error->message.
27732 2004-03-05 Benjamin Otte <otte@gnome.org>
27734 * gst/audioconvert/gstaudioconvert.c:
27735 (gst_audio_convert_buffer_to_default_format):
27736 make float=>int conversion work correctly even in cornercases.
27738 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
27740 * debian/README.Debian:
27741 * debian/build-deps:
27742 * debian/changelog:
27744 * debian/control.in:
27745 * debian/copyright:
27746 * debian/gstreamer-a52dec.files:
27747 * debian/gstreamer-aa.files:
27748 * debian/gstreamer-alsa.files:
27749 * debian/gstreamer-alsa.manpages:
27750 * debian/gstreamer-arts.files:
27751 * debian/gstreamer-artsd.files:
27752 * debian/gstreamer-audiofile.files:
27753 * debian/gstreamer-avifile.files:
27754 * debian/gstreamer-cdparanoia.files:
27755 * debian/gstreamer-colorspace.files:
27756 * debian/gstreamer-doc.files:
27757 * debian/gstreamer-dv.files:
27758 * debian/gstreamer-dvd.files:
27759 * debian/gstreamer-esd.files:
27760 * debian/gstreamer-festival.files:
27761 * debian/gstreamer-flac.files:
27762 * debian/gstreamer-gconf.conffiles:
27763 * debian/gstreamer-gconf.files:
27764 * debian/gstreamer-gconf.postinst:
27765 * debian/gstreamer-gnomevfs.files:
27766 * debian/gstreamer-gsm.files:
27767 * debian/gstreamer-http.files:
27768 * debian/gstreamer-jack.files:
27769 * debian/gstreamer-jpeg.files:
27770 * debian/gstreamer-mad.files:
27771 * debian/gstreamer-mikmod.files:
27772 * debian/gstreamer-misc.files:
27773 * debian/gstreamer-mpeg2dec.files:
27774 * debian/gstreamer-oss.files:
27775 * debian/gstreamer-plugin-apps.files:
27776 * debian/gstreamer-plugin-apps.manpages:
27777 * debian/gstreamer-plugin-libs-dev.files:
27778 * debian/gstreamer-plugin-libs.files:
27779 * debian/gstreamer-plugin-template.postinst:
27780 * debian/gstreamer-plugin-template.postrm:
27781 * debian/gstreamer-sdl.files:
27782 * debian/gstreamer-sid.files:
27783 * debian/gstreamer-vorbis.files:
27784 * debian/gstreamer-x.files:
27785 * debian/mk.control:
27787 Debian package info not maintained here.
27789 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
27791 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27792 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27793 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27794 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27795 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27796 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27797 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27798 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27799 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27800 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27801 * gst-libs/gst/colorbalance/colorbalance.c:
27802 (gst_color_balance_class_init):
27803 * gst-libs/gst/colorbalance/colorbalancechannel.c:
27804 (gst_color_balance_channel_class_init):
27805 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27806 * gst-libs/gst/play/play.c: (gst_play_class_init):
27807 * gst-libs/gst/propertyprobe/propertyprobe.c:
27808 (gst_property_probe_iface_init):
27809 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27810 * gst-libs/gst/tuner/tunerchannel.c:
27811 (gst_tuner_channel_class_init):
27812 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27813 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27814 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27815 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27816 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27817 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27818 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27819 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27820 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27821 fix signals to use - instead of _
27822 * ext/libcaca/gstcacasink.h:
27823 * ext/sdl/sdlvideosink.h:
27826 2004-03-04 David Schleef <ds@schleef.org>
27828 * testsuite/gst-lint: Add a check for bad signal names.
27830 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
27832 reviewed by David Schleef
27834 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27835 modified the alpha channel and caused a warning. (bug #136192)
27837 2004-04-03 Christian Schaller <Uraeus@gnome.org>
27839 * gst-plugins.spec.in:
27840 Change names of plugins to actually be correct. Try to keep things
27841 alphabetical to avoid getting beat up by Thomas
27843 2004-03-03 Julien MOUTTE <julien@moutte.net>
27845 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27846 Using ximagesink as a default if no gconf key found. We should
27847 probably consider using alsasink instead of osssink for the audio
27850 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
27853 fix --with-plugins, don't think it ever worked before
27854 * gst-plugins.spec.in:
27857 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
27859 * ext/sdl/sdlvideosink.h:
27860 * sys/ximage/ximagesink.h:
27861 * sys/xvideo/xvideosink.h:
27862 * sys/xvimage/xvimagesink.h:
27863 Fix for move of gstvideosink.h -> videosink.h.
27865 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
27867 * gst-libs/gst/xwindowlistener/Makefile.am:
27868 this is a plugin library, not a library
27870 2004-03-01 David Schleef <ds@schleef.org>
27872 * AUTHORS: Added some names. Add yourself if you're still
27875 2004-03-01 David Schleef <ds@schleef.org>
27879 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27881 * gst-plugins.spec.in: clean up spec file
27883 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27885 * gst-libs/gst/video/Makefile.am:
27886 * gst-libs/gst/video/gstvideosink.c:
27887 * gst-libs/gst/video/gstvideosink.h:
27888 rename gstvideosink.h to videosink.h to match other headers
27889 * gst/mixmatrix/Makefile.am:
27890 fix plugin filename
27891 * gst/tags/Makefile.am: fix plugin filename
27893 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27895 * gst/tags/Makefile.am: fix plugin filename
27897 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27899 * examples/gstplay/player.c: (got_time_tick), (main):
27901 display time_tick more readably
27902 * gst/mixmatrix/Makefile.am:
27903 fix plugin file name
27905 2004-02-29 Christophe Fergeau <teuf@gnome.org>
27907 * sys/oss/gstosselement.c: (gst_osselement_probe),
27908 (device_combination_append), (gst_osselement_class_probe_devices):
27909 * sys/oss/gstosselement.h:
27910 Reworked enumeration of oss dsps and mixers so that gst-mixer works
27911 on my system using alsa oss emulation, fixes bug #135597
27913 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
27915 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27916 (gst_videodrop_chain), (gst_videodrop_change_state):
27917 * gst/videodrop/gstvideodrop.h:
27918 Work based on timestamp of input data, not based on the expected
27919 framerate from the input. The consequence is that this element now
27920 not only scales framerates, but also functions as a framerate
27921 corrector or framerate stabilizer/constantizer.
27923 2004-02-27 David Schleef <ds@schleef.org>
27925 patches from jmmv@menta.net (Julio M. Merino Vidal)
27927 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27928 GST_ELEMENT_ERROR call (bug #135634)
27929 * gst/interleave/interleave.c: (interleave_buffered_loop),
27930 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27931 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27932 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27933 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27934 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27935 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27936 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27937 Fix GST_ELEMENT_ERROR call.
27938 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27939 GST_ELEMENT_ERROR call.
27941 2004-02-27 Benjamin Otte <otte@gnome.org>
27943 * gst-libs/gst/audio/audio.h:
27944 add macro to make sure header isn't included twice
27945 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27946 don't use gst_buffer_free
27947 * gst/playondemand/filter.func:
27948 don't use gst_data_free. Free data only once.
27950 2004-02-26 David Schleef <ds@schleef.org>
27952 * gst-libs/gst/colorbalance/Makefile.am:
27953 * gst-libs/gst/mixer/Makefile.am:
27954 * gst-libs/gst/tuner/Makefile.am:
27955 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27956 should not be disted, -marshal.h files should not be installed,
27957 and -enum.h files _should_ be installed. Fix to make this the
27960 === release 0.7.5 ===
27962 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
27964 * configure.ac: release 0.7.5, "Under The Sea"
27966 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
27968 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27969 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27970 * gst/videoscale/gstvideoscale.c:
27971 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27972 assorted debug/warning fixes
27974 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
27976 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27977 (gst_videoscale_init), (gst_videoscale_chain),
27978 (gst_videoscale_set_property), (plugin_init):
27979 * gst/videoscale/gstvideoscale.h:
27980 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27981 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27982 (gst_videoscale_planar400), (gst_videoscale_packed422),
27983 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27984 (gst_videoscale_24bit), (gst_videoscale_16bit),
27985 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27986 (gst_videoscale_scale_plane_slow),
27987 (gst_videoscale_scale_point_sample),
27988 (gst_videoscale_scale_nearest),
27989 (gst_videoscale_scale_nearest_str2),
27990 (gst_videoscale_scale_nearest_str4),
27991 (gst_videoscale_scale_nearest_32bit),
27992 (gst_videoscale_scale_nearest_24bit),
27993 (gst_videoscale_scale_nearest_16bit):
27994 add debugging category and use it properly
27995 fix use of GST_PTR_FORMAT
27997 2004-02-25 Andy Wingo <wingo@pobox.com>
27999 * gst/interleave/interleave.c (interleave_buffered_loop): Always
28000 push only when channel->buffer is NULL. Prevents segfaults doing
28001 the state change after a nonlocal exit, like a scheme exception.
28003 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28004 Handle the case where the intersected caps is empty.
28006 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28008 * gst/law/mulaw-decode.c: (mulawdec_link):
28009 * gst/law/mulaw.c: (plugin_init):
28010 fix mulawdec so it actually works again
28012 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
28014 reviewed by: David Schleef <ds@schleef.org>
28016 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28017 (gst_gamma_init), (gst_gamma_set_property),
28018 (gst_gamma_get_property), (gst_gamma_calculate_tables),
28019 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
28020 for RGB, with separate r g and b correction factors. (#131167)
28022 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
28024 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28025 only signal tags for bitrate if they're > 0 (#134894)
28027 2004-02-24 David Schleef <ds@schleef.org>
28029 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28030 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28031 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28032 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28033 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28034 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28035 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28036 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28037 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
28038 category. Attempt to fix timestamp calculation.
28040 2004-02-24 Johan Dahlin <johan@gnome.org>
28042 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28044 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
28047 * gconf/Makefile.am:
28048 * gconf/gstreamer.schemas:
28049 * gst-libs/gst/gconf/Makefile.am:
28050 * gst-libs/gst/gconf/gconf.c:
28051 version gconf schemas and install locations
28053 2004-02-23 Benjamin Otte <otte@gnome.org>
28055 * ext/xine/xineinput.c: (gst_xine_input_dispose):
28056 (gst_xine_input_subclass_init):
28057 call parent dispose.
28058 change pad template for CD reader correctly
28059 * ext/xine/Makefile.am:
28060 * ext/xine/gstxine.h:
28061 * ext/xine/xine.c: (plugin_init):
28062 * ext/xine/xineaudiosink.c:
28063 wrap audio sinks, too
28064 * gst-libs/gst/resample/private.h:
28065 * gst-libs/gst/resample/resample.c: (gst_resample_init),
28066 (gst_resample_reinit), (gst_resample_scale),
28067 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28068 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28069 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28070 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28071 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28072 * gst-libs/gst/resample/resample.h:
28073 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28074 (gst_audioscale_class_init), (gst_audioscale_link),
28075 (gst_audioscale_get_buffer), (gst_audioscale_init),
28076 (gst_audioscale_chain), (gst_audioscale_set_property),
28077 (gst_audioscale_get_property):
28078 * gst/audioscale/gstaudioscale.h:
28079 s/resample_*/gst_resample_*/i to not clobber namespaces
28081 2004-02-23 Julien MOUTTE <julien@moutte.net>
28083 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28084 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28085 (gst_riff_create_video_template_caps),
28086 (gst_riff_create_audio_template_caps),
28087 (gst_riff_create_iavs_template_caps):
28088 * gst-libs/gst/riff/riff-media.h:
28089 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28090 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28091 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28092 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28093 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28094 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28095 (gst_matroska_demux_plugin_init): First batch implementing audio and
28096 video codec tags in demuxers.
28098 2004-02-22 Benjamin Otte <otte@gnome.org>
28100 * ext/xine/Makefile.am:
28101 * ext/xine/gstxine.h:
28102 * ext/xine/xine.c: (plugin_init):
28103 * ext/xine/xineinput.c:
28104 add input plugin wrapper. Playback from files, http, mms and cdda
28106 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28107 remove leftover G_GNUC_UNUSED
28108 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28109 (gst_asf_demux_identify_guid):
28110 improve debugging output
28112 2004-02-22 Benjamin Otte <otte@gnome.org>
28114 reported by: Padraig O'Briain <padraig.obriain@sun.com>
28117 replace test -e with test -x for mkinstalldirs to be more portable.
28120 2004-02-22 Benjamin Otte <otte@gnome.org>
28122 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28124 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28125 set rank to PRIMARY
28126 * gst/volume/gstvolume.c: (plugin_init):
28130 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
28132 reviewed by Benjamin Otte <otte@gnome.org>
28134 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28135 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28137 2004-02-22 Benjamin Otte <otte@gnome.org>
28140 export [_]*{gst,Gst,GST}.* symbols from plugins
28142 2004-02-22 Christophe Fergeau <teuf@gnome.org>
28144 reviewed by: Benjamin Otte <otte@gnome.org>
28146 * ext/lame/gstlame.c: (add_one_tag):
28147 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28148 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28149 (gst_vorbisenc_metadata_set1):
28150 * gst/tags/gstid3tag.c:
28151 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28152 apply fixes from bugs #135042 (lame can't write tags) and #133817
28153 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28155 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28157 * configure.ac: Export only gst_plugin_desc from plugins.
28158 Note that this change only makes any effect with Linux using libtool
28159 1.5.2 or higher. Otherwise it is silently ignored, but it would build
28160 fine. And don't try to have several versions of libtool in different
28163 2004-02-20 Andy Wingo <wingo@pobox.com>
28165 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28166 interleave respectively.
28168 * gst/interleave/deinterleave.c: New plugin: deinterleave
28169 (replaces on oneton).
28170 * gst/interleave/interleave.c: New plugin: interleave.
28171 * gst/interleave/plugin.h: Support file.
28172 * gst/interleave/plugin.c: Support file.
28174 * configure.ac: Remove intfloat and oneton, add interleave.
28176 * ext/sndfile/gstsf.c: Handle events better.
28178 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28179 and float2int operation. int2float has scheduling problems as
28180 noted in in2float_chain.
28182 2004-02-20 Benjamin Otte <otte@gnome.org>
28184 * ext/xine/Makefile.am:
28185 * ext/xine/gstxine.h:
28187 * ext/xine/xineaudiodec.c:
28188 * ext/xine/xinecaps.c:
28189 add first version of xine plugin wrapper. Currently only wraps the
28190 QDM2 win32 DLL, and even that only in proof-of-concept quality.
28193 add xine plugin wrapper, disabled by default. Use --enable-xine to
28194 build. Note that it'll segfault on gst-register if you don't remove
28195 the goom and tvtime post plugins from xine.
28196 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28197 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28198 add extradata parsing for QDM2.
28199 change around debugging prints.
28201 2004-02-19 Benjamin Otte <otte@gnome.org>
28203 * ext/lame/gstlame.c: (gst_lame_chain):
28204 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28205 use gst_tag_list_insert when you want to insert tags
28207 2004-02-18 David Schleef <ds@schleef.org>
28209 * configure.ac: Move massink to gst-rotten
28211 * ext/mas/Makefile.am:
28212 * ext/mas/massink.c:
28213 * ext/mas/massink.h:
28215 2004-02-18 David Schleef <ds@schleef.org>
28217 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28218 typefinding, since it seems to be worse than nothing.
28219 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
28220 atom to recognize .mp4 and .m4a files as video/quicktime.
28222 2004-02-18 David Schleef <ds@schleef.org>
28224 * gst/sine/demo-dparams.c: (quit_live),
28225 (dynparm_log_value_changed), (dynparm_value_changed), (main):
28226 Use double dparams, not float.
28227 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28228 (gst_sinesrc_init): Change sync default to FALSE, since multiple
28229 sync'd elements don't really work correctly.
28230 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28231 (volume_update_volume), (volume_get_property): Change dparam
28234 2004-02-18 Julien MOUTTE <julien@moutte.net>
28236 * sys/ximage/ximagesink.c:
28237 (gst_ximagesink_xwindow_update_geometry),
28238 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28239 (gst_ximagesink_change_state), (gst_ximagesink_expose),
28240 (gst_ximagesink_init): Rework the way software video scaling works. So
28241 now we check on each chain call if the video frames are feeling the
28242 window. If not we try to renegotiate caps. On failure we memorize that
28243 and we won't try again for that PLAYING sessions.
28244 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28246 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28249 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28251 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28252 break up _link so we can give a better debug message for errors
28254 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28256 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28257 set up debug category
28259 2004-02-18 Julien MOUTTE <julien@moutte.net>
28261 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28262 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28263 the way renegotiation work. The event handling function is not taking
28264 care of external windows and renegotiate method check for pad flags
28265 NEGOTIATING. Should fix : #133209
28267 2004-02-17 Julien MOUTTE <julien@moutte.net>
28269 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28270 pad is negotiating before trying renegotiation.
28272 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
28274 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28275 pass on all possible mime types as typefind hints
28277 2004-02-17 Julien MOUTTE <julien@moutte.net>
28279 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28280 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28281 possible SHM leak if we crash. All other apps using XShm are doing
28284 2004-02-17 Julien MOUTTE <julien@moutte.net>
28286 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28287 (gst_ximagesink_expose): Renegotiate size on expose.
28288 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28291 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
28293 * testsuite/alsa/sinesrc.c:
28294 cosmetic fix to fix compile issue with gcc 2.95.4
28296 2004-02-16 Julien MOUTTE <julien@moutte.net>
28298 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28299 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28300 failed opening the audio device.
28301 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28302 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28303 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28304 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28305 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28306 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28307 (gst_ximagesink_change_state), (gst_ximagesink_chain),
28308 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28309 Removing some useless g_return_if_fail like wingo suggested.
28310 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28311 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28312 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28313 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28314 (gst_xvimagesink_update_colorbalance),
28315 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28316 (gst_xvimagesink_xcontext_clear),
28317 (gst_xvimagesink_get_fourcc_from_caps),
28318 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28319 (gst_xvimagesink_set_xwindow_id),
28320 (gst_xvimagesink_colorbalance_list_channels),
28321 (gst_xvimagesink_colorbalance_set_value),
28322 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28323 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28325 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
28327 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28328 throw error when not negotiated instead of asserting
28330 2004-02-15 Julien MOUTTE <julien@moutte.net>
28332 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28333 correct data refcounting.
28335 2004-02-15 Julien MOUTTE <julien@moutte.net>
28337 * gst/switch/gstswitch.c: (gst_switch_change_state),
28338 (gst_switch_class_init): Cleaning the sinkpads correctly on state
28339 change, mostly the EOS flag.
28341 2004-02-15 Julien MOUTTE <julien@moutte.net>
28343 * examples/gstplay/player.c: (got_eos), (main): Adding some
28344 output for debugging.
28345 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28346 timeouts if we go to any state different from PLAYING.
28347 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28348 more EOS bugs in riff lib.
28350 2004-02-14 Julien MOUTTE <julien@moutte.net>
28352 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28353 visualization until i find a way to fix switch correctly.
28354 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28356 * gst/switch/gstswitch.c: (gst_switch_release_pad),
28357 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28358 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28359 Reworked switch to get a more correct behaviour with events and refing
28360 of data stored in sinkpads.
28361 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28362 we don't pull from a pad in EOS.
28364 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28366 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28367 remove v1 tag even if we can't read it (makes sure we don't detect
28370 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28372 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28373 (gst_alsa_xrun_recovery):
28374 * ext/alsa/gstalsa.h:
28375 try xrun recovery when wait failed. Make xrun recovery function
28376 return TRUE/FALSE to indicate success. (might fix #134354)
28378 2004-02-13 David Schleef <ds@schleef.org>
28380 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28381 (dynparm_value_changed), (main): Convert from float to double.
28382 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28384 2004-02-13 David Schleef <ds@schleef.org>
28386 * gst/silence/gstsilence.c: (gst_silence_class_init),
28387 (gst_silence_set_clock), (gst_silence_get),
28388 (gst_silence_set_property), (gst_silence_get_property):
28389 * gst/silence/gstsilence.h: Add sync property.
28390 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28391 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28392 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28393 * gst/sine/gstsinesrc.h: Add sync property.
28395 2004-02-13 David Schleef <ds@schleef.org>
28397 * gst/intfloat/gstint2float.c: (conv_f32_s16),
28398 (gst_int2float_chain_gint16): Change stdint usage to glib types.
28400 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28404 * gst-libs/ext/Makefile.am:
28405 move ffmpeg plugin to gst-ffmpeg module
28407 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28409 * configure.ac: use GST_ARCH to detect architecture
28411 2004-02-12 Julien MOUTTE <julien@moutte.net>
28413 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28415 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
28417 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28418 classify LADSPA plugins based on number of src/sink pads
28419 (#133663, Stefan Kost)
28420 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28421 fix dparams registration
28422 (#133528, Stefan Kost)
28423 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28424 fix use of isprint and use g_ascii_isprint instead
28425 (#133316, Stefan Kost)
28427 2004-02-11 David Schleef <ds@schleef.org>
28429 Convert a few inner loops to use liboil. This is currently
28430 optional, and is only enabled if liboil is present (duh!).
28431 * configure.ac: Check for liboil-0.1
28432 * gst/intfloat/Makefile.am:
28433 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28434 (gst_int2float_chain_gint16):
28435 * gst/videofilter/Makefile.am:
28436 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28437 (tablelookup_u8), (gst_videobalance_planar411):
28438 * gst/videotestsrc/Makefile.am:
28439 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28440 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28441 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28442 (paint_hline_RGB565), (paint_hline_xRGB1555):
28444 2004-02-11 David Schleef <ds@schleef.org>
28446 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28447 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28448 (gst_colorspace_getcaps), (gst_colorspace_link),
28449 (gst_colorspace_base_init), (gst_colorspace_init),
28450 (gst_colorspace_chain), (gst_colorspace_change_state),
28451 (plugin_init): Merge Ronald's patch (bug #117897) and update
28452 for new caps and negotiation. Seems to work, although it
28453 shows off bugs in lcs.
28455 2004-02-11 David Schleef <ds@schleef.org>
28457 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28458 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28460 2004-02-11 David Schleef <ds@schleef.org>
28462 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28463 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28464 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28465 Add server and port properties
28467 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28472 * m4/as-liblame.m4:
28473 * m4/as-slurp-ffmpeg.m4:
28474 * m4/check-libheader.m4:
28481 * m4/gst-ivorbis.m4:
28482 * m4/gst-matroska.m4:
28484 * m4/gst-shout2.m4:
28492 fix underquotedness of macros (#133800)
28493 * m4/as-avifile.m4:
28495 removed because no longer used
28497 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28500 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28501 by autopoint (fixes #132996)
28503 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
28505 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28506 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28507 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28508 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28511 2004-02-11 David Schleef <ds@schleef.org>
28513 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28514 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28515 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28516 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28517 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28518 (gst_jpegenc_class_init), (gst_jpegenc_init),
28519 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28520 (gst_jpegenc_chain), (gst_jpegenc_set_property),
28521 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
28522 * ext/jpeg/gstjpegenc.h: Fix negotiation.
28524 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
28526 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28527 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28528 * ext/mikmod/gstmikmod.h:
28529 fix caps negotiation in mikmod
28530 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28531 output debug information
28533 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
28535 * gst-libs/gst/colorbalance/Makefile.am:
28536 * gst-libs/gst/navigation/Makefile.am:
28537 * gst-libs/gst/xoverlay/Makefile.am:
28538 remove unused GST_OPT_CFLAGS from Makefiles
28539 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28541 2004-02-07 David Schleef <ds@schleef.org>
28543 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28544 push events to pads that haven't been created (#133508)
28546 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
28548 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28549 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28550 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28551 (gst_dvdec_loop), (gst_dvdec_change_state):
28552 Second attempt at committing a working dvdec element.
28554 2004-02-06 David Schleef <ds@schleef.org>
28556 Build fixes for OS X: (see #129600)
28557 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28558 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28559 (gst_riff_read_strf_iavs):
28560 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28561 (gst_avi_demux_stream_odml):
28562 * gst/playondemand/Makefile.am:
28563 * gst/rtp/rtp-packet.c:
28565 2004-02-05 David Schleef <ds@schleef.org>
28567 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28568 last change, because it Just Doesn't Compile.
28570 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28572 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28573 skip undecodable id3v2 tag instead of keeping it
28575 2004-02-05 David Schleef <ds@schleef.org>
28577 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28578 Unref leaked buffer. (Noticed by Ronald)
28580 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
28582 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28583 Sync requires with other checks. >= vs =.
28585 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
28587 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28588 (gst_dvdec_video_link), (gst_dvdec_loop):
28589 * ext/dv/gstdvdec.h:
28590 rework the caps negotiation so that dvdec works again instead
28591 of just segfaulting.
28593 === release 0.7.4 ===
28595 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
28597 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28598 * configure.ac: changed for release
28600 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
28602 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28603 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28604 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28605 * pkgconfig/gstreamer-play-uninstalled.pc.in:
28606 reworked patch by David Lehn to fix libdir and includedir for
28607 uninstalled libraries
28608 removed play and gconf from gstreamer-libs since they have their
28609 own pkgconfig files
28611 2004-02-04 David Schleef <ds@schleef.org>
28613 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28616 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28618 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28619 use correct GST_TAG_ENCODER tag
28621 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28623 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28624 be sure to stop the clock when going to paused
28625 * sys/oss/gstosssink.c: (gst_osssink_change_state):
28626 reset number of transmitted when going to ready.
28629 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
28631 reviewed by Benjamin Otte
28633 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28634 extract track count (fixes #133410)
28636 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28638 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28639 that should be !=, not == (fixes #132519)
28641 2004-02-04 David Schleef <ds@schleef.org>
28643 Make sure set_explicit_caps() is called before adding pad.
28644 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28645 * gst/id3/gstid3types.c: (gst_id3types_loop):
28646 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28647 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28649 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28652 bump nano to 2, first prerelease
28653 put back AM_PROG_LIBTOOL
28655 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28657 * testsuite/alsa/Makefile.am:
28658 these are user test apps, not automatic testsuite tests
28660 2004-02-04 David Schleef <ds@schleef.org>
28662 Convert GST_DEBUG_CAPS() to GST_DEBUG():
28663 * gst/mpeg1videoparse/gstmp1videoparse.c:
28664 (mp1videoparse_parse_seq):
28665 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28666 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28667 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28668 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28669 (gst_xvideosink_getcaps):
28670 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28671 * testsuite/gst-lint: more tests
28673 2004-02-04 David Schleef <ds@schleef.org>
28675 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28676 with the code that they would expand to.
28677 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28678 (gst_flacdec_get_src_query_types),
28679 (gst_flacdec_get_src_event_masks):
28680 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28681 (gst_gnomevfssrc_get_query_types),
28682 (gst_gnomevfssrc_get_event_mask):
28684 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28686 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28687 (gst_sinesrc_dispose):
28688 fix memleak by properly disposing sinesrc
28690 2004-02-04 Julien MOUTTE <julien@moutte.net>
28692 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28693 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28694 an overlay to redraw the image because it has been exposed.
28695 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28696 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28697 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28698 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28700 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28701 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28702 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28703 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28706 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28708 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28709 more memleak fixage
28711 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28713 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28714 * gst/typefind/gsttypefindfunctions.c:
28715 fix memleaks shown by gst-typefind
28717 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28719 * common/glib-gen.mak:
28720 add hack rule to touch .Plo files
28721 * gst-libs/gst/colorbalance/Makefile.am:
28722 * gst-libs/gst/mixer/Makefile.am:
28723 * gst-libs/gst/play/Makefile.am:
28724 * gst-libs/gst/tuner/Makefile.am:
28725 remove glib_root variable
28727 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28729 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28730 set explicit caps before adding the element, so the autopluggers can
28732 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28733 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28734 (mpeg_video_type_find), (mpeg_video_stream_type_find),
28736 fix memleaks in typefind functions. gst_type_find_suggest takes a const
28739 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28741 * gst-libs/gst/colorbalance/Makefile.am:
28742 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28743 * gst-libs/gst/colorbalance/colorbalance.c:
28744 * gst-libs/gst/colorbalance/colorbalance.h:
28745 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28746 * gst-libs/gst/mixer/Makefile.am:
28747 * gst-libs/gst/mixer/mixer-marshal.list:
28748 * gst-libs/gst/mixer/mixer.c:
28749 * gst-libs/gst/mixer/mixer.h:
28750 * gst-libs/gst/mixer/mixermarshal.list:
28751 * gst-libs/gst/play/Makefile.am:
28752 * gst-libs/gst/play/play.h:
28753 * gst-libs/gst/tuner/Makefile.am:
28754 * gst-libs/gst/tuner/tuner-marshal.list:
28755 * gst-libs/gst/tuner/tuner.c:
28756 * gst-libs/gst/tuner/tuner.h:
28757 * gst-libs/gst/tuner/tunermarshal.list:
28758 use new glib-gen.mak snippet to clean up Makefile.am
28759 fix various bugs in Makefile.am's
28761 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28763 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28764 handle chain parsing correctly in the multichain case
28765 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28766 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28767 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28768 (theora_dec_chain):
28769 handle events and queries correctly
28771 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28774 Ignore generated file _stdint.h.
28776 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28778 * gst-libs/gst/colorbalance/Makefile.am:
28779 * gst-libs/gst/colorbalance/colorbalance.h:
28780 * gst-libs/gst/mixer/Makefile.am:
28781 * gst-libs/gst/mixer/mixer.h:
28782 * gst-libs/gst/play/Makefile.am:
28783 * gst-libs/gst/play/play.h:
28784 * gst-libs/gst/tuner/Makefile.am:
28785 * gst-libs/gst/tuner/tuner.h:
28786 Generate enum type code with glib-mkenums.
28787 * gst-libs/gst/colorbalance/.cvsignore:
28788 * gst-libs/gst/mixer/.cvsignore:
28789 * gst-libs/gst/play/.cvsignore:
28790 * gst-libs/gst/tuner/.cvsignore:
28791 Ignore generated files.
28793 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28795 * gst-libs/gst/audio/.cvsignore:
28796 Ignore generated file.
28797 * gst-libs/gst/audio/Makefile.am:
28798 Do not install example filter.
28800 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28802 * examples/switch/.cvsignore:
28803 Ignore generated file.
28805 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28807 * common/m4/ax_create_stdint_h.m4:
28809 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28812 remove generated _stdint.h in DISTCLEANFILES
28813 * ext/a52dec/gsta52dec.c:
28814 include _stdint.h for a52dec. (should fix #133064)
28816 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
28818 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28819 (gst_tag_to_vorbis_comments):
28820 Add replaygain support to vorbistag
28822 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
28823 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28824 (gst_ffmpeg_caps_to_extradata):
28825 Fix SVQ3 caps flag properties
28826 Use glib macro for bytes swap
28828 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28830 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28831 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28832 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28833 * ext/sndfile/gstsf.c: (plugin_init):
28834 * gst/avi/gstavi.c: (plugin_init):
28835 * sys/dxr3/dxr3init.c: (plugin_init):
28836 * sys/oss/gstossaudio.c: (plugin_init):
28837 * sys/v4l/gstv4l.c: (plugin_init):
28838 * sys/v4l2/gstv4l2.c: (plugin_init):
28839 remove textdomain calls
28841 update Dutch translation
28843 2004-02-02 Julien MOUTTE <julien@moutte.net>
28845 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28846 (gst_play_set_audio_sink): Moving volume in the audio thread for
28847 instantaneous volume change. Maybe i will add another volume in front
28848 of visualization later, not sure yet though.
28850 2004-02-02 Julien MOUTTE <julien@moutte.net>
28852 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28853 (gst_ximagesink_handle_xevents): Better X events handling, only take
28854 the latest events for configure and motion.
28855 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28857 2004-02-02 Jon Trowbridge <trow@gnu.org>
28859 reviewed by: David Schleef <ds@schleef.org>
28862 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28863 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28865 2004-02-02 David Schleef <ds@schleef.org>
28867 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
28869 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28870 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28871 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28872 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28873 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28874 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28875 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28876 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28877 (gst_float2_2_int_link):
28878 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28879 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28880 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28881 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28882 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28883 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28884 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28885 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28886 * testsuite/gst-lint: Add tests for bzero and ;;
28888 2004-02-02 David Schleef <ds@schleef.org>
28890 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28892 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28894 * ext/aalib/gstaasink.c: (gst_aasink_open):
28895 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28896 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28897 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28898 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28899 (gst_afsink_close_file):
28900 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28901 (gst_afsrc_close_file):
28902 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28903 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28904 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28905 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28906 * ext/esd/esdmon.c: (gst_esdmon_get):
28907 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28908 * ext/faac/gstfaac.c: (gst_faac_chain):
28909 * ext/faad/gstfaad.c: (gst_faad_chain):
28910 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28911 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28912 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28913 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28914 (gst_flacdec_loop):
28915 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28916 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28917 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28918 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28919 (gst_gnomevfssink_close_file):
28920 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28921 (gst_gnomevfssrc_open_file):
28922 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28923 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28924 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28925 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28926 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28927 * ext/mad/gstmad.c: (gst_mad_chain):
28928 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28929 * ext/mpeg2dec/gstmpeg2dec.c:
28930 * ext/mpeg2enc/gstmpeg2enc.cc:
28931 * ext/mplex/gstmplex.cc:
28932 * ext/mplex/gstmplexibitstream.cc:
28933 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28934 (gst_ogg_demux_push):
28935 * ext/raw1394/gstdv1394src.c:
28936 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28937 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28938 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28940 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28941 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28942 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28943 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28944 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28945 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28946 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28947 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28948 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28949 (gst_riff_read_element_data), (gst_riff_read_seek),
28950 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28951 * gst/adder/gstadder.c: (gst_adder_loop):
28952 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28953 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28954 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28955 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28956 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28957 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28958 * gst/goom/gstgoom.c: (gst_goom_chain):
28959 * gst/id3/gstid3types.c: (gst_id3types_loop):
28960 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28961 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28962 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28963 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28964 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28965 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28966 (gst_ebml_read_float), (gst_ebml_read_header):
28967 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28968 (gst_matroska_demux_parse_blockgroup):
28969 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28970 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28971 * gst/oneton/gstoneton.c: (gst_oneton_chain):
28972 * gst/silence/gstsilence.c: (gst_silence_get):
28973 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28974 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28975 * gst/speed/gstspeed.c: (speed_loop):
28976 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28977 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28978 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28979 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28980 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28981 (gst_wavparse_loop):
28982 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28983 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28984 (dxr3audiosink_close):
28985 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28986 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28987 (dxr3videosink_close), (dxr3videosink_write_data):
28988 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28989 * sys/oss/gstosssink.c: (gst_osssink_chain):
28990 * sys/oss/gstosssrc.c: (gst_osssrc_get):
28991 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28992 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28993 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28994 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28995 (gst_v4l_set_window), (gst_v4l_enable_overlay):
28996 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28997 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28998 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28999 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29000 (gst_v4l_set_audio):
29001 * sys/v4l/v4l_calls.h:
29002 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29003 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29004 (gst_v4lmjpegsink_playback_init),
29005 (gst_v4lmjpegsink_playback_start):
29006 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29007 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29008 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29009 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29010 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29011 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29012 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29013 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29014 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29015 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29016 (gst_v4l2_get_output), (gst_v4l2_set_output),
29017 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29018 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29019 (gst_v4l2_set_attribute):
29020 * sys/v4l2/v4l2_calls.h:
29021 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29022 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29023 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29024 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29025 (gst_v4l2src_capture_stop):
29026 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29027 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29028 (gst_ximagesink_chain):
29029 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29030 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29031 (gst_xvideosink_xwindow_new):
29032 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29033 (gst_xvimagesink_chain):
29035 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29037 * gst/volume/gstvolume.c: (gst_volume_set_volume),
29038 (gst_volume_get_volume), (volume_class_init), (volume_init),
29039 (volume_chain_int16), (volume_update_volume):
29040 * gst/volume/gstvolume.h:
29041 make code more readable by removing magic numbers
29042 make mixer interface export 0-100 range
29043 make it internally map to 0.0-1.0 range so users don't distort
29044 output by putting the sliders at full volume
29046 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29048 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29049 (gst_play_state_change), (gst_play_seek_to_time):
29050 block the tick callback for 0.5 secs after doing a seek
29052 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29054 * gst-libs/gst/play/play.c: (gst_play_new):
29057 2004-02-01 Julien MOUTTE <julien@moutte.net>
29059 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29060 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29061 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29062 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29063 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29064 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29066 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
29069 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29070 check for a function added in vorbis 1.1
29072 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29074 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29075 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29076 really start/stop clock only on PLAYING <=> PAUSED
29077 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29078 remove \n from debugging lines
29079 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29080 make it work when seeking does not
29081 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29084 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29086 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29087 start clock on PAUSED=>PLAYING, not later
29088 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29089 extract correct time for different discont formats
29090 (gst_alsa_sink_get_time):
29091 don't segfault when no format is negotiated yet, just return 0
29092 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29093 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29094 (gst_ogg_pad_push):
29095 handle flush and discont events correctly
29096 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29097 handle discont events correctly
29099 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
29101 * gst-libs/gst/play/play.c: (gst_play_error_quark),
29102 (gst_play_error_create), (gst_play_error_plugin),
29103 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29104 * gst-libs/gst/play/play.h:
29105 add error handling during creation
29106 * examples/gstplay/player.c: (main):
29107 use new gst_play_new
29110 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29112 * ext/theora/theoradec.c: (theora_dec_chain):
29114 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29115 (vorbis_dec_src_event), (vorbis_dec_chain):
29116 add encoder tag, fix tag reading to be more error tolerant, change
29117 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29118 gst_pad_event_default.
29119 * gst/tags/gstvorbistag.c:
29120 (gst_tag_list_from_vorbiscomment_buffer):
29121 undefine function specific define at end of function
29123 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
29125 * ext/flac/gstflac.c: (plugin_init):
29126 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29127 * ext/flac/gstflacdec.h:
29128 * ext/flac/gstflacenc.h:
29131 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
29133 * examples/gstplay/player.c: s/gstplay.h/play.h/
29135 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29137 * gst-libs/gst/play/Makefile.am:
29138 * gst-libs/gst/play/gstplay.c:
29139 * gst-libs/gst/play/gstplay.h:
29140 * gst-libs/gst/play/play.c:
29141 more surgery, operation complete
29143 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29145 * gst-libs/gst/play/play.old.c:
29146 * gst-libs/gst/play/play.old.h:
29147 after CVS surgery by moving, remove
29148 * gst-libs/gst/play/playpipelines.c:
29151 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29152 add negotiation error
29154 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29156 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29157 (gst_ogg_demux_push):
29158 add some seeking debug info
29159 send a flush when seeking
29161 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29167 * ext/theora/Makefile.am:
29168 * ext/theora/theoradec.c:
29169 add theora video decoder. Does just do simple decoding for now and
29170 has been tested against Theora cvs only. It only works when theora
29171 is compiled with --enable-static.
29172 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29173 always reset packetno on DISCONT
29175 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29177 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29180 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29182 * gst/mpegaudioparse/gstmpegaudioparse.c:
29183 (mp3_type_frame_length_from_header):
29184 Fix header parsing - stolen from ffmpeg (thank you! :) ).
29186 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29188 * ext/esd/esdsink.c: (gst_esdsink_init):
29189 Since we have static pad template caps, we don't need to negotiate;
29190 either the core errors out or we know the format.
29192 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29194 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29195 (gst_riff_read_seek):
29196 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29197 (gst_ebml_read_seek):
29198 Fix event handling.
29200 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29202 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29203 removee video/x-theora from vp3 decoder, it doesn't handle raw
29205 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29206 fix bug with finalizing element that never went to PAUSED
29207 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29208 length and position queries were swapped
29209 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29210 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29211 (vorbis_dec_src_event):
29212 implement querying time and bytes
29214 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29216 * just about every source file:
29217 gst_element_error -> GST_ELEMENT_ERROR
29219 2004-01-29 Julien MOUTTE <julien@moutte.net>
29221 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29222 emiting FLUSH and even before DISCONT.
29223 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29224 get the best instant seeking as possible yay!
29226 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
29228 * gst/mpeg1videoparse/gstmp1videoparse.c:
29229 (gst_mp1videoparse_real_chain):
29230 Committed wrong version last week... Grr... Didn't notice until now.
29232 2004-01-29 Julien MOUTTE <julien@moutte.net>
29234 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29235 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29236 have_xwindow_id signal in xwindow_create.
29238 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
29240 * ext/ogg/gstoggdemux.c:
29241 lots of changes - mainly support for chained bitstreams, seeking,
29242 querying and bugfixes of course
29243 * ext/vorbis/Makefile.am:
29244 * ext/vorbis/vorbisdec.c:
29245 * ext/vorbis/vorbisdec.h:
29246 add vorbisdec raw vorbis decoder
29247 * ext/vorbis/vorbis.c: (plugin_init):
29248 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29249 * gst/intfloat/Makefile.am:
29250 * gst/intfloat/float22int.c:
29251 * gst/intfloat/float22int.h:
29252 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29253 add float2intnew plugin. It converts multichannel interleaved float to
29254 multichannel interleaved int. The name should probably be changed.
29255 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29257 add typefinding for raw theora video so oggdemux can detect it.
29259 2004-01-28 Julien MOUTTE <julien@moutte.net>
29261 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29262 sink element first.
29263 * gst/videoscale/gstvideoscale.c:
29264 (gst_videoscale_handle_src_event): Fixing src event handler.
29266 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
29268 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29269 (gst_v4lsrc_open), (gst_v4lsrc_close),
29270 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29271 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29272 * sys/v4l/gstv4lsrc.h:
29273 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29274 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29275 Implement resizing... Hack. But that's why v4l is b0rked...
29277 2004-01-28 Julien MOUTTE <julien@moutte.net>
29279 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29280 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29281 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29282 (gst_ximagesink_xwindow_destroy):
29283 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29284 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29285 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29286 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29287 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29288 correctly cleaning the image created to check xshm calls on succes,
29289 added a lot of XSync calls in X11 functions, and fixed a segfault when
29290 no image format was defined before negotiation happened.
29292 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
29294 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29295 use gst_element_get_time to get correct time
29297 2004-01-28 Julien MOUTTE <julien@moutte.net>
29299 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29300 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29301 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29302 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29303 (gst_xvimagesink_check_xshm_calls),
29304 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29305 X plugins are now able to detect that XShm calls will fail even if the
29306 server claims that it has XShm support (remote displays most of the
29307 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29308 so that we use non XShm functions. This feature is almost useless for
29309 xvimagesink as Xv is not supported on remote displays anyway, but
29310 it might happen than even on the local display XShm calls fail.
29312 2004-01-27 David Schleef <ds@schleef.org>
29314 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29315 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29316 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
29317 changed esdsink to only use 44100,16,2, since esd sucks at rate
29318 conversion and esdsink has had difficulty negotiating.
29320 2004-01-27 Julien MOUTTE <julien@moutte.net>
29322 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29323 (gst_play_seek_to_time): Fixing the way to get current position.
29325 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29327 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29328 use gst_element_get_time to get correct time
29330 2004-01-27 Julien MOUTTE <julien@moutte.net>
29332 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29333 fix ever... Inverting 2 lines of code make spider autoplug correctly
29336 2004-01-27 David Schleef <ds@schleef.org>
29338 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29339 Use gst_pad_try_set_caps_nonfixed().
29341 2004-01-27 David Schleef <ds@schleef.org>
29343 * gst/ac3parse/gstac3parse.c: update to checklist 5
29344 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
29345 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29346 * gst/audioscale/gstaudioscale.c: same
29347 * gst/auparse/gstauparse.c: same
29348 * gst/avi/gstavidemux.c: same
29350 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29352 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29353 stop processing after EOS
29355 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29357 * gst/asfdemux/asfheaders.h:
29358 * gst/asfdemux/gstasfdemux.c:
29359 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29360 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29361 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29362 lot's of fixes to make data extraction simpler and get the code
29363 architecture and compiler independant. Add debugging category
29364 * gst/goom/gstgoom.c: (gst_goom_change_state):
29365 reset channel count on PAUSED=>READY, not READY=>PAUSED
29367 2004-01-26 Colin Walters <walters@verbum.org>
29369 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29370 code to pull a bigger buffer in iradio mode. This as a side effect
29371 makes typefinding work.
29373 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29375 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29376 Fix SVQ3 decoding on PPC
29378 2004-01-26 Julien MOUTTE <julien@moutte.net>
29380 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29381 that one managed to stay there... Fixed.
29383 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29385 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29386 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29387 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29388 (qtdemux_video_caps):
29389 * gst/qtdemux/qtdemux.h:
29390 Add SVQ3 specific flags to qtdemux and ffmpeg
29392 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
29394 * gst-libs/gst/audio/audio.h:
29395 remove buffer-frames from audio caps
29396 * gst/audioconvert/gstaudioconvert.c:
29397 fix plugin to really work.
29399 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29401 * gst-libs/gst/mixer/mixer.c:
29402 * gst-libs/gst/propertyprobe/propertyprobe.c:
29403 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29404 (gst_tuner_find_channel_by_name):
29405 * gst-libs/gst/tuner/tuner.h:
29406 Add gtk-doc style comments. Also fix a function name.
29408 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29410 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29411 (gst_divxdec_negotiate):
29412 Fix for new capsnego - also fixes gst-player with divxdec.
29414 2004-01-25 Julien MOUTTE <julien@moutte.net>
29416 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29417 (gst_play_identity_handoff), (gst_play_set_location),
29418 (gst_play_set_visualization), (gst_play_connect_visualization): Another
29419 try in visualization implementation. Still have an issue with switch
29420 blocking when pulling from video_queue and only audio comes out of
29422 * gst/switch/gstswitch.c: (gst_switch_release_pad),
29423 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29424 release method. And check if the pad is usable before pulling.
29426 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29428 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29429 (gst_videobalance_init),
29430 (gst_videobalance_colorbalance_list_channels),
29431 (gst_videobalance_colorbalance_set_value),
29432 (gst_videobalance_colorbalance_get_value),
29433 (gst_videobalance_update_properties),
29434 (gst_videobalance_update_tables_planar411),
29435 (gst_videobalance_planar411):
29436 * gst/videofilter/gstvideobalance.h:
29437 Implement lookup-tables. +/- 10x faster.
29439 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29441 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29442 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29443 The index reading was broken. The rest worked fine, but the whole
29444 goal of my rewrite was to make avidemux readable, and this was
29445 not at all readable. Please use typed variables.
29447 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29449 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29450 Additional pad usability check.
29451 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29452 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29453 (gst_mp1videoparse_real_chain):
29454 Fix MPEG video stream parsing. The original plugin had several
29455 issues, including not timestamping streams where the source was
29456 not timestamped (this happens with PTS values in mpeg system
29457 streams, but MPEG video is also a valid stream on its own so
29458 that needs timestamps too). We use the display time code for that
29459 for now. Also, if one incoming buffer contains multiple valid
29460 frames, we push them all on correctly now, including proper EOS
29461 handling. Lastly, several potential segfaults were fixed, and we
29462 properly sync on new sequence/gop headers to include them in next,
29463 not previous frames (since they're header for the next frame, not
29464 the previous). Also see #119206.
29465 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29467 Move caps setting so we only do it after finding several valid
29468 MPEG-1 fraes sequentially, not right after the first one (which
29469 might be coincidental).
29470 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29471 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29473 Add unsynced MPEG video stream typefinding, and change some
29474 probability values so we detect streams rightly. The idea is as
29475 follows: I can have an unsynced system stream which contains
29476 video. In the current code, I would randomly get a type for either
29477 system or video stream type found, because the probabilities are
29478 being calculated rather randomly. I now use fixed values, so we
29479 always prefer system stream if that was found (and that is how it
29480 should be). If no system stream was found, we can still identity the stream as video-only.
29482 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29484 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29485 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29486 don't write to buffer. Extract data without the need of
29487 __attribute__ ((packed))
29489 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29491 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29492 (mpeg1_sys_type_find):
29493 Fix MPEG-1 stream typefinding.
29495 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29497 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29498 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29500 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29502 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29503 * ext/esd/gstesd.c: (plugin_init):
29504 private debugging, better error reporting
29506 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29508 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29509 (gst_riff_read_init), (gst_riff_read_change_state):
29510 * gst-libs/gst/riff/riff-read.h:
29511 Remove stuff fromold metadata system.
29513 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29515 * ext/ogg/gstoggdemux.c:
29516 Fix wrong file comment.
29517 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29518 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29519 Add metadata reading properly.
29521 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29524 Fix nas DIST_SUBDIRS
29526 Fix bug where make distcheck doesn't get run on adding stuff to
29529 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29531 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29532 * ext/divx/gstdivxdec.h:
29533 Fix divx3 ("msmpeg4") playback using divxdec.
29535 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29537 * gst/typefind/gsttypefindfunctions.c:
29538 (mp3_type_frame_length_from_header): fix bug in length computation
29539 (mp3_type_find): improve debugging output
29541 2004-01-23 Julien MOUTTE <julien@moutte.net>
29543 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29544 (gst_play_set_location), (gst_play_seek_to_time),
29545 (gst_play_set_audio_sink), (gst_play_set_visualization),
29546 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29547 the pipeline from scratch. Visualization is back and switch went out as
29548 i realized it was not possible to use the way i wanted.
29549 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29550 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29551 clearing in state change from READY to NULL. So that one can clean the
29552 X ressources keeping the element.
29553 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29554 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29555 (gst_xvimagesink_colorbalance_set_value),
29556 (gst_xvimagesink_colorbalance_get_value),
29557 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29558 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29559 change from READY to NULL and fixed some stupid bugs in colorbalance
29560 get/set values. Also added the following feature : when nobody tries to
29561 set some values to the colorbalance levels before the xcontext is
29562 grabbed, then when creating channels list from Xv attributes we set the
29563 internal values to the Xv defaults. This way we handle buggy Xv drivers
29564 that set default hue values far from the middle of the range (Thanks
29565 to Jon Trowbridge for pointing that issue).
29566 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29567 colorbalance levels have been set before xcontext is grabbed.
29569 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
29571 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29572 Fix the ossmixer case where we shouldn't open /dev/dsp* because
29573 it might block operations (which is bad for a mixer).
29575 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29577 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29578 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29579 (gmip_find_type_pre):
29580 * gst-libs/gst/media-info/media-info-priv.h:
29581 * gst-libs/gst/media-info/media-info.c:
29582 (gst_media_info_instance_init), (gst_media_info_read_idler):
29583 add fakesink to get caps on decoder src pad again
29584 fix callback prototype to match new have_type signal signature
29586 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29588 * gst/adder/gstadder.c: (gst_adder_link):
29589 fix non-compile and cut-n-paste code
29591 2004-01-21 David Schleef <ds@schleef.org>
29593 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29594 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29595 (gst_swfdec_init), (gst_swfdec_change_state):
29596 * ext/swfdec/gstswfdec.h:
29598 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29599 (gst_adder_request_new_pad): Fix negotiation.
29600 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29601 Add a fixate function.
29602 * gst/intfloat/gstfloat2int.c:
29603 * gst/intfloat/gstfloat2int.h:
29604 * gst/intfloat/gstint2float.c:
29605 * gst/intfloat/gstint2float.h:
29606 Completely rewrite the negotiation. Doesn't quite work yet,
29607 due to some buffer-frames problem.
29609 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
29611 * ext/gnomevfs/gstgnomevfssrc.c:
29612 * sys/v4l2/v4l2_calls.h:
29613 fix includes for distcheck
29615 2004-01-21 Christian Schaller <uraeus@gnome.org>
29618 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29619 based on earlier patch from Laurent Vivier
29621 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
29623 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29624 Fix wma caps property
29625 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29626 Fix typo (flags1 and flags2)
29628 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29630 * gst-libs/gst/media-info/media-info-priv.c:
29631 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29632 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29633 (gmip_find_stream), (gmip_find_track_metadata),
29634 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29635 (gmip_find_track_format):
29636 * gst-libs/gst/media-info/media-info-priv.h:
29637 * gst-libs/gst/media-info/media-info-test.c: (main):
29638 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29639 (gst_media_info_read_idler), (gst_media_info_read):
29640 * gst-libs/gst/media-info/media-info.h:
29641 register debugging category and use it for debugging
29643 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29645 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29646 (gst_vorbisfile_new_link):
29647 signal streaminfo through tags
29649 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29651 * ext/mplex/gstmplex.cc:
29652 * ext/mplex/gstmplexibitstream.cc:
29653 g++ doesn't like NULL in our i18n/error macros, should be
29654 either (NULL) or ("").
29656 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29658 * sys/dxr3/dxr3audiosink.c:
29659 * sys/dxr3/dxr3init.c:
29660 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29661 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29662 Fix more error error error errors (missing includes here).
29664 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29666 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29667 fix thomas' error errors.
29669 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29671 * ext/mpeg2enc/gstmpeg2enc.cc:
29674 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29676 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29677 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29678 Fix for new error system.
29680 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29682 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29683 fix for new error reporting
29685 2004-01-20 David Schleef <ds@schleef.org>
29687 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29688 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29689 (gst_ximagesink_set_xwindow_id): Change to using a framerate
29690 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29691 and neither is 100+, most likely.
29692 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29693 (gst_xvimagesink_getcaps): same
29695 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
29698 Up version requirement to 2.0.3 (not yet released) to avoid symbol
29699 clashes with ffmpeg.
29701 2004-01-20 Julien MOUTTE <julien@moutte.net>
29703 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29704 (gst_switch_init): Fixed switch element : proxying link and setting
29705 caps from src to sink on request.
29707 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29709 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29710 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29711 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29714 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29716 * sys/v4l/v4l_calls.h:
29717 * sys/v4l2/v4l2_calls.h:
29718 element_error fixes
29720 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29722 * gst-libs/gst/gst-i18n-plugin.h:
29724 remove config.h inclusion
29726 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29729 adding autopoint invocation
29732 * gst-libs/gst/gettext.h:
29733 adding gettext bits
29734 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29735 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29736 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29737 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29738 (gst_gnomevfssink_close_file):
29739 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29740 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29741 * gst-libs/gst/gst-i18n-plugin.h:
29742 * gst/avi/gstavi.c: (plugin_init):
29743 * sys/dxr3/dxr3init.c: (plugin_init):
29744 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29745 * sys/oss/gstossaudio.c: (plugin_init):
29746 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29747 * sys/v4l/gstv4l.c: (plugin_init):
29748 * sys/v4l/v4l_calls.c: (gst_v4l_open):
29749 * sys/v4l2/gstv4l2.c: (plugin_init):
29750 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29751 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29752 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29753 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29754 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29755 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29756 make sure locale and translation domain are set
29757 fix translated strings
29763 put translation files into place
29764 * sys/xvideo/imagetest.c: (main):
29765 * ext/dv/demo-play.c: (main):
29766 fix unnecessary translations
29768 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
29770 * ext/sndfile/gstsf.c:
29771 * gst/avi/gstavimux.c:
29772 * ext/audiofile/gstafsink.c:
29773 * ext/audiofile/gstafsrc.c:
29774 * ext/gnomevfs/gstgnomevfssink.c:
29775 * ext/gnomevfs/gstgnomevfssrc.c:
29776 * sys/oss/gstosselement.c:
29777 * sys/v4l/v4l_calls.h:
29780 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29782 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29783 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29784 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29785 (gst_v4l2_get_output), (gst_v4l2_set_output),
29786 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29787 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29788 (gst_v4l2_set_attribute):
29789 update to new error handling
29791 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29793 * ext/sidplay/gstsiddec.cc:
29794 * gst/modplug/gstmodplug.cc:
29795 parenthese NULL because C++ seems angry about it
29797 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29799 * gst-libs/gst/gst-i18n-plugin.h:
29800 add skeleton i18n stuff, but needs to be further implemented
29802 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
29804 * examples/gstplay/player.c: (main):
29805 * ext/aalib/gstaasink.c: (gst_aasink_open):
29806 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29807 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29808 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29809 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29810 (gst_afsink_close_file):
29811 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29812 (gst_afsrc_close_file):
29813 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29814 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29815 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29816 * ext/esd/esdmon.c: (gst_esdmon_get):
29817 * ext/esd/esdsink.c: (gst_esdsink_chain):
29818 * ext/faac/gstfaac.c: (gst_faac_chain):
29819 * ext/faad/gstfaad.c: (gst_faad_chain):
29820 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29821 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29822 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29823 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29824 (gst_flacdec_loop):
29825 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29826 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29827 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29828 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29829 (gst_gnomevfssink_close_file):
29830 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29831 (gst_gnomevfssrc_open_file):
29832 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29833 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29834 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29835 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29836 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29837 * ext/mad/gstmad.c: (gst_mad_chain):
29838 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29839 * ext/mpeg2dec/gstmpeg2dec.c:
29840 * ext/mpeg2enc/gstmpeg2enc.cc:
29841 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29842 * ext/mplex/gstmplex.cc:
29843 * ext/mplex/gstmplexibitstream.cc:
29844 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29845 (gst_ogg_demux_push), (gst_ogg_pad_push):
29846 * ext/raw1394/gstdv1394src.c:
29847 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29848 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29849 * ext/sidplay/gstsiddec.cc:
29850 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29852 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29853 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29854 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29855 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29856 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29857 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29858 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29859 * gst-libs/gst/Makefile.am:
29860 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29861 (gst_riff_read_element_data), (gst_riff_read_seek),
29862 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29863 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29864 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29865 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29866 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29867 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29868 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29869 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29870 * gst/goom/gstgoom.c: (gst_goom_chain):
29871 * gst/id3/gstid3types.c: (gst_id3types_loop):
29872 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29873 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29874 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29875 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29876 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29877 (gst_ebml_read_float), (gst_ebml_read_header):
29878 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29879 (gst_matroska_demux_parse_blockgroup):
29880 * gst/modplug/gstmodplug.cc:
29881 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29882 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29883 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29884 * gst/silence/gstsilence.c: (gst_silence_get):
29885 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29886 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29887 * gst/speed/gstspeed.c: (speed_loop):
29888 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29889 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29890 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29891 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29892 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29893 (gst_wavparse_loop):
29894 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29895 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29896 (dxr3audiosink_close):
29897 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29898 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29899 (dxr3videosink_close), (dxr3videosink_write_data):
29900 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29901 * sys/oss/gstosselement.h:
29902 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29903 (gst_osssink_chain):
29904 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29905 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29906 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29907 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29908 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29909 (gst_v4l_enable_overlay):
29910 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29911 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29912 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29913 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29914 (gst_v4l_set_audio):
29915 * sys/v4l/v4l_calls.h:
29916 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29917 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29918 (gst_v4lmjpegsink_playback_init),
29919 (gst_v4lmjpegsink_playback_start):
29920 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29921 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29922 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29923 (gst_v4lmjpegsrc_requeue_frame):
29924 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29925 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29926 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29927 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29928 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29929 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29930 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29931 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29932 (gst_v4l2src_capture_stop):
29933 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29934 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29935 (gst_ximagesink_chain):
29936 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29937 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29938 (gst_xvideosink_xwindow_new):
29939 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29940 (gst_xvimagesink_chain):
29941 use new error signal, function and categories
29943 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
29947 * ext/musicbrainz/gsttrm.c:
29948 * ext/musicbrainz/gsttrm.h:
29949 * ext/musicbrainz/Makefile.am:
29952 2004-01-18 Julien MOUTTE <julien@moutte.net>
29954 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29955 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29956 synchronous property for debugging.
29957 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29958 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29959 (gst_xvimagesink_set_property): Moving a pointer declaration to a
29960 smaller block, fixing indent.
29962 2004-01-16 David Schleef <ds@schleef.org>
29964 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29965 property affects the video stream.
29966 * sys/xvimage/xvimagesink.c:
29967 * sys/xvimage/xvimagesink.h:
29968 Add synchronous property for debugging. Should probably be
29969 disabled in non-CVS builds. Make sure that the Xv attribute
29970 exists before we set it (crash!). Fix a silly float bug that
29971 caused colorbalance to just not work.
29973 2004-01-17 Christian Schaller <Uraeus@gnome.org>
29975 * tools/gst-launch-ext.in - update for new plugins
29977 2004-01-16 David Schleef <ds@schleef.org>
29979 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29980 already-freed caps.
29982 2994-01-16 Christian Schaller <Uraeus@gnome.org>
29984 * Update spec for new colorspace plugin and libcaca plugin
29985 * Fix compilation of libcaca plugin (clock -> id)
29987 2004-01-16 Julien MOUTTE <julien@moutte.net>
29989 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29990 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29991 (gst_xvimagesink_set_xwindow_id),
29992 (gst_xvimagesink_colorbalance_set_value),
29993 (gst_xvimagesink_colorbalance_get_value),
29994 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29995 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29996 correct colorbalance properties. They can now be set when the element
29997 is still in NULL state. The values will be committed to the Xv Port
29998 when xcontext is initialized.
29999 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30000 brightness int values in the GstXvImagesink structure.
30002 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30004 * gst-libs/gst/Makefile.am:
30005 restructure so having local patches works easier.
30007 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30009 * ext/mpeg2enc/Makefile.am:
30010 * ext/mpeg2enc/gstmpeg2enc.cc:
30011 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30012 Bugfix with respect to EOS handling.
30014 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30016 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30017 Link with right caps (else, it segfaults).
30018 * ext/mplex/gstmplexjob.cc:
30019 Fix for slight API change in 1.6.1.93 release of mjpegtools.
30021 2004-01-15 David Schleef <ds@schleef.org>
30023 * gst-libs/gst/audio/Makefile.am:
30024 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30026 * gst-libs/gst/audio/gstaudiofilter.c:
30027 * gst-libs/gst/audio/gstaudiofilter.h:
30028 Add bytes_per_sample and size and n_samples calculation.
30029 * gst-libs/gst/audio/gstaudiofilterexample.c:
30030 Remove, now autogenerated.
30031 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30032 Moved from gstaudiofilterexample, object name changed, code added
30033 so that it actually works.
30034 * gst-libs/gst/audio/make_filter:
30035 Script to build an audiofilter subclass from the template.
30036 * gst/colorspace/Makefile.am:
30037 * gst/colorspace/yuv2yuv.c:
30038 Remove file, since it's GPL, and we don't use it.
30040 2004-01-15 Julien MOUTTE <julien@moutte.net>
30042 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30043 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30044 them use the buffer free function to test how the buffer was allocated.
30046 2004-01-15 David Schleef <ds@schleef.org>
30048 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30049 that handles osssink fallback.
30050 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30051 (gst_audio_convert_getcaps):
30052 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30053 Add audio/x-qdm2 for QDM2 audio.
30054 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30055 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30056 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30057 Decrease minimum size to 16x16.
30058 * gst/wavparse/gstwavparse.c:
30059 Convert disabled pad template caps to new caps.
30060 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30061 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30062 (gst_xvimagesink_chain): Throw element error when display cannot
30063 be opened. Increase minimum framerate to 1.0. Check the data
30064 free function on a buffer to make sure it is the type we expect
30065 before manipulating it.
30067 2004-01-15 Julien MOUTTE <julien@moutte.net>
30069 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30070 (gst_videobalance_colorbalance_set_value): Implement passthru if
30071 settings are in the middle.
30072 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30074 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30076 * gst/videofilter/Makefile.am:
30077 * gst/volume/Makefile.am:
30078 Since we use videofilter symbols, link to it.
30080 2004-01-15 Julien MOUTTE <julien@moutte.net>
30082 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30083 mixer interface type to HARDWARE.
30084 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30086 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30087 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30088 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30089 (gst_volume_interface_init), (gst_volume_list_tracks),
30090 (gst_volume_set_volume), (gst_volume_get_volume),
30091 (gst_volume_set_mute), (gst_volume_mixer_init),
30092 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30093 (volume_init): Implementing mixer interface.
30094 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30095 * sys/oss/gstosselement.c: (gst_osselement_get_type),
30096 (gst_osselement_change_state): Removing some trailing commas in
30098 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30099 interface type to HARDWARE.
30100 * sys/v4l/gstv4lcolorbalance.c:
30101 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30103 * sys/v4l2/gstv4l2colorbalance.c:
30104 (gst_v4l2_color_balance_interface_init): Setting colorbalance
30105 interface type to HARDWARE.
30106 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30107 same code than ximagesink for event handling.
30109 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30111 * ext/snapshot/Makefile.am:
30112 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30113 (gst_snapshot_chain):
30114 * ext/snapshot/gstsnapshot.h:
30115 This has to be a joke... Snapshot should be connected to a tee,
30116 colorspace element before it and EOS after that, where the other
30117 src of the tee receives normal data.
30118 The current way is *wrong*.
30120 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30122 * ext/hermes/gsthermescolorspace.c:
30123 Fix another compile error. Same as below.
30125 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30127 * gst/colorspace/gstcolorspace.c:
30128 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30129 (gst_colorspace_i420_to_yv12):
30130 Fix compiling... Didn't test if it actually works.
30132 2004-01-15 David Schleef <ds@schleef.org>
30135 * gst/colorspace/Makefile.am:
30136 * gst/colorspace/gstcolorspace.c:
30137 * gst/colorspace/gstcolorspace.h:
30138 * gst/colorspace/yuv2rgb.c:
30139 * gst/colorspace/yuv2rgb.h:
30140 Duplicate the ext/hermes colorspace plugin, and remove Hermes
30141 code and GPL code. Fix for new caps negotiation. Rewrite
30142 much of the format handling code, and some of the conversion
30143 code. Basically, rewrote almost everything. This element
30144 handles I420, YV12 to RGB conversions.
30145 * ext/hermes/Makefile.am:
30146 * ext/hermes/gsthermescolorspace.c:
30147 Rename colorspace to hermescolorspace. Fix negotiation issues.
30148 Remove non-Hermes related code. This element handles lots of
30149 RGB to RGB conversions, but no YUV.
30150 * ext/hermes/gstcolorspace.c:
30151 * ext/hermes/gstcolorspace.h:
30152 * ext/hermes/rgb2yuv.c:
30153 * ext/hermes/yuv2rgb.c:
30154 * ext/hermes/yuv2rgb.h:
30155 * ext/hermes/yuv2rgb_mmx16.s:
30156 * ext/hermes/yuv2yuv.c:
30157 * ext/hermes/yuv2yuv.h:
30160 2004-01-14 Colin Walters <walters@verbum.org>
30162 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30163 they've already been.
30165 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30167 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30168 assume tag mode when pad is not connected
30170 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30172 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30173 Don't update the time of the clock
30174 (gst_alsa_sink_loop):
30175 sync to the clock given to alsasink, not the own clock
30176 * sys/oss/gstosssink.c: (gst_osssink_chain):
30178 (gst_osssink_change_state):
30180 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30181 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30182 remove bogus code that made DISCONT events unhandled
30183 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30184 explicitly case to double in _set_simple. (fixes 2nd warning in bug
30186 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30187 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30188 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30189 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30190 2nd warning in bug #131502)
30192 2004-01-14 Julien MOUTTE <julien@moutte.net>
30194 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30195 (gst_videobalance_colorbalance_set_value),
30196 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30197 for colorbalance interface implementation.
30198 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30199 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30200 (gst_ximagesink_dispose), (gst_ximagesink_init),
30201 (gst_ximagesink_class_init): Adding DISPLAY property.
30202 * sys/ximage/ximagesink.h: Adding display_name to store display.
30203 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30204 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30205 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30206 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30207 properties (they still need polishing though for gst-launch use : no
30208 xcontext yet, i ll do that tomorrow).
30209 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30211 2004-01-14 Julien MOUTTE <julien@moutte.net>
30213 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30214 (gst_play_set_location), (gst_play_set_visualization): Preparing
30215 switch integration, adding videobalance in the pipeline.
30217 2004-01-14 Julien MOUTTE <julien@moutte.net>
30219 * gst-libs/gst/colorbalance/colorbalance.c:
30220 (gst_color_balance_class_init): Adding a default type.
30221 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30223 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30224 (gst_videobalance_dispose), (gst_videobalance_class_init),
30225 (gst_videobalance_init), (gst_videobalance_interface_supported),
30226 (gst_videobalance_interface_init),
30227 (gst_videobalance_colorbalance_list_channels),
30228 (gst_videobalance_colorbalance_set_value),
30229 (gst_videobalance_colorbalance_get_value),
30230 (gst_videobalance_colorbalance_init): Implementing colorbalance
30232 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30234 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30235 bug which was triggering a BadAccess X error when setting an overlay
30236 before pad was really negotiated.
30237 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30238 Using the colorbalance type macro.
30240 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30242 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30243 (gst_flacenc_chain):
30244 handle tags correctly
30245 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30246 extract ID3v1 tags correctly
30248 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30250 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30252 Improve matroska typefinding for odd-typed headers...
30254 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30256 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30257 Fix for using incremental number on padnames.
30259 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30261 * ext/divx/gstdivxdec.c:
30262 * ext/divx/gstdivxenc.c:
30263 Set category to divx4linux instead of divx (too generic).
30264 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30265 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30266 (gst_wavparse_loop), (gst_wavparse_change_state):
30267 * gst/wavparse/gstwavparse.h:
30268 fix parsing of WAV files with non-standard fmt-tag size and fix
30269 skipping of unrecognized chunks... Someone please fix this thing
30270 to use rifflib so all this is automated.
30271 * sys/v4l/Makefile.am:
30272 * sys/v4l2/Makefile.am:
30273 Add X_CFLAGS because we depend on X (for overlay).
30275 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
30277 * ext/mpeg2dec/gstmpeg2dec.c:
30278 Don't issue a timestamp unless we tagged the frame
30281 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30283 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30284 Query the audio element to get the time, not the clock. We're
30285 interested in the element's time here.
30287 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30289 * ext/aalib/gstaasink.c: (gst_aasink_chain):
30290 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30291 * ext/esd/esdsink.c: (gst_esdsink_chain):
30292 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30293 * ext/mas/massink.c: (gst_massink_chain):
30294 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30295 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30296 (gst_matroska_demux_parse_metadata):
30297 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30298 (gst_mpeg_parse_release_locks):
30299 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30300 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30301 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30302 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30303 (gst_osssink_change_state):
30304 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30305 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30306 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30307 (gst_xvideosink_release_locks):
30308 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30310 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30311 (gst_alsa_clock_stop):
30312 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30313 (gst_audio_clock_get_internal_time):
30314 simplify for use with new clocking code.
30315 * testsuite/alsa/Makefile.am:
30316 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30317 fix testsuite for new caps system
30319 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30321 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30322 * ext/flac/gstflacenc.c: (add_one_tag):
30323 length is already host endian, no need to convert. Fixes playback of
30324 tagged files on PPC. (bug #128384)
30326 2004-01-13 Julien MOUTTE <julien@moutte.net>
30328 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30329 colorbalance interface stating if it is hardware based or software
30331 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30332 Removing a trailing comma.
30333 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30334 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30335 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30336 the documentation seems to be wrong on the -1000 to 1000 interval.
30338 2004-01-12 David Schleef <ds@schleef.org>
30340 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30341 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30342 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30343 Fix negotiation. Add a bufferalloc function for the sink pad,
30344 and generally clean up some of the code.
30346 2004-01-12 Julien MOUTTE <julien@moutte.net>
30348 * gst-libs/gst/colorbalance/colorbalancechannel.c:
30349 (gst_color_balance_channel_dispose): Adding safety check in dispose
30351 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30352 (gst_xvimagesink_xcontext_clear),
30353 (gst_xvimagesink_interface_supported),
30354 (gst_xvimagesink_colorbalance_list_channels),
30355 (gst_xvimagesink_colorbalance_set_value),
30356 (gst_xvimagesink_colorbalance_get_value),
30357 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30358 Adding colorbalance interface support to set XV parameters such as
30359 HUE, BRIGHTNESS, CONTRAST, SATURATION.
30360 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30363 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30365 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30366 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30367 (gst_audio_convert_init), (gst_audio_convert_set_property),
30368 (gst_audio_convert_get_property), (gst_audio_convert_chain),
30369 (gst_audio_convert_link),
30370 (gst_audio_convert_buffer_to_default_format),
30371 (gst_audio_convert_buffer_from_default_format), (plugin_init):
30372 - implement _getcaps and use it
30374 - remove float caps since no float conversion is actually done
30375 - remove properties and arguments that were to be used for rate
30378 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30380 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30381 (gst_audio_structure_set_int):
30382 * gst-libs/gst/audio/audio.h:
30383 add helper functions for _getcaps matching the standard audio
30386 2004-01-12 David Schleef <ds@schleef.org>
30388 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30389 Test that pad is negotiated before getting its caps.
30391 2004-01-12 Julien MOUTTE <julien@moutte.net>
30393 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30394 analyzing the pads of an element the bin is mostly in READY state so
30395 no caps were negotiated. This helper function needs to work with
30396 _get_caps directly then. I was not freeing them though, added that to
30399 2004-01-12 Julien MOUTTE <julien@moutte.net>
30401 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30402 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30403 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30404 than the free_func.
30406 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30408 * sys/oss/gstossaudio.c: (plugin_init):
30409 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30410 * sys/oss/gstosselement.h:
30411 make an oss debugging category
30412 make failure more descriptive
30414 2004-01-11 David Schleef <ds@schleef.org>
30416 * ext/ffmpeg/gstffmpeg.c:
30417 * ext/ffmpeg/gstffmpegcodecmap.c:
30418 * ext/ffmpeg/gstffmpegdec.c:
30419 * ext/ffmpeg/gstffmpegenc.c:
30420 * ext/ffmpeg/gstffmpegprotocol.c:
30421 * ext/gdk_pixbuf/gstgdkanimation.c:
30422 * ext/jpeg/gstjpeg.c:
30423 * ext/libpng/gstpng.c:
30424 * ext/mpeg2dec/perftest.c:
30425 * ext/speex/gstspeex.c:
30426 * gst-libs/gst/resample/dtos.c:
30427 * gst/intfloat/gstintfloatconvert.c:
30428 * gst/oneton/gstoneton.c:
30429 * gst/rtjpeg/RTjpeg.c:
30430 * gst/rtp/gstrtp.c:
30431 * sys/dxr3/dxr3init.c:
30432 * sys/glsink/gstgl_nvimage.c:
30433 * sys/glsink/gstgl_pdrimage.c:
30434 * sys/glsink/gstglsink.c:
30435 * testsuite/gst-lint:
30436 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30438 2004-01-11 David Schleef <ds@schleef.org>
30440 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30441 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30442 * ext/gdk_pixbuf/gstgdkanimation.c:
30443 (gst_gdk_animation_iter_create_pixbuf):
30444 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30445 (gst_gdk_pixbuf_chain):
30446 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30447 * ext/jack/gstjack.c: (gst_jack_change_state):
30448 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30449 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30450 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30451 * gst/videofilter/gstvideofilter.c:
30452 (gst_videofilter_set_output_size):
30453 Remove all usage of gst_pad_get_caps(), and replace it with
30454 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30456 2004-01-11 David Schleef <ds@schleef.org>
30459 * ext/Makefile.am: Fixes to make ext/libcaca compile.
30460 * ext/divx/gstdivxdec.c:
30461 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30462 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30463 handle images that span multiple buffers. Now work with both
30464 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30465 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30466 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30467 video/video.h changes
30468 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30469 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30470 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30471 of GstData free function.
30472 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30475 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30477 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30478 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30479 (gst_v4l2element_get_property):
30480 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30481 add norm, channel and frequency properties.
30482 * sys/v4l2/gstv4l2tuner.c:
30483 fixes for tuner interface changes
30484 * sys/v4l2/gstv4l2element.h:
30485 * sys/v4l2/gstv4l2src.c:
30486 * sys/v4l2/gstv4l2src.h:
30487 * sys/v4l2/v4l2src_calls.c:
30488 * sys/v4l2/v4l2src_calls.h:
30489 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30491 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30493 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30494 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30495 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30496 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30497 * gst-libs/gst/tuner/tuner.h:
30498 GObjects aren't const.
30499 Add find_by_name functions.
30500 Add checks to _changed functions.
30501 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30502 (gst_v4l_tuner_get_norm):
30505 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30507 * gst-libs/gst/video/video.h:
30508 Fix caps template names to be understandable.
30509 Prefix everything with GST_VIDEO.
30510 * ext/aalib/gstaasink.c:
30511 * ext/divx/gstdivxdec.c:
30512 * ext/divx/gstdivxenc.c:
30513 * ext/gdk_pixbuf/gstgdkpixbuf.c:
30514 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30515 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30516 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30517 * ext/libcaca/gstcacasink.c:
30518 * ext/libpng/gstpngenc.c: (raw_caps_factory):
30519 * ext/snapshot/gstsnapshot.c:
30520 * ext/swfdec/gstswfdec.c:
30521 * ext/xvid/gstxviddec.c:
30522 * ext/xvid/gstxvidenc.c:
30523 * gst/chart/gstchart.c:
30524 * gst/deinterlace/gstdeinterlace.c:
30525 * gst/effectv/gsteffectv.c:
30526 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30527 * gst/goom/gstgoom.c:
30528 * gst/median/gstmedian.c:
30529 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30530 (gst_monoscope_srcconnect), (gst_monoscope_chain):
30531 * gst/overlay/gstoverlay.c:
30532 * gst/smooth/gstsmooth.c:
30533 * gst/smpte/gstsmpte.c:
30534 * gst/synaesthesia/gstsynaesthesia.c:
30535 * gst/videocrop/gstvideocrop.c:
30536 * gst/videodrop/gstvideodrop.c:
30537 * gst/y4m/gsty4mencode.c:
30538 * sys/qcam/gstqcamsrc.c:
30539 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30540 Make them work with new video.h file.
30541 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30542 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30543 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30544 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30545 Make it work with new buffer allocation system.
30547 2004-01-11 Julien MOUTTE <julien@moutte.net>
30549 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30550 pad_alloc_buffer implementation to use ->srcpad
30551 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30552 pad_alloc_buffer implementation to use ->srcpad
30553 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
30554 pad_alloc_buffer implementation to use ->srcpad
30555 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30556 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30557 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30558 a reference to everything we need.
30559 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30560 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30561 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30562 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30563 a reference to everything we need.
30564 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30566 2004-01-11 David Schleef <ds@schleef.org>
30568 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30569 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30570 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30572 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30573 value during a resize/renegotiation.
30574 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30575 gst_pad_alloc_buffer();
30576 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30577 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30579 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30580 Fix for rename of buffer private structure members.
30581 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30582 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30583 Fix for rename of buffer private structure members.
30584 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30585 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30586 Fix for rename of buffer private structure members.
30588 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
30590 reviewed by: David Schleef <ds@schleef.org>
30592 * gst/videofilter/Makefile.am:
30593 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
30594 from the patch by ds to fit in with recent make_filter changes.
30596 2004-01-11 Julien MOUTTE <julien@moutte.net>
30598 * configure.ac: Adding examples/switch/Makefile
30599 * examples/Makefile.am: Adding examples/switch
30600 * examples/switch/Makefile.am: Adding switcher example.
30601 * examples/switch/switcher.c: (got_eos), (idle_iterate),
30602 (switch_timer), (main): Adding an example demonstrating switch usage
30603 with 2 videotestsrc showing different patterns.
30604 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30605 (gst_switch_init): Fixing switch with the new caps system.
30607 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30609 * gst-libs/gst/video/video.h:
30610 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30611 They should probably be like
30612 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30614 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30616 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30617 (qtdemux_parse_trak):
30618 fix audio chunk size/timestamp calculation
30620 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30622 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30625 2004-01-11 Steve Baker <steve@stevebaker.org>
30627 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30628 (gst_agingtv_base_init), (gst_agingtv_class_init),
30629 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30630 (gst_agingtv_set_property), (gst_agingtv_get_property):
30631 Port agingTV to videofilter
30633 2004-01-09 Julien MOUTTE <julien@moutte.net>
30635 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30636 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30638 2004-01-09 Julien MOUTTE <julien@moutte.net>
30640 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30641 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30642 * gst-libs/gst/xoverlay/xoverlay.c:
30643 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30644 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30645 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30646 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30647 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30648 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30649 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30650 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30651 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30652 interface implementation to handle xid being 0 and fix some bugs
30653 triggered by Benjamin's testcase.
30654 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30655 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30656 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30657 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30658 interface implementation to handle xid being 0 and fix some bugs
30659 triggered by Benjamin's testcase.
30661 2004-01-09 David Schleef <ds@schleef.org>
30663 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
30664 mouse pointer events. It works.
30666 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
30668 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30669 Use explicit caps - fix capsnego.
30670 * ext/xvid/gstxviddec.c:
30671 * ext/xvid/gstxvidenc.c:
30672 Remove macro-inside-macro which caused compile errors.
30673 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30674 Error out if it's not a RIFF file. Else we error out without
30675 gst_element_error() which is not good...
30677 2004-01-08 David Schleef <ds@schleef.org>
30679 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30680 Fix pad_link function to handle formats that ffmpeg returns
30681 as multiple caps structures.
30682 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30683 Only complain if source buffer is _smaller_ than expected.
30684 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30685 (gst_videoscale_handle_src_event): Resize navigation events
30686 when passing them upstream.
30687 * gst/videotestsrc/gstvideotestsrc.c:
30688 * gst/videotestsrc/gstvideotestsrc.h:
30689 * gst/videotestsrc/videotestsrc.c:
30690 * gst/videotestsrc/videotestsrc.h:
30691 Rewrite many of the buffer painting functions to handle odd
30692 sizes (for many formats, size%4!=0 or size%8!=0). Most have
30693 been verified to work with my video card.
30694 * testsuite/gst-lint: Add check for elements calling
30695 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30697 2004-01-08 David Schleef <ds@schleef.org>
30699 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30700 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30702 2004-01-08 Julien MOUTTE <julien@moutte.net>
30704 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30705 configure event is not emiting the desired size signal. That fixes
30706 aspect ratio issues with gst-player.
30708 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
30710 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30713 2004-01-08 Julien MOUTTE <julien@moutte.net>
30715 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30716 public method to fire size signal.
30718 2004-01-07 Julien MOUTTE <julien@moutte.net>
30720 * examples/gstplay/Makefile.am: Adding the interface library.
30721 * gst-libs/gst/play/Makefile.am: Adding the interface library.
30722 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
30723 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30724 GST_IS_X_OVERLAY before signal connect.
30725 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30726 Removing the have_video_size signal.
30727 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30728 and associated public method.
30729 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30730 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30732 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30733 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30735 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30736 Using XOverlay public method to fire size signal.
30738 2004-01-07 David Schleef <ds@schleef.org>
30740 * gst/videofilter/Makefile.am:
30741 * gst/videofilter/gstvideotemplate.c:
30742 * gst/videofilter/make_filter:
30743 Create gstvideoexample.c in a srcdir!=builddir friendly way.
30744 Convert make_filter to /bin/sh script.
30746 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
30748 * gst/modplug/gstmodplug.cc: fix element description
30750 2004-01-07 Julien MOUTTE <julien@moutte.net>
30752 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30753 (got_video_size): Adding some new lines in g_print calls.
30754 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30755 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30756 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30757 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30758 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30759 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30760 Complete code review, reverting some stuff i disagree with, adding
30761 some fixes : time synchronization on invalid timestamps, renegotiation
30763 * sys/ximage/ximagesink.h:
30764 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30765 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30766 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30767 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30768 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30769 (gst_xvimagesink_buffer_new),
30770 (gst_xvimagesink_navigation_send_event),
30771 (gst_xvimagesink_set_xwindow_id),
30772 (gst_xvimagesink_get_desired_size),
30773 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30774 stuff i disagree with, adding some fixes : Renegotiation of private
30775 window, implementing get_desired_size.
30777 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
30779 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30780 (gst_afsink_handle_event):
30781 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30782 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30783 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30784 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30785 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30786 Fix for instantiate-test (see core). Also remove dead code from
30787 jpegenc (which still needs fixing, but that's lower on my TODO
30789 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30790 Never return NULL as caps.
30792 2004-01-07 David Schleef <ds@schleef.org>
30796 * ext/librfb/Makefile.am:
30797 * ext/librfb/gstrfbsrc.c:
30798 New source plugin based on librfb-0.1. RFB (remote framebuffer)
30799 is the protocol used by VNC.
30801 2004-01-07 David Schleef <ds@schleef.org>
30803 * gst/videofilter/gstvideotemplate.c:
30804 * gst/videofilter/gstvideotemplate.h:
30805 * gst/videofilter/make_filter:
30806 Merge videotemplate header into source file.
30807 * gst/effectv/Makefile.am:
30808 * gst/effectv/gsteffectv.c: (plugin_init):
30809 * gst/effectv/gstwarp.c:
30810 Make warpTV a subclass of videofilter.
30812 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
30814 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30815 Add guard against invalid utf-8 conversions in mad. Just in case.
30817 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
30819 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30820 Fix for bug shown by poisoning
30822 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30824 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30825 (gst_v4lmjpegsrc_buffer_free):
30826 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30827 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30828 (gst_v4lsrc_buffer_free):
30829 Fix for removed bufferpools.
30831 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
30833 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30834 Fix caps negotiation.
30836 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30837 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30838 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30840 * ext/mpeg2dec/gstmpeg2dec.c:
30841 * gst-libs/gst/navigation/navigation.c:
30842 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30843 * gst-libs/gst/navigation/navigation.h:
30844 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30845 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30846 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30847 Super-simple first version of mouse and keyboard events. Clicking
30848 on a DVD menu now works, although it may not take you where you
30851 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30852 * gst/videotestsrc/gstvideotestsrc.c:
30853 (gst_videotestsrc_src_fixate):
30854 These fixate functions were broken - they never actually
30857 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30859 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30860 (gst_icecastsend_init):
30861 fix for new caps system.
30862 * gst-libs/gst/mixer/mixertrack.h:
30863 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30864 Add 'master track' flag (for tools like ACME that only want to
30865 change the main volume).
30867 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
30869 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30870 (gst_xvid_csp_to_caps):
30871 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30872 * ext/xvid/gstxvidenc.c:
30873 ifdef out ARGB type when it isn't available
30874 in xvidcore 1.0.0beta2
30876 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30878 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30879 When we have received a new SCR right in the first buffer after
30880 a seek (so in the same cycle that handles the discont), we should
30881 handle the buffer instead of unreffing it, else we lose data.
30883 2004-01-06 Iain <iain@prettypeople.org>
30885 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30886 buffer-frames caps too.
30888 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30889 caps that we need, don't destroy them all and rebuild them. And when
30890 creating src pads, use the src pad template rather than the sink...
30892 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
30894 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30895 Add pad to element *after* setting functions such as event handler.
30896 Without this, the scheduler (opt) will link pads, set the event
30897 handler from the default event function (dispatcher in gstpad.c)
30898 and *after* that, we will set our own event function, which will
30899 thus never be used (and thus mpegdemux doesn't handle events).
30901 2004-01-04 David Schleef <ds@schleef.org>
30903 Fix the fixate functions to handle new prototype:
30904 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30905 * gst/videotestsrc/gstvideotestsrc.c:
30906 (gst_videotestsrc_src_fixate):
30907 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30908 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30909 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30911 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
30913 * sys/ximage/ximagesink.h:
30914 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30915 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30916 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30917 (gst_ximagesink_xoverlay_init):
30918 assorted fixes to make (re)embedding work
30919 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30920 (gst_ximagesink_get_desired_size):
30921 implement desired size additions to XOverlay
30923 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
30925 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30926 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30927 (gst_x_overlay_got_desired_size):
30928 * gst-libs/gst/xoverlay/xoverlay.h:
30929 Add optional "desired size" signal and querying.
30931 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30933 * gst/matroska/matroska-demux.c:
30934 (gst_matroska_demux_parse_blockgroup):
30935 Fix EBML-laced block parsing. Diffs are relative to previous
30936 lace, not the first lace. Thanks to Mosu from the Matroska
30937 team for detecting this.
30938 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30939 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30940 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30941 (gst_wavparse_change_state):
30942 * gst/wavparse/gstwavparse.h:
30943 Quickfix for capsnego.
30945 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30947 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30948 Fix indenting, fix pad creation.
30950 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30952 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30953 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30954 (gst_xviddec_sink_link):
30955 Implement src_getcaps() so proper size caps is negotiated.
30957 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30959 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30960 Finish flac decoder on EOS. See #116178.
30962 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30964 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30965 (gst_matroska_demux_add_stream):
30966 * gst/matroska/matroska-ids.h:
30967 Add getcaps() function to fix capsnego...
30969 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30971 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30972 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30973 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30974 Fix more integer overflows. Again, see #126967.
30976 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
30978 * ext/mpeg2dec/gstmpeg2dec.c:
30979 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30982 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
30985 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30986 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30987 * ext/xvid/gstxvid.h:
30988 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30989 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30990 (gst_xviddec_src_link), (gst_xviddec_sink_link),
30991 (gst_xviddec_change_state):
30992 * ext/xvid/gstxviddec.h:
30993 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30994 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30995 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30996 (gst_xvidenc_link), (gst_xvidenc_set_property),
30997 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30998 * ext/xvid/gstxvidenc.h:
30999 Update xvid plugin to latest xvid (1.0.0-beta3) API.
31001 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31003 * gst/rtp/rtp-packet.c:
31004 Add sys/types.h include, since OS X doesn't define in_addr_t
31005 in netinet/in.h, like it does on Linux (see #129600).
31007 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
31009 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
31011 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31012 Correct logic of dispose function (see #129306).
31014 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31016 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31017 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31018 (gst_mpeg_parse_init):
31019 * gst/mpegstream/gstmpegparse.h:
31020 Remove clock (which was never provided, i.e. dead code), and
31021 also fix integer overflows at high PTS values (see #126967).
31023 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31025 * ext/flac/gstflacdec.c:
31026 * ext/libpng/gstpngenc.h:
31027 * ext/mikmod/gstmikmod.h:
31028 OS X fixes (see #126628).
31030 2004-01-02 David Schleef <ds@schleef.org>
31032 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31033 (gst_alsa_src_base_init): Remove bogus "src" request pad.
31034 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31035 (gst_mpeg_parse_class_init): Move pad template registration
31036 to class_init, since the derived class (mpegdemux) doesn't
31039 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31041 * sys/ximage/Makefile.am:
31042 * sys/xvideo/Makefile.am:
31043 * sys/xvimage/Makefile.am:
31044 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31045 after installation (see #127664).
31047 2004-01-02 David Schleef <ds@schleef.org>
31049 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31050 (gst_ffmpegenc_connect): Negotiation fixes.
31051 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31052 Remove inappropriate gst_caps_free().
31053 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31054 Reenable Ronald's internal resize code, since the core handles
31057 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31059 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31060 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31061 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31062 Fix pad template stuff.
31064 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31066 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31067 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31068 fix signed integer reading/writing.
31070 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
31073 Remove outdated document
31075 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
31077 * gst/cutter/gstcutter.c: (gst_cutter_init):
31078 src pad was being created twice - oops.
31080 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31082 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31083 Comment out internal resize. It doesn't handle the resulting
31084 XEvent internally, does another try_set_caps() which leads to
31085 a really nice loop.
31086 Real fix will come when Julien and Dave are awake. ;).
31088 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31090 * ext/mpeg2enc/gstmpeg2enc.cc:
31091 fix const/nonconst compile issue.
31093 2004-01-02 David Schleef <ds@schleef.org>
31095 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31096 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31097 Add fixate function and a check for bad formats.
31099 2004-01-01 David Schleef <ds@schleef.org>
31102 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31103 (gst_audiofilter_init):
31104 * gst/debug/efence.c: (gst_efence_init):
31105 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31106 (gst_deinterlace_init):
31107 * gst/volume/gstvolume.c: (volume_connect):
31109 2004-01-01 David Schleef <ds@schleef.org>
31111 Convert elements to use gst_pad_use_explicit_caps() where
31113 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31114 * ext/audiofile/gstafparse.c: (gst_afparse_init),
31115 (gst_afparse_open_file):
31116 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31117 (gst_afsrc_open_file):
31118 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31119 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31120 (gst_ffmpegdec_chain):
31121 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31122 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31123 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31124 (gst_gdk_pixbuf_chain):
31125 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31126 (gst_jpegdec_chain):
31127 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31128 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31129 (gst_mikmod_negotiate):
31130 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31131 (gst_mpeg2dec_negotiate_format):
31132 * ext/mpeg2enc/gstmpeg2enc.cc:
31133 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31134 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31135 (gst_speexdec_sinkconnect):
31136 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31137 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31138 (gst_vorbisfile_new_link):
31139 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31140 (gst_ac3parse_chain):
31141 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31142 (gst_asf_demux_setup_pad):
31143 * gst/auparse/gstauparse.c: (gst_auparse_init),
31144 (gst_auparse_chain):
31145 * gst/id3/gstid3types.c: (gst_id3types_loop):
31146 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31147 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31148 (mp1videoparse_parse_seq):
31149 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31151 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31152 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31153 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31154 (gst_mpeg_parse_send_data):
31155 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31156 (gst_qtdemux_add_stream):
31157 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31158 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31159 (gst_wavparse_parse_fmt):
31161 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
31164 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31165 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31166 it therefore uses the wrong include paths. Too bad... Note
31167 that 1.6.1.93 is not release yet. ;).
31168 Also add a check for mplex, which is now using the lib'ified
31169 mplex from mjpegtools, too.
31170 * ext/ffmpeg/gstffmpegcodecmap.c:
31171 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31172 issues. I don't think ffmpeg handles 3ivx correctly, so this
31173 probably won't work. But it won't hurt either.
31174 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31175 (gst_ffmpegdec_chain):
31176 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31177 (gst_ffmpegenc_chain_audio):
31178 Fix memleak in audio encoding. Close codec if open fails, this
31179 calls the cleanup routines so we can re-use the context.
31180 * ext/mpeg2enc/gstmpeg2enc.cc:
31181 Fix pad template names/types, fix memory issue with getcaps().
31182 * ext/mpeg2enc/gstmpeg2encoder.cc:
31183 * ext/mpeg2enc/gstmpeg2encoder.hh:
31184 Fix compile issue with new caps system (const thingy).
31185 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31186 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31187 We read a first frame right on initing, so that we have a caps
31188 when we init the output. This caps is cached in padprivate and
31189 read as first frame.
31190 * ext/mplex/Makefile.am:
31191 * ext/mplex/gstmplex.cc:
31192 * ext/mplex/gstmplex.h:
31193 * ext/mplex/gstmplex.hh:
31194 * ext/mplex/gstmplexibitstream.cc:
31195 * ext/mplex/gstmplexibitstream.hh:
31196 * ext/mplex/gstmplexjob.cc:
31197 * ext/mplex/gstmplexjob.hh:
31198 * ext/mplex/gstmplexoutputstream.cc:
31199 * ext/mplex/gstmplexoutputstream.hh:
31200 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31201 had issues, didn't do capsnego, supported only a subset of the
31202 mplex features and required a mplex fork in our local CVS. Plus
31203 that it worked agaist a very old mplex version. Rewriting was
31204 faster than updating it.
31205 * gst-libs/ext/Makefile.am:
31206 * gst-libs/ext/mplex/INSTRUCT:
31207 * gst-libs/ext/mplex/Makefile.am:
31208 * gst-libs/ext/mplex/README:
31209 * gst-libs/ext/mplex/TODO:
31210 * gst-libs/ext/mplex/ac3strm_in.cc:
31211 * gst-libs/ext/mplex/audiostrm.hh:
31212 * gst-libs/ext/mplex/audiostrm_out.cc:
31213 * gst-libs/ext/mplex/aunit.hh:
31214 * gst-libs/ext/mplex/bits.cc:
31215 * gst-libs/ext/mplex/bits.hh:
31216 * gst-libs/ext/mplex/buffer.cc:
31217 * gst-libs/ext/mplex/buffer.hh:
31218 * gst-libs/ext/mplex/fastintfns.h:
31219 * gst-libs/ext/mplex/format_codes.h:
31220 * gst-libs/ext/mplex/inputstrm.cc:
31221 * gst-libs/ext/mplex/inputstrm.hh:
31222 * gst-libs/ext/mplex/lpcmstrm_in.cc:
31223 * gst-libs/ext/mplex/mjpeg_logging.cc:
31224 * gst-libs/ext/mplex/mjpeg_logging.h:
31225 * gst-libs/ext/mplex/mjpeg_types.h:
31226 * gst-libs/ext/mplex/mpastrm_in.cc:
31227 * gst-libs/ext/mplex/mpegconsts.cc:
31228 * gst-libs/ext/mplex/mpegconsts.h:
31229 * gst-libs/ext/mplex/mplexconsts.hh:
31230 * gst-libs/ext/mplex/multplex.cc:
31231 * gst-libs/ext/mplex/outputstream.hh:
31232 * gst-libs/ext/mplex/padstrm.cc:
31233 * gst-libs/ext/mplex/padstrm.hh:
31234 * gst-libs/ext/mplex/stillsstream.cc:
31235 * gst-libs/ext/mplex/stillsstream.hh:
31236 * gst-libs/ext/mplex/systems.cc:
31237 * gst-libs/ext/mplex/systems.hh:
31238 * gst-libs/ext/mplex/vector.cc:
31239 * gst-libs/ext/mplex/vector.hh:
31240 * gst-libs/ext/mplex/videostrm.hh:
31241 * gst-libs/ext/mplex/videostrm_in.cc:
31242 * gst-libs/ext/mplex/videostrm_out.cc:
31243 * gst-libs/ext/mplex/yuv4mpeg.cc:
31244 * gst-libs/ext/mplex/yuv4mpeg.h:
31245 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31246 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31247 We don't fork mjpegtools' mplex in our CVS anymore.
31248 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31249 (gst_avi_demux_add_stream):
31250 * gst/avi/gstavidemux.h:
31251 Add getcaps() function for proper caps nego. This makes some
31252 parts of AVI playback/reading work.
31253 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31254 Resize window on new capsnego. This is probably wrong, but
31255 I'm still committing it because with current capsnego, the
31256 first successfull capsnego is auto-fixated, therefore rounded
31257 down to the lowest values in the caps. this results in a 16x16
31258 XWindow that is not reized when real capsnego finishes.
31259 Dave, I see more cases of this, do you know a proper solution?
31260 * tools/gst-launch-ext.in:
31261 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31263 2003-12-31 David Schleef <ds@schleef.org>
31265 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31266 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31267 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31269 2003-12-30 David Schleef <ds@schleef.org>
31271 * ext/ffmpeg/gstffmpegcolorspace.c:
31272 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31273 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31274 (gst_ffmpegcsp_chain): Negotiation fixes
31275 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31276 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31277 (gst_audio_convert_link), (gst_audio_convert_channels):
31278 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31279 (gst_audioscale_link), (gst_audioscale_get_buffer),
31280 (gst_audioscale_chain): Negotiation fixes
31281 * gst/audioscale/gstaudioscale.h:
31282 * gst/videofilter/gstvideofilter.c:
31283 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31284 (gst_videofilter_link), (gst_videofilter_init),
31285 (gst_videofilter_set_output_size), (gst_videofilter_setup),
31286 (gst_videofilter_find_format_by_structure):
31287 * gst/videofilter/gstvideofilter.h: Negotiation fixes
31288 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31289 (gst_videoscale_link):
31290 * gst/videoscale/videoscale.c: (videoscale_get_structure),
31291 (videoscale_find_by_structure), (gst_videoscale_setup):
31292 * gst/videoscale/videoscale.h: Negotiation fixes
31293 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31294 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31295 function, restrict resizing to a multiple of 4 (hack until
31296 everyone supports odd sizes correctly).
31298 2003-12-29 Colin Walters <walters@verbum.org>
31300 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31303 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
31305 * ext/sndfile/gstsf.c: (gst_sf_loop):
31306 Fix warning about discarding const qualifier
31308 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
31310 * gst/cutter/gstcutter.c:
31311 * gst/videoscale/gstvideoscale.c:
31312 * gst/volenv/gstvolenv.c:
31313 * gst-libs/gst/audio/audio.c:
31314 * gst-libs/gst/video/video.c:
31317 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31319 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31320 Don't send ALSA debugging to stderr.
31321 * ext/alsa/gstalsa.h:
31322 Use GST_WARNING instead of g_warning when ALSA functions fail.
31324 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31326 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31327 Free XVAdapterInfo correctly.
31329 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31331 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31332 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31333 Make id3tag use correct caps nego.
31335 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
31337 * ext/ivorbis/vorbis.c:
31338 * ext/ivorbis/vorbisenc.h:
31339 * ext/ivorbis/vorbisfile.c:
31340 Modify so that it uses the new caps things
31342 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31344 * testsuite/spider/spider1.c: (main):
31345 * testsuite/spider/spider2.c: (main):
31346 * testsuite/spider/spider3.c: (main):
31347 Make tests compile again. They probably don't work.
31349 2003-12-24 Colin Walters <walters@verbum.org>
31351 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31352 we can't fixate the caps anymore.
31354 2003-12-23 David Schleef <ds@schleef.org>
31356 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31357 * sys/oss/gstosssink.c: (gst_osssink_init),
31358 (gst_osssink_sink_fixate): Add fixate function.
31360 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
31362 * ext/ffmpeg/gstffmpegcodecmap.c:
31363 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31364 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31365 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31366 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31367 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31368 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31369 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31370 fix typo in RGB masks, and move back to "old" colorspace
31371 capsnego code until whoever wrote this new crap has actually
31372 tested it so that it works.
31373 And yes, this works, keep it that way please.
31375 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31377 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31378 (gst_divxdec_init), (gst_divxdec_negotiate):
31379 * ext/divx/gstdivxdec.h:
31380 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31381 (gst_divxenc_init):
31382 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31383 (gst_faac_sinkconnect), (gst_faac_srcconnect):
31384 * ext/mpeg2enc/gstmpeg2enc.cc:
31385 * ext/mpeg2enc/gstmpeg2encoder.cc:
31386 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31387 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31388 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31389 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31390 (dxr3spusink_init):
31391 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31392 (dxr3videosink_init):
31393 Fix caps breakage after Dave's caps branch merge.
31395 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31397 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31398 Fix for 24bpp display.
31400 2003-12-23 Colin Walters <walters@verbum.org>
31402 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31403 a GnomeVFSHandle directly.
31405 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31407 * gst/volume/Makefile.am:
31408 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31409 (volume_base_init), (volume_init):
31410 Reenable volume element and fix to work with new caps stuff.
31411 Rhythmbox needs this.
31413 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31415 * gst/qtdemux/qtdemux.c: (plugin_init):
31416 qtdemux requires bytestream
31418 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31420 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31421 Fix remaining caps handling errors due to CAPS merge.
31423 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31425 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31426 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31427 (gst_faad_srcconnect):
31428 Port to new caps system.
31430 2003-12-21 Julien MOUTTE <julien@moutte.net>
31432 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31433 (got_video_size), (main): using g_print instead of g_message.
31434 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31435 signal which was not emitted because of "switch" element added to the
31436 bin but not connected. (Removing from the bin temporarily)
31438 2003-12-21 Julien MOUTTE <julien@moutte.net>
31440 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31441 find X development files. I don't understand the previous tests and
31442 they fail on my debian/ppc unstable. This one works.
31443 * examples/gstplay/player.c: (main): Set the pipeline to READY before
31445 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31446 (gst_play_set_video_sink), (gst_play_set_audio_sink),
31447 (gst_play_set_visualization): Add some safety checks in set_ methods
31448 and state_change. This was throwing some ugly CRITICAL messages when
31449 pipeline was getting disposed and casts were failing.
31451 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
31454 Improve mpeg2enc detection. This is for distributions that do
31455 ship mjpegtools, but without mpeg2enc. Also does object check
31456 for might there ever be ABI incompatibility.
31457 * ext/mpeg2enc/gstmpeg2enc.cc:
31458 Add Andrew as second maintainer (he's helping me), and also add
31459 an error if no caps was set. This happens if I pull before capsnego
31460 and that's something I should solve sometime else.
31461 * gst/matroska/matroska-demux.c:
31462 (gst_matroska_demux_parse_blockgroup):
31464 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31465 (gst_matroska_mux_track_header):
31466 Add caps to templates.
31467 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31468 Add mpegversion=1 to prevent confusion with MPEG/AAC.
31469 * gst/mpegstream/gstmpegdemux.c:
31470 Remove layer since it causes warnings about unfixed caps.
31471 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31472 Fix obvious typo (we error out if caps were set, we should of
31473 course error out if *no* caps were set).
31474 * sys/oss/gstosselement.c: (gst_osselement_convert):
31475 Fix format conversion, we confused bits/bytes.
31476 * sys/oss/gstosselement.h:
31477 Improve documentation for 'bps'.
31479 Remove stuff about plugins that need removing - this was done
31481 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31482 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31483 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31484 (gst_v4lsrc_src_query):
31485 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31486 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31487 Add get_query_types(), get_formats() and query() functions.
31489 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
31491 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31492 * moved CVS to freedesktop.org