1 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
3 * tests/check/Makefile.am:
4 Don't test libvisual elements in the states check, because libvisual
5 seems to leak internally.
7 Re-enable the alsa and states tests now that there's new suppressions
10 * tests/check/elements/alsa.c: (GST_START_TEST):
11 Don't leak the alsamixer we instantiated.
13 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
15 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
16 (gst_ximagesink_change_state), (gst_ximagesink_reset),
17 (gst_ximagesink_finalize):
18 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
19 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
20 Move some cleanup stuff from the state change handler into a _reset()
21 function that can be called from _finalize(). This ensures that things
22 get freed even if (for some reason) the NULL->READY state transition
23 fails in the parent class.
24 Even if a parent state change fails, process our downward state change
25 logic instead of bailing out early.
26 Free the correct xcontext pointer in ximagesink's xcontext_clear.
28 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
30 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
33 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
34 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
35 Use pango_font_description_set_family_static instead of
36 pango_font_description_set_family to save a string copy (it was
37 leaking due to the strdup anyway)
39 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
40 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
41 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
42 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
45 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
47 * gst-libs/gst/interfaces/mixertrack.c:
48 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
49 (gst_mixer_track_set_property):
50 API: add "untranslated-label" property which should be set by
51 implementations at construct time (#414645).
53 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
54 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
55 Set "untranslated-label" when constructing mixer track objects.
57 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
58 Unit test to check the above.
60 2007-03-07 Wim Taymans <wim@fluendo.com>
62 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
63 Fix confusing debug message.
65 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
67 * gst-plugins-base.doap:
68 update doap file with new version
70 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
75 === release 0.10.12 ===
77 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
80 releasing 0.10.12, "Zombie Horde"
82 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
85 Bump version to 0.10.11.4 pre-release
87 2007-03-06 Wim Taymans <wim@fluendo.com>
89 * gst-libs/gst/audio/gstbaseaudiosink.c:
90 (gst_base_audio_sink_async_play):
91 Fix regression that made GStreamer skip the first samples of audio.
94 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
97 Bump version to 0.10.11.3 pre-release
99 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
102 Update paths for the rename from utils to pbutils to fix the build.
104 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
106 * gst-libs/gst/pbutils/Makefile.am:
107 Change directory to install headers in from gst/utils to gst/pbutils
110 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
113 * docs/libs/gst-plugins-base-libs-docs.sgml:
114 * docs/libs/gst-plugins-base-libs-sections.txt:
115 * gst-libs/gst/Makefile.am:
116 * gst-libs/gst/interfaces/mixer.c:
117 * gst-libs/gst/pbutils/Makefile.am:
118 * gst-libs/gst/pbutils/descriptions.c:
119 (gst_pb_utils_get_source_description),
120 (gst_pb_utils_get_sink_description),
121 (gst_pb_utils_get_decoder_description),
122 (gst_pb_utils_get_encoder_description),
123 (gst_pb_utils_get_element_description),
124 (gst_pb_utils_add_codec_description_to_tag_list),
125 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
126 * gst-libs/gst/pbutils/descriptions.h:
127 * gst-libs/gst/pbutils/install-plugins.c:
128 * gst-libs/gst/pbutils/install-plugins.h:
129 * gst-libs/gst/pbutils/missing-plugins.c:
130 (gst_missing_uri_source_message_new),
131 (gst_missing_uri_sink_message_new),
132 (gst_missing_element_message_new),
133 (gst_missing_decoder_message_new),
134 (gst_missing_encoder_message_new),
135 (gst_missing_plugin_message_get_description):
136 * gst-libs/gst/pbutils/missing-plugins.h:
137 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
138 * gst-libs/gst/pbutils/pbutils.h:
139 * gst-libs/gst/utils/Makefile.am:
140 * gst-libs/gst/utils/base-utils.c:
141 * gst-libs/gst/utils/base-utils.h:
142 * gst-libs/gst/utils/descriptions.c:
143 * gst-libs/gst/utils/descriptions.h:
144 * gst-libs/gst/utils/install-plugins.c:
145 * gst-libs/gst/utils/install-plugins.h:
146 * gst-libs/gst/utils/missing-plugins.c:
147 * gst-libs/gst/utils/missing-plugins.h:
148 * gst-plugins-base.spec.in:
149 * gst/playback/Makefile.am:
150 * gst/playback/gstdecodebin.c:
151 * gst/playback/gstdecodebin2.c:
152 * gst/playback/gstplaybasebin.c: (setup_subtitle),
153 (gen_source_element):
154 * gst/playback/gstplaybin.c: (plugin_init):
155 * tests/check/Makefile.am:
156 * tests/check/libs/pbutils.c: (GST_START_TEST),
157 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
158 * tests/check/libs/utils.c:
159 rename utils to pbutils
161 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
163 * docs/plugins/Makefile.am:
164 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
165 * docs/plugins/gst-plugins-base-plugins-sections.txt:
166 * docs/plugins/inspect/plugin-decodebin2.xml:
167 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
168 Add documentation for decodebin2 that indicates that the API
171 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
174 Update to 0.10.11.2 (0.10.12 pre-release)
176 2007-03-01 Wim Taymans <wim@fluendo.com>
178 * gst-libs/gst/audio/gstbaseaudiosink.c:
179 (gst_base_audio_sink_async_play):
180 base time is irrelevant here.
182 2007-03-01 Wim Taymans <wim@fluendo.com>
184 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
185 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
188 * gst-libs/gst/audio/gstbaseaudiosink.c:
189 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
190 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
191 Improve latency and clock slaving calculations.
192 Improve slave clock calibration.
194 * gst-libs/gst/audio/gstringbuffer.c:
195 (gst_ring_buffer_commit_full):
196 When we are asked to render N sample to 0 bytes, return N.
198 2007-03-01 Wim Taymans <wim@fluendo.com>
200 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
201 (gst_alsasink_write), (gst_alsasink_reset):
202 * ext/alsa/gstalsasink.h:
203 Remove unused dispose function.
204 Rename lock to not interfere with alsasrc lock.
206 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
207 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
208 (gst_alsasrc_read), (gst_alsasrc_reset):
209 * ext/alsa/gstalsasrc.h:
210 Implement finalize function.
211 Use lock to protect alsa access.
215 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
218 Convert to new AG_GST style.
220 2007-02-28 Wim Taymans <wim@fluendo.com>
222 Patch by: Ed Catmur <ed at catmur dot co dot uk>
224 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
225 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
226 Fix race condition when rapidly switching visualisations in playbin.
229 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
231 * tests/check/Makefile.am:
232 Include local stuff before system installed things in LDFLAGS and
235 2007-02-28 Wim Taymans <wim@fluendo.com>
237 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
240 2007-02-28 Wim Taymans <wim@fluendo.com>
242 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
243 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
244 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
245 Fix duration and timestamping, taking latency into account.
246 Implement latency query.
248 2007-02-28 Wim Taymans <wim@fluendo.com>
250 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
251 (gst_audio_clock_new):
254 * gst-libs/gst/audio/gstbaseaudiosink.c:
255 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
256 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
257 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
258 (gst_base_audio_src_create):
259 Improve latency query code.
260 Use proper clock names.
262 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
264 * tests/check/generic/states.c: (GST_START_TEST):
265 Copy the states.c test from core again
266 * tests/check/Makefile.am:
267 ignore cdio and cdparanoiasrc
269 2007-02-28 Stefan Kost <ensonic@users.sf.net>
271 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
272 (double_hq), (audio_convert_get_func_index), (check_default),
273 (audio_convert_prepare_context), (audio_convert_convert):
274 Also make valgrind happy and avoid copying data in some cases.
276 2007-02-28 Stefan Kost <ensonic@users.sf.net>
278 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
279 (double_hq), (audio_convert_get_func_index),
280 (audio_convert_prepare_context), (audio_convert_convert):
281 * gst/audioconvert/gstaudioconvert.c:
282 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
283 (gst_audio_convert_transform_caps):
284 * tests/check/elements/audioconvert.c: (GST_START_TEST),
285 (audioconvert_suite):
286 Don't run inplace if that overwrites source data as we go. Add more
287 tests. Fixes #339837 even more.
289 2007-02-27 Julien MOUTTE <julien@moutte.net>
291 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
292 (msg_segment_done): Fix various seeking bugs (Slider was not
293 updating when doing a non flushing seek, Reverse playback
294 on segment seek was wrong).
296 2007-02-26 Wim Taymans <wim@fluendo.com>
298 * tests/examples/seek/seek.c: (stop_seek):
299 When we stop scrubbing, don't leave the pipeline PLAYING when we
300 requested a PAUSED state.
302 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
304 Patch by: René Stadler <mail at renestadler de>
306 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
307 Parse date strings in vorbis comments that have an invalid (zero)
308 month or day (#410396).
310 * tests/check/libs/tag.c: (GST_START_TEST):
311 Test case for the above.
313 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
315 Patch by: Loïc Minier <lool+gnome at via ecp fr>
318 * ext/alsa/Makefile.am:
319 * gst/audiotestsrc/Makefile.am:
320 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
322 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
324 * gst/playback/gstplaybin.c:
325 Improve docs: point out that the application needs to assist playbin
328 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
330 * gst-libs/gst/utils/install-plugins.c:
331 * gst-libs/gst/utils/missing-plugins.c:
332 * tests/check/libs/utils.c: (missing_msg_check_getters):
333 Change GStreamer marker prefix in detail string from 'gstreamer.net'
334 to just 'gstreamer'. Document the caps string component of the
335 decoder/encoder detail a bit better, since not everyone will be
336 familiar with the GStreamer media type/caps system (but they better
337 enjoy nested itemized lists).
339 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
341 * gst-libs/gst/netbuffer/gstnetbuffer.c:
342 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
343 Fix copying of GstNetBuffer (would crash before, or at least lead to
344 invalid memory access, #410772), for now by copying the GstBuffer copy
345 code from the core over here so we can copy the GstBuffer fields on a
346 provided buffer instance (of type GstNetBuffer in this case). Would be
347 better to fix this with some support by the core though (and in the long
348 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
350 * tests/check/Makefile.am:
351 Enable unit test for GstNetBuffer.
353 2007-02-22 Andy Wingo <wingo@pobox.com>
355 * gst-libs/gst/audio/gstbaseaudiosink.c
356 (gst_base_audio_sink_init): Disable pull-mode activation until we
357 figure out how to make audio sinks go to PLAYING.
359 2007-02-22 Stefan Kost <ensonic@users.sf.net>
361 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
362 (double_hq), (audio_convert_get_func_index),
363 (audio_convert_prepare_context), (audio_convert_convert):
364 * gst/audioconvert/audioconvert.h:
365 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
366 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
367 * gst/audioconvert/gstchannelmix.h:
368 * tests/check/elements/audioconvert.c: (GST_START_TEST):
369 Add float as an intermediate format, as well as float mixing. Enable
370 test that was failing before. Fixes #339837
372 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
374 * tests/examples/seek/seek.c: (do_seek):
375 Undo the previous commit: -1 as a stop time implies that the stop
376 time is the end of file, clearing any previously configured segment.
378 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
380 * tests/examples/seek/seek.c: (do_seek):
381 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
383 2007-02-21 Stefan Kost <ensonic@users.sf.net>
385 * gst/volume/gstvolume.c: (volume_process_int16),
386 (volume_process_int16_clamp), (volume_set_caps):
387 Unbreak volume, value remains gint.
389 2007-02-21 Stefan Kost <ensonic@users.sf.net>
391 * gst/volume/gstvolume.c: (volume_choose_func),
392 (volume_update_real_volume), (gst_volume_set_volume),
393 (gst_volume_init), (volume_process_double), (volume_process_float),
394 (volume_process_int16), (volume_process_int16_clamp),
395 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
396 * gst/volume/gstvolume.h:
397 Extend float audio support (double) and some int->uint cleanups.
399 2007-02-20 Edward Hervey <edward@fluendo.com>
401 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
402 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
403 (sort_end_pads), (gst_decode_group_expose),
404 (gst_decode_group_hide):
405 Don't free groups from the streaming threads. Just put them aside and
406 free them in dispose.
408 2007-02-20 Edward Hervey <edward@fluendo.com>
410 * gst/playback/gstdecodebin2.c: (connect_element),
411 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
412 (sort_end_pads), (gst_decode_group_expose):
413 Handle dynamic pads within groups.
414 Sort pads before exposing them in order to make playbin happy.
415 There still is a race with the multiqueue filling up. This should be
419 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
421 * gst-libs/gst/utils/base-utils.c:
422 * gst-libs/gst/utils/descriptions.c:
423 * gst-libs/gst/utils/install-plugins.c:
424 * gst-libs/gst/utils/missing-plugins.c:
425 Some more docs (and descriptions for two subtitle formats).
427 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
429 * gst-libs/gst/audio/audio.c:
432 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
434 Patch by: Yves Lefebvre <ivanohe abacom com>
436 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
437 Don't leak caps. Fixes #408278.
439 2007-02-15 Stefan Kost <ensonic@users.sf.net>
441 * ext/cdparanoia/gstcdparanoiasrc.h:
442 * ext/ogg/gstoggdemux.h:
443 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
444 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
445 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
446 * gst-libs/gst/audio/audio.h:
447 * gst-libs/gst/audio/gstaudiofilter.h:
448 * gst-libs/gst/interfaces/videoorientation.h:
449 * gst/adder/gstadder.h:
450 More docs coverage and some ChangeLog surgery (add missing names)
452 2007-02-15 Wim Taymans <wim@fluendo.com>
454 * sys/ximage/ximagesink.c:
455 (gst_ximagesink_calculate_pixel_aspect_ratio):
456 * sys/xvimage/xvimagesink.c:
457 (gst_xvimagesink_calculate_pixel_aspect_ratio):
458 Small constifications.
460 2007-02-15 Wim Taymans <wim@fluendo.com>
462 * gst-libs/gst/audio/gstbaseaudiosink.c:
463 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
464 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
465 (gst_base_audio_sink_async_play),
466 (gst_base_audio_sink_change_state):
467 Answer latency query.
468 Use configured latency when syncing.
471 * gst-libs/gst/audio/gstbaseaudiosrc.c:
472 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
473 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
474 Fix possible memleak.
475 Implement latency query.
478 2007-02-15 Wim Taymans <wim@fluendo.com>
480 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
481 Ignore errors in reset, these are not fatal. They also grab the element
482 lock which is already taking when this function is called. Fixes
485 2007-02-13 Stefan Kost <ensonic@users.sf.net>
488 Remove 'tests/examples/xerror/Makefile' from output files again.
490 2007-02-13 Stefan Kost <ensonic@users.sf.net>
493 * docs/plugins/Makefile.am:
494 Also crossref against gst-plugins-base-libs.
496 2007-02-12 Stefan Kost <ensonic@users.sf.net>
499 * docs/libs/Makefile.am:
500 * docs/plugins/Makefile.am:
501 Add crossreferences to glib/gobject/gstream docs.
503 * gst-libs/gst/audio/audio.h:
506 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
507 Add own debug category.
509 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
511 Patch by: René Stadler <mail at renestadler de>
513 * gst-libs/gst/tag/gstvorbistag.c:
514 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
517 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
519 * gst/playback/gstplaybasebin.c: (setup_source):
520 When we have external subtitles and wait for the subtitle decodebin
521 to get up and running, we set up a (sync) bus handler for the
522 subtitle decodebin, so we can stop waiting when it posts an error
523 message. However, we should do that before we set the subtitle
524 decodebin's state to playing, otherwise things are racy and we might
525 miss error messages posted before we had a chance to set up the bus.
526 This should finally fix totem hanging on .txt pseudo-subtitle files.
528 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
530 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
531 Use gst_gdouble_to_guint64 for conversions.
532 * win32/common/config.h.in:
533 Add a define for GST_INSTALL_PLUGINS_HELPER
534 * win32/common/libgstaudio.def:
535 * win32/common/libgstcdda.def:
536 * win32/common/libgstnetbuffer.def:
537 * win32/common/libgstrtp.def:
538 * win32/common/libgutils.def:
539 Add new exported functions.
540 * win32/vs6/gst_plugins_base.dsw:
541 * win32/vs6/libgstdecodebin.dsp:
542 * win32/vs6/libgstnetbuffer.dsp:
543 * win32/vs6/libgstplaybin.dsp:
544 * win32/vs6/libgstrtp.dsp:
545 * win32/vs6/libgstvorbis.dsp:
546 * win32/vs6/libgstcdda.dsp:
547 * win32/vs6/libgstgdp.dsp:
548 * win32/vs6/libgstutils.dsp:
549 Update and add new project files.
551 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
553 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
554 (subrip_remove_unhandled_tags), (parse_subrip):
555 For SubRip (.srt) subtitles, ignore all markup tags we don't
556 handle (like font tags, for example).
558 * tests/check/elements/subparse.c:
561 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
563 * gst/playback/gstdecodebin.c: (add_fakesink),
564 (gst_decode_bin_change_state):
565 * gst/playback/gstdecodebin2.c: (add_fakesink),
566 (gst_decode_bin_change_state):
567 Don't error out if there is no fakesink in the NULL to READY state
568 change, since when decodebin is re-used, we're only adding the
569 fakesink element in READY to PAUSED.
571 * tests/check/elements/decodebin.c:
572 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
574 Minimal unit test to make sure we can use the same decodebin
575 instance twice (at least with audiotestsrc input).
577 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
579 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
580 Try to get devic-name from device string first, and from handle only
581 as fallback (seems to yield better results and is more robust
582 against buggy probing code on the application side).
584 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
586 Based on patch by: Julien Puydt <julien.puydt at laposte net>
588 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
589 (gst_alsa_find_device_name):
590 * ext/alsa/gstalsa.h:
591 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
592 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
593 Improve device-name detection a bit, especially in the case where
594 the device is not actually open (#405020, #405024). Move common code
595 into gstalsa.c instead of duplicating it.
597 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
599 * gst/audioconvert/gstaudioconvert.c:
600 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
602 2007-02-06 Julien MOUTTE <julien@moutte.net>
604 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
605 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
606 (gst_xvimagesink_interface_supported),
607 (gst_xvimagesink_probe_get_properties),
608 (gst_xvimagesink_probe_probe_property),
609 (gst_xvimagesink_probe_needs_probe),
610 (gst_xvimagesink_probe_get_values),
611 (gst_xvimagesink_property_probe_interface_init),
612 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
613 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
614 (gst_xvimagesink_get_type):
615 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
616 for XVAdaptors so that one can choose the adaptor to use with
617 gstreamer-properties.
619 2007-02-06 Stefan Kost <ensonic@users.sf.net>
621 * gst/audioconvert/gstaudioconvert.c:
622 Also mention that a conversion from double to float is suboptimal still.
624 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
626 * gst-libs/gst/audio/gstaudiofilter.c:
627 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
628 Clear our formats structure and free the caps contained in it when
631 2007-02-05 Andy Wingo <wingo@pobox.com>
633 * gst-libs/gst/audio/gstbaseaudiosink.c
634 (gst_base_audio_sink_callback): Update basesink->offset so that we
635 pull monotonically increasing offsets instead of, um, seeking back
636 to 0 each time. Fixes alsasrc ! alsasink!
638 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
640 * gst/videoscale/gstvideoscale.c:
641 A width and height of 1 makes us crash, so increase minimum size to
642 2x2 pixels until someone feels like fixing this (#404512).
644 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
646 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
647 Add small test to make sure request pads are cleaned up properly
648 even if oggmux never changes state out of NULL.
650 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
652 * tests/check/libs/utils.c: (GST_START_TEST):
653 Fix unit test. Turns out things work much better when you
654 NULL-terminate string arrays. Should make p5 build bot happy again.
656 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
658 * gst-libs/gst/audio/Makefile.am:
659 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
660 (gst_audio_filter_template_base_init),
661 (gst_audio_filter_template_class_init),
662 (gst_audio_filter_template_init),
663 (gst_audio_filter_template_set_property),
664 (gst_audio_filter_template_get_property),
665 (gst_audio_filter_template_setup),
666 (gst_audio_filter_template_filter),
667 (gst_audio_filter_template_filter_inplace), (plugin_init):
668 Oops, forgot to commit fixed-up example.
670 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
672 * docs/libs/gst-plugins-base-libs-sections.txt:
673 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
674 (gst_audio_filter_class_init), (gst_audio_filter_init),
675 (gst_audio_filter_set_caps),
676 (gst_audio_filter_class_add_pad_templates):
677 * gst-libs/gst/audio/gstaudiofilter.h:
678 Port GstAudioFilter to 0.10. This change technically breaks
679 API and ABI (and thus also every library developer's heart),
680 but seems justifiable on the grounds that the base class was
681 completely unusable before (ie. would crash immediately when
682 actually used). Fixes #403963 (and eventually also #403572).
683 Also document all of this a bit.
685 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
687 * gst-libs/gst/utils/install-plugins.c:
688 (gst_install_plugins_spawn_child):
689 * tests/check/libs/utils.c:
690 (test_base_utils_install_plugins_do_callout):
691 Lowering log level to see why things fail on the p5 build bot;
692 fix some typos in unit test messages.
694 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
696 * tests/check/libs/utils.c:
697 (test_base_utils_install_plugins_do_callout):
698 Don't hard-code temp directory for test helper; use GLib functions
699 to write out file and do error checking etc.
701 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
703 * gst-libs/gst/utils/Makefile.am:
704 * gst-libs/gst/utils/base-utils.h:
705 * gst-libs/gst/utils/install-plugins.c:
706 (gst_install_plugins_context_set_xid),
707 (gst_install_plugins_context_new),
708 (gst_install_plugins_context_free),
709 (gst_install_plugins_get_helper),
710 (gst_install_plugins_spawn_child),
711 (gst_install_plugins_return_from_status),
712 (gst_install_plugins_installer_exited),
713 (gst_install_plugins_async), (gst_install_plugins_sync),
714 (gst_install_plugins_return_get_name),
715 (gst_install_plugins_installation_in_progress):
716 * gst-libs/gst/utils/install-plugins.h:
717 API: add API for applications to initiate installation of missing
718 plugins, ie. gst_install_plugins_async() primarily.
719 Based on libgimme-codec by Ryan Lortie.
722 Add --with-install-plugins-helper configure option so distros can specify
723 the path of the helper script or program to call when plugin installation
724 is requested (distros: please do any argument munging in this helper
725 script instead of patching GStreamer to pass arguments differently
726 to another program directly).
728 * docs/libs/gst-plugins-base-libs-docs.sgml:
729 * docs/libs/gst-plugins-base-libs-sections.txt:
730 Build and document new API.
732 * tests/check/libs/utils.c: (result_cb),
733 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
734 (libgstbaseutils_suite):
735 Some simple checks for the new API.
737 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
739 * tests/check/elements/audioconvert.c: (test_float_conversion):
740 Add small test for 32bit float <=> 64bit float conversion (works
741 only one way so far, 32=>64 produces structured noise).
743 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
745 * gst/audioconvert/gstaudioconvert.c:
746 (set_structure_widths_32_and_64), (make_lossless_changes):
747 We don't support floats with a width of 40, 48 or 56 bits.
749 2007-02-02 Stefan Kost <ensonic@users.sf.net>
751 * gst/audioconvert/audioconvert.c: (float), (double),
752 (audio_convert_get_func_index):
753 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
754 (make_lossless_changes):
755 Support for 64-bit float audio in audioconvert (#339837)
757 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
759 Patch by: Holger Wansing <linux wansing-online de>
763 Add German translation (#352069).
765 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
767 reviewed by: Wim Taymans <wim@fluendo.com>
769 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
770 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
771 Use newly added GstCollectPads API to free the allocated resources in
772 the GstOggPad structures (#402393).
774 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
776 * gst/playback/gstplaybin.c: (gen_vis_element):
777 Add audioresample+audioconvert in front of the visualisation
778 element, so that elements like libvisual 0.4 that don't support all
779 samplerates can work.
783 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
785 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
786 (gst_play_base_bin_get_streaminfo_value_array):
787 Take some locks and make a copy of the streaminfo value array we
788 maintain while holding the lock, so that the application can
789 retrieve the stream-info as a value array in a thread-safe way.
791 2007-01-30 Wim Taymans <wim@fluendo.com>
793 * gst/audioconvert/gstaudioconvert.c:
794 Don't fail on 0 sized buffers. Fixes #396835.
796 2007-01-29 David Schleef <ds@schleef.org>
798 * gst/typefind/gsttypefindfunctions.c:
799 Detect BBCD as video/x-dirac, so we can play raw dirac
802 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
804 * ext/theora/theoraenc.c: (theora_enc_chain):
805 Check return value of theora_encode_header(), or we might try to
806 allocate a random number of bytes. theora_encode_header() can fail
807 if libtheora has been compiled with encoding support disabled.
810 2007-01-29 Wim Taymans <wim@fluendo.com>
812 * tests/check/gst/.cvsignore:
815 2007-01-29 Wim Taymans <wim@fluendo.com>
817 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
818 Fix strides in libvisual. Gst uses X strides.
819 Inspired by: <ed at catmur dot co dot uk> and
820 <tim at centricular dot net>
823 2007-01-27 Wim Taymans <wim@fluendo.com>
825 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
826 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
827 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
828 (gst_ogg_demux_perform_seek),
829 (gst_ogg_demux_bisect_forward_serialno),
830 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
831 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
832 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
833 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
834 * ext/ogg/gstoggdemux.h:
835 Properly propagate streaming errors when we are scanning the file for
836 chains so that we don't crash when shut down. Might fix some crashers
837 when quickly switching oggs in RB such as #332503 and #378436.
839 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
841 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
842 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
845 2007-01-25 Wim Taymans <wim@fluendo.com>
847 * gst/playback/gstplaybasebin.c: (remove_source):
848 Don't try to disconnect a signal from a finalized object.
850 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
852 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
853 Cast lock macro parameters to make sure we're actually accessing the
854 lock member at the right class level. Free list itself in _dispose()
855 as well and NULL it in case dispose gets called multiple times.
857 2007-01-25 Edward Hervey <edward@fluendo.com>
859 * gst/playback/gstdecodebin2.c:
860 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
861 Free GstDecodeGroups no longer used.
862 (gst_decode_group_expose):
863 Don't unlock too many times !
864 (deactivate_free_recursive):
865 Free iterator once we're done with it.
866 Fix for recursively deactivating elements (stop at ghostpads).
868 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
870 * gst/playback/gstplaybin.c: (handoff):
871 Fix up caps on the frame buffer before we save it and potentially
872 make it accessible to other threads via g_object_get; also use
873 gst_buffer_replace() instead of gst_mini_object_replace().
875 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
877 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
878 Make getting the current frame thread-safe.
880 2007-01-25 Edward Hervey <edward@fluendo.com>
882 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
883 (gst_decode_group_new), (gst_decode_group_free):
884 Set queues to bigger sizes to cope with HD contents.
885 Fix some mutex freeing and add comment about MT safe methods.
887 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
889 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
890 (gst_text_overlay_text_event):
891 Don't unnecessarily ref (and then leak) upstream events if the text
892 pad is not linked. Fixes #399948.
894 * tests/check/gst-plugins-base.supp:
895 Add suppression for pango on edgy/x86 for textoverlay test.
897 2007-01-24 Wim Taymans <wim@fluendo.com>
899 * gst-libs/gst/rtp/gstrtpbuffer.h:
900 Add some more fixed payloads.
902 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
904 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
905 Error out properly if we get an error from libogg while reading the
906 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
908 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
910 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
913 * tests/check/elements/playbin.c:
914 (test_sink_usage_video_only_stream),
915 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
916 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
917 (test_missing_suburisource_handler),
918 (test_missing_primary_decoder), (playbin_suite):
919 Run all tests once with decodebin and once with decodebin2.
920 One test does not pass yet with decodebin2.
922 2007-01-23 Edward Hervey <edward@fluendo.com>
924 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
925 Fix the cases where oggmux doesn't properly figure out that all
926 sinkpads have gone EOS, and therefore doesn't push out the remaining
927 buffers and the final EOS event.
930 2007-01-23 Julien MOUTTE <julien@moutte.net>
932 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
933 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
934 Don't lock on navigation event push, just on keysym to string.
937 2007-01-22 Edward Hervey <edward@fluendo.com>
939 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
940 (get_current_group), (group_demuxer_event_probe),
941 (gst_decode_group_expose), (deactivate_free_recursive),
942 (gst_decode_group_free):
944 Don't forget to emit 'no-more-pads' once a group is exposed.
945 Cleanup elements from a DecodeGroup once we remove it.
946 Protect call to gst_decode_group_expose() with the decodebin lock.
948 2007-01-22 Julien MOUTTE <julien@moutte.net>
950 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
951 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
952 Looking at Xorg code i can't figure out if that XKeysymToString
953 function is thread sensible or not. Lock it just in case as
954 recommended by Radek Doulik <rodo at ximian dot com>.
956 2007-01-22 Julien MOUTTE <julien@moutte.net>
958 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
959 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
960 Lock that X Call as well. Fixes #397673.
962 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
964 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
965 Don't go into an endless loop if the file starts with 00 00 01 2X,
966 like quicktime redirect files might. Fixes #396042.
968 * tests/check/Makefile.am:
969 * tests/check/gst/.cvsignore:
970 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
971 (typefindfunctions_suite):
972 Add unit test for the above.
974 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
976 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
977 On second thought, use "depth" field rather than "bpp" field.
979 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
981 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
982 Camtasia caps apparently need a bpp field (#398875).
984 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
986 * gst/playback/gstplaybasebin.c: (setup_subtitle),
987 (gen_source_element), (gst_play_base_bin_change_state):
988 Attempt at a better error message in case we don't have the required
989 URI handler installed; post missing-plugin message also when we're
990 missing an URI handler for the subtitle URI; clean up properly also
991 when an error occurs and we never made it to PAUSED state.
993 * tests/check/elements/playbin.c: (GST_START_TEST),
995 Check that we're also getting a missing-plugin messsage for a
996 missing subtitle URI handler (and clean up properly).
998 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1000 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1001 Plug a few reference leaks.
1003 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1005 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1006 Lower probability a bit if the marker isn't right at the start,
1007 to decrease the chance of false positives.
1009 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1011 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1012 Small mpeg2 system stream typefinding improvement: make typefinder
1013 probe a bit into the stream instead of just looking for a marker
1014 at the beginning. Fixes #397810.
1016 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
1018 * gst/audioconvert/gstchannelmix.c:
1019 Remove compatibility cruft for prehistoric GLib versions.
1021 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
1023 * gst/playback/Makefile.am:
1024 * gst/playback/gstdecodebin.c: (close_pad_link):
1025 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1026 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1027 (gst_play_base_bin_handle_message_func), (unknown_type):
1028 Let decodebin be the element to post missing-plugin messages for
1029 missing decoders (rather than playbin); make playbin implement
1030 GstBin::handle_message so we can suppress missing-plugin messages
1031 for types we're not handling on purpose (don't want to bring up an
1032 installer in those cases).
1034 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
1036 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1037 * gst-libs/gst/tag/gstvorbistag.c:
1038 (gst_tag_list_to_vorbiscomment_buffer):
1039 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1040 Fix potentially unaligned access (#397207).
1042 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1044 * tests/examples/seek/seek.c: (set_scale), (update_scale),
1045 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1046 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1048 Allow to toggle looping while it plays. Fix callback prototype. Clean
1049 up code a bit more. Add copyright header.
1051 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1053 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1054 Red and blue mask was swapped (spotted by Dan Williams).
1056 2007-01-15 Stefan Kost <ensonic@users.sf.net>
1058 * gst-libs/gst/tag/gstid3tag.c:
1059 * gst-libs/gst/tag/gstvorbistag.c:
1060 Use new beats-per-minute tag from core.
1062 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
1065 Add new files with translatable strings, so they actually make it
1066 into the template file one day.
1068 2007-01-12 Andy Wingo <wingo@pobox.com>
1070 * gst-libs/gst/audio/gstbaseaudiosink.c
1071 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1072 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1073 stuff, as the base class handles this now. Actually tell the ring
1075 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1076 How did this work before? Maybe I'm not as awesome a programmer as
1079 * gst-libs/gst/audio/gstbaseaudiosrc.c
1080 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1083 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1085 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1086 Remove more fields so that the application can better blacklist
1087 formats that have been tried before.
1089 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1091 * gst-libs/gst/audio/mixerutils.h:
1092 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1093 used when compiling with c++ compilers as well.
1095 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1097 * gst/typefind/gsttypefindfunctions.c:
1100 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
1102 * gst/playback/gstplaybin.c: (post_missing_element_message),
1103 (gen_video_element), (gen_text_element), (gen_audio_element),
1105 Post missing-plugin messages also when we error out because
1106 converters, textoverlay or auto*sinks are missing (#161922).
1108 2007-01-10 Wim Taymans <wim@fluendo.com>
1110 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1111 (is_demuxer_element), (new_caps):
1112 * gst/playback/gstplaybasebin.c: (source_new_pad):
1113 Fix the case where we try to ref a NULL element when we delay a link
1114 because of unfixed caps.
1115 Set the state of autoplugged decodebins to PAUSED.
1116 RTSP now works in playbin, we can remove it from the blacklist.
1118 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1120 * gst/playback/Makefile.am:
1121 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1122 (unknown_type), (setup_subtitle), (gen_source_element):
1123 * gst/playback/gstplaybin.c: (plugin_init):
1124 Post missing-plugin messages on the bus for missing sources and
1125 missing decoders/demuxers/depayloaders; fix error code used when
1126 we're missing an URI handler source; for media types that we are not
1127 handling on purpose at the moment, don't print "don't know how to
1128 handle xyz" messages to the terminal or post missing-plugin
1129 messages on the bus.
1131 * tests/check/elements/playbin.c: (create_playbin),
1132 (GST_START_TEST), (gst_codec_src_uri_get_type),
1133 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1134 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1135 (gst_codec_src_init_type), (gst_codec_src_base_init),
1136 (gst_codec_src_create), (gst_codec_src_class_init),
1137 (gst_codec_src_init), (plugin_init), (playbin_suite):
1138 Add some tests for the missing-plugin stuff.
1140 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1143 * gst-libs/gst/Makefile.am:
1144 * gst-libs/gst/utils/Makefile.am:
1145 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1146 * gst-libs/gst/utils/base-utils.h:
1147 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1148 (find_format_info), (caps_are_rtp_caps),
1149 (gst_base_utils_get_source_description),
1150 (gst_base_utils_get_sink_description),
1151 (gst_base_utils_get_decoder_description),
1152 (gst_base_utils_get_encoder_description),
1153 (gst_base_utils_get_element_description),
1154 (gst_base_utils_add_codec_description_to_tag_list),
1155 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1156 * gst-libs/gst/utils/descriptions.h:
1157 * gst-libs/gst/utils/missing-plugins.c:
1158 (missing_structure_get_type), (copy_and_clean_caps),
1159 (gst_missing_uri_source_message_new),
1160 (gst_missing_uri_sink_message_new),
1161 (gst_missing_element_message_new),
1162 (gst_missing_decoder_message_new),
1163 (gst_missing_encoder_message_new),
1164 (missing_structure_get_string_detail),
1165 (missing_structure_get_caps_detail),
1166 (gst_missing_plugin_message_get_installer_detail),
1167 (gst_missing_plugin_message_get_description),
1168 (gst_is_missing_plugin_message):
1169 * gst-libs/gst/utils/missing-plugins.h:
1170 API: add new libgstbaseutils library with functions
1171 - to create and parse missing-plugins messages
1172 - that provide (translated) descriptions for caps/decoders/sources/etc.
1175 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1176 * pkgconfig/gstreamer-plugins-base.pc.in:
1179 * docs/libs/gst-plugins-base-libs-docs.sgml:
1180 * docs/libs/gst-plugins-base-libs-sections.txt:
1181 Generate docs for new lib and API.
1183 * tests/check/Makefile.am:
1184 * tests/check/libs/.cvsignore:
1185 * tests/check/libs/utils.c: (missing_msg_check_getters),
1186 (GST_START_TEST), (libgstbaseutils_suite):
1187 Add some basic unit tests.
1189 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1191 * ext/ogg/Makefile.am:
1192 Dist gstoggdemux.h to fix 'make distcheck'.
1194 * sys/v4l/Makefile.am:
1195 Fix 'make distcheck' even more.
1197 2007-01-09 Wim Taymans <wim@fluendo.com>
1199 * docs/plugins/Makefile.am:
1200 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1201 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1202 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1203 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1204 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1205 (gst_ogg_demux_perform_seek):
1206 * ext/ogg/gstoggdemux.h:
1208 Add some more comments.
1211 2007-01-09 Wim Taymans <wim@fluendo.com>
1213 * ext/theora/theoradec.c:
1214 * ext/vorbis/vorbisdec.c:
1215 * gst-libs/gst/audio/gstringbuffer.c:
1216 (gst_ring_buffer_commit_full):
1217 * gst-libs/gst/audio/gstringbuffer.h:
1218 * gst-libs/gst/rtp/gstrtpbuffer.c:
1219 * gst-libs/gst/tag/gstvorbistag.c:
1220 Small documentation updates/fixes
1222 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1225 Require core CVS HEAD for Andy's basesrc/sink API additions.
1227 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1229 Patch by: Günter Thelen <daedalus dot inc at gmx net>
1231 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1233 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1234 on flac.sf.net (there appear to be other versions of the first
1235 ogg page in the wild) (#391365).
1237 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1240 Check if localtime_r() is available.
1242 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1243 If localtime_r() is not available, fall back to localtime(). Should
1244 fix build on MingW (#393310).
1246 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1248 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1249 * gst/subparse/gstsubparse.h:
1250 Remove spurious 1000 subtrahend when calculating the timestamp from
1251 the frame number and the frame rate . Also, use the frames/second
1252 value specified in the first line of the file, if one is specified
1253 there. Should fix #357503.
1255 * tests/check/elements/subparse.c: (do_test),
1256 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1258 Add some basic unit tests for the microdvd subtitle format.
1260 2007-01-07 Julien MOUTTE <julien@moutte.net>
1262 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1263 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1264 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1265 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1266 (gst_xvimagesink_set_xwindow_id),
1267 (gst_xvimagesink_set_event_handling),
1268 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1269 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1270 Patch by : Young-Ho Cha <ganadist at chollian dot net>
1272 Add an adaptor property to select a specific XV adaptor.
1273 * sys/xvimage/xvimagesink.h:
1275 2007-01-07 Julien MOUTTE <julien@moutte.net>
1277 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1278 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1279 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1280 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1281 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1282 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1283 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1284 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1285 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1286 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1287 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1288 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1289 Use flow_lock much more to protect every access to xwindow.
1290 Try to catch erros while creating images in case some drivers are
1291 just generating an XError when the requested image is too big.
1292 Should fix : #354698, #384008, #384060.
1293 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1294 Implement some stress testing of setting window xid.
1296 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
1298 * win32/common/libgsaudio.def:
1299 Add new exported function.
1300 * win32/common/libgstogg.dsp:
1301 Add gstoggaviparse.c to the build.
1302 * win32/common/libgstvideoscale.dsp:
1303 Add vs_4tap.c to the build.
1304 * win32/common/libgstvorbis.dsp:
1305 Add vorbistag.c to the build.
1307 2007-01-06 Andy Wingo <wingo@pobox.com>
1309 * gst-libs/gst/audio/gstbaseaudiosink.c
1310 (gst_base_audio_sink_class_init)
1311 (gst_base_audio_sink_init):
1312 (gst_base_audio_sink_activate_pull): Add an activate_pull function
1313 to baseaudiosink, and tell basesink that we can work in pull mode.
1314 This way the ring buffer thread drives the pipeline directly, if
1315 pull mode is possible. There is some lingering nastiness regarding
1317 (gst_base_audio_sink_callback): Implement the callback to pull
1318 data. This interface is a bit light, though -- it should get a
1319 GstFlowReturn return value at least.
1321 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1323 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1324 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1325 * gst/playback/gstdecodebin2.c:
1326 (gst_decode_group_check_if_blocked):
1327 Printf format and missing argument fixes.
1329 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
1331 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1332 (gst_ogm_parse_change_state):
1333 Activate pads before adding them to the element.
1335 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1337 * tests/examples/seek/scrubby.c: (main):
1338 * tests/examples/seek/seek.c: (main):
1339 Call g_thread_init() first thing in main() (see #391278).
1341 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1343 * tests/check/Makefile.am:
1344 * tests/check/libs/.cvsignore:
1345 * tests/check/libs/netbuffer.c: (GST_START_TEST),
1347 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1348 for the time being, since it's broken, see #393099.
1350 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1352 * tests/check/Makefile.am:
1353 Update to use GST_PLUGINS_BASE_CFLAGS as well.
1355 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
1358 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1359 so that GST_BASE_CFLAGS can go inbetween them, making sure
1360 we use uninstalled gst-libs headers
1361 * docs/libs/Makefile.am:
1362 * ext/alsa/Makefile.am:
1363 * ext/cdparanoia/Makefile.am:
1364 * ext/gnomevfs/Makefile.am:
1365 * ext/libvisual/Makefile.am:
1366 * ext/ogg/Makefile.am:
1367 * ext/theora/Makefile.am:
1368 * ext/vorbis/Makefile.am:
1369 * gst-libs/gst/audio/Makefile.am:
1370 * gst-libs/gst/cdda/Makefile.am:
1371 * gst-libs/gst/interfaces/Makefile.am:
1372 * gst-libs/gst/riff/Makefile.am:
1373 * gst-libs/gst/rtp/Makefile.am:
1374 * gst-libs/gst/tag/Makefile.am:
1375 * gst/adder/Makefile.am:
1376 * gst/audioconvert/Makefile.am:
1377 * gst/audiorate/Makefile.am:
1378 * gst/audioresample/Makefile.am:
1379 * gst/playback/Makefile.am:
1380 * gst/tcp/Makefile.am:
1381 * gst/videoscale/Makefile.am:
1382 * gst/volume/Makefile.am:
1383 * sys/ximage/Makefile.am:
1384 * sys/xvimage/Makefile.am:
1385 * tests/icles/Makefile.am:
1388 2007-01-04 Julien MOUTTE <julien@moutte.net>
1390 * gst-libs/gst/interfaces/xoverlay.c:
1391 (gst_x_overlay_handle_events):
1392 * gst-libs/gst/interfaces/xoverlay.h:
1393 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1394 (gst_ximagesink_set_xwindow_id),
1395 (gst_ximagesink_set_event_handling),
1396 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1397 (gst_ximagesink_get_property), (gst_ximagesink_init),
1398 (gst_ximagesink_class_init):
1399 * sys/ximage/ximagesink.h:
1400 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1401 (gst_xvimagesink_set_xwindow_id),
1402 (gst_xvimagesink_set_event_handling),
1403 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1404 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1405 (gst_xvimagesink_class_init):
1406 * sys/xvimage/xvimagesink.h:
1407 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1408 Add a method to the XOverlay interface to allow disabling of
1409 event handling in x[v]imagesink elements. This will let X events
1410 propagate to parent windows which can be usefull in some cases.
1411 Be carefull that the application is then responsible of pushing
1412 navigation events and expose events to the video sink.
1415 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
1417 * gst-libs/gst/tag/gstvorbistag.c:
1418 * tests/check/libs/tag.c: (GST_START_TEST):
1419 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1422 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
1426 * docs/design/Makefile.am:
1429 2006-12-27 Julien MOUTTE <julien@moutte.net>
1431 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1432 typo. Fixes: #390063.
1434 2006-12-27 Julien MOUTTE <julien@moutte.net>
1436 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1437 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1439 * win32/common/config.h: Updated.
1441 2006-12-22 Stefan Kost <ensonic@users.sf.net>
1443 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1444 (setup_gdpdepay_streamheader):
1445 * tests/check/elements/gdppay.c: (cleanup_gdppay),
1446 (setup_gdppay_streamheader):
1447 Fix the dp tests, but activating the pads for the streamheader tests
1448 too and cleaning up conditionaly
1450 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
1452 * gst/ffmpegcolorspace/avcodec.h:
1453 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1454 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1455 (gst_ffmpegcsp_avpicture_fill):
1456 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1457 (img_get_alpha_info):
1458 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1459 other end of the word. Fixes: #387073.
1461 Add some inconsequential branch hints in a couple of places.
1463 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
1465 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1466 (gst_ffmpeg_caps_to_smpfmt):
1467 The "signed" field in raw audio caps is of boolean type, trying to
1468 extract the value with _get_int() will fail (fix to keep in sync with
1469 the copy in gst-ffmpeg)
1471 2006-12-21 Stefan Kost <ensonic@users.sf.net>
1473 * tests/check/elements/audioresample.c: (cleanup_audioresample):
1474 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1475 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1477 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1478 * tests/check/elements/subparse.c: (teardown_subparse):
1479 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1480 * tests/check/elements/videorate.c: (cleanup_videorate):
1481 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1482 * tests/check/elements/volume.c: (cleanup_volume):
1483 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1484 (cleanup_vorbisdec):
1485 * tests/check/elements/vorbistag.c: (setup_vorbistag),
1486 (cleanup_vorbistag):
1487 consistent pad (de)activation
1489 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1491 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1492 Forgot to register the extensions.
1494 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
1496 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1498 Add typefinder for VIVO files (my christmas present to the 90s).
1500 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1502 * gst/playback/gstdecodebin.c: (type_found):
1503 Special-case the text/plain media type: we only want to recognise it
1504 as a 'raw' decoded media type if it comes from a demuxer or subtitle
1505 parser, but not if the entire stream is of text/plain type. If the
1506 entire stream is text/plain, we should just error out.
1508 This fixes playback of audio files with lyrics in totem. Totem can't
1509 distinguish between text files and subtitle files and passes any
1510 .txt file with the same basename as the main file to playbin as
1511 suburi, and playbin will then throw a 'subtitle found, but no video
1512 stream' error, which isn't entirely helpful. See #380342.
1514 Also, with this change we'll show a slightly more correct error
1515 message in case totem passes a playlist file to us (although a
1516 custom error message wording instead of the default text would
1517 probably not be a bad idea either).
1519 Same problem also needs to be fixed for playbin+decodebin2.
1521 * tests/check/Makefile.am:
1522 * tests/check/elements/decodebin.c: (src_handoff_cb),
1523 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1525 Add simple unit test for decodebin for the above.
1527 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
1529 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1530 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1531 Refuse to change state to READY when we failed to create any of the
1532 required elements in our instance init function.
1534 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
1536 * docs/libs/gst-plugins-base-libs-sections.txt:
1537 Small docs fixes/updates.
1539 * gst-libs/gst/video/gstvideosink.h:
1540 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1541 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1542 removed from the base sink API between 0.9.6 and 0.9.7).
1543 API: add GST_VIDEO_SINK_CAST and use it for the height/width
1544 accessor macros, so we don't do a runtime GObject type check every
1547 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
1550 * gst-plugins-base.doap:
1551 * gst-plugins-base.spec.in:
1554 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
1556 Patch by: Jens Granseuer <jensgr at gmx net>
1558 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1559 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1560 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1561 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1562 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1563 Declare variables at the beginning of a block. Fixes #383195.
1565 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
1568 Bump version nano - back to CVS.
1571 === release 0.10.11 ===
1573 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
1576 releasing 0.10.11, "Dumb things"
1578 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
1580 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1581 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1582 Handle the case where an element has multiple pads with
1583 unfixed caps as well as still possibly producing more dynamic
1584 pads by storing each case as a distinct entry in the dynamic list.
1587 2006-12-04 Wim Taymans <wim@fluendo.com>
1589 * gst/playback/gstdecodebin.c: (close_pad_link):
1590 Fix #382223, add more dynamic caps handling.
1592 2006-12-04 Wim Taymans <wim@fluendo.com>
1594 reviewed by: <delete if not using a buddy>
1596 * gst-libs/gst/audio/gstringbuffer.h:
1597 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1598 (gst_netaddress_set_ip4_interface),
1599 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1600 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1601 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1602 (gst_netaddress_get_ttl):
1603 * gst-libs/gst/netbuffer/gstnetbuffer.h:
1604 * gst/playback/gstdecodebin.c: (close_pad_link):
1605 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1606 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1607 * win32/common/config.h:
1609 2006-12-01 Michael Smith <msmith@fluendo.com>
1611 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1612 Delete bad debug code.
1615 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
1617 * gst/videoscale/vs_4tap.c:
1619 * win32/common/config.h:
1620 * win32/vs8/libgstvideoscale.vcproj:
1621 Fix compilation on win32 under VS8
1622 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1623 Partially fixes #381175
1625 2006-11-30 Michael Smith <msmith@fluendo.com>
1627 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1629 It would be very bad if, after a discont buffer, we thought every
1630 single following buffer was also discont. So, add to the test to
1631 ensure that this isn't the case.
1633 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1634 ... it was the case. So fix it.
1636 2006-11-28 Wim Taymans <wim@fluendo.com>
1638 * gst/playback/gstplaybasebin.c: (check_queue_event):
1641 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1642 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1643 padtemplate caps. Refixes #357577.
1645 2006-11-28 Wim Taymans <wim@fluendo.com>
1647 * gst/playback/gstplaybasebin.c: (check_queue_event),
1648 (queue_threshold_reached), (queue_out_of_data),
1649 (gen_preroll_element):
1650 Add event probe to see when EOS is in a queue and we can disable the
1651 underrun signals. Fixes #357577.
1653 2006-11-28 Edward Hervey <edward@fluendo.com>
1655 * gst/playback/Makefile.am:
1656 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1657 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1658 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1659 (gst_decode_bin_init), (gst_decode_bin_dispose),
1660 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1661 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1662 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1663 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1664 (connect_element), (expose_pad), (type_found),
1665 (pad_added_group_cb), (pad_removed_group_cb),
1666 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1667 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1668 (are_raw_caps), (multi_queue_overrun_cb),
1669 (multi_queue_underrun_cb), (gst_decode_group_new),
1670 (get_current_group), (group_demuxer_event_probe),
1671 (gst_decode_group_control_demuxer_pad),
1672 (gst_decode_group_control_source_pad),
1673 (gst_decode_group_check_if_blocked),
1674 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1675 (gst_decode_group_hide), (gst_decode_group_free),
1676 (gst_decode_group_set_complete), (source_pad_blocked_cb),
1677 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1678 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1680 New decodebin2 element.
1682 * gst/playback/gstplay-marshal.list:
1683 Added marshallers for new signals in decodebin2
1684 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1685 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1688 2006-11-28 Wim Taymans <wim@fluendo.com>
1690 * gst/playback/gstplaybasebin.c: (setup_source),
1691 (gst_play_base_bin_change_state):
1692 Disable rtsp:// uris for the release, it's not good enough yet.
1695 2006-11-26 Wim Taymans <wim@fluendo.com>
1697 * ext/theora/theoradec.c: (gst_theora_dec_reset),
1698 (theora_dec_push_forward), (theora_dec_push_reverse),
1699 (theora_handle_data_packet), (theora_dec_decode_buffer),
1700 (theora_dec_flush_decode), (theora_dec_chain_reverse),
1701 (theora_dec_chain_forward), (theora_dec_chain):
1702 Implement reverse playback.
1704 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1705 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1706 (vorbis_dec_chain_forward):
1707 Clear buffers used for reverse playback in _reset.
1708 No need to set the eos flag, we clip samples using the segment.
1710 2006-11-24 Wim Taymans <wim@fluendo.com>
1712 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1713 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1714 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1715 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1717 Handle continued pages in reverse mode.
1719 2006-11-24 Wim Taymans <wim@fluendo.com>
1721 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1722 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1723 (vorbis_dec_flush_decode):
1725 Don't try to add invalid timestamps.
1726 Clipping will unref the buffer.
1728 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1730 * gst/adder/gstadder.h:
1731 * gst/audiotestsrc/gstaudiotestsrc.h:
1732 remove obsolete _factory_init protos
1734 2006-11-24 Stefan Kost <ensonic@users.sf.net>
1736 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1737 Fix spacing in debug message.
1739 2006-11-23 Wim Taymans <wim@fluendo.com>
1741 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1742 (gst_ogg_demux_chain):
1743 Don't just ignore return values from _pad_push().
1744 Small debug improvements.
1746 2006-11-23 Michael Smith <msmith@fluendo.com>
1748 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1749 If our incoming buffer is marked as DISCONT, then increment the page
1750 number (so that the discontinuity is marked in the final ogg
1751 bitstream) and flush the previous page.
1753 2006-11-22 Michael Smith <msmith@fluendo.com>
1755 * ext/theora/gsttheoraenc.h:
1756 * ext/theora/theoraenc.c: (gst_theora_enc_init),
1757 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1758 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1759 (theora_enc_chain), (theora_enc_change_state):
1760 Mark discontinuities of > 3/4 of a frame, reinit encoder.
1762 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1763 (GST_START_TEST), (theoraenc_suite):
1764 Enable discontinuity test, fix it.
1766 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1768 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1769 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1770 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1771 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1772 (gst_text_overlay_change_state):
1773 * ext/pango/gsttextoverlay.h:
1774 Some textoverlay fixes: for one, in the video chain function,
1775 actually wait for a text buffer to come in if there is none at the
1776 moment and there should be one; also, deal more gracefully with
1777 incoming buffers that do not have a timestamp or duration; discard
1778 text buffer when not needed any longer. Fixes #341681.
1780 * tests/check/Makefile.am:
1781 * tests/check/elements/.cvsignore:
1782 * tests/check/elements/textoverlay.c:
1783 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1784 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1785 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1786 (test_video_waits_for_text_send_text_newsegment_thread),
1787 (test_video_waits_for_text_shutdown_element),
1788 (test_render_continuity_push_video_buffers_thread),
1789 (textoverlay_suite):
1790 Add some unit tests for textoverlay.
1792 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
1794 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1795 Avoid integer underflow when the found probability for mp3 is
1796 smaller than the 'penalty' we subtract if there's not a clean
1797 mp3 header sync at offset 0.
1799 2006-11-21 Stefan Kost <ensonic@users.sf.net>
1801 * docs/libs/gst-plugins-base-libs-sections.txt:
1802 Add some new symbols to the docs
1804 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
1806 * tests/check/Makefile.am:
1807 * tests/check/elements/ffmpegcolorspace.c:
1808 (ffmpegcolorspace_suite):
1809 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1810 (for now not for valgrinding though, since it takes too long).
1812 2006-11-20 Wim Taymans <wim@fluendo.com>
1814 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1815 (gst_ffmpeg_pixfmt_to_caps):
1816 Fix RGBA32 caps. Fixes #357038.
1818 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
1820 * gst-libs/gst/interfaces/mixertrack.h:
1821 Add FIXME so we can add some padding here in 0.11
1823 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
1825 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1826 Fix GstBaseRTPAudioPayload structure so the whole GObject
1827 inheritance business actually works (parent class instance structure
1828 must always come first in the derived class instance structure).
1830 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
1832 * gst/videotestsrc/Makefile.am:
1833 * tests/check/Makefile.am:
1834 Make sure our checks and the videotestsrc plugin link against the
1835 local uninstalled gst libs and not any installed gst libs that
1836 might happen to exist as well.
1838 * tests/check/elements/adder.c: (message_received),
1839 (test_event_message_received), (test_play_twice_message_received):
1840 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1841 Fix compiler warnings when compiling against core with disabled
1844 2006-11-16 Michael Smith <msmith@fluendo.com>
1846 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1847 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1848 Fix audiorate, so that it accurately sets offsets and timestamps.
1849 Doesn't change the fundamental algorithmic decisions; so should be
1852 * tests/check/Makefile.am:
1853 Enable audiorate test now that it passes.
1855 2006-11-09 Stefan Kost <ensonic@users.sf.net>
1857 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1858 clear xv when going to NULL, remove // commented non-existant proto
1860 * tests/examples/seek/seek.c: (main):
1861 add missing tooltip description for scrub and play_scrub
1863 2006-11-14 David Schleef <ds@schleef.org>
1866 Bump liboil requirement to 0.3.8.
1867 * gst-libs/gst/riff/riff-media.c:
1869 * gst/videoscale/vs_image.h:
1870 * gst/videoscale/vs_scanline.h:
1871 Use liboil's stdint.h.
1872 * gst/videotestsrc/videotestsrc.c:
1873 Remove liboil related ifdef's, since they aren't needed now, and
1874 won't work with future versions.
1876 2006-11-14 David Schleef <ds@schleef.org>
1878 * gst/videoscale/Makefile.am:
1879 * gst/videoscale/gstvideoscale.c:
1880 * gst/videoscale/gstvideoscale.h:
1881 * gst/videoscale/vs_4tap.c:
1882 * gst/videoscale/vs_4tap.h:
1883 * gst/videoscale/vs_image.c:
1884 * gst/videoscale/vs_image.h:
1885 * gst/videoscale/vs_scanline.c:
1886 * gst/videoscale/vs_scanline.h:
1887 Add a 4-tap image scaler. Theoretically looks much prettier.
1888 The tap calculation could use some improvement.
1890 2006-11-14 Wim Taymans <wim@fluendo.com>
1892 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1894 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1895 (gst_riff_parse_strf_iavs):
1896 * gst/subparse/gstsubparse.c: (convert_encoding):
1897 * gst/tcp/gstmultifdsink.c:
1898 (gst_multi_fd_sink_handle_client_write):
1899 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1900 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1901 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1902 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1903 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1904 (gst_ximagesink_ximage_new):
1905 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1906 Various gsize and gssize printf fixes. Fixes #372507.
1908 2006-11-13 Wim Taymans <wim@fluendo.com>
1910 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1911 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1912 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1913 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1914 (vorbis_dec_chain_forward), (vorbis_dec_chain):
1915 * ext/vorbis/vorbisdec.h:
1916 First stab at vorbis reverse playback.
1918 2006-11-13 Wim Taymans <wim@fluendo.com>
1920 * gst-libs/gst/audio/gstbaseaudiosink.c:
1921 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1922 * gst-libs/gst/audio/gstbaseaudiosink.h:
1923 Make the clock sync code more accurate wrt resampling and playback
1926 * gst-libs/gst/audio/gstringbuffer.c:
1927 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1928 * gst-libs/gst/audio/gstringbuffer.h:
1929 Use better algorithm to interpolate sample rates.
1931 2006-11-13 Michael Smith <msmith@fluendo.com>
1933 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1934 Improve a debug line slightly.
1936 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1937 Call gst_riff_init() in plugin_init, to avoid getting errors from
1938 the debug system (unrelated changes to another plugin made this turn
1941 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
1943 Patch by: Sergey Scobich <sergery.scobich at gmail com>
1945 * win32/common/libgsttag.def:
1946 Add missing symbol (#366492).
1948 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
1950 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1951 Don't unref a NULL pad.
1953 2006-11-09 Wim Taymans <wim@fluendo.com>
1955 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1956 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1957 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1958 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1959 (gst_ogg_demux_loop):
1960 Implement first stab at reverse playback.
1962 2006-11-07 Stefan Kost <ensonic@users.sf.net>
1964 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1965 (gst_riff_create_video_template_caps):
1966 add h263/h264 variants to the caps, Fixes #363118
1968 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
1970 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1971 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1972 Use g_strerror instead of strerror so we get UTF-8.
1974 2006-11-03 David Schleef <ds@schleef.org>
1976 * ext/ogg/gstoggdemux.c:
1977 * ext/ogg/gstoggmux.c:
1978 Add/remove KW-DIRAC header here, since it is ogg-specific.
1980 2006-11-03 Michael Smith <msmith@fluendo.com>
1982 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1983 Recognise more mpeg4 elementary video streams.
1985 2006-11-02 Edward Hervey <edward@fluendo.com>
1987 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1988 Lower the probability of mp3 typefinding functions if we don't find a
1989 valid mp3 header at the start of the file.
1992 2006-11-02 Wim Taymans <wim@fluendo.com>
1994 * ext/theora/gsttheoradec.h:
1995 * ext/theora/theoradec.c: (gst_theora_dec_init),
1996 (theora_dec_sink_event), (theora_dec_chain_forward),
1997 (theora_dec_flush_decode), (theora_dec_chain_reverse),
1999 Document and partially implement an algorithm for doing reverse playback
2002 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
2004 Patch by: Sergey Scobich <sergey.scobich at gmail com>
2006 * win32/common/config.h:
2007 * win32/common/interfaces-enumtypes.c:
2008 * win32/common/libgsttag.def:
2009 * win32/vs8/gst-plugins-base.sln:
2010 * win32/vs8/libgstaudioresample.vcproj:
2011 * win32/vs8/libgstinterfaces.vcproj:
2012 * win32/vs8/libgstogg.vcproj:
2013 * win32/vs8/libgstriff.vcproj:
2014 * win32/vs8/libgsttag.vcproj:
2015 * win32/vs8/libgsttheora.vcproj:
2016 * win32/vs8/libgstvideoscale.vcproj:
2017 * win32/vs8/libgstvorbis.vcproj:
2018 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2019 to libgsttag.def; add missing dependencies for some vs8 projects;
2020 re-arrange placement of .def files in vs8 projects (#366334).
2022 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
2025 Remove unused variable.
2027 * ext/ogg/gstoggdemux.c:
2028 Fix Wim's surname in plugin description.
2030 2006-10-31 Wim Taymans <wim@fluendo.com>
2032 * gst-plugins-base.spec.in:
2033 spec new .h file. Fixes #368310.
2035 2006-10-31 Michael Smith <msmith@fluendo.com>
2037 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2038 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2039 (gst_multi_fd_sink_get_stats),
2040 (gst_multi_fd_sink_remove_client_link),
2041 (gst_multi_fd_sink_queue_buffer),
2042 (gst_multi_fd_sink_handle_clients):
2043 * gst/tcp/gstmultifdsink.h:
2044 Make using the remove or clear signals threadsafe.
2045 Make calling get-stats with an invalid fd not segfault.
2048 2006-10-31 Wim Taymans <wim@fluendo.com>
2050 * gst-libs/gst/rtp/Makefile.am:
2051 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2052 (gst_base_rtp_audio_payload_init):
2053 Fix and activate base audio payloader.
2055 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2057 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2059 Add typefinder for QuickTime Image Files (see #366156).
2061 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2063 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2064 Another typo fix (#366212).
2066 2006-10-27 Wim Taymans <wim@fluendo.com>
2068 * gst/volume/gstvolume.c: (volume_transform_ip):
2069 Use stream time to synchronize volume property instead of rather random
2070 timestamps. This is needed when gnonlin does its time shifting.
2072 2006-10-27 Wim Taymans <wim@fluendo.com>
2074 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2076 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2077 Remove the pad from the element in release_pad. Fixes #364812.
2079 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
2081 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2082 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2083 Explicitly create our custom buffer classes at a thread-safe
2084 location as well, since g_type_class_ref() doesn't seem to be
2085 entirely thread-safe either (#365501; also see #349410).
2087 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
2089 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2090 (gst_riff_parse_info):
2091 If strings in INFO chunk are not UTF-8, do something similar to
2092 what we do for ID3v1 tags: check a number of environment variables
2093 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2094 character sets to try, otherwise try the current locale and/or fall
2095 back on ISO-8859-1. Fixes #360552.
2097 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2099 * gst/videotestsrc/gstvideotestsrc.c:
2100 (gst_video_test_src_pattern_get_type),
2101 (gst_video_test_src_set_pattern):
2102 * gst/videotestsrc/gstvideotestsrc.h:
2103 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2104 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2105 (gst_video_test_src_checkers8):
2106 * gst/videotestsrc/videotestsrc.h:
2107 Add a bunch of exciting new checkers patterns.
2109 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2111 * gst/subparse/Makefile.am:
2112 * gst/subparse/gstsubparse.c:
2113 (gst_sub_parse_data_format_autodetect),
2114 (gst_sub_parse_format_autodetect), (handle_buffer),
2115 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2116 * gst/subparse/gstsubparse.h:
2117 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2119 * gst/subparse/tmplayerparse.h:
2120 Add support for TMPlayer-type subtitles (#362845).
2122 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2123 (GST_START_TEST), (subparse_suite):
2124 Add some basic unit tests for the above.
2126 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2128 * tests/check/elements/audiorate.c: (test_injector_base_init),
2129 (test_injector_class_init), (test_injector_chain),
2130 (test_injector_init), (probe_cb), (do_perfect_stream_test),
2131 (GST_START_TEST), (audiorate_suite):
2132 More tests for audiorate: inject buffers to check behaviour when
2135 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
2137 * tests/check/Makefile.am:
2138 * tests/check/elements/.cvsignore:
2139 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2140 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2141 Add some basic unit tests for audiorate. Disabled at the moment
2142 since it doesn't pass yet (see bug #363119).
2144 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
2146 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2147 (parse_subrip), (handle_buffer):
2148 Add missing closing tags for markup and fix broken markup,
2149 otherwise pango won't render anything (fixes #357531). Also,
2150 make sure the text we send out is always NUL-terminated
2151 (better safe than sorry etc.).
2153 * tests/check/elements/subparse.c: (test_srt_do_test),
2155 Some more tests for .srt incl. tests for the above stuff.
2157 2006-10-20 Julien MOUTTE <julien@moutte.net>
2159 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2160 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2161 Patch by: Stefan Kost <ensonic@users.sf.net>
2162 Try to redraw borders only when needed. Apparently this consumes
2163 resources on small devices... :-O (#363607)
2165 2006-10-20 Michael Smith <msmith@fluendo.com>
2167 * gst/tcp/gstmultifdsink.c:
2168 (gst_multi_fd_sink_client_queue_buffer):
2169 If caps change, then update the client's idea of the caps so that we
2170 don't end up re-sending streamheaders for every single buffer after
2173 2006-10-20 Michael Smith <msmith@fluendo.com>
2175 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2176 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2177 Set caps on pushed buffers; fix up refcounting of caps objects.
2179 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2181 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2183 Typefind mmsh header data packet to application/x-mmsh (#362625).
2185 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2187 * tests/check/Makefile.am:
2188 * tests/check/elements/.cvsignore:
2189 * tests/check/elements/subparse.c: (buffer_from_static_string),
2190 (setup_subparse), (teardown_subparse), (test_srt_do_test),
2191 (GST_START_TEST), (subparse_suite):
2192 Add very simple unit test for subparse.
2194 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2196 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2198 Strip trailing newlines from subtitle text output.
2200 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2202 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2203 (gst_sub_parse_change_state):
2204 Fix memleak; clear subparse->textbuf n state change function.
2206 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2208 * gst/subparse/gstsubparse.c:
2209 (gst_sub_parse_data_format_autodetect):
2210 Don't require subrip (.srt) files to start with a chunk number of 1.
2212 2006-10-18 Wim Taymans <wim@fluendo.com>
2214 * gst-libs/gst/audio/gstbaseaudiosink.c:
2215 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2216 * gst-libs/gst/audio/gstbaseaudiosink.h:
2217 Extract rate from the NEWSEGMENT event.
2218 Use commit_full to also take rate adjustment into account when writing
2219 samples to the ringbuffer.
2221 * gst-libs/gst/audio/gstringbuffer.c:
2222 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2223 (gst_ring_buffer_read):
2224 * gst-libs/gst/audio/gstringbuffer.h:
2225 Added _commit_full() to also take rate into account.
2226 Use simple interpolation algorithm to resample audio.
2227 API: gst_ring_buffer_commit_full()
2229 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2230 * tests/examples/seek/seek.c: (segment_done):
2231 Don't try to seek with 0.0 rate, just pause instead.
2232 Remove bogus debug line.
2234 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2236 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2238 Catch async errors when starting up the subtitle bin, so we can
2239 stop waiting and continue with the main film instead of hanging
2240 forever. Fixes #339366.
2242 * tests/check/elements/playbin.c: (playbin_suite):
2243 Enable unit test for the above.
2245 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2247 * tests/check/Makefile.am:
2248 * tests/check/elements/.cvsignore:
2249 * tests/check/elements/playbin.c: (GST_START_TEST),
2250 (gst_red_video_src_uri_get_type),
2251 (gst_red_video_src_uri_get_protocols),
2252 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2253 (gst_red_video_src_uri_handler_init),
2254 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2255 (gst_red_video_src_create), (gst_red_video_src_class_init),
2256 (gst_red_video_src_init), (plugin_init), (playbin_suite):
2257 Some small and basic unit tests for playbin; not very useful yet,
2258 but at least a start.
2260 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2262 * gst/playback/gstplaybin.c: (setup_sinks):
2263 The old pad activation spiel.
2265 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2267 * gst/playback/gstplaybasebin.c: (setup_source):
2268 Don't hang forever if the subbin already fails to start up in
2269 the state change to PAUSED (#339366).
2271 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
2273 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2274 (gst_tuner_set_channel), (gst_tuner_get_channel),
2275 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2276 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2277 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2278 (gst_tuner_find_channel_by_name):
2279 Fix some function guards, add some more function guards.
2281 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
2283 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2284 (remove_element_chain):
2285 Don't return a pad from get_our_ghost_pad unless it is actually the
2287 Change a cast in remove_element_chain slightly.
2289 2006-10-13 Julien MOUTTE <julien@moutte.net>
2291 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2292 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2293 Segment seeking needs to use the rate and set stop to -1.
2295 2006-10-13 Wim Taymans <wim@fluendo.com>
2297 * gst-libs/gst/audio/gstbaseaudiosink.c:
2298 (gst_base_audio_sink_setcaps):
2299 Don't crash when ringbuffer is not yet created.
2300 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2303 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2304 * gst/playback/gststreamselector.c:
2305 (gst_stream_selector_request_new_pad):
2306 Activate pads befre adding them to running elements.
2308 2006-10-13 Julien MOUTTE <julien@moutte.net>
2310 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2311 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2312 updater when we start grabing the slider. Don't wait for the
2313 pipeline to be PAUSED.
2315 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
2317 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2318 (gst_mixer_set_volume), (gst_mixer_get_volume),
2319 (gst_mixer_set_mute), (gst_mixer_set_option),
2320 (gst_mixer_get_option), (gst_mixer_mute_toggled),
2321 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2322 (gst_mixer_option_changed):
2323 Guard mixer interface functions against bogus arguments.
2325 2006-10-12 Julien MOUTTE <julien@moutte.net>
2327 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2328 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2329 (msg_state_changed), (main): Use state-changed messages to trigger
2330 start/stop of scale update timer. Indeed the scale slider was
2331 jumping here and there because the update timer was activated
2332 before seek completed. This fixes instant applying of rate changes
2333 by pressing the spinbutton like a crazy man !
2335 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
2337 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
2339 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2340 (gst_basertppayload_finalize):
2341 Fix two small memory leaks (#361456).
2343 2006-10-10 Julien MOUTTE <julien@moutte.net>
2345 * tests/examples/seek/seek.c: (do_seek),
2346 (rate_spinbutton_changed_cb): When changing spinbutton we try
2347 to change the rate on the fly.
2349 2006-10-10 Wim Taymans <wim@fluendo.com>
2351 * gst-libs/gst/riff/riff-ids.h:
2352 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2353 (gst_riff_create_audio_template_caps):
2356 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2358 Patch by: Josep Torre Valles <josep@fluendo.com>
2360 * ext/gnomevfs/gstgnomevfssink.c:
2361 * ext/gnomevfs/gstgnomevfssrc.c:
2362 Fix URI interface implementation return type.
2363 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2364 Fix what looks like a copy/paste issue when assigning values.
2365 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2366 (gst_audio_filter_template_get_type):
2367 Cast to prevent Forte warnings.
2368 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2369 Fix URI interface implementation return type.
2370 gst_pad_query_position requires a signed integer pointer as
2371 3rd parameter, GstClockTime is unsigned.
2372 * gst/audioconvert/audioconvert.c:
2373 Fix integer overflow when treated as signed.
2374 * gst/audioresample/resample.c: (resample_add_input_data):
2375 Cast to prevent warnings on Forte.
2376 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2377 Fix integer overflow when treated as signed.
2378 * gst/ffmpegcolorspace/imgconvert_template.h:
2379 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2380 * gst/playback/gstdecodebin.c: (queue_filled_cb),
2381 (cleanup_decodebin):
2382 Who initialises a guint to -1!
2383 Cast function pointers to prevent warnings on Forte.
2384 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2385 (queue_threshold_reached):
2386 Cast function pointers correctly to prevent warnings on Forte.
2387 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2388 Cast function pointers correctly to prevent warnings on Forte.
2389 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2390 Obvious change to unsigned, 0xEF > max signed char.
2391 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2392 GstClockTime is unsigned, initialise correctly.
2393 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2394 Cast so pointer arithemetic doesn't cause warnings on Forte.
2395 * gst/videorate/gstvideorate.c:
2396 Use correct return value.
2397 * tests/examples/seek/scrubby.c:
2398 GstClockTime is unsigned, initialise correctly.
2400 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
2402 Patch by: Ferenc Gerlits <fgerlits at gmail com>
2404 * gst/typefind/gsttypefindfunctions.c:
2405 Recognise XML files and XML-like files shorter than 256 bytes as
2406 well (fixes #359237).
2408 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
2410 Patch by: Renato Filho <renato.filho@indt.org.br>
2412 * gst/typefind/gsttypefindfunctions.c:
2413 Added typefind functions to video/x-nuv media.
2415 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
2417 * gst-libs/gst/interfaces/xoverlay.c:
2418 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2419 Some more guards against invalid input.
2421 2006-10-07 Julien MOUTTE <julien@moutte.net>
2423 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
2425 * tests/examples/seek/seek.c: (do_seek),
2426 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2427 seek example to experiment with rates != 1.0 (reverse playback !)
2429 2006-10-06 Stefan Kost <ensonic@users.sf.net>
2431 * gst-libs/gst/interfaces/xoverlay.c:
2432 Unref message in doc-example (spotted by Robert McQueen)
2434 2006-10-06 Wim Taymans <wim@fluendo.com>
2436 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2437 (mpeg1_parse_header), (mpeg1_sys_type_find):
2440 2006-10-06 Wim Taymans <wim@fluendo.com>
2442 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2444 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2445 Activate dynamic pads before adding them to the element.
2447 2006-10-06 Michael Smith <msmith@fluendo.com>
2449 * gst-libs/gst/floatcast/floatcast.h:
2450 Fix obviously-bogus macros; use the correct types.
2452 2006-10-06 Wim Taymans <wim@fluendo.com>
2454 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2455 (gst_base_rtp_depayload_change_state):
2456 Also call parent state change function to activate pads.
2458 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2459 (mpeg1_parse_header), (mpeg1_sys_type_find):
2460 Add some more debug info in mpeg typefinding.
2462 2006-10-06 Michael Smith <msmith@fluendo.com>
2464 * ext/theora/theoradec.c: (theora_dec_chain):
2465 Zero byte theora packets are valid and well-defined; don't warn on
2468 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
2470 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2471 (gst_multi_fd_sink_get_stats), (find_limits),
2472 (gst_multi_fd_sink_queue_buffer):
2473 API: add dropped_buffers to the get-stats GValueArray
2475 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
2477 * ext/alsa/gstalsadeviceprobe.c:
2478 (gst_alsa_device_property_probe_get_values):
2479 * ext/alsa/gstalsasink.c: (set_hwparams):
2480 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2481 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2482 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2483 (gst_ogg_mux_process_best_pad):
2484 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2485 (gst_ogg_parse_chain):
2486 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2487 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2488 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2489 (gst_vorbis_enc_buffer_check_discontinuous):
2490 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2491 * gst-libs/gst/audio/gstbaseaudiosink.c:
2492 (gst_base_audio_sink_render):
2493 * gst-libs/gst/cdda/gstcddabasesrc.c:
2494 (gst_cdda_base_src_handle_track_seek):
2495 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2496 (gst_base_rtp_depayload_push_full):
2497 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2498 * gst/audioresample/resample.c: (resample_input_pushthrough):
2499 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2500 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2501 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2502 (wavpack_type_find):
2503 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2504 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2505 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2506 * tests/check/elements/volume.c: (GST_START_TEST):
2507 Printf format fixes.
2509 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
2511 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2512 Fix a simple mistake (see the docs)
2515 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2517 * docs/plugins/Makefile.am:
2518 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2519 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2520 * docs/plugins/gst-plugins-base-plugins.args:
2521 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2522 * docs/plugins/inspect/plugin-adder.xml:
2523 * docs/plugins/inspect/plugin-alsa.xml:
2524 * docs/plugins/inspect/plugin-audioconvert.xml:
2525 * docs/plugins/inspect/plugin-audiorate.xml:
2526 * docs/plugins/inspect/plugin-audioresample.xml:
2527 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2528 * docs/plugins/inspect/plugin-cdparanoia.xml:
2529 * docs/plugins/inspect/plugin-decodebin.xml:
2530 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2531 * docs/plugins/inspect/plugin-gdp.xml:
2532 * docs/plugins/inspect/plugin-gnomevfs.xml:
2533 * docs/plugins/inspect/plugin-libvisual.xml:
2534 * docs/plugins/inspect/plugin-ogg.xml:
2535 * docs/plugins/inspect/plugin-pango.xml:
2536 * docs/plugins/inspect/plugin-playbin.xml:
2537 * docs/plugins/inspect/plugin-subparse.xml:
2538 * docs/plugins/inspect/plugin-tcp.xml:
2539 * docs/plugins/inspect/plugin-theora.xml:
2540 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2541 * docs/plugins/inspect/plugin-video4linux.xml:
2542 * docs/plugins/inspect/plugin-videorate.xml:
2543 * docs/plugins/inspect/plugin-videoscale.xml:
2544 * docs/plugins/inspect/plugin-videotestsrc.xml:
2545 * docs/plugins/inspect/plugin-volume.xml:
2546 * docs/plugins/inspect/plugin-vorbis.xml:
2547 * docs/plugins/inspect/plugin-ximagesink.xml:
2548 * docs/plugins/inspect/plugin-xvimagesink.xml:
2549 Add vorbistag element to docs; update version numbers to 0.10.10.1.
2551 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2553 Patch by: James "Doc" Livingston <doclivingston at gmail com>
2555 * ext/vorbis/Makefile.am:
2556 * ext/vorbis/vorbis.c: (plugin_init):
2557 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2558 (vorbis_parse_parse_packet), (vorbis_parse_chain):
2559 * ext/vorbis/vorbisparse.h:
2560 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2561 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2562 (gst_vorbis_tag_parse_packet):
2563 * ext/vorbis/vorbistag.h:
2564 Add new vorbistag element which derives from vorbisparse
2565 and is essentially the same as well, only that it implements
2566 the GstTagSetter interface and can modify the stream's
2567 vorbiscomment on the fly (#335635).
2569 * tests/check/Makefile.am:
2570 * tests/check/elements/.cvsignore:
2571 * tests/check/elements/vorbistag.c: (setup_vorbistag),
2572 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2573 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2574 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2575 Add unit test for new vorbistag element.
2577 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
2579 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2580 (vorbis_parse_push_headers), (vorbis_parse_chain):
2581 Set BOS flag in packet structure to fix 'jump depends
2582 on unitialized value' errors in valgrind; various minor
2585 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
2587 * gst/playback/gstdecodebin.c: (close_pad_link):
2588 Fix typo in a debug statement.
2590 * gst/playback/gstplaybasebin.c: (probe_triggered),
2591 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2592 (gen_source_element), (source_new_pad), (analyse_source),
2594 When handling no_more_pads in new_decoded_pad, make sure to treat
2595 subtitle pads correctly. Fixes playback with subtitle files.
2597 Move a recurring message to LOG level.
2599 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2600 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2601 which ends up as -1 when cast to an int. Make the logic handle the
2602 max value as an unsigned mask and only change the colorkey when it's
2603 a value we recognise.
2605 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2607 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2608 Removed empty * between paragraphs
2610 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2612 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2613 * gst-libs/gst/rtp/README:
2614 Moved some documentation into .c file
2616 2006-09-29 Wim Taymans <wim@fluendo.com>
2618 * gst/playback/gstdecodebin.c: (no_more_pads):
2621 2006-09-29 Wim Taymans <wim@fluendo.com>
2623 * gst/playback/gstdecodebin.c: (new_caps):
2626 * gst/playback/gstplaybin.c:
2629 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2631 * tests/check/Makefile.am:
2632 Re-enable cddabasesrc test to see if it works again
2635 2006-09-29 Wim Taymans <wim@fluendo.com>
2637 * gst/playback/gstplaybasebin.c: (setup_subtitle),
2638 (gen_source_element):
2639 Handle invalid URIs a bit more gracefully.
2641 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
2643 * tests/check/pipelines/oggmux.c:
2644 Remove obsolete comment.
2646 2006-09-29 Michael Smith <msmith@fluendo.com>
2648 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2649 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2650 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2651 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2652 (gst_ogg_mux_collected):
2653 Commit patch from James "Doc" Livingston, adds proper EOS handling
2654 in oggmux. GStreamer can, for the first time ever, create a valid
2657 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2659 Reenable tests now that they pass.
2661 2006-09-29 Wim Taymans <wim@fluendo.com>
2663 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2664 Stop reading commands when EOF (we read 0) as well.
2666 2006-09-28 Wim Taymans <wim@fluendo.com>
2668 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2669 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2670 (find_dynamic), (unlinked), (close_link):
2671 Implement delayed caps linking needed for element with a lot of
2672 different caps on the src pads that get fixed at runtime.
2673 Improve management of dynamic elements.
2675 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2676 (group_destroy), (group_commit), (check_queue), (queue_overrun),
2677 (gen_preroll_element), (remove_groups), (unknown_type),
2678 (add_element_stream), (no_more_pads_full), (no_more_pads),
2679 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2680 (new_decoded_pad), (setup_subtitle), (array_has_value),
2681 (gen_source_element), (source_new_pad), (has_all_raw_caps),
2682 (analyse_source), (remove_decoders), (make_decoder),
2683 (remove_source), (setup_source), (finish_source), (prepare_output),
2684 (gst_play_base_bin_change_state):
2685 * gst/playback/gstplaybasebin.h:
2686 Use more _CAST instead of full type checking casts.
2687 Small cleanups, plug some leaks.
2688 Handle dynamic sources.
2689 Add some helper functions to create lists of strings used for
2690 blacklisting and other stuff.
2691 Refactor some code dealing with analysing the source.
2692 Re-enable sources without pads (like cd:// or other selfcontained
2695 2006-09-28 Wim Taymans <wim@fluendo.com>
2697 * gst-libs/gst/audio/gstbaseaudiosink.c:
2698 (gst_base_audio_sink_render):
2699 When we have a timestamp, we can still perform clipping.
2700 When we have no clock, we must play the sample ASAP.
2702 2006-09-28 Wim Taymans <wim@fluendo.com>
2704 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2705 Set caps on outgoing buffers.
2707 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2708 (gst_video_rate_event), (gst_video_rate_chain):
2709 * gst/videorate/gstvideorate.h:
2710 Fix videorate some more. Fixes #357977
2712 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2714 * tests/check/elements/adder.c: (adder_suite):
2715 Don't set timeout to 6 seconds when we're running
2716 in valgrind ... (and how is 6 seconds longer than
2717 the default anyway?)
2719 2006-09-28 Wim Taymans <wim@fluendo.com>
2721 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2722 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2723 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2724 Keep sink and src segment to keep track of time and support more
2726 Fix bogus next_offset and run_time calculation, don't understand how
2727 this could have worked before. Fixes #357976.
2728 Remove some unneeded vars.
2730 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
2732 * gst/playback/gstplaybin.c: (remove_sinks):
2733 Only remove visualisation from visbin if there is a visbin (or:
2734 don't throw warnings when closing totem without playing a file).
2736 2006-09-27 Wim Taymans <wim@fluendo.com>
2738 * gst-libs/gst/audio/gstbaseaudiosink.c:
2739 (gst_base_audio_sink_render):
2740 Add some more info in a WARNING.
2742 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2743 (gst_base_audio_src_create):
2744 Handle PAUSE in create function, use new -core addition to
2745 wait for playing. Fixes pausing and resuming capture from an
2748 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2749 (gst_ring_buffer_read):
2751 Caller supports interrupted reads now.
2753 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2755 * tests/check/Makefile.am:
2756 Another attempt to make the gen64 buildbot happy.
2758 2006-09-27 Stefan Kost <ensonic@users.sf.net>
2760 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2762 * ext/libvisual/visual.c: (gst_visual_clear_actors),
2763 (gst_visual_chain), (gst_visual_change_state):
2764 Libvisual plugin was not passing audio data to libvisual 0.4.0
2765 correctly. Fixes #357800
2767 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2769 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2770 Add timeout to _get_state() so we see which pipeline it is
2771 that causes trouble on the gen64 build bot.
2773 2006-09-27 Wim Taymans <wim@fluendo.com>
2775 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2776 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2777 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2778 (gst_base_rtp_depayload_set_gst_timestamp):
2779 the source pad always uses fixed caps.
2781 2006-09-27 Wim Taymans <wim@fluendo.com>
2783 * docs/libs/gst-plugins-base-libs-docs.sgml:
2784 * docs/libs/gst-plugins-base-libs-sections.txt:
2785 * gst-libs/gst/audio/gstaudioclock.c:
2786 * gst-libs/gst/audio/gstaudioclock.h:
2787 * gst-libs/gst/audio/gstaudiosink.c:
2788 * gst-libs/gst/audio/gstaudiosink.h:
2789 * gst-libs/gst/audio/gstaudiosrc.c:
2790 * gst-libs/gst/audio/gstbaseaudiosink.c:
2791 (gst_base_audio_sink_render):
2792 * gst-libs/gst/audio/gstbaseaudiosink.h:
2793 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2794 * gst-libs/gst/audio/gstbaseaudiosrc.h:
2795 * gst-libs/gst/audio/gstringbuffer.h:
2796 Added docs for the audio libs.
2798 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
2800 * tests/check/Makefile.am:
2801 Temporarily disable test that fails on the bots for unknown reasons.
2803 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2805 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2806 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2807 Moved AudioCodecType into priv
2808 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2810 2006-09-25 Wim Taymans <wim@fluendo.com>
2812 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2813 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2814 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2816 Cleanups and small leak fixes.
2817 Added Depayloaders to valid list of autopluggable elements.
2819 2006-09-25 Wim Taymans <wim@fluendo.com>
2821 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2822 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2823 (gen_video_element), (gen_text_element), (gen_audio_element),
2824 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2825 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2826 Detect NO_PREROLL state change returns and disable clock distribution to
2827 the sinks so that sync is disabled.
2828 Avoid some type checking and do simple casts instead.
2829 Small cleanups, fix some FIXMEs.
2830 Be more robust when linking user specified elements, catch an report
2831 errors. Fixes #357404.
2832 Fix some leaks in the error paths.
2834 2006-09-25 Stefan Kost <ensonic@users.sf.net>
2837 ChangeLog surgery for missing bug-number
2839 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
2841 Patch by: Peter Kjellerstedt <pkj at axis com>
2843 * gst/playback/test.c:
2844 Fix compilation with uClibc and -Werror (#357591).
2846 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
2848 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2849 Parse dates that are followed by a time as well (#357532).
2851 * tests/check/libs/tag.c: (test_vorbis_tags):
2852 Add unit test for this.
2854 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2856 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2857 (gst_audio_convert_transform_caps):
2858 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2859 * gst/videotestsrc/videotestsrc.h:
2860 A few array const-ifications.
2862 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2864 * tests/check/Makefile.am:
2865 See if this makes the build bots happy.
2867 * tests/check/libs/cddabasesrc.c:
2870 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2872 Patch by: Young-Ho Cha <ganadist at chollian dot net>
2874 * gst/subparse/samiparse.c: (handle_start_font),
2875 (fix_invalid_entities):
2876 More case-insensitivity for certain tags; recognise entities with
2877 decimal codes as special entities as well (#357330).
2879 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2881 * gst-libs/gst/Makefile.am:
2882 Need to build tag directory before cdda.
2884 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
2886 * docs/libs/gst-plugins-base-libs-sections.txt:
2887 * gst-libs/gst/cdda/Makefile.am:
2888 * gst-libs/gst/cdda/gstcddabasesrc.c:
2889 (gst_cdda_base_src_base_init):
2890 * gst-libs/gst/cdda/gstcddabasesrc.h:
2891 * gst-libs/gst/tag/tag.h:
2892 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2893 (gst_tag_register_musicbrainz_tags):
2894 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2895 depend on libgsttag. This is required so we can extract/read tags like
2896 DISCID without depending on libgstcddabasesrc (which used to register
2899 * gst-libs/gst/tag/gstvorbistag.c:
2900 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2901 tags (also see #347848).
2903 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2904 Log vorbis comments we are actually writing. Const-ify array.
2906 2006-09-23 Wim Taymans <wim@fluendo.com>
2908 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2909 Improve buffering a bit by avoiding a deadlock because we cannot assume
2910 the underrun is always called.
2912 2006-09-23 Wim Taymans <wim@fluendo.com>
2914 Patch by: Young-Ho Cha <ganadist at chollian dot net>
2916 * gst-libs/gst/riff/riff-ids.h:
2917 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2918 (gst_riff_create_audio_template_caps):
2919 Added MPEG-4 AAC and id and caps. Fixes #357289
2920 Added WMA9 Lossless id.
2922 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
2924 * ext/gnomevfs/gstgnomevfssrc.c:
2925 Fix misleading docs addition.
2927 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2928 Get rid of compiler warning the right way.
2930 2006-09-22 Wim Taymans <wim@fluendo.com>
2932 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2933 (gst_base_rtp_depayload_finalize),
2934 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2935 (gst_base_rtp_depayload_push_full),
2936 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2937 (gst_base_rtp_depayload_process),
2938 (gst_base_rtp_depayload_set_gst_timestamp),
2939 (gst_base_rtp_depayload_queue_release):
2940 * gst-libs/gst/rtp/gstbasertpdepayload.h:
2943 Refactored the process method and added methods to push from the process
2945 Use _scale functions.
2946 API: gst_base_rtp_depayload_push_ts
2947 API: gst_base_rtp_depayload_push
2949 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2950 timestamps are uint.
2952 2006-09-22 Stefan Kost <ensonic@users.sf.net>
2954 * gst-libs/gst/interfaces/xoverlay.c:
2955 Remove unused statement from doc example.
2957 2006-09-21 Stefan Kost <ensonic@users.sf.net>
2959 * gst-libs/gst/interfaces/videoorientation.c:
2960 (gst_video_orientation_iface_init),
2961 (gst_video_orientation_get_hflip),
2962 (gst_video_orientation_get_vflip),
2963 (gst_video_orientation_get_hcenter),
2964 (gst_video_orientation_get_vcenter),
2965 (gst_video_orientation_set_hflip),
2966 (gst_video_orientation_set_vflip),
2967 (gst_video_orientation_set_hcenter),
2968 (gst_video_orientation_set_vcenter):
2969 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2972 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
2974 * tests/check/Makefile.am:
2975 * tests/check/elements/.cvsignore:
2976 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2977 (create_rgb_conversions), (rgb_conversion_free),
2978 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2979 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2980 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2981 but disable for now since it doesn't pass (something wrong with
2984 2006-09-21 Wim Taymans <wim@fluendo.com>
2986 * gst/playback/gstplaybasebin.c: (group_commit),
2987 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2988 (queue_out_of_data), (gen_preroll_element),
2989 (preroll_remove_overrun), (probe_triggered):
2990 Refactor handling of overrun detection.
2991 Separate handling of group completion and deadlock detection when doing
2992 network buffering. This should fix some deadlocks that were not detected
2993 because the group was completed.
2994 Add more comments, improve debugging.
2996 2006-09-21 Wim Taymans <wim@fluendo.com>
2998 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2999 * tests/check/libs/audio.c:
3000 Some more compilation fixes.
3002 2006-09-21 Wim Taymans <wim@fluendo.com>
3004 * gst-libs/gst/audio/gstringbuffer.c:
3005 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3006 (gst_ring_buffer_read):
3007 Early morning compilation fix.
3009 2006-09-20 Wim Taymans <wim@fluendo.com>
3011 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3012 * tests/check/elements/multifdsink.c: (GST_START_TEST):
3013 * tests/check/elements/videorate.c: (GST_START_TEST):
3014 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3015 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3018 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3020 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3021 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3022 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3023 Handcrafted merge to help CVS understanding what I changed and what
3026 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3028 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3029 (gst_xvimagesink_get_times):
3030 change colorkey behaviour back according to #354773 comment 6/7
3032 2006-09-19 Michael Smith <msmith@fluendo.com>
3034 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3035 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3036 (gst_multi_fd_sink_recover_client),
3037 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3038 (gst_multi_fd_sink_get_property):
3039 * gst/tcp/gstmultifdsink.h:
3040 Implement stubbed out properties unit-type, units-soft-max,
3041 units-max, to allow specifying maximum sizes in units other than
3045 2006-09-19 Wim Taymans <wim@fluendo.com>
3047 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3048 (gst_riff_create_audio_template_caps):
3049 Reorder the audio formats a bit for clarity.
3050 Detect and create caps for MSGSM and MSN (WAV49).
3053 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3054 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3055 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3056 Small cleanups, move error handling out of normal flow for clarity.
3058 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3060 * docs/libs/gst-plugins-base-libs-docs.sgml:
3061 * docs/libs/gst-plugins-base-libs.types:
3062 * gst-libs/gst/interfaces/Makefile.am:
3063 * gst-libs/gst/interfaces/videoorientation.c:
3064 (gst_video_orientation_get_type),
3065 (gst_video_orientation_iface_init),
3066 (gst_video_orientation_get_hflip),
3067 (gst_video_orientation_get_vflip),
3068 (gst_video_orientation_get_hcenter),
3069 (gst_video_orientation_get_vcenter),
3070 (gst_video_orientation_set_hflip),
3071 (gst_video_orientation_set_vflip),
3072 (gst_video_orientation_set_hcenter),
3073 (gst_video_orientation_set_vcenter):
3074 * gst-libs/gst/interfaces/videoorientation.h:
3075 API: Add new interface to control video orientation (fixes #354908)
3077 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3079 * gst/videotestsrc/gstvideotestsrc.c:
3080 Use G_UNLIKELY in _create and log one more detail.
3082 (gst_video_test_src_get_times), (gst_video_test_src_create):
3083 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3084 Use gst_util_uint64_scale_int in _get_times().
3086 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3088 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3089 Give better warning message (add object and detail).
3091 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3093 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3094 (gst_xvimagesink_get_times):
3095 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3096 #354773), use gst_util_uint64_scale_int in _get_times()
3098 2006-09-18 Michael Smith <msmith@fluendo.com>
3100 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3101 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3102 always true, leading to dropping all timestamps.
3104 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3106 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3107 (gst_visual_chain), (gst_visual_change_state):
3108 update to work also with libvisual 0.4 API, fix double unref (#355914)
3110 * tools/gst-launch-ext.1.in:
3111 * tools/gst-visualise.1.in:
3112 remove references to old man-pages
3114 * tests/examples/seek/seek.c: (main):
3115 add real meadi-buttons, add tool-tips for the seek-options, arrange
3116 seek options in a table
3118 2006-09-18 Michael Smith <msmith@fluendo.com>
3120 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3121 (gst_ogg_mux_push_buffer):
3122 Don't generate out-of-order timestamps from oggmux, instead clamp
3123 output timestamps to be >= the previously output ts.
3126 2006-09-18 Michael Smith <msmith@fluendo.com>
3128 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3129 (gst_multi_fd_sink_class_init):
3130 Updates, fixes, and typo corrections for multifdsink. No functional
3133 2006-09-17 Michael Smith <msmith@fluendo.com>
3135 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3136 Don't crash on truncated files - check that we got an 8 byte buffer
3137 before trying to memcmp it.
3139 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3141 * gst/playback/gstplaybasebin.c: (get_active_source):
3142 Make stream-switching appear instant to the application
3143 (ie. make sure that a g_object_get on 'current-foo' returns
3144 the stream previously set with g_object_set(). Totem needs
3145 this to update stream-related meta-info (like audio-codec)
3146 correctly when switching streams.
3148 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3150 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3151 (gst_alsa_mixer_ensure_track_list):
3152 Try harder to guess which mixer track is the master mixer
3153 track (instead of just taking the first one that has a pvolume).
3156 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3158 reviewed by: <delete if not using a buddy>
3160 * gst-libs/gst/audio/audio.h:
3161 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3163 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3165 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3166 (gst_audio_convert_transform_caps):
3167 Get structure-name just once.
3169 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3171 * tests/check/elements/audioresample.c: (GST_START_TEST):
3172 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3173 * tests/check/elements/volume.c: (GST_START_TEST):
3174 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3175 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3176 (test_pipeline), (GST_START_TEST):
3177 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3178 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3179 Fix big batch of compiler warnings.
3181 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3183 * ext/gnomevfs/gstgnomevfssrc.c:
3184 Add docs about icydemux usage in connection with gnomevfssrc
3186 * ext/libvisual/visual.c:
3187 * ext/ogg/gstoggaviparse.c:
3188 * ext/ogg/gstoggdemux.c:
3189 * ext/ogg/gstoggmux.c:
3190 * ext/ogg/gstoggparse.c:
3191 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3192 * gst-libs/gst/audio/gstaudiosink.c:
3193 * gst-libs/gst/audio/gstaudiosrc.c:
3194 * gst/audiorate/gstaudiorate.c:
3195 More G_OBJECT macro fixing.
3197 * gst/audiotestsrc/gstaudiotestsrc.h:
3198 Fix wrong info in header due to copy & paste
3200 2006-09-15 Wim Taymans <wim@fluendo.com>
3202 * gst-libs/gst/audio/gstbaseaudiosink.c:
3203 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3204 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3205 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3206 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3207 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3208 Do the delay calculation in the source/sink base classes as this is
3209 specific for the capture/playback mode.
3210 Try to fixate a bit better, like round depth up to a multiple of 8
3212 Handle underruns correctly by marking DISCONT on buffers and adjusting
3213 timestamps to handle the gap.
3214 Set offset/offset_end correctly on buffers.
3216 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3217 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3218 (gst_ring_buffer_read):
3219 Remove resync and underrun recovery from the ringbuffer.
3220 Fix ringbuffer read code on under/overrun.
3222 2006-09-15 Wim Taymans <wim@fluendo.com>
3224 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3225 (gst_play_base_bin_init), (fill_buffer), (check_queue),
3226 (queue_threshold_reached), (gst_play_base_bin_set_property),
3227 (gst_play_base_bin_get_property):
3228 * gst/playback/gstplaybasebin.h:
3229 Don't use a 0 low watermark when buffering, it is catching starvation
3230 way too late. Instead, use a 3 second queue with 30 and 95
3231 percent low/high watermarks.
3232 Added queue-min-threshold property to configure low watermark.
3233 Use new _buffering message API.
3234 Make queue_threshold variable big enough to store a uint64 time value.
3235 API: playbin::queue-min-threshold property.
3237 2006-09-15 Wim Taymans <wim@fluendo.com>
3240 We require 0.10.10.1 now because of _wait_preroll().
3242 * gst-libs/gst/audio/gstbaseaudiosink.c:
3243 (gst_base_audio_sink_render):
3244 Use gst_base_sink_wait_preroll().
3246 2006-09-15 Wim Taymans <wim@fluendo.com>
3248 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3249 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3250 Use DEBUG_OBJECT more.
3252 === release 0.10.10 ===
3254 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3256 patch by: Michael Smith <msmith at fluendo dot com>
3258 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3259 (gst_multi_fd_sink_client_queue_buffer),
3260 (gst_multi_fd_sink_new_client):
3261 * tests/check/elements/multifdsink.c: (GST_START_TEST),
3262 (multifdsink_suite):
3263 Fix implementation of sync-method 'next-keyframe'
3266 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3268 patch by: Wim Taymans <wim at fluendo dot com>
3270 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3271 This patch removes the RANDOM flag that was incorrectly introduced with
3272 revision 1.91. Fixes #354590
3274 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
3276 * tests/check/Makefile.am:
3277 Random variation in Makefile line to see if it makes the
3278 gen64-base-full bot any happier.
3280 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3282 * tests/check/pipelines/oggmux.c: (oggmux_suite):
3283 Disable test that fails at the moment (killed after timeout).
3285 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3287 Patch by: James Livingston <doclivingston at gmail.com>
3289 * tests/check/Makefile.am:
3290 * tests/check/pipelines/.cvsignore:
3291 * tests/check/pipelines/oggmux.c: (get_page_codec),
3292 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3293 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3294 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3295 (test_theora_vorbis), (oggmux_suite):
3296 Add simple unit test for oggmux from #337026 with checking for the
3297 EOS flags disabled for the time being.
3299 2006-09-04 Wim Taymans <wim@fluendo.com>
3301 patch by: Alessandro Dessina <alessandro nnva org>
3303 * ext/ogg/gstoggmux.c:
3304 Add cmml caps to oggmux. Fixes #353912
3306 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3308 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3309 Returning a return value often helps. In this case, we
3310 don't need the return value anyway, so just get rid of it.
3311 Should make build bots much happier.
3313 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3315 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3316 (paint_get_structure), (gst_video_test_src_get_size),
3317 (gst_video_test_src_smpte), (gst_video_test_src_snow),
3318 (gst_video_test_src_unicolor), (paint_setup_AYUV),
3319 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3320 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3321 * gst/videotestsrc/videotestsrc.h:
3322 Add support for AYUV and the various RGBA formats. Initialise
3323 fields of paintinfo structs allocated on the stack.
3325 * tests/check/elements/videotestsrc.c: (right_shift_colour),
3326 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3327 (check_rgb_buf), (videotestsrc_suite):
3328 Add unit tests for videotestsrc's RGB output.
3330 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3332 * gst/videotestsrc/gstvideotestsrc.c:
3333 (gst_video_test_src_pattern_get_type),
3334 (gst_video_test_src_set_pattern):
3335 * gst/videotestsrc/gstvideotestsrc.h:
3336 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3337 (gst_video_test_src_black), (gst_video_test_src_white),
3338 (gst_video_test_src_red), (gst_video_test_src_green),
3339 (gst_video_test_src_blue):
3340 * gst/videotestsrc/videotestsrc.h:
3341 Add more uni-colour patterns ("white", "red", "green", and "blue").
3343 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3345 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3346 Fix stride for YVYU, should be word-aligned (#353658).
3348 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
3350 * gst/adder/gstadder.c: (gst_adder_src_event):
3353 2006-08-31 Edward Hervey <edward@fluendo.com>
3355 * gst/adder/gstadder.c: (forward_event_func),
3356 (gst_adder_src_event), (gst_adder_collected),
3357 (gst_adder_change_state):
3358 * gst/adder/gstadder.h:
3359 Remember the start position asked in the incoming seeks, so we can
3360 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3361 of assuming it will always be 0).
3363 2006-08-31 Edward Hervey <edward@fluendo.com>
3365 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3366 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3367 (gst_ogg_demux_loop):
3368 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3370 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
3372 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3373 (gst_ffmpegcsp_get_unit_size):
3374 Return FALSE instead of returning a random false unit
3375 size when the format isn't known/supported (even if
3376 this shouldn't happen under normal circumstances).
3378 2006-08-29 Wim Taymans <wim@fluendo.com>
3380 Patch by: Tim-Philipp Müller <tim at centricular dot net>
3382 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3383 (gst_gnome_vfs_src_start):
3384 Try harder to get the size from a uri by using _info_uri() when
3385 _info_from_handle() does not give us enough info.
3386 Also follow symlinks when getting the size.
3387 Partially Fixes #332864.
3389 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3391 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
3393 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3394 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3395 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3396 (gst_alsa_mixer_set_record):
3397 * ext/alsa/gstalsamixertrack.c:
3398 (gst_alsa_mixer_track_update_alsa_capabilities),
3399 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3400 (gst_alsa_mixer_track_update):
3401 * ext/alsa/gstalsamixertrack.h:
3402 Improve and fix mixer track handling, in particular better handling
3403 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3404 separate track objects for tracks that have both capture and playback
3405 volume (and label them differently as well so they're not mistakenly
3406 assumed to be duplicates); classify mixer tracks that only affect
3407 the audible volume of something (rather than the capture volume)
3408 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3409 for capture tracks to correspond to alsa-pswitch alsa-cswitch
3410 (following the meaning documented in the mixer interface header
3411 file); add support for alsa's exclusive cswitch groups; update/sync
3412 state/flags better if mixer settings are changed by another
3413 application. Fixes #336075.
3415 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3417 * gst/playback/gstplaybin.c:
3418 Improve docs: add section about BUFFERING messages sent by playbin.
3420 2006-08-29 Michael Smith <msmith@fluendo.com>
3422 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3423 (gst_vorbis_enc_buffer_check_discontinuous),
3424 (gst_vorbis_enc_chain):
3425 Ignore explicit DISCONT marked on buffers (which is often spurious,
3426 particularly when using multiple segments), in favour of solely
3427 using the timestamps/durations.
3429 2006-08-29 Edward Hervey <edward@fluendo.com>
3431 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3432 Don't rely on incoming buffers offset anymore, since it is completely
3433 broken when using multiple segments.
3434 Instead convert the incoming buffers timestamp to running time, and
3435 then convert that value to the offsets.
3436 Also inform GstSegment of the last outputted stop position, which is
3437 needed if we received several segments with an unknown stop value.
3439 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
3441 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3442 fix buffer unreffing on a header push failure
3444 2006-08-28 Wim Taymans <wim@fluendo.com>
3446 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3447 (gst_audio_rate_chain):
3448 Make the metadata of the buffer writable before changing its
3451 2006-08-28 Wim Taymans <wim@fluendo.com>
3453 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3454 (gst_audio_rate_setcaps), (gst_audio_rate_init),
3455 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3456 (gst_audio_rate_chain), (gst_audio_rate_change_state):
3457 Fix audiorate some more.
3458 Reset and resync counters on flush and READY.
3459 Handle the DISCONT flag correctly.
3460 Use GstSegment to track position.
3461 Fail when not negotiated.
3464 2006-08-25 Michael Smith <msmith@fluendo.com>
3466 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3468 Remove accidently included debug line.
3470 2006-08-25 Wim Taymans <wim@fluendo.com>
3472 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3474 If a buffer is received with no caps, make the buffer metadata
3475 writable and set the caps, making sure that we don't screw up the
3478 2006-08-25 Michael Smith <msmith@fluendo.com>
3480 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3481 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3482 Fix memory leaks and misleading debug messages, add a couple of
3485 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3486 (gst_multi_fd_sink_render):
3487 Do not use gst_buffer_make_writable() in a basesink render method,
3488 as it may incorrectly unref the buffer. Instead, use convoluted
3489 dance to avoid copying the buffer except when we need to.
3491 2006-08-25 Michael Smith <msmith@fluendo.com>
3493 * ext/vorbis/vorbisenc.c:
3494 (gst_vorbis_enc_buffer_check_discontinuous):
3495 Allow very small discontinuities in the timestamps. These we can't
3496 do anything useful with anyway (because vorbis's timestamps have
3497 only sample granularity), and are commonly produced by elements with
3498 minor bugs. Allow up to 1/2 a sample out.
3501 2006-08-24 Wim Taymans <wim@fluendo.com>
3503 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3504 (play_scrub_toggle_cb), (main):
3505 Add a checkbox to enable play scrubbing. Makes it possible to disable
3508 2006-08-23 Stefan Kost <ensonic@users.sf.net>
3510 * tests/check/elements/.cvsignore:
3513 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3515 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3516 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3517 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3518 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3519 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3520 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3521 (gst_ogm_text_parse_strip_trailing_zeroes),
3522 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3523 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3524 Refactor ogm parse, do better input checking, misc. clean-ups.
3525 Cache incoming events and push them once the source pad has
3526 been created. Don't pass unterminated strings to sscanf().
3527 Strip trailing zeroes from subtitle text output, since they
3528 are not valid UTF-8. Don't push vorbiscomment packets on
3529 the subtitle text pad. Output perfect streams if possible.
3531 2006-08-23 Wim Taymans <wim@fluendo.com>
3533 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3534 Waits for tasks to settle down so that we clean up correctly for
3537 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3539 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3540 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3541 actually return return value in taglists_are_equal.
3543 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
3545 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3546 Fix crash due to broken bitstream parsing on x86-64: can't make
3547 any assumptions about sizeof(struct) due to alignment/packing
3548 differences on different architectures. Fixes #351790.
3550 2006-08-22 Wim Taymans <wim@fluendo.com>
3552 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3553 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3554 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3555 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3556 (gst_riff_parse_info):
3557 Protect public functions against bad input.
3561 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3563 * gst-libs/gst/riff/riff-ids.h:
3564 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3565 Add voxware audio IDs (even if we can't play it) (#351795).
3567 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3569 * gst-libs/gst/riff/riff-media.c:
3570 (gst_riff_create_video_template_caps),
3571 (gst_riff_create_audio_template_caps),
3572 (gst_riff_create_iavs_template_caps):
3573 Const-ify some arrays and use G_N_ELEMENTS instead
3574 of wasting oodles of RAM on terminator bits.
3576 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
3578 * gst-libs/gst/tag/gstvorbistag.c:
3579 (gst_tag_list_to_vorbiscomment_buffer):
3580 * tests/check/libs/tag.c: (GST_START_TEST):
3581 And the same for _to_vorbiscomment_buffer(): allow
3582 id_data_len == 0 for speex.
3584 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
3587 * docs/plugins/Makefile.am:
3588 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3589 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3590 * docs/plugins/inspect/plugin-gdp.xml:
3591 * gst/gdp/Makefile.am:
3592 * tests/check/Makefile.am:
3593 Move GDP plugin to -base from -bad. Closes #347783.
3595 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3597 * gst-libs/gst/tag/gstvorbistag.c:
3598 (gst_tag_list_from_vorbiscomment_buffer):
3599 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3600 Also add some checks to make sure we don't memcmp() beyond the end of
3601 vorbiscomment buffer if the ID to check for is larger than the buffer.
3603 * tests/check/libs/tag.c: (GST_START_TEST):
3604 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3606 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
3608 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3609 (gst_vorbis_enc_set_metadata):
3610 Use vorbis comment utility functions from libgsttag
3611 instead of re-inventing the wheel (partially fixes #347091).
3613 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
3615 * tests/check/elements/audioconvert.c: (GST_START_TEST):
3616 Fix leaks. Wait for state transitions that might happen ASYNC, as well
3619 2006-08-21 Wim Taymans <wim@fluendo.com>
3621 * docs/libs/Makefile.am:
3622 * docs/libs/gst-plugins-base-libs-sections.txt:
3623 * docs/libs/gst-plugins-base-libs.types:
3624 Don't try to GObject scan the netbuffer as it's not a GObject.
3627 * gst-libs/gst/netbuffer/gstnetbuffer.c:
3628 * gst-libs/gst/netbuffer/gstnetbuffer.h:
3629 Document GstNetBuffer.
3631 2006-08-21 Stefan Kost <ensonic@users.sf.net>
3633 * tests/check/elements/audioconvert.c: (GST_START_TEST),
3634 (audioconvert_suite):
3635 Add testcase for caps-size-explosion
3637 2006-08-20 Stefan Kost <ensonic@users.sf.net>
3639 * gst/audioconvert/gstaudioconvert.c:
3640 (gst_audio_convert_get_unit_size), (set_structure_widths):
3641 Lower debug, use g_assert in _get_unit_size
3643 * gst/audioresample/gstaudioresample.c:
3644 (audioresample_get_unit_size):
3645 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3646 (gst_ffmpegcsp_get_unit_size):
3647 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3648 use g_assert in _get_unit_size
3650 2006-08-18 Wim Taymans <wim@fluendo.com>
3652 * docs/libs/gst-plugins-base-libs-sections.txt:
3653 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3654 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3655 (gst_rtp_buffer_get_payload_buffer):
3656 * gst-libs/gst/rtp/gstrtpbuffer.h:
3657 Document GstRTPBuffer.
3658 Added function to efficiently strip payload headers.
3659 API: gst_rtp_buffer_get_payload_subbuffer()
3661 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3663 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3664 (gst_tag_to_vorbis_comments):
3665 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3666 tags and deserialise them properly as well (#347091).
3667 Add some more gtk-doc blurbs and also some g_return_if_fail().
3669 * tests/check/libs/tag.c: (GST_START_TEST),
3670 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3673 2006-08-17 Wim Taymans <wim@fluendo.com>
3675 * ext/ogg/Makefile.am:
3676 * ext/ogg/gstogg.c: (plugin_init):
3677 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3678 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3679 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3680 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3681 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3682 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3683 Added ogg-in-avi parser element. Fixes #140139.
3685 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3686 Fixed a bug in oggdemux debug code.
3688 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3689 (gst_riff_create_audio_template_caps):
3690 Recognise Ogg in the AVI extensible wave format.
3692 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
3694 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3695 Make buffer durations add up (duration should be next_ts-ts for
3696 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3699 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3700 (test_buffer_timestamps), (cddabasesrc_suite):
3701 Add unit test for the above.
3703 * tests/check/Makefile.am:
3704 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3705 to see what happens.
3707 2006-08-16 Wim Taymans <wim@fluendo.com>
3709 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3710 (gst_alsasink_open):
3711 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3713 Avoid setting and using a NULL device name.
3714 Print more info when we fail to open a device.
3716 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
3718 * docs/libs/gst-plugins-base-libs-sections.txt:
3719 * gst-libs/gst/tag/tag.h:
3720 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3721 API: add gst_tag_parse_extended_comment() (#351426).
3723 * tests/check/Makefile.am:
3724 * tests/check/libs/.cvsignore:
3725 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3726 Add unit test for gst_tag_parse_extended_comment().
3728 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3730 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3731 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3734 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
3736 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3737 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3738 * docs/plugins/gst-plugins-base-plugins.args:
3739 * gst/playback/gstplaybin.c:
3742 * docs/plugins/inspect/plugin-adder.xml:
3743 * docs/plugins/inspect/plugin-alsa.xml:
3744 * docs/plugins/inspect/plugin-audioconvert.xml:
3745 * docs/plugins/inspect/plugin-audiorate.xml:
3746 * docs/plugins/inspect/plugin-audioresample.xml:
3747 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3748 * docs/plugins/inspect/plugin-cdparanoia.xml:
3749 * docs/plugins/inspect/plugin-decodebin.xml:
3750 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3751 * docs/plugins/inspect/plugin-gnomevfs.xml:
3752 * docs/plugins/inspect/plugin-ogg.xml:
3753 * docs/plugins/inspect/plugin-pango.xml:
3754 * docs/plugins/inspect/plugin-playbin.xml:
3755 * docs/plugins/inspect/plugin-subparse.xml:
3756 * docs/plugins/inspect/plugin-tcp.xml:
3757 * docs/plugins/inspect/plugin-theora.xml:
3758 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3759 * docs/plugins/inspect/plugin-video4linux.xml:
3760 * docs/plugins/inspect/plugin-videorate.xml:
3761 * docs/plugins/inspect/plugin-videoscale.xml:
3762 * docs/plugins/inspect/plugin-videotestsrc.xml:
3763 * docs/plugins/inspect/plugin-volume.xml:
3764 * docs/plugins/inspect/plugin-vorbis.xml:
3765 * docs/plugins/inspect/plugin-ximagesink.xml:
3766 * docs/plugins/inspect/plugin-xvimagesink.xml:
3767 Update to CVS version.
3769 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3771 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3772 (gst_play_bin_set_property), (gst_play_bin_get_property),
3773 (value_list_append_structure_list),
3774 (gst_play_bin_handle_redirect_message),
3775 (gst_play_bin_handle_message):
3776 API: GstPlayBin::connection-speed
3777 Add "connection-speed" property; re-order redirect messages with
3778 multiple redirect locations depending on the minimum bitrate if
3779 that information is available and a connection speed is set
3782 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
3784 * gst/playback/gstplaybin.c:
3785 Update max volume to the same value that the volume element uses.
3787 2006-08-14 Wim Taymans <wim@fluendo.com>
3789 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3792 2006-08-14 Wim Taymans <wim@fluendo.com>
3794 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3795 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3796 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3797 Add some more debug info.
3798 Don't crash when a seek failed.
3799 Actually return the result of the seek instead of TRUE.
3800 Ignore multiple BOS pages with the same serial so that we don't create
3801 the same stream multiple times.
3802 Post an error when we fail to do the initial seek.
3804 2006-08-13 Wim Taymans <wim@fluendo.com>
3806 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3807 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3810 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3811 (gst_alsa_mixer_new):
3812 Remove hack that always set the device to hw:0*.
3813 Properly find the card name for whatever device was configured.
3814 Do some better debugging.
3817 * ext/alsa/gstalsamixerelement.c:
3818 (gst_alsa_mixer_element_set_property),
3819 (gst_alsa_mixer_element_change_state):
3821 Handle setting of a NULL device name better.
3823 2006-08-11 Wim Taymans <wim@fluendo.com>
3825 * gst/adder/gstadder.c:
3826 Don't clip float values. Fixes #350900.
3828 2006-08-11 Andy Wingo <wingo@pobox.com>
3830 * gst/tcp/gsttcp.c: Really fix the build?
3832 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3835 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
3837 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3838 Float caps shouldn't have a "signed" field.
3840 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
3842 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3843 Implement SEEKING query in its most basic form, so that we can
3844 at least check if we're seekable or not (#350655).
3846 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
3848 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3849 The checks here are not even close to anything that would
3850 justify MAXIMUM probability, lowering to POSSIBLE until someone
3851 fixes the checks (case at hand: quicktime redirection files
3852 might start with 00 00 01 XX and pass the checks here just
3855 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
3857 Patch by: Sjoerd Simons <sjoerd at luon net>
3859 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3860 Better detection for multipart/x-mixed-replace: accept leading
3861 whitespaces before the boundary marker as well (as our very own
3862 multipartmux used to produce) (#349068).
3864 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
3866 Patch by: Young-Ho Cha <ganadist at chollian net>
3868 * gst-libs/gst/riff/riff-ids.h:
3869 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3870 (gst_riff_create_audio_template_caps):
3871 Detect DTS audio streams (#350157).
3873 2006-08-05 Andy Wingo <wingo@pobox.com>
3875 * ext/theora/gsttheoraparse.h:
3876 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3877 (theora_parse_dispose, theora_parse_set_property)
3878 (theora_parse_get_property, theora_parse_munge_granulepos)
3879 (theora_parse_push_buffer, theora_parse_change_state):
3880 API: GstTheoraParse::synchronization-points
3881 Add a property 'synchronization-points' to fix badly synchronized oggs.
3883 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3885 * tests/check/Makefile.am:
3886 * tests/check/libs/.cvsignore:
3887 * tests/check/libs/audio.c: (structure_contains_channel_positions),
3888 (fixed_caps_have_channel_positions), (GST_START_TEST),
3889 (audio_suite), (main):
3890 Add a few tests for the channel position stuff in libgstaudio.
3892 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3894 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3895 (gst_alsa_detect_channels):
3896 * ext/alsa/gstalsasink.c:
3897 Add support for cards that (only) do more than 8 channels,
3898 like the Delta 44 (#345188).
3900 * gst-libs/gst/audio/multichannel.c:
3901 (gst_audio_check_channel_positions):
3902 * gst-libs/gst/audio/multichannel.h:
3903 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3904 unspecified channel position and cannot be combined with any
3905 of the other audio channel positions; adjust position layout
3906 checks accordingly (#345188).
3908 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3910 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3911 Recognise ancient RealAudio files (see #349779).
3913 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
3915 Patch by: Jens Granseuer <jensgr at gmx net>
3917 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3918 Add typefinder for Interplay's MVE format (#348973).
3920 2006-08-02 Wim Taymans <wim@fluendo.com>
3922 Patch by: Marcel Moreaux <marcelm at luon dot net>
3924 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3925 (gst_base_rtp_depayload_add_to_queue):
3926 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3927 Handle RTP sequence number rollover.
3928 Disable jitterbuffer by default.
3930 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
3932 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3933 (audioresample_set_caps):
3934 Don't leak references to the incoming caps. Clean them up when
3937 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3938 (gst_video_scale_finalize):
3939 Don't leak our temporary pixel buffer.
3941 * tests/check/Makefile.am:
3942 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3943 (GST_START_TEST), (simple_launch_lines_suite):
3945 Fix leaks and re-enable the test for valgrind checking.
3947 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
3949 Patch by: Sjoerd Simons <sjoerd at luon net>
3951 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3953 Add typefind function for multipart/x-mixed-replace (#348916).
3955 2006-07-28 Wim Taymans <wim@fluendo.com>
3957 * gst/adder/gstadder.c: (gst_adder_setcaps),
3958 (gst_adder_query_duration):
3959 Fix leak in duration query.
3960 Reflow some docs and notes.
3962 2006-07-28 Michael Smith <msmith@fluendo.com>
3964 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3966 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3969 2006-07-28 Michael Smith <msmith@fluendo.com>
3971 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3972 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3973 (gst_vorbis_enc_push_buffer),
3974 (gst_vorbis_enc_buffer_check_discontinuous),
3975 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3976 * ext/vorbis/vorbisenc.h:
3977 Handle discontinuities in the input vorbis stream correctly,
3978 so that the output is properly timestamped (and has good granulepos
3979 values). Needs some oggmux fixes too.
3981 2006-07-27 Wim Taymans <wim@fluendo.com>
3983 patch by: Kai Vehmanen <kv2004 eca cx>
3985 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3986 (gst_base_rtp_depayload_chain),
3987 (gst_base_rtp_depayload_handle_sink_event),
3988 (gst_base_rtp_depayload_change_state):
3989 Don't send multiple newsegments with different formats.
3992 2006-07-26 Wim Taymans <wim@fluendo.com>
3994 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3995 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3996 Make seeking in ogg more accurate again by doing the more correct
3997 granuletime to stream time conversion.
3999 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
4001 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4002 (gst_multi_fd_sink_new_client):
4003 debug a little more understandably
4004 do not use goto as a substitute for break, especially if
4005 break is also being used
4007 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
4009 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4010 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4011 Remove GLib-2.6 compatibility cruft.
4013 2006-07-24 Wim Taymans <wim@fluendo.com>
4015 * gst-libs/gst/audio/gstbaseaudiosink.c:
4016 (gst_base_audio_sink_render):
4017 Don't try to align a sample to an unknown value.
4019 2006-07-24 Wim Taymans <wim@fluendo.com>
4021 * gst-libs/gst/audio/gstbaseaudiosink.c:
4022 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4023 When the audio clock is slaved to another clock, never try to align
4024 samples but trust the rate interpolation algorithm.
4026 2006-07-24 Wim Taymans <wim@fluendo.com>
4028 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4029 Don't try to calculate silence samples, base class does this much
4032 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4033 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4034 (gst_ring_buffer_acquire):
4035 Calculate silence samples correctly.
4037 * gst-libs/gst/audio/gstringbuffer.h:
4040 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
4042 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4043 Limit search for the first markup tag to the first few kB of
4044 the file. If we don't find one there, it's highly unlikely that
4045 this is an XML(-ish) file.
4047 2006-07-21 Andy Wingo <wingo@pobox.com>
4049 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4050 test to the one in vorbisenc. Also commented out.
4052 * tests/check/pipelines/vorbisenc.c:
4053 (test_discontinuity): New test, commented out until Mike lands
4054 some elite vorbisenc patches.
4056 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4057 Bufferstraw was actually factored out of these tests. Now we share
4060 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4061 for bufferstraw addition to gstcheck.
4063 2006-07-21 Wim Taymans <wim@fluendo.com>
4065 * ext/theora/theoradec.c: (clip_buffer):
4068 2006-07-21 Wim Taymans <wim@fluendo.com>
4070 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4071 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4072 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4074 Avoid type casting when we can.
4076 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4079 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
4081 * ext/alsa/gstalsamixerelement.c:
4082 (gst_alsa_mixer_element_change_state):
4083 Make state change fail if the specified device can't be opened
4086 2006-07-20 Wim Taymans <wim@fluendo.com>
4088 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4089 (cb_newpad), (main):
4090 Example of a small audio/video player using decodebin.
4092 2006-07-20 Stefan Kost <ensonic@users.sf.net>
4094 * gst-libs/gst/riff/riff-ids.h:
4097 2006-07-19 Wim Taymans <wim@fluendo.com>
4099 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4100 (gst_base_rtp_depayload_chain),
4101 (gst_base_rtp_depayload_change_state):
4102 Don't assert when not negotiated but post a meaningfull
4103 error message. Fixes #347918.
4105 * gst-libs/gst/rtp/gstbasertppayload.c:
4106 Add comment about better default MTU size.
4108 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4109 Small cleanups, start docs.
4111 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4113 Patch by: Martin Szulecki
4115 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4116 If "device-name" is requested and the device is not
4117 open, try to temporarily open it to obtain this
4118 information (#342494).
4120 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4122 * gst-libs/gst/tag/gstid3tag.c:
4123 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4125 * gst-libs/gst/tag/gsttageditingprivate.h:
4126 * gst-libs/gst/tag/gstvorbistag.c:
4127 Some more random const-ifications.
4129 2006-07-18 Stefan Kost <ensonic@users.sf.net>
4131 * gst-libs/gst/riff/riff-ids.h:
4132 * gst-libs/gst/riff/riff-media.c:
4133 (gst_riff_create_video_template_caps):
4134 Add more FOURCCs (sort list to make stuff easier to find),
4135 add comment what those 16 bytes in struct _gst_riff_strh according to
4138 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4140 * gst-libs/gst/audio/multichannel.c:
4141 (gst_audio_check_channel_positions),
4142 (gst_audio_fixate_channel_positions):
4143 Const-ify two arrays.
4145 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4147 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4148 Fix typo, so that alsasink also advertises 8 channels
4149 if that's supported (tags: can, worms, open, alsa, ph34r).
4151 2006-07-17 Wim Taymans <wim@fluendo.com>
4153 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4154 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4155 *sigh*, when is the compiler going to warn when the comments
4156 are out-of-sync with the code.. Refix case of busted theora
4157 headers with 0 granule pos.
4159 2006-07-14 Wim Taymans <wim@fluendo.com>
4161 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4162 (gst_base_rtp_depayload_wait),
4163 (gst_base_rtp_depayload_change_state),
4164 (gst_base_rtp_depayload_set_property),
4165 (gst_base_rtp_depayload_get_property):
4166 Fix 99% cpu load by waiting for absolute times on the
4167 clock. Fixes #347300.
4169 2006-07-14 Andy Wingo <wingo@pobox.com>
4171 * ext/theora/gsttheoraparse.h:
4172 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4173 (theora_parse_push_headers, theora_parse_clear_queue)
4174 (theora_parse_drain_queue_prematurely, )
4175 (theora_parse_sink_event, theora_parse_change_state): Queue events
4176 until we initialized our state, like in vorbisparse.
4178 * ext/vorbis/vorbisparse.h:
4179 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4180 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4181 (vorbis_parse_drain_queue_prematurely, )
4182 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4183 until we have initialized our state. Fixes seeking after an
4186 2006-07-14 Andy Wingo <wingo@pobox.com>
4188 Patch by: Iain Holmes <iaingnome@gmail.com>
4190 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4192 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
4195 Bump nano back to CVS
4197 === release 0.10.9 ===
4199 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4202 releasing 0.10.9, "I walk the line"
4204 2006-07-14 Michael Smith <msmith@fluendo.com>
4206 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4207 Move a g_cond_signal to earlier to avoid sometimes deadlocking
4208 (commonly happens when running this test under valgrind) when trying
4209 to remove the buffer probe.
4211 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4213 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4214 Fix missing g_unlock from the previous commit
4216 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4218 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4219 (gst_ximagesink_change_state):
4220 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4221 (gst_xvimagesink_change_state):
4222 Implement a locking order to ensure we always take the object lock
4223 before the x_lock and never vice-versa.
4225 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4227 * gst/playback/gstdecodebin.c: (find_compatibles):
4228 Fix a caps leak when linking (#347304)
4230 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4231 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4232 (gst_ximagesink_change_state):
4233 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4234 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4235 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4236 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4237 Don't leak shared memory resources. Use the object lock to protect
4238 against the xcontext disappearing while returning a buffer from the
4241 2006-07-12 Edward Hervey <edward@fluendo.com>
4243 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4244 (vorbis_handle_comment_packet):
4245 gst_tag_list_merge() returns a new object. Take that into account when
4246 using it. This avoids memleak.
4247 Revert previous commit which is not needed.
4249 2006-07-12 Edward Hervey <edward@fluendo.com>
4251 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4252 Reset the decoder in finalize so that all fields get cleared.
4254 2006-07-12 Wim Taymans <wim@fluendo.com>
4256 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4257 (gst_base_audio_src_set_clock),
4258 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4259 Don't try to post an error message when setting the clock fails
4260 as this can happen when adding an element to a bin which will then
4261 deadlock. Fixes #347296.
4263 2006-07-12 Edward Hervey <edward@fluendo.com>
4265 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4266 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4267 (vorbis_handle_type_packet):
4268 Post tag messages on the bus even if we're not initialized.
4269 If we're not initialized, we still postpone the event pushing of tags.
4271 2006-07-12 Wim Taymans <wim@fluendo.com>
4273 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4274 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4275 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4276 Revert last two changes that broke the freeze.
4278 2006-07-12 Wim Taymans <wim@fluendo.com>
4280 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4281 basesink calculates silence sample correctly for us.
4283 2006-07-12 Wim Taymans <wim@fluendo.com>
4285 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4286 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4287 Calculate correct silence samples so we don't fill our ringbuffer
4290 2006-07-12 Edward Hervey <edward@fluendo.com>
4292 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4293 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4294 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4295 * ext/vorbis/vorbisdec.h:
4296 Delay sending events (newsegment, tags) until the decoder is properly
4300 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
4302 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4303 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4304 Patch from #347221 adding a test for audioconvert
4307 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
4309 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4310 (gst_ssa_parse_parse_line):
4311 Don't include the terminating NUL in the buffer size,
4312 it's only there for extra paranoia (would add random
4313 '*' characters at the end of each subtitle since the
4314 terminator itself is not valid UTF-8 technically).
4315 Also fix indenting after boilerplate macro.
4317 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
4319 * gst/playback/gstdecodebin.c: (close_pad_link):
4320 Also emit 'unknown-type' signal (which should really be
4321 called unhandled-type) if we found potential decoders/demuxers
4322 in the registry but none of them worked in the end (as in the
4323 case where the plugins don't exist any longer but are still
4324 listed in the registry). Fixes #329798.
4326 2006-07-08 Andy Wingo <wingo@pobox.com>
4328 * theoraparse.c (theora_parse_push_buffer)
4329 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4330 Add some more debugging. Fix granulepos reconstruction in the face
4333 2006-07-06 Wim Taymans <wim@fluendo.com>
4335 * gst-libs/gst/audio/gstbaseaudiosink.c:
4336 (gst_base_audio_sink_class_init),
4337 (gst_base_audio_sink_provide_clock):
4338 Use gobject_class instead of G_OBJECT_CLASS (klass)
4340 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4341 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4342 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4343 (gst_base_audio_src_get_time),
4344 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4345 (gst_base_audio_src_create_ringbuffer):
4346 Fix latency and buffer-time constants and properties ala basesink.
4347 Implement pull based scheduling. Fixes #346527.
4348 Set default blocksize in GstBaseSrc to 0, we default to pushing out
4350 Refuse slaving to another clock instead of silently not working.
4351 Only provide a clock when we are actually able to do so.
4352 Various small cleanups and compiler hints.
4354 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4356 Patch by: Lutz Mueller <lutz at topfrose de>
4358 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4360 Add typefinding for text/html (#346581).
4362 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4364 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4365 (xml_check_first_element), (xml_type_find), (smil_type_find):
4366 Fix SMIL typefinding, make xml_check_first_element() more
4369 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4371 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4372 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4373 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4374 * gst/playback/gstplaybasebin.h:
4375 Protect list of elements with a subtitle-encoding property and
4376 the subtitle encoding member itself with a lock of their own
4377 instead of using the object lock. This prevents a dead-lock in
4378 the element-remove callback in some circumstances when shutting
4381 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
4383 * win32/common/libgsttag.def:
4384 Export some new functions.
4385 * win32/vs6/libgstogg.dsp:
4386 Add a link to libgsttag-0.10.lib.
4388 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
4390 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4391 Some const-ification.
4393 2006-07-04 Wim Taymans <wim@fluendo.com>
4395 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4396 Improve checking if we are dealing with a stream. Added some
4397 more uris that need buffering.
4399 2006-07-03 Edward Hervey <edward@fluendo.com>
4401 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4402 Remove unused variable.
4404 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
4409 add GCOV_LIBS to GST_LIBS
4411 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
4413 Patch by: Michael Sheldon <webmaster at mikeasoft com>
4415 * ext/alsa/gstalsasrc.c:
4416 Add 32 bps to template caps and increase channels range
4417 from [1,2] to [1,MAX]. See #346326.
4419 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
4421 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4422 Recognise 'WMVA' video codec fourcc (#345879).
4424 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
4426 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4427 Fixed nasty memory leak
4429 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
4431 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4432 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4435 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
4437 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4438 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4439 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4440 Protect remove_fakesink using a mutex, so that we don't try and
4441 remove the fakesink simultaneously from multiple threads.
4443 When going from READY to PAUSED, restore the fakesink, so that
4444 it is there when decodebin gets reused.
4446 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
4448 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4449 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4450 * gst-libs/gst/rtp/gstbasertppayload.c:
4451 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4452 * gst/tcp/gstmultifdsink.c:
4453 * gst/tcp/gsttcpclientsink.c:
4454 * gst/tcp/gsttcpclientsrc.c:
4455 * gst/tcp/gsttcpserversink.c:
4456 * gst/tcp/gsttcpserversrc.c:
4457 * gst/videorate/gstvideorate.c:
4458 * gst/videotestsrc/gstvideotestsrc.c:
4459 * sys/v4l/gstv4ljpegsrc.c:
4460 * sys/v4l/gstv4lmjpegsink.c:
4461 * sys/v4l/gstv4lsrc.c:
4462 * tests/examples/seek/scrubby.c:
4463 * tests/examples/seek/seek.c:
4464 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4466 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4468 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4469 Second field in GEnumValue shouldn't be a description,
4470 but a stringified version of the enum value.
4472 2006-06-22 Wim Taymans <wim@fluendo.com>
4474 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4475 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4476 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4477 Avoid type checking in buffer casts.
4478 Avoid caps copy in buffer_alloc when we can.
4479 Use pad_peer_accept.
4481 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4483 * gst-libs/gst/tag/tag.h:
4484 Oops, make that 'Since: 0.10.9'.
4486 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4488 * docs/libs/gst-plugins-base-libs-sections.txt:
4489 * gst-libs/gst/tag/tag.h:
4490 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4491 (gst_tag_image_type_get_type):
4492 API: add GstTagImageType enum to describe images contained
4493 in image tags (#345641).
4495 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4497 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4498 Fix warnings with gst-inspect: "buffers-min" property
4499 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4500 typo in property description.
4502 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4504 Patch by: Cody Russell <bratsche at gnome org>
4506 * gst/audioresample/gstaudioresample.c:
4507 (gst_audioresample_class_init):
4508 * gst/playback/gststreamselector.c:
4509 (gst_stream_selector_class_init):
4510 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4511 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4512 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4513 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4514 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4515 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4516 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4517 * gst/videotestsrc/gstvideotestsrc.c:
4518 (gst_video_test_src_class_init):
4519 * gst/volume/gstvolume.c: (gst_volume_class_init):
4520 Avoid unnecessary class cast check in class_init
4521 functions (#337747).
4523 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
4525 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4526 (gst_text_overlay_video_chain):
4527 g_markup_escape_text() REALLY doesn't like non-UTF8 input
4528 and doesn't validate its input either (and neither did
4529 textoverlay it seems). Let's do that then and fix #345206.
4531 2006-06-19 Wim Taymans <wim@fluendo.com>
4533 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4534 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4535 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4536 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4537 (find_syncframe), (find_limits), (assign_value),
4538 (count_burst_unit), (gst_multi_fd_sink_new_client),
4539 (gst_multi_fd_sink_handle_client_write),
4540 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4541 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4542 (gst_multi_fd_sink_change_state):
4543 * gst/tcp/gstmultifdsink.h:
4544 Added shiny new burst-on-connect methods.
4545 Add properties to control the minimal amount of data queued.
4547 API: bytes-min property
4548 API: time-min property
4549 API: buffers-min property
4550 API: burst-unit property
4551 API: burst-value property
4552 API: add-full signal
4554 * gst/tcp/gsttcp-marshal.list:
4555 Added new marshaller code for the new signal.
4557 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4558 (multifdsink_suite):
4559 Added testcases for new burst methods.
4561 2006-06-19 Edward Hervey <edward@fluendo.com>
4563 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4564 Implement clipping for accurate seeking.
4567 2006-06-19 Wim Taymans <wim@fluendo.com>
4569 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4571 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4572 (gst_video_scale_transform):
4573 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4575 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
4578 Fix --disable-external (can't set conditionals conditionally,
4581 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4583 * tests/check/elements/audioresample.c: (test_reuse),
4584 (audioresample_suite):
4585 Add test case for bug #342789 fixed below.
4587 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4589 * gst/audioresample/gstaudioresample.c:
4590 (gst_audioresample_class_init), (gst_audioresample_init),
4591 (audioresample_start), (audioresample_stop),
4592 (gst_audioresample_set_property), (gst_audioresample_get_property):
4593 Implement GstBaseTransform::start and ::stop so that audioresample
4594 can clear its internal state properly and be reused instead of
4595 causing non-negotiated errors with playbin under some circumstances
4598 * tests/check/elements/audioresample.c: (setup_audioresample),
4599 (cleanup_audioresample):
4600 Need to set element state here so that ::start and ::stop are
4603 2006-06-16 Wim Taymans <wim@fluendo.com>
4605 Patch by: Young-Ho Cha <ganadist at chollian dot net>
4607 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4608 Parse extra data better, apparently it's right behind
4609 the normal strf header size. Fixes #343500.
4611 2006-06-16 Wim Taymans <wim@fluendo.com>
4613 * ext/alsa/gstalsasink.c: (set_hwparams):
4614 If we fail to set the buffer_time and period_time alsa
4615 parameters, post a warning and leave alsa select a
4616 default instead of failing. Fixes #342085
4618 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4620 * docs/libs/gst-plugins-base-libs-sections.txt:
4621 * gst-libs/gst/cdda/gstcddabasesrc.h:
4622 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4623 out in the header file and shouldn't be listed in the docs.
4625 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4626 Must dereference pointer to fourcc in the debug statement.
4628 2006-06-16 Stefan Kost <ensonic@users.sf.net>
4630 * docs/libs/Makefile.am:
4631 * docs/libs/gst-plugins-base-libs-docs.sgml:
4632 * docs/libs/gst-plugins-base-libs-sections.txt:
4633 * docs/libs/gst-plugins-base-libs.types:
4634 add remaining symbols into correct setions
4636 * gst-libs/gst/audio/gstringbuffer.c:
4639 * gst-libs/gst/audio/gstringbuffer.h:
4640 comment out not yet implemented function
4643 * gst-libs/gst/floatcast/floatcast.h:
4644 * gst-libs/gst/netbuffer/gstnetbuffer.c:
4645 add short descriptions
4648 * gst-libs/gst/interfaces/propertyprobe.c:
4649 fix return value docs
4651 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4652 simplify debug logging
4654 * gst-libs/gst/riff/riff-read.h:
4655 sync function prototype and docs
4657 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4658 remove left over symbol
4660 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
4665 Use GST_PLUGIN_DOCS macro in configure.ac, add
4666 --enable-plugin-docs default to autogen.sh and use
4667 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4669 2006-06-15 Wim Taymans <wim@fluendo.com>
4671 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4672 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4673 (gst_ogg_demux_loop):
4674 Combine GstFlowReturn from the source pads to give a
4675 meaningfull result to the upstream peer or to stop the
4676 processing task in case of errors.
4678 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4680 * gst/playback/gststreaminfo.c: (cb_probe):
4681 Try GST_TAG_CODEC as fallback when extracting the
4682 codec name; more debug info.
4684 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4686 * ext/ogg/Makefile.am:
4687 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4688 Extract language tags from ogm subtitle streams, so that
4689 the subtitle menu choices are labelled correctly in
4690 Totem (fixes #344708).
4692 2006-06-14 Wim Taymans <wim@fluendo.com>
4694 Patch by: Alessandro Decina <alessandro at nnva dot org>
4696 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4697 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4698 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4699 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4700 Fix various leaks. Fixes #343699.
4701 Add x-smoke mime type.
4703 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
4705 * gst-libs/gst/riff/riff-ids.h:
4706 Add IDs for 'bext' chunks (see #343837).
4708 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
4710 Patch by: Young-Ho Cha <ganadist at chollian net>
4712 * gst/subparse/samiparse.c: (sami_context_pop_state),
4713 (handle_start_font), (end_sami_element):
4714 Honour font face tags in SAMI subtitles (#344503).
4716 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4719 add missing files containing translatable strings
4721 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4723 * docs/libs/tmpl/.cvsignore:
4724 we don't want those *.sgml files in CVS either
4726 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4728 * docs/libs/.cvsignore:
4729 * tests/check/elements/.cvsignore:
4730 * tests/check/libs/.cvsignore:
4733 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4735 * docs/libs/Makefile.am:
4736 also commiting the changed Makefile.am (added more libs to the
4739 2006-06-11 Stefan Kost <ensonic@users.sf.net>
4741 * docs/libs/gst-plugins-base-libs-docs.sgml:
4742 * docs/libs/gst-plugins-base-libs-sections.txt:
4743 * docs/libs/gst-plugins-base-libs.types:
4744 first batch of reordering things, add index & hierarchy
4746 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
4749 use GST_PKG_CHECK_MODULES, cleans up output
4751 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4753 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4754 Add support for burn:// URIs (#343385); const-ify things a bit,
4755 use G_N_ELEMENTS instead of hard-coded array size.
4757 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
4759 Patch by: Young-Ho Cha <ganadist at chollian net>
4761 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4762 Fix up broken entities before passing them to libxml *sigh*.
4765 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4770 === release 0.10.8 ===
4772 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
4775 releasing 0.10.8, "Moar gij ziet mij nie"
4777 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
4794 * win32/common/config.h:
4797 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
4799 * docs/libs/tmpl/gstaudio.sgml:
4800 * docs/libs/tmpl/gstcolorbalance.sgml:
4801 * docs/libs/tmpl/gstmixer.sgml:
4802 * docs/libs/tmpl/gstringbuffer.sgml:
4803 * docs/libs/tmpl/gsttuner.sgml:
4804 * docs/libs/tmpl/gstxoverlay.sgml:
4805 * gst-libs/gst/audio/audio.c:
4806 * gst-libs/gst/audio/gstringbuffer.c:
4807 * gst-libs/gst/interfaces/colorbalance.c:
4808 * gst-libs/gst/interfaces/mixer.c:
4809 * gst-libs/gst/interfaces/tuner.c:
4810 * gst-libs/gst/interfaces/xoverlay.c:
4811 move last template doc snippets to source code and delete them
4813 2006-06-06 Michael Smith <msmith@fluendo.com>
4815 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4816 (theora_parse_drain_queue):
4817 Mark DELTA_UNIT on non-keyframes.
4819 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
4821 * gst-libs/gst/audio/gstbaseaudiosink.c:
4822 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4823 * gst-libs/gst/audio/gstbaseaudiosink.h:
4824 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4825 (gst_ring_buffer_samples_done):
4826 * gst-libs/gst/audio/gstringbuffer.h:
4827 Document better the fact that latency_time and buffer_time are values
4828 stored in microseconds, and not the usual GStreamer nanoseconds.
4829 Change the variables (compatibly) that store them from GstClockTime
4830 to guint64 to make it more clear that they're not storing clock times.
4831 Also, remove the bogus property description that says the user can
4832 specify -1 to get the default value, since that's never been the case.
4834 When computing the default segment size for the ring buffer, make it
4835 an integer number of samples.
4837 When the sub-class indicates a delay greater than the number of
4838 samples we've written return 0 from the audio sink get_time method.
4840 2006-06-02 Michael Smith <msmith@fluendo.com>
4842 * tests/check/elements/audioconvert.c: (set_channel_positions),
4843 (get_float_mc_caps), (get_int_mc_caps):
4844 * tests/check/elements/audioresample.c:
4845 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4846 * tests/check/elements/videorate.c:
4847 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4848 * tests/check/elements/volume.c:
4849 * tests/check/elements/vorbisdec.c:
4850 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4851 Don't busy-wait in tests; this was causing test timeouts very
4852 frequently when running under valgrind.
4854 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
4857 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4858 (gst_multi_fd_sink_remove_client_link),
4859 (gst_multi_fd_sink_client_queue_caps),
4860 (gst_multi_fd_sink_client_queue_buffer),
4861 (gst_multi_fd_sink_handle_client_write),
4862 (gst_multi_fd_sink_render):
4863 * gst/tcp/gstmultifdsink.h:
4864 make multifdsink properly deal with streamheader:
4865 - streamheader is taken from caps
4866 - buffers marked with IN_CAPS are not sent
4867 - streamheaders are sent, on connection, from the caps of the
4868 buffer where the client gets positioned to
4869 - further streamheader changes are done every time the client
4870 will receive a buffer with different caps
4871 * tests/check/elements/multifdsink.c: (GST_START_TEST),
4872 (gst_multifdsink_create_streamheader):
4875 2006-06-02 Michael Smith <msmith@fluendo.com>
4877 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4878 Reinstate limit on channel count. Vorbis does not define the meaning
4879 of > 6 channels, so they're just independent channels. Gstreamer
4880 currently has no mechanism to represent N independent channels.
4882 2006-06-02 Michael Smith <msmith@fluendo.com>
4884 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4885 Don't arbitrarily restrict channel counts and rate in vorbis.
4886 In terms of effects likely on real-world files, this fixes 96kHz
4889 2006-06-02 Michael Smith <msmith@fluendo.com>
4891 * gst/audioconvert/audioconvert.c: (float):
4892 More correct float->int conversion.
4894 2006-06-02 Michael Smith <msmith@fluendo.com>
4896 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4897 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4898 value. Fixes g-critical on trying to play back ogg containing
4901 2006-06-02 Wim Taymans <wim@fluendo.com>
4903 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4905 * gst/playback/gstplaybasebin.h:
4906 Make the subtitle detection work from any thread so we don't
4907 deadlock. Fixes #343397.
4909 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
4911 * gst/volume/Makefile.am:
4912 Seriously, it's not *that* hard to get compilation right. Even
4913 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4915 2006-06-01 Stefan Kost <ensonic@users.sf.net>
4917 * gst/volume/gstvolume.c: (volume_choose_func),
4918 (volume_update_real_volume), (gst_volume_class_init),
4919 (gst_volume_init), (volume_process_float), (volume_process_int16),
4920 (volume_process_int16_clamp), (volume_set_caps),
4921 (volume_transform_ip), (plugin_init):
4922 * gst/volume/gstvolume.h:
4923 rewrite the passthrough check, split _int16 and _int16_clamp, fix
4924 another property desc., remove unused param from process function
4926 * tests/check/elements/volume.c: (volume_suite):
4927 reactivate the passthrough test
4929 2006-06-01 Stefan Kost <ensonic@users.sf.net>
4931 * ext/alsa/gstalsamixerelement.h:
4932 * ext/alsa/gstalsamixeroptions.h:
4933 * ext/alsa/gstalsamixertrack.h:
4934 * ext/gnomevfs/gstgnomevfssink.h:
4935 * ext/gnomevfs/gstgnomevfssrc.h:
4936 * ext/theora/gsttheoradec.h:
4937 * ext/theora/gsttheoraenc.h:
4938 * ext/theora/gsttheoraparse.h:
4939 * ext/vorbis/vorbisparse.h:
4940 * gst-libs/gst/audio/gstaudioclock.h:
4941 * gst-libs/gst/audio/gstaudiofilter.h:
4942 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4943 * gst/audioconvert/gstaudioconvert.h:
4944 * gst/audioresample/gstaudioresample.h:
4945 * gst/audiotestsrc/gstaudiotestsrc.h:
4946 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4947 * gst/playback/gststreamselector.h:
4948 * gst/tcp/gstmultifdsink.h:
4949 * gst/tcp/gsttcpclientsink.h:
4950 * gst/tcp/gsttcpclientsrc.h:
4951 * gst/tcp/gsttcpserversink.h:
4952 * gst/tcp/gsttcpserversrc.h:
4953 * gst/videorate/gstvideorate.h:
4954 * gst/videoscale/gstvideoscale.h:
4955 * gst/videotestsrc/gstvideotestsrc.h:
4956 * gst/volume/gstvolume.h:
4957 * sys/v4l/gstv4ljpegsrc.h:
4958 * sys/v4l/gstv4lmjpegsink.h:
4959 * sys/v4l/gstv4lmjpegsrc.h:
4960 * sys/v4l/gstv4lsrc.h:
4961 * sys/ximage/ximagesink.h:
4962 * sys/xvimage/xvimagesink.h:
4963 * tests/old/testsuite/alsa/sinesrc.h:
4964 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4966 2006-05-31 Wim Taymans <wim@fluendo.com>
4968 * ext/libvisual/visual.c: (gst_visual_reset),
4969 (gst_visual_sink_setcaps), (gst_visual_sink_event),
4970 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4972 Use running time before doing QoS.
4975 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
4977 * docs/libs/Makefile.am:
4978 set a magic variable to indicate we know the docs are incomplete
4980 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
4982 * win32/common/libgstvideo.def:
4983 export gst_video_calculate_display_ratio
4984 * win32/vs6/libgstvideoscale.dsp:
4985 add link to libgstvideo-0.10.lib
4987 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
4989 * gst/playback/gstplaybasebin.c: (gen_source_element):
4990 Throw a more comprehensible error for rtsp:// URIs (rather
4991 than erroring out with a negotiation error later on) until
4992 we fix playbin to handle rtspsrc etc.
4994 2006-05-30 Wim Taymans <wim@fluendo.com>
4996 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4997 (gst_text_overlay_text_event):
5000 2006-05-30 Wim Taymans <wim@fluendo.com>
5002 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5003 (gst_adder_request_new_pad), (gst_adder_release_pad):
5004 * gst/adder/gstadder.h:
5005 Implement release_request_pad.
5006 Make padcounter atomic.
5008 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5009 Added check for release_pad in adder.
5011 2006-05-30 Wim Taymans <wim@fluendo.com>
5013 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5016 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
5018 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5019 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5020 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5021 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5022 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5023 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5024 (gst_ogg_demux_bisect_forward_serialno),
5025 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5026 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5028 clean up printf formats for granulepos and serialno
5030 2006-05-30 Michael Smith <msmith@fluendo.com>
5032 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5033 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5034 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5035 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5036 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5037 * ext/vorbis/vorbisenc.h:
5038 Multi-channel caps negotiation, so we can do proper multichannel
5039 vorbis encoding, negotiated through audioconvert.
5041 2006-05-30 Wim Taymans <wim@fluendo.com>
5043 * tests/check/elements/adder.c: (test_event_message_received),
5044 (test_play_twice_message_received), (GST_START_TEST),
5046 Added check to show that #339935 is fixed with ongoing
5047 adder and collectpads fixes.
5049 2006-05-29 Wim Taymans <wim@fluendo.com>
5051 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5052 Don't leak pad name.
5054 2006-05-29 Wim Taymans <wim@fluendo.com>
5056 * gst/adder/gstadder.c: (gst_adder_query_duration),
5057 (forward_event_func), (forward_event), (gst_adder_src_event):
5059 Make query/seeking code threadsafe.
5061 * tests/check/Makefile.am:
5062 * tests/check/elements/adder.c: (test_event_message_received),
5063 (GST_START_TEST), (test_play_twice_message_received):
5064 Fix adder test case.
5066 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
5068 Patch by: Young-Ho Cha <ganadist at chollian net>
5070 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5071 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5072 (set_encoding_element), (decodebin_element_added_cb),
5073 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5074 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5075 * gst/playback/gstplaybasebin.h:
5076 Add 'subtitle-encoding' property to playbin, so applications can
5077 force a subtitle encoding for non-UTF8 subtitles (#342268).
5079 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5080 (gst_sub_parse_set_property):
5081 Rename recently-added 'encoding' property to 'subtitle-encoding'
5082 (so it can be proxied by playbin/decodebin in a generic way
5083 with less danger of false positives).
5085 2006-05-29 Michael Smith <msmith@fluendo.com>
5087 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5088 (append_with_other_format), (set_structure_widths),
5089 (gst_audio_convert_transform_caps):
5090 Patch from #341562: give more specific audio caps in get_caps, so
5091 that basetransform can make better decisions on what caps to
5094 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5096 * tests/check/elements/volume.c:
5097 make it compile again
5099 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5101 * tests/check/elements/volume.c: (volume_suite):
5102 disable test until #343196 gets resolved
5104 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5106 * gst/adder/gstadder.c: (gst_adder_get_type):
5107 Make it easier to copy&paste
5109 * gst/volume/Makefile.am:
5110 * gst/volume/gstvolume.c: (volume_update_real_volume),
5111 (gst_volume_set_volume), (gst_volume_set_mute),
5112 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5113 (volume_transform_ip), (volume_update_mute),
5114 (volume_update_volume):
5115 * gst/volume/gstvolume.h:
5116 Add own debug category, move duplicate code to helper function, fix
5117 property texts, add more comments and prepare ffor liboil-goodness
5119 * tests/check/Makefile.am:
5120 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5121 add test for mute and passtrough case, be a bit more verbose to track
5124 * tests/check/generic/states.c: (GST_START_TEST):
5125 catch elements that fail to instantiate
5127 2006-05-28 Edward Hervey <edward@fluendo.com>
5129 * tests/check/pipelines/simple-launch-lines.c:
5130 * tests/check/pipelines/theoraenc.c:
5131 * tests/check/pipelines/vorbisenc.c:
5132 Comment out tests using parse_launch() if core was built without
5133 parsing capabilities.
5135 2006-05-27 Edward Hervey <edward@fluendo.com>
5137 * tests/check/Makefile.am:
5138 Extra bonus points for whoever explains to ensonic that you are meant
5139 to test unit tests thoroughly before commiting them, especially if
5140 you know it's going to break.
5141 De-activated element/adder tests.
5143 2006-05-27 Edward Hervey <edward@fluendo.com>
5145 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5146 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5147 Marking caps conversion issues as GST_WARNING is way too verbose,
5148 Moving them to GST_LOG.
5150 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
5153 Replace current README (containing the release notes from
5154 some 0.9.x version) with a proper README taken from the core.
5156 2006-05-26 Wim Taymans <wim@fluendo.com>
5158 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5159 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5160 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5161 (vorbis_dec_change_state):
5164 Clip output samples to segment boundaries.
5166 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5168 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5169 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5170 Improve the errors produced on bad output, including some human
5171 readable description strings.
5172 Handle the (theoretical for ximagesink) case where the XServer
5173 has a different idea about the size required for a particular
5174 frame and gives us too small a memory allocation.
5176 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5178 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5179 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5180 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5181 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5182 Improve the errors produced on bad output, including some human
5183 readable description strings.
5184 Handle RGB Xv formats properly by transforming them into our
5185 big-endian caps description.
5186 Use gst_caps_truncate to ensure that we never try and choose a
5187 non-fixed caps in buffer_alloc.
5188 Handle the case where the XServer has a different idea about the size
5189 required for a particular frame and gives us too small a memory
5191 Use -1 to indicate 'no image format', because 0 is a valid XServer
5192 image format number.
5193 Put RGB Xv formats at the end of the caps, so that we always prefer
5195 Iterate the available Xv Encodings to determine the maximum width and
5196 height, and then return that in our caps.
5197 (Closes #315312, #337544)
5199 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
5201 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5202 When there is only one unfinished pad and it receives an event that
5203 doesn't match our requirements, we need to set alldone=FALSE so that
5204 the fakesink is not removed yet.
5206 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
5208 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5209 Use gst_type_find_helper_for_buffer() to find the type
5210 of stream from the first packet.
5213 Bump requirements to core CVS (needed for vorbis
5214 typefinding to work).
5216 2006-05-24 Edward Hervey <edward@fluendo.com>
5218 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5219 Added the 'prfl' atom type which MQV (no, it's not a typo) files
5220 contain. Else they play perfectly fine with qtdemux.
5222 2006-05-23 Stefan Kost <ensonic@users.sf.net>
5224 * ext/theora/theoradec.c:
5225 * ext/theora/theoraenc.c:
5226 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5227 * gst/audiorate/gstaudiorate.c:
5228 make more debug catagories static
5230 * tests/check/Makefile.am:
5231 * tests/check/elements/adder.c: (message_received),
5232 (test_event_message_received), (GST_START_TEST),
5233 (test_play_twice_message_received), (adder_suite):
5234 added test case for using element twice, extra bonus points for anyone
5235 who can make these test run reliably
5237 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
5239 * ext/theora/theoradec.c: (theora_dec_chain):
5240 Make work with time-stamped input buffers that do not
5241 have a granulepos in BUFFER_OFFSET_END (like theora
5242 buffers coming from matroskademux). Fixes #342448.
5244 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
5246 Patch by: Peter Kjellerstedt <pkj at axis com>
5248 * gst/tcp/Makefile.am:
5249 fdstresstest doesn't need Gtk+, fix compilation if
5250 gtk is not available (#342566).
5252 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5254 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5256 Removed redundant floor()
5258 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5260 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5261 On second thought, just skip JUNK chunks automatically, so
5262 the caller doesn't have to handle this. Fixes #342345.
5263 Also, return GST_FLOW_UNEXPECTED if we get a short read,
5266 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5268 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5269 Don't bail out on JUNK chunks with a size of 0 (would try to
5270 pull_range 0 bytes before, which sources don't like too much).
5273 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5275 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5276 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5277 Use the gstutil scaling function to preserve 64 bits while calculating
5278 output width and height from the display-aspect-ratio. (A continuation
5281 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5283 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5284 (gst_xvimagesink_buffer_alloc):
5285 * sys/xvimage/xvimagesink.h:
5286 When performing buffer allocations, remember the caps and image format
5287 we return so that if the same caps are asked for next time we can
5288 return them immediately without doing any caps intersections.
5290 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5292 * gst-libs/gst/rtp/README:
5293 Some new documentation
5294 * gst-libs/gst/rtp/gstrtpbuffer.h:
5295 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
5296 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5297 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5298 New RTP audio base payloader class. Supports frame or sample based
5299 codecs. Not enabled in Makefile.am until approved.
5301 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5303 * tests/check/elements/alsa.c: (test_device_property_probe):
5304 Fix test case: don't try to free NULL GValueArray when there
5307 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5309 * tests/check/Makefile.am:
5310 * tests/check/elements/alsa.c: (test_device_property_probe),
5311 (alsa_suite), (main):
5312 Add simple test that runs a device property probe on alsasrc,
5313 alsasink and alsamixer. Disable valgrind check for now (too
5314 many leaks in libasound, and valgrind ignored my suppressions
5317 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5319 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5320 (gst_alsa_device_property_probe_probe_property),
5321 (gst_alsa_device_property_probe_needs_probe),
5322 (gst_alsa_device_property_probe_get_values),
5323 (gst_alsa_type_add_device_property_probe_interface):
5324 * ext/alsa/gstalsadeviceprobe.h:
5325 * ext/alsa/gstalsamixerelement.c:
5326 (gst_alsa_mixer_element_init_interfaces):
5327 * ext/alsa/gstalsamixerelement.h:
5328 Clean up and simplify alsa device probing. Make it actually work
5329 for multiple classes. Don't cache results any longer.
5331 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5332 (gst_alsasink_init):
5333 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5334 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5335 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5336 Make alsasink and alsasrc implement the GstPropertyProbe interface
5337 for device probing (#342181).
5338 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
5340 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5342 * gst/subparse/samiparse.c: (handle_start_font):
5343 Don't ignore return value of strtol (++compiler_happiness).
5345 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
5347 Patch by: Young-Ho Cha <ganadist chollian net>
5349 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5350 (gst_sub_parse_class_init), (gst_sub_parse_init),
5351 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5353 * gst/subparse/gstsubparse.h:
5354 Add 'encoding' property (#341681).
5356 * gst/subparse/samiparse.c: (characters_sami):
5357 Output is pango markup, so we need to escape text
5358 between tags (#342143).
5360 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5362 * gst-libs/gst/audio/multichannel.c:
5363 (gst_audio_check_channel_positions):
5364 It's okay to have caps with channels=1 and a channel position
5365 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5366 (deinterleavers might want to keep the position in the caps,
5367 so that they can be re-interleaved again properly later).
5368 Leave check for unexpected 2-channel layouts intact for now.
5370 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5372 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5373 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5374 basesrc can do its job correctly.
5376 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5378 * ext/alsa/Makefile.am:
5379 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5380 (gst_alsa_detect_formats), (get_channel_free_structure),
5381 (caps_add_channel_configuration), (gst_alsa_detect_channels),
5382 (gst_alsa_probe_supported_formats):
5383 * ext/alsa/gstalsa.h:
5384 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5385 Refactor and improve caps probing code: probe signedness
5386 when we probe the supported formats/widths; set endianness
5387 to the one we actually probed for (ie. cpu endianness).
5389 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5390 (gst_alsasrc_close):
5391 * ext/alsa/gstalsasrc.h:
5392 Implement caps probing for alsasrc.
5394 2006-05-15 Wim Taymans <wim@fluendo.com>
5396 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5397 (theora_dec_src_query), (theora_dec_src_event),
5398 (theora_dec_sink_event), (theora_handle_comment_packet),
5399 (theora_handle_data_packet), (theora_dec_change_state):
5400 Cleanups, add some G_LIKELY.
5401 Use segment helpers instead of our own wrong code.
5402 Clear queued buffers on seek and READY.
5404 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5405 (vorbis_dec_convert), (vorbis_dec_src_query),
5406 (vorbis_dec_src_event), (vorbis_dec_sink_event),
5407 (vorbis_handle_comment_packet), (vorbis_dec_push),
5408 (vorbis_handle_data_packet), (vorbis_dec_chain),
5409 (vorbis_dec_change_state):
5410 * ext/vorbis/vorbisdec.h:
5411 Remove old useless packetno variable.
5412 Do position query properly.
5414 Do cleanup of queued buffers in new helper function
5417 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5419 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5420 Query supported sample rates. Fixes #341732.
5422 2006-05-15 Julien MOUTTE <julien@moutte.net>
5424 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5425 (gst_decode_bin_change_state): Make decodebin reusable
5426 when going from PAUSE_TO_READY and then back to PAUSED.
5429 2006-05-15 Wim Taymans <wim@fluendo.com>
5431 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5432 (vorbis_dec_convert), (vorbis_dec_src_query),
5433 (vorbis_dec_sink_query), (vorbis_dec_src_event),
5434 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5435 (vorbis_dec_clean_queued), (vorbis_dec_push),
5436 (vorbis_handle_data_packet), (vorbis_dec_change_state):
5437 Cleanups. Use refcounting and DEBUG_OBJECT.
5438 Reset segment on flush, use code methods instead of our
5440 Fix potential memleak.
5442 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5444 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5445 (gst_alsasink_init):
5446 * ext/alsa/gstalsasink.h:
5447 Don't leak allocated snd_output_t structure if there's
5448 more than one alsasink instance at a time (#341873).
5449 Also fix GObject macros in header file.
5451 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5453 * gst/subparse/gstsubparse.c:
5454 (gst_sub_parse_data_format_autodetect):
5455 Don't use libxml functions in the typefinding code.
5457 2006-05-15 Wim Taymans <wim@fluendo.com>
5459 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5460 Fix seeking performance in the case where a non-header
5461 packet has a 0 granulepos (busted theora case).
5463 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5464 the first place, you limelight stealer you)
5466 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5468 * gst/subparse/gstsubparse.c:
5469 (gst_sub_parse_data_format_autodetect):
5470 Improve SAMI typefinding: handle case where there are
5471 whitespaces or newlines in front of the first <SAMI>
5474 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5477 Build video4linux plugin even if there's no XVIDEO, just
5478 without implementing the GstXOverlay interface (#334002).
5480 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5483 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5485 Add tentative support for libvisual-0.4 (#336881).
5487 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5489 Patch by: Young-Ho Cha <ganadist at chollian net>
5491 * gst/subparse/samiparse.c: (handle_start_font):
5492 Need to map "silver" colour explicitly (#169936).
5494 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5496 Patch by: Young-Ho Cha <ganadist at chollian net>
5498 * gst/subparse/Makefile.am:
5499 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5500 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5501 (gst_sub_parse_format_autodetect), (feed_textbuf),
5502 (gst_subparse_type_find), (plugin_init):
5503 * gst/subparse/gstsubparse.h:
5504 * gst/subparse/samiparse.c:
5505 * gst/subparse/samiparse.h:
5506 Add support for SAMI subtitles (#169936).
5508 2006-05-14 Michael Smith <msmith@fluendo.com>
5510 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5511 Fix #341696: crash when mixing L+R+C to mono or stereo.
5512 * tests/check/Makefile.am:
5513 * tests/check/elements/audioconvert.c: (set_channel_positions),
5514 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5515 (audioconvert_suite):
5516 Add test for the above, including some generic framework bits for
5517 testing multichannel things.
5519 === release 0.10.7 ===
5521 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
5524 releasing 0.10.7, "Leave the gun"
5526 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
5528 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5529 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5532 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
5534 * docs/libs/gst-plugins-base-libs-docs.sgml:
5535 * docs/libs/gst-plugins-base-libs-sections.txt:
5536 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5537 * gst-libs/gst/video/video.h:
5538 * gst/videoscale/Makefile.am:
5539 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5540 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5541 * tests/check/Makefile.am:
5542 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5544 Fix integer overflow problem with pixel-aspect-ratio calculations
5545 in videoscale and xvimagesink (#341542)
5547 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
5549 * gst-libs/gst/tag/gstid3tag.c:
5550 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5552 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
5555 update win32 files listing
5557 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5559 patch by: Sjoerd Simons (sjoerd@luon.net)
5561 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5562 (group_create), (group_destroy), (add_stream),
5563 (gst_play_base_bin_get_property),
5564 (gst_play_base_bin_get_streaminfo_value_array):
5565 * gst/playback/gstplaybasebin.h:
5566 API: GstPlayBaseBin::stream-info-value-array property
5567 use a more bindings-friendly way of exposing streaminfo
5568 using a GValueArray. Tested in ipython.
5571 2006-05-11 Wim Taymans <wim@fluendo.com>
5573 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5574 (queue_underrun_cb), (queue_filled_cb):
5575 Also catch queue underruns but don't do anything yet.
5576 Refactor and comment queue enlarging code a bit.
5578 * gst/playback/gstplaybasebin.c: (queue_overrun),
5579 (queue_threshold_reached), (queue_out_of_data),
5580 (gen_preroll_element):
5581 If a queue over/underruns check that we don't create nasty
5582 deadlocks when the min-threshold is not reached but the
5583 max-bytes is. In those cases disable max-bytes when we
5584 know that the queue is fed timed data.
5587 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5589 * gst/playback/gstplaybin.c: (gen_audio_element):
5590 Make playbin automatically plug an 'audioresample'
5591 element before the audio sink as well. This solves
5592 problems with sinks that only accept a very specific
5593 sample rate, like esdsink (e.g. #340379).
5595 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
5597 * gst/playback/gstplaybasebin.c: (gen_source_element):
5598 Make http sources send special headers so that we receive
5599 icecast metadata if the http stream is an icecast stream
5600 (otherwise the server will just ignore them). This also
5601 means that from now on users will need the 'icydemux'
5602 element from gst-plugins-good installed if they want to
5603 listen to icecast radio streams. (#341432, #333657).
5605 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
5607 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5608 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5609 remove stupid example from docs - it should come with a simple
5612 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5613 (fail_if_can_read), (GST_START_TEST),
5614 (gst_multifdsink_create_streamheader), (multifdsink_suite):
5615 add a test for changing streamheader which exposes a bug in
5618 2006-05-11 Michael Smith <msmith@fluendo.com>
5620 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5621 (gst_gnome_vfs_src_received_headers_callback):
5622 * ext/gnomevfs/gstgnomevfssrc.h:
5623 Don't set icy-caps unless we have a sane interval value. Move
5624 interval to a local variable; we never use it outside this function.
5626 2006-05-11 Wim Taymans <wim@fluendo.com>
5628 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5629 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5630 Register special buffer types along with the objects so
5631 that they are not registered at runtime from N different
5632 streaming threads since they are not threadsafe.
5634 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5636 * tests/check/elements/multifdsink.c: (wait_bytes_served),
5637 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5638 add two more tests, one doing streamheader
5640 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
5642 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5643 clean up the bufqueue when shutting down
5644 * tests/check/Makefile.am:
5645 * tests/check/elements/multifdsink.c: (setup_multifdsink),
5646 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5648 add a test for the leak that was just fixed
5650 2006-05-10 Wim Taymans <wim@fluendo.com>
5652 * gst/adder/gstadder.c: (gst_adder_setcaps),
5653 (gst_adder_query_duration), (gst_adder_query), (forward_event),
5654 (gst_adder_src_event), (gst_adder_sink_event),
5655 (gst_adder_class_init), (gst_adder_finalize),
5656 (gst_adder_request_new_pad), (gst_adder_collected):
5657 * gst/adder/gstadder.h:
5658 Updated some docs. Added comments and FIXMEs all over the place.
5659 Improve debugging info.
5660 Fix leak on finalize by not calling the parent.
5661 Implement duration query.
5662 Make event forwarding threadsafe.
5663 Correctly send NEWSEGMENT at start and after flush.
5664 Handle EOS correctly.
5665 Post error when not negotiated.
5667 * tests/check/elements/adder.c: (GST_START_TEST):
5668 Added FIXME in the test.
5670 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5672 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5673 (gst_text_overlay_halign_get_type),
5674 (gst_text_overlay_wrap_mode_get_type):
5675 * ext/theora/theoradec.c: (theora_handle_type_packet),
5676 (theora_handle_data_packet):
5677 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5678 (theora_enc_sink_setcaps), (theora_enc_chain):
5679 * gst-libs/gst/cdda/gstcddabasesrc.c:
5680 (gst_cdda_base_src_mode_get_type):
5681 * gst/audiotestsrc/gstaudiotestsrc.c:
5682 (gst_audiostestsrc_wave_get_type):
5683 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5684 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5685 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5686 (gst_sync_method_get_type), (gst_unit_type_get_type),
5687 (gst_client_status_get_type):
5688 * gst/videoscale/gstvideoscale.c:
5689 (gst_video_scale_method_get_type):
5690 * gst/videotestsrc/gstvideotestsrc.c:
5691 (gst_video_test_src_pattern_get_type):
5692 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5693 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5694 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5695 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5696 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5697 (paint_setup_RGB565), (paint_setup_xRGB1555):
5698 Const-ify GEnumValue and GFlagsValue arrays. Use
5699 GST_ROUND_UP_* macros instead of home-made ones.
5701 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5704 Require core CVS for the new newsegment stuff.
5706 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5708 Patch by: Sjoerd Simons <sjoerd at luon net>
5710 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5711 Register nick for enum value (#341160).
5713 2006-05-09 Stefan Kost <ensonic@users.sf.net>
5715 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5717 backout typefind patch #340375
5719 * tests/check/elements/adder.c: (message_received),
5720 (GST_START_TEST), (adder_suite):
5721 redo, signal-handling of test
5723 2006-05-09 Wim Taymans <wim@fluendo.com>
5725 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5726 (gst_adder_collected):
5727 * gst/adder/gstadder.h:
5728 Remove bogus segment merging and forwarding, we don't
5729 care about timestamps anyway and we just produce a
5731 Also create a nice NEWSEGMENT event when we start.
5732 Use _scale_int some more.
5734 2006-05-09 Edward Hervey <edward@fluendo.com>
5736 * tests/icles/stress-xoverlay.c:
5737 Fix if core was built without parsing support.
5739 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
5741 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5742 Add SEDG (Samsung MPEG-4) fourcc.
5744 2006-05-09 Edward Hervey <edward@fluendo.com>
5746 * tests/icles/stress-xoverlay.c:
5747 * tests/examples/volume/volume.c:
5748 Fix if core was built without parsing support.
5750 * tests/examples/seek/seek.c:
5751 Disable the parse_launch example if core was built without parsing
5754 2006-05-08 Edward Hervey <edward@fluendo.com>
5756 * autogen.sh: (CONFIGURE_DEF_OPT):
5757 libtoolize on Darwin/MacOSX is called glibtoolize
5759 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5761 * tests/check/Makefile.am:
5762 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5763 Disable the adder test, until the build-slaves posses the kindness to
5764 either like it or to give valid reason for not doing so
5766 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5768 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5770 Shuffle NULL state change around and raise timeout more
5772 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5774 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5775 (mp4_type_find), (plugin_init):
5776 Add typefind to distinguish between "audio/x-m4a" and new type
5777 "video/mp4". Fixes #340375
5779 * tests/check/elements/adder.c: (adder_suite):
5780 Raise timeout to make buildbot happy
5782 2006-05-07 Stefan Kost <ensonic@users.sf.net>
5784 * gst/adder/gstadder.c: (gst_adder_sink_event),
5785 (gst_adder_request_new_pad), (gst_adder_change_state):
5786 * gst/adder/gstadder.h:
5787 * tests/check/Makefile.am:
5788 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5789 (adder_suite), (main):
5790 Add sink-event handling to adder. It tries to merge incomming
5791 newsegment-events. Added test to check if segment_done is comming
5792 through. Fixes #340060
5794 2006-05-05 Andy Wingo <wingo@pobox.com>
5796 * ext/theora/theoraparse.c (gst_theora_parse_init)
5797 (theora_parse_src_convert, theora_parse_src_query):
5798 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5799 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5800 query functions on the source pads of the theora and vorbis parse
5801 elements. Fixes position querying when doing a remux.
5803 2006-05-05 Michael Smith <msmith@fluendo.com>
5805 * ext/theora/theoraparse.c: (parse_granulepos),
5806 (theora_parse_drain_queue_prematurely),
5807 (theora_parse_queue_buffer), (theora_parse_sink_event):
5809 Fix invalid granulepos outputs when starting with a non-keyframe.
5811 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
5813 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5814 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5815 Rearrange MPEG system stream detection, fixing some memleaks in the
5817 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5818 they clean up their data correctly.
5819 Remove unused ogganx caps and move the 'is_annodex' check to inside
5820 the 'is_ogg' if statement.
5822 2006-05-05 Wim Taymans <wim@fluendo.com>
5824 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5825 Properly remove ghostpads. Fixes #340392
5827 2006-05-04 David Schleef <ds@schleef.org>
5829 * gst/typefind/gsttypefindfunctions.c:
5831 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
5833 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5834 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5836 When typefinding an MP3 in push-based mode, don't penalise the
5837 probability down to 74% when we found 5 valid frames just because we
5838 can't peek the end of the file.
5840 Make the probability for detecting MPEG Transport Streams based on the
5841 number of sequential headers we successfully detected.
5843 2006-05-03 Wim Taymans <wim@fluendo.com>
5845 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5846 (vorbis_dec_push), (vorbis_dec_chain):
5847 Still produce an error when we receive an empty packet.
5849 2006-05-03 Wim Taymans <wim@fluendo.com>
5851 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5852 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5853 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5854 Mark buffers with DISCONT after seek and after activating new
5857 * ext/theora/gsttheoradec.h:
5858 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5859 (theora_get_query_types), (theora_dec_sink_event),
5860 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5861 (theora_dec_change_state):
5863 Detect and mark DISCONT buffers.
5865 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5866 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5867 (vorbis_dec_change_state):
5868 * ext/vorbis/vorbisdec.h:
5870 Detect and mark DISCONT buffers.
5871 Don't crash on 0 sized buffers.
5873 2006-05-03 Wim Taymans <wim@fluendo.com>
5875 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5876 (volume_transform_ip):
5877 Increase "volume" property to 10.0. Fixes #340369.
5878 Set the process function to NULL when capsnego fails so that
5879 we properly error out.
5881 2006-05-02 Stefan Kost <ensonic@users.sf.net>
5883 * gst/playback/gstplaybin.c: (add_sink):
5884 * gst/playback/test.c: (main):
5885 * gst/playback/test5.c: (dump_element_stats):
5886 * gst/playback/test6.c: (main):
5887 free caps using gst_caps_unref, don't leak caps-strings
5889 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
5891 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5893 Refine musepack typefinding a bit. Return MAXIMUM
5894 probability when we detect stream version 7 to make
5895 sure the mpeg audio typefinder doesn't trump us.
5897 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
5899 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5900 Protect against unexpected NULL strf_data buffer.
5902 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5904 * tests/check/elements/audioconvert.c: (verify_convert),
5906 interpret the out[] buffer in the order the bytes are actually
5907 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5908 Other tests should use BYTE_ORDER since the array is filled in
5911 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5913 * tests/check/elements/audioconvert.c: (verify_convert),
5915 when a test fails, give an indication of which it is
5917 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
5919 * gst-libs/gst/cdda/gstcddabasesrc.c:
5920 compile fix; strtol() needs <stdlib.h>
5922 2006-04-28 Stefan Kost <ensonic@users.sf.net>
5924 * ext/alsa/gstalsamixerelement.c:
5925 * ext/alsa/gstalsasrc.c:
5926 * ext/cdparanoia/gstcdparanoiasrc.c:
5927 * ext/gnomevfs/gstgnomevfssink.c:
5928 * ext/gnomevfs/gstgnomevfssrc.c:
5929 * ext/ogg/gstoggdemux.c:
5930 * ext/ogg/gstoggmux.c:
5931 * ext/ogg/gstoggparse.c:
5932 * ext/ogg/gstogmparse.c:
5933 * ext/pango/gstclockoverlay.c:
5934 * ext/pango/gsttextoverlay.c:
5935 * ext/pango/gsttextrender.c:
5936 * ext/pango/gsttimeoverlay.c:
5937 * ext/theora/theoradec.c:
5938 * ext/theora/theoraenc.c:
5939 * ext/vorbis/vorbisdec.c:
5940 * ext/vorbis/vorbisenc.c:
5941 * gst-libs/gst/audio/gstaudiofilter.c:
5942 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5943 * gst/audioconvert/gstaudioconvert.c:
5944 * gst/audiorate/gstaudiorate.c:
5945 * gst/audioresample/gstaudioresample.c:
5946 * gst/audiotestsrc/gstaudiotestsrc.c:
5947 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5948 * gst/playback/gstdecodebin.c:
5949 * gst/playback/gstplaybin.c:
5950 * gst/playback/gststreamselector.c:
5951 * gst/subparse/gstsubparse.c:
5952 * gst/tcp/gstmultifdsink.c:
5953 * gst/tcp/gsttcpclientsink.c:
5954 * gst/tcp/gsttcpclientsrc.c:
5955 * gst/tcp/gsttcpserversink.c:
5956 * gst/tcp/gsttcpserversrc.c:
5957 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5958 * gst/videorate/gstvideorate.c:
5959 * gst/videoscale/gstvideoscale.c:
5960 * gst/videotestsrc/gstvideotestsrc.c:
5961 * gst/volume/gstvolume.c:
5962 * sys/v4l/gstv4ljpegsrc.c:
5963 * sys/v4l/gstv4lmjpegsink.c:
5964 * sys/v4l/gstv4lmjpegsrc.c:
5965 * sys/v4l/gstv4lsrc.c:
5966 * sys/ximage/ximagesink.c:
5967 * sys/xvimage/xvimagesink.c:
5968 * tests/check/libs/cddabasesrc.c:
5969 make GstElementDetails const
5971 2006-04-28 Stefan Kost <ensonic@users.sf.net>
5973 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5975 send events from src-pad to all sink-pads fixes #338657
5977 2006-04-28 Stefan Kost <ensonic@users.sf.net>
5979 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5980 (alsasink_parse_spec):
5981 query width capabilities from alsa, fixes #338919
5983 2006-04-28 Wim Taymans <wim@fluendo.com>
5985 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5986 (gst_multi_fd_sink_remove_client_link):
5987 * gst/tcp/gstmultifdsink.h:
5988 Fix race condition in multifdsink that can lead to spurious
5989 duplicate clients. this patch adds a new signal that is fired when
5990 multifdsink has removed all references to the fd.
5992 Updated documentation.
5993 API: client-fd-removed signal added
5995 2006-04-28 Michael Smith <msmith@fluendo.com>
5997 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5998 When asking g_value_array_new to prealloc elements, we may as well
5999 ask for the right number of elements.
6001 2006-04-28 Wim Taymans <wim@fluendo.com>
6003 * gst-libs/gst/audio/gstbaseaudiosink.c:
6004 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6005 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6006 patch to make timestamp checking more tollerant to rounding
6007 errors given that real discontinuities are to be marked on
6008 buffers. Fixes some asf files and #338778.
6009 Also avoid some crashers when we receive an event in the
6012 2006-04-28 Michael Smith <msmith@fluendo.com>
6014 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6015 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6016 (gst_gnome_vfs_src_get_property),
6017 (gst_gnome_vfs_src_send_additional_headers_callback),
6018 (gst_gnome_vfs_src_received_headers_callback),
6019 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6020 (gst_gnome_vfs_src_stop):
6021 * ext/gnomevfs/gstgnomevfssrc.h:
6022 Remove ICY handling (mostly) from gnomevfssrc, in favour of
6023 proper shared support within icydemux.
6025 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6027 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6028 (gst_video_rate_swap_prev), (gst_video_rate_chain):
6030 fix a leak when no caps negotiated
6031 fix counting of input frames
6032 * tests/check/elements/.cvsignore:
6033 * tests/check/elements/videorate.c: (assert_videorate_stats),
6034 (GST_START_TEST), (videorate_suite):
6037 2006-04-28 Wim Taymans <wim@fluendo.com>
6039 * gst-libs/gst/audio/gstringbuffer.c:
6040 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6041 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6042 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6043 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6044 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6045 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6046 (gst_ring_buffer_commit), (gst_ring_buffer_read),
6047 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6048 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6049 Check arguments passed to public functions instead of
6052 2006-04-28 Wim Taymans <wim@fluendo.com>
6054 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6055 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6056 GstBaseAudioSrc must be live or it does not work.
6058 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6059 Don't set live to TRUE as this is the default in the parentclass.
6061 2006-04-28 Wim Taymans <wim@fluendo.com>
6063 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6064 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6065 Videoscale doesn't pass on pixel-aspect ratio. Handle all
6066 fixation cases better. Fixes #338991
6068 2006-04-28 Wim Taymans <wim@fluendo.com>
6070 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6071 Handle 0/1 framerate correctly Fixes #331901.
6073 2006-04-28 Wim Taymans <wim@fluendo.com>
6075 * tests/check/elements/audioconvert.c: (get_float_caps),
6076 (GST_START_TEST), (audioconvert_suite):
6077 Added check for correct clipping when doing float samples
6080 2006-04-28 Wim Taymans <wim@fluendo.com>
6082 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6083 (gst_video_rate_chain):
6084 Print more debugging info.
6086 2006-04-28 Wim Taymans <wim@fluendo.com>
6088 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6089 (resample_set_state_from_caps):
6090 Add support for other formats audioresample can handle such as
6091 32 bits in and float and 64 bits float. Fixes #301759
6093 2006-04-28 Wim Taymans <wim@fluendo.com>
6095 * gst/audioconvert/audioconvert.c: (float):
6096 correctly clip float samples > 1.0. Fixes #338718
6098 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6100 Patch by: Young-Ho Cha <ganadist at chollian net>
6102 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6103 (gst_text_overlay_render_text):
6104 Don't strip newlines from the text. Also, center lines
6105 within multi-line paragraphs (#339405).
6107 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6109 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6110 Fix wavpack typefinding to work in more cases (don't peek
6111 for chunks of multiple hundred kBs at once, but process
6112 things step-by-step in smaller units). Fixes #339786.
6114 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6119 === release 0.10.6 ===
6121 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6124 releasing 0.10.6, "Chao"
6126 2006-04-26 David Schleef <ds@schleef.org>
6128 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6131 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6134 * win32/common/config.h:
6137 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6139 patch by: Wim Taymans
6141 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6142 (gst_ogg_demux_perform_seek):
6143 make sure correct newsegments are sent, so that the decoder
6144 and the demuxer agree on timestamps. Fixes playback of a lot
6145 of Ogg files that do not start from 0. Fixes #339833.
6147 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6149 Patch by: Edward Hervey <edward@fluendo.com>
6151 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6152 * tests/check/Makefile.am:
6153 * tests/check/elements/videorate.c: (assert_videorate_stats),
6154 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6155 (videorate_suite), (main):
6156 Fix an infinite loop if frames are passed in with wrongly ordered
6157 timestamps. Fixes #339013.
6159 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6161 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6163 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6164 fix typefinding on some ISO files. Fixes #339212.
6166 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6168 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6170 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6171 add another H264 fourcc. Fixes #339047.
6173 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6175 Patch by: Jan Schmidt
6177 * gst/playback/gststreamselector.c:
6178 (gst_stream_selector_bufferalloc):
6179 Restore old StreamSelector behaviour.
6182 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
6185 * win32/common/config.h:
6188 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6190 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6192 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6193 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6194 Fix some memory leaks: on finalize, free buffers left in the queue
6195 before destroying the queue; in _push(), unref rtp_buf even if
6196 the process vfunc returned a NULL buffer as output buffer (#337548);
6197 demote some recuring debug messages to LOG level.
6199 2006-04-11 Wim Taymans <wim@fluendo.com>
6201 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6202 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6203 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6204 (gst_ogg_demux_loop):
6206 Respect segment stop when emiting EOS or SEGMENT_DONE.
6209 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6211 * gst/playback/gststreamselector.c:
6212 (gst_stream_selector_get_property):
6213 Don't leak pad name.
6215 2006-04-10 Michael Smith <msmith@fluendo.com>
6217 * tests/check/Makefile.am:
6218 * tests/check/gst-plugins-base.supp:
6219 Suppress an old libtheora bug (fixed in more recent versions), so
6220 that FC4 buildslaves can pass.
6222 2006-04-10 Wim Taymans <wim@fluendo.com>
6224 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6225 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6226 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6227 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6228 (gst_ogg_demux_loop):
6230 Remember what error we got when finding chains, if we
6231 were shutdown, that would not be an error.
6233 2006-04-10 Wim Taymans <wim@fluendo.com>
6235 * gst-libs/gst/audio/gstbaseaudiosink.c:
6236 (gst_base_audio_sink_event):
6237 Starting the ringbuffer when we did not acquire it can cause
6238 a deadlock, is pointless and causes nasty things for
6240 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6242 2006-04-10 Wim Taymans <wim@fluendo.com>
6244 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6245 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6246 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6247 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6248 (gst_ogg_demux_deactivate_current_chain),
6249 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6250 (gst_ogg_demux_bisect_forward_serialno),
6251 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6252 Add some more debugging.
6254 2006-04-10 Wim Taymans <wim@fluendo.com>
6256 * ext/theora/theoradec.c: (theora_dec_src_event),
6257 (theora_handle_data_packet):
6258 Some more debug info.
6260 * tests/examples/seek/seek.c: (start_seek), (main):
6261 Print element messages too.
6263 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
6265 * gst/audioresample/debug.h:
6266 replace debug macros with variable number of parameters
6267 by a simple alias to gstreamer standard debug macros
6268 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6269 supported by MSVC 6.0 and 7.1)
6270 * gst/audioresample/resample.h:
6271 define M_PI and rint for WIN32
6272 * win32/common/libgstaudio.def:
6273 * win32/common/libgstriff.def:
6274 * win32/common/libgsttag.def:
6275 * win32/common/libgstvideo.def:
6276 add new exported functions
6278 update project files
6280 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6282 * ext/alsa/gstalsamixeroptions.c:
6283 (gst_alsa_mixer_options_class_init):
6284 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6285 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6286 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6287 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6288 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6289 * gst-libs/gst/audio/gstaudiofilter.c:
6290 (gst_audio_filter_class_init):
6291 * gst-libs/gst/audio/gstaudiosink.c:
6292 (gst_audioringbuffer_class_init):
6293 * gst-libs/gst/audio/gstaudiosrc.c:
6294 (gst_audioringbuffer_class_init):
6295 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6296 * gst-libs/gst/interfaces/colorbalancechannel.c:
6297 (gst_color_balance_channel_class_init):
6298 * gst-libs/gst/interfaces/mixeroptions.c:
6299 (gst_mixer_options_class_init):
6300 * gst-libs/gst/interfaces/mixertrack.c:
6301 (gst_mixer_track_class_init):
6302 * gst-libs/gst/interfaces/tunerchannel.c:
6303 (gst_tuner_channel_class_init):
6304 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6305 * gst-libs/gst/netbuffer/gstnetbuffer.c:
6306 (gst_netbuffer_class_init):
6307 * gst-libs/gst/rtp/gstbasertppayload.c:
6308 (gst_basertppayload_class_init):
6309 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6310 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6311 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6312 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6313 * gst/playback/gststreamselector.c:
6314 (gst_stream_selector_class_init):
6315 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6316 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6317 * sys/v4l/gstv4lcolorbalance.c:
6318 (gst_v4l_color_balance_channel_class_init):
6319 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6320 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6321 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6322 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6323 (gst_v4l_tuner_norm_class_init):
6324 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6325 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6326 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6327 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6329 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6331 * ext/pango/gsttextrender.h:
6332 * gst-libs/gst/audio/gstaudiosink.h:
6333 * gst-libs/gst/audio/gstaudiosrc.h:
6334 * gst-libs/gst/audio/gstbaseaudiosink.h:
6335 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6336 * gst-libs/gst/audio/gstringbuffer.h:
6337 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6338 * gst-libs/gst/rtp/gstbasertppayload.h:
6339 * gst-libs/gst/video/gstvideofilter.h:
6340 * gst-libs/gst/video/gstvideosink.h:
6341 * gst/playback/gstplaybasebin.h:
6342 * gst/tcp/gstmultifdsink.h:
6343 * sys/v4l/gstv4lelement.h:
6344 Fix broken GObject macros
6346 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6348 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6349 More debug to trace why my USB headset is not working with gst
6351 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6353 * gst/playback/gstplaybasebin.c: (group_destroy):
6354 Clean up our group elements properly in the case where it never
6355 got committed - it still got added unconditionally to the bin.
6357 2006-04-07 Wim Taymans <wim@fluendo.com>
6359 * ext/theora/theoradec.c: (theora_dec_sink_event),
6360 (theora_handle_data_packet), (theora_dec_chain):
6361 Unref unhandled events.
6362 Protect against empty buffers.
6363 Perform QoS on running time.
6365 2006-04-07 Michael Smith <msmith@fluendo.com>
6367 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6368 (gst_vorbis_enc_chain):
6369 Remove leaks from vorbisenc.
6370 Mostly minor changes, the only significant one is that now the
6371 buffers we set as 'streamheader' on the caps are copies of the
6372 original buffers, to avoid circular refcounting problems.
6374 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6376 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6377 Don't remove our mute-probe if someone else already did so.
6378 Don't set a 2nd one if there is already one pending on the pad.
6380 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6382 When a seek fails, ensure that playbin is still set back to playing.
6384 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6385 (mpeg_ts_type_find), (plugin_init):
6386 Add a typefind function for mpeg-ts streams. (Closes: #336617)
6388 2006-04-06 Andy Wingo <wingo@pobox.com>
6390 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
6391 (gst_video_rate_init): Caps-related parameters should not be reset
6392 by a flush -- move their inits to the instance init function.
6393 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6394 is not OK, just return the result.
6396 * gst/audiotestsrc/gstaudiotestsrc.c
6397 (gst_audio_test_src_class_init)
6398 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6399 broken by Stefan's commit on 24 March.
6401 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6402 buffers being pushed out. Fixes oggmux ! multifdsink.
6404 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
6406 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6407 (gst_vorbis_dec_init), (vorbis_dec_finalize):
6408 * ext/vorbis/vorbisdec.h:
6409 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6410 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6411 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6412 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6413 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6414 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6415 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6416 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6417 (gst_vorbis_enc_buffer_from_packet),
6418 (gst_vorbis_enc_buffer_from_header_packet),
6419 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6420 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6421 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6422 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6423 (gst_vorbis_enc_change_state):
6424 * ext/vorbis/vorbisenc.h:
6425 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6426 vorbisenc adhere to the official nomenclature; use boilerplate
6429 2006-04-04 Andy Wingo <wingo@pobox.com>
6431 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6432 Whoops, fix bug introduced. Bad hacker!
6434 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6435 Properly handle the case where you get EOS before any buffers are
6436 received. Use gst_buffer_make_metadata_writable where appropriate.
6438 * ext/theora/theoradec.c (theora_handle_data_packet): This value
6439 is often negative -- make it signed so as not to wrap around.
6440 Fixes segfaults introduced on 9 March.
6442 2006-04-03 Wim Taymans <wim@fluendo.com>
6444 * ext/theora/gsttheoradec.h:
6445 * ext/theora/theoradec.c: (theora_dec_src_event):
6446 Don't try to store a gdouble in a gboolean.
6449 2006-04-03 Michael Smith <msmith@fluendo.com>
6451 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6453 Make it suck slightly less by writing out the final page.
6454 Still can't encode a vorbis-in-ogg file correctly, though.
6456 2006-04-03 Andy Wingo <wingo@pobox.com>
6458 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6461 * ext/theora/theora.c (plugin_init): Register theoraparse.
6463 * ext/theora/gsttheoraparse.h:
6464 * ext/theora/theoraparse.c: New files implementing a theora
6465 parser. Now we can properly remux ogg/theora+vorbis, yay.
6467 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6469 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6471 * gst/audiotestsrc/gstaudiotestsrc.c:
6472 Fixed the sample pipeline (see #323798)
6474 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6477 * win32/common/config.h:
6478 * win32/common/config.h.in:
6479 use AS_VERSION and AS_NANO
6482 2006-03-31 Andy Wingo <wingo@pobox.com>
6484 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6485 uninitialized variable return that would happen.
6487 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6488 uninitialized variable return that would never happen.
6490 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6491 (vorbis_parse_sink_event): Add an event function to flush our
6492 state on a seek, and to drain buffers on a premature EOS.
6493 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6494 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
6495 (vorbis_parse_chain, vorbis_parse_queue_buffer)
6496 (vorbis_parse_drain_queue): Queue up buffers until we can set
6497 their timestamps and granulepos values.
6499 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6500 and keep track of data needed for deriving granulepos and
6501 timestamps for buffers.
6503 2006-03-29 Wim Taymans <wim@fluendo.com>
6505 Patch by: j^ <j at bootlab dot org>
6507 * ext/alsa/gstalsamixerelement.c:
6508 (gst_alsa_mixer_element_class_init):
6509 * ext/alsa/gstalsasink.c:
6510 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6511 * ext/ogg/gstoggdemux.c:
6512 * ext/ogg/gstoggmux.c:
6513 * ext/ogg/gstoggparse.c:
6514 * ext/pango/gstclockoverlay.c:
6515 * ext/pango/gsttextoverlay.c:
6516 * ext/pango/gsttextrender.c:
6517 * ext/pango/gsttimeoverlay.c:
6518 * ext/theora/theoradec.c:
6519 * ext/theora/theoraenc.c:
6520 * ext/vorbis/vorbisdec.c:
6521 * ext/vorbis/vorbisenc.c:
6522 * gst/audioconvert/gstaudioconvert.c:
6523 * gst/subparse/gstsubparse.c:
6524 * gst/tcp/gstmultifdsink.c:
6525 * gst/tcp/gsttcpclientsink.c:
6526 * gst/tcp/gsttcpclientsrc.c:
6527 * gst/tcp/gsttcpserversink.c:
6528 * gst/tcp/gsttcpserversrc.c:
6529 better/unified long descriptions
6532 2006-03-29 Wim Taymans <wim@fluendo.com>
6534 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6536 Don't let double and triple clicks mess up our state.
6538 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6540 * gst/playback/gstplaybin.c: (gen_video_element),
6541 (gen_text_element), (gen_audio_element), (gen_vis_element):
6542 Error out gracefully when we can't create any of the usual
6543 conversion elements for some reason. Also, don't try to
6544 create an audioscale (sic) element that's not used anyway.
6546 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
6548 * gst/playback/gstplaybasebin.c: (setup_source):
6549 Don't post RESOURCE_NOT_FOUND error when we can't find a source
6550 element for a particular protocol, that's confusing for users.
6551 Instead, post a RESOURCE_FAILED error, so that our own error
6552 message is actually shown in totem etc. (#336303).
6554 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6556 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6558 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6559 (gst_gnome_vfs_src_get_icy_metadata):
6560 Fix some minor memory leaks (#336194).
6562 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
6564 * ext/gnomevfs/gstgnomevfs.c:
6565 (gst_gnome_vfs_location_to_uri_string):
6566 * ext/gnomevfs/gstgnomevfs.h:
6567 * ext/gnomevfs/gstgnomevfssink.c:
6568 (gst_gnome_vfs_sink_set_property):
6569 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6570 Make gnomevfssink accept filenames as well as URIs for the
6571 "location" property, just like gnomevfssrc does (and
6572 filesrc/filesink do) (#336190).
6574 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6576 * tests/check/generic/clock-selection.c: (GST_START_TEST):
6577 set to NULL before unreffing, fixes a valgrind leak.
6578 Why was this not triggering the error that an object needs to
6579 be NULL before unreffing ?
6580 * win32/common/config.h:
6583 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
6585 * gst/subparse/gstsubparse.c: (convert_encoding),
6586 (gst_sub_parse_change_state):
6587 * gst/subparse/gstsubparse.h:
6588 Text subtitle files may or may not be UTF-8. If it's not, we
6589 don't really want to see '?' characters in place of non-ASCII
6590 characters like accented characters. So let's assume the input
6591 is UTF-8 until we come across text that is clearly not. If it's
6592 not UTF-8, we don't really know what it is, so try the following:
6593 (a) see whether the GST_SUBTITLE_ENCODING environment variable
6594 is set; if not, check (b) if the current locale encoding is
6595 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6596 the current locale encoding is UTF-8 and the environment variable
6597 was not set to any particular encoding. Not perfect, but better
6598 than nothing (and better than before, I think) (fixes #172848).
6600 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
6603 update core requirement to 0.10.4.1 because of async_playback
6604 vmethod on GstBaseSink
6606 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6608 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6609 * gst/adder/gstadder.c: (gst_adder_init):
6610 use DEBUG_FUNCPTR for collectpads
6612 2006-03-24 Stefan Kost <ensonic@users.sf.net>
6614 * docs/plugins/Makefile.am:
6615 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6616 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6617 * ext/cdparanoia/gstcdparanoiasrc.c:
6618 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6619 (gst_gnome_vfs_sink_class_init):
6620 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6621 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6622 * ext/ogg/gstoggmux.c:
6623 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6624 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6625 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6626 * ext/pango/gsttextoverlay.c:
6627 * ext/pango/gsttextrender.c:
6628 * ext/theora/theoradec.c:
6629 * ext/theora/theoraenc.c:
6630 * ext/vorbis/vorbisdec.c:
6631 * ext/vorbis/vorbisenc.c:
6632 * gst-libs/gst/audio/gstaudiofilter.c:
6633 (gst_audio_filter_base_init):
6634 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6635 (gst_audio_filter_template_base_init):
6636 * gst/adder/gstadder.c: (gst_adder_get_type):
6637 * gst/adder/gstadder.h:
6638 * gst/audioconvert/gstaudioconvert.c:
6639 * gst/audiotestsrc/gstaudiotestsrc.c:
6640 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6641 (gst_audio_test_src_create):
6642 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6643 * gst/playback/gstdecodebin.c:
6644 * gst/playback/gstplaybin.c:
6645 * gst/playback/gststreamselector.c:
6646 (gst_stream_selector_base_init):
6647 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6648 * gst/volume/gstvolume.c:
6649 * sys/v4l/gstv4lmjpegsink.c:
6650 * sys/v4l/gstv4lmjpegsrc.c:
6651 * tests/check/libs/cddabasesrc.c:
6652 * tests/old/examples/gob/gst-identity2.gob:
6653 Add docs for adder, use GST_ELEMENT_DETAILS macro,
6654 define GstElementDetails at the top
6656 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
6658 * win32/common/libgstinterfaces.def:
6659 Add a lot of export functions for gst-python
6660 * win32/vs6/libgstinterfaces.dsp:
6661 Add a missing include folder in the project configuration
6663 2006-03-23 Wim Taymans <wim@fluendo.com>
6665 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6666 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6667 (gst_base_audio_src_change_state):
6668 Fix audio sources, forgot to make the ringbuffer
6671 2006-03-23 Wim Taymans <wim@fluendo.com>
6673 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6674 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6675 (gst_base_audio_src_change_state):
6676 unparent instead of unref the ringbuffer.
6678 2006-03-23 Wim Taymans <wim@fluendo.com>
6680 * gst-libs/gst/audio/gstbaseaudiosink.c:
6681 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6682 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6683 Implement new async_play vmethod to start slaving and allow
6684 playback start in case of async PLAY state changes.
6686 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6687 Enable QoS with new method in base class.
6689 2006-03-23 Wim Taymans <wim@fluendo.com>
6691 Patch by: Julien MOUTTE <julien at moutte dot net>
6693 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6694 (gst_video_test_src_do_seek), (gst_video_test_src_create):
6695 Partially handle 0 framerate, only EOS after the first frame
6698 2006-03-23 Wim Taymans <wim@fluendo.com>
6700 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6702 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6703 (gst_riff_create_video_template_caps):
6704 * gst/ffmpegcolorspace/avcodec.h:
6705 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6706 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6707 (gst_ffmpegcsp_avpicture_fill):
6708 * gst/ffmpegcolorspace/imgconvert.c:
6709 Patch for support of YVU9 AVI files (#334822)
6711 2006-03-22 Edward Hervey <edward@fluendo.com>
6713 * docs/design/design-decodebin.txt:
6714 Added design document for new decodebin
6715 (Target Caps): text/x-pango-markup is also a default target caps.
6717 2006-03-22 Wim Taymans <wim@fluendo.com>
6719 * gst-libs/gst/audio/gstbaseaudiosink.c:
6720 (gst_base_audio_sink_dispose):
6721 Since we _parent the ringbuffer, we also need to
6722 _unparent instead of a plain _unref.
6724 2006-03-22 Wim Taymans <wim@fluendo.com>
6726 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6727 (stop_seek), (scrub_toggle_cb), (main):
6730 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
6732 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6733 (gst_ogg_parse_chain):
6734 Fix very inefficient usage of linked lists (#335365).
6736 2006-03-21 Edward Hervey <edward@fluendo.com>
6738 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6739 * gst/playback/gstplaybin.c: (handoff):
6740 * gst/playback/gststreamselector.c:
6741 (gst_stream_selector_set_property):
6742 gcc 4.1 unreferenced pointer fixes.
6743 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6744 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6745 gst_buffer_ref() now takes a GstBuffer*.
6747 2006-03-20 Julien MOUTTE <julien@moutte.net>
6749 * sys/xvimage/xvimagesink.c:
6750 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6753 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
6755 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6756 (id3v1_type_find), (apetag_type_find), (plugin_init):
6757 Can't do tag preferences via probability, as tags would then
6758 lose against types that are recognised with MAXIMUM probability
6759 (like .wav); so let all tag typefinders return MAXIMUM themselves
6760 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6761 that we can prefer APE to ID3v1 (fixes #335028).
6763 2006-03-17 Wim Taymans <wim@fluendo.com>
6765 * gst-libs/gst/audio/gstbaseaudiosink.c:
6766 (gst_base_audio_sink_change_state):
6767 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6768 (gst_ring_buffer_may_start):
6769 * gst-libs/gst/audio/gstringbuffer.h:
6770 Only start playback if we are playing.
6773 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
6775 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6776 * win32/common/config.h:
6777 Revert accidental commits to these files.
6779 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
6781 Patch by: Michal Benes <michal dot benes at xeris dot cz>
6783 * tests/Makefile.am:
6784 Don't try to build tests in tests/icles if we
6785 don't have X (#323852)
6787 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
6789 * gst-libs/gst/tag/gstid3tag.c:
6790 Add TXXX frame identifiers for replaygain stuff as used
6791 by some taggers (see #323721).
6793 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
6795 * gst/playback/gststreamselector.c:
6796 (gst_stream_selector_set_property),
6797 (gst_stream_selector_bufferalloc):
6798 Preserve the existing buggy streamselector behaviour by performing
6799 a fallback buffer allocation when downstream isn't linked yet.
6800 This should really be fixed in playbin by blocking pads until it's
6802 Also, use gst_pad_alloc_buffer instead of
6803 gst_pad_alloc_buffer_and_set.
6805 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6807 * gst-libs/gst/tag/gstid3tag.c:
6808 Don't crash on unknown ID3v2 TXXX frames.
6810 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
6812 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6813 Chain up to the parent finalize method.
6814 Add 32-bit sample size to the template caps.
6816 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6817 (gst_riff_create_video_template_caps):
6818 Add the fourcc that the VMWare codec uses.
6820 * gst/playback/gststreamselector.c:
6821 (gst_stream_selector_set_property),
6822 (gst_stream_selector_bufferalloc),
6823 (gst_stream_selector_request_new_pad):
6824 For the active pad, forward buffer-alloc requests, otherwise
6825 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6826 having to memcpy every frame when used by playbin.
6828 * gst/tcp/gstmultifdsink.c:
6829 (gst_multi_fd_sink_handle_client_write):
6830 Get negotiated caps from the sink pad, rather than the sink
6833 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6835 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6837 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6838 Don't forget to set src->callbacks_pushed to FALSE again when
6839 popping them, otherwise re-activation in a different mode won't
6842 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
6844 Patch by: Sebastien Moutte <sebastien moutte net>
6846 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6847 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6848 (gst_ffmpeg_smpfmt_to_caps):
6849 Replace __VA_ARGS__ caps creation macros with varargs functions.
6850 Makes things compile on MSVC (#320765), looks nicer, and we can
6851 tell the compiler to check for the NULL terminator.
6853 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6855 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6857 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6858 Make sure the buffer we copy into is really always big
6859 enough, this time for real (#333488).
6861 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6863 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6864 Add support for 24bpp DIB (#305279).
6866 2006-03-14 Wim Taymans <wim@fluendo.com>
6868 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6869 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6870 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6871 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6872 (gst_video_scale_init), (gst_video_scale_src_event):
6873 Re-enable QoS after the release.
6874 Rework videoscale to use the base class src_event handler.
6876 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
6881 === release 0.10.5 ===
6883 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
6886 releasing 0.10.5, "Net"
6888 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
6890 * docs/plugins/Makefile.am:
6891 Part of previous cdparanoiasrc docs fixes, forgot to commit.
6893 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
6895 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6896 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6897 * docs/plugins/gst-plugins-base-plugins.hierarchy:
6898 Add cdparanoiasrc to docs.
6900 * gst-libs/gst/cdda/gstcddabasesrc.c:
6901 More GstCddaBaseSrc docs.
6903 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
6905 * docs/libs/gst-plugins-base-libs-sections.txt:
6906 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6907 * gst-libs/gst/tag/tag.h:
6908 API: libgsttag: new method gst_tag_from_id3_user_tag().
6910 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
6912 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6913 NULL-terminate array of mpeg4 video file extensions.
6914 Fixes crash on PPC (#334226).
6916 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
6918 * ext/gnomevfs/gstgnomevfssrc.c:
6919 (gst_gnome_vfs_src_check_get_range):
6920 gnome_vfs_uri_is_local() alone is not a good indicator
6921 whether we can operate in pull-mode with a specific URI,
6922 as it returns FALSE for file:// URIs that point to an
6923 NFS-mounted path. Be more conservative here: whitelist
6924 local files, blacklist http URIs and use the old
6925 mechanism for anything else (fixes #334216).
6927 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
6932 === release 0.10.4 ===
6934 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
6937 releasing 0.10.4, "Power"
6939 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
6941 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6942 Disable max-lateness by setting it to -1 for now, so that
6943 we can bed QoS stuff in thoroughly between now and the next
6946 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
6948 Patch by: Fabrizio Gennari
6950 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6951 Make sure we don't read beyond the palette buffer in case of
6952 broken or manipulated files (#333488)
6954 2006-03-10 Edward Hervey <edward@fluendo.com>
6956 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6957 Fix for variable not initialized.
6959 2006-03-09 Wim Taymans <wim@fluendo.com>
6961 * ext/libvisual/visual.c: (gst_visual_get_type),
6962 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6966 * ext/theora/gsttheoradec.h:
6967 * ext/theora/theoradec.c: (gst_theora_dec_init),
6968 (gst_theora_dec_reset), (_theora_granule_time),
6969 (theora_dec_src_convert), (theora_dec_sink_convert),
6970 (theora_dec_src_query), (theora_dec_src_event),
6971 (theora_dec_sink_event), (theora_handle_comment_packet),
6972 (theora_handle_header_packet), (theora_dec_push),
6973 (theora_handle_data_packet), (theora_dec_chain),
6974 (theora_dec_change_state):
6977 2006-03-09 Wim Taymans <wim@fluendo.com>
6979 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6980 (audiocast_register_listener), (gst_gnome_vfs_src_start):
6983 2006-03-09 Wim Taymans <wim@fluendo.com>
6985 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6986 Don't try to activate NULL chains.
6988 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
6990 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6991 Fix invalid memory access to region before peek'd data (#332964).
6993 2006-03-09 Wim Taymans <wim@fluendo.com>
6995 Patch by: Christophe Fergeau
6997 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6998 * ext/pango/gsttextrender.c: (gst_text_render_init):
6999 * gst/adder/gstadder.c: (gst_adder_init):
7000 Don't leak padtemplates, closes #333510.
7002 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7004 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7005 Fix invalid memory access: make sure string passed to
7006 regexec() is NUL-termianted.
7008 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7010 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7012 Refactor mpeg/audio typefinding to make it more maintainable
7013 and easier to fine-tune. Make probing into middle of the file
7014 work properly (fixes #333900, also see #152688).
7016 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7018 * gst/typefind/gsttypefindfunctions.c:
7019 (utf8_type_find_have_valid_utf8_at_offset):
7020 Remove part from previous commit that was bogus:
7021 g_utf8_validate() does in fact not accept embedded
7022 zeroes, so we don't need to check for those (thanks
7023 to Mike for the hint).
7025 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7027 * gst/typefind/gsttypefindfunctions.c:
7028 (utf8_type_find_count_embedded_zeroes),
7029 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7030 Make plain/text typefinder more conservative: firstly, check
7031 for embedded zeroes, which are perfectly valid UTF-8 characters,
7032 but also a fairly good sign that something is not a plain text
7033 file; secondly, probe into the middle of the file if possible.
7034 If we can't probe into the middle, limit the probability value
7035 to be returned to TYPE_FIND_POSSIBLE (see #333900).
7037 2006-03-08 Michael Smith <msmith@fluendo.com>
7039 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7040 Make typefind function name for mpeg4 video unique.
7042 2006-03-08 Wim Taymans <wim@fluendo.com>
7044 * ext/libvisual/visual.c: (gst_visual_init),
7045 (gst_visual_clear_actors), (gst_visual_dispose),
7046 (gst_visual_reset), (gst_visual_src_setcaps),
7047 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7048 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7049 (gst_visual_chain), (gst_visual_change_state):
7050 Cleanups, post nice errors.
7051 Handle sink and src events.
7052 Implement simple QoS.
7054 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7055 Use new basesink methods to configure max-lateness.
7058 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7059 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7060 Debug statement cleanups.
7062 * gst/volume/gstvolume.c: (gst_volume_class_init):
7065 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7067 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7068 (gst_text_overlay_init), (gst_text_overlay_set_property),
7069 (gst_text_overlay_get_property):
7070 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7071 as string type properties, but mark them deprecated. Add
7072 'halignment' and 'valignment' properties that use enums
7075 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7077 Patch by: Fabrizio Gennari
7079 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7080 Allow palettes with less than 256 colours in AVI files
7083 2006-03-07 Julien MOUTTE <julien@moutte.net>
7085 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7086 (gst_text_overlay_video_event): Fix wrong EOS handling on text
7087 pad. We were releasing the queued text buffer when we should keep
7088 it until video pad gets EOS or discard the text buffer because it's
7089 too old. That was eating the last subtitle buffer. Add some more
7092 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7094 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7095 (gst_text_overlay_video_chain):
7096 Fix invalid memory access (we can't access a buffer after it's been
7097 pushed downstream without taking a reference); fix memory leak (if
7098 there's no text to render, bail out before allocating stuff).
7100 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7102 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7103 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7104 * ext/pango/gsttextoverlay.h:
7105 If input is plain text, escape it before passing it to
7106 pango_layout_set_markup().
7108 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7110 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7111 Don't ignore flow return from gst_pad_push().
7113 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7115 Patch by: Fabrizio Gennari
7117 * ext/libvisual/visual.c: (gst_visual_getcaps),
7118 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7119 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7120 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7121 (gst_vorbisenc_convert_sink):
7122 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7123 (gst_audio_duration_from_pad_buffer):
7124 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7125 (gst_audio_filter_chain):
7126 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7127 (gst_base_rtp_depayload_setcaps):
7128 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7129 (gst_video_get_size):
7130 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7131 Don't leak references returned by gst_pad_get_parent()
7134 2006-03-06 Stefan Kost <ensonic@users.sf.net>
7136 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7137 change location param details
7138 * gst/volume/gstvolume.c: (plugin_init):
7139 correct plugin description
7141 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7143 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7144 (gst_gnome_vfs_src_check_get_range):
7145 Override GstBaseSrc::check_get_range() in order to avoid opening
7146 the resource just to check whether we can operate in pull-mode or
7147 not - we can predict that pretty well from the URI alone. Should
7148 fix problems with last.fm (#331690). (Requires latest core CVS).
7150 2006-03-06 Wim Taymans <wim@fluendo.com>
7152 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7153 (gst_video_sink_class_init):
7154 Throw away frames that are later than 20 ms.
7156 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7158 Patch by: Fabrizio Gennari
7160 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7161 Set depth on WMA caps (#333545)
7163 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
7165 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7166 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7167 put Theora BOS pages before others. This hardcodes
7168 the Ogg/Theora I profile, but hey.
7170 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
7173 updated with some examples
7174 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7175 (granulepos_add), (theora_buffer_from_packet):
7176 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7177 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7178 (gst_vorbisenc_chain):
7179 implement strategy from ext/ogg/README
7180 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7181 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7182 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7183 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7184 Fix muxer so that oggz-validate is happy with all streams;
7185 except for no eos mark, and the BOS page ordering
7186 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7187 (check_buffer_granulepos):
7188 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7189 update tests to check for OFFSET being set as requested
7190 fixed type of granulepos, it's not a ClockTime
7192 2006-03-05 Julien MOUTTE <julien@moutte.net>
7194 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7195 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7196 Check that the xvimage we are creating has a correct size
7197 before returning it. (#314897)
7199 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7201 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7202 Give id3 and ape tag typefinders a rank slightly higher
7203 than PRIMARY to ensure they're always run before any of
7204 the other typefinders (in particular wav and mp3) (#324186).
7206 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7208 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7209 Add support for '3IVD' fourcc (#333403).
7211 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
7214 Bump requirements to GStreamer CVS for the new error enum.
7216 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7217 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7218 space left on the device (fixes #333352).
7220 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
7223 add a project file for libgstvolume
7224 update the workspace
7226 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
7228 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7229 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7231 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7232 Set IN_CAPS on header buffers
7234 2006-03-02 Wim Taymans <wim@fluendo.com>
7236 * docs/plugins/Makefile.am:
7237 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7238 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7239 Add audioresample to docs.
7241 * gst/audioconvert/gstaudioconvert.c:
7244 * gst/audioresample/gstaudioresample.c:
7245 (gst_audioresample_base_init), (gst_audioresample_class_init),
7246 (gst_audioresample_init), (gst_audioresample_dispose),
7247 (audioresample_get_unit_size), (audioresample_transform_caps),
7248 (resample_set_state_from_caps), (audioresample_transform_size),
7249 (audioresample_set_caps), (audioresample_event),
7250 (audioresample_do_output), (audioresample_transform),
7251 (audioresample_pushthrough), (gst_audioresample_set_property),
7252 (gst_audioresample_get_property), (plugin_init):
7253 * gst/audioresample/gstaudioresample.h:
7255 Small code cleanups.
7257 2006-03-02 Wim Taymans <wim@fluendo.com>
7259 * docs/plugins/Makefile.am:
7260 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7261 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7262 Added videoscale to docs.
7264 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7265 (gst_video_rate_swap_prev), (gst_video_rate_event),
7266 (gst_video_rate_chain):
7269 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7270 (gst_video_scale_init), (gst_video_scale_prepare_size),
7271 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7272 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7273 * gst/videoscale/gstvideoscale.h:
7274 Added docs, examples.
7276 Post errors instead of g_warning.
7278 2006-03-02 Wim Taymans <wim@fluendo.com>
7280 * docs/libs/gst-plugins-base-libs-docs.sgml:
7281 * docs/libs/gst-plugins-base-libs-sections.txt:
7282 * docs/libs/gst-plugins-base-libs.types:
7283 * docs/plugins/Makefile.am:
7284 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7285 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7286 Added some more docs to libs and plugins.
7288 * gst-libs/gst/audio/gstringbuffer.c:
7289 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7290 * gst-libs/gst/audio/gstringbuffer.h:
7291 Document ringbuffer some more.
7293 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7294 (gst_video_rate_setcaps), (gst_video_rate_reset),
7295 (gst_video_rate_init), (gst_video_rate_flush_prev),
7296 (gst_video_rate_swap_prev), (gst_video_rate_event),
7297 (gst_video_rate_chain), (gst_video_rate_change_state):
7298 * gst/videorate/gstvideorate.h:
7299 Fix videorate to use segments.
7300 Make it work with 0/1 framerates (closes #331903)
7301 Handle EOS correctly.
7304 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7306 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7307 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7308 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7309 In state change function, first chain up to parent class,
7310 then handle downwards state change stuff. Remove some
7311 commented out cruft from 0.8 code.
7313 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7315 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7316 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7317 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7318 (gst_ogm_parse_chain):
7319 Don't remove/re-add source pad if the new caps are the same as
7320 the old caps anyway (#333042). When removing source pad, don't
7321 unref it afterwards - we didn't ref it when adding. Sprinkle some
7322 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7323 after using gst_pad_get_parent(). Return downstream flow return
7324 value in chain function.
7326 2006-03-02 Wim Taymans <wim@fluendo.com>
7328 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7329 * docs/plugins/gst-plugins-base-plugins.args:
7330 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7331 * docs/plugins/gst-plugins-base-plugins.interfaces:
7332 * docs/plugins/gst-plugins-base-plugins.signals:
7333 Fix hierarchy, added some more elements to the docs.
7335 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7336 (gst_ffmpegcsp_get_type):
7337 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7338 Fix docs for ffmpegcolorspace.
7340 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
7342 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7343 (apetag_type_find), (ape_type_find), (plugin_init):
7344 Some typefinding fine-tuning:
7345 - rank ID3/APE tags in order of preference via probabilities, so that
7346 ID3v2 > APEv2 > APEv1 > ID3v1.
7347 - three or four bytes don't really justify MAXIMUM probability,
7348 change those to 'very likely' (musepack and monkeysaudio).
7350 2006-03-01 Wim Taymans <wim@fluendo.com>
7352 * docs/plugins/Makefile.am:
7353 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7354 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7355 * ext/alsa/gstalsamixer.c:
7356 * ext/alsa/gstalsamixer.h:
7357 * ext/alsa/gstalsamixerelement.c:
7358 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7359 * ext/alsa/gstalsamixerelement.h:
7360 * ext/alsa/gstalsasink.c:
7361 * ext/alsa/gstalsasink.h:
7362 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7364 * ext/alsa/gstalsasrc.h:
7366 Small code cleanups.
7368 2006-03-01 Wim Taymans <wim@fluendo.com>
7370 * ext/theora/Makefile.am:
7371 Dist new header too,
7373 2006-03-01 Wim Taymans <wim@fluendo.com>
7375 * docs/plugins/Makefile.am:
7376 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7377 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7378 * ext/gnomevfs/gstgnomevfssink.h:
7379 * ext/gnomevfs/gstgnomevfssrc.h:
7380 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7381 * ext/vorbis/vorbisdec.h:
7382 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7383 * ext/vorbis/vorbisenc.h:
7384 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7385 (vorbis_parse_chain), (vorbis_parse_change_state):
7386 * ext/vorbis/vorbisparse.h:
7387 * gst/audioconvert/gstaudioconvert.h:
7388 * gst/tcp/gsttcpserversink.h:
7389 * gst/videotestsrc/gstvideotestsrc.c:
7390 * gst/videotestsrc/gstvideotestsrc.h:
7391 * gst/volume/gstvolume.c:
7392 * gst/volume/gstvolume.h:
7394 Added docs for vorbisdec and vorbisparse.
7397 2006-03-01 Wim Taymans <wim@fluendo.com>
7399 * docs/plugins/Makefile.am:
7400 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7401 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7402 * ext/pango/gstclockoverlay.h:
7403 * ext/pango/gsttextoverlay.h:
7404 * ext/pango/gsttextrender.h:
7405 * ext/pango/gsttimeoverlay.h:
7406 * ext/theora/gsttheoradec.h:
7407 * ext/theora/gsttheoraenc.h:
7408 * ext/theora/theoradec.c:
7409 * ext/theora/theoraenc.c:
7410 * gst/audioconvert/gstaudioconvert.h:
7411 * gst/audiotestsrc/gstaudiotestsrc.h:
7412 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7413 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7414 * gst/tcp/gstmultifdsink.h:
7415 Updated/added documentation.
7417 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7418 (gst_text_overlay_halign_get_type),
7419 (gst_text_overlay_wrap_mode_get_type),
7420 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7421 (gst_text_overlay_init), (gst_text_overlay_set_property),
7422 (gst_text_overlay_get_property):
7423 Fix up properties to be enums instead of string to make bindings,
7424 introspection and automatic GUI creation possible.
7425 Add getters for the properties.
7427 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
7429 * gst/audiotestsrc/gstaudiotestsrc.c:
7430 added defines of M_PI and M_PI_2
7431 * gst/ffmpegcolorspace/avcodec.h:
7432 removed #include "stdint.h" for win32 as _stdint.h is
7433 autogenerated to win32/common
7434 * win32/common/libgstaudio.def:
7435 * win32/common/libgsttag.def:
7438 some project files bugs corrected
7440 project files are reset to the default vs7 configuration
7441 (they link to msvcr71.dll using default optimizations)
7443 2006-02-28 Wim Taymans <wim@fluendo.com>
7445 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7448 2006-02-28 Edward Hervey <edward@fluendo.com>
7450 * ext/alsa/gstalsasrc.c:
7451 Set proper class on the ElementDetails:
7452 Source/Audio instead of Src/Audio/
7454 2006-02-28 Edward Hervey <edward@fluendo.com>
7456 * gst/videoscale/vs_scanline.c:
7457 (vs_scanline_resample_nearest_RGBA):
7458 Revert optimization in videoscale. It should go in liboil and have
7459 an appropriate liboil function.
7461 2006-02-28 Wim Taymans <wim@fluendo.com>
7463 * gst-libs/gst/audio/gstbaseaudiosink.c:
7464 (gst_base_audio_sink_provide_clock):
7465 Don't try to provide a clock in the NULL state.
7467 2006-02-28 Wim Taymans <wim@fluendo.com>
7469 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7470 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7471 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7472 (gst_ogg_demux_deactivate_current_chain),
7473 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7474 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7475 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7476 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7477 Use GstSegment infrastructure to remove duplicated code
7478 and handle more seek cases correctly.
7480 2006-02-28 Wim Taymans <wim@fluendo.com>
7482 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7483 (gst_ffmpegcsp_transform):
7484 Don't ignore return code from ffmpeg convert function.
7486 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7487 Split out some long statements to ease debugging.
7489 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
7491 * ext/libvisual/visual.c: (gst_visual_init),
7492 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7493 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7494 being able to renegotiate the size. Instead, use the negotiation
7495 algorithm from the goom plugin to pick an initial output caps.
7497 Also, allow theoretical libvisual plugins that might support non-GL
7498 output even if they also do GL.
7500 2006-02-26 Julien MOUTTE <julien@moutte.net>
7502 * ext/libvisual/visual.c: (gst_visual_init),
7503 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7504 (plugin_init): Load only non GL plugins. Fix some memleaks and
7505 possible negotiation issues.
7507 2006-02-25 Julien MOUTTE <julien@moutte.net>
7509 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7511 2006-02-24 Michael Smith <msmith@fluendo.com>
7513 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7514 (cmml_type_find), (plugin_init):
7515 Fix CMML type find function to not require a specific minor version
7518 Add an MPEG4 video elementary stream typefind function.
7520 2006-02-04 Michael Smith <msmith@fluendo.com>
7522 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7523 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7524 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7525 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7526 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7527 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7528 Annodex support in ogg demuxer. Doesn't do very much without the
7529 other annodex patches (to come).
7531 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7533 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7535 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7536 Pick up palette for MS video v1 (#327028)
7538 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7540 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7541 (gst_ffmpegcsp_caps_remove_format_info),
7542 (gst_ffmpegcsp_get_unit_size):
7543 The 'palette_data' field from incoming RGB caps shouldn't be
7544 proxied on outgoing YUV caps; also, restrict unit size
7545 adjustment in case of paletted data only to the unit that
7546 actually has a palette. Fixes #330711.
7548 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7550 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7551 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7552 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7553 (gst_ffmpegcsp_get_unit_size):
7554 Plug some memory leaks.
7556 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
7558 * sys/ximage/Makefile.am:
7559 * sys/xvimage/Makefile.am:
7560 Add some _CFLAGS and _LIBS that seem to be missing
7561 and/or required for Cygwin (see #317048).
7563 2006-02-22 Wim Taymans <wim@fluendo.com>
7565 * ext/alsa/gstalsasrc.c:
7566 Fix description as pointed out by caugier.
7568 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
7570 Reviewed by : Edward Hervey <edward@fluendo.com>
7572 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7574 Better 3gp typefinding (#331526).
7576 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7578 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7579 Don't send EOS event here, the base class will send one for us.
7581 * gst/playback/gstplaybasebin.c: (prepare_output):
7582 Subpictures without video stream aren't allowed either.
7584 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7585 Fix debug statement copy'n'paste-o.
7587 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
7589 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7590 Fix issues with mixer keeping state when muting/unmuting
7591 and when changing the volume whilst muted (see #331763
7594 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7596 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7597 (parse_subrip), (gst_sub_parse_format_autodetect):
7598 Set right caps given that we send escaped text. Also,
7599 honour <i></i>, <b></b> and <u></u> markers that can be found
7600 in .srt files (fixes #310202).
7602 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
7604 * gst-libs/gst/audio/mixerutils.c:
7605 (element_factory_rank_compare_func):
7606 Make order in which elements are tried more determinable.
7608 2006-02-20 Julien MOUTTE <julien@moutte.net>
7610 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7611 (remove_element_chain), (cleanup_decodebin),
7612 (gst_decode_bin_change_state): Make decodebin reusable by
7613 fixing remove_element_chain first and then introduce a
7614 cleaner in state change to ->NULL. (Closes #331678)
7616 2006-02-19 Wim Taymans <wim@fluendo.com>
7618 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7619 use 0666 mask when creating files so umask gets applied
7620 correctly. Fixes #331295.
7622 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7624 * gst/subparse/Makefile.am:
7625 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7626 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7627 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7628 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7629 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7630 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7631 * gst/subparse/gstssaparse.h:
7632 * gst/subparse/gstsubparse.c: (plugin_init):
7633 Add very basic parser for SSA subtitle streams (as often
7634 found in matroska files).
7636 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
7638 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7639 That should be text/x-pango-markup, not text/x-pango-layout.
7641 2006-02-19 Julien MOUTTE <julien@moutte.net>
7643 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7646 2006-02-19 Julien MOUTTE <julien@moutte.net>
7648 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7649 (gst_text_overlay_finalize), (gst_text_overlay_init),
7650 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7651 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7652 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7653 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7654 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7655 Fix state change deadlock.
7657 2006-02-19 Julien MOUTTE <julien@moutte.net>
7659 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7660 (gst_text_overlay_finalize), (gst_text_overlay_init),
7661 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7662 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7663 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7664 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7665 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7666 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7667 and subtitles files.
7669 2006-02-19 Julien MOUTTE <julien@moutte.net>
7671 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7672 should be considered as raw.
7674 2006-02-19 Julien MOUTTE <julien@moutte.net>
7676 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7678 * gst/playback/gststreaminfo.h: Introduce language informations.
7680 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
7682 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7683 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7684 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7685 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7686 Set shared memory segments to be deleted as soon as we have attached,
7687 that way they get cleaned up automatically if we crash.
7689 2006-02-18 Julien MOUTTE <julien@moutte.net>
7691 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
7692 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7693 functions are called with lock held.
7695 2006-02-18 Julien MOUTTE <julien@moutte.net>
7697 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7698 (gst_text_overlay_finalize), (gst_text_overlay_init),
7699 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7700 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7701 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7702 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7703 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7704 (gst_text_overlay_change_state): Refactoring of textoverlay
7705 without collectpads. This now supports sparse subtitles coming
7706 from a demuxer instead of a sub file. Seeking is still broken
7707 though. Need to discuss with wtay some more on how to handle
7709 * ext/pango/gsttextoverlay.h:
7710 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7711 subtitles coming from the demuxer.
7713 2006-02-17 Wim Taymans <wim@fluendo.com>
7715 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7716 (gst_vorbisenc_convert_sink):
7717 Use some more scaling functions.
7719 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
7721 * ext/cdparanoia/gstcdparanoiasrc.c:
7722 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7723 (gst_cd_paranoia_paranoia_callback),
7724 (gst_cd_paranoia_src_signal_is_being_watched),
7725 (gst_cd_paranoia_src_read_sector):
7726 * ext/cdparanoia/gstcdparanoiasrc.h:
7727 Add back 'transport-error' and 'uncorrected-error' signals and
7728 make them actually be fired when bad stuff happens (#319340).
7730 2006-02-17 Wim Taymans <wim@fluendo.com>
7732 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7733 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7734 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7735 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7736 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7737 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7738 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7739 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7740 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7741 (gst_ring_buffer_clear):
7743 Added some G_LIKELY.
7745 2006-02-17 Wim Taymans <wim@fluendo.com>
7747 * gst-libs/gst/audio/TODO:
7750 * gst-libs/gst/audio/gstbaseaudiosink.c:
7751 (gst_base_audio_sink_get_offset):
7752 When trying to play samples ASAP and we don't have a
7753 previous sample, try to play at position 0 instead of
7754 an invalid position.
7756 2006-02-17 Wim Taymans <wim@fluendo.com>
7758 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7759 (gst_alsasink_reset):
7760 Also release lock when we get an error in _reset();
7761 fix an error message.
7763 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7765 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7766 (gst_alsasink_init), (get_channel_free_structure),
7767 (caps_add_channel_configuration), (gst_alsasink_getcaps),
7768 (gst_alsasink_close):
7769 * ext/alsa/gstalsasink.h:
7770 Add support for more than 2 channels (#326720).
7772 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7774 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7775 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7776 with 4 or 6 channels, assume a default channel layout to make things
7777 work (not sure there's anything else we can do in those cases).
7779 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7781 * gst-libs/gst/audio/multichannel.c:
7784 * gst-libs/gst/riff/Makefile.am:
7785 * gst-libs/gst/riff/riff-ids.h:
7786 * gst-libs/gst/riff/riff-media.c:
7787 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7788 Add support for WAVEFORMATEX, eg. PCM audio with more than two
7789 channels and a channel layout map.
7791 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
7793 Reviewed by Edward Hervey <edward@fluendo.com>
7795 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
7796 C-level optimization of the RGBA nearest neighbour function.
7797 Eventually this might end up in liboil with vectorized versions.
7799 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7801 * gst-libs/gst/audio/multichannel.c:
7802 (gst_audio_get_channel_positions):
7803 When we have more than 2 channels, but no channel layout is
7804 specified in the caps, return some default channel layout
7805 to the caller and warn about about a possibly buggy element
7806 (could be buggy filtercaps as well of course) (#317038).
7808 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
7810 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7811 Add gst-libs/gst/cdda to list of lib search paths.
7813 2006-02-15 Andy Wingo <wingo@pobox.com>
7815 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7816 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7817 to the Lord Jesus that I do not have to touch the ogg muxer ever
7820 2006-02-15 Edward Hervey <edward@fluendo.com>
7822 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7823 quicktime movie files can also contain 'uuid' atoms.
7825 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
7827 * gst/audioconvert/plugin.c: (plugin_init):
7828 Register the GstAudioChannelPosition enum type with the type
7829 system in the plugin_init function, so that it is known before
7830 any element actually makes use of multi-channel stuff. This is
7831 required for example if one wants to be able to deserialise/use
7832 a caps string with channel positions before any pipeline has
7833 been setup and started, like with gst-launch.
7835 2006-02-14 Wim Taymans <wim@fluendo.com>
7837 * gst-libs/gst/audio/gstringbuffer.c:
7838 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7839 (gst_ring_buffer_samples_done), (wait_segment),
7840 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7841 Add some compiler G_(UN_)LIKELY help.
7842 SIGNAL the ringbuffer waiters when going to PAUSED as well to
7843 make sure they can exit their functions. Should fix #330748
7845 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
7850 * win32/common/_stdint.h:
7851 Windows does not have long long; copy the generated _stdint.h
7852 * win32/common/interfaces-enumtypes.c:
7853 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7854 (gst_mixer_track_flags_get_type),
7855 (gst_tuner_channel_flags_get_type):
7856 * win32/common/multichannel-enumtypes.c:
7857 (gst_audio_channel_position_get_type):
7860 2006-02-13 Wim Taymans <wim@fluendo.com>
7862 * gst-libs/gst/audio/gstbaseaudiosink.c:
7863 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7864 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7865 Always sync on first sample we receive when starting.
7867 2006-02-13 Wim Taymans <wim@fluendo.com>
7869 * gst/playback/gstplaybin.c: (gen_vis_element):
7870 Update vis bin docs.
7871 Move queue after tee so we don't queue video buffers but
7872 audio samples instead. Fixes problems where the video queue
7873 is filled and the audio queue empty.
7875 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
7877 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7878 No need to push an EOS event here, GstBaseSrc will do that for us
7879 when we return FLOW_UNEXPECTED.
7881 2006-02-12 Wim Taymans <wim@fluendo.com>
7883 * gst-libs/gst/audio/gstbaseaudiosink.c:
7884 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7885 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7886 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7887 Use scale functions when possible.
7889 Free clockid when after waiting for EOS.
7890 Use G_(UN_)LIKLY when it makes sense.
7891 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7893 2006-02-12 Edward Hervey <edward@fluendo.com>
7895 * gst/playback/gstplaybasebin.c: (prepare_output):
7896 Remove stray semi-colon (fixes #330888).
7898 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
7900 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7901 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7902 Fix up the XShm call testing so that we catch errors, and don't
7903 cause new ones by attempting to detach from a segment we failed
7904 to attach to. Fixes #312439.
7906 2006-02-10 Edward Hervey <edward@fluendo.com>
7908 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7909 Added flv file typefind (video/x-flv).
7911 2006-02-10 Edward Hervey <edward@fluendo.com>
7913 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7914 (gst_riff_create_video_template_caps):
7915 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7916 Also added the caps to the default set of riff video caps.
7918 2006-02-09 Andy Wingo <wingo@pobox.com>
7920 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7921 time and the end time of the last packet in the page.
7922 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7923 on the pages in our queue, set the duration as well. Reflow a
7925 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7926 Fixes bad muxing order.
7928 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
7930 * gst-libs/gst/rtp/gstbasertppayload.c:
7931 (gst_basertppayload_setcaps), (gst_basertppayload_push):
7932 update seqnum before setting it on the packet; this makes sure
7933 that the timestamp and seqnum properties match after pushing
7936 2006-02-09 Andy Wingo <wingo@pobox.com>
7938 * gst-libs/gst/audio/gstringbuffer.c
7939 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7940 overflow after 13.5 hours of recording. Kapow!
7942 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7943 the buffer size -- we don't care about underrun/overrun reporting
7944 right now, just need to return a useful value.
7946 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
7951 === release 0.10.3 ===
7953 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
7956 releasing 0.10.3, "Under Pressure"
7958 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
7961 Drat. Bump libtool version number for new API.
7962 Prelease 0.10.2.3 (of 0.10.3)
7964 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
7967 * win32/common/config.h:
7968 0.10.2.2 prerelease (of 0.10.3).
7970 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
7972 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7973 Revert Andy's newsegment change pending a more correct
7976 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
7978 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7979 (qt_type_find), (plugin_init):
7980 detect more files as 3gp
7981 group and reorder the iso file formats
7983 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
7985 * ext/vorbis/vorbis.c: (plugin_init):
7986 Register musicbrainz tags, so apps don't have to.
7988 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
7990 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7991 (gst_tag_to_vorbis_tag):
7992 Make sure we called gst_tag_register_musicbrainz_tags()
7993 before possibly mapping a vorbiscomment string from/to a
7996 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
7998 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7999 In case we can't find the required number of consecutive
8000 mpeg audio frames to positively identify an MPEG audio
8001 stream, check if there's at least a valid mpeg audio
8002 frame right at offset 0 and if so suggest mpeg/audio
8003 caps with a very low probability (#153004).
8005 2006-02-07 Andy Wingo <wingo@pobox.com>
8007 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8008 a TIME segment if we get timestamped buffers. Requires recent
8009 fixes in core to work properly.
8011 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8013 * gst/playback/gstplaybasebin.c: (prepare_output):
8014 Don't print the URI as part of the error message, it
8015 makes error dialogs look rather ugly, especially if
8016 the URI is very long or has characters in it that
8019 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8021 * gst/playback/gstplaybasebin.c: (prepare_output):
8022 Error out if we have only text or subtitles, but nothing
8023 else. Also error out if we have subtitles but no video
8026 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8028 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8029 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8030 Post an error message on the bus when we encounter an
8031 error, which will hopefully be more meaningful than the
8032 'Internal Flow Error' message users get to see if we
8033 just return GST_FLOW_ERROR.
8035 2006-02-07 Andy Wingo <wingo@pobox.com>
8037 * configure.ac (GST_MAJORMINOR): Update core version req to
8038 0.10.2.2, for the collectpads API addition (#330244).
8040 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
8042 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8043 Return FALSE from plugin_init() when GnomeVFS can't
8044 be initialised for some reason (#328423).
8046 2006-02-06 Julien MOUTTE <julien@moutte.net>
8048 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
8049 Stick to seeking theory until i find the bug.
8050 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8052 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8054 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8055 (theora_enc_finalize), (theora_enc_sink_setcaps),
8056 (theora_set_header_on_caps), (theora_enc_chain),
8057 (theora_enc_change_state):
8058 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8059 Make theoraenc and the tests leak free. Like, really.
8061 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8063 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8064 (theora_enc_finalize), (theora_enc_sink_setcaps):
8065 Add a finalize method to ensure we clean up state even if
8066 someone omitted the state change back to NULL.
8068 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8069 (gst_vorbisenc_chain):
8070 Free some more leaked bits.
8072 * tests/check/pipelines/theoraenc.c: (start_pipeline),
8074 Wait for state changes to happen if they're ASYNC.
8076 This ought to teach those fancy pants buildbots a lesson.
8078 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8080 * gst-libs/gst/tag/gstid3tag.c:
8081 Add mapping for ID3 International Standard Recording Code
8084 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8086 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8087 Don't leak tag names.
8089 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8091 * docs/libs/gst-plugins-base-libs-docs.sgml:
8092 * docs/libs/gst-plugins-base-libs-sections.txt:
8093 * gst-libs/gst/tag/gstid3tag.c:
8094 * gst-libs/gst/tag/gstvorbistag.c:
8095 * gst-libs/gst/tag/tags.c:
8096 Split libgsttag docs into multiple sections.
8098 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8100 * docs/libs/Makefile.am:
8101 * docs/libs/gst-plugins-base-libs-docs.sgml:
8102 * docs/libs/gst-plugins-base-libs-sections.txt:
8103 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8104 * gst-libs/gst/tag/gstvorbistag.c:
8105 * gst-libs/gst/tag/tag.h:
8106 * gst-libs/gst/tag/tags.c:
8107 Add libgsttag to the docs.
8109 2006-02-05 Julien MOUTTE <julien@moutte.net>
8111 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8112 (gst_text_overlay_init), (gst_text_overlay_src_event),
8113 (gst_text_overlay_collected): Fix clockoverlay.
8115 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8117 * docs/libs/compiling.sgml:
8118 Fix typo: it's pkg-config, not pkg-gconfig
8120 * docs/libs/gst-plugins-base-libs-docs.sgml:
8121 * docs/libs/gst-plugins-base-libs-sections.txt:
8122 * docs/libs/tmpl/gstgconf.sgml:
8123 There is no libgstgconf in 0.10, remove it
8126 2006-02-05 Julien MOUTTE <julien@moutte.net>
8128 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8129 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8130 (gst_text_overlay_src_event), (gst_text_overlay_collected):
8131 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8132 (gst_sub_parse_class_init), (gst_sub_parse_init),
8133 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8134 (parse_mpsub), (parser_state_init), (handle_buffer),
8135 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8136 * gst/subparse/gstsubparse.h: Introduce seeking code.
8138 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8140 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8141 Add comment about LANGUAGE tag inconsistency (we want
8142 ISO-639-1, but extract three-letter identifiers?)
8145 Add two translatable files.
8147 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8149 * gst-libs/gst/tag/Makefile.am:
8150 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8151 * gst-libs/gst/tag/tag.h:
8152 * gst-libs/gst/tag/tags.c:
8153 (gst_tag_register_musicbrainz_tags_internal),
8154 (gst_tag_register_musicbrainz_tags):
8155 Forward-port some tags stuff from the 0.8 branch. This is
8156 mostly the addition of musicbrainz tags and their mapping
8157 to vorbistags, and a vorbistag mapping of the language tag.
8159 2006-02-05 Julien MOUTTE <julien@moutte.net>
8161 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8164 2006-02-04 David Schleef <ds@schleef.org>
8166 * ext/ogg/gstoggmux.c:
8167 * gst/typefind/gsttypefindfunctions.c:
8168 Add Dirac typefinding and add dirac format to oggmux.
8170 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
8172 * gst/playback/gstdecodebin.c: (try_to_link_1):
8173 Don't put essential function call into
8174 g_return_*() macro, otherwise it'll all be
8175 replaced by NOOPs when compiling with
8176 G_DISABLE_CHECKS defined.
8178 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
8180 * ext/ogg/gstoggdemux.c:
8181 * ext/ogg/gstoggparse.c:
8182 * gst/tcp/gsttcpserversink.c:
8183 * sys/v4l/v4lsrc_calls.c:
8184 * sys/v4l/v4lsrc_calls.h:
8185 Just make it compile with --disable-gst-debug.
8187 2006-02-03 Wim Taymans <wim@fluendo.com>
8189 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8190 (gst_alsasink_class_init), (gst_alsasink_init),
8191 (gst_alsasink_write), (gst_alsasink_reset):
8192 * ext/alsa/gstalsasink.h:
8193 Add lock to protect alsa calls.
8194 Implement reset to flush samples ASAP, does not work
8197 2006-02-02 Wim Taymans <wim@fluendo.com>
8199 * gst-libs/gst/audio/gstbaseaudiosink.c:
8200 (gst_base_audio_sink_provide_clock):
8201 Ugh.. getting late I guess...
8203 2006-02-02 Wim Taymans <wim@fluendo.com>
8205 * gst-libs/gst/audio/gstbaseaudiosink.c:
8206 (gst_base_audio_sink_provide_clock),
8207 (gst_base_audio_sink_set_property),
8208 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8209 Don't try to provide a clock when we are not negotiated since
8210 we might not be able to make it run.
8212 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
8214 * gst/playback/gstdecodebin.c: (try_to_link_1):
8215 Unlinking two source pads is ... hard.
8217 2006-02-02 Wim Taymans <wim@fluendo.com>
8219 * gst-libs/gst/audio/TODO:
8222 * gst-libs/gst/audio/gstbaseaudiosink.c:
8223 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8224 On EOS, wait till the last sample is played before posting EOS.
8226 2006-02-01 Philippe Kalaf <burger at speedy dot org>
8228 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8229 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8230 setting queue_delay to zero. Also avoid thread being started if
8231 queue_delay is zero.
8233 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8235 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8236 Make test work again by connecting fakesinks to each decoded pad,
8237 which makes the pipeline wait until each fakesink has a buffer
8238 queued before going to PAUSED state. At that point we know the
8239 decodebin pads are negotiated.
8241 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8243 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8244 (gst_cdda_base_src_handle_event):
8245 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8246 Pass unhandled queries to the parent class's query function.
8248 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8250 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8251 (gst_ogg_pad_src_query):
8252 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8253 * ext/theora/theoradec.c: (theora_dec_src_query),
8254 (theora_dec_sink_query):
8255 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8256 (vorbis_dec_sink_query):
8257 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8258 (gst_vorbisenc_sink_query):
8259 * gst/adder/gstadder.c: (gst_adder_query):
8260 Pass unhandled queries upstream instead of just
8261 dropping them (#326447). Also, fix supported
8262 query types list for some elements.
8264 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8266 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8267 (paris_type_find), (ilbc_type_find), (plugin_init):
8268 Fix typefinding for audio/x-au, audio/x-paris and
8269 audio/iLBC-sh. We cannot use the START_WITH macros
8270 here, because there can only be one typefind factory
8271 with the same name (caps), so the second one would
8272 replace the first one and the first one would never
8273 be called when doing typefinding (see #161712).
8276 2006-01-31 Wim Taymans <wim@fluendo.com>
8278 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8279 (vorbis_handle_header_packet), (vorbis_dec_push),
8280 (vorbis_handle_data_packet):
8281 Use scale_int when we can, add some more scaling.
8282 Check packettype before parsing it.
8284 2006-01-31 Wim Taymans <wim@fluendo.com>
8286 * ext/theora/theoradec.c: (_theora_granule_time),
8287 (theora_dec_src_convert), (theora_dec_sink_convert):
8288 Call right _scale functions.
8289 Use parameter instead of some other random value.
8291 2006-01-31 Wim Taymans <wim@fluendo.com>
8293 * ext/theora/theoradec.c: (_theora_granule_frame),
8294 (_theora_granule_time), (_inc_granulepos),
8295 (theora_dec_src_convert), (theora_dec_sink_convert),
8296 (theora_handle_type_packet), (theora_handle_data_packet),
8298 Use higher precision timestamps calculation.
8299 Convert some other conversions to _scale.
8301 2006-01-31 Stefan Kost <ensonic@users.sf.net>
8303 * gst/audiotestsrc/gstaudiotestsrc.c:
8304 (gst_audio_test_src_create_sine_table), (plugin_init):
8305 * gst/volume/gstvolume.c: (plugin_init):
8306 initialize gst_controller before using
8308 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
8310 * tests/check/pipelines/theoraenc.c:
8311 * tests/check/pipelines/vorbisenc.c:
8312 Define constant using G_GINT64_CONSTANT to avoid errors when
8313 passing it around - otherwise it gets truncated to 32 bits.
8315 Fixes failing tests.
8317 2006-01-31 Andy Wingo <wingo@pobox.com>
8319 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8320 caps being set doesn't have a framerate value. Basically a stopgap
8323 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8324 technically correct enough to put into core though.
8325 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8326 DURATION. Fixes theoraenc ! oggmux.
8328 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8329 fraction, not double.
8331 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
8334 add vs7 project files created by Sergey Scobich
8336 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
8339 add vs8 project files created by Sergey Scobich
8341 2006-01-30 Andy Wingo <wingo@pobox.com>
8343 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8344 timestamp + duration, not just timestamp -- ogg pages should be
8345 ordered by stop time. Necessary fix given the change in vorbis
8348 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
8349 (gst_theora_enc_init): Pull the granule shift out of the encoder.
8350 (granulepos_add): New function, handles the messiness of adjusting
8352 (theora_buffer_from_packet):
8354 (theora_enc_sink_event): Use granulepos_add, not +.
8356 * tests/check/pipelines/theoraenc.c
8357 (check_buffer_granulepos_from_starttime): Just check the frame
8358 count, not the actual granulepos -- we can't dictate to the
8359 encoder when it should be placing keyframes.
8361 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
8363 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8364 SERVICE_NOT_AVAILABLE happens for example when you're trying to
8365 play an http:// stream from a server that's not serving
8367 2006-01-30 Andy Wingo <wingo@pobox.com>
8369 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
8370 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8371 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8374 * ext/theora/gsttheoraenc.h:
8375 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8376 although theoraenc was timestamping correctly. Added handling of
8377 streams that start with nonzero timestamps.
8379 * tests/check/Makefile.am:
8380 * tests/check/pipelines/theoraenc.c: New file, basically does same
8383 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8385 2006-01-30 Wim Taymans <wim@fluendo.com>
8387 * gst-libs/gst/audio/gstaudiosink.c:
8388 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8389 (gst_audioringbuffer_pause):
8390 Implement pause that does not wait for completion.
8392 * gst-libs/gst/audio/gstbaseaudiosink.c:
8393 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8394 Don't drop buffers when going to PAUSED but perform preroll on
8395 remaining samples now that core base class supports this.
8397 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8398 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8399 (gst_ring_buffer_commit):
8400 Pause should not signal waiters.
8401 Implement return value of _commit correctly.
8403 2006-01-30 Andy Wingo <wingo@pobox.com>
8405 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8407 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8408 updated to timestamp from the first sample, not the last.
8409 (gst_vorbisenc_buffer_from_header_packet): New function, takes
8410 special care of granulepos and timestamp for header packets.
8411 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8412 when the first buffer has a nonzero timestamp.
8414 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8415 (GstVorbisEnc.subgranule_offset): New members. Take care of the
8416 case when the first audio buffer we get has a nonzero timestamp.
8417 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8418 properly timestamp vorbis buffers with the time of the first
8419 sample, not the last.
8421 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8422 vorbis_granule_time_copy -- now it takes the granule/subgranule
8423 offset into account.
8425 * tests/check/pipelines/vorbisenc.c: New test for correctness of
8426 timestamps, durations, and granulepos on buffers produced by
8429 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
8431 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8432 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8433 Patch from Eric Jonas to support conversions to/from UYVY
8436 2006-01-30 Julien MOUTTE <julien@moutte.net>
8438 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8439 (setup_subtitle), (setup_source), (set_active_source):
8440 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8441 (gen_text_element), (gen_audio_element), (gen_vis_element),
8442 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8444 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
8446 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8447 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8448 use gst_guint64_to_gdouble to be compliant with vs6
8449 * gst/playback/gstdecodebin.c: (try_to_link_1)
8450 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8451 use G_GINT64_CONSTANT for int64 constants
8452 * win32/common/libgstinterfaces.def:
8453 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8455 update and add new project files
8457 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8461 * win32/common/interfaces-enumtypes.c:
8462 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8463 (gst_mixer_track_flags_get_type),
8464 (gst_tuner_channel_flags_get_type):
8465 * win32/common/interfaces-enumtypes.h:
8466 * win32/common/multichannel-enumtypes.c:
8467 (gst_audio_channel_position_get_type):
8468 * win32/common/multichannel-enumtypes.h:
8469 add a win32-update rule like in core, and copy over enumtypes files
8471 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8474 * win32/common/config.h:
8475 * win32/common/config.h.in:
8476 add config files just like in core
8478 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
8480 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8481 Make gcc-4.1 happy (part of #327357).
8483 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8485 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8486 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8487 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8488 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8489 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8490 (gst_alsasrc_unprepare), (gst_alsasrc_read):
8491 Update all error messages. All of them should either use
8492 the default translated message, or actually provide a
8493 translatable string.
8494 Make the string for channel count problems meaningful.
8496 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
8498 * sys/v4l/v4l_calls.c: (gst_v4l_open):
8499 check for and throw RESOURCE_BUSY
8501 2006-01-27 David Schleef <ds@schleef.org>
8503 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8504 checked in this change -- it requires liboil features not
8505 in 0.3.6. Revert parts.
8507 2006-01-27 David Schleef <ds@schleef.org>
8510 * configure.ac: update liboil requirement to 0.3.6
8511 * gst/videoscale/Makefile.am:
8512 * gst/videoscale/vs_scanline.c: liboilify
8514 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8516 * ext/libvisual/visual.c: (get_buffer):
8517 When pad_alloc returns a GstFlowReturn other
8518 than GST_FLOW_OK, make sure it is passed upstream.
8520 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
8522 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8523 (gst_alsasink_class_init):
8524 Free the device name string.
8526 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8527 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8528 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8529 Don't remove a pad from the collectpads structure until it
8530 is released - it's a request pad, and may receive data again
8531 if the element gets moved back to PLAYING state.
8533 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8534 Ensure we turn on double buffering on the Xv port, and
8535 set the colour key to something dark and mysterious that
8538 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
8540 * ext/alsa/gstalsaplugin.c: (plugin_init):
8541 * ext/cdparanoia/gstcdparanoiasrc.c:
8542 (gst_cd_paranoia_src_base_init), (plugin_init):
8543 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8544 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8545 - a library should not call setlocale. see "Libraries" node in
8547 - make sure all plugins that use translation do bindtextdomain
8548 to point to the localedir
8549 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8550 (setup_sinks), (plugin_init):
8551 all this, and check for NULL when creating sinks
8553 2006-01-27 Julien MOUTTE <julien@moutte.net>
8555 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8556 (plugin_init): Make typefinding of subtitles work again.
8558 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
8560 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8561 (mp3_type_frame_length_from_header), (mp3_type_find),
8562 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8564 Backport a bunch of typefinding fixes from the 0.8 branch.
8565 Also, improve wavpack typefinding: if we can't peek the
8566 entire wavpack block, try to parse the bits we can get and
8567 see if we find what we're looking for in those.
8569 2006-01-26 Julien MOUTTE <julien@moutte.net>
8571 * sys/ximage/ximagesink.c:
8572 (gst_ximagesink_calculate_pixel_aspect_ratio):
8573 * sys/xvimage/xvimagesink.c:
8574 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8575 more cases of pixel aspect ratio.
8577 2006-01-26 Edward Hervey <edward@fluendo.com>
8579 * gst/playback/gstdecodebin.c: (pad_probe):
8580 Also consider the flush-start and tag events as unblockers
8583 2006-01-26 Julien MOUTTE <julien@moutte.net>
8585 * gst/playback/gstplaybin.c: (gst_play_bin_init),
8586 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8587 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
8588 On the fly visualisation switch, works disabling, enabling as
8589 well but it won't be able to enable vis in a playbin that was
8590 created with no visualisation.
8592 2006-01-25 Wim Taymans <wim@fluendo.com>
8594 * gst-libs/gst/audio/gstbaseaudiosink.c:
8595 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8596 Undo previous commit that returned WRONG_STATE sooner, it breaks
8599 2006-01-25 Wim Taymans <wim@fluendo.com>
8601 * gst-libs/gst/audio/gstbaseaudiosink.c:
8602 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8603 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8605 Post error when caps cannot be parsed.
8606 Resync on discontinuity in the stream.
8607 Clip samples to segment boundaries.
8608 return WRONG_STATE sooner when we are flushing.
8610 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8611 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8612 Make audiosrc operate in TIME.
8613 Set TIMESTAMP and DURATION on buffers.
8615 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
8617 * tests/examples/seek/seek.c: (main):
8618 Output tag messages as well.
8620 2006-01-23 Edward Hervey <edward@fluendo.com>
8622 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8623 (free_pad_probes), (remove_fakesink), (pad_probe),
8624 (close_pad_link), (gst_decode_bin_change_state):
8625 Replace GstPadBlockCallback with pad probes that detect
8626 first buffer AND eos before removing fakesink.
8627 Fixes hang with demuxers doing EOS while pre-rolling.
8630 2006-01-23 Andy Wingo <wingo@pobox.com>
8632 * ext/alsa/gstalsasink.c:
8633 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8634 (gst_base_rtp_depayload_setcaps),
8635 (gst_base_rtp_depayload_add_to_queue),
8636 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8638 Patch by: Jens Granseuer <jensgr at gmx dot net>
8640 2006-01-22 Julien MOUTTE <julien@moutte.net>
8642 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8643 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8644 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
8645 frames. We might get a frame destroyed after changing state to
8646 NULL, adding a safety check on xcontext.
8648 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
8650 * gst-libs/gst/interfaces/xoverlay.c:
8651 Fix prepare-xwindow-id code example in the docs - we need to
8652 ignore all messages that aren't element messages as well.
8654 2006-01-21 Julien MOUTTE <julien@moutte.net>
8656 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8657 I think one day i'll completely undestand how caps negotiation
8658 is supposed to work. This refactoring handles buffer_alloc
8659 called with caps we can't handle. We definitely don't want a
8660 set_caps with those caps, so we define and allocate a buffer
8661 we would like to receive.
8663 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
8665 * gst/playback/gstplaybasebin.c: (setup_source):
8666 Free iterator when done.
8668 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
8670 * gst-libs/gst/audio/gstbaseaudiosink.c:
8671 (gst_base_audio_sink_render):
8672 Fix playback of non-synchronised streams by assuming a rate
8673 of 1.0 instead of a random one.
8675 Makes this work again:
8677 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8678 endianness=(int)4321, signed=(boolean)true, width=(int)16,
8679 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8680 audioresample ! alsasink
8682 === release 0.10.2 ===
8684 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8687 releasing 0.10.2, "Then the devil is six"
8689 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
8691 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8692 * gst/playback/gststreamselector.c:
8693 (gst_stream_selector_set_property):
8694 Comment out broken code that connects to the state-changed signal.
8695 At this point, changing current stream selection is broken, but
8696 stuff like gst-launch playbin current-audio=1 works and filters
8697 to the chosen stream.
8699 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
8701 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8702 Fix #327216 (null dereference in vorbisdec)
8704 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
8706 * ext/theora/theoradec.c: (theora_handle_comment_packet):
8707 Post taglist actually on bus instead of just freeing it
8708 (fixes #327114 and totem bug #327080).
8710 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8711 Use gst_element_found_tags_for_pad(), so that the tags
8712 are sent downstream as an event as well.
8714 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
8716 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8717 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8718 (gst_ximagesink_buffer_alloc):
8719 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8720 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8721 (gst_xvimagesink_buffer_alloc):
8722 move all regularly occurring messages to GST_LOG level
8723 add some more object logs
8725 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
8727 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8728 fix a silly segfault
8730 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
8732 * docs/libs/gst-plugins-base-libs-docs.sgml:
8733 * docs/libs/gst-plugins-base-libs-sections.txt:
8734 * gst-libs/gst/audio/mixerutils.c:
8735 * gst-libs/gst/audio/mixerutils.h:
8736 Add docs for mixerutils stuff.
8738 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
8740 * gst/playback/gstplaybasebin.c: (setup_source):
8741 Fix playback for sources that emit raw audio or
8742 raw video streams (e.g.: cd audio sources) (#325984).
8744 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
8746 * gst-libs/gst/audio/mixerutils.c:
8747 (gst_audio_mixer_filter_do_filter):
8748 actually save the element we create
8750 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
8752 * gst-libs/gst/cdda/gstcddabasesrc.c:
8753 (gst_cdda_base_src_handle_track_seek):
8754 No need to post a tag message on the bus when seeking
8755 within the same track, only post it when the current
8758 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8760 * gst/playback/gstplaybasebin.c: (group_destroy),
8761 (probe_triggered), (new_decoded_pad), (mute_group_type),
8762 (set_active_source):
8763 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8764 * gst/playback/gststreamselector.c:
8765 (gst_stream_selector_base_init),
8766 (gst_stream_selector_set_property),
8767 (gst_stream_selector_request_new_pad):
8768 Reenable stream selection. These mechanisms need a complete overhaul
8769 in the face of 0.8->0.10 changes though.
8771 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
8773 * ext/ogg/gstoggdemux.c:
8774 Change the pad template to src_%d to match the pads that
8775 are created from it. decodebin needs this information in order
8776 to decide that oggdemux is capable of producing multiple pads
8777 (and hence needs queues inserted).
8779 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8780 (gst_ogg_mux_collected):
8781 Make debug output more useful by using GST_PTR_FORMAT.
8783 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8785 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
8787 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8788 Set depth and width for alaw/mulaw (fixes #326601).
8790 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
8792 * tests/icles/Makefile.am:
8793 don't build the tests if we don't have the libs
8795 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8797 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8798 (gst_cd_paranoia_paranoia_callback):
8799 Don't try to free NULL pointers.
8801 2006-01-10 Edward Hervey <edward@fluendo.com>
8803 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8804 (gst_audio_rate_change_state), (plugin_init):
8805 Add debugging category.
8807 Add case for incoming buffers without valid offset/offset_end.
8809 2006-01-10 Michael Smith <msmith@fluendo.com>
8811 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8812 Don't leak GCond in audio sources.
8814 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
8816 * gst/playback/gstplaybin.c: (gen_audio_element):
8817 Don't leak an autoaudiosink/alsasink when we generate
8818 a new audio element. (old code, I guess)
8820 2006-01-10 Michael Smith <msmith@fluendo.com>
8822 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8823 Support float audio in audiorate.
8824 Use width rather than depth for selecting sample width.
8826 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8828 * gst/videotestsrc/videotestsrc.h:
8829 Use GLib types here (that way we don't have to include the
8830 generated _stdint.h header, which makes life easier for win32
8831 folks that don't use autotools for the build) (#325990, patch
8832 by: Sergey Scobich).
8834 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
8836 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8837 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8838 (gst_ring_buffer_pause), (wait_segment):
8839 * gst-libs/gst/audio/gstringbuffer.h:
8840 Name (private) union, makes Forte compiler happy (this time
8841 for real) (#324900).
8843 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
8845 * gst-libs/gst/audio/Makefile.am:
8846 Link against libgstinterfaces, needed for mixer
8847 and property probe stuff.
8849 2006-01-09 Edward Hervey <edward@fluendo.com>
8851 * gst-libs/gst/Makefile.am:
8853 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
8855 * gst-libs/gst/audio/Makefile.am:
8856 * gst-libs/gst/audio/mixerutils.c:
8857 (gst_audio_mixer_filter_do_filter),
8858 (gst_audio_mixer_filter_check_element),
8859 (gst_audio_mixer_filter_probe_feature),
8860 (element_factory_rank_compare_func),
8861 (gst_audio_default_registry_mixer_filter):
8862 * gst-libs/gst/audio/mixerutils.h:
8863 Add gst_audio_default_registry_mixer_filter() utility
8866 2006-01-03 Michael Smith <msmith@fluendo.com>
8868 * gst/audioresample/resample.h:
8869 As before, but for o_buf
8871 2006-01-03 Michael Smith <msmith@fluendo.com>
8873 * gst/audioresample/resample.h:
8874 Declare struct _ResampleState.buffer as unsigned char *, not void *,
8875 since we do arithmetic on it.
8877 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
8879 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8880 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8881 (gst_ring_buffer_pause), (wait_segment):
8882 * gst-libs/gst/audio/gstringbuffer.h:
8883 Sun's Forte compiler doesn't seem to like anonymous structs,
8884 so use same setup as in GstBaseSrc (fixes #324900).
8886 2005-12-30 Stefan Kost <ensonic@users.sf.net>
8889 * gst/volume/Makefile.am:
8890 * gst/volume/demo.c:
8891 move old example to tests/examples/volume/volune.c
8892 * tests/examples/Makefile.am:
8893 * tests/examples/seek/seek.c: (main):
8894 change window-close event from "delete-event" to "destroy"
8895 * tests/examples/volume/Makefile.am:
8896 * tests/examples/volume/volume.c: (value_changed_callback),
8897 (setup_gui), (message_received), (eos_message_received), (main):
8898 fix event handling and bus usage
8900 2005-12-29 Stefan Kost <ensonic@users.sf.net>
8902 * gst/audiotestsrc/gstaudiotestsrc.c:
8903 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8904 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8905 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8906 (gst_audio_test_src_create_square),
8907 (gst_audio_test_src_create_saw),
8908 (gst_audio_test_src_create_triangle),
8909 (gst_audio_test_src_create_silence),
8910 (gst_audio_test_src_create_white_noise),
8911 (gst_audio_test_src_create_pink_noise),
8912 (gst_audio_test_src_init_sine_table),
8913 (gst_audio_test_src_create_sine_table),
8914 (gst_audio_test_src_change_wave),
8915 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8916 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8917 * gst/audiotestsrc/gstaudiotestsrc.h:
8918 update to basesrc changes, implement segmented seeking and eos
8919 handling, add a 'sine-tab' waveform for performance critical playback
8921 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8924 ... and this time the other modified file that I missed last time.
8926 2005-12-29 Michael Smith <msmith@fluendo.com>
8928 * gst/playback/gstdecodebin.c: (new_pad):
8929 Fix non-C89 variable declaration not at the start of a block. Should
8930 help some compilers.
8932 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8934 * tests/check/Makefile.am:
8935 And now fix 'make distcheck' (builddir != srcdir)
8937 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8940 * ext/cdparanoia/Makefile.am:
8941 * ext/cdparanoia/gstcdparanoia.c:
8942 * ext/cdparanoia/gstcdparanoia.h:
8943 * ext/cdparanoia/gstcdparanoiasrc.c:
8944 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8945 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8946 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8947 (gst_cd_paranoia_paranoia_callback),
8948 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8949 (gst_cd_paranoia_src_set_property),
8950 (gst_cd_paranoia_src_get_property), (plugin_init):
8951 * ext/cdparanoia/gstcdparanoiasrc.h:
8952 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8953 plugin again (there are still fixes required to playbin to make
8954 cdda:// uris work there).
8956 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8958 * tests/check/Makefile.am:
8959 Fix test case compilation.
8961 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
8963 * gst-libs/gst/cdda/gstcddabasesrc.c:
8964 (gst_cdda_base_src_update_duration),
8965 (gst_cdda_base_src_calculate_cddb_id):
8966 An integer is not a string. Fix access to uninitialised variable.
8968 * tests/check/Makefile.am:
8969 Add cddabasesrc unit test; also actually enable the vorbis test.
8971 * tests/check/generic/states.c:
8972 Blacklist new cd audio elements as well.
8974 * tests/check/libs/cddabasesrc.c:
8975 Unit test for GstCddaBaseSrc (discid calculation mostly).
8977 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
8979 * docs/libs/Makefile.am:
8980 * docs/libs/gst-plugins-base-libs-docs.sgml:
8981 * docs/libs/gst-plugins-base-libs-sections.txt:
8982 * docs/libs/gst-plugins-base-libs.types:
8983 Add docs for libgstcdda/GstCddaBaseSrc.
8985 * gst-libs/gst/interfaces/mixertrack.h:
8986 Do one struct member per line with a semicolon at the end, that way
8987 even gtk-doc might parse it without complaining.
8989 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
8992 * gst-libs/gst/Makefile.am:
8993 * gst-libs/gst/cdda/Makefile.am:
8994 * gst-libs/gst/cdda/base64.c:
8995 * gst-libs/gst/cdda/base64.h:
8996 * gst-libs/gst/cdda/gstcddabasesrc.c:
8997 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8998 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8999 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9000 (gst_cdda_base_src_get_property),
9001 (gst_cdda_base_src_get_track_from_sector),
9002 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9003 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9004 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9005 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9006 (gst_cdda_base_src_uri_get_protocols),
9007 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9008 (gst_cdda_base_src_uri_handler_init),
9009 (gst_cdda_base_src_setup_interfaces),
9010 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9011 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9012 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9013 (gst_cdda_base_src_add_tags),
9014 (gst_cdda_base_src_add_index_associations),
9015 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9016 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9017 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9018 (gst_cdda_base_src_create):
9019 * gst-libs/gst/cdda/gstcddabasesrc.h:
9020 * gst-libs/gst/cdda/sha1.c:
9021 * gst-libs/gst/cdda/sha1.h:
9022 Add new libgstcdda with GstCddaBaseSrc class.
9024 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9026 * ext/gnomevfs/gstgnomevfssink.h:
9027 Use GstBaseSinkClass as parent_class member for class struct, not
9030 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9032 Patch by: Michael Benes
9034 * gst/videotestsrc/gstvideotestsrc.c:
9035 (gst_video_test_src_class_init), (gst_video_test_src_start):
9036 Add start method to reset running time and number of frames sent
9037 when starting up (fixes #324696)
9039 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9041 * docs/plugins/Makefile.am:
9042 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9043 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9044 * docs/plugins/gst-plugins-base-plugins.args:
9045 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9046 * docs/plugins/gst-plugins-base-plugins.signals:
9047 Add docs stuff for gnomevfssrc and gnomevfssink.
9049 * ext/gnomevfs/gstgnomevfssrc.c:
9050 Fix example pipeline in gtk-doc blurb.
9052 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9054 * ext/gnomevfs/Makefile.am:
9055 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9056 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9057 (gst_gnome_vfs_handle_get_type), (plugin_init):
9058 * ext/gnomevfs/gstgnomevfs.h:
9059 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9060 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9061 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9062 (gst_gnome_vfs_sink_set_property),
9063 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9064 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9065 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9066 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9067 (gst_gnome_vfs_sink_uri_get_type),
9068 (gst_gnome_vfs_sink_uri_get_protocols),
9069 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9070 (gst_gnome_vfs_sink_uri_handler_init):
9071 * ext/gnomevfs/gstgnomevfssink.h:
9072 Port gnomevfssink; add gtk-doc blurb.
9074 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9075 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9076 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9077 (gst_gnome_vfs_src_uri_get_type),
9078 (gst_gnome_vfs_src_uri_get_protocols),
9079 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9080 (gst_gnome_vfs_src_uri_handler_init),
9081 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9082 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9083 (gst_gnome_vfs_src_send_additional_headers_callback),
9084 (gst_gnome_vfs_src_received_headers_callback),
9085 (gst_gnome_vfs_src_push_callbacks),
9086 (gst_gnome_vfs_src_pop_callbacks),
9087 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9088 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9089 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9090 * ext/gnomevfs/gstgnomevfssrc.h:
9091 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9092 file; add gtk-doc blurb with example pipelines.
9094 === release 0.10.1 ===
9096 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
9099 releasing 0.10.1, "Dobro Dedek"
9101 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
9103 * gst/typefind/gsttypefindfunctions.c:
9104 iLBC30 and iLBC20 added to typefind.
9106 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
9108 * gst-libs/gst/audio/gstbaseaudiosink.c:
9109 (gst_base_audio_sink_class_init):
9110 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9111 (gst_base_audio_src_class_init):
9112 update strings, values are in microseconds
9113 change the default sink buffer time to something that is smaller
9114 (to help software volume mixing have a slightly lower delay) but
9115 still be acceptable on Wim's laptop
9117 2005-12-20 Edward Hervey <edward@fluendo.com>
9119 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9120 Made a quack, forgot to add DUCK to the riff video template.
9122 2005-12-19 Edward Hervey <edward@fluendo.com>
9124 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9125 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9126 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9127 (gst_ogm_parse_chain):
9128 Make sure pads are initialized correctly.
9129 * gst-libs/gst/riff/riff-ids.h:
9130 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9131 (gst_riff_create_video_template_caps):
9132 Add a whole bunch of FOURCC <=> MimeType.
9133 Extend the riff video pad template to support the newly added fourcc.
9135 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
9137 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9138 (gst_ogg_demux_activate_chain):
9139 Extra debug output when activating/deactivating chains.
9141 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9142 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9144 Remove a queue from our list when it becomes unlinked.
9145 Don't add queues to elements in class 'Demux' if they
9146 can only produce one pad
9148 2005-12-18 Julien MOUTTE <julien@moutte.net>
9150 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9151 (gst_video_sink_get_type): Add a debug category.
9153 2005-12-17 Philippe Khalaf <burger@speedy.org>
9155 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9156 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9157 Handle downstream newsegment by sending our own newsegment before the
9158 next buffer to be released. (#323900)
9160 2005-12-17 Philippe Khalaf <burger@speedy.org>
9162 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9163 (gst_base_rtp_depayload_set_gst_timestamp):
9164 add queue delay to new segment as well (as opposed to just the first
9165 buffer). (bug #322347)
9167 2005-12-16 Stefan Kost <ensonic@users.sf.net>
9169 * ext/libvisual/visual.c: (make_valid_name):
9170 change some char* into char[]
9171 * gst/audiotestsrc/gstaudiotestsrc.c:
9172 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9173 (gst_audio_test_src_create):
9174 * gst/audiotestsrc/gstaudiotestsrc.h:
9175 prepare to handle EOS and SEGMENT_DONE
9177 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9179 * tests/check/generic/states.c: (GST_START_TEST):
9180 Blacklist cdparanoia element in state test.
9182 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9184 Patch by: Benjamin Pineau
9187 * gst/tcp/gsttcpclientsink.c:
9188 * gst/tcp/gsttcpserversink.c:
9189 * gst/tcp/gsttcpserversrc.c:
9190 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9192 2005-12-15 Michael Smith <msmith@fluendo.com>
9194 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9195 (gst_video_rate_chain):
9196 Fix timestamping for videorate when the first buffer it sees has a
9197 non-zero timestamp. Fix some misleading debug output.
9199 2005-12-15 Michael Smith <msmith@fluendo.com>
9201 * gst/audioresample/gstaudioresample.c:
9202 Don't leak all input buffers to audioresample.
9204 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9206 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9207 Don't operate on empty text buffers. Strip newlines and
9208 tabs only from the end of the text, but leave them intact
9209 in the middle. Fix typo in gtk-doc description.
9211 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9213 * gst/playback/gstplaybasebin.c:
9214 * gst/playback/gstplaybin.c: (handoff):
9215 Make sure the video frame buffer we return to apps via the
9216 "frame" property always has caps set on it. Modify
9217 _gst_gvalue_set_object() macro to handle NULL objects
9220 2005-12-14 Stefan Kost <ensonic@users.sf.net>
9222 * gst/audiotestsrc/gstaudiotestsrc.c:
9223 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9224 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9225 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9226 (gst_audio_test_src_create):
9227 * gst/audiotestsrc/gstaudiotestsrc.h:
9228 Adjust to some recent api changes and add wtays new cool seeking
9231 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
9233 * ext/alsa/Makefile.am:
9234 * ext/alsa/gstalsadeviceprobe.c:
9235 * ext/alsa/gstalsadeviceprobe.h:
9236 Helper functions to add device probing via the GstPropertyProbe
9237 interface to a class.
9239 * ext/alsa/gstalsamixer.h:
9240 Comment out GST_ALSA_MIXER, it returns a struct that's not
9243 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9244 Add some debug info.
9246 * ext/alsa/gstalsamixerelement.c:
9247 (gst_alsa_mixer_element_interface_supported),
9248 (gst_implements_interface_init),
9249 (gst_alsa_mixer_element_init_interfaces),
9250 (gst_alsa_mixer_element_class_init),
9251 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9252 (gst_alsa_mixer_element_set_property),
9253 (gst_alsa_mixer_element_get_property),
9254 (gst_alsa_mixer_element_change_state):
9255 * ext/alsa/gstalsamixerelement.h:
9256 Add 'device' and 'device-name' properties. Add GstPropertyProbe
9257 for device handling (gnome-volume-control will need that).
9259 2005-12-12 Christian Schaller <uraeus@gnome.org>
9261 * ext/Makefile.am: fix cdparanoia entry
9262 * gst-plugins-base.spec.in: add cdparanoia
9264 2005-12-12 Michael Smith <msmith@fluendo.com>
9266 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9267 Use the correct function to free list of typefind factories.
9269 2005-12-12 Wim Taymans <wim@fluendo.com>
9271 * gst/videotestsrc/gstvideotestsrc.c:
9272 (gst_video_test_src_class_init), (gst_video_test_src_init),
9273 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9274 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9275 (gst_video_test_src_create):
9276 * gst/videotestsrc/gstvideotestsrc.h:
9277 Implement seeking in videotestsrc.
9280 2005-12-12 Wim Taymans <wim@fluendo.com>
9282 * ext/cdparanoia/Makefile.am:
9283 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9284 (gst_paranoia_endian_get_type), (_do_init),
9285 (cdparanoia_class_init), (cdparanoia_init),
9286 (cdparanoia_set_property), (cdparanoia_get_property),
9287 (cdparanoia_do_seek), (cdparanoia_is_seekable),
9288 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9289 (cdparanoia_convert), (cdparanoia_get_query_types),
9290 (cdparanoia_query), (cdparanoia_set_index),
9291 (cdparanoia_uri_set_uri):
9292 * ext/cdparanoia/gstcdparanoia.h:
9293 Partially ported cdparanoia now that basesrc can support a
9296 2005-12-12 Wim Taymans <wim@fluendo.com>
9298 * tests/examples/seek/scrubby.c: (main):
9299 Set higher priority for bus events so they don't get reordered with
9302 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9303 (flush_toggle_cb), (main):
9304 Added checkbox to disable flushing seeks.
9305 Disable scrubbing when doing non flushing seeks.
9307 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
9309 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9310 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9311 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9312 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9313 Implement some sort of event handling that doesn't rely on
9314 g_return_if_fail; make sure we always push the last chunk of an
9315 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9316 state change function; remove some old cruft. Seeking is still
9317 rather unlikely to work though.
9322 2005-12-11 Julien MOUTTE <julien@moutte.net>
9324 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
9325 Fixed a leak of the current image reference when cleaning up.
9326 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9328 2005-12-09 Michael Smith <msmith@fluendo.com>
9330 * tools/Makefile.am:
9331 * tools/gst-launch-ext-m.m:
9332 Remove gst-launch-ext. It doesn't work, and is no longer
9333 particularly useful.
9335 2005-12-08 Luca Ognibene <luogni@tin.it>
9337 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9338 don't pass random values to ogmparse convert function.
9339 Make seeking possible in the exile1.ogm file.
9341 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
9343 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9344 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9345 Work around refcount problem with g_value_set_object() that occur
9346 if the core has been compiled against GLib-2.6 (g_value_set_object()
9347 will only g_object_ref() the element, but the caller will
9348 gst_object_unref() it and bad things will happen due to the way
9349 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9350 totem for people on FC4 using Thomas's 0.10 RPMs.
9352 2005-12-07 Edward Hervey <edward@fluendo.com>
9354 Time to welcome ogm to 0.10 :)
9356 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9357 (gst_ogg_pad_typefind):
9358 Oggdemux can now properly typefind elements with dynamic pads.
9359 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9360 Properly set caps on src pad, and set caps on outgoing buffers.
9362 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
9364 * ext/alsa/gstalsamixer.h:
9365 * ext/alsa/gstalsamixerelement.h:
9366 * ext/alsa/gstalsamixeroptions.h:
9367 * ext/alsa/gstalsamixertrack.h:
9368 * ext/alsa/gstalsasink.c:
9369 * ext/alsa/gstalsasink.h:
9370 * ext/alsa/gstalsasrc.c:
9371 * ext/alsa/gstalsasrc.h:
9372 * ext/cdparanoia/gstcdparanoia.h:
9373 * ext/gnomevfs/gstgnomevfsuri.h:
9374 * ext/ogg/gstoggdemux.c:
9375 * ext/ogg/gstoggmux.c:
9376 * ext/pango/gsttextoverlay.h:
9377 * ext/theora/theoradec.c:
9378 * ext/theora/theoraenc.c:
9379 * ext/vorbis/vorbisdec.h:
9380 * ext/vorbis/vorbisenc.c:
9381 * ext/vorbis/vorbisenc.h:
9382 * ext/vorbis/vorbisparse.h:
9383 * gst-libs/gst/audio/gstaudioclock.h:
9384 * gst-libs/gst/audio/gstaudiosink.c:
9385 * gst-libs/gst/audio/gstaudiosink.h:
9386 * gst-libs/gst/audio/gstaudiosrc.c:
9387 * gst-libs/gst/audio/gstaudiosrc.h:
9388 * gst-libs/gst/audio/gstbaseaudiosink.c:
9389 * gst-libs/gst/audio/gstbaseaudiosink.h:
9390 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9391 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9392 * gst-libs/gst/audio/gstringbuffer.h:
9393 * gst-libs/gst/audio/multichannel.h:
9394 * gst-libs/gst/floatcast/floatcast.h:
9395 * gst-libs/gst/interfaces/colorbalance.c:
9396 * gst-libs/gst/interfaces/colorbalance.h:
9397 * gst-libs/gst/interfaces/colorbalancechannel.h:
9398 * gst-libs/gst/interfaces/mixer.h:
9399 * gst-libs/gst/interfaces/mixeroptions.h:
9400 * gst-libs/gst/interfaces/mixertrack.h:
9401 * gst-libs/gst/interfaces/navigation.h:
9402 * gst-libs/gst/interfaces/propertyprobe.h:
9403 * gst-libs/gst/interfaces/tuner.h:
9404 * gst-libs/gst/interfaces/tunerchannel.h:
9405 * gst-libs/gst/interfaces/tunernorm.h:
9406 * gst-libs/gst/interfaces/xoverlay.h:
9407 * gst-libs/gst/netbuffer/gstnetbuffer.h:
9408 * gst-libs/gst/riff/riff-ids.h:
9409 * gst-libs/gst/riff/riff-media.h:
9410 * gst-libs/gst/riff/riff-read.h:
9411 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9412 * gst-libs/gst/rtp/gstbasertppayload.c:
9413 * gst-libs/gst/rtp/gstbasertppayload.h:
9414 * gst-libs/gst/rtp/gstrtpbuffer.c:
9415 * gst-libs/gst/rtp/gstrtpbuffer.h:
9416 * gst-libs/gst/tag/gsttageditingprivate.h:
9417 * gst-libs/gst/tag/gstvorbistag.c:
9418 (gst_tag_list_from_vorbiscomment_buffer):
9419 * gst-libs/gst/tag/tag.h:
9420 * gst-libs/gst/video/video.h:
9421 * gst/adder/gstadder.c:
9422 * gst/adder/gstadder.h:
9423 * gst/audioconvert/audioconvert.c:
9424 * gst/audioconvert/audioconvert.h:
9425 * gst/audioconvert/gstaudioconvert.c:
9426 * gst/audioconvert/gstchannelmix.c:
9427 * gst/audioconvert/gstchannelmix.h:
9428 * gst/audiorate/gstaudiorate.c:
9429 * gst/audioresample/buffer.h:
9430 * gst/audioresample/functable.h:
9431 * gst/audioresample/gstaudioresample.c:
9432 * gst/audioresample/resample.h:
9433 * gst/ffmpegcolorspace/avcodec.h:
9434 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9435 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9436 * gst/ffmpegcolorspace/imgconvert.c:
9437 * gst/ffmpegcolorspace/imgconvert_template.h:
9438 * gst/playback/gstdecodebin.c:
9439 * gst/playback/gstplaybasebin.h:
9440 * gst/playback/gstplaybin.c:
9441 * gst/playback/gststreaminfo.h:
9442 * gst/tcp/gstfdset.c:
9443 * gst/tcp/gstfdset.h:
9444 * gst/tcp/gstmultifdsink.c:
9445 * gst/tcp/gstmultifdsink.h:
9447 * gst/tcp/gsttcpclientsrc.c:
9448 * gst/tcp/gsttcpclientsrc.h:
9449 * gst/tcp/gsttcpplugin.h:
9450 * gst/tcp/gsttcpserversink.c:
9451 * gst/tcp/gsttcpserversrc.c:
9452 * gst/typefind/gsttypefindfunctions.c:
9453 * gst/videorate/gstvideorate.c:
9454 * gst/videotestsrc/gstvideotestsrc.h:
9455 * gst/videotestsrc/videotestsrc.h:
9456 * sys/v4l/gstv4lcolorbalance.h:
9457 * sys/v4l/gstv4ltuner.h:
9458 * sys/v4l/gstv4lxoverlay.h:
9459 * sys/v4l/v4l_calls.h:
9460 * sys/v4l/videodev_mjpeg.h:
9461 * tests/check/elements/audioconvert.c:
9462 * tests/check/elements/audioresample.c:
9463 * tests/check/elements/audiotestsrc.c:
9464 * tests/check/elements/videotestsrc.c:
9465 * tests/check/elements/volume.c:
9466 * tests/examples/seek/scrubby.c:
9467 * tests/examples/seek/seek.c:
9470 === release 0.10.0 ===
9472 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9475 releasing 0.10.0, "Mont-d'or"
9477 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
9479 * tests/examples/seek/Makefile.am:
9480 Build fix for when gtk is not available.
9482 2005-12-05 Andy Wingo <wingo@pobox.com>
9484 * ext/libvisual/visual.c: (get_buffer):
9485 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9486 * ext/pango/gsttextrender.c: (gst_text_render_chain):
9487 * ext/theora/theoradec.c: (theora_handle_data_packet):
9488 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9490 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9491 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9492 Update for alloc_buffer changes.
9494 2005-12-05 Andy Wingo <wingo@pobox.com>
9496 patch by: Kai Vehmanen <kv2004 eca cx>
9498 * gst-libs/gst/rtp/gstbasertpdepayload.c
9499 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9501 2005-12-04 Andy Wingo <wingo@pobox.com>
9503 patch by: Sebastien Cote <sebas642 yahoo ca>
9505 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9508 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
9510 * docs/plugins/Makefile.am:
9511 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9512 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9513 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9514 * ext/pango/gstclockoverlay.c:
9515 * ext/pango/gsttextoverlay.c:
9516 * ext/pango/gsttextrender.c:
9517 * ext/pango/gsttimeoverlay.c:
9518 Add gtk-doc blurbs to pango elements.
9520 2005-12-02 Wim Taymans <wim@fluendo.com>
9522 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9523 * gst/audioresample/buffer.h:
9524 * gst/audioresample/gstaudioresample.c:
9525 * gst/audioresample/gstaudioresample.h:
9526 * gst/audioresample/resample.c: (resample_input_flush),
9527 (resample_input_pushthrough), (resample_input_eos),
9528 (resample_get_output_size_for_input),
9529 (resample_get_input_size_for_output), (resample_get_output_size),
9530 (resample_get_output_data):
9531 * gst/audioresample/resample.h:
9532 * gst/audioresample/resample_ref.c: (resample_scale_ref):
9533 Fix audioresample, seek torture, new segments, reverse negotiation
9536 2005-12-02 Wim Taymans <wim@fluendo.com>
9538 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9541 2005-12-02 Wim Taymans <wim@fluendo.com>
9543 * gst/audioconvert/gstaudioconvert.c:
9544 (gst_audio_convert_transform):
9547 === release 0.9.7 ===
9549 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9552 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9554 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9560 add win32 MANIFEST file
9561 do something to the hungarian translation
9563 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
9566 Add $(PANGO_DIR) to SUBDIRS
9568 * ext/pango/gstclockoverlay.c:
9569 * ext/pango/gsttimeoverlay.c:
9570 Fix and improve element descriptions.
9572 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9574 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9575 * docs/plugins/inspect/plugin-libvisual.xml:
9576 * docs/plugins/inspect/plugin-pango.xml:
9577 add pango plugin to docs
9579 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9585 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9588 * tests/Makefile.am:
9589 * tests/icles/.cvsignore:
9590 * tests/icles/Makefile.am:
9591 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9592 (close_display), (resize_window), (move_window), (create_window),
9593 (terminate_playback), (pause_playback), (start_playback), (main):
9594 add stress test for xoverlay from Julien
9596 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9598 * docs/libs/tmpl/gstcolorbalance.sgml:
9599 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9600 * gst-libs/gst/rtp/gstbasertppayload.c:
9601 * gst-libs/gst/rtp/gstrtpbuffer.c:
9602 * gst-libs/gst/rtp/gstrtpbuffer.h:
9603 Do burger's rename for rtp payloaders and depayloaders
9605 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9608 add Visual Studio 6 build files
9610 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9612 * docs/libs/gst-plugins-base-libs-docs.sgml:
9613 * docs/libs/gst-plugins-base-libs-sections.txt:
9614 * docs/libs/tmpl/gstaudio.sgml:
9615 * docs/libs/tmpl/gstringbuffer.sgml:
9616 * gst-libs/gst/interfaces/xoverlay.c:
9617 * gst-libs/gst/video/gstvideofilter.c:
9618 * gst-libs/gst/video/gstvideosink.c:
9619 update documentation
9621 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9623 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9624 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9625 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9626 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9627 (gst_multi_fd_sink_get_stats),
9628 (gst_multi_fd_sink_remove_client_link),
9629 (gst_multi_fd_sink_handle_client_read),
9630 (gst_multi_fd_sink_client_queue_data),
9631 (gst_multi_fd_sink_client_queue_caps),
9632 (gst_multi_fd_sink_client_queue_buffer),
9633 (gst_multi_fd_sink_new_client),
9634 (gst_multi_fd_sink_handle_client_write),
9635 (gst_multi_fd_sink_recover_client),
9636 (gst_multi_fd_sink_queue_buffer),
9637 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9638 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9639 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9640 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9641 * gst/tcp/gstmultifdsink.h:
9642 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9643 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9644 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9645 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9646 (gst_tcp_client_sink_set_property),
9647 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9648 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9649 * gst/tcp/gsttcpclientsink.h:
9650 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9651 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9652 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9653 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9654 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9655 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9656 * gst/tcp/gsttcpclientsrc.h:
9657 * gst/tcp/gsttcpplugin.c: (plugin_init):
9658 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9659 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9660 (gst_tcp_server_sink_finalize),
9661 (gst_tcp_server_sink_handle_server_read),
9662 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9663 (gst_tcp_server_sink_set_property),
9664 (gst_tcp_server_sink_get_property),
9665 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9666 * gst/tcp/gsttcpserversink.h:
9667 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9668 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9669 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9670 (gst_tcp_server_src_set_property),
9671 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9672 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9673 * gst/tcp/gsttcpserversrc.h:
9676 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
9678 * docs/plugins/Makefile.am:
9679 * docs/plugins/gst-plugins-base-plugins.args:
9680 * docs/plugins/inspect/plugin-libvisual.xml:
9681 * gst/audioconvert/plugin.h:
9682 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9683 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9684 (gst_audio_rate_setcaps), (gst_audio_rate_init),
9685 (gst_audio_rate_chain), (gst_audio_rate_set_property),
9686 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9688 * gst/audiotestsrc/gstaudiotestsrc.c:
9689 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9690 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9691 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9692 (gst_audio_test_src_get_query_types),
9693 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9694 (gst_audio_test_src_create_square),
9695 (gst_audio_test_src_create_saw),
9696 (gst_audio_test_src_create_triangle),
9697 (gst_audio_test_src_create_silence),
9698 (gst_audio_test_src_create_white_noise),
9699 (gst_audio_test_src_init_pink_noise),
9700 (gst_audio_test_src_generate_pink_noise_value),
9701 (gst_audio_test_src_create_pink_noise),
9702 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9703 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9704 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9706 * gst/audiotestsrc/gstaudiotestsrc.h:
9707 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9708 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9709 (gst_sub_parse_init), (gst_sub_parse_formats),
9710 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9711 (convert_encoding), (get_next_line),
9712 (gst_sub_parse_data_format_autodetect),
9713 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9714 (gst_sub_parse_loop), (gst_sub_parse_chain),
9715 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9717 * gst/subparse/gstsubparse.h:
9718 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9719 (gst_video_rate_base_init), (gst_video_rate_class_init),
9720 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9721 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9722 (gst_video_rate_init), (gst_video_rate_event),
9723 (gst_video_rate_chain), (gst_video_rate_set_property),
9724 (gst_video_rate_get_property), (gst_video_rate_change_state),
9726 * gst/videoscale/gstvideoscale.c:
9727 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9728 (gst_video_scale_src_template_factory),
9729 (gst_video_scale_sink_template_factory),
9730 (gst_video_scale_get_type), (gst_video_scale_base_init),
9731 (gst_video_scale_class_init), (gst_video_scale_init),
9732 (gst_video_scale_set_property), (gst_video_scale_get_property),
9733 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9734 (gst_video_scale_prepare_size), (parse_caps),
9735 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9736 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9737 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9739 * gst/videoscale/gstvideoscale.h:
9740 * gst/videotestsrc/gstvideotestsrc.c:
9741 (gst_video_test_src_pattern_get_type),
9742 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9743 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9744 (gst_video_test_src_set_pattern),
9745 (gst_video_test_src_set_property),
9746 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9747 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9748 (gst_video_test_src_event), (gst_video_test_src_get_times),
9749 (gst_video_test_src_create), (plugin_init):
9750 * gst/videotestsrc/gstvideotestsrc.h:
9751 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9752 (gst_video_test_src_smpte), (gst_video_test_src_snow),
9753 (gst_video_test_src_black):
9754 * gst/videotestsrc/videotestsrc.h:
9756 clean up docs a little
9758 2005-11-30 Wim Taymans <wim@fluendo.com>
9760 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9761 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9762 (gst_basertppayload_event), (gst_basertppayload_push),
9763 (gst_basertppayload_change_state):
9764 * gst-libs/gst/rtp/gstbasertppayload.h:
9767 2005-11-30 Julien MOUTTE <julien@moutte.net>
9769 * docs/libs/gst-plugins-base-libs-docs.sgml:
9770 * docs/libs/gst-plugins-base-libs-sections.txt:
9771 * gst-libs/gst/video/gstvideofilter.c:
9772 * gst-libs/gst/video/gstvideosink.c:
9773 * gst-libs/gst/video/gstvideosink.h: Adding docs.
9775 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9795 * scripts/autoplugins.sh:
9798 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9802 * examples/Makefile.am:
9803 * examples/capsfilter/Makefile.am:
9804 * examples/capsfilter/capsfilter1.c:
9805 * examples/gob/Makefile.am:
9806 * examples/gob/gst-identity2.gob:
9807 * examples/indexing/.cvsignore:
9808 * examples/indexing/Makefile.am:
9809 * examples/indexing/indexmpeg.c:
9810 * examples/seeking/.cvsignore:
9811 * examples/seeking/Makefile.am:
9812 * examples/seeking/cdparanoia.c:
9813 * examples/seeking/cdplayer.c:
9814 * examples/seeking/chained.c:
9815 * examples/seeking/scrubby.c:
9816 * examples/seeking/seek.c:
9817 * examples/stats/Makefile.am:
9818 * examples/stats/mp2ogg.c:
9819 * examples/switch/.cvsignore:
9820 * examples/switch/Makefile.am:
9821 * examples/switch/switcher.c:
9822 * tests/Makefile.am:
9823 * tests/check/generic/.cvsignore:
9824 * tests/check/pipelines/.cvsignore:
9825 * tests/examples/Makefile.am:
9826 * tests/examples/seek/Makefile.am:
9827 reorganize stuff under tests/
9829 2005-11-30 Edward Hervey <edward@fluendo.com>
9831 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9832 Go away you stupid GstStaticPadTemplate memleak.
9834 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9836 * gst-libs/gst/net/Makefile.am:
9837 * gst-libs/gst/net/README:
9838 * gst-libs/gst/net/gstnetbuffer.c:
9839 * gst-libs/gst/net/gstnetbuffer.h:
9840 this was moved to "netbuffer"
9842 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9844 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9845 (gst_video_filter_class_init), (gst_video_filter_init):
9846 * gst-libs/gst/video/gstvideofilter.h:
9847 borgify name to bring in line with other classes
9849 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
9851 * gst/audioscale/.cvsignore:
9852 * gst/audioscale/Makefile.am:
9853 * gst/audioscale/README:
9854 * gst/audioscale/audioscale.vcproj:
9855 * gst/audioscale/dtof.c:
9856 * gst/audioscale/dtos.c:
9857 * gst/audioscale/functable.c:
9858 * gst/audioscale/gstaudioscale.c:
9859 * gst/audioscale/gstaudioscale.h:
9860 * gst/audioscale/private.h:
9861 * gst/audioscale/resample.c:
9862 * gst/audioscale/resample.h:
9863 * gst/audioscale/test.c:
9866 2005-11-30 Edward Hervey <edward@fluendo.com>
9868 * gst-libs/gst/netbuffer/Makefile.am:
9869 really, really tired
9871 2005-11-30 Edward Hervey <edward@fluendo.com>
9873 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9874 Update for new GstTypeFindFactory _register()
9876 2005-11-30 Edward Hervey <edward@fluendo.com>
9878 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
9879 Let's not override libgstnet from core for no reason...
9880 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9881 Ok, maybe not so quick next time.
9883 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
9886 * gst-libs/gst/Makefile.am:
9887 moved gst-libs/gst/net to netbuffer through CVS surgery
9888 remove old directory
9889 updating build to accomodate
9892 2005-11-29 Andy Wingo <wingo@pobox.com>
9894 * pkgconfig/gstreamer-plugins-base.pc.in:
9895 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9896 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9899 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9901 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9902 3rd time's the charm. Correct ref-counting for discarded buffers.
9904 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9906 * gst/playback/gststreamselector.c:
9907 (gst_stream_selector_class_init),
9908 (gst_stream_selector_set_property),
9909 (gst_stream_selector_get_property),
9910 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9913 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
9915 * gst/subparse/gstsubparse.c: (feed_textbuf):
9916 Don't access already unref'ed buffer.
9918 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
9920 * gst/playback/gststreamselector.c:
9921 (gst_stream_selector_class_init), (gst_stream_selector_init),
9922 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9923 (gst_stream_selector_get_property),
9924 (gst_stream_selector_get_linked_pad),
9925 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9926 * gst/playback/gststreamselector.h:
9927 Add the active-pad property for playbin to use shortly. Ignore buffers
9928 from any other pad, returning GST_FLOW_NOT_LINKED
9930 2005-11-29 Julien MOUTTE <julien@moutte.net>
9932 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9933 patch from bug #322704 (Alessandro Decina).
9935 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
9937 * gst-libs/gst/audio/Makefile.am:
9938 folded audiofilter into the audio library
9940 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
9942 * gst/videoscale/gstvideoscale.h:
9943 * gst/videoscale/gstvideoscale.c:
9944 remove unimplemented scale methods
9946 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
9948 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9951 2005-11-28 Julien MOUTTE <julien@moutte.net>
9953 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9954 (gst_ximagesink_setcaps):
9955 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9956 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9957 happens (only visible on ximagesink but bug is in xv too) set_caps was
9958 destroying the internal x[v]image used to memcpy non locally alloced
9959 buffers so that it got renewed on next _chain. The issue is that
9960 _expose will try to put that image as it reffed it in _put.
9961 Using gst_buffer_unref instead of destroy fixes it !
9963 2005-11-28 Edward Hervey <edward@fluendo.com>
9965 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9966 (try_to_link_1), (queue_filled_cb):
9967 Better use of the queues. Start with a small size queue and only increase
9968 the size of the queues when the other queues are empty.
9970 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
9972 * gst-libs/gst/video/Makefile.am:
9973 compile in copied-over videofilter into the video library
9974 * gst-libs/gst/video/videosink.h:
9975 rename the header to gstvideosink.h since it's a base GstObject class
9976 * sys/ximage/ximagesink.h:
9977 * sys/xvimage/xvimagesink.h:
9980 2005-11-28 Wim Taymans <wim@fluendo.com>
9982 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9983 * gst/playback/gstplaybasebin.h:
9984 Prepare to handle errors betters.
9986 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9987 Set sinks to PAUSED first before adding and linking them so that
9988 we don't interrupt dataflow.
9990 2005-11-28 Wim Taymans <wim@fluendo.com>
9992 * gst-libs/gst/audio/TODO:
9995 * gst-libs/gst/audio/gstaudiosink.c:
9996 (gst_audioringbuffer_open_device),
9997 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9998 (gst_audioringbuffer_release):
10001 * gst-libs/gst/audio/gstbaseaudiosink.c:
10002 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10003 (gst_base_audio_sink_change_state):
10004 Slave to the master clock when going to PLAYING and unslave when
10007 * gst-libs/gst/audio/gstringbuffer.c:
10008 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10009 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10010 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10011 (gst_ring_buffer_clear_all), (wait_segment),
10012 (gst_ring_buffer_commit), (gst_ring_buffer_read),
10013 (gst_ring_buffer_advance):
10014 * gst-libs/gst/audio/gstringbuffer.h:
10015 Add some docs and cleanups.
10017 2005-11-28 Julien MOUTTE <julien@moutte.net>
10019 * sys/xvimage/xvimagesink.c:
10020 (gst_xvimagesink_navigation_send_event): Fix navigation events
10021 coordinates translation with pixel aspect ratios.
10023 2005-11-28 Julien MOUTTE <julien@moutte.net>
10025 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10026 Use calculated video geometry from _setcaps instead of buffer
10027 caps to respect pixel aspect ratio. (fixes #322388)
10029 2005-11-28 Julien MOUTTE <julien@moutte.net>
10031 * docs/libs/tmpl/gstcolorbalance.sgml:
10032 * docs/libs/tmpl/gstmixer.sgml:
10033 * docs/libs/tmpl/gstxoverlay.sgml:
10034 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10037 2005-11-28 Julien MOUTTE <julien@moutte.net>
10039 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10040 Refuse to create an XvImage if we can't find the format.
10042 2005-11-28 Edward Hervey <edward@fluendo.com>
10044 * gst-libs/gst/riff/riff-media.c:
10045 (gst_riff_create_audio_template_caps):
10046 Add ATRAC3 to the list of riff-possible audio caps.
10047 I know we still don't have a plugin for atrac3, but it's saner to output
10048 that than a cryptic mimetype.
10050 2005-11-27 Edward Hervey <edward@fluendo.com>
10052 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10053 Don't try to create a zero-sized subbuffer.
10055 2005-11-27 Julien MOUTTE <julien@moutte.net>
10057 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10058 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10059 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10060 (gst_ximagesink_expose): Fixed a tricky race.
10061 * sys/ximage/ximagesink.h:
10062 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10063 (gst_xvimagesink_expose): Fixed a tricky race.
10064 * sys/xvimage/xvimagesink.h:
10066 2005-11-27 Edward Hervey <edward@fluendo.com>
10068 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10069 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10070 Remove unused properties, and add queues between demuxers and decoders
10071 so that a lot more files can preroll properly.
10073 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10075 * gst-libs/gst/net/Makefile.am:
10076 * gst-libs/gst/rtp/Makefile.am:
10077 * gst-libs/gst/tag/Makefile.am:
10078 remove silly include
10079 * gst/tags/Makefile.am:
10080 * gst/tags/gsttagediting.c:
10081 * gst/tags/gsttageditingprivate.h:
10082 * gst/tags/tagedit.vcproj:
10083 remove directory, is as good as empty
10085 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10088 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10089 * gst-libs/Makefile.am:
10090 * gst-libs/gst/audio/Makefile.am:
10091 * gst-libs/gst/interfaces/Makefile.am:
10092 * gst-libs/gst/net/Makefile.am:
10093 * gst-libs/gst/riff/Makefile.am:
10094 * gst-libs/gst/rtp/Makefile.am:
10095 * gst-libs/gst/tag/Makefile.am:
10096 * gst-libs/gst/video/Makefile.am:
10099 2005-11-27 Julien MOUTTE <julien@moutte.net>
10101 * docs/libs/tmpl/gstcolorbalance.sgml:
10102 * docs/libs/tmpl/gstmixer.sgml:
10103 * docs/libs/tmpl/gstxoverlay.sgml:
10104 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10105 * sys/ximage/ximagesink.h:
10106 * sys/xvimage/xvimagesink.h: More and more documentation.
10108 2005-11-26 Julien MOUTTE <julien@moutte.net>
10110 * docs/libs/gst-plugins-base-libs-docs.sgml:
10111 * docs/libs/gst-plugins-base-libs-sections.txt:
10112 * docs/libs/tmpl/gstcolorbalance.sgml:
10113 * docs/libs/tmpl/gstmixer.sgml:
10114 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10117 2005-11-26 Julien MOUTTE <julien@moutte.net>
10119 * docs/plugins/Makefile.am:
10120 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10121 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10122 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10124 2005-11-26 Julien MOUTTE <julien@moutte.net>
10126 * docs/plugins/Makefile.am:
10127 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10128 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10129 * docs/plugins/inspect/plugin-adder.xml:
10130 * docs/plugins/inspect/plugin-alsa.xml:
10131 * docs/plugins/inspect/plugin-audioconvert.xml:
10132 * docs/plugins/inspect/plugin-audiorate.xml:
10133 * docs/plugins/inspect/plugin-audioresample.xml:
10134 * docs/plugins/inspect/plugin-audiotestsrc.xml:
10135 * docs/plugins/inspect/plugin-decodebin.xml:
10136 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10137 * docs/plugins/inspect/plugin-gnomevfs.xml:
10138 * docs/plugins/inspect/plugin-ogg.xml:
10139 * docs/plugins/inspect/plugin-playbin.xml:
10140 * docs/plugins/inspect/plugin-subparse.xml:
10141 * docs/plugins/inspect/plugin-tcp.xml:
10142 * docs/plugins/inspect/plugin-theora.xml:
10143 * docs/plugins/inspect/plugin-typefindfunctions.xml:
10144 * docs/plugins/inspect/plugin-video4linux.xml:
10145 * docs/plugins/inspect/plugin-videorate.xml:
10146 * docs/plugins/inspect/plugin-videoscale.xml:
10147 * docs/plugins/inspect/plugin-videotestsrc.xml:
10148 * docs/plugins/inspect/plugin-volume.xml:
10149 * docs/plugins/inspect/plugin-vorbis.xml:
10150 * docs/plugins/inspect/plugin-ximagesink.xml:
10151 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10152 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10154 2005-11-26 Edward Hervey <edward@fluendo.com>
10156 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10157 Properly return GstFlowReturn from gst_pad_push in chain functions.
10159 2005-11-25 Michael Smith <msmith@fluendo.com>
10161 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10162 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10163 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10164 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10165 Handle various conditions better when we don't understand a stream.
10166 Removes a heap of CRITICALs on ogg streams containing unknown data.
10168 2005-11-24 Andy Wingo <wingo@pobox.com>
10170 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10173 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10175 * configure.ac: back to HEAD
10177 === release 0.9.6 ===
10179 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10182 releasing 0.9.6, "White Eight"
10184 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10186 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10187 * docs/plugins/inspect/plugin-sine.xml:
10188 remove sinesrc some more
10190 2005-11-23 Wim Taymans <wim@fluendo.com>
10192 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10193 If we are reading too slowly, jump forward in the ringbuffer
10194 instead of blocking.
10196 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10198 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10199 (gst_visual_chain):
10200 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10201 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10202 (gst_videorate_chain):
10203 * gst/videotestsrc/gstvideotestsrc.c:
10204 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10205 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10206 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10207 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10208 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10209 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10210 Updates for API changes
10212 2005-11-23 Wim Taymans <wim@fluendo.com>
10214 * gst-libs/gst/audio/gstbaseaudiosink.c:
10215 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10216 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10217 Fix for calibration API change.
10219 2005-11-23 Michael Smith <msmith@fluendo.com>
10221 * gst-libs/gst/audio/multichannel.c:
10222 (gst_audio_get_channel_positions),
10223 (gst_audio_set_channel_positions),
10224 (gst_audio_set_structure_channel_positions_list),
10225 (gst_audio_fixate_channel_positions):
10226 Use gst_value_array_*() functions on value arrays, not
10227 gst_value_list_*().
10229 2005-11-23 Edward Hervey <edward@fluendo.com>
10232 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10235 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10237 * check/Makefile.am:
10238 * check/elements/videotestsrc.c: (setup_videotestsrc),
10239 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10241 add a test for videotestsrc
10243 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10245 * gst/sine/.cvsignore:
10246 * gst/sine/Makefile.am:
10247 * gst/sine/gstsinesrc.c:
10248 * gst/sine/gstsinesrc.h:
10249 * gst/sine/sinesrc.vcproj:
10250 and remove sinesrc from the repository. Closes #321446
10252 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10255 * gst-plugins-base.spec.in:
10256 remove sinesrc from the build
10258 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10260 * check/Makefile.am:
10261 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10262 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10264 add a test for audiotestsrc, testing all waves. Even seems
10265 leak-free at first glance, nice job Stefan
10267 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10283 Translation string updates
10285 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10286 (gst_v4lsrc_set_caps):
10287 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10288 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10289 * sys/v4l/v4lsrc_calls.h:
10290 Improve v4lsrc, by making it work again.
10292 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10294 * ext/libvisual/visual.c: (gst_visual_chain):
10295 Fix the fps calculations.
10297 * gst/ffmpegcolorspace/avcodec.h:
10298 Move structure element for clarity
10300 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10301 * gst-libs/gst/interfaces/tunernorm.h:
10302 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10303 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10304 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10305 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10306 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10307 (gst_v4lmjpegsrc_getcaps):
10308 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10309 (gst_v4lsrc_set_caps):
10310 * sys/v4l/gstv4lsrc.h:
10311 * sys/v4l/v4l_calls.c: (gst_v4l_open):
10312 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10313 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10314 * sys/v4l/v4lsrc_calls.h:
10315 Fractional framerates...
10317 2005-11-22 Wim Taymans <wim@fluendo.com>
10319 * gst-libs/gst/audio/gstbaseaudiosink.c:
10320 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10321 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10322 And we provide a clock by default, of course...
10324 2005-11-22 Wim Taymans <wim@fluendo.com>
10326 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10327 This clock can be slaved to a master clock now.
10329 * gst-libs/gst/audio/gstbaseaudiosink.c:
10330 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10331 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10332 (gst_base_audio_sink_set_clock),
10333 (gst_base_audio_sink_set_property),
10334 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10335 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10336 * gst-libs/gst/audio/gstbaseaudiosink.h:
10337 Handle slaving the internal clock to the clock selected in the
10339 Add property to make the basesink not provide a clock.
10341 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10342 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10343 (gst_base_rtp_depayload_wait):
10344 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10345 We can use the clock in GstElement, no need to store it ourselves.
10347 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10349 * docs/libs/tmpl/gstaudio.sgml:
10351 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10352 (gst_paranoia_endian_get_type):
10353 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10354 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10355 * gst/audiotestsrc/gstaudiotestsrc.c:
10356 (gst_audiostestsrc_wave_get_type):
10357 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10358 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10359 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10360 (gst_sync_method_get_type), (gst_unit_type_get_type),
10361 (gst_client_status_get_type), (gst_multifdsink_class_init),
10362 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10363 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10364 (gst_multifdsink_get_property):
10365 * gst/tcp/gstmultifdsink.h:
10366 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10367 * gst/videotestsrc/gstvideotestsrc.c:
10368 (gst_videotestsrc_pattern_get_type):
10369 remove deprecated properties
10370 fix up enums to correctly have short lowercase dashed nicks
10372 2005-11-22 Michael Smith <msmith@fluendo.com>
10374 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10375 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10378 2005-11-22 Michael Smith <msmith@fluendo.com>
10380 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10381 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10382 Use utility method for scaling clocktime for fractional framerates.
10384 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
10386 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10387 (gst_visual_chain):
10388 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10389 * ext/theora/theoradec.c: (theora_handle_type_packet):
10390 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10391 (theora_enc_chain):
10392 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10393 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10394 * gst-libs/gst/video/video.h:
10395 * gst/ffmpegcolorspace/avcodec.h:
10396 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10397 (gst_ffmpeg_caps_to_pixfmt):
10398 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10399 (gst_ffmpegcsp_set_caps):
10400 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10401 (gst_videorate_setcaps), (gst_videorate_blank_data),
10402 (gst_videorate_chain):
10403 * gst/videotestsrc/gstvideotestsrc.c:
10404 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10405 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10406 (gst_videotestsrc_event), (gst_videotestsrc_create):
10407 * gst/videotestsrc/gstvideotestsrc.h:
10408 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10409 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10410 (gst_ximagesink_get_times), (gst_ximagesink_init):
10411 * sys/ximage/ximagesink.h:
10412 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10413 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10414 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10415 * sys/xvimage/xvimagesink.h:
10416 Convert elements to use fractions for their framerate.
10417 V4L elements to come later tonight.
10419 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10421 * gst-libs/gst/audio/audio.c:
10422 * gst-libs/gst/audio/audio.h:
10423 remove some deprecated functions
10425 2005-11-22 Andy Wingo <wingo@pobox.com>
10427 * Update for gst_tag_setter API changes.
10429 2005-11-22 Andy Wingo <wingo@pobox.com>
10431 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10432 (gst_ogg_demux_perform_seek):
10433 * ext/theora/theoradec.c (theora_dec_sink_event):
10434 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10437 2005-11-22 Wim Taymans <wim@fluendo.com>
10439 * examples/seeking/seek.c: (main):
10440 Give higher priority to bus signals than the gtk events
10441 to fix a race condition in the segment looping.
10443 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10445 * ext/theora/Makefile.am:
10446 * ext/vorbis/Makefile.am:
10447 * gst-libs/gst/tag/Makefile.am:
10448 * gst-plugins-base.spec.in:
10449 Rename libgsttagedit to libgsttag (#322117).
10451 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10453 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10454 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10455 Call gst_x_overlay_prepare_xwindow_id() to give applications
10456 a final chance to set their own xwindow id before the video
10457 sink creates its own window.
10459 2005-11-22 Julien MOUTTE <julien@moutte.net>
10461 * sys/xvimage/xvimagesink.c:
10462 (gst_xvimagesink_navigation_send_event): Handle navigation
10463 events correcly with borders if applicable.
10465 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10467 Patch by: Luca Ognibene
10469 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10470 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10471 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10472 (gst_ffmpegcsp_caps_remove_format_info):
10473 * gst/ffmpegcolorspace/imgconvert.c:
10474 * gst/ffmpegcolorspace/imgconvert_template.h:
10475 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10476 #318353); use gst_structure_has_name().
10478 2005-11-22 Julien MOUTTE <julien@moutte.net>
10480 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10481 (gst_ximagesink_class_init): Add debug macros on functions.
10482 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10483 (gst_xvimagesink_xwindow_draw_borders),
10484 (gst_xvimagesink_xvimage_put),
10485 (gst_xvimagesink_xwindow_update_geometry),
10486 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10487 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10488 (gst_xvimagesink_xcontext_clear),
10489 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10490 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10491 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10492 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10493 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10494 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10495 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10496 expose while being PAUSED, out of data flow navigation events, etc..
10498 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10500 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10501 * gst-libs/gst/audio/audio.h:
10502 fix prototype - wondering why the test worked regardless
10504 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
10506 * check/Makefile.am:
10507 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10508 * gst-libs/gst/audio/audio.h:
10509 add a method that returns a proper GstClockTime
10511 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10513 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10514 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10515 * gst-libs/gst/interfaces/xoverlay.h:
10516 Remove everything having to do with the desired size; add
10517 gst_x_overlay_prepare_xwindow_id() function; remove the
10518 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10519 post a message on the bus instead (#321816).
10521 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10522 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10523 (gst_xvimagesink_xoverlay_init):
10524 Remove desired size stuff (#321816).
10526 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10528 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10529 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10530 (mpeg_video_type_find), (mpeg_video_stream_type_find):
10531 Terminate vararg functions with NULL instead of 0 to
10534 2005-11-21 Andy Wingo <wingo@pobox.com>
10536 patch by: Sebastien Cote <sebas642@yahoo.ca>
10538 * gst-libs/gst/rtp/gstrtpbuffer.h:
10539 * gst-libs/gst/rtp/gstrtpbuffer.c
10540 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10542 2005-11-21 Andy Wingo <wingo@pobox.com>
10544 * gst/playback/gstplaybin.c (gen_audio_element)
10545 (gen_video_element): Use the new MISSING_PLUGIN core error
10546 category. Closes #320060.
10548 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
10549 * gst/videorate/gstvideorate.c (gst_videorate_event):
10550 * ext/theora/theoradec.c (theora_dec_sink_event):
10551 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10554 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10555 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10556 stream lock changes.
10558 2005-11-21 Wim Taymans <wim@fluendo.com>
10560 * gst-libs/gst/audio/gstbaseaudiosink.c:
10561 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10562 (gst_base_audio_sink_provide_clock),
10563 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10564 (gst_base_audio_sink_change_state):
10565 * gst/audioresample/gstaudioresample.c:
10566 Segment update fix.
10568 2005-11-21 Andy Wingo <wingo@pobox.com>
10571 * *.c: Ran scripts/update-macros. Oh yes.
10573 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10575 * sys/ximage/Makefile.am:
10576 * sys/ximage/ximage.c:
10577 Rename ximage plugin to ximagesink (#321426) (Don't forget to
10578 remove your old libgstximage.* manually if necessary).
10580 2005-11-21 Michael Smith <msmith@fluendo.com>
10582 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10583 Minimal fix for bug #320200: set the min/max bitrate in the correct
10584 units. A better fix would be to upgrade to the RATEMANAGE2
10585 interface, rather than using the deprecated interface used here, but
10586 that would require an update in our libvorbis dependency (to 1.1),
10587 which is probably undesirable.
10589 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
10591 * ext/libvisual/visual.c: (get_buffer):
10592 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10593 (gst_base_audio_src_fixate):
10594 * gst/audioconvert/gstaudioconvert.c:
10595 (gst_audio_convert_fixate_caps):
10596 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10597 * gst/audiotestsrc/gstaudiotestsrc.c:
10598 (gst_audiotestsrc_src_fixate):
10599 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10600 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10601 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10602 * gst/videotestsrc/gstvideotestsrc.c:
10603 (gst_videotestsrc_src_fixate):
10604 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10605 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10606 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10610 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10612 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10613 (gst_riff_create_iavs_caps):
10614 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10615 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10616 (gst_riff_parse_info):
10617 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10618 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10619 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10620 Fixes for GST_FOURCC_FORMAT API change.
10622 2005-11-21 Andy Wingo <wingo@pobox.com>
10624 patch by: Alessandro Dessina <alessandro nnva org>
10626 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10627 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10628 (gst_ogg_parse_chain):
10629 * ext/theora/theoraenc.c (theora_set_header_on_caps):
10630 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10631 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10632 gst_value_list calls on arrays. Fixes #321962.
10634 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
10636 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10637 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10638 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10639 * gst/adder/gstadder.c: (gst_adder_init),
10640 (gst_adder_request_new_pad), (gst_adder_collected),
10641 (gst_adder_change_state):
10642 Update for gst_collectpads_foo() to gst_collect_pads_foo()
10645 2005-11-21 Michael Smith <msmith@fluendo.com>
10647 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10648 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10649 Properly handle pad_push return values.
10651 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
10653 * gst-libs/gst/tag/Makefile.am:
10654 * gst-libs/gst/tag/gstvorbistag.c:
10655 (gst_tag_list_to_vorbiscomment_buffer):
10656 Remove obsolete vorbistag element and debug category.
10658 * gst/playback/gstplaybasebin.c: (check_queue):
10659 Don't divide by 0 when queue-threshold is 0.
10661 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10662 Don't modify an existing pixel-aspect-ratio if we fail to read
10665 2005-11-20 Wim Taymans <wim@fluendo.com>
10667 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10668 (gst_vorbisenc_push_packet):
10669 GST_PAD_IS_USABLE is gone, use the return value of
10670 the push or pad_alloc_buffer instead.
10672 2005-11-18 Julien MOUTTE <julien@moutte.net>
10674 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10675 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10676 (gst_ximagesink_ximage_destroy),
10677 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10678 (gst_ximagesink_xwindow_new),
10679 (gst_ximagesink_xwindow_update_geometry),
10680 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10681 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10682 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10683 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10684 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10685 (gst_ximagesink_navigation_send_event),
10686 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10687 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10688 (gst_ximagesink_finalize), (gst_ximagesink_init),
10689 (gst_ximagesink_class_init):
10690 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10691 This new version brings correct software scaling, non flickering
10692 window while resizing, pixel aspect ratio handling, usage of
10693 hardware buffer pools, out of data flow event thread for
10694 navigation and handling of expose events even when being PAUSED,
10695 a new property to keep video aspect ratio when resizing, etc...
10697 2005-11-18 Julien MOUTTE <julien@moutte.net>
10699 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10700 (gst_videoscale_fixate_caps): Introduce back caps fixate with
10703 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
10705 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
10706 Unsetting IS_SINK flag from the fakesink, so decodebin
10707 never behaves as a sink.
10709 2005-11-17 Wim Taymans <wim@fluendo.com>
10711 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10712 (gst_base_audio_src_change_state):
10713 Fix the audiosrc base class again, we did not unflush.
10715 2005-11-17 Julien MOUTTE <julien@moutte.net>
10717 * examples/seeking/seek.c: (make_dv_pipeline),
10718 (make_vorbis_theora_pipeline), (make_avi_pipeline),
10719 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10720 to ogg/vorbis/theora pipeline.
10722 2005-11-17 Wim Taymans <wim@fluendo.com>
10724 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10725 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10726 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10727 Fix EOS on multiple streams.
10730 2005-11-16 Wim Taymans <wim@fluendo.com>
10732 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10733 (gst_ogg_demux_perform_seek):
10734 Segment done must include stream time.
10736 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10737 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10738 (gst_ogg_mux_change_state):
10739 Fix ogg muxer again.
10741 2005-11-16 Wim Taymans <wim@fluendo.com>
10743 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10746 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10748 * ext/libvisual/visual.c: (gst_visual_init):
10749 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10750 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10751 (gst_ogg_parse_chain):
10752 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10753 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10754 * ext/theora/theoradec.c: (gst_theora_dec_init):
10755 * ext/theora/theoraenc.c: (gst_theora_enc_init):
10756 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10757 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10758 * gst/adder/gstadder.c: (gst_adder_class_init),
10759 (gst_adder_dispose):
10760 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10761 * gst/subparse/gstsubparse.c: (gst_subparse_init):
10762 * gst/videorate/gstvideorate.c: (gst_videorate_init):
10763 Fix a whole set of pad template leaks
10765 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10767 * check/generic/states.c: (GST_START_TEST):
10768 fix the test so that it only checks for elements that are part of
10771 2005-11-16 Michael Smith <msmith@fluendo.com>
10773 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10774 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10775 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10776 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10777 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10778 (gst_ogg_mux_change_state):
10779 Fix leaking collectpads.
10781 2005-11-16 Edward Hervey <edward@fluendo.com>
10783 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10784 (gst_videorate_event), (gst_videorate_chain):
10785 Handle segment seeks
10787 2005-11-16 Wim Taymans <wim@fluendo.com>
10789 * gst-libs/gst/audio/gstbaseaudiosink.c:
10790 (gst_base_audio_sink_provide_clock),
10791 (gst_base_audio_sink_change_state):
10792 Set ringbuffer to non-flushing when going to PAUSED, set to
10793 flushing again when going to READY.
10795 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10796 (gst_ring_buffer_stop):
10797 Start in flushing mode by default.
10798 Don't set flushing in the _stop method, let the app call
10801 2005-11-16 Julien MOUTTE <julien@moutte.net>
10803 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10804 * gst-libs/gst/video/videosink.h: Add helper function needed
10807 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
10809 * gst/videoscale/gstvideoscale.c:
10810 (gst_videoscale_handle_src_event):
10811 Don't leak reference to pad parent.
10813 2005-11-16 Wim Taymans <wim@fluendo.com>
10815 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10816 Set ringbuffer to flushing when stopping so that we don't
10817 block on wait_segment anymore and livelock.
10819 2005-11-16 Wim Taymans <wim@fluendo.com>
10821 * examples/seeking/seek.c: (send_event), (do_seek),
10822 (loop_toggle_cb), (segment_done), (main):
10823 Added looping checkbox.
10825 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
10827 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10828 (gst_ogg_demux_init):
10829 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10830 (gst_vorbis_dec_init):
10831 revert unrefs, they don't pass make check
10833 2005-11-15 Johan Dahlin <johan@gnome.org>
10835 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10836 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10837 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10838 (gst_vorbis_dec_init):
10839 Fix pad template leaks.
10841 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
10843 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10844 Make state change function thread safe.
10846 2005-11-15 Edward Hervey <edward@fluendo.com>
10848 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10849 (gst_ogg_demux_class_init):
10850 Implement GstElement::send_event, so we can send seek events
10853 2005-11-14 Julien MOUTTE <julien@moutte.net>
10855 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10856 Discovered how to take away flickering while resizing the
10857 window. Please don't put that in ximagesink, refactoring in
10860 2005-11-14 Michael Smith <msmith@fluendo.com>
10862 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10863 (gst_multifdsink_render):
10864 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10866 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
10868 * gst/playback/gstplaybin.c: (gen_audio_element):
10869 Use autoaudiosink, it tends to be more widely available than
10872 2005-11-14 Andy Wingo <wingo@pobox.com>
10874 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10875 as well if it is available. Fixes #316442.
10877 2005-11-14 Michael Smith <msmith@fluendo.com>
10879 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10880 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10881 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10882 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10883 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10884 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10885 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10886 (gst_vorbisenc_change_state):
10887 Fix a small memory leak in vorbisenc.
10888 Fix large memory leaks in oggmux, also fix lots of state change
10891 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
10893 * gst/videotestsrc/gstvideotestsrc.c:
10894 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10895 (gst_videotestsrc_src_fixate):
10896 move fixation to a fixate function
10897 remove negotiate function, basesrc's is good enough
10898 fixes a bug for check when using the element alone
10900 2005-11-13 Edward Hervey <edward@fluendo.com>
10902 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10903 (key_toggle_cb), (main):
10904 Added checkboxes for adding/removing the accurate and key_unit seek
10907 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
10909 * configure.ac: back to HEAD
10911 === release 0.9.5 ===
10913 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
10916 releasing 0.9.5, "No No Kia"
10918 2005-11-11 Edward Hervey <edward@fluendo.com>
10920 * examples/seeking/seek.c: (make_parselaunch_pipeline):
10921 Added parse-launch syntax seeking mode for the seeking example.
10922 This should help stress-test even more cases.
10923 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10925 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
10927 * sys/xvimage/xvimagesink.c:
10928 (gst_xvimagesink_navigation_send_event):
10929 Check whether peer pad exists before sending navigation events
10932 2005-11-11 Michael Smith <msmith@fluendo.com>
10934 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10935 (gst_vorbisenc_buffer_from_packet):
10936 * ext/vorbis/vorbisenc.h:
10937 Set duration on encoded buffers. This allows oggmux's
10938 max_page_delay parameter to actually work.
10940 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
10942 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10943 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10944 (gst_ffmpegcsp_avpicture_fill):
10945 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10946 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10947 Make palettes work again (see #132341). Use our own macros
10950 2005-11-10 Andy Wingo <wingo@pobox.com>
10952 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10955 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
10957 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10958 (gst_ffmpegcsp_transform_caps):
10959 Prefer passthrough in transform_caps
10961 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
10963 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10964 check for ALSA errors properly, instead of relying on ALSA's
10965 error strings to serve to the user.
10967 2005-11-10 Wim Taymans <wim@fluendo.com>
10969 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10970 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10971 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10972 Modernise the seek code.
10974 2005-11-10 Michael Smith <msmith@fluendo.com>
10976 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10977 (setup_substreams), (set_active_source):
10978 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10979 trying to go to NULL if we failed to read a file.
10981 2005-11-10 Wim Taymans <wim@fluendo.com>
10983 * gst/audiotestsrc/gstaudiotestsrc.c:
10984 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10985 (gst_audiotestsrc_create):
10986 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10987 (gst_sinesrc_get_times), (gst_sinesrc_create):
10988 * gst/videotestsrc/gstvideotestsrc.c:
10989 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10990 (gst_videotestsrc_create):
10991 The base class can now sync for us.
10993 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
10995 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10996 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10997 name=source autoprobe=false autoprobe-fps=false copy-mode=1
10998 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10999 format=(fourcc)I420" ! xvimagesink
11001 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
11003 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11004 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11005 (gst_sinesrc_newsegment):
11006 Send newsegment event in TIME format, set duration if
11007 num-buffers is set, fix duration querying.
11009 2005-11-10 Michael Smith <msmith@fluendo.com>
11011 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11012 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11013 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11014 (gst_ogg_mux_collected):
11015 Fix EOS handling, partially. Now forwarding an EOS event once we have
11016 EOS on all pads works correctly. However, we still don't properly set
11017 EOS on the actual ogg stream pages.
11019 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
11021 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11022 Set elements to NULL state before disposing of them.
11024 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
11026 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11028 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11029 (gst_base_rtp_depayload_init),
11030 (gst_base_rtp_depayload_set_gst_timestamp):
11031 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11032 We need to send a newsegment event for each instance, not
11033 just for the first instance of this class (get rid of
11034 static variable in function). (#321011).
11036 2005-11-08 Michael Smith <msmith@fluendo.com>
11038 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11039 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11040 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11041 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11042 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11043 This makes us mux things correctly according to the ogg muxing
11044 rules. Still not handling EOS correctly right now, though.
11046 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11048 * gst/audioconvert/gstaudioconvert.c:
11051 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11053 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11054 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11055 Initialise segment_stop to GST_CLOCK_TIME_NONE when
11056 creating a new chain; should fix live streaming. Also
11057 add more debug output and fix a typo.
11059 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
11061 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11063 * gst/volume/gstvolume.c: (volume_set_caps):
11064 Fix compilation on Solaris with Forte. (#320923)
11066 2005-11-08 Wim Taymans <wim@fluendo.com>
11068 * gst-libs/gst/audio/gstbaseaudiosink.c:
11069 (gst_base_audio_sink_render):
11070 No need to do a typecheck.
11072 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
11074 * ext/alsa/gstalsa.h:
11075 We register a debug category, so let's use it.
11077 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11079 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11080 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11081 Fixed a small problem.
11083 2005-11-04 Wim Taymans <wim@fluendo.com>
11085 * examples/seeking/Makefile.am:
11086 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11087 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11088 (make_playerbin_pipeline), (format_value), (update_scale),
11089 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11090 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11091 (print_usage), (main):
11092 Added app for playback speed testing.
11094 * examples/seeking/seek.c: (dynamic_link),
11095 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11096 (make_mpeg_pipeline), (do_seek), (set_update_scale),
11097 (message_received), (main):
11098 Updated seek example.
11100 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11102 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11103 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11104 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11105 (gst_base_rtp_depayload_set_clock):
11106 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11107 Don't sleep on the bench (system clock) when you have a nice
11108 comfortable bed (Gstreamer clock) to sleep on.
11110 2005-11-03 Wim Taymans <wim@fluendo.com>
11112 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11113 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11114 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11115 Handle the case where a pad_block failed.
11117 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
11119 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11121 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11122 (gst_base_rtp_depayload_add_to_queue),
11123 (gst_base_rtp_depayload_push),
11124 (gst_base_rtp_depayload_set_gst_timestamp),
11125 (gst_base_rtp_depayload_queue_release):
11126 Fixes some bugs in the depayloader's queuing/de-queueing code.
11128 2005-10-31 Michael Smith <msmith@fluendo.com>
11130 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11131 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11132 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11133 Patch from Alessandro Decina <alessandro@nnva.org>.
11134 Make oggdemux only find the final time in a chain, not per-pad,
11135 since the per-pad information can be very expensive to locate, and
11136 it isn't used anywhere. This makes reading a file containing
11137 OggSkeleton reasonably fast.
11138 Also, make chain finding work when there are logical bitstreams that
11139 can't be decoded. Fixes #319110.
11141 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11143 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11144 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11145 (gst_base_rtp_depayload_chain),
11146 (gst_base_rtp_depayload_add_to_queue),
11147 (gst_base_rtp_depayload_push),
11148 (gst_base_rtp_depayload_set_gst_timestamp),
11149 (gst_base_rtp_depayload_queue_release),
11150 (gst_base_rtp_depayload_start_thread),
11151 (gst_base_rtp_depayload_set_property),
11152 (gst_base_rtp_depayload_get_property):
11153 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11154 Some random fixes, to fullfill the desires of thomas.
11156 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11158 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11159 (gst_base_rtp_depayload_add_to_queue),
11160 (gst_base_rtp_depayload_push):
11161 Fixed the queueing algorithm.
11163 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11165 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11166 (gst_base_rtp_depayload_push):
11169 2005-10-31 Wim Taymans <wim@fluendo.com>
11171 * gst-libs/gst/audio/gstringbuffer.h:
11174 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11175 (gst_ffmpeg_caps_to_pixfmt):
11176 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11177 (gst_ffmpegcsp_set_caps):
11178 Some more comments.
11179 Handle missing required caps fields better.
11181 2005-10-31 Wim Taymans <wim@fluendo.com>
11183 * gst-libs/gst/audio/gstbaseaudiosink.c:
11184 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11185 (gst_base_audio_sink_render):
11186 * gst-libs/gst/audio/gstringbuffer.c:
11187 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11188 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11189 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11190 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11191 (gst_ring_buffer_read):
11192 * gst-libs/gst/audio/gstringbuffer.h:
11193 Add flushing mode to the ringbuffer so that it in all cases does
11194 not try to handle more audio. This makes sure it does not try to
11195 block anymore when flushing and fixes a livelock.
11197 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
11199 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11200 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11201 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11202 Explicitly check for -1 values before doing a conversion
11203 and always map them to -1. (#315545)
11205 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
11207 * gst/playback/gstplaybin.c: (gen_video_element):
11208 first try autovideosink, then xvimagesink, then error out
11210 add translatable file
11225 update translations
11227 2005-10-27 Philippe Khalaf <burger at speedy dot org>
11229 * gst-libs/gst/rtp/gstbasedepayload.c:
11230 * gst-libs/gst/rtp/gstbasedepayload.h:
11233 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
11235 * gst/playback/.cvsignore:
11236 * gst/playback/decodetest.c:
11237 * gst/playback/test3.c:
11238 Port these two tests as well.
11240 2005-10-27 Wim Taymans <wim@fluendo.com>
11242 * ext/theora/theoradec.c: (theora_dec_src_query),
11243 (theora_dec_sink_event):
11244 * ext/theora/theoraenc.c: (theora_enc_sink_event),
11245 (theora_enc_change_state):
11246 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11247 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11248 Take proper locks when handling events.
11250 2005-10-27 Wim Taymans <wim@fluendo.com>
11252 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11253 (gst_adder_change_state):
11254 Fix timestamps and fix deadlock when stopping the collectpads.
11256 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
11258 * gst-libs/gst/rtp/gstrtpbuffer.h:
11259 Declaring the payload types as strings too so that they can be used
11260 in the padtemplate inialization.
11262 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
11264 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11266 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11267 (gst_base_rtp_depayload_class_init):
11268 Fixes a small but nasty bug. The derived elements no longer segfaults
11271 2005-10-26 Michael Smith <msmith@fluendo.com>
11273 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11274 When clearing an audioconvert context, set tmpbufsize to zero, so
11275 we'll allocate it again later if required.
11276 This fixes audioconvert re-negotiating formats, which previously
11277 segfaulted with a NULL destination buffer.
11279 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11281 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11282 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11283 (gst_base_rtp_depayload_set_gst_timestamp),
11284 (gst_base_rtp_depayload_queue_release):
11285 Fixed a smalll memleak.
11287 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11288 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11289 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11290 (gst_base_rtp_depayload_finalize),
11291 (gst_base_rtp_depayload_setcaps),
11292 (gst_base_rtp_depayload_add_to_queue),
11293 (gst_base_rtp_depayload_push),
11294 (gst_base_rtp_depayload_set_gst_timestamp),
11295 (gst_base_rtp_depayload_queue_release),
11296 (gst_base_rtp_depayload_thread),
11297 (gst_base_rtp_depayload_change_state):
11298 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11299 Changed the C++ comments to C comments
11301 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
11303 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11304 * gst/tcp/gsttcpclientsrc.h:
11305 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11306 * gst/tcp/gsttcpserversrc.h:
11307 Remove unused 'curoffset' structure member.
11309 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
11311 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11312 (gst_base_rtp_depayload_base_init),
11313 (gst_base_rtp_depayload_finalize):
11314 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11315 * gst-libs/gst/rtp/gstbasertppayload.h:
11316 The pad-template on the sinkpad should be set by the derived classes.
11317 Also added some useful macros.
11319 2005-10-24 Wim Taymans <wim@fluendo.com>
11321 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11322 Correctly flush decoder samples even if we could not
11323 copy them to an output buffer. Fixes #319618.
11325 2005-10-24 Julien MOUTTE <julien@moutte.net>
11327 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11328 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11329 the caps against our xcontext caps.
11331 2005-10-24 Wim Taymans <wim@fluendo.com>
11333 * gst-libs/gst/audio/gstbaseaudiosink.c:
11334 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11336 Use sync property from baseclass to disable sync.
11338 2005-10-24 Wim Taymans <wim@fluendo.com>
11340 * gst-libs/gst/audio/gstbaseaudiosink.c:
11341 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11342 Buffers with no timestamps get aligned with previous buffers or
11343 on underrun, played ASAP.
11345 2005-10-24 Julien MOUTTE <julien@moutte.net>
11347 * gst-libs/gst/video/video.h:
11348 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11349 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11350 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11351 here comes my change on caps for framerate and geometry range.
11352 We are now accepting 1 to MAXINT for width and height, and from
11353 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11354 to be blended correctly in videomixer.
11356 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
11361 === release 0.9.4 ===
11363 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11368 releasing 0.9.4, "Velociraptor"
11370 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11372 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11376 2005-10-21 Wim Taymans <wim@fluendo.com>
11378 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11379 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11380 (pad_blocked), (close_pad_link), (new_pad):
11381 Don't try to remove elements twice.
11383 2005-10-21 Wim Taymans <wim@fluendo.com>
11385 * ext/theora/theoradec.c: (theora_dec_src_query),
11386 (theora_dec_sink_event):
11387 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11388 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11389 (vorbis_handle_data_packet):
11390 * ext/vorbis/vorbisdec.h:
11393 * gst-libs/gst/audio/gstbaseaudiosink.c:
11394 (gst_base_audio_sink_render):
11395 Don't try to sync on buffers without a timestamp.
11397 2005-10-21 Wim Taymans <wim@fluendo.com>
11399 * ext/theora/theoradec.c: (theora_dec_src_query),
11400 (theora_dec_sink_event):
11401 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11402 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11403 (vorbis_handle_data_packet):
11404 * ext/vorbis/vorbisdec.h:
11407 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11409 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11410 (gst_vorbisenc_src_query):
11411 Implement position and duration queries.
11413 * gst/playback/test3.c: (update_scale), (main):
11414 Fix for async state changes and print nicer output.
11416 2005-10-20 Wim Taymans <wim@fluendo.com>
11418 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11419 (dump_element_stats), (main):
11420 * gst/playback/test6.c: (main):
11423 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11425 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11426 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11427 Don't use functions for position queries when handling
11430 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11432 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11433 (vorbis_handle_data_packet), (vorbis_dec_chain),
11434 (vorbis_dec_change_state):
11435 * ext/vorbis/vorbisdec.h:
11436 Vorbis streams can be embedded in other container formats
11437 than ogg, container formats where the demuxer might set
11438 timestamps on encoded vorbis buffers instead of those silly
11439 granulepos thingies. In short: make vorbisdec handle
11440 timestamps on incoming buffers as well.
11442 2005-10-20 Wim Taymans <wim@fluendo.com>
11444 * gst/playback/gstplaybasebin.c: (group_destroy),
11445 (gst_play_base_bin_change_state):
11447 Handle case where playbasebin is now ASYNC because
11450 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11452 * gst/audioconvert/Makefile.am:
11453 * gst/audioconvert/bufferframesconvert.c:
11454 * gst/audioconvert/plugin.c: (plugin_init):
11455 * gst/audioconvert/plugin.h:
11456 And bye bye buffer-frames-convert
11458 2005-10-19 Wim Taymans <wim@fluendo.com>
11460 * check/elements/audioconvert.c:
11461 * docs/libs/tmpl/gstaudio.sgml:
11462 * docs/libs/tmpl/gstcolorbalance.sgml:
11463 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11464 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11465 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11466 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11467 * gst-libs/gst/audio/audio.h:
11468 * gst/audioconvert/audioconvert.h:
11469 * gst/audioconvert/gstaudioconvert.c:
11470 (gst_audio_convert_parse_caps):
11471 * gst/volume/gstvolume.c:
11472 Bye bye buffer-frames.
11474 2005-10-19 Wim Taymans <wim@fluendo.com>
11476 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11477 (query_positions_elems), (query_positions_pads), (update_scale),
11478 (do_seek), (set_update_scale), (message_received), (main):
11479 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11480 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11481 (gst_ogg_demux_loop):
11482 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11483 * ext/theora/theoradec.c: (theora_dec_src_query),
11484 (theora_dec_sink_event):
11485 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11486 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11487 * gst/adder/gstadder.c: (gst_adder_query):
11488 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11489 * gst/playback/test3.c: (update_scale):
11490 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11491 (dump_element_stats), (main):
11492 * gst/playback/test6.c: (main):
11493 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11496 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11498 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11499 (xml_check_first_element), (xml_type_find), (smil_type_find),
11501 Add typefinding for SMIL and for generic XML. Based on patch by
11502 Akos Maroy (#308663).
11504 2005-10-18 Wim Taymans <wim@fluendo.com>
11506 * gst/playback/Makefile.am:
11507 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11508 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11509 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11510 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11511 (gst_decode_bin_change_state):
11512 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11513 (gst_play_bin_send_event_to_sink):
11514 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11515 (dump_element_stats), (main):
11516 * gst/playback/test6.c: (main):
11517 Make playbin async, it'll commit state to paused when all streams
11520 Added test6.c to show async behaviour.
11522 2005-10-18 Wim Taymans <wim@fluendo.com>
11524 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11525 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11526 Fix for segment-start/stop API change.
11528 2005-10-18 Wim Taymans <wim@fluendo.com>
11530 * check/Makefile.am:
11531 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11533 Add future test for clock selection.
11535 2005-10-18 Wim Taymans <wim@fluendo.com>
11537 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11538 (gst_alsasink_close):
11539 Set handle to NULL.
11541 * gst-libs/gst/audio/gstringbuffer.c:
11542 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11543 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11544 (gst_ring_buffer_start), (gst_ring_buffer_pause),
11545 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11546 (gst_ring_buffer_read):
11549 2005-10-17 Stefan Kost <ensonic@users.sf.net>
11551 * gst/audiotestsrc/Makefile.am:
11552 * gst/sine/Makefile.am:
11553 * gst/volume/Makefile.am:
11554 fix broken build of controllerized plugins
11556 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11558 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11560 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11561 (gst_riff_create_video_template_caps):
11562 Add support for Indeo-3 (IV32).
11564 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11569 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11571 * gst-libs/gst/video/video.c: (gst_video_get_size):
11572 * gst/audiotestsrc/gstaudiotestsrc.c:
11575 2005-10-17 Andy Wingo <wingo@pobox.com>
11577 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11578 with the collectpads change.
11579 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11581 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11583 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11585 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11586 alloc_buffer flow return to callers.
11587 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11588 change. Fix some memleaks in theoraenc.
11590 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11591 in strange circumstance.
11593 2005-10-17 Julien MOUTTE <julien@moutte.net>
11595 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11596 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11597 from caps, let's use the caps...
11599 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
11602 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11604 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11606 * gst-libs/gst/interfaces/Makefile.am:
11609 2005-10-16 Andy Wingo <wingo@pobox.com>
11611 * gst/playback/gstdecodebin.c
11612 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11614 (try_to_link_1): Increase kraziness level.
11616 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
11619 restructure like the core one
11620 * gst-libs/gst/audio/Makefile.am:
11621 * gst-libs/gst/interfaces/Makefile.am:
11622 * gst-libs/gst/net/Makefile.am:
11623 * gst-libs/gst/riff/Makefile.am:
11624 * gst-libs/gst/rtp/Makefile.am:
11625 * gst-libs/gst/tag/Makefile.am:
11626 * gst-libs/gst/video/Makefile.am:
11627 use correct linker flags, now the libs are properly versioned
11628 * check/elements/audioconvert.c: (verify_convert):
11629 * ext/alsa/gstalsaplugin.c:
11630 * ext/cdparanoia/gstcdparanoia.c:
11631 * ext/gnomevfs/gstgnomevfs.c:
11632 * ext/libvisual/visual.c:
11633 * ext/ogg/gstogg.c:
11634 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11635 * ext/theora/theora.c:
11636 * ext/vorbis/vorbis.c:
11637 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11638 * gst-libs/gst/tag/gsttagediting.c:
11639 * gst-libs/gst/video/video.c:
11640 * gst/adder/gstadder.c:
11641 * gst/audioconvert/plugin.c:
11642 * gst/audiorate/gstaudiorate.c:
11643 * gst/audioresample/gstaudioresample.c:
11644 * gst/audioresample/resample_ref.c: (resample_scale_ref):
11645 * gst/audioscale/gstaudioscale.c:
11646 * gst/audioscale/resample.c:
11647 * gst/audiotestsrc/gstaudiotestsrc.c:
11648 * gst/ffmpegcolorspace/gstffmpeg.c:
11649 * gst/playback/gstdecodebin.c: (close_pad_link):
11650 * gst/playback/gstplaybin.c: (gen_video_element),
11651 (gen_audio_element):
11652 * gst/sine/gstsinesrc.c:
11653 * gst/subparse/gstsubparse.c:
11654 * gst/tags/gsttagediting.c:
11655 * gst/tcp/gsttcpplugin.c:
11656 * gst/typefind/gsttypefindfunctions.c:
11657 * gst/videorate/gstvideorate.c:
11658 * gst/videoscale/gstvideoscale.c:
11659 * gst/videotestsrc/gstvideotestsrc.c:
11660 * gst/volume/gstvolume.c:
11661 * sys/v4l/gstv4l.c:
11662 * sys/ximage/ximage.c:
11663 * sys/xvimage/xvimagesink.c:
11666 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
11668 * ext/vorbis/vorbisenc.c:
11669 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11670 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11671 (gst_tag_to_vorbis_comments):
11672 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11674 2005-10-13 Stefan Kost <ensonic@users.sf.net>
11676 * examples/stats/mp2ogg.c:
11677 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11680 2005-10-13 Michael Smith <msmith@fluendo.com>
11682 * ext/ogg/gstoggmux.c:
11683 Use magic glib macros to define constants as 64 bit, to ensure
11684 appropriate vararg passing.
11686 2005-10-13 Michael Smith <msmith@fluendo.com>
11688 * ext/ogg/gstoggmux.c:
11689 * gst/audioconvert/audioconvert.c: (float):
11690 Don't use LL suffix, as it's not portable, and neither of these
11691 uses required it anyway.
11693 2005-10-12 Stefan Kost <ensonic@users.sf.net>
11695 * examples/indexing/indexmpeg.c: (main):
11696 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11697 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11698 (cdparanoia_convert), (cdparanoia_query):
11699 * ext/cdparanoia/gstcdparanoia.h:
11700 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11701 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11702 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11703 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11704 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11705 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11706 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11707 (gst_multifdsink_render), (gst_multifdsink_start),
11708 (gst_multifdsink_stop):
11709 * gst/tcp/gstmultifdsink.h:
11710 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11711 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11712 (gst_tcpclientsink_stop):
11713 * gst/tcp/gsttcpclientsink.h:
11714 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11715 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11716 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11717 * gst/tcp/gsttcpclientsrc.h:
11718 * gst/tcp/gsttcpserversink.h:
11719 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11720 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11721 (gst_tcpserversrc_stop):
11722 * gst/tcp/gsttcpserversrc.h:
11723 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11724 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11725 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11726 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11727 moved bitshift from macro to enum definition
11729 2005-10-12 Wim Taymans <wim@fluendo.com>
11731 * examples/seeking/Makefile.am:
11734 2005-10-12 Wim Taymans <wim@fluendo.com>
11736 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11737 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11738 Don't assert on normal stuff.
11740 * gst/playback/gstplaybin.c: (do_playbin_seek):
11743 2005-10-12 Wim Taymans <wim@fluendo.com>
11745 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11746 * examples/seeking/Makefile.am:
11747 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11748 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11749 (do_seek), (set_update_scale), (message_received), (main):
11750 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11751 (gst_ring_buffer_read), (gst_ring_buffer_clear):
11752 Update for _get_state() API change.
11754 2005-10-11 Wim Taymans <wim@fluendo.com>
11756 * gst-libs/gst/audio/gstbaseaudiosink.c:
11757 (gst_base_audio_sink_render):
11758 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11759 (gst_base_audio_src_create):
11760 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11761 (gst_ring_buffer_read):
11763 Commit and read from ringbuffer in samples rather than bytes.
11765 2005-10-11 Wim Taymans <wim@fluendo.com>
11767 * gst-libs/gst/audio/gstbaseaudiosink.c:
11768 (gst_base_audio_sink_render):
11769 Respect segment rate and accum when scheduling samples.
11771 2005-10-11 Julien MOUTTE <julien@moutte.net>
11773 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11774 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11775 EOS correctly, that needs more work.
11777 2005-10-11 Wim Taymans <wim@fluendo.com>
11779 * check/generic/states.c: (GST_START_TEST):
11780 remove old property.
11782 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11783 (gst_ogg_demux_perform_seek):
11784 * ext/theora/theoradec.c: (theora_dec_sink_event):
11785 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11786 (vorbis_handle_data_packet):
11787 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11788 (gst_base_rtp_depayload_set_gst_timestamp):
11789 * gst/videorate/gstvideorate.c: (gst_videorate_event):
11790 Update for newsegment API change.
11792 2005-10-11 Michael Smith <msmith@fluendo.com>
11794 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11795 (do_playbin_seek), (gst_play_bin_send_event):
11796 Override send_event differently, so that we can takes bits of
11797 functionality from GstPipeline (special handling for seeks,
11798 including pausing/resuming, and resetting stream time) and still get
11799 the appropriate behaviour of only forwarding event to a single sink,
11800 rather than all of them.
11801 Unfortunately requires a lot of code duplication, but the
11802 alternatives are equally ugly in the end.
11804 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
11806 * check/elements/audioconvert.c: (setup_audioconvert),
11807 (cleanup_audioconvert), (get_int_caps), (verify_convert),
11808 (GST_START_TEST), (audioconvert_suite):
11809 clean up tests a little, fix some leaks.
11811 2005-10-10 Wim Taymans <wim@fluendo.com>
11813 * ext/alsa/gstalsasink.c:
11814 Also allow unsigned int.
11816 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11817 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11820 2005-10-10 Wim Taymans <wim@fluendo.com>
11822 * check/pipelines/simple_launch_lines.c: (run_pipeline):
11823 Small update, use API as stated in design docs.
11825 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11826 (update_scale), (do_seek), (seek_cb), (set_update_scale),
11827 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11828 (message_received), (main):
11829 Updated seek example for GOption. Some usability improvements.
11831 2005-10-10 Wim Taymans <wim@fluendo.com>
11833 * gst/audioconvert/audioconvert.h:
11834 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11835 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11836 Alloc temp storage somewhere else where we can do it more
11839 2005-10-10 Wim Taymans <wim@fluendo.com>
11841 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11842 (gst_tcpserversrc_start):
11843 Don't block in accept while doing the state change, move
11844 to poll and make cancellable.
11846 2005-10-09 Philippe Khalaf <burger@speedy.org>
11848 * gst-libs/gst/rtp/rtpbasedepayload.c:
11849 Set timestamp and add queue delay to timestamp
11850 * gst-libs/gst/rtp/rtpbuffer.h:
11851 Set correct payload type for h263
11853 2005-10-09 Stefan Kost <ensonic@users.sf.net>
11855 * gst/audiotestsrc/gstaudiotestsrc.c:
11856 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11857 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11858 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11859 (gst_audiotestsrc_create_triangle),
11860 (gst_audiotestsrc_create_silence),
11861 (gst_audiotestsrc_create_white_noise),
11862 (gst_audiotestsrc_init_pink_noise),
11863 (gst_audiotestsrc_generate_pink_noise_value),
11864 (gst_audiotestsrc_create_pink_noise),
11865 (gst_audiotestsrc_change_wave):
11866 * gst/audiotestsrc/gstaudiotestsrc.h:
11867 fixed typo, added pink noise
11869 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11871 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11873 Add wavpack and spc typefind functions from 0.8 branch.
11875 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11877 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11878 (ar_type_find), (msdos_type_find), (plugin_init):
11879 Add typefind functions for tar archives, ar archives,
11880 RAR archives, and msdos-executables (dlls, exe, etc.).
11881 Some of those would be wrongly identified as mpeg
11882 streams of some sort before (#315550).
11884 2005-10-09 Stefan Kost <ensonic@users.sf.net>
11887 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11888 * docs/plugins/gst-plugins-base-plugins-sections.txt:
11889 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11890 * gst/audiotestsrc/Makefile.am:
11891 * gst/audiotestsrc/gstaudiotestsrc.c:
11892 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11893 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11894 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11895 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11896 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11897 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11898 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11899 (gst_audiotestsrc_create_silence),
11900 (gst_audiotestsrc_create_white_noise),
11901 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11902 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11903 (gst_audiotestsrc_start), (plugin_init):
11904 * gst/audiotestsrc/gstaudiotestsrc.h:
11905 add new plugin and element
11906 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11909 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
11911 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11912 (gst_adder_init), (gst_adder_request_new_pad),
11913 (gst_adder_change_state):
11914 Add query function to source pad, so adder reports the correct
11915 time/sample position when queried (#315457); fix state change
11916 function; use GST_DEBUG_FUNCPTR() for pad functions.
11918 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
11920 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11921 Fix leaks in typefind registration
11922 Clean up the gratuitous commenting and whitespacing a little
11924 2005-10-08 Wim Taymans <wim@fluendo.com>
11926 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11927 Only actually wait for the thread to be stopped if it's
11930 2005-10-08 Wim Taymans <wim@fluendo.com>
11932 * gst-libs/gst/audio/gstbaseaudiosink.c:
11933 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11934 If we receive EOS we can start playback of what we had.
11936 2005-10-08 Wim Taymans <wim@fluendo.com>
11938 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11939 (gst_multifdsink_finalize), (multifdsink_hash_remove),
11940 (gst_multifdsink_stop):
11941 Fix crasher when going to NULL multiple times.
11943 2005-10-06 Wim Taymans <wim@fluendo.com>
11945 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11946 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11947 * gst-libs/gst/audio/gstbaseaudiosrc.h:
11948 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11949 patch from Edgard Lima <edgard.lima@indt.org.br>
11950 Fixed gstbaseaudiosrc adding ring buffer sync to it.
11952 2005-10-06 Wim Taymans <wim@fluendo.com>
11954 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11955 Report the FLOW_RETURN as string in the error message.
11957 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11958 Don't assert when clearing an unnegotiated buffer.
11960 2005-10-04 Michael Smith <msmith@fluendo.com>
11962 * gst/playback/gstplaybasebin.c: (group_destroy),
11963 (gen_preroll_element), (remove_groups), (setup_source):
11964 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11965 (setup_sinks), (gst_play_bin_send_event),
11966 (gst_play_bin_change_state):
11967 Set state to NULL before removing from bin. Fix refcounting.
11969 2005-10-04 Michael Smith <msmith@fluendo.com>
11971 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11972 Correct refcounting in send_event() function. Previously was wrong
11973 if the first sink was unable to handle the event.
11975 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
11978 back to development
11980 === release 0.9.3 ===
11982 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
11985 Releasing 0.9.3, "De Facto"
11987 2005-10-03 Andy Wingo <wingo@pobox.com>
11989 * gst/playback/gstdecodebin.c (try_to_link_1)
11990 (remove_element_chain): set element to NULL before removing it.
11992 2005-10-02 Johan Dahlin <johan@gnome.org>
11994 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
11995 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11998 2005-10-02 Andy Wingo <wingo@pobox.com>
12000 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
12001 (gst_ring_buffer_prepare_read):
12002 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12005 2005-09-29 Wim Taymans <wim@fluendo.com>
12007 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12008 * ext/theora/theoradec.c: (theora_handle_data_packet):
12009 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12010 Propagate error codes from alloc_buffer too.
12012 2005-09-29 Wim Taymans <wim@fluendo.com>
12014 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12017 * gst/playback/Makefile.am:
12018 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12019 (dump_element_stats), (main):
12020 Added example stream introspection code.
12022 2005-09-28 Stefan Kost <ensonic@users.sf.net>
12024 * gst/adder/gstadder.c: (gst_adder_collected):
12025 fix adder for float elements
12027 2005-09-28 Wim Taymans <wim@fluendo.com>
12029 * gst-libs/gst/audio/gstbaseaudiosink.c:
12030 (gst_base_audio_sink_class_init),
12031 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12032 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12033 (gst_base_audio_src_class_init),
12034 (gst_base_audio_src_provide_clock):
12035 get_clock -> provide_clock
12037 2005-09-28 Andy Wingo <wingo@pobox.com>
12039 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12042 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12045 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12046 Actually add the pad template.
12047 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12049 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12052 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12053 from fdsrc. Get caps in create() instead of start() so it can be
12054 interrupted. Interruption somewhat untested.
12056 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12057 Proper EOS handling.
12059 2005-09-27 Andy Wingo <wingo@pobox.com>
12061 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12063 * gst/tcp/gsttcpserversrc.c: Cleaned up.
12065 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12067 * gst/tcp/gsttcp.h:
12068 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12069 out of tcpclientsrc.c. Cancellable.
12070 (gst_tcp_socket_read): Made private, cancellable, with better
12071 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12072 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12073 whole buffer, and better diagnostics.
12074 (gst_tcp_gdp_read_caps): Same.
12076 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12078 2005-09-26 Andy Wingo <wingo@pobox.com>
12080 * gst/sine/gstsinesrc.h:
12081 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12082 change the 'sync' property to 'is-live' and implement it halfway,
12083 update for controller api change.
12085 * gst/volume/gstvolume.c (volume_transform_ip): Update for
12086 controller api change.
12088 2005-09-24 Wim Taymans <wim@fluendo.com>
12090 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12091 * gst-libs/gst/audio/gstaudiosink.c:
12092 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12093 (gst_audioringbuffer_stop):
12094 * gst-libs/gst/audio/gstbaseaudiosink.c:
12095 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12096 (gst_base_audio_sink_change_state):
12097 * gst-libs/gst/audio/gstbaseaudiosink.h:
12098 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12099 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12100 (gst_ring_buffer_commit), (gst_ring_buffer_read):
12101 * gst-libs/gst/audio/gstringbuffer.h:
12102 Fix sync again. Moved sample alignment to basesink.
12104 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
12106 * docs/plugins/Makefile.am:
12107 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12108 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12109 * gst/volume/gstvolume.c:
12111 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12112 * gst-libs/gst/audio/audio.h:
12113 add conversion macros for frames <-> clocktime
12115 2005-09-23 David Schleef <ds@schleef.org>
12117 * gst/audioresample/Makefile.am:
12118 * gst/audioresample/debug.h:
12119 * gst/audioresample/gstaudioresample.c:
12120 * gst/audioresample/resample.c: Convert to using gst debugging
12122 2005-09-22 Wim Taymans <wim@fluendo.com>
12124 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12125 (gst_play_bin_send_event):
12126 Only seek on one sink, the first one that succeeds.
12128 2005-09-22 Michael Smith <msmith@fluendo.com>
12130 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12131 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12132 Don't flush encoder state unless we have an initialised encoder.
12133 Clear out encoder state on PAUSED_TO_READY.
12135 2005-09-22 Wim Taymans <wim@fluendo.com>
12137 * gst-libs/gst/rtp/gstbasertppayload.c:
12138 (gst_basertppayload_class_init), (gst_basertppayload_init),
12139 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12140 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12141 (gst_basertppayload_is_filled), (gst_basertppayload_push),
12142 (gst_basertppayload_set_property),
12143 (gst_basertppayload_get_property),
12144 (gst_basertppayload_change_state):
12145 * gst-libs/gst/rtp/gstbasertppayload.h:
12146 Added max-ptime to control amount of data in the rtp packets.
12148 2005-09-21 Andy Wingo <wingo@pobox.com>
12150 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12153 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12154 can be called multiple times, dogs.
12156 2005-09-21 Wim Taymans <wim@fluendo.com>
12158 * gst-libs/gst/rtp/gstbasertppayload.c:
12159 (gst_basertppayload_class_init), (gst_basertppayload_init),
12160 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12161 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12162 (gst_basertppayload_push), (gst_basertppayload_get_property),
12163 (gst_basertppayload_change_state):
12166 2005-09-21 Stefan Kost <ensonic@users.sf.net>
12168 * docs/libs/compiling.sgml:
12171 2005-09-20 Wim Taymans <wim@fluendo.com>
12173 * gst-libs/gst/rtp/gstbasertppayload.c:
12174 (gst_basertppayload_class_init), (gst_basertppayload_init),
12175 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12176 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12177 (gst_basertppayload_push), (gst_basertppayload_set_property),
12178 (gst_basertppayload_get_property),
12179 (gst_basertppayload_change_state):
12180 * gst-libs/gst/rtp/gstbasertppayload.h:
12181 Added property to configure sequence number offsets.
12183 2005-09-20 Wim Taymans <wim@fluendo.com>
12185 * gst-libs/gst/rtp/gstbasertppayload.c:
12186 (gst_basertppayload_class_init), (gst_basertppayload_init),
12187 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12188 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12189 (gst_basertppayload_push), (gst_basertppayload_set_property),
12190 (gst_basertppayload_get_property),
12191 (gst_basertppayload_change_state):
12192 * gst-libs/gst/rtp/gstbasertppayload.h:
12193 Make timestamp offset configurable.
12195 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
12197 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12198 fix wrong pop/unref
12200 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
12202 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
12204 * gst-libs/gst/interfaces/propertyprobe.c:
12205 (gst_property_probe_probe_property_name),
12206 (gst_property_probe_needs_probe_name),
12207 (gst_property_probe_get_values_name),
12208 (gst_property_probe_probe_and_get_values_name):
12209 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12210 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12212 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
12214 * check/Makefile.am:
12215 have some tests be disabled for valgrinding
12216 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12218 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12219 Fix A Leak. Chain To Parent Finalize.
12221 2005-09-19 Wim Taymans <wim@fluendo.com>
12223 * examples/seeking/seek.c: (make_wav_pipeline), (main):
12224 Fixed wav pipeline.
12226 2005-09-19 Wim Taymans <wim@fluendo.com>
12228 * gst-libs/gst/rtp/gstbasertppayload.c:
12229 (gst_basertppayload_class_init), (gst_basertppayload_init),
12230 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12231 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12232 (gst_basertppayload_push), (gst_basertppayload_get_property),
12233 (gst_basertppayload_change_state):
12234 Posting ERROR and WARNING messages is good.
12236 2005-09-19 Wim Taymans <wim@fluendo.com>
12238 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12239 (gst_base_rtp_depayload_add_to_queue),
12240 (gst_base_rtp_depayload_push),
12241 (gst_base_rtp_depayload_set_gst_timestamp),
12242 (gst_base_rtp_depayload_queue_release):
12243 This one was not supposed to go in.
12245 2005-09-19 Wim Taymans <wim@fluendo.com>
12247 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12250 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12251 (gst_base_rtp_depayload_chain),
12252 (gst_base_rtp_depayload_add_to_queue),
12253 (gst_base_rtp_depayload_push),
12254 (gst_base_rtp_depayload_set_gst_timestamp),
12255 (gst_base_rtp_depayload_queue_release):
12258 * gst-libs/gst/rtp/gstbasertppayload.c:
12259 (gst_basertppayload_class_init), (gst_basertppayload_init),
12260 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12261 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12262 (gst_basertppayload_get_property),
12263 (gst_basertppayload_change_state):
12264 Added debugging category.
12266 2005-09-18 David Schleef <ds@schleef.org>
12268 * gst/playback/gstdecodebin.c: free plugin list correctly
12269 * gst/playback/gstplaybin.c: emit warning if autovideosink
12270 and autoaudiosink can't be found (instead of segfaulting)
12272 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
12274 * check/elements/audioconvert.c: (GST_START_TEST):
12275 try out 24 bit conversion
12277 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12279 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12280 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12281 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12282 * ext/vorbis/vorbisenc.h:
12283 Fix EOS handling. Still needs a fix in the ogg muxer to
12284 mark the last page as eos.
12286 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12288 * common/gtk-doc-plugins.mak:
12289 * docs/plugins/Makefile.am:
12290 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12291 * gst/ffmpegcolorspace/Makefile.am:
12292 * gst/ffmpegcolorspace/avcodec.h:
12293 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12294 * gst/tcp/gstmultifdsink.c:
12295 fix up ffmpegcolorspace docs; extract header
12297 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12299 * common/gtk-doc-plugins.mak:
12300 * docs/plugins/Makefile.am:
12301 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12302 * ext/theora/Makefile.am:
12303 * ext/theora/gsttheoraenc.h:
12304 * ext/theora/theoraenc.c:
12305 * ext/vorbis/vorbisenc.c:
12306 pick up signals and args for vorbis; add some docs for vorbis
12308 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12310 * common/gstdoc-scangobj:
12311 * common/gtk-doc-plugins.mak:
12312 * docs/libs/Makefile.am:
12313 * docs/plugins/gst-plugins-base-plugins.args:
12314 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12315 * docs/plugins/gst-plugins-base-plugins.interfaces:
12316 * docs/plugins/gst-plugins-base-plugins.prerequisites:
12317 * docs/plugins/gst-plugins-base-plugins.signals:
12318 only scanobj stuff from our source module. Not sure yet
12319 if that's correct, given the hierarchy stuff :)
12321 2005-09-15 Wim Taymans <wim@fluendo.com>
12323 * gst/audioconvert/gstaudioconvert.c:
12324 And enable 24 bits mode as well..
12326 2005-09-15 Wim Taymans <wim@fluendo.com>
12328 * gst-libs/gst/rtp/Makefile.am:
12329 * gst-libs/gst/rtp/gstbasertppayload.c:
12330 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12331 (gst_basertppayload_class_init), (gst_basertppayload_init),
12332 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12333 (gst_basertppayload_chain), (gst_basertppayload_set_options),
12334 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12335 (gst_basertppayload_set_property),
12336 (gst_basertppayload_get_property),
12337 (gst_basertppayload_change_state):
12338 * gst-libs/gst/rtp/gstbasertppayload.h:
12339 Added rtp payloader base class.
12341 2005-09-15 Andy Wingo <wingo@pobox.com>
12343 * configure.ac (plugindir): Remove the EOL matcher from the
12344 regexp, as it causes me problems. Libtool? Make? Who knows?
12346 2005-09-14 David Schleef <ds@schleef.org>
12348 * check/generic/states.c:
12349 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12350 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12351 Fixes for changes in registry API.
12353 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
12354 to GST_PLUGIN_LDFLAGS.
12355 * ext/libvisual/visual.c: Make the library shut up.
12356 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12357 * gst-libs/gst/audio/gstaudiofilter.c: same
12359 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12361 * docs/plugins/Makefile.am:
12362 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12363 * docs/plugins/inspect/plugin-libvisual.xml:
12364 * docs/plugins/tmpl/element-tcpserversink.sgml:
12365 * ext/theora/theoraenc.c:
12366 add libvisual plugin and theoraenc element to docs
12368 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12370 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12371 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12372 * ext/theora/theoraenc.c:
12375 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
12377 * gst/audioconvert/Makefile.am:
12378 Audioconvert derives from GstBaseTransform and should
12379 link to the library with our base elements to avoid
12380 unresolved symbols. Makes things work with MinGW (#316160)
12382 * gst/playback/test4.c: (main):
12383 Fix MinGW build problem and use g_usleep() instead of
12386 2005-09-12 Wim Taymans <wim@fluendo.com>
12388 * gst/audioconvert/audioconvert.c: (float),
12389 (audio_convert_prepare_context), (audio_convert_convert):
12390 * gst/audioconvert/audioconvert.h:
12391 Cleanups, speedups, simplifications, added back support
12394 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
12396 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12397 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12398 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12399 * docs/plugins/tmpl/element-tcpserversink.sgml:
12400 * gst/ffmpegcolorspace/gstffmpeg.c:
12401 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12402 * gst/videotestsrc/gstvideotestsrc.c:
12403 * gst/volume/gstvolume.c:
12404 add more elements to the docs
12406 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
12408 * check/Makefile.am:
12409 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12410 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12411 Add extra tests for basetransform based components.
12412 Comment out the test_element_negotiation test until we decide
12413 if it's testing correct behaviour.
12414 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12415 (gst_visual_chain), (gst_visual_change_state):
12416 Slightly more correct but still bogus timestamping.
12417 Fix state change function.
12418 * gst/audioconvert/gstaudioconvert.c:
12419 (gst_audio_convert_class_init):
12420 * gst/audioresample/gstaudioresample.c:
12421 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12422 (gst_ffmpegcsp_class_init):
12423 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12424 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12425 (gst_videoscale_prepare_image):
12426 * gst/volume/gstvolume.c: (gst_volume_class_init),
12427 (volume_transform_ip):
12428 Basetransform updates. Enable passthrough modes.
12429 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12430 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12431 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12432 Negotiation fix that allows the window to return to the original
12433 size and renegotiate passthrough upstream. Extra debug output.
12435 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
12437 * gst/sine/gstsinesrc.c:
12438 * gst/volume/gstvolume.c:
12439 fix up header include
12441 2005-09-09 Stefan Kost <ensonic@users.sf.net>
12443 * gst-libs/gst/audio/gstbaseaudiosink.c:
12444 (gst_base_audio_sink_render):
12445 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12446 * gst/volume/gstvolume.c: (gst_volume_class_init),
12447 (volume_transform):
12448 fixing lost sync, some more debugging
12450 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
12452 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12453 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12454 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12455 (gst_xvimagesink_check_xshm_calls):
12456 Fix compilation when XShm is not available.
12458 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12460 * ext/libvisual/visual.c: (gst_visual_dispose),
12461 (gst_visual_getcaps), (gst_visual_src_setcaps),
12462 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12463 (gst_visual_change_state):
12464 Finish fixing up libvisual plugin so that it runs.
12466 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12468 * ext/vorbis/vorbisenc.c:
12469 * gst-libs/gst/tag/gstvorbistag.c:
12470 gsttaginterface.h -> gsttagsetter.h
12472 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12474 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12475 added another test that failes for me (test is not active by default)
12477 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12480 v4l2 is no longer in gst-plugins-base
12482 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12485 In the output at the end, don't show the first plugin on the same
12486 line as "Core plug-ins, always built:".
12487 Indent the output as for other plugin categories
12488 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12489 #define that can be used to not use peer buffer_alloc functions for
12491 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12492 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12493 (gst_ximagesink_show_frame):
12494 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12495 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12496 (gst_xvimagesink_show_frame):
12497 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12498 fails gracefully instead of XError aborting or deadlocking.
12500 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12502 * ext/libvisual/Makefile.am:
12503 link against gst-base-libs
12505 2005-09-06 David Schleef <ds@schleef.org>
12507 * configure.ac: Enable libvisual plugin.
12508 * ext/libvisual/Makefile.am:
12509 * ext/libvisual/visual.c: Fixes to make it compile.
12511 === release 0.9.2 ===
12513 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
12518 * docs/random/ChangeLog-0.8:
12519 releasing 0.9.2, "Spoon"
12521 2005-09-05 Michael Smith <msmith@fluendo.com>
12523 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12524 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12525 that in the vorbisenc element.
12527 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12529 * common/gtk-doc-plugins.mak:
12530 * docs/plugins/Makefile.am:
12532 * gst/audioresample/resample.c:
12533 fix wrong docstring
12535 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
12537 * common/gst-xmlinspect.py:
12538 * common/gtk-doc-plugins.mak:
12539 only inspect plugins for this given package
12540 require gst-python 0.9
12542 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
12546 * common/gst-xmlinspect.py:
12548 * docs/Makefile.am:
12549 * docs/plugins/inspect/plugin-alsa.xml:
12550 * docs/plugins/inspect/plugin-audioresample.xml:
12551 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12552 * docs/plugins/inspect/plugin-ogg.xml:
12553 * docs/plugins/tmpl/element-gnomevfssink.sgml:
12554 * docs/plugins/tmpl/element-multifdsink.sgml:
12555 * docs/plugins/tmpl/element-tcpserversink.sgml:
12556 * docs/plugins/tmpl/element-vorbisenc.sgml:
12557 * gst-plugins-base.spec.in:
12558 various doc-related updates
12560 2005-08-31 Wim Taymans <wim@fluendo.com>
12562 * gst-libs/gst/audio/gstbaseaudiosink.c:
12563 (gst_base_audio_sink_render):
12564 Resync if the buffer timestamps drift more than a 10th
12567 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
12569 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12570 (gst_v4lsrc_get_property):
12571 The 'timestamp-offset' property is registered as an int64, so
12572 let's use g_value_{set|get}_int64() in our setter and getter
12573 functions (makes it work and fixes warnings with gst-inspect).
12575 2005-08-30 Wim Taymans <wim@fluendo.com>
12577 * check/elements/audioconvert.c: (setup_audioconvert):
12578 * check/elements/audioresample.c: (setup_audioresample):
12579 * check/elements/volume.c: (setup_volume):
12582 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
12584 * common/gtk-doc-plugins.mak:
12585 * common/plugins.xsl:
12586 * docs/plugins/Makefile.am:
12587 make module a param
12589 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12591 * examples/seeking/seek.c: (make_mp3_pipeline),
12592 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12593 (play_cb), (pause_cb), (stop_cb):
12596 2005-08-30 Stefan Kost <ensonic@users.sf.net>
12598 * gst/volume/gstvolume.c: (gst_volume_class_init),
12599 (volume_transform):
12600 do not update controlled params, if buffer has no timestamp
12602 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12605 * gst/sine/Makefile.am:
12606 * gst/volume/Makefile.am:
12607 controllerized elements also need to link against controller-libs ;)
12609 2005-08-29 Stefan Kost <ensonic@users.sf.net>
12611 * docs/libs/tmpl/gstcolorbalance.sgml:
12612 * docs/libs/tmpl/gstgconf.sgml:
12613 * docs/libs/tmpl/gstmixer.sgml:
12614 * docs/libs/tmpl/gstringbuffer.sgml:
12615 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12616 (gst_sinesrc_create):
12617 * gst/volume/gstvolume.c: (gst_volume_class_init),
12618 (volume_transform):
12619 controllerized two audio plugins
12621 2005-08-29 Andy Wingo <wingo@pobox.com>
12623 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
12624 (vorbis_handle_data_packet): Fix some int overflow errors.
12626 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12628 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12630 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12631 if it's valid. Fixed streaming-mode playback.
12633 * check/elements/volume.c (cleanup_volume): Fix for running
12636 * check/elements/audioconvert.c: Convert from native endian, not
12639 2005-08-29 Michael Smith <msmith@fluendo.com>
12641 * ext/ogg/Makefile.am:
12642 * ext/ogg/gstogg.c: (plugin_init):
12643 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12644 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12645 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12646 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12647 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12648 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12649 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12650 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12651 Add an ogg parser element.
12653 2005-08-28 Andy Wingo <wingo@pobox.com>
12655 * Updates for two-arg init from GST_BOILERPLATE_FULL.
12657 2005-08-26 Wim Taymans <wim@fluendo.com>
12659 * gst/audioconvert/audioconvert.c: (if), (float),
12660 (audio_convert_get_func_index), (check_default),
12661 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12662 (audio_convert_clean_context), (audio_convert_get_sizes),
12663 (audio_convert_convert):
12666 2005-08-26 Wim Taymans <wim@fluendo.com>
12668 * gst/audioconvert/audioconvert.c: (if), (float),
12669 (audio_convert_get_func_index), (check_default),
12670 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12671 (audio_convert_clean_context), (audio_convert_get_sizes),
12672 (audio_convert_convert):
12673 More elegant and working temp buffer selection algo.
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 (get_temp_buffer), (audio_convert_convert):
12682 Use realloc else we lose our original data.
12684 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
12686 * gst/audioresample/gstaudioresample.c:
12687 use base class' newsegment to properly timestamp
12689 2005-08-26 Wim Taymans <wim@fluendo.com>
12691 * gst/audioconvert/audioconvert.c: (if), (float),
12692 (audio_convert_get_func_index), (check_default),
12693 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12694 (audio_convert_clean_context), (audio_convert_get_sizes),
12695 (get_temp_buffer), (audio_convert_convert):
12696 * gst/audioconvert/gstaudioconvert.c:
12697 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12698 (gst_audio_convert_transform_caps),
12699 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12700 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12701 Oops, allocate enough space to perform the channel mix.
12703 2005-08-26 Wim Taymans <wim@fluendo.com>
12705 * gst/audioconvert/Makefile.am:
12706 * gst/audioconvert/audioconvert.c: (if), (float),
12707 (audio_convert_get_func_index), (check_default),
12708 (audio_convert_clean_fmt), (audio_convert_prepare_context),
12709 (audio_convert_clean_context), (audio_convert_get_sizes),
12710 (get_temp_buffer), (audio_convert_convert):
12711 * gst/audioconvert/audioconvert.h:
12712 * gst/audioconvert/gstaudioconvert.c:
12713 (gst_audio_convert_class_init), (gst_audio_convert_init),
12714 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12715 (gst_audio_convert_get_unit_size),
12716 (gst_audio_convert_transform_caps),
12717 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12718 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12719 * gst/audioconvert/gstaudioconvert.h:
12720 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12721 (gst_channel_mix_fill_identical),
12722 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12723 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12724 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12725 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12726 (gst_channel_mix_mix):
12727 * gst/audioconvert/gstchannelmix.h:
12728 Cleanups, librarify a bit, optimize, better negotiation and more.
12730 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12732 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12733 Another from MikeS:
12734 During typefinding, don't support negative offsets
12735 (offsets from the end of the stream) in our typefind->peek() function
12736 - nothing embedded in ogg ever needs them. However, we need to recognise
12737 those requests and reject them, otherwise we return invalid pointers.
12739 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
12741 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12742 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12743 (vorbisdec_finalize), (vorbis_handle_type_packet):
12744 Big shout-out to MikeS for fixing this giant memory leak.
12747 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12749 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12750 (audio_convert_get_unit_size):
12753 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12755 * check/Makefile.am:
12756 * check/elements/audioconvert.c: (setup_audioconvert),
12757 (cleanup_audioconvert), (get_int_caps), (verify_convert),
12758 (GST_START_TEST), (audioconvert_suite), (main):
12759 add a test for audioconvert
12760 * gst/audioresample/gstaudioresample.c:
12761 * gst/audioresample/gstaudioresample.h:
12762 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12763 note that for buffers of 1/3 sec this means DURATION(c) is
12764 one nanosecond more than for a and b
12766 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12768 * check/Makefile.am:
12769 * check/elements/audioresample.c: (setup_audioresample),
12770 (cleanup_audioresample), (fail_unless_perfect_stream),
12771 (test_perfect_stream_instance), (GST_START_TEST),
12772 add a check for audioresample
12773 (audioresample_suite), (main):
12774 * check/elements/volume.c: (GST_START_TEST):
12775 remove unused method
12776 * gst/audioresample/gstaudioresample.c:
12777 set correct buffer parameters since we're changing them
12778 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12781 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
12783 * gst/audioresample/debug.c:
12784 * gst/audioresample/gstaudioresample.c:
12785 add room for extra overlap samples when asked to transform size
12786 protect against possible mem corruption and check for discrepancies
12787 between written size and outbuffer's size so we can warn for
12789 * gst/audioresample/resample.c: (resample_init),
12790 (resample_get_output_size_for_input), (resample_get_output_size),
12791 (resample_set_n_channels), (resample_set_format):
12792 set debug level based on RESAMPLE_DEBUG env var
12793 make sure that get_output_size* returns a whole number of
12795 set sample_size each time either channel or format is set
12796 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12797 * gst/audioresample/resample_functable.c:
12798 (resample_scale_functable):
12799 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12800 remove r->sample_size, it's done in resample.c now
12801 add some debugging to the ref implementation
12802 make sure we only give back bytes that are wholes of the sample
12805 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
12806 * gst/playback/gstplaybasebin.c: (fill_buffer):
12807 Revert unpopular change for GST_MESSAGE_SRC to GObject.
12809 2005-08-25 Stefan Kost <ensonic@users.sf.net>
12811 * gst/volume/gstvolume.c:
12812 made set_caps function static
12814 2005-08-24 Wim Taymans <wim@fluendo.com>
12816 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12817 (gst_vorbisenc_change_state):
12818 Stop leaking taglists.
12820 2005-08-24 Wim Taymans <wim@fluendo.com>
12822 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12823 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12824 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12825 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12826 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12827 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12828 Parse seeking events better.
12830 Generate correct newsegment events, fixes seeking in live oggs.
12832 * ext/theora/theoradec.c: (theora_dec_src_query),
12833 (theora_dec_src_event), (theora_dec_src_getcaps),
12834 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12835 Use newsegment values to report correct play time.
12837 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12838 (vorbis_dec_src_event), (vorbis_dec_sink_event):
12839 * ext/vorbis/vorbisdec.h:
12840 Parse and use newsegment values to report correct play time.
12842 * gst-libs/gst/audio/gstbaseaudiosink.c:
12843 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12844 Clear ringbuffer on flush.
12845 Use newsegment values to calculate playback time.
12847 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12848 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12849 Basesink does newsegment calculations for us now.
12851 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12853 * check/Makefile.am:
12855 add core's plugins to the mix so that playbin works
12856 * check/generic/states.c: (GST_START_TEST):
12857 set a 0 timeout on pipelines, so they don't force the next
12859 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12860 (gst_play_base_bin_change_state):
12861 remove the crappy error handling and do GST error handling
12863 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12865 * check/Makefile.am:
12866 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12867 add same test as to core, it bitches out on playbin atm.
12869 2005-08-24 Wim Taymans <wim@fluendo.com>
12874 2005-08-24 Wim Taymans <wim@fluendo.com>
12876 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12877 (gst_videoscale_prepare_size), (parse_caps),
12878 (gst_videoscale_set_caps), (gst_videoscale_get_size),
12879 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12880 (gst_videoscale_transform):
12881 * gst/videoscale/gstvideoscale.h:
12882 Refactor, make use of BaseTranform really well.
12884 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12887 compile audioresample
12888 * gst/audioresample/Makefile.am:
12889 * gst/audioresample/buffer.c:
12890 * gst/audioresample/functable.c:
12891 * gst/audioresample/gstaudioresample.c:
12892 * gst/audioresample/gstaudioresample.h:
12893 * gst/audioresample/resample.c:
12894 (resample_get_output_size_for_input):
12895 * gst/audioresample/resample.h:
12896 * gst/audioresample/resample_chunk.c:
12897 * gst/audioresample/resample_functable.c:
12898 * gst/audioresample/resample_ref.c:
12899 port to use basetransform; doesn't work in all cases yet
12901 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
12903 * gst/audioconvert/gstaudioconvert.c:
12904 (gst_audio_convert_class_init), (gst_audio_convert_init),
12905 (audio_convert_get_unit_size), (audio_convert_transform_caps),
12906 (audio_convert_fixate_caps), (audio_convert_set_caps),
12907 (audio_convert_transform),
12908 (gst_audio_convert_buffer_to_default_format),
12909 (gst_audio_convert_buffer_from_default_format),
12910 (gst_audio_convert_channels):
12911 * gst/audioconvert/gstchannelmix.c:
12912 * gst/audioconvert/gstchannelmix.h:
12913 port to basetransform
12914 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12915 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12916 (gst_ffmpegcsp_get_unit_size):
12917 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12918 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12919 fix for basetransform changes
12921 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
12923 * check/Makefile.am:
12924 Add CHECK_CFLAGS and LDFLAGS
12926 * gst/playback/gstplaybasebin.c: (fill_buffer):
12927 GST_MESSAGE_SRC became a GObject
12929 2005-08-24 Wim Taymans <wim@fluendo.com>
12931 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12932 (gst_ring_buffer_clear_all):
12933 * gst-libs/gst/audio/gstringbuffer.h:
12934 Added function to clear the ringbuffer.
12936 2005-08-24 Andy Wingo <wingo@pobox.com>
12938 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
12939 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12940 of _open and _close.
12942 * sys/v4l/gstv4lxoverlay.h:
12943 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12944 an Xv connection here, instead of all the time. Make Xv only be
12945 loaded if you axe for it. Kindof a workaround for buggy behaviour
12946 of Xv when using remote xservers (XvQueryExtension would block).
12947 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12948 replace the _open and _close public API. Only start the xv
12949 connection if necessary.
12950 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12952 2005-08-23 David Schleef <ds@schleef.org>
12954 * gst/audioresample/Makefile.am: Leet audioresampling code
12955 * gst/audioresample/buffer.c:
12956 * gst/audioresample/buffer.h:
12957 * gst/audioresample/debug.c:
12958 * gst/audioresample/debug.h:
12959 * gst/audioresample/functable.c:
12960 * gst/audioresample/functable.h:
12961 * gst/audioresample/gstaudioresample.c:
12962 * gst/audioresample/gstaudioresample.h:
12963 * gst/audioresample/resample.c:
12964 * gst/audioresample/resample.h:
12965 * gst/audioresample/resample_chunk.c:
12966 * gst/audioresample/resample_functable.c:
12967 * gst/audioresample/resample_ref.c:
12969 2005-08-23 Wim Taymans <wim@fluendo.com>
12971 * examples/seeking/seek.c: (make_vorbis_pipeline),
12972 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12973 Small seek updates.
12975 2005-08-23 Andy Wingo <wingo@pobox.com>
12977 * gst-libs/gst/audio/gstbaseaudiosrc.c
12978 (gst_base_audio_src_fixate): Only fixate endianness if it is
12979 present in the caps.
12981 2005-08-22 Andy Wingo <wingo@pobox.com>
12983 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
12984 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12985 device-name property.
12987 * gst-libs/gst/audio/gstaudiosrc.h:
12988 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12989 close_device in the ring buffer, like gstaudiosink.
12991 * ext/alsa/gstalsamixer.h:
12992 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12993 macro to implement the interface without much code. Cleanups.
12995 * ext/alsa/gstalsasrc.h:
12996 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12999 * ext/alsa/Makefile.am: Add new files.
13000 * ext/alsa/gstalsamixerelement.c:
13001 * ext/alsa/gstalsamixerelement.c: Split element code out from
13002 mixer code so that alsasrc can be a mixer too.
13004 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
13006 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13008 * check/elements/vorbisdec.c: (setup_vorbisdec),
13009 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13010 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13011 (vorbis_handle_identification_packet),
13012 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13013 (vorbis_handle_header_packet), (vorbis_dec_push),
13014 (vorbis_dec_chain):
13015 use the setup/teardown methods to save code. save code is good.
13017 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13019 * check/Makefile.am:
13020 add ext dir for plugins
13021 add vorbisdec test conditionally
13022 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13023 (GST_START_TEST), (volume_suite):
13024 add a test with wrong caps
13025 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13026 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13027 add a vorbisdec test
13028 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13029 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13030 clean up debug output
13031 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13032 yay, fix a segfault/security issue in vorbisdec
13033 gst-launch fakesrc ! vorbisdec wasn't happy
13034 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13035 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13036 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13037 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13038 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13039 (gst_vorbisenc_set_metadata), (get_constraints_string),
13040 (update_start_message), (gst_vorbisenc_setup),
13041 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13042 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13043 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13044 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13045 * ext/vorbis/vorbisenc.h:
13047 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13048 (gst_ffmpegcsp_transform):
13049 have the kow come home
13050 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13052 * gst/volume/gstvolume.c: (volume_set_caps):
13055 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13058 * check/.cvsignore:
13059 * check/Makefile.am:
13060 * check/elements/.cvsignore:
13061 * check/elements/volume.c: (chain_func), (event_func),
13062 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13065 add unit test structure for gst-plugins-base
13066 add a test for volume
13067 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13068 (gst_volume_set_volume), (gst_volume_get_volume),
13069 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13070 (volume_funcfind), (volume_process_float), (volume_process_int16),
13071 (volume_set_caps), (volume_transform), (volume_update_mute),
13072 (volume_update_volume), (volume_set_property),
13073 (volume_get_property):
13074 document a little; use basetransform vmethod _set_caps
13076 2005-08-19 Andy Wingo <wingo@pobox.com>
13078 * ext/alsa/gstalsamixertrack.h:
13079 * ext/alsa/gstalsamixertrack.c:
13080 * ext/alsa/gstalsamixeroptions.h:
13081 * ext/alsa/gstalsamixeroptions.c:
13082 * ext/alsa/gstalsamixer.h:
13083 * ext/alsa/gstalsamixer.c: Port to 0.9.
13085 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13086 Remove gstalsa.c and alsaclock. No more cruft here.
13088 2005-08-18 Wim Taymans <wim@fluendo.com>
13090 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13091 (gst_base_rtp_depayload_chain),
13092 (gst_base_rtp_depayload_add_to_queue),
13093 (gst_base_rtp_depayload_push),
13094 (gst_base_rtp_depayload_queue_release):
13095 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13096 Fix for RTPBuffer changes.
13098 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13099 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13100 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13101 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13102 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13103 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13104 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13105 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13106 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13107 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13108 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13109 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13110 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13111 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13112 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13113 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13114 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13115 (gst_rtpbuffer_get_payload):
13116 * gst-libs/gst/rtp/gstrtpbuffer.h:
13117 Don't subclass GstBuffer but add methods and helper functions
13118 to construct and manipulate RTP packets in regular GstBuffers.
13120 2005-08-18 Stefan Kost <ensonic@users.sf.net>
13122 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13123 moved statement below switch
13124 * gst/volume/gstvolume.c: (gst_volume_class_init):
13127 2005-08-16 Wim Taymans <wim@fluendo.com>
13129 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13130 (gst_base_audio_src_change_state):
13131 Open and close device in READY<->NULL state change.
13133 2005-08-16 Andy Wingo <wingo@pobox.com>
13135 * examples/seeking/Makefile.am: Don't compile non-compiling
13136 compiled objects with the compiler.
13138 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13141 2005-08-12 Philippe Khalaf <burger@speedy.org>
13142 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13143 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13144 Made a thread to release the queue.
13145 Removed timestamp conversion for now.
13147 2005-08-10 Philippe Khalaf <burger@speedy.org>
13148 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13149 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13150 Added rtp timestamp -> gst timestamp conversion.
13151 Fixed several problems with queue.
13153 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13155 * gst-libs/gst/audio/gstaudioclock.h:
13156 * gst-libs/gst/audio/gstaudiofilter.h:
13157 * gst-libs/gst/audio/gstaudiosink.h:
13158 * gst-libs/gst/audio/gstaudiosrc.h:
13159 * gst-libs/gst/audio/gstbaseaudiosink.h:
13160 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13161 * gst-libs/gst/audio/gstringbuffer.h:
13162 * gst-libs/gst/net/gstnetbuffer.h:
13163 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13164 * gst-libs/gst/rtp/gstrtpbuffer.h:
13165 Add padding (you will need to rebuild gst-plugins-base,
13166 gst-plugins and all applications afterwards!)
13168 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13170 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13171 (gst_riff_parse_chunk):
13172 Fix bug in debug message and add some more debug messages.
13174 2005-08-08 Edward Hervey <edward@fluendo.com>
13176 * gst-libs/gst/riff/riff-media.c:
13177 backported updates since branch
13179 2005-08-08 Andy Wingo <wingo@pobox.com>
13181 * gst-libs/gst/audio/gstbaseaudiosink.c
13182 (gst_base_audio_sink_change_state): Open the device in NULL->READY
13183 like good elements should. Close on READY->NULL too.
13185 * gst-libs/gst/audio/gstaudiosink.c
13186 (gst_audioringbuffer_open_device,
13187 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13188 (gst_audioringbuffer_release): Updates for new ring buffer API,
13189 hook into the new audio sink api.
13191 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13192 (GstAudioSinkClass.close): Just open and close the device -- no
13193 resource allocation or configuration.
13194 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13195 vmethods, handle device setup and resource allocation.
13197 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13198 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13201 * gst-libs/gst/audio/gstringbuffer.h
13202 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13205 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13206 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13207 New API functions. The device should be opened before acquiring
13208 and closed after releasing.
13210 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
13212 * gst-libs/gst/interfaces/mixer.h:
13213 Reset padding to GST_PADDING.
13215 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13217 * gst/playback/gstplaybin.c: (remove_sinks):
13218 Remove visualization from parent explicitely; works around some
13219 apparent refcount issue that I haven't tracked down yet.
13221 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13223 * ext/alsa/gstalsasink.c: (set_hwparams):
13224 Assign debug category, add negotiation debug msgs.
13226 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13228 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13229 Fix error code for file-not-found to NOT_FOUND.
13231 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13233 * common/gtk-doc-plugins.mak:
13234 * docs/plugins/Makefile.am:
13235 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13236 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13237 renamed to actual element names, so much nicer to look at
13238 * docs/plugins/tmpl/gstmultifdsink.sgml:
13240 * docs/plugins/tmpl/multifdsink.sgml:
13241 * docs/plugins/tmpl/tcpserversink.sgml:
13243 * ext/alsa/gstalsa.c:
13244 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13245 * ext/ogg/gstoggmux.c:
13246 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13247 * gst/playback/gstdecodebin.c:
13248 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13249 * gst/tcp/gsttcpserversink.c:
13250 various fixes and documentation additions
13252 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13254 * common/Makefile.am:
13255 * common/gstdoc-scangobj:
13256 * common/gtk-doc-plugins.mak:
13257 * common/gtk-doc.mak:
13258 add a custom scangobj that uses the registry
13259 add a custom gtk-doc-plugins.mak that uses it
13260 some doc build fixes
13262 * docs/Makefile.am:
13263 * docs/plugins/Makefile.am:
13264 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13265 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13266 * docs/plugins/gst-plugins-base-plugins.types:
13267 * docs/plugins/tmpl/gstmultifdsink.sgml:
13268 add docs for one element, multifdsink
13269 * gst/adder/gstadder.h:
13270 * gst/volume/gstvolume.h:
13271 don't privatize enum
13272 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13273 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13274 (gst_sync_method_get_type), (gst_client_status_get_type),
13275 (gst_multifdsink_class_init),
13276 (gst_multifdsink_client_queue_buffer),
13277 (gst_multifdsink_handle_client_write):
13278 * gst/tcp/gstmultifdsink.h:
13279 * gst/tcp/gsttcp.h:
13280 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13281 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13282 (gst_tcpclientsink_render):
13283 * gst/tcp/gsttcpclientsink.h:
13284 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13285 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13286 (gst_tcpclientsrc_start):
13287 * gst/tcp/gsttcpclientsrc.h:
13288 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13289 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13290 * gst/tcp/gsttcpserversrc.h:
13291 * gst/typefind/gsttypefindfunctions.c:
13292 remove superfluous Type stuff
13294 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13296 * gst/playback/gstplaybin.c: (gen_video_element):
13299 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13301 * gst-libs/gst/gconf/gconf.c:
13302 * gst-libs/gst/gconf/gconf.h:
13303 Fix some Andy Problem [tm].
13305 2005-08-04 Andy Wingo <wingo@pobox.com>
13307 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13308 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13309 (gst_ffmpegcsp_get_size): Adapt to API changes.
13311 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13312 Implement an in-place do-nothing transform.
13314 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13316 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13317 (gst_ximagesink_renegotiate_size):
13318 Do not set new window sizes yet if we prepare a new buffer size
13319 for upstream renegotiation (software scaling) at some point in the
13320 future, because this new size waqs not actually accepted yet. Once
13321 accepted, renegotiation later on will set the new sizes just fine.
13322 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13323 embedding testcase.
13325 2005-08-03 Andy Wingo <wingo@pobox.com>
13327 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13328 (gst_ximagesink_buffer_alloc):
13329 Protect the height, width, and desired_caps with the pool_lock.
13330 Fixes videotestsrc ! queue ! ximagesink.
13332 2005-08-02 Edward Hervey <edward@fluendo.com>
13334 * gst/volume/gstvolume.c:
13335 include left from controller cleanup
13337 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
13338 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13339 Stop collectpads before calling the parent state
13340 change function on PAUSED->READY.
13342 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
13344 When testing for X libs, use the X CFlags
13345 * gst/adder/gstadder.c: (gst_adder_change_state):
13346 Stop the collectpads before calling parent state change function
13347 on PAUSED->READY, otherwise we deadlock deactivating pads.
13349 2005-08-01 Stefan Kost <ensonic@users.sf.net>
13352 * docs/libs/tmpl/gstcolorbalance.sgml:
13353 * docs/libs/tmpl/gstmixer.sgml:
13354 * examples/Makefile.am:
13355 * gst/sine/Makefile.am:
13356 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13357 (gst_sinesrc_set_property), (plugin_init):
13358 * gst/sine/gstsinesrc.h:
13359 * gst/volume/Makefile.am:
13360 * gst/volume/gstvolume.c: (gst_volume_set_volume),
13361 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13362 (volume_process_float), (volume_process_int16),
13363 (volume_set_property), (plugin_init):
13364 * gst/volume/gstvolume.h:
13365 deactivate and remove dparams (libgstcontrol)
13367 2005-07-29 Wim Taymans <wim@fluendo.com>
13369 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13370 Convert me to BaseTransform!! help..
13372 2005-07-29 Andy Wingo <wingo@pobox.com>
13374 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13377 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13378 support of both endiannesses.
13380 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13382 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13383 Fix confusing debug message (s/event/query/)
13385 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13387 * gst/videotestsrc/videotestsrc.h:
13388 Use "_stdint.h" instead of <stdint.h>
13390 2005-07-27 Wim Taymans <wim@fluendo.com>
13392 * ext/vorbis/Makefile.am:
13393 Revert wrong commit.
13395 2005-07-27 Wim Taymans <wim@fluendo.com>
13397 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13398 More compilation fixen.
13400 2005-07-27 Wim Taymans <wim@fluendo.com>
13402 * gst-libs/gst/audio/gstbaseaudiosink.c:
13403 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13404 (gst_base_audio_sink_create_ringbuffer),
13405 (gst_base_audio_sink_change_state):
13408 2005-07-27 Wim Taymans <wim@fluendo.com>
13410 * examples/seeking/seek.c: (setup_dynamic_link),
13411 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13412 (query_positions_elems), (query_positions_pads), (do_seek):
13413 Update seek example.
13415 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13416 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13417 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13418 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13419 (gst_ogg_demux_handle_event),
13420 (gst_ogg_demux_deactivate_current_chain),
13421 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13422 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13423 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13424 (gst_ogg_demux_loop):
13425 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13426 * ext/theora/theoradec.c: (theora_dec_src_event),
13427 (theora_dec_src_getcaps), (theora_dec_sink_event),
13428 (theora_dec_push), (theora_dec_chain):
13429 * ext/vorbis/Makefile.am:
13430 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13431 (vorbis_dec_sink_event), (vorbis_dec_push),
13432 (vorbis_handle_data_packet):
13433 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13434 (gst_vorbisenc_chain):
13435 * gst/playback/gststreaminfo.c: (cb_probe):
13436 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13437 * gst/videorate/gstvideorate.c: (gst_videorate_event):
13438 * gst/videoscale/gstvideoscale.c:
13439 (gst_videoscale_handle_src_event):
13440 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13441 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13442 (gst_ximagesink_navigation_send_event):
13443 * sys/xvimage/xvimagesink.c:
13444 (gst_xvimagesink_navigation_send_event):
13445 Various event updates and cleanups
13447 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13449 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13450 Fix segfault for I420/YV12.
13452 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13454 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13457 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13459 * gst/playback/gstplaybin.c: (gen_video_element),
13460 (gen_audio_element):
13461 Switch to auto*sink elements as default sinks; add volume element
13462 so that volume control in totem works.
13464 2005-07-21 Wim Taymans <wim@fluendo.com>
13466 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13467 * gst/playback/gstplaybin.c: (setup_sinks),
13468 (gst_play_bin_change_state):
13469 Refcount fix and more comments.
13471 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13473 * sys/ximage/Makefile.am:
13474 * sys/ximage/ximage.c: (plugin_init):
13475 * sys/ximage/ximagesink.c:
13476 Prepare for adding ximagesrc, rename of plugin to ximage etc.
13479 2005-07-21 Wim Taymans <wim@fluendo.com>
13481 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13482 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13483 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13484 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13485 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13486 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13487 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13488 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13489 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13490 Generate correct disconts for live chained oggs.
13492 * gst-libs/gst/audio/gstbaseaudiosink.c:
13493 (gst_base_audio_sink_render),
13494 (gst_base_audio_sink_create_ringbuffer),
13495 (gst_base_audio_sink_change_state):
13496 Handle discont math correctly.
13498 * gst/playback/gstplaybin.c: (add_sink):
13499 Some small debug cleanup.
13501 2005-07-21 Wim Taymans <wim@fluendo.com>
13503 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13504 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13505 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13506 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13507 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13508 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13509 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13510 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13511 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13512 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13513 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13514 (gst_ogg_demux_change_state), (gst_ogg_print):
13515 Reorganize code to send the right disconts when in streaming
13518 2005-07-20 Andy Wingo <wingo@pobox.com>
13520 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13521 fix (?), fixes a seggie mcfalterson (#310894).
13523 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13525 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13526 (gst_ogg_mux_set_header_on_caps):
13527 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13528 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13529 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13530 * gst-libs/gst/audio/multichannel.c:
13531 (gst_audio_set_channel_positions),
13532 (gst_audio_set_structure_channel_positions_list):
13533 * gst/playback/gstdecodebin.c: (dynamic_create):
13534 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13535 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13536 Fixes for API changes in core.
13538 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13540 * gst/playback/gstplaybasebin.c: (fill_buffer):
13541 Use _new_custom() so we can set custom message types for buffering
13544 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13547 * gst-libs/gst/Makefile.am:
13548 * gst-libs/gst/gconf/.cvsignore:
13549 * gst-libs/gst/gconf/Makefile.am:
13550 * gst-libs/gst/gconf/test-gconf.c:
13551 * pkgconfig/Makefile.am:
13552 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13553 * pkgconfig/gstreamer-gconf.pc.in:
13554 Remove gconf stuff, use gconf elements instead from now on.
13556 2005-07-20 Wim Taymans <wim@fluendo.com>
13558 * gst-libs/gst/audio/TODO:
13559 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13560 (gst_audio_clock_get_internal_time):
13561 * gst-libs/gst/audio/gstaudioclock.h:
13562 * gst-libs/gst/audio/gstbaseaudiosink.c:
13563 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13564 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13565 (gst_base_audio_sink_render),
13566 (gst_base_audio_sink_create_ringbuffer),
13567 (gst_base_audio_sink_change_state):
13568 Make sure the audio clock always returns an increasing value.
13570 2005-07-19 Andy Wingo <wingo@pobox.com>
13572 * gst/videotestsrc/: Cleanups.
13574 2005-07-19 Wim Taymans <wim@fluendo.com>
13576 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13579 2005-07-19 Wim Taymans <wim@fluendo.com>
13581 * examples/seeking/seek.c: (make_dv_pipeline),
13582 (make_vorbis_theora_pipeline), (query_rates),
13583 (query_positions_elems), (query_positions_pads), (do_seek):
13584 Make correct DV pipeline.
13586 2005-07-18 Andy Wingo <wingo@pobox.com>
13588 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13589 default. Also because it's the only thing that really works. (This
13590 is used in the GConf elements).
13591 Use AS_LIBTOOL_TAGS.
13593 2005-07-18 Wim Taymans <wim@fluendo.com>
13595 * gst/playback/gstdecodebin.c: (remove_element_chain):
13596 * gst/playback/gstplaybin.c: (add_sink):
13597 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13598 (gst_stream_info_set_mute):
13599 * gst/playback/gststreamselector.c:
13600 (gst_stream_selector_get_linked_pad),
13601 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13602 More leak and compile fixes.
13604 2005-07-18 Wim Taymans <wim@fluendo.com>
13606 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13607 (query_rates), (query_positions_elems), (query_positions_pads),
13608 (do_seek), (seek_cb), (stop_seek):
13609 Updated seek example.
13611 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13612 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13613 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13614 * gst/playback/gstplaybin.c: (add_sink):
13615 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13616 (gst_stream_info_set_mute):
13617 Some refcount leak fixes.
13619 2005-07-16 Wim Taymans <wim@fluendo.com>
13621 * gst-libs/gst/audio/gstbaseaudiosink.c:
13622 (gst_base_audio_sink_render):
13623 Align samples even if we have roundoff errors in the
13624 timestamp conversion.
13626 2005-07-16 Wim Taymans <wim@fluendo.com>
13628 * docs/libs/tmpl/gstringbuffer.sgml:
13629 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13630 (query_rates), (query_positions_elems), (query_positions_pads),
13631 (update_scale), (do_seek):
13632 Updated seek example.
13634 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13635 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13636 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13637 (gst_ogg_demux_loop):
13638 Push out correct discont values.
13640 * ext/theora/theoradec.c: (theora_dec_src_convert),
13641 (theora_dec_sink_convert), (theora_dec_src_getcaps),
13642 (theora_dec_sink_event), (theora_handle_type_packet),
13643 (theora_handle_header_packet), (theora_dec_push),
13644 (theora_handle_data_packet), (theora_dec_chain),
13645 (theora_dec_change_state):
13646 Better timestamping.
13648 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13649 (vorbis_dec_sink_event), (vorbis_dec_push),
13650 (vorbis_handle_data_packet), (vorbis_dec_chain):
13651 * ext/vorbis/vorbisdec.h:
13652 Better timestamping.
13654 * gst-libs/gst/audio/gstbaseaudiosink.c:
13655 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13656 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13657 Handle syncing on timestamps instead of sample offsets. Make
13658 use of DISCONT values as described in design docs.
13660 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13661 (gst_base_audio_src_get_time):
13662 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13663 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13664 (gst_ring_buffer_read):
13665 * gst-libs/gst/audio/gstringbuffer.h:
13666 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13667 (gst_ximagesink_show_frame):
13668 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13669 Correcly convert buffer timestamp to stream time.
13671 2005-07-16 Wim Taymans <wim@fluendo.com>
13673 * gst/audioconvert/gstaudioconvert.c:
13674 (gst_audio_convert_get_buffer):
13675 Timestamp buffers correctly.
13677 * gst/playback/gstplaybin.c: (gen_video_element):
13678 Make internal fakesink silent.
13680 2005-07-15 Wim Taymans <wim@fluendo.com>
13682 * gst/ffmpegcolorspace/Makefile.am:
13683 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13684 (gst_ffmpegcsp_caps_remove_format_info),
13685 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13686 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13687 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13688 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13689 Ported ffmpegcolorspace to basetransform.
13691 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13692 * gst/volume/gstvolume.c: (volume_transform):
13695 2005-07-14 Wim Taymans <wim@fluendo.com>
13697 * gst/videotestsrc/Makefile.am:
13698 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13699 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13700 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13701 (gst_videotestsrc_init), (gst_videotestsrc_event),
13702 (gst_videotestsrc_create), (gst_videotestsrc_start),
13703 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13704 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13705 (gst_videotestsrc_get_property):
13706 * gst/videotestsrc/gstvideotestsrc.h:
13707 Make videotestsrc a pushsrc.
13709 2005-07-14 Wim Taymans <wim@fluendo.com>
13711 * gst/tcp/gstfdset.c: (gst_fdset_free):
13712 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13713 (gst_multifdsink_add), (gst_multifdsink_remove),
13714 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13715 (gst_multifdsink_remove_client_link),
13716 (gst_multifdsink_client_queue_data),
13717 (gst_multifdsink_client_queue_caps),
13718 (gst_multifdsink_client_queue_buffer),
13719 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13720 (gst_multifdsink_stop):
13721 * gst/tcp/gstmultifdsink.h:
13724 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13725 Also draw image when not from a pool.
13727 2005-07-14 Wim Taymans <wim@fluendo.com>
13729 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13730 (mute_stream), (silence_stream):
13731 Small debug additions.
13733 2005-07-14 Wim Taymans <wim@fluendo.com>
13735 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13736 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13737 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13738 Better error recovery, ignore unconnected pads and
13741 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
13743 * docs/libs/tmpl/gstaudio.sgml:
13744 * docs/libs/tmpl/gstcolorbalance.sgml:
13745 * docs/libs/tmpl/gstgconf.sgml:
13746 * docs/libs/tmpl/gstmixer.sgml:
13747 * docs/libs/tmpl/gstringbuffer.sgml:
13748 * docs/libs/tmpl/gsttuner.sgml:
13749 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13750 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13751 (gst_tcpclientsrc_class_init):
13752 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13753 (gst_tcpserversrc_class_init):
13754 * sys/v4l/gstv4lelement.c:
13755 more autistic cleanliness in functions/names/defines
13757 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
13760 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13761 added manually to each Makefile.am so we are sure it goes
13762 *last* and doesn't add -L flags before linking in libs of our
13763 own, like, say, internal .la libs, that then accidentally pick
13764 up the installed copy.
13765 * docs/libs/Makefile.am:
13766 * ext/alsa/Makefile.am:
13767 * ext/cdparanoia/Makefile.am:
13768 * ext/gnomevfs/Makefile.am:
13769 * ext/libvisual/Makefile.am:
13770 * ext/ogg/Makefile.am:
13771 * ext/theora/Makefile.am:
13772 * ext/vorbis/Makefile.am:
13773 * gst-libs/gst/video/Makefile.am:
13774 * gst/adder/Makefile.am:
13775 * gst/audioconvert/Makefile.am:
13776 * gst/audiorate/Makefile.am:
13777 * gst/audioscale/Makefile.am:
13778 * gst/ffmpegcolorspace/Makefile.am:
13779 * gst/playback/Makefile.am:
13780 * gst/sine/Makefile.am:
13781 * gst/subparse/Makefile.am:
13782 * gst/tags/Makefile.am:
13783 * gst/tcp/Makefile.am:
13784 * gst/typefind/Makefile.am:
13785 * gst/videorate/Makefile.am:
13786 * gst/videoscale/Makefile.am:
13787 * gst/videotestsrc/Makefile.am:
13788 * gst/volume/Makefile.am:
13789 * sys/v4l/Makefile.am:
13790 * sys/ximage/Makefile.am:
13791 * sys/xvimage/Makefile.am:
13792 adapt properly to this change. This should make sure that
13793 plugins and libs properly link to the as-yet-uninstalled
13794 copies of stuff like libgstinterfaces and libgstvideo
13796 2005-07-13 Andy Wingo <wingo@pobox.com>
13798 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13799 (gst_v4lsrc_fixate): Fixate on format as well.
13801 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
13802 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13803 buffer points to it.
13804 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13805 rather just doing X calls ourselves. Also fixes a memleak.
13807 2005-07-12 Andy Wingo <wingo@pobox.com>
13809 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
13810 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
13811 (gst_v4lsrc_create): Re-add the copy-mode property, default to
13812 TRUE to avoid deadlocks if an element holds on to our buffers.
13814 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
13816 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13817 (gst_sinesrc_init), (gst_sinesrc_create),
13818 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13819 (gst_sinesrc_start):
13820 * gst/sine/gstsinesrc.h:
13821 removing num-buffers property before moving it
13823 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
13826 use overridable ERROR_CFLAGS
13827 * docs/libs/gst-plugins-base-libs.types:
13828 * docs/libs/tmpl/gstringbuffer.sgml:
13829 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13830 (gst_alsasink_class_init):
13831 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13832 (gst_alsasrc_class_init):
13833 * gst-libs/gst/audio/audio.h:
13834 * gst-libs/gst/audio/gstaudioclock.h:
13835 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13836 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13837 (gst_audio_filter_link), (gst_audio_filter_init),
13838 (gst_audio_filter_chain), (gst_audio_filter_set_property),
13839 (gst_audio_filter_get_property),
13840 (gst_audio_filter_class_add_pad_templates):
13841 * gst-libs/gst/audio/gstaudiofilter.h:
13842 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13843 (gst_audio_filter_template_get_type),
13844 (gst_audio_filter_template_base_init),
13845 (gst_audio_filter_template_class_init),
13846 (gst_audio_filter_template_init),
13847 (gst_audio_filter_template_set_property),
13848 (gst_audio_filter_template_get_property), (plugin_init),
13849 (gst_audio_filter_template_setup),
13850 (gst_audio_filter_template_filter),
13851 (gst_audio_filter_template_filter_inplace):
13852 * gst-libs/gst/audio/gstaudiosink.c:
13853 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13854 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13855 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13856 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13857 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13858 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13859 * gst-libs/gst/audio/gstaudiosink.h:
13860 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13861 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13862 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13863 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13864 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13865 (gst_audio_src_class_init), (gst_audio_src_init),
13866 (gst_audio_src_create_ringbuffer):
13867 * gst-libs/gst/audio/gstaudiosrc.h:
13868 * gst-libs/gst/audio/gstbaseaudiosink.c:
13869 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13870 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13871 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13872 (gst_base_audio_sink_set_property),
13873 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13874 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13875 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13876 (gst_base_audio_sink_create_ringbuffer),
13877 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13878 * gst-libs/gst/audio/gstbaseaudiosink.h:
13879 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13880 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13881 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13882 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13883 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13884 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13885 (gst_base_audio_src_event), (gst_base_audio_src_create),
13886 (gst_base_audio_src_create_ringbuffer),
13887 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13888 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13889 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13890 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13891 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13892 (gst_ring_buffer_debug_spec_caps),
13893 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13894 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13895 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13896 (gst_ring_buffer_start), (gst_ring_buffer_pause),
13897 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13898 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13899 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13900 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13901 (gst_ring_buffer_clear):
13902 * gst-libs/gst/audio/gstringbuffer.h:
13903 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13904 (gst_video_sink_class_init), (gst_video_sink_get_type):
13905 * gst-libs/gst/video/videosink.h:
13906 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13907 (gst_multifdsink_class_init),
13908 (gst_multifdsink_handle_client_write),
13909 (gst_multifdsink_change_state):
13910 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13911 (gst_tcpclientsink_setcaps):
13912 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13913 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13914 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13915 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13916 (gst_ximagesink_send_pending_navigation),
13917 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13918 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13919 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13920 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13921 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13922 (gst_xvimagesink_send_pending_navigation),
13923 (gst_xvimagesink_navigation_send_event),
13924 (gst_xvimagesink_set_xwindow_id),
13925 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13926 (gst_xvimagesink_get_type):
13927 more macro splitting
13929 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
13931 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13932 plug a memleak, allows me to import 1479 albums in one go
13934 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13935 (vorbis_handle_type_packet), (vorbis_dec_chain),
13936 (vorbis_dec_change_state):
13937 fix some format strings
13939 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
13941 * docs/libs/tmpl/gstcolorbalance.sgml:
13942 * docs/libs/tmpl/gstmixer.sgml:
13943 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13944 (gst_alsasink_set_property), (gst_alsasink_get_property):
13945 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13946 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13947 add device property
13949 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
13951 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13952 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13953 (audiocast_register_listener), (audiocast_thread_run),
13954 (gst_gnomevfssrc_send_additional_headers_callback),
13955 (gst_gnomevfssrc_received_headers_callback),
13956 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13957 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13958 (gst_gnomevfssrc_get_size):
13959 add/clean up debugging
13960 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13963 2005-07-07 Andy Wingo <wingo@pobox.com>
13965 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13966 framerate. Need to get a handle on when exactly this function is
13969 * sys/v4l/v4lsrc_calls.h:
13970 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13971 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13972 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13974 * sys/v4l/v4l_calls.h: Cast to V4lElement.
13975 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13976 v4lelements are sources.
13978 * sys/v4l/gstv4lxoverlay.h:
13979 * sys/v4l/gstv4lxoverlay.c:
13980 * sys/v4l/gstv4ltuner.h:
13981 * sys/v4l/gstv4ltuner.c: Header loc fixen.
13983 * sys/v4l/gstv4lsrc.h:
13984 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13985 PushSrc/BaseSrc. Removed most sync-related properties, videorate
13986 or something should handle that. Made a live source.
13988 * sys/v4l/gstv4lelement.h:
13989 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13990 signals. Some cleanups.
13992 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13994 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13997 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14000 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14002 2005-07-07 Wim Taymans <wim@fluendo.com>
14004 * ext/theora/theoradec.c: (theora_get_query_types),
14005 (theora_dec_src_getcaps), (theora_dec_push):
14006 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14007 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14008 Remove deprecated/unused query types.
14010 2005-07-06 Wim Taymans <wim@fluendo.com>
14012 * ext/alsa/Makefile.am:
14013 * ext/alsa/gstalsaplugin.c: (plugin_init):
14014 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14015 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14016 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14017 (gst_alsasrc_class_init), (gst_alsasrc_init),
14018 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14019 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14020 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14021 (gst_alsasrc_reset):
14022 * ext/alsa/gstalsasrc.h:
14023 * gst-libs/gst/audio/Makefile.am:
14024 * gst-libs/gst/audio/gstaudiosink.c:
14025 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14026 (gst_audioringbuffer_start):
14027 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14028 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14029 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14030 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14031 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14032 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14033 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14034 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14035 * gst-libs/gst/audio/gstaudiosrc.h:
14036 * gst-libs/gst/audio/gstbaseaudiosink.c:
14037 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14038 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14039 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14040 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14041 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14042 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14043 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14044 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14045 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14046 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14047 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14048 (gst_baseaudiosrc_change_state):
14049 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14050 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14051 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14052 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14053 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14054 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14055 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14056 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14057 * gst-libs/gst/audio/gstringbuffer.h:
14058 Added audiosource base classes.
14059 Ported alsasrc, still very basic.
14061 2005-07-06 Wim Taymans <wim@fluendo.com>
14063 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14064 (theora_dec_push), (theora_handle_data_packet):
14065 Prepare for better timestamp fix later.
14067 * gst/audioconvert/gstaudioconvert.c:
14068 List most accurate caps first
14070 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14071 Use proper pad task function.
14073 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14074 (gst_xvimagesink_show_frame):
14075 Fix deadlock when alloc failed.
14077 2005-07-05 Andy Wingo <wingo@pobox.com>
14079 * ext/gnomevfs/gstgnomevfssrc.c:
14080 * gst/sine/gstsinesrc.c:
14081 * gst/tcp/gsttcpserversrc.c:
14082 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14084 * sys/v4l/: Port from 0.8.
14086 * Many files: Null if we got it....
14088 2005-07-05 Andy Wingo <wingo@pobox.com>
14090 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
14091 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14094 2005-07-05 Wim Taymans <wim@fluendo.com>
14097 * gst/tcp/Makefile.am:
14099 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14100 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14101 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14102 (is_sync_frame), (gst_multifdsink_handle_client_write),
14103 (gst_multifdsink_render), (gst_multifdsink_start),
14104 (gst_multifdsink_stop), (gst_multifdsink_change_state):
14105 * gst/tcp/gstmultifdsink.h:
14106 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14107 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14108 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14109 * gst/tcp/gsttcp.h:
14110 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14111 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14112 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14113 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14114 * gst/tcp/gsttcpclientsink.h:
14115 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14116 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14117 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14118 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14119 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14120 * gst/tcp/gsttcpclientsrc.h:
14121 * gst/tcp/gsttcpplugin.c: (plugin_init):
14122 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14123 * gst/tcp/gsttcpserversink.h:
14124 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14125 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14126 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14127 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14128 (gst_tcpserversrc_stop):
14129 * gst/tcp/gsttcpserversrc.h:
14130 * gst/tcp/gsttcpsink.c:
14131 * gst/tcp/gsttcpsink.h:
14132 * gst/tcp/gsttcpsrc.c:
14133 * gst/tcp/gsttcpsrc.h:
14134 Ported tcp plugins to 0.9.
14137 2005-07-05 Andy Wingo <wingo@pobox.com>
14139 * gst/playback/gstplaybasebin.c (fill_buffer):
14140 message_new_application fixen.
14142 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14145 2005-07-04 Wim Taymans <wim@fluendo.com>
14147 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14148 Set caps on output buffer.
14150 2005-07-04 Andy Wingo <wingo@pobox.com>
14152 * ext/gnomevfs/gstgnomevfssrc.c
14153 (gst_gnomevfssrc_received_headers_callback)
14154 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14157 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14158 No refcount leakage.
14160 * configure.ac: Enable -Werror.
14162 * ext/theora/theoradec.c (theora_dec_src_getcaps):
14163 * gst/audioconvert/bufferframesconvert.c
14164 (buffer_frames_convert_fixate):
14165 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14166 (gst_audio_convert_fixate):
14167 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14168 (gst_sinesrc_create): Fixate func changes.
14170 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14171 (gst_ximagesink_buffer_alloc): Unused var.
14173 2005-07-01 Andy Wingo <wingo@pobox.com>
14175 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14176 getcaps to do explicit caps. Needs to be done in all decoders,
14177 possibly via a base class.
14179 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14181 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14182 caps on the sink pad, just rely on the pad template. Also, setting
14183 ANY caps on a pad is not valid because the caps are not fixed.
14185 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14186 caps on the buffer, and get the width from the desired_caps if
14188 (gst_ximagesink_renegotiate_size): Implement via setting the
14189 desired_caps on the ximagesink.
14190 (gst_ximagesink_setcaps): Only reset the width of the player if it
14191 wasn't already set. Not sure if this is right.
14192 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14194 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14195 that the user wants. NULL unless the window has been resized.
14197 * gst/volume/gstvolume.c (volume_transform): Adapt to
14198 basetransform refcount changes.
14200 2005-07-01 Andy Wingo <wingo@pobox.com>
14202 * gst/videoscale/gstvideoscale.c:
14203 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14204 from BaseTransform, implements a transform_caps. Removed dead code
14205 including some PAR stuff that was never reached -- should probably
14206 be added back somehow.
14208 2005-07-01 Andy Wingo <wingo@pobox.com>
14210 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14213 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
14216 * docs/libs/Makefile.am:
14217 * docs/libs/gst-plugins-libs.types:
14218 * ext/alsa/Makefile.am:
14219 * ext/alsa/gstalsamixer.h:
14220 * ext/alsa/gstalsamixeroptions.h:
14221 * ext/alsa/gstalsamixertrack.h:
14222 * gst-libs/gst/Makefile.am:
14223 * gst-libs/gst/colorbalance/.cvsignore:
14224 * gst-libs/gst/colorbalance/Makefile.am:
14225 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14226 * gst-libs/gst/colorbalance/colorbalance.c:
14227 * gst-libs/gst/colorbalance/colorbalance.h:
14228 * gst-libs/gst/colorbalance/colorbalance.vcproj:
14229 * gst-libs/gst/colorbalance/colorbalancechannel.c:
14230 * gst-libs/gst/colorbalance/colorbalancechannel.h:
14231 * gst-libs/gst/interfaces/Makefile.am:
14232 * gst-libs/gst/interfaces/colorbalance.c:
14233 (gst_color_balance_class_init):
14234 * gst-libs/gst/interfaces/colorbalance.h:
14235 * gst-libs/gst/interfaces/interfaces-marshal.list:
14236 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14237 * gst-libs/gst/interfaces/mixer.h:
14238 * gst-libs/gst/interfaces/mixeroptions.h:
14239 * gst-libs/gst/interfaces/navigation.c:
14240 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14241 * gst-libs/gst/interfaces/tuner.h:
14242 * gst/volume/Makefile.am:
14243 * gst/volume/gstvolume.c:
14244 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14245 * sys/ximage/Makefile.am:
14246 * sys/ximage/ximagesink.c:
14247 * sys/xvimage/Makefile.am:
14248 * sys/xvimage/xvimagesink.c:
14249 fold in all interfaces into an interfaces dir, preserving CVS
14252 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14254 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14255 Fix build after riff changes.
14257 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14259 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14260 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14261 (gst_riff_create_video_template_caps),
14262 (gst_riff_create_audio_template_caps),
14263 (gst_riff_create_iavs_template_caps):
14264 * gst-libs/gst/riff/riff-media.h:
14265 * gst-libs/gst/riff/riff-read.h:
14266 * gst-libs/gst/riff/riff.c: (gst_riff_init):
14267 Add gst_riff_init() to initialize the debug category, instead
14268 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14270 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14272 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14273 Oops, I shouldn't apply hacks.
14275 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14277 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14278 Remove pad_loop function which doesn't work.
14280 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14282 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14283 Send EOS when deactivating.
14284 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14285 (check_queue), (queue_threshold_reached), (queue_out_of_data),
14286 (gen_preroll_element), (probe_triggered), (mute_stream),
14287 (silence_stream), (new_decoded_pad), (setup_substreams),
14288 (set_active_source):
14289 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14290 (remove_sinks), (add_sink):
14291 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14292 Change for new probe API.
14294 2005-06-29 Wim Taymans <wim@fluendo.com>
14296 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14297 * gst-libs/gst/audio/gstbaseaudiosink.c:
14298 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14299 (gst_baseaudiosink_change_state):
14300 * gst-libs/gst/audio/gstbaseaudiosink.h:
14301 * gst-libs/gst/audio/gstringbuffer.c:
14302 (gst_ringbuffer_set_callback):
14303 Fix compilation error.
14304 Ringbuffer starts out as not running.
14305 Free our clock in dispose.
14306 When releasing the ringbuffer we need to renegotiate so
14307 clear the pad caps.
14309 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
14313 * docs/Makefile.am:
14314 * docs/libs/Makefile.am:
14315 * docs/libs/gst-plugins-libs-docs.sgml:
14316 * docs/libs/gst-plugins-libs-sections.txt:
14317 * docs/libs/gst-plugins-libs.types:
14318 * docs/libs/tmpl/gstaudio.sgml:
14319 * docs/libs/tmpl/gstcolorbalance.sgml:
14320 * docs/libs/tmpl/gstringbuffer.sgml:
14321 * gst-libs/gst/audio/gstringbuffer.c:
14322 (gst_ringbuffer_set_callback):
14323 reinstate gtk-doc docs for plugin libs
14325 2005-06-28 Wim Taymans <wim@fluendo.com>
14327 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14328 (gst_ogg_demux_init):
14329 Removed pad loop function.
14331 2005-06-28 Wim Taymans <wim@fluendo.com>
14333 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14334 If we're building a chain we are not in an error case
14335 when we queue a buffer.
14337 2005-06-28 Andy Wingo <wingo@pobox.com>
14339 * *.c: Don't cast to GstObject before reffing/unreffing.
14341 2005-06-27 Andy Wingo <wingo@pobox.com>
14343 * gst/videotestsrc/gstvideotestsrc.c
14344 (gst_videotestsrc_activate_push): Activation API changes.
14346 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
14347 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14348 they have refs on the decodebin.
14350 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14352 (gst_ogg_pad_typefind): Don't leak a pad ref.
14353 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14354 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
14355 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14357 2005-06-27 Edward Hervey <edward@fluendo.com>
14359 * ext/theora/theoradec.c: (theora_dec_change_state):
14360 re-arranged call to parent's state change in order to avoid locks (or
14363 2005-06-26 Edward Hervey <edward@fluendo.com>
14365 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14366 2nd argument of 'unknow-type' signal is a GstCaps and not a
14369 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
14370 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14371 Set the worker thread's running flag to TRUE before starting the
14373 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14374 Catch a failure to add typefind to the bin.
14376 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
14378 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14379 (gst_sinesrc_init), (gst_sinesrc_create),
14380 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14381 (gst_sinesrc_start):
14382 * gst/sine/gstsinesrc.h:
14383 add num-buffers and timestamp-offset properties
14384 * gst/videotestsrc/gstvideotestsrc.c:
14385 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14386 (gst_videotestsrc_get_property):
14387 add timestamp-offset property
14389 2005-06-23 Christian Schaller <uraeus@gnome.org>
14391 * configure.ac: add videorate
14392 * gst-plugins-base.spec.in: add videorate
14394 2005-06-23 Wim Taymans <wim@fluendo.com>
14396 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14397 (gst_videorate_getcaps), (gst_videorate_setcaps),
14398 (gst_videorate_event), (gst_videorate_chain):
14399 Fixed videorate, fixating an already fixated caps is not
14402 2005-06-23 Wim Taymans <wim@fluendo.com>
14405 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14406 Buffer on caps is not boxed anymore.
14408 2005-06-22 Wim Taymans <wim@fluendo.com>
14410 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14411 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14412 Set buffers on caps as miniobjects and not as boxed.
14414 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14419 === release 0.9.1 ===
14421 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14442 updates for release
14444 2005-06-09 Andy Wingo <wingo@pobox.com>
14446 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14448 2005-06-09 Andy Wingo <wingo@pobox.com>
14451 * gst-libs/gst/Makefile.am:
14452 * gst-libs/gst/net/Makefile.am:
14453 Add gstnet to build.
14455 2005-06-09 Andy Wingo <wingo@pobox.com>
14457 * gst-libs/gst/gconf/gconf.c:
14458 * gst/playback/test.c:
14459 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14462 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14464 * ext/theora/theoraenc.c (theora_enc_chain):
14465 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14467 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14470 2005-06-02 Wim Taymans <wim@fluendo.com>
14472 * gst-libs/gst/net/Makefile.am:
14473 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14474 * pkgconfig/gstreamer-libs.pc.in:
14475 Added net stuff, version net lib.
14477 2005-06-02 Wim Taymans <wim@fluendo.com>
14479 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14480 (query_rates), (query_positions_elems), (query_positions_pads),
14482 Updated seek example.
14484 2005-06-02 Andy Wingo <wingo@pobox.com>
14486 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14487 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14490 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14491 remove the typefind, the bin dispose will do it for us. When it's
14492 removed and unreffed, the signal handler will be disconnected,
14494 (unlinked): It's too difficult to disconnect from unlinked
14495 handlers, as they are on pads not elements. Just punt if the pads
14496 aren't grandkids of the bin.
14498 2005-06-02 Wim Taymans <wim@fluendo.com>
14501 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14502 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14503 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14504 * ext/theora/theoradec.c: (theora_dec_src_query),
14505 (theora_handle_data_packet):
14506 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14507 (theora_enc_chain):
14508 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14509 (vorbis_handle_data_packet):
14510 * gst/audioconvert/bufferframesconvert.c:
14511 (buffer_frames_convert_chain):
14512 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14513 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14514 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14515 (gst_ffmpegcsp_chain):
14516 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14517 (gst_videorate_getcaps), (gst_videorate_setcaps),
14518 (gst_videorate_event), (gst_videorate_chain):
14519 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14520 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14521 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14522 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14523 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14524 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14525 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14526 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14527 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14528 Cleanups and buffer alloc.
14530 2005-05-31 Wim Taymans <wim@fluendo.com>
14532 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14533 Don't try to call the delay method when the device is not
14536 2005-05-31 Wim Taymans <wim@fluendo.com>
14538 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14539 Get actual segment size and buffer size after opening
14542 2005-05-30 Wim Taymans <wim@fluendo.com>
14544 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14545 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14546 Also FLUSH upstream, makes the loop function exit faster.
14548 * ext/theora/theoradec.c: (theora_dec_src_query):
14549 Some more debug info in the query.
14551 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14552 (gst_ximagesink_setcaps):
14553 Release lock on par error, better error reporting.
14555 2005-05-26 Wim Taymans <wim@fluendo.com>
14557 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14558 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14559 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14560 Clear chains in READY
14561 Queue packets until the chain is activated.
14563 2005-05-25 Wim Taymans <wim@fluendo.com>
14565 * gst-libs/gst/audio/gstaudiosink.c:
14566 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14567 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14568 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14569 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14570 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14571 (gst_audiosink_create_ringbuffer):
14572 * gst-libs/gst/audio/gstbaseaudiosink.c:
14573 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14574 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14575 (gst_baseaudiosink_set_property), (build_linear_format),
14576 (debug_spec_caps), (debug_spec_buffer),
14577 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14578 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14579 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14580 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14581 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14582 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14583 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14584 (gst_ringbuffer_play), (gst_ringbuffer_pause),
14585 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14586 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14587 (wait_segment), (gst_ringbuffer_commit),
14588 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14589 (gst_ringbuffer_clear):
14590 Various small cleanups.
14592 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14593 (gst_audio_convert_change_state):
14594 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14595 No need to take the locks anymore.
14597 2005-05-25 Wim Taymans <wim@fluendo.com>
14599 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14600 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14601 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14603 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14604 (group_destroy), (group_commit), (queue_overrun),
14605 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14606 (mute_stream), (new_decoded_pad), (setup_substreams),
14607 (setup_source), (mute_group_type), (set_active_source),
14608 (gst_play_base_bin_change_state):
14609 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14610 (gen_video_element), (gen_text_element), (gen_audio_element),
14611 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14612 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14613 (gst_stream_info_dispose), (gst_stream_info_set_mute):
14614 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14615 Some playbin cleanups mostly refcounting sloppyness.
14617 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14619 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14620 Work with streaming input.
14622 2005-05-25 Wim Taymans <wim@fluendo.com>
14624 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14625 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14626 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14627 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14628 No need to take the STREAM lock anymore.
14630 2005-05-25 Wim Taymans <wim@fluendo.com>
14632 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14633 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14634 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14635 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14636 (gst_ogg_demux_sink_activate):
14637 * ext/theora/theoradec.c: (theora_dec_src_event),
14638 (theora_handle_comment_packet), (theora_dec_chain),
14639 (theora_dec_change_state):
14640 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14641 (vorbis_handle_data_packet), (vorbis_dec_chain),
14642 (vorbis_dec_change_state):
14643 Remove STREAM locks as they are taken in core now.
14644 Never set bogus granulepos on vorbis/theora.
14645 Fix leaks in theoradec tag parsing.
14647 2005-05-25 Wim Taymans <wim@fluendo.com>
14649 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14650 Fix memleaks, GST_BUFFER_DATA() is not freed.
14652 2005-05-25 Wim Taymans <wim@fluendo.com>
14654 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14655 Open non-blocking, set to blocking mode afterwards to avoid
14656 lockups when audio device is busy.
14658 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14660 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14661 This can't be good.
14663 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14665 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14666 (gst_audio_convert_chain), (gst_audio_convert_link_src),
14667 (gst_audio_convert_setcaps):
14668 Implement instant setup switching.
14670 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14672 * gst/playback/gstplaybasebin.c: (probe_triggered):
14673 Fix missing unlock.
14674 * gst/playback/gstplaybin.c: (add_sink):
14675 First add, then link (otherwise pad link fails).
14677 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14679 * examples/Makefile.am:
14680 fix buildbot (make distcheck)
14682 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14684 * gst/playback/gstplaybin.c: (gen_vis_element):
14685 Remove some wrong code. Doesn't work yet.
14687 2005-05-19 Wim Taymans <wim@fluendo.com>
14689 * gst-libs/gst/net/Makefile.am:
14690 * gst-libs/gst/net/README:
14691 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14692 (gst_netbuffer_class_init), (gst_netbuffer_init),
14693 (gst_netbuffer_finalize), (gst_netbuffer_copy),
14694 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14695 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14696 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14697 * gst-libs/gst/net/gstnetbuffer.h:
14698 Added buffer subclass to store extra to/from addresses for
14699 network sources/sinks.
14701 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14703 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14704 Don't lock an unassigned variable.
14706 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14708 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14709 Increase buffer for video, decrease buffer for other media types.
14710 * gst/playback/gstplaybin.c: (gen_video_element),
14711 (gen_audio_element):
14712 Change names for debugging purposes.
14714 2005-05-18 Wim Taymans <wim@fluendo.com>
14716 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14717 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14718 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14719 (gst_ffmpegcsp_chain):
14720 Enable buffer alloc passthrough if the source and dest
14721 formats are the same.
14723 2005-05-17 Wim Taymans <wim@fluendo.com>
14725 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14726 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14727 (gst_ogg_demux_chain_unlocked):
14728 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14729 (gst_audio_convert_caps_remove_format_info),
14730 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14731 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14732 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14733 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14734 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14735 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14736 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14737 (gst_ffmpegcsp_get_property):
14738 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14739 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14740 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14741 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14742 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14743 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14744 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14745 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14746 Leak fixes in oggdemux.
14747 Some cleanups in audioconvert.
14748 Make passthrough work along with buffer_alloc etc.
14749 Make buffer_alloc and buffer recycling actually work in
14752 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
14754 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14755 make the compiler happy
14757 2005-05-17 Wim Taymans <wim@fluendo.com>
14759 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14760 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14761 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14762 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14763 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14764 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14765 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14766 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14767 (gst_xvimagesink_set_xwindow_id):
14768 * sys/xvimage/xvimagesink.h:
14769 Port xvimagesink to new MiniObject.
14771 2005-05-17 Wim Taymans <wim@fluendo.com>
14773 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14774 (gst_audiofilter_chain):
14775 * gst-libs/gst/audio/gstaudiosink.c:
14776 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14777 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14778 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14779 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14780 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14781 (gst_audiosink_create_ringbuffer):
14782 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14783 (gst_audio_convert_caps_remove_format_info),
14784 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14785 (gst_audio_convert_fixate), (gst_audio_convert_channels):
14786 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14787 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14788 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14789 Fix passthrough in ffmpegcolorspace.
14790 Fix memset in audiosink on wrong memory.
14792 2005-05-16 David Schleef <ds@schleef.org>
14794 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14797 2005-05-16 David Schleef <ds@schleef.org>
14799 Port from GstData to GstMiniObject.
14800 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14801 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14802 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14803 (gst_ogg_mux_collected):
14804 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14805 * ext/theora/theoradec.c: (theora_handle_comment_packet),
14806 (theora_handle_data_packet):
14807 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14808 (theora_set_header_on_caps), (theora_enc_chain):
14809 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14810 (vorbis_handle_comment_packet):
14811 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14812 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14813 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14814 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14815 * gst/audioconvert/gstaudioconvert.c:
14816 (gst_audio_convert_get_buffer):
14817 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14818 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14819 (mute_stream), (silence_stream):
14820 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14821 * gst/volume/gstvolume.c: (volume_transform):
14822 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14823 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14824 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14825 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14826 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14827 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14828 (gst_ximagesink_buffer_alloc):
14829 * sys/ximage/ximagesink.h:
14831 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14833 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14834 (fill_buffer), (check_queue), (queue_threshold_reached),
14835 (queue_out_of_data):
14836 * gst/playback/gstplaybasebin.h:
14837 Post buffer-fullness on the bus.
14839 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14841 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14843 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14844 (group_commit), (probe_triggered), (setup_source),
14845 (gst_play_base_bin_change_state):
14846 * gst/playback/gstplaybasebin.h:
14847 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14848 (gst_play_bin_init), (remove_sinks), (setup_sinks),
14849 (gst_play_bin_change_state):
14850 Move setup_output_pads into a virtual function, remove
14851 group-switch (no longer needed) and redirect (handled by bus
14854 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14856 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14857 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14858 (get_active_group), (get_building_group), (group_destroy),
14859 (group_commit), (check_queue), (queue_overrun),
14860 (queue_threshold_reached), (queue_out_of_data),
14861 (gen_preroll_element), (remove_groups), (unknown_type),
14862 (add_element_stream), (no_more_pads), (probe_triggered),
14863 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14864 (setup_substreams), (setup_source), (finish_source),
14865 (prepare_output), (muted_group_change_state),
14866 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14867 (gst_play_base_bin_change_state):
14868 * gst/playback/gstplaybasebin.h:
14869 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14870 (gst_play_bin_init), (gst_play_bin_set_property),
14871 (gen_video_element), (gen_text_element), (gen_audio_element),
14872 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14873 (gst_play_bin_change_state):
14874 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14875 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14876 (stream_info_change_state), (gst_stream_info_set_mute),
14877 (gst_stream_info_get_property):
14878 * gst/playback/gststreaminfo.h:
14879 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14880 (gst_stream_selector_get_linked_pad),
14881 (gst_stream_selector_getcaps),
14882 (gst_stream_selector_get_linked_pads),
14883 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14884 * gst/playback/gststreamselector.h:
14885 Rough port of playbin. Needs some more work, but is mostly done,
14886 and uses a few locks in important places, which should make stuff
14887 like chain-switches clean. Still uses GST_STATE() in a few places,
14888 which isn't all that good an idea, subtitles/elements disabled
14889 because no elements to test with and thus probably broken, query
14890 and event handling moved to GstBin, internal thread removed
14891 alltogether because the pipeline does that for us now. Can play
14892 Ogg/Vorbis files. Haven't tested anything else yet.
14894 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14896 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14897 Do no-more-pads (needed for autoplugging).
14899 2005-05-10 Andy Wingo <wingo@pobox.com>
14901 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14902 message to the bus with the tags. Still not sent downstream tho.
14904 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14906 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14907 avoid refcounting hassles.
14909 2005-05-09 Andy Wingo <wingo@pobox.com>
14911 * gst/volume/Makefile.am:
14912 * gst/volume/demo.c
14913 * gst/volume/gstvolume.h
14914 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14915 basetransform. Probably need an audio filter base class.
14917 2005-05-09 Wim Taymans <wim@fluendo.com>
14919 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14920 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14921 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14922 (gst_vorbisenc_chain):
14923 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14924 (gst_audio_convert_caps_remove_format_info),
14925 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14926 (gst_audio_convert_fixate), (gst_audio_convert_channels):
14927 Make caps writable before writing to it.
14928 Fix negotiation in audioconvert some more.
14930 2005-05-09 Wim Taymans <wim@fluendo.com>
14932 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14933 (gst_videorate_getcaps), (gst_videorate_setcaps),
14934 (gst_videorate_event), (gst_videorate_chain):
14935 Better negotiation.
14937 2005-05-09 Wim Taymans <wim@fluendo.com>
14939 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14940 (gst_videorate_getcaps), (gst_videorate_setcaps),
14941 (gst_videorate_blank_data), (gst_videorate_init),
14942 (gst_videorate_event), (gst_videorate_chain),
14943 (gst_videorate_change_state):
14944 Port videorate, do a better job at negotiation while we're at
14947 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
14952 * examples/Makefile.am:
14953 * gst-libs/gst/audio/Makefile.am:
14954 * gst-libs/gst/riff/Makefile.am:
14955 * gst-libs/gst/tag/Makefile.am:
14956 * gst-libs/gst/video/Makefile.am:
14957 Fixups for missing variables.
14959 2005-05-09 Wim Taymans <wim@fluendo.com>
14961 * examples/seeking/seek.c: (make_theora_pipeline),
14962 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14963 (query_rates), (query_positions_elems), (query_positions_pads),
14964 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14965 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14966 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14967 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14968 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14969 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14970 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14971 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14972 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14973 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14974 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14975 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14976 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14977 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14978 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14979 (theora_dec_src_convert), (theora_dec_sink_convert),
14980 (theora_dec_src_query), (theora_dec_sink_query),
14981 (theora_dec_src_event), (theora_dec_sink_event),
14982 (theora_handle_comment_packet), (theora_handle_type_packet),
14983 (theora_handle_header_packet), (theora_handle_data_packet),
14984 (theora_dec_chain):
14985 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14986 (vorbis_dec_convert), (vorbis_dec_src_query),
14987 (vorbis_dec_sink_query), (vorbis_dec_src_event),
14988 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14989 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14990 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14991 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14992 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14993 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14994 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14995 (gst_play_bin_query):
14996 * gst/playback/test3.c: (update_scale):
14997 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14998 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14999 * gst/subparse/gstsubparse.c: (gst_subparse_init):
15000 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15001 (gst_videotestsrc_src_query):
15002 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15003 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15004 (paint_hline_YUV9):
15005 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15006 Port to new query API.
15008 Cleanups in x[v]imagesink
15010 2005-05-09 Andy Wingo <wingo@pobox.com>
15012 * ext/alsa/gstalsasink.h:
15013 * ext/gnomevfs/gstgnomevfssrc.c:
15014 (gst_gnomevfssrc_get_icy_metadata):
15015 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15016 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15017 * ext/theora/theoradec.c (theora_dec_src_query)
15018 (theora_dec_src_event, theora_dec_sink_event)
15019 (theora_handle_comment_packet, theora_handle_data_packet):
15020 * ext/theora/theoraenc.c (theora_enc_chain):
15021 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15022 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15023 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15024 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15026 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15027 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15028 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15029 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15030 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15031 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15032 (paint_setup_xBGR8888, paint_setup_RGBx8888)
15033 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15034 (paint_setup_RGB565, paint_setup_xRGB1555):
15035 * gst/videotestsrc/videotestsrc.h:
15036 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15037 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15038 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15041 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15042 gst_pad_query_position. Fixes oggdemux.
15044 2005-05-08 David Schleef <ds@schleef.org>
15046 * configure.ac: Require liboil.
15047 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15049 * gst/videotestsrc/videotestsrc.c:
15050 * gst/videotestsrc/videotestsrc.h:
15052 2005-05-06 Wim Taymans <wim@fluendo.com>
15054 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15055 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15056 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15057 Well, unreffing a buffer right before pushing it is asking
15060 2005-05-06 Christian Schaller <uraeus@gnome.org>
15062 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15064 2005-05-06 Wim Taymans <wim@fluendo.com>
15066 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15067 (gst_audio_convert_caps_remove_format_info),
15068 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15069 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15070 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15071 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15072 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15073 * gst/sine/Makefile.am:
15074 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15075 (gst_sinesrc_class_init), (gst_sinesrc_init),
15076 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15077 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15078 (gst_sinesrc_update_freq):
15079 * gst/sine/gstsinesrc.h:
15080 * gst/tcp/gstmultifdsink.c:
15081 * sys/xvimage/xvimagesink.c:
15082 Fixed negotiation wrt _peer_get_caps()
15086 2005-05-06 Wim Taymans <wim@fluendo.com>
15088 * gst-libs/gst/audio/gstaudiosink.c:
15089 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15090 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15091 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15092 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15093 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15094 (gst_audiosink_create_ringbuffer):
15095 * gst-libs/gst/audio/gstbaseaudiosink.c:
15096 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15097 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15098 (gst_baseaudiosink_set_property), (build_linear_format),
15099 (debug_spec_caps), (debug_spec_buffer),
15100 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15101 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15102 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15103 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15104 * gst-libs/gst/audio/gstbaseaudiosink.h:
15105 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15106 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15107 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15108 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15109 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15110 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15111 (wait_segment), (gst_ringbuffer_commit),
15112 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15113 (gst_ringbuffer_clear):
15114 * gst-libs/gst/audio/gstringbuffer.h:
15115 Make the base audiosink return an error when there is no
15116 audiobuffer negotiated.
15118 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15121 Disable cdparanoia until someone ports it!
15123 2005-05-06 Wim Taymans <wim@fluendo.com>
15125 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15126 (gst_ogg_demux_sink_activate):
15127 And revert after wingo's revert.. sigh..
15129 2005-05-05 Andy Wingo <wingo@pobox.com>
15131 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15133 * configure.ac: Return audiorate and subparse from the ghetto.
15134 Re-enable -Wall -Werror.
15135 * gst/subparse/gstsubparse.c:
15136 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15137 or chain-based. Cleaned up a bit. Not tested.
15139 2005-05-05 Christian Schaller <christian@fluendo.com>
15141 * Makefile.am: remove stuff that is not building
15142 * configure.ac: remove stuff that is not building
15143 * examples/Makefile.am: remove stuff that is not building
15144 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15145 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15146 * sys/Makefile.am: remove stuff that is not building
15147 * testsuite/Makefile.am: remove stuff that is not building
15149 2005-05-05 Andy Wingo <wingo@pobox.com>
15151 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15152 * gst-libs/gst/tag/gstvorbistag.c:
15153 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15154 * gst/adder/gstadder.h:
15155 * gst/audioconvert/gstchannelmix.c:
15156 (gst_audio_convert_fill_one_other):
15157 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15158 (gst_audiorate_init), (gst_audiorate_chain):
15159 * gst/playback/gstplaybasebin.c: (setup_source):
15160 * gst/playback/test3.c: (update_scale):
15178 2005-05-05 Wim Taymans <wim@fluendo.com>
15180 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15181 (gst_audio_convert_caps_remove_format_info),
15182 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15183 (gst_audio_convert_change_state), (gst_audio_convert_channels):
15184 * gst/videotestsrc/gstvideotestsrc.c:
15185 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15186 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15187 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15188 (gst_videotestsrc_init), (gst_videotestsrc_loop):
15189 Don't ignore _push() return values.
15190 Make sure no processing is done when shutting down.
15191 Videotestsrc pad activation fix.
15193 2005-05-05 Wim Taymans <wim@fluendo.com>
15195 * gst/adder/Makefile.am:
15196 * gst/adder/gstadder.c: (gst_adder_setcaps),
15197 (gst_adder_class_init), (gst_adder_init),
15198 (gst_adder_request_new_pad), (gst_adder_collected),
15199 (gst_adder_change_state):
15200 * gst/adder/gstadder.h:
15201 Ported adder as an example of a mixer element using
15202 collect pads. Needs more negotiation work.
15204 2005-05-05 Wim Taymans <wim@fluendo.com>
15206 * ext/theora/theoradec.c: (_inc_granulepos),
15207 (theora_dec_src_event), (theora_dec_sink_event),
15208 (theora_handle_comment_packet), (theora_handle_type_packet),
15209 (theora_handle_header_packet), (theora_handle_data_packet),
15210 (theora_dec_chain):
15211 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15212 (gst_theora_enc_init), (theora_enc_sink_setcaps),
15213 (theora_push_buffer), (theora_push_packet),
15214 (theora_enc_sink_event), (theora_enc_chain),
15215 (theora_enc_change_state), (theora_enc_set_property),
15216 (theora_enc_get_property):
15217 Added stream lock to decoder so that we can serialize
15219 More theoraenc porting, recover from errors, do clean
15222 2005-05-05 Wim Taymans <wim@fluendo.com>
15224 * ext/ogg/Makefile.am:
15226 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15227 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15229 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15230 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15231 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15232 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15233 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15234 (gst_ogg_mux_change_state):
15237 2005-05-05 Wim Taymans <wim@fluendo.com>
15239 * docs/design-audiosinks.txt:
15240 * gst-libs/gst/audio/TODO:
15241 * gst-libs/gst/audio/gstaudiosink.c:
15242 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15243 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15244 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15245 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15246 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15247 (gst_audiosink_create_ringbuffer):
15248 * gst-libs/gst/audio/gstbaseaudiosink.c:
15249 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15250 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15251 (gst_baseaudiosink_set_property), (build_linear_format),
15252 (debug_spec_caps), (debug_spec_buffer),
15253 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15254 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15255 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15256 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15257 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15258 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15259 (gst_ringbuffer_release), (gst_ringbuffer_play),
15260 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15261 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15262 (gst_ringbuffer_set_sample), (wait_segment),
15263 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15264 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15265 More work on the audiosink, mostly debugging and a race in
15268 2005-04-28 Wim Taymans <wim@fluendo.com>
15270 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15271 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15272 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15273 (vorbis_dec_src_query), (vorbis_dec_src_event),
15274 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15275 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15276 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15277 Don't crap out when seeking back to position 0.
15279 2005-04-28 Wim Taymans <wim@fluendo.com>
15281 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15282 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15283 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15284 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15285 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15286 Make audio sink configurable, use alsasink as default.
15288 2005-04-28 Wim Taymans <wim@fluendo.com>
15290 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15291 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15292 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15293 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15294 (vorbis_dec_change_state):
15295 * ext/vorbis/vorbisdec.h:
15296 Refactor, use STREAM_LOCK.
15298 2005-04-28 Wim Taymans <wim@fluendo.com>
15300 * ext/theora/theoradec.c: (_inc_granulepos),
15301 (theora_dec_sink_event), (theora_handle_comment_packet),
15302 (theora_handle_type_packet), (theora_handle_header_packet),
15303 (theora_handle_data_packet), (theora_dec_chain),
15304 (theora_dec_change_state):
15305 Refactor a bit, use STREAM_LOCK.
15307 2005-04-28 Wim Taymans <wim@fluendo.com>
15309 * ext/alsa/Makefile.am:
15310 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15311 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15312 (gst_alsa_link), (gst_alsa_close_audio):
15313 * ext/alsa/gstalsaplugin.c: (plugin_init):
15314 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15315 (gst_alsasink_dispose), (gst_alsasink_base_init),
15316 (gst_alsasink_class_init), (gst_alsasink_init),
15317 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15318 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15319 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15320 (gst_alsasink_reset):
15321 * ext/alsa/gstalsasink.h:
15322 Implement alsasink with simple open/write/close API.
15323 Make alsa dir build by disabling compilation of code.
15325 2005-04-28 Wim Taymans <wim@fluendo.com>
15327 * gst-libs/gst/audio/Makefile.am:
15328 * gst-libs/gst/audio/audio.h:
15329 * gst-libs/gst/audio/audioclock.c:
15330 * gst-libs/gst/audio/audioclock.h:
15331 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15332 (gst_audio_clock_class_init), (gst_audio_clock_init),
15333 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15334 * gst-libs/gst/audio/gstaudioclock.h:
15335 * gst-libs/gst/audio/gstaudiosink.c:
15336 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15337 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15338 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15339 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15340 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15341 (gst_audiosink_create_ringbuffer):
15342 * gst-libs/gst/audio/gstbaseaudiosink.c:
15343 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15344 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15345 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15346 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15347 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15348 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15349 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15350 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15351 * gst-libs/gst/audio/gstbaseaudiosink.h:
15352 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15353 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15354 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15355 (gst_ringbuffer_release), (gst_ringbuffer_play),
15356 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15357 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15358 (gst_ringbuffer_set_sample), (wait_segment),
15359 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15360 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15361 * gst-libs/gst/audio/gstringbuffer.h:
15362 Make ringbuffer faster and more simple by removing the locks
15363 in the playback thread.
15364 Add sample accurate playback based on buffer sample offsets.
15365 Make the baseaudiosink provide a clock.
15366 Parse caps in the base class.
15367 Correctly handle seeking, flushing and state changes.
15369 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
15372 * gst/audioconvert/Makefile.am:
15373 * gst/audioscale/Makefile.am:
15374 Fix part of the build. Come on guys, autogen didn't even work :)
15376 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15379 * gst-libs/gst/Makefile.am:
15380 * gst-libs/gst/media-info/.cvsignore:
15381 * gst-libs/gst/media-info/Makefile.am:
15382 * gst-libs/gst/media-info/README:
15383 * gst-libs/gst/media-info/media-info-priv.c:
15384 * gst-libs/gst/media-info/media-info-priv.h:
15385 * gst-libs/gst/media-info/media-info-test.c:
15386 * gst-libs/gst/media-info/media-info.c:
15387 * gst-libs/gst/media-info/media-info.h:
15388 * gst-libs/gst/media-info/media-info.vcproj:
15389 * pkgconfig/Makefile.am:
15390 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15391 * pkgconfig/gstreamer-media-info.pc.in:
15392 Remove media-info, which is also successed by playbin (see Totem
15395 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15398 * examples/Makefile.am:
15399 * examples/gstplay/.cvsignore:
15400 * examples/gstplay/Makefile.am:
15401 * examples/gstplay/player.c:
15402 * gst-libs/gst/Makefile.am:
15403 * gst-libs/gst/play/.cvsignore:
15404 * gst-libs/gst/play/Makefile.am:
15405 * gst-libs/gst/play/play.c:
15406 * gst-libs/gst/play/play.h:
15407 * gst-libs/gst/play/play.vcproj:
15408 * pkgconfig/Makefile.am:
15409 * pkgconfig/gstreamer-play-uninstalled.pc.in:
15410 * pkgconfig/gstreamer-play.pc.in:
15411 Remove libgstplay, playbin is now the official successor.
15413 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15416 * gst-libs/gst/Makefile.am:
15417 * gst-libs/gst/xwindowlistener/Makefile.am:
15418 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15419 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15420 Remove deprecated xwindowlistener (I've moved xwindowlistening
15421 in the v4l/v4l2 plugins over to serverside).
15423 2005-04-25 David Schleef <ds@schleef.org>
15425 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15426 to examples/dynparams. Examples do not belong interspersed with
15428 * examples/dynparams/demo-dparams.c:
15429 * gst/sine/Makefile.am:
15430 * gst/sine/demo-dparams.c:
15432 2005-04-25 David Schleef <ds@schleef.org>
15434 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15435 * gst-libs/gst/audio/Makefile.am:
15436 * gst-libs/gst/riff/Makefile.am:
15437 * gst-libs/gst/tag/Makefile.am:
15438 * gst-libs/gst/video/Makefile.am:
15439 * gst-libs/gst/xwindowlistener/Makefile.am:
15441 Convert to 0.9 API, seems to work:
15442 * sys/ximage/Makefile.am:
15443 * sys/ximage/ximagesink.c:
15445 2005-04-24 David Schleef <ds@schleef.org>
15447 Link plugins against libraries:
15448 * ext/alsa/Makefile.am:
15449 * gst/tcp/Makefile.am:
15451 Remove asm code that should be in liboil
15452 * gst/videoscale/Makefile.am:
15453 * gst/videoscale/videoscale_x86_asm.s:
15455 gettext wants these checked in:
15471 2005-04-24 David Schleef <ds@schleef.org>
15473 Convert gst_main() to g_main_loop_run()
15474 * gst/playback/decodetest.c: (main):
15475 * gst/playback/test2.c: (main):
15476 * gst/playback/test3.c: (main):
15477 * gst/playback/test4.c: (main):
15479 Link plugins against libraries:
15480 * ext/libvisual/Makefile.am:
15481 * sys/xvimage/Makefile.am:
15483 2005-04-24 David Schleef <ds@schleef.org>
15485 * configure.ac: Remove idct and resample libs
15486 * gst-libs/gst/Makefile.am: same
15488 Remove usage of gst_library_load():
15489 * ext/alsa/gstalsaplugin.c: (plugin_init):
15490 * ext/libvisual/visual.c: (plugin_init):
15491 * ext/ogg/gstogg.c: (plugin_init):
15492 * ext/theora/theora.c: (plugin_init):
15493 * ext/vorbis/vorbis.c: (plugin_init):
15494 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15495 * gst/audioscale/gstaudioscale.c:
15496 * gst/adder/gstadder.c: (plugin_init):
15497 * gst/audioconvert/plugin.c: (plugin_init):
15498 * sys/ximage/ximagesink.c: (plugin_init):
15499 * sys/xvimage/xvimagesink.c: (plugin_init):
15500 * gst/tcp/gsttcpplugin.c: (plugin_init):
15502 Link plugins against libraries:
15503 * ext/ogg/Makefile.am:
15504 * ext/theora/Makefile.am:
15505 * ext/vorbis/Makefile.am:
15506 * gst/audioconvert/Makefile.am:
15508 Create proper libraries:
15509 * gst-libs/gst/riff/Makefile.am:
15510 * gst-libs/gst/audio/Makefile.am:
15511 * gst-libs/gst/video/Makefile.am:
15513 Move resample library to audioscale plugin directory:
15514 * gst-libs/gst/resample/Makefile.am:
15515 * gst-libs/gst/resample/README:
15516 * gst-libs/gst/resample/dtof.c:
15517 * gst-libs/gst/resample/dtos.c:
15518 * gst-libs/gst/resample/functable.c:
15519 * gst-libs/gst/resample/private.h:
15520 * gst-libs/gst/resample/resample.c:
15521 * gst-libs/gst/resample/resample.h:
15522 * gst-libs/gst/resample/resample.vcproj:
15523 * gst-libs/gst/resample/test.c:
15524 * gst/audioscale/Makefile.am:
15525 * gst/audioscale/README:
15526 * gst/audioscale/dtof.c:
15527 * gst/audioscale/dtos.c:
15528 * gst/audioscale/functable.c:
15529 * gst/audioscale/private.h:
15530 * gst/audioscale/resample.c:
15531 * gst/audioscale/resample.h:
15532 * gst/audioscale/test.c:
15534 Move tagedit library to gst-libs:
15535 * gst-libs/gst/tag/Makefile.am:
15536 * gst-libs/gst/tag/gstid3tag.c:
15537 * gst-libs/gst/tag/gsttagediting.c:
15538 * gst-libs/gst/tag/gsttageditingprivate.h:
15539 * gst-libs/gst/tag/gstvorbistag.c:
15540 * gst/tags/Makefile.am:
15541 * gst/tags/gstid3tag.c:
15542 * gst/tags/gstvorbistag.c:
15544 Fix for core changes:
15545 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15546 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15547 (gst_sinesrc_getrange):
15549 2005-04-23 David Schleef <ds@schleef.org>
15551 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
15552 in gst-plugins in a long time, and properly belongs in liboil.
15553 * gst-libs/gst/idct/Makefile.am:
15554 * gst-libs/gst/idct/README:
15555 * gst-libs/gst/idct/dct.h:
15556 * gst-libs/gst/idct/doieee:
15557 * gst-libs/gst/idct/fastintidct.c:
15558 * gst-libs/gst/idct/floatidct.c:
15559 * gst-libs/gst/idct/idct.c:
15560 * gst-libs/gst/idct/idct.h:
15561 * gst-libs/gst/idct/idtc.vcproj:
15562 * gst-libs/gst/idct/ieeetest.c:
15563 * gst-libs/gst/idct/intidct.c:
15565 2005-04-20 Wim Taymans <wim@fluendo.com>
15567 * docs/design-audiosinks.txt:
15568 * gst-libs/gst/audio/Makefile.am:
15569 * gst-libs/gst/audio/TODO:
15570 * gst-libs/gst/audio/gstaudiosink.c:
15571 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15572 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15573 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15574 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15575 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15576 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15577 (gst_audiosink_class_init), (gst_audiosink_init),
15578 (gst_audiosink_create_ringbuffer):
15579 * gst-libs/gst/audio/gstaudiosink.h:
15580 * gst-libs/gst/audio/gstbaseaudiosink.c:
15581 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15582 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15583 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15584 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15585 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15586 (gst_baseaudiosink_create_ringbuffer),
15587 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15588 * gst-libs/gst/audio/gstbaseaudiosink.h:
15589 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15590 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15591 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15592 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15593 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15594 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15595 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15596 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15597 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15598 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15599 * gst-libs/gst/audio/gstringbuffer.h:
15600 An attempt at a set of audio base classes together with some
15603 2005-04-20 Wim Taymans <wim@fluendo.com>
15605 * gst/audioconvert/Makefile.am:
15606 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15607 (gst_audio_convert_caps_remove_format_info),
15608 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15609 (gst_audio_convert_channels):
15610 Link against audio libs.
15611 Fix audio convert plugin.
15613 2005-04-20 Wim Taymans <wim@fluendo.com>
15615 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15616 (gst_ogg_demux_sink_activate):
15617 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15618 (theora_set_header_on_caps), (theora_enc_sink_event),
15619 (theora_enc_chain):
15620 Fix theora encoder.
15622 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15624 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15625 * gst/playback/gstdecodebin.c: (find_compatibles):
15626 Work with staticpadtemplates in elementfactories.
15628 2005-04-12 Wim Taymans <wim@fluendo.com>
15630 * gst/playback/README:
15631 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15632 (compare_ranks), (print_feature), (gst_decode_bin_init),
15633 (dynamic_create), (dynamic_free), (find_compatibles),
15634 (mimetype_is_raw), (close_pad_link), (got_redirect),
15635 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15636 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15637 (gst_decode_bin_change_state):
15638 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15639 (gst_play_base_bin_init), (group_destroy), (group_commit),
15640 (check_queue), (queue_overrun), (queue_threshold_reached),
15641 (queue_out_of_data), (gen_preroll_element), (unknown_type),
15642 (new_decoded_pad), (setup_subtitle), (gen_source_element),
15643 (got_redirect), (setup_source), (play_base_eos),
15644 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15645 (gst_play_base_bin_remove_element):
15646 * gst/playback/gstplaybasebin.h:
15647 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15648 (gst_play_bin_init), (gst_play_bin_dispose),
15649 (gst_play_bin_set_property), (gen_video_element),
15650 (gen_text_element), (gen_audio_element), (remove_sinks),
15651 (gst_play_bin_send_event):
15652 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15653 (stream_info_change_state), (gst_stream_info_set_mute):
15654 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15655 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15656 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15657 (gst_stream_selector_chain):
15658 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15660 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15661 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15662 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15663 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15664 Raw and crude port of decodebin.
15665 Make playbin compile.
15667 2005-04-06 Wim Taymans <wim@fluendo.com>
15669 * ext/gnomevfs/Makefile.am:
15670 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15671 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15672 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15673 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15674 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15675 (gst_gnomevfssrc_stop):
15676 * ext/ogg/Makefile.am:
15677 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15678 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15679 * ext/theora/Makefile.am:
15680 * ext/theora/theoradec.c: (_inc_granulepos),
15681 (theora_dec_sink_event), (theora_dec_chain):
15682 * ext/vorbis/Makefile.am:
15683 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15684 (vorbis_dec_sink_event), (vorbis_dec_chain):
15685 * gst-libs/gst/audio/Makefile.am:
15686 * sys/xvimage/Makefile.am:
15687 Make gnomevfssrc extend the source base class.
15688 Fix linking against libs in various plugins.
15690 2005-04-06 Andy Wingo <wingo@pobox.com>
15692 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15695 * configure.ac: Add check and AC_SUBST for libgstbase.
15697 2005-03-31 Wim Taymans <wim@fluendo.com>
15699 * examples/seeking/Makefile.am:
15700 * examples/seeking/cdparanoia.c: (main):
15701 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15702 (play_cb), (pause_cb), (stop_cb), (main):
15703 * examples/seeking/playbin.c:
15704 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15705 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15706 (make_sid_pipeline), (make_vorbis_pipeline),
15707 (make_theora_pipeline), (make_vorbis_theora_pipeline),
15708 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15709 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15710 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15711 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15713 * examples/seeking/spider_seek.c:
15714 * examples/seeking/vorbisfile.c:
15715 * ext/gnomevfs/Makefile.am:
15716 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15717 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15718 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15719 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15720 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15721 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15722 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15723 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15725 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15726 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15727 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15728 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15729 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15730 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15731 (gst_ogg_pad_event), (gst_ogg_pad_reset),
15732 (gst_ogg_demux_factory_filter), (compare_ranks),
15733 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15734 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15735 (gst_ogg_chain_new), (gst_ogg_chain_free),
15736 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15737 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15738 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15739 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15740 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15741 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15742 (gst_ogg_demux_get_prev_page),
15743 (gst_ogg_demux_deactivate_current_chain),
15744 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15745 (gst_ogg_demux_bisect_forward_serialno),
15746 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15747 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15748 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15749 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15750 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15751 (gst_ogg_demux_change_state), (gst_ogg_print):
15752 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15753 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15754 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15755 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15756 (gst_ogg_mux_loop):
15757 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15758 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15759 (theora_dec_src_convert), (theora_dec_sink_convert),
15760 (theora_dec_src_query), (theora_dec_src_event),
15761 (theora_dec_sink_event), (theora_dec_chain),
15762 (theora_dec_change_state):
15763 * ext/theora/theoraenc.c: (gst_theora_enc_init),
15764 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15765 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15766 (theora_enc_change_state):
15767 * ext/vorbis/Makefile.am:
15768 * ext/vorbis/oggvorbisenc.c:
15769 * ext/vorbis/oggvorbisenc.h:
15770 * ext/vorbis/vorbis.c: (plugin_init):
15771 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15772 (vorbis_dec_src_query), (vorbis_dec_src_event),
15773 (vorbis_dec_sink_event), (vorbis_dec_chain),
15774 (vorbis_dec_change_state):
15775 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15776 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15777 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15778 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15779 (gst_vorbisenc_change_state):
15780 * ext/vorbis/vorbisenc.h:
15781 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15782 * gst-libs/gst/audio/audioclock.c:
15783 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15784 (gst_audiofilter_init), (gst_audiofilter_chain):
15785 * gst-libs/gst/audio/testchannels.c: (main):
15786 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15787 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15788 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15789 (gmip_find_track_streaminfo), (gmip_find_track_format):
15790 * gst-libs/gst/media-info/media-info.c:
15791 (gst_media_info_read_idler):
15792 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15793 (gst_play_get_all_by_interface):
15794 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15795 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15796 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15797 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15798 (gst_riff_parse_info):
15799 * gst-libs/gst/riff/riff-read.h:
15800 * gst-libs/gst/riff/riff.c: (plugin_init):
15801 * gst-libs/gst/video/Makefile.am:
15802 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15803 (gst_videosink_class_init), (gst_videosink_get_type):
15804 * gst-libs/gst/video/videosink.h:
15805 * gst/audioconvert/bufferframesconvert.c:
15806 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15807 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15808 * gst/audioconvert/channelmixtest.c: (main):
15809 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15810 (gst_audio_convert_chain),
15811 (gst_audio_convert_caps_remove_format_info),
15812 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15813 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15814 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15815 (gst_audio_convert_buffer_to_default_format),
15816 (gst_audio_convert_buffer_from_default_format),
15817 (gst_audio_convert_channels):
15818 * gst/audioconvert/gstchannelmix.h:
15819 * gst/ffmpegcolorspace/avcodec.h:
15820 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15821 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15822 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15823 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15824 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15825 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15826 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15827 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15828 (mpeg_video_type_find), (mpeg_video_stream_type_find),
15830 * gst/videotestsrc/gstvideotestsrc.c:
15831 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15832 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15833 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15834 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15835 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15836 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15837 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15838 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15839 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15840 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15841 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15842 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15843 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15844 (gst_xvimagesink_navigation_send_event),
15845 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15846 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15847 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15848 * sys/xvimage/xvimagesink.h:
15849 Plugin port to 0.9, ogg/theora playback should work in the seek
15851 Removed old examples.
15852 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15853 explained in 0.9 TODO doc.
15856 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
15878 * testsuite/Makefile.am:
15879 remove a whole bunch of plugins. This module now contains a set
15880 of free reference plugins/elements as agreed.
15882 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
15885 hunting season on 0.9 is now OPEN
15887 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15889 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15890 Kick the hell out of gcc for not warning me about a symbol conflict.
15892 2005-02-22 Luca Ognibene <luogni@tin.it>
15894 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
15896 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15897 Don't leak caps string (fixes #168134)
15899 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15900 (gst_jpegenc_init), (gst_jpegenc_finalize),
15901 (gst_jpegenc_change_state):
15902 Don't leak line buffers and context struct (fixes #168133).
15904 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
15907 * ext/dirac/gstdiracdec.cc:
15908 (gst_diracdec_chain):
15909 Since dirac 0.5.0 the framerate in dirac is expressed as a
15910 rational number. Fix build and up requirement to 0.5.0, and
15911 also pass parameters to gst_diracdec_link in the right order
15914 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
15916 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15917 * ext/faad/gstfaad.h:
15918 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
15919 certain invalid muxed streams, where some packets will contain
15920 junk after decoder data. Partially fixes #149158.
15922 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
15923 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15924 Make sure we only write to writable buffers
15926 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
15928 * gst-libs/gst/riff/riff-media.c:
15929 (gst_riff_create_audio_caps_with_data):
15930 Do actually fix invalid RIFF fmt header values for alaw
15931 and mulaw audio instead of just saying so.
15933 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15934 Give gst_riff_create_audio_caps_with_data() a chance to
15935 fix up broken format header fields before extracting any
15936 parameters from the header. (fixes #167633)
15938 2005-02-19 Martin Holters <martin.holters@gmx.de>
15940 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
15942 * gst/audioconvert/bufferframesconvert.c:
15943 (buffer_frames_convert_link):
15944 Don't leak othercaps. (fixes #167878)
15946 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
15949 * ext/libvisual/visual.c: (gst_visual_srclink),
15950 (gst_visual_change_state):
15951 Support libvisual 0.2.0.
15953 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
15955 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15956 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15957 Use same rowstrides for I420 as used everywhere else.
15959 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
15961 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15962 Declare variables at beginning of block and make gcc-2.95 happy
15963 (fixes # 167482, patch by Gergely Nagy).
15965 * gst/tcp/gsttcpclientsrc.c:
15966 * gst/tcp/gsttcpclientsrc.h:
15967 Move some includes into the header, so that struct sockaddr_in is
15968 defined when it should be defined on FreeBSD as well (fixes
15971 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15972 Don't pass uninitialised values to setsockopt() here either.
15974 2005-02-17 Luca Ognibene <luogni at tin dot it>
15976 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
15978 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15979 Don't pass uninitialised values to setsockopt(). (fixes #167704)
15981 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15983 * gst/playback/gstplaybin.c: (add_sink):
15984 Invert bin_add/link order to workaround deadlock in opt.
15986 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15988 * gst/modplug/gstmodplug.cc:
15989 Add missing break causing position queries to fail.
15991 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15993 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15994 Granpos can apparently be -1, which screws up calculations...
15996 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
15998 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15999 (gst_ximagesink_send_pending_navigation),
16000 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16001 (gst_ximagesink_init):
16002 * sys/ximage/ximagesink.h:
16003 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16004 (gst_xvimagesink_send_pending_navigation),
16005 (gst_xvimagesink_navigation_send_event),
16006 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16007 * sys/xvimage/xvimagesink.h:
16008 Use a mutex protected list to marshal navigation
16009 events into the stream thread from whichever thread
16012 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
16014 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16015 Display current position and track length; misc. clean-ups.
16017 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16018 (speed_init), (speed_chain):
16019 Add query function, so that the stream length and current position
16020 get adjusted when queried (note that current position queries may
16021 still be wrong if the audio sink returns values based on buffer
16022 timestamps instead of passing on the query).
16024 2005-02-13 Benjamin Otte <otte@gnome.org>
16026 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16027 (gst_audio_convert_channels):
16028 create channel conversion matrix when linking
16029 * gst/audioconvert/.cvsignore:
16030 * gst/audioconvert/Makefile.am:
16031 * gst/audioconvert/channelmixtest.c: (main):
16032 add (ugly) test that ensures stereo <=> mono conversion works
16035 2005-02-13 Benjamin Otte <otte@gnome.org>
16037 * gst/audioconvert/gstchannelmix.h:
16038 include missing header file
16039 * gst/audioconvert/gstchannelmix.c:
16040 (gst_audio_convert_fill_compatible):
16041 use same sign for both channels when converting to/from compatible
16042 channel. Previously used different signs made the signals cancel
16043 each other out and appear like silence. (fixes #167269)
16045 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16047 * gst/ffmpegcolorspace/avcodec.h:
16048 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16049 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16050 (gst_ffmpegcsp_avpicture_fill):
16051 * gst/ffmpegcolorspace/imgconvert.c:
16052 Convert to and from YV12 (fixes #156379).
16054 2005-02-12 Julien MOUTTE <julien@moutte.net>
16056 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16057 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16058 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16059 (gst_ximagesink_expose), (gst_ximagesink_set_property),
16060 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16061 methods from chain and negotiation and vice versa (Fixes #166142).
16062 * sys/ximage/ximagesink.h: Add stream_lock.
16063 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16064 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16065 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16066 (gst_xvimagesink_expose): Check for xcontext before trying to link.
16068 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16070 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16071 Don't send "Hey! You gave me a NULL pointer you naughty person" as
16072 error message when we can't open the DVD device (when dvdnav_open()
16073 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16074 the above). Send something more useful instead (fixes #167117).
16076 2005-02-11 Julien MOUTTE <julien@moutte.net>
16078 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16079 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16080 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16081 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16082 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16083 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16084 methods from chain and negotiation and vice versa (Fixes #166142).
16085 Fix a possible bug of images in the buffer pool being discarded because
16086 we are looking at the wrong geometry.
16087 * sys/xvimage/xvimagesink.h: Add stream_lock.
16089 2005-02-11 David Schleef <ds@schleef.org>
16091 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16092 unsigned int. (fixes #167128)
16094 2005-02-11 David Schleef <ds@schleef.org>
16096 * gst/librfb/Makefile.am: Testing stuff before committing is
16097 for wimps... and people with fast machines. Fix stupid
16100 2005-02-11 David Schleef <ds@schleef.org>
16102 * configure.ac: Pull in librfb from my CVS tree, because it is
16103 too small and annoying to be separate. Move rfbsrc plugin
16106 * ext/librfb/Makefile.am:
16107 * ext/librfb/gstrfbsrc.c:
16108 * gst/librfb/Makefile.am:
16109 * gst/librfb/gstrfbsrc.c:
16110 * gst/librfb/rfb.c:
16111 * gst/librfb/rfb.h:
16112 * gst/librfb/rfbbuffer.c:
16113 * gst/librfb/rfbbuffer.h:
16114 * gst/librfb/rfbbytestream.c:
16115 * gst/librfb/rfbbytestream.h:
16116 * gst/librfb/rfbcontext.h:
16117 * gst/librfb/rfbdecoder.c:
16118 * gst/librfb/rfbdecoder.h:
16119 * gst/librfb/rfbutil.h:
16121 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
16123 * gst/speed/Makefile.am:
16124 * gst/speed/demo-mp3.c: (main):
16125 * gst/speed/filter.func:
16126 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16127 (speed_class_init), (speed_init), (speed_chain_int16),
16128 (speed_chain_float32), (speed_chain), (speed_set_property),
16129 (speed_get_property), (speed_change_state):
16130 * gst/speed/gstspeed.h:
16131 Fix speed element and make it chain-based (fixes #156467),
16132 and make it handle more than one channel.
16134 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
16136 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16137 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16138 (gst_dtsdec_chain), (gst_dtsdec_change_state):
16139 * ext/dts/gstdtsdec.h:
16140 Don't clobber the stack constructing the channels array.
16141 Make the element chain-based. DTS tracks can now be played.
16143 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
16145 * gst-libs/gst/audio/multichannel.h:
16146 * gst-libs/gst/gconf/gconf.h:
16147 * gst-libs/gst/idct/idct.h:
16148 * gst-libs/gst/media-info/media-info-priv.h:
16149 * gst-libs/gst/play/play.h:
16150 * gst-libs/gst/resample/private.h:
16151 * gst-libs/gst/resample/resample.h:
16152 * gst-libs/gst/riff/riff-ids.h:
16153 * gst-libs/gst/video/video.h:
16154 * gst-libs/gst/video/videosink.h:
16155 Add G_BEGIN_DECLS and G_END_DECLS around headers where
16156 missing, so that they work when included from C++ code.
16158 2005-02-09 David Schleef <ds@schleef.org>
16160 * testsuite/gst-lint: Check for non-statically scoped
16161 parent_class variables. This won't be a problem once
16162 plugins are loaded with RTLD_LOCAL.
16164 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16166 * ext/mplex/gstmplexibitstream.cc:
16169 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16171 * ext/ogg/gstogmparse.c:
16172 * gst/debug/gstnavigationtest.c:
16173 Die, thou faulty symbol pollutors (non-static parent_class).
16175 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16177 * ext/mplex/gstmplexibitstream.cc:
16178 Fix event handling (#165525).
16180 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16182 * ext/mikmod/gstmikmod.c:
16183 * gst/modplug/gstmodplug.cc:
16184 Add missing endianness to template (fixes #165509).
16186 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16188 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16189 Fix wrong order of reading of optional bytes (#165290).
16191 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16193 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16194 Implement FILLER event awareness.
16196 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16198 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16199 Fix track calculations (#166208).
16201 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16203 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16205 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16206 * ext/libpng/gstpngenc.c:
16207 Fix byte-order, use proper fixed caps. Fixes #164197.
16209 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16214 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16215 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16216 Don't push buffers if the src pad isn't negotiated yet.
16218 * gst/audioconvert/gstaudioconvert.c:
16219 (gst_audio_convert_buffer_to_default_format),
16220 (gst_audio_convert_buffer_from_default_format):
16221 Add support for 24-bit width.
16223 * gst/dvdlpcmdec/.cvsignore:
16224 * gst/dvdlpcmdec/Makefile.am:
16225 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16226 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16227 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16228 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16230 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16231 New decoder for rearranging DVD LPCM into our audio/x-raw-int
16232 format. Needs support for the channels maps if someone can find
16233 a DVD LPCM track with > 2 channels.
16235 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16236 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16237 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16238 * gst/mpegstream/gstdvddemux.h:
16239 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16240 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16241 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16242 * gst/mpegstream/gstmpegdemux.h:
16243 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16244 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16245 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16246 (gst_mpeg_parse_handle_src_query),
16247 (gst_mpeg_parse_handle_src_event):
16248 Use audio/x-dvd-lpcm for LPCM output.
16251 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16253 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16255 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16256 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16257 Add BGRA handling (#165736).
16259 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
16261 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16263 * gst/law/alaw-decode.c: (alawdec_link):
16264 * gst/law/alaw-encode.c: (alawenc_link):
16265 * gst/law/mulaw-decode.c: (mulawdec_link):
16266 * gst/law/mulaw-encode.c: (mulawenc_link):
16267 Fix caps memleaks (#166600).
16269 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
16271 * ext/tarkin/mem.h:
16272 * ext/tarkin/wavelet.h:
16273 * ext/tarkin/yuv.h:
16274 * gst/ffmpegcolorspace/avcodec.h:
16275 Include "_stdint.h" instead of <stdint.h>. Fixes build on
16276 systems that don't have stdint.h, like Solaris9 (fixes #166631).
16278 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16280 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16281 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16282 (gst_xvimagesink_change_state):
16283 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16284 Xv video (and thereby regenerate Xv colourkey) in clear() so
16285 that PLAY -> READY -> PLAY works (fixes #162504).
16287 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16289 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16290 Switch to list instead of range, since MJPEG-devices really just
16291 support decimations, not any size.
16293 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16294 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16295 (gst_mpeg2dec_reset), (free_all_buffers),
16296 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16297 * ext/mpeg2dec/gstmpeg2dec.h:
16298 The libmpeg2 user-allocated buffer management is awkward,
16299 to say the least. Hopefully this fixes things.
16301 2005-02-04 Andy Wingo <wingo@pobox.com>
16303 * gst/audioconvert/bufferframesconvert.c
16304 (buffer_frames_convert_fixate): New function, fixates to 256
16305 frames per buffer by default. (Much better than 1.)
16306 (buffer_frames_convert_init): Set the fixate function for both src
16308 (buffer_frames_convert_link): After success setting nonfixed caps,
16309 get the negotiated caps so we can know how many buffer-frames it
16310 will be. No idea how this worked at all before.
16312 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16314 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16315 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16316 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16317 (handle_sequence), (handle_picture):
16318 * ext/mpeg2dec/gstmpeg2dec.h:
16319 Rearrange buffer tracking and refcounting and refactor
16320 a little for readability.
16322 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
16323 * sys/v4l/gstv4l.c: (plugin_init):
16324 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16325 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16326 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16327 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16328 * sys/v4l/gstv4ljpegsrc.h:
16329 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16330 * sys/v4l/v4l_calls.h:
16331 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16332 (gst_v4lsrc_get_fps):
16333 * sys/v4l/v4lsrc_calls.h:
16334 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16335 you jpeg inside rgb frames" driver.
16336 Don't error in the v4lsrc link function, just return
16339 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16341 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16342 (gst_qcamsrc_open):
16343 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16345 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16347 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16348 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16350 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16352 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16353 Reset negotiated state on PAUSED->READY.
16355 2005-02-02 David Schleef <ds@schleef.org>
16357 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16358 whereever possible. (Fixes #165997)
16359 * examples/capsfilter/capsfilter1.c: (main):
16360 * examples/dynparams/filter.c: (create_ui):
16361 * examples/seeking/cdparanoia.c: (get_track_info), (main):
16362 * examples/seeking/chained.c: (main):
16363 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16364 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16365 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16366 (make_mpeg_pipeline), (make_mpegnt_pipeline):
16367 * examples/seeking/spider_seek.c: (make_spider_pipeline):
16368 * examples/switch/switcher.c: (main):
16369 * ext/dv/demo-play.c: (main):
16370 * ext/faad/gstfaad.c: (gst_faad_change_state):
16371 * ext/mad/gstmad.c: (gst_mad_chain):
16372 * ext/smoothwave/demo-osssrc.c: (main):
16373 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16374 (gst_gconf_render_bin_from_description),
16375 (gst_gconf_get_default_audio_sink),
16376 (gst_gconf_get_default_video_sink),
16377 (gst_gconf_get_default_audio_src),
16378 (gst_gconf_get_default_video_src),
16379 (gst_gconf_get_default_visualization_element):
16380 * gst/level/demo.c: (main):
16381 * gst/level/plot.c: (main):
16382 * gst/playback/gstplaybin.c: (gen_video_element),
16383 (gen_audio_element):
16384 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16385 * gst/playondemand/demo-mp3.c: (setup_pipeline):
16386 * gst/sine/demo-dparams.c: (main):
16387 * gst/spectrum/demo-osssrc.c: (main):
16388 * gst/speed/demo-mp3.c: (main):
16389 * gst/volume/demo.c: (main):
16390 * testsuite/embed/embed.c: (main):
16392 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16394 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16395 (gst_tcpclientsink_finalize):
16396 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16397 (gst_tcpclientsrc_finalize):
16398 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16399 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16400 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16401 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16402 Don't leak the hostname when shutting down.
16403 In tcpserversrc, take a copy of the default hostname.
16405 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16407 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16408 Set caps to systemstream=TRUE.
16410 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16412 * testsuite/Makefile.am:
16413 Fix more OSX buildbots.
16415 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16417 * ext/mpeg2dec/gstmpeg2dec.c:
16418 Don't send things to NULL PAD_PEERs
16420 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16421 Copy-on-write the incoming buffer.
16423 * gst/mpegstream/gstdvddemux.h:
16424 * gst/mpegstream/gstmpegclock.h:
16425 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16426 (normal_seek), (gst_mpeg_demux_handle_src_event):
16427 * gst/mpegstream/gstmpegdemux.h:
16428 * gst/mpegstream/gstmpegpacketize.h:
16429 * gst/mpegstream/gstmpegparse.c:
16430 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16431 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16432 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16433 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16434 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16435 * gst/mpegstream/gstmpegparse.h:
16436 * gst/mpegstream/gstrfc2250enc.h:
16437 Various changes to the way time is computed that make seeking and
16438 total time estimation much better here.
16439 Use G_BEGIN/END_DECLS instead of __cplusplus
16441 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16442 Use gst_buffer_stamp instead of only copying the TIMESTAMP
16444 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16446 * gst/subparse/gstsubparse.c:
16449 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16451 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16452 (theora_enc_chain), (theora_enc_change_state):
16453 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16454 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16455 (gst_vorbisenc_change_state):
16456 * ext/vorbis/vorbisenc.h:
16457 Set granulepos and timestamp correctly for streams not
16458 starting at 0, taking into account the initial delay.
16460 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16462 * gst/mpegstream/gstdvddemux.c:
16463 Add audio/x-dts to audio pad template caps
16465 2005-01-30 David Schleef <ds@schleef.org>
16467 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16468 (create_context), (gst_polypsink_link): Fix silly endianness
16469 bug. Add some debugging. Remove float from caps; it doesn't
16470 work. Attempt to get remote audio working.
16472 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16474 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16477 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16479 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16480 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16481 (gst_avi_demux_stream_data):
16482 * gst/avi/gstavidemux.h:
16483 Invert DIB images. Fixes #132341.
16485 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16487 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16488 (gst_ffmpegcsp_chain):
16489 D'oh, reference the palette data, not the palette structure.
16490 Fixes color distortion in #132341.
16492 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16494 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16495 PAR can be non-fixed when not provided as argument (#162626).
16497 2005-01-29 David Moore <dcm@acm.org>
16499 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16501 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16502 (gst_qtdemux_loop_header):
16503 Re-apply patch from #142272 that allows non-seekable sources,
16504 re-proposed by Daniel Drake <dsd@gentoo.org>.
16506 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16508 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16509 Use the src template for creating the src pad (#162330).
16511 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16514 * ext/musepack/Makefile.am:
16515 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16516 (gst_musepackdec_init), (gst_musepackdec_dispose),
16517 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16518 (gst_musepack_stream_init), (gst_musepackdec_loop),
16519 (gst_musepackdec_change_state):
16520 * ext/musepack/gstmusepackdec.cpp:
16521 * ext/musepack/gstmusepackdec.h:
16522 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16523 (gst_musepack_reader_read), (gst_musepack_reader_seek),
16524 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16525 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16526 * ext/musepack/gstmusepackreader.cpp:
16527 * ext/musepack/gstmusepackreader.h:
16528 Update to 1.1 API (#165446).
16530 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16535 2005-01-28 Andy Wingo <wingo@pobox.com>
16537 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16538 to reflect a different dubious internet source. Add a reference
16539 and some commentary.
16541 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16543 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16544 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16545 * gst/playback/gststreamselector.h:
16546 Be more selective when we're redoing caps negotiation from
16547 within the chain function on a stream change.
16549 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16553 * ext/amrnb/Makefile.am:
16554 * ext/amrnb/amrnb.c: (plugin_init):
16555 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16556 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16557 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16558 (gst_amrnbdec_state_change):
16559 * ext/amrnb/amrnbdec.h:
16560 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16561 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16562 (gst_amrnbparse_init), (gst_amrnbparse_formats),
16563 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16564 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16565 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16566 * ext/amrnb/amrnbparse.h:
16567 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16568 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16569 Add AMR-NB/-WB raw formats.
16570 * ext/alsa/gstalsa.c: (gst_alsa_link):
16571 Keep valid time when changing format.
16572 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16573 (qtdemux_parse_trak):
16574 Add some more format-specific options (#140141, #143555, #155163).
16576 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16578 * gst/matroska/matroska-demux.c:
16579 (gst_matroska_demux_parse_blockgroup):
16580 Fix logic error in timing of subtitle stream synchronization.
16581 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16582 Add skip-chunk, which is found in kodak-camera streams.
16584 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
16588 Adding Vietnamese translation (submitted by Clytie Siddall)
16590 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16592 * gst/playback/gstdecodebin.c: (try_to_link_1):
16593 Use realpad for signal.
16595 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16597 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16598 Fix category so decodebin picks it up.
16600 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16602 * ext/mad/Makefile.am:
16603 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16604 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16605 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16606 (found_type), (gst_id3demux_bin_change_state):
16607 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16608 (gst_id3_tag_init), (gst_id3_tag_handle_event),
16609 (gst_id3_tag_src_link), (gst_id3_tag_chain),
16610 (gst_id3_tag_change_state), (plugin_init):
16611 * ext/mad/gstmad.h:
16612 Add id3demuxbin (which is a simple bin consisting of id3demux
16613 and typefind), take over rank from id3demux, remove typefind
16614 code from id3demux. Makes all broken mp3s that I know of work,
16615 and thereby fixes #152688.
16617 2005-01-27 Edward Hervey <bilboed@bilboed.com>
16619 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16621 * ext/mad/gstmad.c: (gst_mad_src_event):
16622 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16623 Allow seeks on audio pad, make mad forward those (#164826).
16624 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16625 Set duration (#165335).
16627 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16629 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16630 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16631 (gst_asf_demux_process_ext_content_desc),
16632 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16633 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16634 * gst/asfdemux/gstasfdemux.h:
16635 Improve metadata display, e.g. if the metadata comes before the
16636 streams are loaded (which is perfectly valid).
16638 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16640 * tools/gst-launch-ext-m.m:
16641 Fix AVI/ASF pipelines (#165340).
16643 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
16644 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
16645 build failure on amd64
16647 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
16649 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16650 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16651 Check environment variables GST_ID3V2_TAG_ENCODING,
16652 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16653 list of character encodings to force interpretation of non-unicode
16654 strings stored in an ID3v2 tag to a particular encoding. If none
16655 is specified, try to use current locale's encoding, then fall back
16656 to ISO-8859-1 (which will always succeed). (Resolves #149274)
16657 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16658 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16659 Check environment variables GST_ID3V1_TAG_ENCODING,
16660 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16661 list of character encodings to use in case a string encountered
16662 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16663 specified, try to use the current locale's encoding, then fall
16664 back to ISO-8859-1 (which will always succeed).
16666 2005-01-25 Benjamin Otte <otte@gnome.org>
16668 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16669 - on half framerate, compute the rate in advance so the comparisons
16670 don't compare wrong values
16671 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16673 - don't use mad_header_decode anymore, mad_frame_decode does that
16675 - when getting rid of consumed bytes, reset the stream's skiplen
16678 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16680 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16681 Use 1/2 a second for default max_discont, as PES streams from DVB
16682 seem to have larger spacings in the SCR.
16685 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16687 * gst/playback/gstplaybasebin.c: (group_commit):
16688 Notify delayed stream-info availability.
16690 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
16691 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16692 (gst_a52dec_handle_event), (gst_a52dec_chain):
16693 Add some debug output. Check that a discont has a valid
16695 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16696 (gst_alsa_sink_loop):
16697 Ignore TAG events. A little extra debug for broken timestamps.
16698 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16699 (dvdnavsrc_change_state):
16700 Ensure we send a discont to engage the link before we send any
16702 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16703 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16704 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16705 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16706 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16707 dvd://title works in totem because typefinding sends a seek that ends
16708 up going back to chapter 1 regardless.
16709 * ext/mpeg2dec/gstmpeg2dec.c:
16710 * ext/mpeg2dec/gstmpeg2dec.h:
16711 Output correct timestamps and handle disconts.
16712 * ext/ogg/gstoggdemux.c: (get_relative):
16713 Small guard against a null dereference.
16714 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16715 (gst_textoverlay_set_property):
16716 Free memory when done. Don't call gst_event_filler_get_duration on
16717 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16719 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16720 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16721 (gst_sw_srclink), (gst_smoothwave_chain):
16722 Draw solid lines, prettier colours.
16723 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16724 Add a default palette that'll work for some movies.
16725 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16726 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16727 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16728 * gst/mpegstream/gstdvddemux.h:
16729 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16730 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16731 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16732 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16733 * gst/mpegstream/gstmpegparse.h:
16734 Use PTM/NAV events when for timestamp adjustment when connected to
16735 dvdnavsrc. Don't use many discont events where one suffices.
16736 * gst/playback/gstplaybasebin.c: (group_destroy),
16737 (gen_preroll_element), (gst_play_base_bin_add_element):
16738 * gst/playback/gstplaybasebin.h:
16739 Make sure we remove subtitles from the same bin we put them in.
16740 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16741 (gst_subparse_buffer_format_autodetect),
16742 (gst_subparse_change_state):
16743 Fix some memleaks and invalid accesses.
16744 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16745 (oggskel_type_find), (cmml_type_find), (plugin_init):
16746 Some typefind functions for Annodex v3.0 files
16747 * gst/wavparse/gstwavparse.h:
16748 GstRiffReadClass is the correct parent class.
16750 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16752 * gst-libs/gst/riff/riff-media.c:
16753 (gst_riff_create_video_caps_with_data):
16754 Add extradata to huffyuv (fixes #165013).
16755 * gst-libs/gst/riff/riff-read.c:
16756 (gst_riff_read_strf_vids_with_data):
16757 Fix extradata extraction if it is in the chunk size.
16759 2005-01-25 Edward Hervey <bilboed@bilboed.com>
16761 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16763 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16764 (gst_quarktv_change_state), (gst_quarktv_dispose):
16765 Memory free'ing location fix (#164708).
16767 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16769 * gst/playback/gstplaybasebin.c: (group_commit),
16770 (gen_preroll_element), (probe_triggered), (gen_source_element),
16771 (setup_source), (gst_play_base_bin_change_state),
16772 (gst_play_base_bin_add_element):
16773 Don't block for streams.
16774 * gst/playback/gststreaminfo.c: (stream_info_change_state),
16775 (gst_stream_info_set_mute):
16776 Use gst_pad_set_active_recursive.
16778 2005-01-25 Andy Wingo <wingo@pobox.com>
16780 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16781 for #ifndef HAVE_XVIDEO.
16783 2005-01-24 Jeffrey C. Ollie
16785 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
16787 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16788 * ext/gsm/gstgsmdec.h:
16789 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16790 * ext/gsm/gstgsmenc.h:
16791 Fix rate to 8kHz as per spec, removes obscure errors when no rate
16792 was given by property. Add proper buffer timestamps and offsets.
16794 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16796 * gst-libs/gst/riff/riff-media.c:
16797 (gst_riff_create_audio_caps_with_data):
16798 Audio can be <8000Hz.
16800 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16802 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16803 Explicit state change to workaround refcount bugs.
16805 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16807 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16808 (gst_avimux_riff_get_avi_header):
16811 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16813 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16814 (gst_riff_read_element_data):
16815 * gst-libs/gst/riff/riff-read.h:
16816 Add _peek version (req'ed in CDXA).
16817 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16818 (gst_cdxaparse_loop):
16819 Fix parsing in playbin.
16820 * gst/playback/gstdecodebin.c: (close_pad_link):
16821 Ignore current_ pads, they cause major annoyance.
16823 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16825 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16828 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16830 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16833 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16835 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16836 Allow for 0-sized buffers. Fixes length query problems in
16837 starwars.mkv from the testsuite.
16839 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
16841 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16842 (gst_video_box_i420), (gst_video_box_chain):
16843 Fix row strides for I420 (fixes #163159)
16845 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16847 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16848 MPEG2 has a useful rate property, so we can actually use that.
16849 For MPEG-1, continue using the bytes/time properties.
16851 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16853 * gst-libs/gst/riff/riff-media.c:
16854 (gst_riff_create_video_caps_with_data),
16855 (gst_riff_create_video_template_caps):
16858 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16860 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16861 Fail if caps negotiation fails. Should fix #162184, and should
16862 definately be in there regardless of it fixing the actual bug.
16863 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16864 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16865 (gst_avimux_riff_get_avix_header),
16866 (gst_avimux_riff_get_video_header),
16867 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16868 (gst_avimux_start_file), (gst_avimux_handle_event),
16869 (gst_avimux_change_state):
16870 * gst/avi/gstavimux.h:
16871 Refactor structure writing to use GST_WRITE_UINT macros, add
16872 metadata writing support.
16874 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16876 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16877 Elements may already be destroyed when this function is called.
16879 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16881 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16882 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16883 More memory leak fixes (#149162).
16885 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16887 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16888 (gst_qtdemux_add_stream):
16891 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16893 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16896 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16898 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16899 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16900 when fixating to six channels in Totem.
16902 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16904 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16905 Fix compile warnings on Solaris 10 buildbot
16907 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16909 * ext/dvdread/dvdreadsrc.c: (_read):
16910 Don't read beyond the last cell in a chapter (fixes
16911 invalid memory access)
16913 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
16915 * ext/dvdread/stream_labels.c:
16916 (dvdreadsrc_get_audio_stream_labels):
16917 Use NULL for an empty GList instead of g_list_alloc(); fix
16918 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
16919 of GString (easier to bulk free later)
16921 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
16923 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16925 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16926 (gst_ffmpeg_pixfmt_to_caps):
16927 Fix BGRA32 caps (#164209).
16929 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
16931 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16933 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16934 (gst_ffmpeg_caps_to_pixfmt):
16935 alpha_mask can be RGBA/ABGR. Fixes #164265.
16937 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
16939 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16941 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16942 (gst_mpeg2dec_alloc_buffer):
16943 * ext/mpeg2dec/gstmpeg2dec.h:
16944 Crop if decoding size is not the actual image size (#163676).
16946 2005-01-17 Steve Baker <steve@stevebaker.org>
16948 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16950 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16951 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16952 Add libsndfile typefind functions (#163309).
16954 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16956 * tools/gst-launch-ext-m.m:
16957 Add .aac, fix .m1v/.m2v (#163891).
16959 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16961 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16962 Sanity check, don't wait endlessly since the clock might not
16963 actually run at this point (which is a deadlock). Fixes #164069.
16965 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16967 * gst/playback/gstplaybasebin.c: (probe_triggered):
16968 Of course, only pause if group is done...
16970 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16972 * gst/playback/gstplaybasebin.c: (probe_triggered):
16975 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
16977 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16978 Don't return state change success when the parent
16981 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16983 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16984 Free events (fix memleak in #162905).
16986 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
16988 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16990 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16991 (gst_ffmpeg_caps_to_pixfmt):
16992 Fix for depth = 15. Fixes #161675.
16994 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16996 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16997 Set FPS correctly, even for webcams and the like.
16998 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16999 Don error on setting while capturing.
17001 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17003 * ext/dv/gstdvdec.c:
17004 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17005 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17006 I'm a bad boy. using /1001. to force C to do float division
17007 and not integer division (as it did in my last commit)
17008 Thanks to David I. Lehn for pointing this mistake.
17010 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17012 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17013 Revert Johan's 1.35->1.36 since it breaks compat.
17015 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17017 * ext/dv/gstdvdec.c:
17018 * ext/libfame/gstlibfame.c:
17019 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17020 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17021 replace framerate aproximations by their real value
17022 (24000/1001, 30000/1001, 60000/1001)
17023 Finish fixing bug #164049
17025 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
17027 * ext/ogg/gstoggmux.c:
17029 * gst/tcp/gstmultifdsink.c:
17030 * gst/tcp/gstmultifdsink.h:
17031 * gst/tcp/gsttcp.c:
17032 * gst/tcp/gsttcp.h:
17033 * gst/tcp/gsttcpclientsink.c:
17034 * gst/tcp/gsttcpclientsrc.c:
17035 * gst/tcp/gsttcpserversink.c:
17036 * gst/tcp/gsttcpserversrc.c:
17037 improve reusability of elements after state changes and errors
17038 make multifdsink throw away streamheaders when receiving new ones
17040 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17042 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17043 Fix for if items are already in list...
17045 2005-01-12 Benjamin Otte <otte@gnome.org>
17047 * gst/adder/gstadder.c: (gst_adder_loop):
17048 fix adder a bit so it doesn't screw up with events as much anymore
17050 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
17052 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17053 (pixbufscale_scale), (gst_pixbufscale_chain):
17054 * ext/gdk_pixbuf/pixbufscale.h:
17055 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17056 to ensure rowstrides are calculated the same way as
17058 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17059 that we pick up duration and offset also.
17061 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17063 * gst/avi/gstavimux.c: (gst_avimux_class_init),
17064 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17067 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17069 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17070 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17071 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17072 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17073 Update flags when requested.
17075 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17077 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17080 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17082 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17083 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17084 (probe_triggered), (new_decoded_pad), (gen_source_element),
17085 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17086 * gst/playback/gstplaybasebin.h:
17087 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17088 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17089 (gst_play_bin_change_state):
17090 Implement group-switch signal for use in apps to clear metadata
17091 cache, clean up subtitle, add suburi property instead of # hack,
17092 some error-out fixes.
17094 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17096 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17098 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17099 If we got a state change in the _get handler, don't return success.
17101 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17103 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17104 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17105 Make jpegdec quiet on MJPEG decoding
17106 * gst/asfdemux/README:
17107 Fix mimetypes for MJPEG and H263
17109 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17111 * ext/theora/theoradec.c: (theora_dec_chain):
17112 Fix broken code generation by gcc by swapping arguments.
17113 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17116 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17119 delete this file, it is by far outdated
17120 * ext/alsa/gstalsa.1: remove
17121 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17122 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17123 (gst_alsa_get_caps):
17124 Add HW probing for supported sample rates. Fixes #161704
17126 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17128 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17129 Don't crash, biatch! :).
17131 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17133 * ext/musepack/gstmusepackreader.cpp:
17134 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17135 Some work on tags - still doesn't work in playbin...
17136 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17139 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17141 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17142 Also shove tags on kid pads.
17144 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17146 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17147 Don't bail on unknown events.
17148 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17149 Don't crash on events before negotiation.
17150 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17151 Send tags on pads, too.
17152 * gst/playback/gststreamselector.c:
17153 (gst_stream_selector_request_new_pad):
17154 Forward events on first pad if no input was selected yet.
17156 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17158 * gst/playback/gstplaybasebin.c: (setup_substreams):
17159 Don't disable streamtype if the stream doesn't exist, since
17160 then playing a video after audio will disable both and nothing
17161 will happen. Fixes the testsuite.
17163 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17165 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17166 (gst_v4l_xoverlay_set_xwindow_id):
17167 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17168 (gst_v4l2_xoverlay_set_xwindow_id):
17169 Add debug categories, fix overlay disabling.
17171 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17173 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17174 * ext/alsa/gstalsa.h:
17175 Add HW probing for period_count/size and buffer_size MIX/MAX
17176 Adjust default/user defined value if out of bounds
17177 Should fix bug #162024
17179 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17181 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17182 Fix warning (#161191).
17184 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17186 * ext/dvdread/stream_labels.c:
17187 (dvdreadsrc_get_audio_stream_labels):
17188 Fix warning (init the good variable in switch default)
17190 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
17192 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17194 * gst/tta/gstttaparse.c: (gst_tta_src_event):
17195 Fix gcc-2.95 compile (#163485).
17197 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17200 * ext/flac/gstflacenc.c: (gst_flacenc_init),
17201 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17202 (gst_flacenc_tell_callback), (gst_flacenc_chain),
17203 (gst_flacenc_change_state):
17204 * ext/flac/gstflacenc.h:
17205 Update for API change in flac-1.1.1. Update requirement in
17206 configure.ac. Fixes #162974.
17208 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17210 * gst/playback/gstplaybasebin.c: (group_destroy):
17211 Remove hack to get rid of assert and get rid of unlinked
17214 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17216 * gst/playback/gstplaybasebin.c: (setup_source):
17217 Set source to NULL so that resources are free'ed. Fixes issues
17218 with playback of CDDA and similar device-accessing things.
17220 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17222 * testsuite/embed/Makefile.am:
17223 test->noinst, fix make test in buildbot.
17225 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17227 * ext/dvdread/stream_labels.c: new file
17228 * ext/dvdread/stream_labels.h: new file
17229 * ext/dvdread/Makefile.am:
17230 * ext/dvdread/dvdreadsrc.c: (_seek_title):
17231 Extract audio stream label from DVD IFO files.
17232 It only dump them on the console for now, still have to
17233 make playbin aware of them.
17235 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17237 * gst/playback/gstplaybasebin.c: (setup_source):
17240 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17242 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17243 (gen_preroll_element), (remove_groups), (setup_subtitle),
17244 (gen_source_element), (setup_source):
17245 * gst/playback/gstplaybasebin.h:
17246 Multiple .sub files is just a stupid idea... Fix some threading
17247 mistakes. Interestingly, external .sub files cause playbin to
17248 hang, I don't know why... Parsing fixes contributed by Fran??ois
17249 Kooman <fkooman@tuxed.net>.
17251 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17253 * testsuite/embed/Makefile.am:
17256 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17258 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17260 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17261 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17262 (gst_pngenc_set_property):
17263 * ext/libpng/gstpngenc.h:
17264 Add compression level property (#163323).
17266 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17269 * examples/capsfilter/capsfilter1.c: (main):
17270 * examples/seeking/spider_seek.c: (make_spider_pipeline):
17271 * ext/dvdread/Makefile.am:
17272 * ext/dvdread/demo-play:
17273 * ext/dvdread/demo-play.c:
17274 * gconf/gstreamer.schemas.in:
17275 * gst-libs/gst/gconf/gconf.c:
17277 * testsuite/Makefile.am:
17278 * testsuite/embed/Makefile.am:
17279 * testsuite/embed/embed.c: (cb_expose), (main):
17280 Remove all references to xvideosink, fix examples (#140845).
17281 * gst/playback/gstplaybasebin.c: (group_destroy):
17282 Apparently, disposal does not unlink - so do explicitely.
17283 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17286 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
17288 * README: fix PKG_CONFIG_PATH instructions, what was there
17289 previously was breaking default search path, not nice.
17292 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17294 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17295 (gst_audioscale_chain):
17296 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17297 when resampling - how the ^@$^!@^! is this possible?!?
17299 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17301 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17302 Reset variables on READY.
17303 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17304 (gst_matroska_mux_loop):
17305 Require data before writing header.
17307 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
17309 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17311 * ext/mad/gstmad.c: (gst_mad_chain):
17312 Don't call mad_stream_sync() directly after recovering sync.
17315 2005-01-09 Martin Eikermann <meiker@upb.de>
17317 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17319 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17320 (snapshot_handler), (gst_snapshot_sinkconnect),
17321 (gst_snapshot_chain):
17322 Allocate resources when required, fix recursive signal emission
17323 and fix caps. Fixes #161667.
17325 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17327 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17329 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17330 (gst_pngdec_chain):
17331 Handle only 8-bppc (bits-per-pixel-component) images, better
17332 error handling and correct strides. Fixes #163177.
17333 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17334 (gst_pngenc_chain):
17335 Better error handling. Fixes #163348.
17337 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17339 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17340 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17341 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17342 (dvdnavsrc_uri_handler_init):
17343 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17344 * gst/playback/gstplaybasebin.c: (gen_source_element):
17345 Add MMS to streaming URIs.
17347 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17349 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17350 * sys/xvimage/xvimagesink.c:
17351 (gst_xvimagesink_navigation_send_event):
17352 Check for pad availability before sending event.
17354 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17356 * gst-plugins.spec.in:
17359 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17362 Since we use functions from CVS, up requirement.
17364 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17366 * gst/playback/Makefile.am:
17367 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17368 (group_destroy), (group_commit), (group_is_muted),
17369 (gen_preroll_element), (add_stream), (unknown_type),
17370 (probe_triggered), (preroll_unlinked), (mute_stream),
17371 (silence_stream), (new_decoded_pad), (setup_substreams),
17372 (setup_source), (get_active_source), (mute_group_type),
17373 (muted_group_change_state), (set_active_source),
17374 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17375 (play_base_eos), (gst_play_base_bin_change_state):
17376 * gst/playback/gstplaybasebin.h:
17377 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17378 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17379 (gst_stream_info_dispose), (stream_info_mute_pad),
17380 (stream_info_change_state), (gst_stream_info_set_mute):
17381 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17382 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17383 (gst_stream_selector_init), (gst_stream_selector_dispose),
17384 (gst_stream_selector_get_linked_pad),
17385 (gst_stream_selector_get_caps), (gst_stream_selector_link),
17386 (gst_stream_selector_get_linked_pads),
17387 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17388 * gst/playback/gststreamselector.h:
17389 Adding stream selection support plus required properties for
17390 applications to use this. Fully fixes #100931.
17392 2005-01-08 Benjamin Otte <otte@gnome.org>
17394 * gst/games/gstpuzzle.c: (nav_event_handler):
17395 - handle nav events differently: forward every event no matter if it
17396 was handled or not.
17398 You can now cheat by using navigationtest ! puzzle and moving the
17399 mouse close to the edge of a tile. ;)
17401 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17404 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17405 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17406 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17407 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17408 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17409 (gst_ogm_parse_plugin_init):
17410 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17411 (gst_textoverlay_link), (gst_textoverlay_getcaps),
17412 (gst_textoverlay_event), (gst_textoverlay_video_chain),
17413 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17414 * ext/pango/gsttextoverlay.h:
17415 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17416 (gst_matroska_demux_handle_seek_event),
17417 (gst_matroska_demux_sync_streams),
17418 (gst_matroska_demux_parse_blockgroup),
17419 (gst_matroska_demux_subtitle_caps),
17420 (gst_matroska_demux_plugin_init):
17421 * gst/matroska/matroska-ids.h:
17422 * gst/playback/gstdecodebin.c: (close_pad_link):
17423 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17424 (gen_preroll_element), (remove_groups), (add_stream),
17425 (new_decoded_pad), (setup_subtitles), (gen_source_element),
17427 * gst/playback/gstplaybasebin.h:
17428 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17429 * gst/subparse/Makefile.am:
17430 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17431 (gst_subparse_base_init), (gst_subparse_class_init),
17432 (gst_subparse_init), (gst_subparse_formats),
17433 (gst_subparse_eventmask), (gst_subparse_event),
17434 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17435 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17436 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17437 (parse_mpsub_deinit), (parse_mpsub_init),
17438 (gst_subparse_buffer_format_autodetect),
17439 (gst_subparse_format_autodetect), (gst_subparse_loop),
17440 (gst_subparse_change_state), (gst_subparse_type_find),
17442 * gst/subparse/gstsubparse.h:
17443 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17445 Add subtitle support, .sub parser (supports SRT and MPsub),
17446 OGM text support, Matroska UTF-8 text support, deadlock fixes
17447 all over the place, subtitle awareness in decodebin/playbin
17448 and some fixes to textoverlay to handle subtitles in a stream
17449 correctly. Fixes #100931.
17451 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17453 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17454 Check for pad availability before doing a query on it.
17456 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17458 * ext/dv/gstdvdec.c:
17459 really fix bpp24/32 dvdec caps (classic rgba indeed)
17460 * gst/asfdemux/gstasfdemux.c:
17461 (gst_asf_demux_process_ext_content_desc):
17462 don't send text tags if they are empty (bis repetita)
17464 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17466 * ext/dv/gstdvdec.c:
17467 remove unneeded comment from dvdec
17468 (related to DV 4CC codes in AVI files)
17469 moved them in gstreamer/docs/random/mimetypes
17470 * gst/asfdemux/gstasfdemux.c:
17471 (gst_asf_demux_process_ext_content_desc):
17472 don't send text tags if they are empty
17473 fix mem leak on error path
17474 * gst/ffmpegcolorspace/avcodec.h:
17475 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17476 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17477 (gst_ffmpegcsp_avpicture_fill):
17478 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17479 * gst/ffmpegcolorspace/imgconvert_template.h:
17480 adds BGR32 and BGRA32 to ffmpegcolorspace
17481 (still bad colors, fixing it on next commit)
17482 helps with dvdec outputing BGR32
17484 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17486 * ext/dv/gstdvdec.c:
17487 Fix audio caps i just broke (missing ',')
17488 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17489 (gst_matroska_mux_reset):
17490 Fix typo + add FIXME about old "x-gst-metadata" crap
17492 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17494 * ext/dv/demo-play.c: (main):
17495 xvideosink -> xvimagesink
17496 * ext/dv/gstdvdec.c:
17497 change rgb 32/32 caps to 24/32 (no alpha)
17498 change nb of channels to be a list (2 or 4, not 2)
17499 change sample rate to be a list (32, 44.1, 48 kHz) not a range
17500 * gst/asfdemux/gstasfdemux.c:
17501 (gst_asf_demux_process_ext_content_desc):
17502 Add 'date/year' to extracted metadata list
17504 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17506 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17507 The return value of fixate_to does not imply that the requested
17508 value was set, so don't assume.
17510 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
17512 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17514 * ext/libpng/gstpngdec.c:
17515 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17516 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17517 * ext/libpng/gstpngenc.h:
17518 Alpha support (encoder; #163161), mime fixage.
17520 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
17522 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17524 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17525 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17526 (gst_faac_set_property), (gst_faac_get_property):
17527 * ext/faac/gstfaac.h:
17528 Allow for ADTS output (#153434).
17530 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17532 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17533 Fix against template (#150576).
17535 2005-01-06 Benjamin Otte <otte@gnome.org>
17537 * gst/games/gstpuzzle.c: (draw_puzzle):
17538 don't draw a puzzle if either width or height of tiles would be 0.
17540 2005-01-06 Benjamin Otte <otte@gnome.org>
17542 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17543 (gst_puzzle_class_init), (gst_puzzle_finalize):
17544 no memleaks, please
17545 (gst_puzzle_create), (gst_puzzle_init),
17546 (gst_puzzle_set_property), (gst_puzzle_setup):
17547 change initialization code around so we don't reshuffle on resize
17549 fix another stupid typo
17551 2005-01-06 Benjamin Otte <otte@gnome.org>
17553 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17554 fix stupid typo that borked copying on YUY2
17556 2005-01-06 Benjamin Otte <otte@gnome.org>
17558 * gst/games/gstpuzzle.c: (draw_puzzle):
17559 fix edges when image sizes aren't multiples of tile sizes
17561 2005-01-06 Benjamin Otte <otte@gnome.org>
17563 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17564 make RGB endianness work correctly
17565 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17566 refactor and fix race with initial shuffling
17567 (nav_event_handler):
17568 allow using the mouse to puzzle
17570 insist on tiles having width and height as multiples of 4 to get
17571 clean YUV image handling
17572 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17573 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17574 s/DEBUG/LOG/ for common messages
17575 (gst_xvimagesink_navigation_send_event):
17576 fix mouse event translation to not include screen PAR
17577 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17578 fix mouse event translation to actually work
17580 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17582 * gst/asfdemux/gstasfdemux.c:
17583 (gst_asf_demux_process_ext_content_desc):
17584 Extract TrackNumber metadata + clean up code
17585 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17586 Hope this is the good fix (var used unitialised)
17588 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17590 * ext/faad/gstfaad.c: (gst_faad_chain):
17591 Only increment timestamp if it's valid. Fixes raw AAC streams.
17593 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
17596 * gst/games/Makefile.am:
17597 * gst/games/gstpuzzle.c:
17598 add a puzzle game with...
17599 * gst/games/gstvideoimage.c:
17600 * gst/games/gstvideoimage.h:
17601 ... full colorspace support (that includes YUV9 and RGB16)) stolen
17602 from videotestsrc and made into something that would be a nice
17603 library for a lot of other plugins.
17605 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17608 don't compile faad plugin if a RC of 2.0 is found
17609 Fixes #155346 (and FC1 buildbot)
17610 * gst/asfdemux/gstasfdemux.c:
17611 (gst_asf_demux_process_ext_content_desc):
17612 try to make Solaris compiler happier
17614 2005-01-06 Paul Jack <pjack@sfaf.org>
17616 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17618 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17619 Fix segfault (#161667).
17621 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17623 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17624 Fix framerate reporting.
17626 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17628 * gst-libs/gst/riff/riff-ids.h:
17629 * gst/wavenc/riff.h:
17630 Add AMR (VBR and CBR) ids to riff.h audio codec list
17631 * gst/asfdemux/gstasfdemux.c:
17632 (gst_asf_demux_process_ext_content_desc),
17633 (gst_asf_demux_process_object):
17634 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17636 2005-01-05 Martin Eikermann <meiker@upb.de>
17638 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17640 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17641 (gst_dvd_demux_handle_discont):
17642 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17643 (gst_mpeg_demux_handle_discont):
17644 Recreate pads on new-media (#160730).
17645 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17646 Send discont even if manager changes timestamps (#161929).
17648 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
17650 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17652 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17653 Fix invalid memory access (#159211).
17655 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17657 * examples/gstplay/player.c: (main):
17659 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17660 Add visualizations.
17661 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17662 (gst_a52dec_handle_frame):
17664 * ext/dvdnav/gst-dvd:
17665 Add audioconvert. Fixes #161325.
17666 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17667 Explicitely case to gint64. Possible valgrind error.
17668 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17669 (gst_play_tick_callback), (gst_play_change_state),
17670 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17671 (gst_play_set_location), (gst_play_get_location),
17672 (gst_play_seek_to_time), (gst_play_set_data_src),
17673 (gst_play_set_video_sink), (gst_play_set_audio_sink),
17674 (gst_play_set_visualization), (gst_play_connect_visualization),
17675 (gst_play_get_framerate), (gst_play_get_all_by_interface),
17677 Use playbin. Fixes #139749 and #147744.
17678 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17680 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17681 (audioscale_get_type), (gst_audioscale_base_init),
17682 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17683 (gst_audioscale_getcaps), (gst_audioscale_fixate),
17684 (gst_audioscale_link), (gst_audioscale_get_buffer),
17685 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17686 (gst_audioscale_init), (gst_audioscale_dispose),
17687 (gst_audioscale_chain), (gst_audioscale_set_property),
17688 (gst_audioscale_get_property), (plugin_init):
17690 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17692 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17693 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17694 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17695 Add more metadata (fixes #162656).
17697 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17702 === release 0.8.7 ===
17704 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17709 releasing 0.8.7, "Hyperspace"
17711 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
17713 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
17715 * gst/playback/gstplaybasebin.c:
17716 Fix for #162924 - free caps after use, not before
17718 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
17720 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17722 * gst/playback/gstplaybasebin.c:
17723 * gst/wavparse/gstwavparse.c:
17724 Fix for #154773 - fixes playback of small .wav files
17726 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
17728 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17730 * gst/audioscale/gstaudioscale.c:
17731 Fix for #162819 - make audioscale reusable
17732 Fixes playback of more than one file with playbin/totem
17734 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17736 * gst/ffmpegcolorspace/avcodec.h:
17737 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17738 * gst/ffmpegcolorspace/imgconvert.c:
17739 clean up the mess that made me cry and avoid needless duplication
17741 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
17743 * gst/ffmpegcolorspace/imgconvert.c:
17744 give some indication of why we're segfaulting
17746 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17749 Fix indentation, fix v4l2 plugin detection.
17751 Fix libmms location (Maciej, use diff -u!).
17752 * ext/alsa/gstalsa.c: (gst_alsa_init):
17753 Initialize caps cache to NULL.
17754 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17755 Only change state on audiosink if it exists.
17757 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
17759 * gst/matroska/matroska-demux.c:
17760 * gst/matroska/matroska-ids.h:
17761 * gst/matroska/matroska-demux.h:
17762 Fix Vorbis streams failing to decode in some files, where cluster_time
17763 isn't 0, because then it doesn't send codec_priv before actual data.
17764 Remove time-based test and replace it with marker set on beginning of
17767 2004-12-28 David Schleef <ds@schleef.org>
17769 Merge patch from Ronald fixing problems with streaming
17771 * ext/cairo/gstcairo.c: (plugin_init):
17772 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17773 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17774 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17775 (gst_textoverlay_font_init), (gst_textoverlay_init),
17776 (gst_textoverlay_set_property):
17777 * ext/cairo/gsttextoverlay.h:
17779 2004-12-27 David Schleef <ds@schleef.org>
17781 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17782 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17783 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17784 (gst_textoverlay_font_init), (gst_textoverlay_init),
17785 (gst_textoverlay_set_property): Improvements to actually
17786 render text as white on black outline on video, including
17787 font selection and horizontal/vertical alignment. (Ronald's
17789 * ext/cairo/gsttextoverlay.h:
17791 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17793 * ext/ogg/gstogg.c:
17794 * ext/ogg/gstogmparse.c:
17795 fix ogm[audio/video]parse plugin registration
17796 (riff won't load if bytestream is already loaded)
17798 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17800 * gst/audioconvert/gstchannelmix.c:
17803 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17807 disable docs again until it actually passes make distcheck.
17809 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17811 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17812 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17814 Add 3GP (variables name Q3GP because they can't start with a
17815 number). Add samr audio fourcc (used in .3gp files), decoder
17816 is work in progress. Also do a GST_WARNING instead of ERROR
17817 in case of unknown nodes, to decrease output.
17819 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
17824 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
17827 * ext/speex/gstspeexdec.h:
17828 * ext/speex/gstspeexenc.h:
17829 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
17830 Fix detection code in configure.ac
17832 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17834 * gst/matroska/matroska-demux.c:
17835 (gst_matroska_demux_parse_blockgroup):
17836 Save position, so that queries give proper return values. Don't
17837 know how this could ever have worked before...
17839 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
17842 Put additional LAME check inside the conditional. Fixes #152339
17844 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17846 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17847 (gst_avi_demux_stream_scan):
17848 Add some more debug. Fix logic error when setting movi offset
17849 while reading index.
17851 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17853 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17854 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17855 (gst_avi_demux_process_next_entry):
17856 Add some debugging. Better detection of broken indexes and the
17857 accompanying index recovery. No infinite loops on state changes
17858 when we're still in our loopfunction.
17860 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17865 2004-12-22 Archana Shah <archana.shah@wipro.com>
17867 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17869 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17870 Normalizing the value before setting
17871 (gst_sunaudiomixer_get_volume):
17872 Normalizing the value after getting. Fixes bug# 161980
17874 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
17876 * Makefile.am: Make sure docs gets disted
17877 * docs/Makefile.am: Make sure all needed files get disted
17878 * gst-plugins.spec.in: latest updates
17880 2004-12-22 Wim Taymans <wim@fluendo.com>
17882 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17883 Revert patch 1.38 as clock distribution over schedulers does
17884 not work correcly in the core yet.
17886 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17888 * sys/oss/README: remove this file, which predates my birth
17889 (and which content is by far outdated)
17891 2004-12-20 Stefan Kost <ensonic@users.sf.net>
17895 * docs/Makefile.am:
17896 * docs/libs/Makefile.am:
17897 * docs/libs/gst-plugins-libs-docs.sgml:
17898 * docs/libs/gst-plugins-libs-sections.txt:
17899 * docs/libs/tmpl/gstgconf.sgml:
17901 * docs/version.entities.in:
17902 Added boilerplate gtk-doc files for plugin-libs documentation.
17904 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17906 * gst/auparse/gstauparse.c: fix int and float audio caps
17908 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17910 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17911 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17912 g_assert() can be a macro, don't use #ifdef inside it.
17914 2004-12-19 Edward Hervey <bilboed@bilboed.com>
17916 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17918 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17919 (gst_videorate_init), (gst_videorate_chain),
17920 (gst_videorate_change_state):
17921 Event handling (fixes #159986).
17923 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17925 * gst-libs/gst/riff/riff-media.c:
17926 (gst_riff_create_video_caps_with_data):
17927 Add BLZ0 (Blizzard's version of DivX) fourcc.
17929 2004-12-18 David Schleef <ds@schleef.org>
17931 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17934 2004-12-18 David Schleef <ds@schleef.org>
17936 * gst/tta/ttadec.h: Disable some header code that isn't used
17937 and clearly isn't portable.
17939 2004-12-18 David Schleef <ds@schleef.org>
17941 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17942 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17943 (avcodec_get_pix_fmt), (avpicture_layout),
17944 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17945 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17946 Fix code to not use GCC extensions (and c99 extensions that
17947 Forte does not like.)
17949 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
17951 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17953 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17954 (gst_deinterlace_chain):
17955 Rowstride fixes. Fixes #161039.
17956 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17957 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17958 (gst_video_crop_getcaps), (gst_video_crop_link),
17959 (gst_video_crop_i420), (gst_video_crop_chain),
17960 (gst_video_crop_change_state):
17961 Rework of negotiation. Actually works now. Fixes #158650.
17963 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17965 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17966 That was very stupid.
17968 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17970 * gst/matroska/matroska-demux.c:
17971 (gst_matroska_demux_parse_blockgroup):
17972 Fix possible crasher.
17974 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17976 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17977 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17978 Lace sizes can be zero.
17980 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17982 * ext/musepack/gstmusepackdec.cpp:
17983 Fetch error return values. Fixes #161624.
17984 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17987 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17989 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17990 Work for truncated (unfinished download etc.) files. Fixes #160514.
17992 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17994 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17995 Fix for integer overflow. Makes #156001 not crash. Probably masks
17998 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18000 * gst/ac3parse/gstac3parse.c: (plugin_init):
18001 Parsers never have ranks. Fixes #159651.
18003 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
18005 * gst/playback/gstdecodebin.c: (compare_ranks):
18006 make sure the facotries are ordered the same every time even if they
18007 have the same rank by using the name
18008 * gst/playback/gstdecodebin.c: (find_compatibles):
18009 make sure we don't add factories to the list twice
18011 2004-12-16 David Schleef <ds@schleef.org>
18013 * configure.ac: look for musepack headers as musepack/*.h
18015 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18016 * ext/musepack/gstmusepackreader.h: same
18018 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18020 * gst-libs/gst/riff/riff-read.c:
18021 (gst_riff_read_strf_auds_with_data):
18022 Read extradata correctly (fixes #155879).
18024 2004-12-16 David Schleef <ds@schleef.org>
18026 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18027 audio. does _not_ attempt or allow conversion unless channels
18030 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18032 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18034 2004-12-16 David Schleef <ds@schleef.org>
18036 * gst/audioscale/gstaudioscale.c: the resample library only
18037 handles 1 or 2 channels. Change caps to compensate.
18039 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18041 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18042 (gst_matroska_demux_audio_caps):
18043 Some MPEG-AAC hacks, because else it doesn't work...
18045 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18047 * gst-libs/gst/riff/riff-media.c:
18048 (gst_riff_create_video_caps_with_data),
18049 (gst_riff_create_video_template_caps):
18052 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18054 * gst-libs/gst/audio/Makefile.am:
18055 Try to fix buildbot.
18057 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
18059 * gst/tcp/gstmultifdsink.c:
18060 Clean up and uniformize debugging.
18062 2004-12-16 Edward Hervey <bilboed@bilboed.com>
18064 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18066 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18067 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18068 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18069 (gst_mpeg_demux_change_state):
18070 Reset on ready. Fixes 160276.
18072 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18074 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18076 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18077 (gst_ffmpegcsp_pad_link):
18078 Fix memleak (#154815).
18080 2004-12-16 James Bowes <bowes@cs.dal.ca>
18082 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18084 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18085 (gst_musicbrainz_init), (gst_musicbrainz_chain),
18086 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18087 * ext/musicbrainz/gsttrm.h:
18088 Add support for using a proxy server when getting a trm id from
18089 the MusicBrainz database (#149613).
18091 2004-12-16 Christophe Fergeau <teuf@gnome.org>
18093 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18095 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18096 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18097 Fix memleaks (#157233).
18099 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18101 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18103 * gst-libs/gst/resample/resample.c: (gst_resample_close):
18104 * gst-libs/gst/resample/resample.h:
18105 * gst/audioscale/gstaudioscale.c:
18106 Fix memleak (#159215).
18108 2004-12-16 Toni Willberg <toniw@iki.fi>
18110 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18112 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18113 * sys/oss/oss_probe.c: (main):
18114 Check for mono/stereo support (similar to samplerate probing),
18115 fixes #159433. Also add missing copyright header to oss_probe.c.
18117 2004-12-15 David Schleef <ds@schleef.org>
18119 * configure.ac: add audioresample and cairo plugins. Remove
18120 HAVE_MMX stuff, because it's not used.
18121 * ext/Makefile.am: same
18122 * ext/audioresample/Makefile.am: You are not ready for an
18123 audio resampling element based on audioresample.
18124 * ext/audioresample/gstaudioresample.c:
18125 * ext/audioresample/gstaudioresample.h:
18126 * ext/cairo/Makefile.am: You are not ready for overlay elements
18127 based on cairo. Don't look too closely, these elements kinda
18129 * ext/cairo/gstcairo.c: new
18130 * ext/cairo/gsttextoverlay.c: new
18131 * ext/cairo/gsttextoverlay.h: new
18132 * ext/cairo/gsttimeoverlay.c: new
18133 * ext/cairo/gsttimeoverlay.h: new
18134 * gst-libs/gst/media-info/media-info-priv.h: fix compile
18135 problem with compilers that don't support variadic macros.
18137 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
18139 Reviewed by: David Schleef <ds@schleef.org>
18141 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
18142 Bala, registering sunaudiosrc (oops!), and cleaning up code a
18143 bit. Also ran indent-gst.
18144 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18145 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18146 (gst_sunaudiosrc_setparams):
18148 2004-12-14 David Schleef <ds@schleef.org>
18150 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18151 output rate to 16000. Should fix #160235.
18153 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18155 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18156 Add typefinding for mpeg2 pes streams
18158 2004-12-13 David Schleef <ds@schleef.org>
18160 * configure.ac: Applied patch from bug #143659, making default
18161 sources and sinks OS-dependent (for Solaris), and added code
18163 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18165 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18167 * gst-libs/gst/riff/riff-media.c:
18168 forgot to add h2.64 to avidemux template caps
18170 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18172 * gst/wavenc/riff.h:
18173 * gst-libs/gst/riff/riff-media.c:
18174 * gst-libs/gst/riff/riff-ids.h:
18175 * gst/avi/gstavimux.c
18176 add 4CC code for VideoSoft h264 in AVI (VSSH)
18178 remove s323 from riff, it's quicktime specific :(
18180 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18182 * gst/asfdemux/README
18183 * gst/wavenc/riff.h
18184 * gst-libs/gst/riff/riff-ids.h
18185 * gst-libs/gst/riff/riff-media.c
18186 * gst/qtdemux/qtdemux.c:
18187 add new 4CC codes for h263 related codecs
18188 fixes partially bug #155163
18190 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
18192 * configure.ac: Update polyaudio requirement to 0.7
18193 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18195 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18197 * gst/interleave/deinterleave.c:
18198 fix my name's spelling! :)
18200 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18202 * AUTHORS ChangeLog
18203 * gst/auparse/gstauparse.c
18204 * gst/interleave/deinterleave.c
18206 alaw-decode.c alaw-encode.c
18207 mulaw-decode.c mulaw-encode.c
18208 * gst/oneton/gstoneton.c
18210 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18212 cocoawindow.h cocoawindow.m
18213 osxvideosink.h osxvideosink.m
18215 put the same mail address for Zaheer Abbas Merali everywhere
18217 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18219 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18220 Align by packetsize, and assert that we a packet available before
18221 playing. The first makes webstreams work (they often include
18222 trailing padding data in a packet), the second allows pausing a
18223 ASF stream in totem without getting demux errors afterwards.
18225 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18227 * ext/ogg/gstoggdemux.c: (get_relative):
18228 Check for non-NULL before accessing member (end-of-chain).
18230 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18232 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18233 (cdparanoia_set_property), (cdparanoia_get_property):
18234 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18235 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18236 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18237 (dvdreadsrc_init), (dvdreadsrc_set_property),
18238 (dvdreadsrc_get_property):
18239 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18240 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18241 Synchronize property names where not yet the case. Devices are
18242 now device=X, other versions are deprecated (but still exist).
18243 Also use g_free() unconditionally.
18244 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18245 (setup_source), (gst_play_base_bin_get_property):
18248 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
18250 * configure.ac: move GCONF macro outside conditional for the am
18251 conditional. Fixes #160439
18253 2004-12-08 David Schleef <ds@schleef.org>
18255 * tools/gst-visualise-m.m: Switch to elements that currently
18258 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18260 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18261 We love wrong commas.
18263 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18265 * gst/matroska/matroska-demux.c:
18266 (gst_matroska_demux_handle_src_query):
18267 Don't set DEFAULT, unsupported - makes length display incorrectly
18270 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18272 * gst/monoscope/README: remove blurb about files being GPL
18273 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18274 * gst/monoscope/monoscope.c: Change license to BSD with explanation
18275 monoscope is now effectively LGPL licensed
18277 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18279 * gst/monoscope/README: Update information to be more correct
18280 * gst/monoscope/convolve.c: Relicense to LGPL
18281 * gst/monoscope/convolve.h: Relicense to LGPL
18283 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
18285 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18286 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18287 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18288 set default_duration for mpeg1 audio
18290 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
18292 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18293 * ext/alsa/gstalsa.h:
18294 refactor big chunks of the core caps negotiation code to make it
18295 a lot faster, because people claim it's really slow
18296 (actually, just cache the getcaps when the device is opened)
18298 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18300 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18301 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18302 (gst_a52dec_handle_frame), (gst_a52dec_chain),
18303 (gst_a52dec_change_state), (plugin_init):
18304 * ext/a52dec/gsta52dec.h:
18305 Do something useful with timestamps. Make chain-based (since
18306 there's really no reason to be loopbased).
18307 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18308 Update current_byte/frame correctly.
18310 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18312 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18313 (gst_ape_demux_stream_init):
18316 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18318 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18319 Let's make sure we're done typefinding when detecting tags.
18321 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18323 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18324 (gst_ebml_read_init), (gst_ebml_read_use_event),
18325 (gst_ebml_read_element_id), (gst_ebml_peek_id),
18326 (gst_ebml_read_seek), (gst_ebml_read_skip),
18327 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18328 (gst_ebml_read_master):
18329 * gst/matroska/ebml-read.h:
18330 * gst/matroska/matroska-demux.c:
18331 (gst_matroska_demux_parse_contents),
18332 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18333 Disgustingly evil hack for working around INTERRUPT events and
18334 their extremely annoying habit of being a pain in the ass. We
18335 simply peek a cluster before reading any of it.
18337 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18339 * ext/musepack/gstmusepackdec.cpp:
18340 There's also floating point libmusepacks.
18342 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18344 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18345 (gst_faad_chanpos_to_gst), (gst_faad_chain):
18346 Set DURATION even if source buffer didn't. Also use increasing
18348 * gst-libs/gst/riff/riff-media.c:
18349 (gst_riff_create_audio_caps_with_data):
18350 Block_align can have larger values than 8192.
18352 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18354 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18355 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18356 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18357 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18360 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18362 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18365 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18367 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18370 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18372 * ext/esd/esdsink.c: (gst_esdsink_chain):
18373 Make error actually say something useful (fixes #156798).
18374 * gst-libs/gst/riff/riff-media.c:
18375 (gst_riff_create_video_caps_with_data),
18376 (gst_riff_create_video_template_caps):
18377 Add Intel Video 5.0 fourcc (IV50).
18379 2004-12-01 Christophe Fergeau <teuf@gnome.org>
18381 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18382 detection on mono and stereo mp3 files.
18384 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18386 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18387 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18388 the contained stream).
18390 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18392 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18393 Oops, remove debug.
18395 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18397 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18399 * gst/law/alaw-decode.c: (alawdec_getcaps):
18400 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18401 Prevent warnings when negotiating caps (fixes #159338).
18403 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18405 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18406 (gst_ffmpegcsp_chain):
18407 Remove old leftover that shouldn't be there...
18409 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18411 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18413 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18414 Don't forward DISCONT events (fixes #159684).
18416 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18418 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18419 Unlink manually since sometimes bin disposal (and therefore
18420 pad unlinking) is delayed, which will cause a new media file
18421 to not be able to start playing instantly.
18423 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18425 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18426 On mute of an unlinked stream, check for pad availability so
18427 we don't crash on unlinked pad.
18429 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18431 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18432 (gst_avi_demux_massage_index):
18433 Fix quite humiliating bug in omitting 0-sized index chunks but
18434 forgetting to count them for timestamps.
18436 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18438 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18439 Actually leave the loop if we failed to sync. Don't crash.
18441 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18443 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18444 (gst_dvd_demux_process_private):
18445 * gst/mpegstream/gstdvddemux.h:
18446 Fix crash (#159759). Doesn't work, though. :-(.
18448 2004-11-28 Benjamin Otte <otte@gnome.org>
18450 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18451 more overwriting protection due to modifying channels one by one
18452 instead of all at once
18454 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18456 * gst/audioconvert/gstchannelmix.c:
18457 (gst_audio_convert_fill_normalize):
18458 Normalize using absolute values.
18460 2004-11-28 Julien MOUTTE <julien@moutte.net>
18464 * ext/directfb/Makefile.am:
18465 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18466 (gst_directfbvideosink_get_pixel_format),
18467 (gst_directfbvideosink_get_format_from_fourcc),
18468 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18469 (gst_directfbvideosink_sink_link),
18470 (gst_directfbvideosink_change_state),
18471 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18472 (gst_directfbvideosink_buffer_alloc),
18473 (gst_directfbvideosink_interface_supported),
18474 (gst_directfbvideosink_interface_init),
18475 (gst_directfbvideosink_navigation_send_event),
18476 (gst_directfbvideosink_navigation_init),
18477 (gst_directfbvideosink_set_property),
18478 (gst_directfbvideosink_get_property),
18479 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18480 (gst_directfbvideosink_base_init),
18481 (gst_directfbvideosink_class_init),
18482 (gst_directfbvideosink_get_type), (plugin_init):
18483 * ext/directfb/directfbvideosink.h: Adding a first version of
18485 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18488 2004-11-28 Benjamin Otte <otte@gnome.org>
18490 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18491 walk the samples backwards if out_channels > in_channels so we don't
18494 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18496 * gst/audioconvert/Makefile.am:
18497 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18498 (gst_audio_convert_link), (gst_audio_convert_change_state),
18499 (gst_audio_convert_channels):
18500 * gst/audioconvert/gstchannelmix.c:
18501 (gst_audio_convert_unset_matrix),
18502 (gst_audio_convert_fill_identical),
18503 (gst_audio_convert_fill_compatible),
18504 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18505 (gst_audio_convert_fill_others),
18506 (gst_audio_convert_fill_normalize),
18507 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18508 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18509 * gst/audioconvert/gstchannelmix.h:
18510 Implement a channel mixer.
18512 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
18514 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18515 * ext/alsa/gstalsa.h:
18516 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18517 Make alsasink actually honor gst_element_set_clock and use that
18518 clock instead of its internal one.
18520 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18522 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18523 (gst_play_base_bin_change_state): nullify source and decoder when
18524 going from READY to NULL so that we don't try to do weird stuff with
18525 them when going from NULL to READY
18526 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18527 instead of g_object_unref
18528 (gen_video_element), (gen_audio_element): more refcounting fixes, now
18529 it should be correct
18530 (gst_play_bin_change_state): don't call remove_sinks if we are
18531 currently disposing the object
18533 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18535 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18536 Don't forget bass if it's there. Else left channel is silent...
18538 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18540 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18541 (gst_a52dec_change_state):
18542 Don't do sample adjusting anymore, we use float audio now.
18543 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18544 Don't fixate to non-existing properties.
18546 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18548 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18549 (gst_a52dec_change_state):
18550 Advertise that we can do surround sound.
18552 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18554 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18555 Add buffer-frames=0.
18556 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18557 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18558 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18559 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18560 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18561 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18562 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18563 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18564 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18565 * ext/dvdread/dvdreadsrc.h:
18566 Add seeking, querying for bytes, sectors, title, angle and
18567 chapter. Handle multiple chapters. Relicense to LGPL because
18568 Billy agreed on that (thanks Billy!).
18570 2004-11-27 Christophe Fergeau <teuf@gnome.org>
18572 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18573 call parent dispose method
18575 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
18577 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18578 (gst_audio_clock_get_internal_time):
18579 Fix active <-> inactive transitions: ensure time value always
18580 grows and avoid abrupt value changes.
18582 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
18585 * gst/tta/Makefile.am:
18587 * gst/tta/filters.h:
18588 * gst/tta/gsttta.c:
18589 * gst/tta/gstttadec.c:
18590 * gst/tta/gstttadec.h:
18591 * gst/tta/gstttaparse.c:
18592 * gst/tta/gstttaparse.h:
18593 * gst/tta/ttadec.h:
18594 added TTA parser and decoder
18596 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18598 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18599 (probe_triggered), (check_queue), (buffer_underrun),
18600 (buffer_running), (buffer_overrun), (gen_source_element),
18602 * gst/playback/gstplaybasebin.h:
18603 Implement buffering. Needs some more work.
18605 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18607 * ext/theora/theoradec.c: (theora_dec_chain):
18608 Fix ilog mask range overflow.
18610 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18612 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18613 Don't omit the last (which in case of dmix is the only :) )
18614 channel count. Don't set channels if <= 2.
18616 2004-11-26 Christophe Fergeau <teuf@gnome.org>
18618 * gst/playback/gstplaybin.c: (gen_video_element),
18619 (gen_audio_element): Removed 2 obsolete comments
18621 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18623 * ext/vorbis/oggvorbisenc.c
18624 * ext/vorbis/vorbisenc.c :
18625 change description fields of those plugins to differentiate them
18626 (pitivi show Encoders by description, they had the same one)
18628 2004-11-25 Christophe Fergeau <teuf@gnome.org>
18630 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18632 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18633 (gst_play_bin_set_property), (gen_video_element),
18634 (gen_audio_element):
18635 Refcounting fixes for provided audio-/videosinks.
18637 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18639 * gst/playback/gstplaybin.c: (gen_video_element),
18640 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18641 Don't reference all sinks, but only the video- and audiosinks.
18642 The vis. element should be disposed when we're done with it.
18643 We don't have any reason to keep it around. This fixes warnings
18644 when reusing playbin for playing multiple audio files with
18645 vis. enabled. Also release audio device on pause - idea stolen
18648 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18650 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18651 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18652 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18653 * ext/alsa/gstalsaplugin.c: (plugin_init):
18654 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18655 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18656 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18657 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18658 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18659 (gst_faad_change_state), (plugin_init):
18660 * ext/faad/gstfaad.h:
18661 * ext/vorbis/vorbis.c: (plugin_init):
18662 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18663 * gst-libs/gst/audio/Makefile.am:
18664 * gst-libs/gst/audio/audio.c: (plugin_init):
18665 * gst-libs/gst/audio/multichannel.c:
18666 (gst_audio_check_channel_positions),
18667 (gst_audio_get_channel_positions),
18668 (gst_audio_set_channel_positions),
18669 (gst_audio_set_structure_channel_positions_list),
18670 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18671 (gst_audio_fixate_channel_positions):
18672 * gst-libs/gst/audio/multichannel.h:
18673 * gst-libs/gst/audio/testchannels.c: (main):
18674 * gst/audioconvert/gstaudioconvert.c:
18675 (gst_audio_convert_class_init), (gst_audio_convert_init),
18676 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18677 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18678 (gst_audio_convert_fixate), (gst_audio_convert_channels):
18679 * gst/audioconvert/plugin.c: (plugin_init):
18680 Surround sound support.
18682 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18684 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18685 Fix position for discont if we're close as well. Nitpicking, but
18686 saves a few milliseconds of extra waiting or skipping.
18688 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18690 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18691 We sometimes need parsers for playback, so add those too.
18693 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18696 * gst/apetag/Makefile.am:
18697 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18698 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18699 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18700 (gst_ape_demux_get_src_query_types),
18701 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18702 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18703 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18704 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18705 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18706 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18707 (gst_ape_demux_change_state):
18708 * gst/apetag/apedemux.h:
18709 * gst/apetag/apetag.c: (plugin_init):
18710 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18712 APE v1/2 tag reader plus typefind function.
18714 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18717 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18718 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18719 Remove hacks for older core. Require newer core version
18722 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18724 * gst/cdxaparse/Makefile.am:
18725 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18726 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18727 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18728 * gst/cdxaparse/gstcdxaparse.h:
18729 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18730 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18731 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18732 (gst_cdxastrip_get_src_query_types),
18733 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18734 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18735 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18736 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18737 * gst/cdxaparse/gstcdxastrip.h:
18738 SVCD/VCD header stripping separated from CDXA image parsing.
18739 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18741 Add VCD/SVCD header typefinding for VCD/SVCD.
18742 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18743 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18744 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18745 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18746 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18747 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18748 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18749 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18750 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18751 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18752 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18753 * sys/vcd/vcdsrc.h:
18754 Fix up, add seeking, querying, URI interface. Works in totem now.
18756 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18761 === release 0.8.6 ===
18763 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18781 releasing 0.8.6, "IOU Love"
18783 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18785 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18787 * gst/playback/gstplaybasebin.c:
18788 Fix unplayable files error handling. Fixes #158365
18790 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18792 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18794 * gst/typefind/gsttypefindfunctions.c:
18795 Fix broken mp3 typefinding. Fixes #158375
18797 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18799 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18801 * ext/ogg/gstoggdemux.c:
18802 Fix sync on broken files. Fixes #158976
18804 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18806 patch by: Edward Hervey <bilboed@bilboed.com>
18808 * ext/libpng/gstpngenc.c:
18809 Copy over buffer properties. Fixes #158832
18811 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18813 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18815 * ext/dvdread/dvdreadsrc.c:
18816 Fixes invalid reads (#158462)
18818 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18820 * sys/v4l/gstv4lsrc.c:
18821 * sys/v4l/gstv4lsrc.h:
18822 * sys/v4l/v4lsrc_calls.c:
18823 Probe less and cache it. Fixes #159187.
18825 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18827 * gst/videorate/gstvideorate.c:
18828 Handle all video formats. Fixes #159186.
18830 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
18831 * gst/synaesthesia/gstsynaesthesia.c:
18832 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18833 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18834 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18835 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18836 (gst_synaesthesia_change_state), (plugin_init):
18837 Fix up synaesthesia to work under different samplerates/ buffer sizes.
18838 Force 320x200 output, as that's the only thing the underlying
18839 synaesthesia implementation supports. Still needs to be made
18842 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18845 Fix mpeg2enc configure check (similar to mplex check below).
18847 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
18849 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18851 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18852 Fix for gcc-2.95 (fixes #158221).
18854 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18856 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18857 Re-add clock distribution hack (until new core is released).
18860 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
18862 fix mplex configure check segfaulting on some systems (bug #140994)
18864 2004-11-13 Benjamin Otte <otte@gnome.org>
18866 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18868 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18869 do a wait when we enter the loop func with no data available to
18870 write instead of getting into an 100% CPU loop by just returning and
18871 being called again by the scheduler
18873 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
18876 * ext/libvisual/visual.c: (gst_visual_get_type),
18877 (libvisual_log_handler), (gst_visual_getcaps),
18878 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18880 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18881 * ext/smoothwave/Makefile.am:
18882 * ext/smoothwave/demo-osssrc.c: (main):
18883 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18884 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18885 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18887 * ext/smoothwave/gstsmoothwave.h:
18888 Make gstsmoothwave a working element in the 20th century.
18890 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18891 Fix incorrect link function
18893 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18895 * gst/volume/gstvolume.c:
18896 Allow buffer-frames=0.
18898 2004-11-12 Iain <iaingnome@gmail.com>
18900 * configure.ac: Check for polypaudio
18902 * ext/Makefile.am: Build the polyp dir
18904 * ext/polyp: The polypsink sources.
18906 2004-10-30 Iain <iaingnome@gmail.com>
18908 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18909 caps to reflect the new number of channels.
18911 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18913 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18914 Fix for negotiation order problem. This would show when the
18915 ALSA loopfuction was called before any other function. ALSA
18916 wouldn't do anything because we're not negotiated yet, leading
18917 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18919 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
18921 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18923 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18924 No warnings (#157986).
18926 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18928 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18929 Prefer apev1/2 and id3v1 (at end of file) over musepack.
18931 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18933 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18934 Signal no-more-pads (so it works in playbin).
18936 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18938 * ext/musepack/gstmusepackreader.cpp:
18939 Workaround for older core.
18941 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18943 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18944 Actually test for odd width/height rather than testing whether
18945 a temporary variable that was 0 before we subtracted 1 is now
18946 not equal to zero (which it always is).
18948 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18950 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18951 Fix compilation if HAVE_XVIDEO is not defined
18953 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18955 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18956 Fix compilation if HAVE_XVIDEO is not defined
18958 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
18960 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18961 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18962 (gst_goom_change_state), (plugin_init):
18963 Use the bytestream adapter so goom doesn't depend on the input
18965 Add a debug category
18967 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18969 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18970 Only set hardware parameters *after* negotiation. Before
18971 negotiation, it will set ANY and that seems to cause crashes
18972 (see e.g. #151288, #153227).
18974 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18976 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18977 This seems to be antique leftover. It needs to pass error
18979 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18980 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18981 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18982 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18983 Fix GstXOverlay implementation (#151059).
18985 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18987 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18988 Don't assert (#157853).
18990 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18992 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18993 Fix bytes/samples confustion.
18994 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18995 Fix for underrun (#144389).
18997 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18999 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19000 Disable halfway-seek for pending release (since it needs a new
19003 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19005 * sys/v4l/gstv4lsrc.c:
19006 * sys/v4l/gstv4lsrc.h:
19007 * sys/v4l/v4lsrc_calls.c:
19008 add autoprobe-fps property so we can separate autoprobing parts
19010 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19012 * sys/v4l/gstv4lsrc.c:
19013 * sys/v4l/v4lsrc_calls.c:
19014 initialise fourcc to catch unset fourcc's, and debug
19016 2004-11-09 Wim Taymans <wim@fluendo.com>
19018 * gst/playback/README:
19019 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19020 * gst/playback/gstplaybin.c: (gst_play_bin_init),
19021 (gst_play_bin_dispose), (gst_play_bin_set_property),
19022 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19023 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19024 (gst_play_bin_get_formats), (gst_play_bin_convert),
19025 (gst_play_bin_get_query_types), (gst_play_bin_query):
19026 Cleanups and some more documentation.
19028 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
19030 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19031 (gst_cacasink_init), (gst_cacasink_chain):
19032 * ext/libcaca/gstcacasink.h:
19033 Cacasink inherits from VideoSink, so let that store the clock.
19035 2004-11-09 Wim Taymans <wim@fluendo.com>
19037 * gst/playback/README:
19038 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19039 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19040 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19041 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19042 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19044 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19045 (gst_stream_info_is_mute), (gst_stream_info_set_property):
19046 * gst/playback/gststreaminfo.h:
19048 Only switch groups if all streams have muted (EOSed).
19049 Send Tags in sync with the stream playback instead of in
19050 the playback/preroll phase.
19051 Some cleanups, free the fakesrc elements.
19053 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
19055 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19056 buffer-frames property was missing
19057 * ext/arts/gst_arts.c:
19058 rate missing from sinkcaps
19059 * ext/audiofile/gstafparse.c:
19060 * ext/audiofile/gstafsink.c:
19061 * ext/audiofile/gstafsrc.c:
19062 * ext/swfdec/gstswfdec.c:
19063 int audio doesn't know buffer-frames
19064 * ext/cdparanoia/gstcdparanoia.c:
19065 int audio doesn't know chunksize either
19066 * ext/nas/nassink.c:
19067 it's endianness, not endianess
19068 * gst-libs/gst/audio/audio.h:
19069 make float standard pad template caps really describe float
19070 * gst/law/mulaw.c: (linear_factory):
19071 signed only, please
19072 * gst/mpegstream/gstdvddemux.c:
19073 widths of 20 are not valid
19075 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
19077 Submitted by: Luca Ferretti <elle.uca@infinito.it>
19083 2004-11-08 Wim Taymans <wim@fluendo.com>
19085 * gst/playback/README:
19086 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19087 * gst/playback/gstplaybasebin.c: (probe_triggered),
19088 (gst_play_base_bin_change_state):
19089 Updated README, added more comments for fixmes etc..
19091 2004-11-08 Wim Taymans <wim@fluendo.com>
19093 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19094 We can remove this hack now.
19096 2004-11-08 Wim Taymans <wim@fluendo.com>
19098 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19099 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19100 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19101 Only mix AYUV for maximum quality.
19103 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19105 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19106 (gst_ogg_demux_push), (gst_ogg_pad_push):
19107 Let's act as if we're synchronized now! :).
19108 * ext/theora/theoradec.c: (theora_dec_chain):
19111 2004-11-08 Wim Taymans <wim@fluendo.com>
19113 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19114 (gst_alpha_set_property), (gst_alpha_sink_link),
19115 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19116 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19117 (gst_alpha_init_params), (gst_alpha_chain):
19118 Implement alpha functions for AYUV too, this increases
19119 accuracy quite a bit.
19121 2004-11-08 Wim Taymans <wim@fluendo.com>
19123 * gst/ffmpegcolorspace/avcodec.h:
19124 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19125 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19126 (gst_ffmpegcsp_avpicture_fill):
19127 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19128 (gst_ffmpegcsp_caps_remove_format_info):
19129 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19130 (shrink12), (img_get_alpha_info), (deinterlace_line),
19131 (deinterlace_line_inplace):
19132 * gst/ffmpegcolorspace/imgconvert_template.h:
19133 Added AYUV colorspace and handle RGBA a bit more respectful.
19135 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19137 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19138 Actually always send a discont (cornercase when resending the
19139 same serial-tagged chain twice).
19141 2004-11-08 Julien MOUTTE <julien@moutte.net>
19143 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19144 (gst_ximagesink_finalize):
19145 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19146 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19148 2004-11-08 Wim Taymans <wim@fluendo.com>
19150 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19151 Don't segfault on NULL data.
19153 2004-11-08 Wim Taymans <wim@fluendo.com>
19155 * gst/playback/gstdecodebin.c: (unlinked):
19156 * gst/playback/gstplay-marshal.list:
19157 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19158 (gst_play_base_bin_init), (group_create), (get_active_group),
19159 (get_building_group), (group_destroy), (group_commit),
19160 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19161 (add_element_stream), (no_more_pads), (probe_triggered),
19162 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19163 (state_change), (setup_source), (gst_play_base_bin_get_property),
19164 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19165 (gst_play_base_bin_link_stream),
19166 (gst_play_base_bin_get_streaminfo):
19167 * gst/playback/gstplaybasebin.h:
19168 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19169 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19170 Add support for chained ogg files. Prepare for playlist
19171 support. This patch introduces the concept of pad groups, which
19172 together compose one playable media file.
19174 2004-11-07 David Schleef <ds@schleef.org>
19176 * testsuite/gst-lint: Check for pad templates that aren't statically
19179 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19183 * ext/musepack/Makefile.am:
19184 * ext/musepack/gstmusepackdec.cpp:
19185 * ext/musepack/gstmusepackdec.h:
19186 * ext/musepack/gstmusepackreader.cpp:
19187 * ext/musepack/gstmusepackreader.h:
19188 Add musepack decoder.
19189 * ext/faad/gstfaad.c: (gst_faad_base_init):
19190 Make pad templates static.
19191 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19193 Add musepack typefinder, make mp3 typefinding work halfway stream,
19194 which doesn't actually work yet because id3demux doesn't implement
19197 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19199 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19200 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19201 Fix interrupt event handling (#144436).
19203 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19205 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19208 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19210 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19212 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19213 Fix weird caps (#157548).
19215 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19217 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19219 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19220 Add missing NULL terminator (#157543).
19222 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
19224 * gst/tcp/gsttcp.h:
19225 * gst/tcp/gsttcpclientsink.c:
19226 * gst/tcp/gsttcpclientsrc.c:
19227 * gst/tcp/gsttcpserversink.c:
19228 * gst/tcp/gsttcpserversrc.c:
19229 ports can go up to 65535. Move common defines to gsttcp.h
19231 2004-11-05 Wim Taymans <wim@fluendo.com>
19233 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19234 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19235 Added two more colorspaces.
19237 2004-11-05 Wim Taymans <wim@fluendo.com>
19239 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19240 (gst_ffmpegcsp_avpicture_fill):
19241 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19242 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19243 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19246 2004-11-05 Wim Taymans <wim@fluendo.com>
19248 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19249 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19250 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19251 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19252 (gst_videomixer_loop):
19255 2004-11-05 Benjamin Otte <otte@gnome.org>
19257 * ext/mad/gstmad.c: (gst_mad_chain):
19258 don't overflow data buffer. Flush not needed sync data when syncing
19261 2004-11-04 Wim Taymans <wim@fluendo.com>
19263 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19264 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19265 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19266 (gst_alpha_init_params), (gst_alpha_chain),
19267 (gst_alpha_change_state):
19268 Updated the chroma keying algorithm with something more
19271 2004-11-03 Wim Taymans <wim@fluendo.com>
19273 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19274 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19275 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19276 Fix stride issues. Does not completely work for odd
19279 2004-11-03 Wim Taymans <wim@fluendo.com>
19281 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19282 (gst_alpha_chroma_key), (gst_alpha_chain):
19283 Fix stride issues. Does not completely work for odd
19286 2004-11-03 Christophe Fergeau <teuf@gnome.org>
19288 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19289 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19292 2004-11-03 Wim Taymans <wim@fluendo.com>
19294 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19295 (gst_ffmpegcsp_avpicture_fill):
19296 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19298 * gst/ffmpegcolorspace/imgconvert_template.h:
19299 Use correct _fill function to get correct strides.
19301 2004-11-02 David Schleef <ds@schleef.org>
19303 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19304 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19305 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19306 Change all g_print()s to debugging. Add a bunch of consistency
19309 2004-11-02 Wim Taymans <wim@fluendo.com>
19311 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19312 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19313 (unlinked), (no_more_pads), (close_link):
19314 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19315 (unknown_type), (add_element_stream), (new_decoded_pad),
19316 (removed_decoded_pad), (setup_source):
19317 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19318 (gst_stream_info_class_init), (gst_stream_info_init),
19319 (gst_stream_info_new), (gst_stream_info_dispose),
19320 (stream_info_mute_pad), (gst_stream_info_set_property),
19321 (gst_stream_info_get_property):
19322 * gst/playback/gststreaminfo.h:
19323 Fix playback of multiple files.
19324 a slightly different approach to handling dynamic pad removals.
19325 This one only looks at pads that we have linked.
19327 2004-11-01 Christophe Fergeau <teuf@gnome.org>
19329 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19330 free" warning from libc.
19332 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19334 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19335 (get_unconnected_element), (remove_starting_from), (pad_removed),
19337 Implement support for dynamic pad changing. We listen to "live"
19338 pad removals (i.e. while playing) and re-setup autoplugging
19339 after that. Playbasebin/playbin need some more work for this
19340 to finally work, but decodebin supports (and replugs) chained
19343 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
19345 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19346 (gst_alsa_finalize):
19347 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19348 (gst_cdaudio_finalize):
19349 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19350 (cdparanoia_finalize):
19351 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19352 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19353 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19354 (dvdreadsrc_finalize):
19355 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19356 (gst_flacdec_finalize):
19357 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19358 (gst_flacenc_finalize):
19359 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19360 (gst_gnomevfssink_finalize):
19361 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19362 (gst_gnomevfssrc_finalize):
19363 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19364 (gst_fameenc_finalize):
19365 * ext/nas/nassink.c: (gst_nassink_class_init),
19366 (gst_nassink_finalize):
19367 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19368 (gst_sdlvideosink_class_init):
19369 * ext/sndfile/gstsf.c: (gst_sf_dispose):
19370 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19371 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19372 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19373 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19374 (gst_x_window_listener_dispose):
19375 * gst/audioscale/gstaudioscale.c:
19376 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19377 (play_on_demand_finalize):
19378 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19379 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19380 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19381 (cdplayer_finalize):
19382 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19383 (gst_glimagesink_class_init):
19384 * sys/oss/gstosselement.c: (gst_osselement_class_init),
19385 (gst_osselement_finalize):
19386 * sys/oss/gstosssink.c: (gst_osssink_dispose):
19387 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19388 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19389 Fixes a bunch of problems with finalize and dispose functions,
19390 either assumptions that dispose is only called once, or not calling
19391 the parent class dispose/finalize function
19393 2004-11-01 Stefan Kost <ensonic@users.sf.net>
19395 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19396 added two api precondition guards
19397 use g_strdup with getenv to fix crash when using ENVVAR
19399 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
19400 * ext/esd/esdsink.c: (gst_esdsink_class_init),
19401 (gst_esdsink_finalize):
19402 Use a finalize function, not dispose, and more importantly,
19403 call the parent class finalize function too
19405 2004-11-01 Johan Dahlin <johan@gnome.org>
19407 * ext/ogg/gstoggdemux.c:
19408 * gst/tags/gstvorbistag.c:
19411 2004-10-31 Benjamin Otte <otte@gnome.org>
19413 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19414 lotsa memleaks today. But they're all small...
19416 2004-10-31 Benjamin Otte <otte@gnome.org>
19418 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19419 another memleak crushed
19421 2004-10-31 Benjamin Otte <otte@gnome.org>
19423 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19426 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19428 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19429 Hack to prevent crash when going to READY inside signal handler
19430 while this function is active.
19432 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19434 * gst/ffmpegcolorspace/Makefile.am:
19435 * gst/ffmpegcolorspace/avcodec.h:
19436 * gst/ffmpegcolorspace/common.h:
19437 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19438 * gst/ffmpegcolorspace/dsputil.h:
19439 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19440 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19441 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19442 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19443 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19444 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19445 (gst_ffmpegcsp_avpicture_fill):
19446 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19447 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19448 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19449 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19450 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19451 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19452 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19453 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19454 * gst/ffmpegcolorspace/imgconvert.c:
19455 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19456 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19457 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19458 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19459 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19460 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19461 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19462 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19463 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19464 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19465 (grow21), (grow22), (grow41), (grow44), (conv411),
19466 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19467 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19468 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19469 (avpicture_free), (is_yuv_planar), (img_convert),
19470 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19471 (deinterlace_line_inplace), (deinterlace_bottom_field),
19472 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19473 * gst/ffmpegcolorspace/imgconvert_template.h:
19474 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19475 * gst/ffmpegcolorspace/mmx.h:
19476 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19477 (av_fast_realloc), (av_mallocz_static), (av_free_static),
19478 (av_freep), (avcodec_get_context_defaults),
19479 (avcodec_alloc_context), (avcodec_init):
19480 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19481 handling plus update from ffmpeg CVS. Large clean-up.
19483 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19485 * gst/playback/Makefile.am:
19486 We need the marshallers for decodebin, too.
19488 2004-10-30 David Schleef <ds@schleef.org>
19490 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19491 quicktime typefinding work with 64-bit offsets.
19493 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
19495 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19496 Set EOS on the element when processing an EOS event.
19497 * ext/speex/gstspeexdec.h:
19498 * ext/speex/gstspeexenc.h:
19499 Only keep a const ptr to the mode
19500 * gst-libs/gst/riff/riff-media.c:
19501 (gst_riff_create_audio_caps_with_data),
19502 (gst_riff_create_audio_template_caps):
19503 Allow WMAV3, with up to 6 channels.
19504 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19505 Don't call gst_pad_set_event_function on a sink pad.
19506 * gst/mpegstream/gstdvddemux.c:
19507 (gst_dvd_demux_get_subpicture_stream),
19508 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19509 Copy the explicit caps that were set across to the cur_* pads,
19510 instead of trying to use a possibly non-existent negotiated caps.
19511 Reset the type of subpicture pads to UNKNOWN after calling
19512 init_stream, so that the caps get set.
19514 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
19516 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19518 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19519 Don't touch buffer if it is of size 0 (fixes #151064).
19521 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19523 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19524 Synchronized discont handling.
19526 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19528 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19529 (gst_ogg_demux_push):
19530 Make seeking sort-of exact again (fixes #156387).
19532 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19534 * gst/playback/gstplaybasebin.c: (unknown_type),
19535 (add_element_stream), (new_decoded_pad),
19536 (gst_play_base_bin_change_state):
19537 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19538 (gst_stream_info_init), (gst_stream_info_new),
19539 (gst_stream_info_dispose), (gst_stream_info_get_property):
19540 * gst/playback/gststreaminfo.h:
19541 Make caps explicitely available. Makes testing for unsupported
19542 types possible. Improves error reporting.
19544 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19546 * gst/audioconvert/gstaudioconvert.c:
19547 (gst_audio_convert_buffer_to_default_format):
19548 Really don't touch read-only buffers (#156563).
19550 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
19552 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19554 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19555 Fix memleak (#155223).
19557 2004-10-29 Wim Taymans <wim@fluendo.com>
19559 * gst/tcp/.cvsignore:
19560 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19561 (gst_multifdsink_class_init), (gst_multifdsink_init),
19562 (gst_multifdsink_add), (gst_multifdsink_remove),
19563 (gst_multifdsink_remove_client_link), (is_sync_frame),
19564 (gst_multifdsink_new_client),
19565 (gst_multifdsink_handle_client_write),
19566 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19567 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19568 (gst_multifdsink_get_property):
19569 * gst/tcp/gstmultifdsink.h:
19570 Added burst on connect sync_method, deprecated sync_clients,
19571 streamlined the sync code some more.
19573 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19575 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19576 (gst_play_base_bin_change_state):
19577 Improve error reporting.
19579 2004-10-28 Wim Taymans <wim@fluendo.com>
19581 * gst/tcp/Makefile.am:
19582 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19583 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19584 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19585 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19586 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19587 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19589 Added more locks around fdset structures. Fixed/reworked
19590 the poll array resizing code.
19591 Added stress test for fdset.
19593 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19595 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19598 2004-10-28 Benjamin Otte <otte@gnome.org>
19600 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19601 fix link function to always query channels and query width for
19605 * gst/equalizer/Makefile.am:
19606 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19607 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19608 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19609 (arg_to_scale), (setup_filter),
19610 (gst_iir_equalizer_compute_frequencies),
19611 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19612 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19616 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19618 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19622 Added Norwegian Bokmaal translation
19624 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19626 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19627 Don't break on options (fixes #156488).
19629 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
19632 * ext/cdaudio/Makefile.am:
19634 fix build on older automake
19636 2004-10-26 Wim Taymans <wim@fluendo.com>
19638 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19639 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19640 Allow a little margin when negotiating the framerate.
19642 2004-10-26 Stefan Kost <ensonic@users.sf.net>
19644 * gst/level/gstlevel.c:
19645 synchonised naming of pads and pad-templates
19647 2004-10-26 Wim Taymans <wim@fluendo.com>
19649 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19650 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19651 (_find_streams_check), (gst_ogg_demux_push):
19652 Fix EOS again. Needs to be done in a better way. We should not
19653 remove the pad if there is no new chained stream.
19655 2004-10-26 Iain <iaingnome@gmail.com>
19657 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19658 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19660 * gst/interleave/interleave.c (interleave_class_init): Hook up release
19662 (interleave_release_pad): Remove the pad.
19663 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19664 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19666 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19668 (gst_xvimagesink_xcontext_clear): Free the xcontext.
19669 (gst_xvimagesink_finalize): Free the par.
19671 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19673 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19674 (gst_avimux_stop_file):
19675 First calculate the rate, and only then use it. Hdr.rate is a
19676 multiple and not a derivative of hdr.scale. Scale is not the
19677 same as blockalign but is solely related to rate.
19679 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19681 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19682 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19685 2004-10-25 James Henstridge <james@jamesh.id.au>
19687 Reviewed by: David Schleef <ds@schleef.org>
19689 * examples/gstplay/player.c: (got_stream_length), (main):
19690 * examples/seeking/cdplayer.c: (update_scale):
19691 * examples/seeking/seek.c: (format_value), (update_scale):
19692 * examples/seeking/spider_seek.c: (format_value), (update_scale),
19694 Build fixes on AMD64.
19696 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19698 reviewed by: Ronald Bultje <rbultje at gnome dot org>
19700 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19701 Fix for some v4l cards which hang in v4lsrc
19703 2004-10-25 Wim Taymans <wim@fluendo.com>
19705 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19706 (gst_ogg_demux_push), (gst_ogg_chains_clear):
19707 Make sure to remove the pad when a new chain is
19708 encountered. Set some vars to NULL so we don't try
19709 to reference freed memory.
19711 2004-10-25 Wim Taymans <wim@fluendo.com>
19713 * examples/seeking/Makefile.am:
19714 * examples/seeking/cdplayer.c: (update_scale):
19715 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19716 * examples/seeking/playbin.c: (make_playerbin_pipeline),
19717 (format_value), (update_scale), (iterate), (start_seek),
19718 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19719 (print_usage), (main):
19720 Added some more examples, update others.
19722 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19724 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19725 * ext/speex/gstspeexdec.c: (speex_dec_chain):
19726 * ext/theora/theoradec.c: (theora_dec_chain):
19727 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19728 Add codec-name metadata.
19730 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
19732 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19734 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19735 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19736 * ext/alsa/gstalsamixertrack.h:
19738 ALSA mixer track label internationalization (#154054).
19740 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19742 * ext/theora/theoradec.c: (theora_dec_chain):
19743 Export bitrate as metadata.
19745 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19747 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19748 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19749 * ext/alsa/gstalsamixertrack.h:
19750 Fix names, fix loop.
19752 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19754 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19755 (speex_dec_convert):
19756 sinkconvert function so oggdemux can get the file length (totem).
19758 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
19760 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19762 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19763 Don't push incomplete packets.
19764 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19765 Fix MPEG-4 audio typefinding.
19767 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19769 * sys/v4l/Makefile.am:
19770 * sys/v4l/gstv4l.c: (plugin_init):
19771 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19772 (gst_v4lelement_init), (gst_v4lelement_dispose),
19773 (gst_v4lelement_change_state):
19774 * sys/v4l/gstv4lelement.h:
19775 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19776 (gst_v4l_xoverlay_close), (idle_refresh),
19777 (gst_v4l_xoverlay_set_xwindow_id):
19778 * sys/v4l/gstv4lxoverlay.h:
19779 * sys/v4l/v4l-overlay_calls.c:
19780 * sys/v4l/v4l_calls.h:
19781 * sys/v4l2/Makefile.am:
19782 * sys/v4l2/gstv4l2.c: (plugin_init):
19783 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19784 (gst_v4l2element_init), (gst_v4l2element_dispose),
19785 (gst_v4l2element_change_state):
19786 * sys/v4l2/gstv4l2element.h:
19787 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19788 (gst_v4l2_xoverlay_close), (idle_refresh),
19789 (gst_v4l2_xoverlay_set_xwindow_id):
19790 * sys/v4l2/gstv4l2xoverlay.h:
19791 * sys/v4l2/v4l2-overlay_calls.c:
19792 * sys/v4l2/v4l2_calls.h:
19793 Remove client-side overlay handling, use the X-server v4l plugin
19794 for that. Nicer overlay, less code. Also make the plugin
19795 compileable without X (but then without overlay, obviously).
19796 Makes xwindowlistener obsolete, should we remove that?
19798 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19800 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19801 (gst_osssrc_src_query):
19802 * sys/oss/gstosssrc.h:
19803 OK, so people want offset in DEFAULT. This time, actually fix all
19805 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19808 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19810 * gst/asfdemux/gstasfmux.c:
19811 * gst/avi/gstavimux.c:
19814 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19816 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19817 Fix properties (channel, norm, frequency).
19819 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19821 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19823 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19826 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19828 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19831 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19833 * sys/v4l2/gstv4l2element.h:
19834 Yet Another Hack (tm) for kernel header borkedness.
19835 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19836 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19837 (gst_v4l2src_link), (gst_v4l2src_getcaps),
19838 (gst_v4l2src_change_state):
19839 * sys/v4l2/gstv4l2src.h:
19840 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19841 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19842 Fix caps, keep track of state, work.
19844 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19846 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19849 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19851 * sys/oss/gstosssrc.c: (gst_osssrc_get):
19852 Don't mix bytes and samples.
19854 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19856 * ext/ogg/gstoggmux.c:
19857 Basic pad template which accepts OGM tracks, speex, flac, vorbis
19858 and theora. Any is incorrect.
19859 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19861 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19862 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19863 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19864 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19865 * sys/v4l/gstv4lmjpegsrc.h:
19866 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19867 (gst_v4lsrc_change_state):
19868 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19869 (gst_v4lmjpegsrc_capture_stop):
19870 Fix caps. Keep track of internal state. Work.
19872 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19875 Fix the build fixes.
19877 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19879 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19880 (gst_ogg_demux_src_event), (_find_chain_seek),
19881 (gst_ogg_pad_push):
19882 Check for pad availability before using it.
19883 * ext/ogg/gstoggdemux.c: (_find_chain_process):
19884 Fix parsing of chained ogg. Needs more work on the decoder side.
19886 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
19888 * gst/spectrum/Makefile.am:
19889 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19891 Fix demo and reenable it. Yes, I'm currently playing with audio
19894 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19896 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19897 We love it if files that start at zero work too...
19899 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19901 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19902 Handle files with missing EOS headers.
19904 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19906 * gst/tcp/gsttcpserversink.c:
19907 (gst_tcpserversink_handle_server_read),
19908 (gst_tcpserversink_init_send):
19909 Zero some variables first (need for accept not to return EINVAL)
19911 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19913 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19914 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19915 * ext/theora/theoradec.c: (theora_dec_sink_convert),
19916 (theora_dec_chain):
19917 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19918 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19919 Seeking and querying finetune.
19921 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
19925 * ext/raw1394/Makefile.am:
19928 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19930 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19932 * gst/playback/Makefile.am:
19933 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19934 * gst/playback/gstplay-marshal.list:
19935 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19938 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19940 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19943 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19945 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19946 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19947 (gst_ogg_pad_push):
19948 Yay for non-lineair granulepos in theora.
19950 2004-10-18 Wim Taymans <wim@fluendo.com>
19952 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19953 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19954 * ext/dv/gstdvdec.h:
19955 Make sure we renegotiate aspect ratio when the camera switches.
19957 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19959 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19960 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19962 * ext/theora/theoradec.c: (theora_dec_chain):
19963 Skip headers. Bad idea for chained ogg, but fixes seeking.
19965 2004-10-18 Wim Taymans <wim@fluendo.com>
19968 I swear, this is the last time I touch this.
19970 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19972 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19973 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19974 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19976 * ext/theora/theoradec.c: (theora_dec_sink_convert):
19977 Time-to-default conversion.
19978 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19979 Don't error on unknown packets, just skip. We should probably
19980 read them if we want to support chained ogg.
19982 2004-10-18 Wim Taymans <wim@fluendo.com>
19985 Added cdaudio to wrong list.
19987 2004-10-18 Wim Taymans <wim@fluendo.com>
19992 2004-10-18 Wim Taymans <wim@fluendo.com>
19994 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19995 (gst_dvdec_video_link), (gst_dvdec_push):
19996 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19997 (gst_smokeenc_resync), (gst_smokeenc_chain):
19998 Fix mimetype on smoke encoder.
19999 Add aspect ratio to dvdec. Not sure if these
20000 values are correct though....
20002 2004-10-18 Wim Taymans <wim@fluendo.com>
20004 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20005 Fix vorbis property descriptions and ranges.
20007 2004-10-18 Wim Taymans <wim@fluendo.com>
20009 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20010 Really do nothing when no data is available.
20011 Go to the playing state when the stream is not seekable
20012 instead of failing.
20014 2004-10-18 Wim Taymans <wim@fluendo.com>
20016 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20017 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20018 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20019 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20020 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20021 Added uri handler for cd://
20024 2004-10-18 Wim Taymans <wim@fluendo.com>
20026 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20027 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20028 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20029 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20030 (remove_prerolls), (unknown_type), (add_element_stream),
20031 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20032 (gst_play_base_bin_remove_element),
20033 (gst_play_base_bin_link_stream):
20034 * gst/playback/gstplaybin.c: (gen_video_element),
20035 (gen_vis_element), (remove_sinks), (setup_sinks):
20036 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20037 (gst_stream_info_get_type), (gst_stream_info_class_init),
20038 (gst_stream_info_init), (gst_stream_info_new),
20039 (gst_stream_info_dispose), (stream_info_mute_pad),
20040 (gst_stream_info_set_property), (gst_stream_info_get_property):
20041 * gst/playback/gststreaminfo.h:
20042 Add sink padtemplate to decodebin.
20043 Added some more comments.
20044 Make queue size configurable in playbasebin.
20045 Added possibility to use elements as sinks (ex cdaudio).
20047 2004-10-15 Wim Taymans <wim@fluendo.com>
20049 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20050 (gst_speexenc_chain):
20051 Fix speex timestamps so that it gets muxed properly.
20053 2004-10-15 Wim Taymans <wim@fluendo.com>
20055 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20056 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20057 (gst_dv1394src_init), (gst_dv1394src_dispose),
20058 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20059 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20060 (gst_dv1394src_event), (gst_dv1394src_get_formats),
20061 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20062 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20063 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20064 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20065 * ext/raw1394/gstdv1394src.h:
20066 Added conversion/query functions.
20067 Update buffer timestamps,
20069 Added uri dv:// so it might play from the firewire in playbin.
20070 Fix a possible leak.
20073 2004-10-15 Wim Taymans <wim@fluendo.com>
20075 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20076 (gst_dv1394src_init), (gst_dv1394src_set_property),
20077 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20078 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20079 * ext/raw1394/gstdv1394src.h:
20080 Added AV/C VTR control support needed for some cameras.
20081 Added automatic port detection.
20082 Added properties for selecting the channel.
20083 The configure.ac script is not yet updated to reflect the
20084 new libavc1394 and librom1394 dependencies.
20086 2004-10-15 Wim Taymans <wim@fluendo.com>
20088 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20089 (qtdemux_parse), (gst_qtdemux_handle_esds):
20090 An esds box is not a container.
20091 Fix parsing of mp4v boxes.
20092 Do not try to renegotiate fps for each frame. Need to
20093 find a better method. This should fix mp4 playback.
20095 2004-10-14 David Schleef <ds@schleef.org>
20097 * configure.ac: update for swfdec-0.3 and liboil-0.2
20098 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20099 * ext/swfdec/gstswfdec.h: same
20100 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20101 * gst/videotestsrc/videotestsrc.c: same
20103 2004-10-14 Wim Taymans <wim@fluendo.com>
20105 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20106 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20107 (is_sync_frame), (gst_multifdsink_new_client),
20108 (gst_multifdsink_handle_client_write),
20109 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20110 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20111 Turn warnings into info.
20112 Don't allow a state change in the streaming thread.
20114 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
20116 * ext/vorbis/oggvorbisenc.c:
20117 * ext/vorbis/vorbisdec.c:
20118 fix template sample rate
20120 2004-10-13 Wim Taymans <wim@fluendo.com>
20122 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20123 Decoding the header first fixes some problems in resyncing
20126 2004-10-12 Wim Taymans <wim@fluendo.com>
20128 * gst/playback/gstplaybin.c: (gen_video_element),
20129 (gen_vis_element), (remove_sinks), (setup_sinks):
20130 Added vis plugin support, need to configure the vis
20131 element to activate it.
20133 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20135 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20136 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20138 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20139 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20140 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20141 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20142 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20143 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20144 * gst/avi/gstavidemux.h:
20145 Support for openDML-2.0 indx/ix## chunks. Support for broken index
20146 recovery (where, if part of the index is broken, we will still read
20147 the rest of the index and recover the broken part by stream
20148 scanning). More broken media support. EOS workarounds. General AVI
20149 braindamage headache recovery. Aspirin included.
20151 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20153 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20154 (cdparanoia_event), (cdparanoia_query):
20155 Get rid of hideous lead-in.
20157 2004-10-11 Wim Taymans <wim@fluendo.com>
20159 * gst/playback/gstplaybasebin.c: (setup_source):
20160 Wrong var used to get g_list_next.
20162 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20164 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20165 (cdparanoia_get), (cdparanoia_open):
20166 Report discid as metadata, add duration.
20168 2004-10-11 Wim Taymans <wim@fluendo.com>
20170 * gst/playback/gstplaybasebin.c: (setup_source):
20171 Cleanup the previous pipeline a little earlier for the
20172 case that a source element provides raw data.
20174 2004-10-11 Benjamin Otte <otte@gnome.org>
20176 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20177 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20178 consuming the last 128 bytes, even though it was valid mp3 data.
20180 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20182 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20183 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20184 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20185 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20187 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20189 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20190 Fix for webcams that support only specific width or height
20192 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20194 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20196 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20197 Fix wrong discont event setup (fixes #154967).
20199 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
20201 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20203 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20204 Error out on invalid data (fixes #154807).
20206 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20208 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20210 * ext/dvdread/dvdreadsrc.c: (_read):
20211 Make titles > 0 work again (fixes #154834).
20213 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20215 * gst-libs/gst/riff/riff-media.c:
20216 (gst_riff_create_video_template_caps):
20217 WMV3 missing in template caps.
20219 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20221 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20222 OK, so the original code was too strict. It makes random AVI files
20223 hang for seconds upon opening, which is unacceptable and is far
20224 beyond the original goal of getting multiple chunks for one-chunk
20225 sounc stream files. So now do just that.
20227 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20229 * gst/playback/gstplaybasebin.c: (setup_source),
20230 (gst_play_base_bin_change_state):
20231 Actually clean up streaminfo if output fails. This would trigger
20232 if, for example, there was no CD in the drive. No preroll, so
20233 a streaminfo structure is created, but the subsequent state change
20234 of the thread fails.
20235 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20236 Don't change state if parent failed.
20238 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20240 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20241 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20242 (gen_video_element), (remove_sinks):
20243 Add small bits of code for screenshot handling.
20245 2004-10-08 Wim Taymans <wim@fluendo.com>
20247 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20248 (gen_video_element), (gen_audio_element), (setup_sinks):
20249 Don't assume the user provided sinks are named "sink"...
20251 2004-10-08 Wim Taymans <wim@fluendo.com>
20253 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20254 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20255 (gst_play_base_bin_link_stream):
20256 Do not try to autoplug sources that generate raw streams like
20258 disconnect the preroll overrun signal when we don't need it anymore.
20260 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
20262 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20263 Added reworked patch from #154903 from milosz derezynski (deadchip).
20265 2004-10-08 Wim Taymans <wim@fluendo.com>
20267 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20268 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20269 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20270 (cdparanoia_convert), (cdparanoia_uri_get_type),
20271 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20272 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20273 * ext/cdparanoia/gstcdparanoia.h:
20274 This adds the cdda://<tracknum> uri.
20276 2004-10-08 Wim Taymans <wim@fluendo.com>
20278 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20279 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20280 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20281 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20282 (unknown_type), (gst_play_base_bin_remove_element),
20283 (gst_play_base_bin_link_stream):
20284 * gst/playback/gstplaybasebin.h:
20285 * gst/playback/gstplaybin.c: (gst_play_bin_init),
20286 (gst_play_bin_set_property), (gen_video_element),
20287 (gen_audio_element), (setup_sinks):
20288 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20289 (gst_stream_info_get_type), (gst_stream_info_class_init),
20290 (gst_stream_info_init), (gst_stream_info_new),
20291 (gst_stream_info_dispose), (stream_info_mute_pad),
20292 (gst_stream_info_set_property), (gst_stream_info_get_property):
20293 * gst/playback/gststreaminfo.h:
20294 Reuse the audio and video bins.
20295 Some internal cleanups in the stream selection code.
20297 2004-10-08 Julien MOUTTE <julien@moutte.net>
20299 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20300 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20301 * sys/ximage/ximagesink.h:
20302 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20303 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20304 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20305 not coming from those elements. Moreover these elements should not keep
20306 the xid they have been given when in NULL state.
20308 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20310 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20311 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20312 * sys/ximage/ximagesink.h:
20313 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20314 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20315 * sys/xvimage/xvimagesink.h:
20316 Actually only create a new toplevel window if we're not gonna
20317 embed it right after.
20319 2004-10-07 Wim Taymans <wim@fluendo.com>
20321 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20322 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20323 * gst/playback/gstplaybin.c: (setup_sinks):
20324 Implement muting/unmuting of streams, mute streams that are not
20327 2004-10-07 Wim Taymans <wim@fluendo.com>
20329 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20331 Added lame audio/x-ac3 typefind function.
20333 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20338 === release 0.8.5 ===
20340 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20345 releasing 0.8.5, "Take You On"
20347 2004-10-06 Wim Taymans <wim@fluendo.com>
20349 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20350 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20351 (no_more_pads), (close_link), (type_found):
20352 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20353 * gst/playback/gstplaybin.c: (gen_video_element):
20354 Do not signal the no_more_pads after the first pad when
20355 we are plugging a non dynamic element with multiple
20356 output pads (like swfdec, dvdec, ...).
20358 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20361 bump for prerelease
20363 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20365 * gst/wavparse/gstwavparse.c:
20366 add ATRAC3 to STATIC CAPS to fix a warning
20368 * gst/matroska/ebml-read.c:
20369 * gst-libs/gst/riff/riff-read.c:
20372 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20374 * gst-libs/gst/riff/riff-media.c:
20375 generate caps for ATRAC3 audio streams
20377 * gst/realmedia/rmdemux.c:
20378 generate caps for ATRAC3 audio streams
20380 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20382 * gst/wavparse/Makefile.am
20383 * gst/wavparse/riff.h
20384 * gst/wavparse/wavparse.vcproj
20385 riff.h removal (unused and duplication with riff-ids.h)
20387 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20389 * gst/wavparse/gstwavparse.h
20390 remove duplicated defines for audio codec codes
20392 * gst-libs/gst/riff/riff-ids.h
20393 * gst/wavenc/riff.h:
20394 add "4CC" code for ATRAC3 audio streams
20395 add "4CC" code for ITU_G721_ADPCM (unused for now)
20397 2004-10-06 Wim Taymans <wim@fluendo.com>
20399 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20400 Actually _do_ negotiation. Pass gdouble as arg instead
20401 of guint64 for the framerate.
20403 2004-10-06 Wim Taymans <wim@fluendo.com>
20405 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20406 (find_compatibles), (close_pad_link), (try_to_link_1),
20407 (no_more_pads), (close_link), (type_found):
20408 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20409 * gst/playback/gstplaybin.c: (gen_video_element),
20410 (gen_audio_element):
20411 Set state on newly added element to READY so that negotiation
20413 Addes some more debug info.
20414 Do not try to plug pads with multiple caps structures or ANY
20415 because it is too dangerous since we do not do dynamic
20418 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20420 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20424 add Oriya translation
20426 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20428 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20429 Prevent overwrite of size member. Makes audio sound crappy.
20431 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20433 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20434 Add rmvb to the list of known RealMedia extensions
20436 2004-10-05 Wim Taymans <wim@fluendo.com>
20438 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20439 (mngdec_openstream), (mngdec_closestream),
20440 (mngdec_handle_sink_event), (mngdec_readdata),
20441 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20442 (mngdec_getcanvasline), (mngdec_refresh),
20443 (gst_mngdec_change_state):
20444 Set the framerate correctly.
20446 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20448 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20449 There was something wrong with the index massaging.
20451 2004-10-04 Wim Taymans <wim@fluendo.com>
20453 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20454 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20455 (gst_smokedec_chain):
20456 * ext/jpeg/gstsmokedec.h:
20457 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20458 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20459 * ext/jpeg/gstsmokeenc.h:
20460 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20461 (smokecodec_decode_new), (smokecodec_info_free),
20462 (smokecodec_set_quality), (smokecodec_get_quality),
20463 (smokecodec_set_threshold), (smokecodec_get_threshold),
20464 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20465 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20466 (smokecodec_encode), (smokecodec_parse_id),
20467 (smokecodec_parse_header), (smokecodec_decode):
20468 * ext/jpeg/smokecodec.h:
20469 * ext/jpeg/smokeformat.h:
20470 Updated smoke, new bitstream, allows embedding in ogg.
20472 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20474 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20475 Fix seeking in some files. All this code is no longer needed (and
20476 actually breaks stuff) because we now synchronize the full index
20477 right when reading the header.
20479 2004-10-04 Wim Taymans <wim@fluendo.com>
20482 configure update for libmng.
20484 2004-10-04 Wim Taymans <wim@fluendo.com>
20486 * ext/libmng/Makefile.am:
20487 * ext/libmng/gstmng.c: (plugin_init):
20488 * ext/libmng/gstmng.h:
20489 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20490 (gst_mngdec_base_init), (gst_mngdec_class_init),
20491 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20492 (gst_mngdec_loop), (gst_mngdec_get_property),
20493 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20494 (mngdec_closestream), (mngdec_handle_sink_event),
20495 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20496 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20497 (gst_mngdec_change_state):
20498 * ext/libmng/gstmngdec.h:
20499 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20500 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20501 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20502 (gst_mngenc_chain), (gst_mngenc_get_property),
20503 (gst_mngenc_set_property):
20504 * ext/libmng/gstmngenc.h:
20505 Added basic MNG decoder. Needs more work. The encoder does
20508 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20510 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20511 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20512 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20513 Don't hang on length=0 chunks. Some negotiation fixes. Signal
20516 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
20519 you need at least 1.0.4 of speex
20521 2004-10-04 Iain <iaingnome@gmail.com>
20523 * ext/speex/gstspeexdec.h: Revert the includes changes.
20525 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20527 2004-09-30 Iain <iaingnome@gmail.com>
20529 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20530 found during init or set as a property instead of hardcoding /dev/audio
20532 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20534 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20535 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20536 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20537 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20538 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20539 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20540 (gst_rmdemux_dump_data):
20541 Use debug category, fix EOS handling. filesrc ! rmdemux now
20544 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20546 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20547 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20548 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20549 Improve allocation, cutting and sorting of the index. How takes a
20550 few seconds instead of minutes.
20552 2004-10-03 Christophe Fergeau <teuf@gnome.org>
20554 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20557 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20559 * gst-libs/gst/riff/riff-media.c:
20560 (gst_riff_create_video_caps_with_data),
20561 (gst_riff_create_video_template_caps):
20562 Add wing commander format mimetype/fourccs.
20563 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20564 Don't crash if some value is 0.
20566 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20568 * gst-libs/gst/riff/riff-media.c:
20569 (gst_riff_create_video_caps_with_data),
20570 (gst_riff_create_video_template_caps):
20571 Add DIB fourcc (raw, palettized 8-bit RGB).
20572 * gst-libs/gst/riff/riff-read.c:
20573 (gst_riff_read_strf_vids_with_data):
20574 Oops, fix strf_data reading bug.
20575 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20576 Use a non-NULL tag.
20577 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20578 Time for hacks. Sorry Dave. At least one quicktime movie (a
20579 trailer) that I've encountered contains multiple video tracks.
20580 One of those is the actual video track, the other are one-frame
20581 tracks (images). Unfortunately, the number of frames according
20582 to the trak header is 1 for each, so that doesn't help. So
20583 instead, I look at the duration and discard tracks with a
20584 duration shorter than 20% of the length of the stream. Better
20587 2004-10-01 Christian Schaller <christian@fluendo.com>
20589 * ext/ivorbis/vorbis.c:
20590 Patch from Phil Blundell (Bug 152341)
20592 2004-10-01 Wim Taymans <wim@fluendo.com>
20594 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20595 (speex_dec_get_formats), (speex_dec_convert),
20596 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20597 (speex_dec_chain), (gst_speexdec_get_property),
20598 (gst_speexdec_set_property):
20601 2004-10-01 Wim Taymans <wim@fluendo.com>
20603 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20604 (gst_wavparse_stream_init), (gst_wavparse_fmt),
20605 (gst_wavparse_other), (gst_wavparse_loop),
20606 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20607 (gst_wavparse_srcpad_event):
20608 * gst/wavparse/gstwavparse.h:
20609 Added some more debugging info.
20610 Fix the case where the length of the file is 0.
20611 Make sure we seek to sample borders.
20613 2004-10-01 Wim Taymans <wim@fluendo.com>
20615 * gst/playback/README:
20616 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20617 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20618 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20619 Add some debug info to decodebin, update README
20621 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20623 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20624 Don't use g_print(); use GST_DEBUG().
20626 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20628 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20629 (gst_ogg_mux_queue_pads):
20630 Handle EOS properly.
20632 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20634 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20636 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20637 (gst_faad_chain), (gst_faad_change_state):
20638 * ext/faad/gstfaad.h:
20639 Allow playback of raw (unframed) MPEG AAC files (#148993).
20641 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
20643 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20645 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20646 Throw error if we didn't recognize the stream. Fixes #152289.
20648 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20650 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20653 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
20655 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20657 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20660 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
20662 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20664 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20666 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20669 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20671 * gst-libs/gst/riff/riff-media.c:
20672 (gst_riff_create_video_caps_with_data),
20673 (gst_riff_create_audio_caps_with_data):
20674 Add codec_data handling (like asfdemux used to do).
20675 * gst/asfdemux/gstasf.c: (plugin_init):
20676 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20677 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20678 Use riff-media for caps creation instead of our own (mostly
20679 broken) copy of its functions.
20681 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20683 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20684 Don't actually error out if we get another return value than
20685 -EINVAL. Opposite to what I first thought, drivers have random
20686 return values for this, although -EINVAL is the expected return
20687 value. Since this is not fatal, we shouldn't use
20688 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20690 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20692 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20693 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20694 (dvdreadsrc_get_property), (_open), (_seek), (_read),
20695 (dvdreadsrc_get), (dvdreadsrc_open_file),
20696 (dvdreadsrc_change_state):
20697 Fix. Don't do one big huge loop around the whole DVD, that will
20698 cache all data and thus eat sizeof(dvd) (several GB) before we
20700 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20701 Actually NULL'ify event after using it.
20702 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20703 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20704 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20705 (gst_ebml_read_seek), (gst_ebml_read_skip):
20707 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20708 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20709 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20710 Fix timing (this will probably break if I seek using menus, but
20711 I didn't get there yet). VOBs and normal DVDs should now work.
20712 Add a mpeg2-only pad with high rank so this get autoplugged for
20714 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20715 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20716 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20717 (gst_mpeg_demux_get_audio_stream),
20718 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20719 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20720 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20721 MPEG-1 but use dvddemux for MPEG-2.
20722 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20723 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20724 (gst_mpeg_parse_parse_packhead):
20725 Timing. Only add pad template if it exists. Add sink template from
20726 class and not from ourselves. This means we will always use the
20727 correct sink template even if it is not the one defined in this
20730 2004-09-29 Wim Taymans <wim@fluendo.com>
20732 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20733 (gst_mpeg_demux_parse_pes):
20734 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20735 Fix playback of mpeg again, timestamps where screwed up by
20738 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20740 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20741 Only return true if we actually filled something in. Prevents
20742 player applications from showing a random length for flac files.
20743 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20744 (gst_riff_read_use_event), (gst_riff_read_handle_event),
20745 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20746 (gst_riff_read_strf_vids_with_data),
20747 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20748 OK, ok, so I implemented event handling. Apparently it's normal
20749 that we receive random events at random points without asking
20751 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20752 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20753 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20754 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20755 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20756 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20757 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20758 * gst/avi/gstavidemux.h:
20759 Implement non-lineair chunk handling and subchunk processing.
20760 The first solves playback of AVI files where the audio and video
20761 data of individual buffers that we read are not synchronized.
20762 This should not happen according to the wonderful AVI specs, but
20763 of course it does happen in reality. It is also a prerequisite for
20764 the second. Subchunk processing allows us to cut chunks in small
20765 pieces and process each of these pieces separately. This is
20766 required because I've seen several AVI files with incredibly large
20767 audio chunks, even some files with only one audio chunk for the
20768 whole file. This allows for proper playback including seeking.
20769 This patch is supposed to fix all AVI A/V sync issues.
20770 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20771 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20773 * gst/modplug/gstmodplug.cc:
20774 Proper return value setting for the query() function.
20775 * gst/playback/gstplaybasebin.c: (setup_source):
20776 Being in non-playing state (after, e.g., EOS) is not necessarily
20777 a bad thing. Allow for that. This fixes playback of short files.
20778 They don't actually playback fully now, because the clock already
20779 runs. This means that small files (<500kB) with a small length
20780 (<2sec) will still not or barely play. Other files, such as mod
20781 or flx, will work correctly, however.
20783 2004-09-28 Wim Taymans <wim@fluendo.com>
20785 * ext/speex/gstspeex.c: (plugin_init):
20786 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20787 (gst_speex_dec_class_init), (speex_dec_get_formats),
20788 (speex_get_event_masks), (speex_get_query_types),
20789 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20790 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20791 (gst_speexdec_get_property), (gst_speexdec_set_property),
20792 (speex_dec_change_state):
20793 * ext/speex/gstspeexdec.h:
20794 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20795 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20796 (gst_speexenc_base_init), (gst_speexenc_class_init),
20797 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20798 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20799 (gst_speexenc_src_query), (gst_speexenc_init),
20800 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20801 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20802 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20803 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20804 (gst_speexenc_chain), (gst_speexenc_get_property),
20805 (gst_speexenc_set_property), (gst_speexenc_change_state):
20806 * ext/speex/gstspeexenc.h:
20807 Rewrote speex encoder, make sure it can be embedded in ogg.
20808 Implemented speex decoder.
20810 2004-09-28 Christian Schaller <christian@fluendo.com>
20813 Remove kioslave plugin. Markey is brewing a new working one
20814 * ext/Makefile.am: Remove kioslave plugin
20816 * gst-plugins.spec.in: remove kio plugin from spec
20818 2004-09-27 Wim Taymans <wim@fluendo.com>
20820 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20821 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20822 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20823 (gst_multifdsink_new_client),
20824 (gst_multifdsink_handle_client_write),
20825 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20826 (gst_multifdsink_handle_clients):
20827 * gst/tcp/gstmultifdsink.h:
20828 Make syncing to keyframes actually work for new clients and lagging
20831 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
20833 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20834 (gst_navigationtest_handle_src_event), (draw_box_planar411),
20835 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20836 * gst/debug/gstnavigationtest.h:
20837 make navigationtest display button-press and button-release events
20839 2004-09-26 Iain <iaingnome@gmail.com>
20841 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20842 the channels have received a new media event.
20843 (interleave_buffered_loop): Compresses a new media event on all
20846 2004-09-26 Iain <iaingnome@gmail.com>
20848 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20849 call the sinkpad's default event handler and not the srcpads. He also
20850 says this is confusing :)
20851 (gst_wavenc_stop_file): Company says that seek events only go upstream
20852 we should send a discontinuous downstream instead.
20854 2004-09-25 Christian Schaller <christian@fluendo.com>
20856 * Update SPEC file to be usable in conjunction with Fedora Core,
20857 Fedora.us and freshrpms packages
20858 * Fix typo in multifilesrc test Makefile
20860 2004-09-24 Wim Taymans <wim@fluendo.com>
20862 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20863 Only signal the no_more_pads signal when we have
20864 added the stream to our list.
20866 2004-09-24 Wim Taymans <wim@fluendo.com>
20868 * gst/playback/gstplaybasebin.c: (remove_prerolls),
20870 * gst/playback/gstplaybasebin.h:
20871 * gst/playback/gstplaybin.c: (setup_sinks):
20872 Don't try to preroll or decode more than one audio/video
20875 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20877 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20878 Throw error if we failed to find a suitable output. This should
20879 throw an error if we successfully set up a pipeline (e.g. because
20880 we recognized a media file) but found no decodable streams in it
20881 (e.g. because it contains only media stream types for which we
20882 have no decoders, or because it's not a media type).
20884 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20886 * ext/dirac/Makefile.am:
20887 * ext/dirac/gstdirac.cc:
20888 * ext/dirac/gstdiracdec.cc:
20889 * ext/dirac/gstdiracdec.h:
20890 Do something. Don't actually know if this works because I don't
20891 have a demuxer yet.
20892 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20893 Add channels=1 to caps returned from _getcaps().
20894 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20895 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20896 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20897 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20898 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20899 (gst_ogm_parse_change_state):
20900 Separate between audio/video so ogmaudioparse actually uses the
20901 audio pad templates. Both audio and video work now, including
20902 autoplugging. Also use sometimes-srcpad hack.
20903 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20904 Handle events better. Don't hang on infinite loops.
20905 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20906 (gst_avi_demux_init), (gst_avi_demux_reset),
20907 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20908 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20909 (gst_avi_demux_change_state):
20910 * gst/avi/gstavidemux.h:
20911 Improve A/V sync. Still not perfect.
20912 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20913 (gst_ebml_read_skip):
20914 Handle events better.
20915 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20916 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20917 (qtdemux_audio_caps):
20918 Add IMA4. Improve event handling. Save offset after a seek when
20919 the headers are at the end of the file so that we don't end up in
20921 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20922 Add low-priority typefind support for files with no length.
20924 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20926 * testsuite/multifilesink/Makefile.am:
20929 2004-09-22 Julien MOUTTE <julien@moutte.net>
20931 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20932 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20933 mistakes from thaytan's patches.
20935 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
20937 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20938 For completeness, XSync in the destroy function as xvimage does.
20940 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
20942 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20943 Correct caps negotiation
20944 * gst/volume/gstvolume.c: (volume_chain_float),
20945 (volume_chain_int16):
20946 Modify debug output to be little more informative
20947 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20948 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20949 (gst_xvimagesink_xvimage_destroy):
20950 Add XSync calls after detaching from the shared memory segment to
20953 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20955 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20956 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20957 * ext/vorbis/vorbis.c: (plugin_init):
20958 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20959 (gst_vorbisenc_chain):
20960 * ext/vorbis/vorbisenc.h:
20961 remove explicit newmedia support from oggmux and vorbisenc
20962 add debug category to vorbisenc
20963 * gst/multifilesink/gstmultifilesink.c:
20964 (gst_multifilesink_class_init), (gst_multifilesink_init),
20965 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20966 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20967 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20969 * gst/multifilesink/gstmultifilesink.h:
20970 add support for streamheader in multifilesink
20972 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20974 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20975 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20976 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20977 Prevent infinite loops. More correct error reporting.
20978 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20979 Error out if negotiation fails.
20980 * gst/playback/gstplaybasebin.c: (setup_source),
20981 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20982 (gst_play_base_bin_found_tag):
20983 Error/tag forwarding. Pre-roll fixes for source errors on state
20984 changes (e.g. "file does not exist") to prevent hangs.
20986 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20988 * testsuite/multifilesink/Makefile.am:
20989 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20990 (gst_newmedia_class_init), (gst_newmedia_init),
20991 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20992 (newfile_signal), (test_signal), (main):
20993 * testsuite/multifilesink/multifilesrc_test.c: (main):
20994 * testsuite/multifilesink/oggtheora_test.c:
20995 (gst_newmedia_base_init), (gst_newmedia_class_init),
20996 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20997 (test_format), (newfile_signal), (test_signal), (main):
20998 * testsuite/multifilesink/oggvorbis_test.c:
20999 (gst_newmedia_base_init), (gst_newmedia_class_init),
21000 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21001 (test_format), (newfile_signal), (test_signal), (main):
21002 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21003 (gst_newmedia_class_init), (gst_newmedia_init),
21004 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21005 (newfile_signal), (test_signal), (main):
21008 2004-09-20 Christian Schaller <christian@fluendo.com>
21010 * Fix mikmod license to LGPL as they have relicensed
21011 * Move Dirac and Effectv into LGPL section of README_license
21013 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21015 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21016 (gst_mad_change_state):
21017 Allow for mp3 rate/channels changes. However, only very
21018 conservatively. Reason that we *have* to enable this is smiply
21019 because the mad find_sync() function is not good enough, it will
21020 regularly sync on random data as valid frames and therefore make
21021 us provide random caps as *final* caps of the stream. The best fix
21022 I could think of is to simply require several of the same stream
21023 changes in a row before we change caps.
21024 The actual testcase that works now is #
21025 * ext/ogg/Makefile.am:
21026 * ext/ogg/gstogg.c: (plugin_init):
21027 * ext/ogg/gstogmparse.c:
21028 OGM support (video only for now; I need an audio sample file).
21029 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21030 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21031 (gst_asf_demux_add_video_stream):
21033 * gst/playback/gstplaybasebin.c: (unknown_type):
21034 Don't error out on single unknown-types after all. It's wrong.
21035 If we found type of video and audio but not of a subtitle stream,
21036 it will still error out (which is unwanted). Will find a better fix
21038 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21039 (ogmaudio_type_find), (plugin_init):
21042 2004-09-20 Johan Dahlin <johan@gnome.org>
21044 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21045 after setting caps.
21047 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21049 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21050 * gst/wavenc/gstwavenc.h:
21051 Added newmedia support to wavenc
21053 2004-09-17 Wim Taymans <wim@fluendo.com>
21055 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21056 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21057 (gst_fdset_fd_can_write), (gst_fdset_wait):
21058 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21059 (gst_multifdsink_init), (gst_multifdsink_add),
21060 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21061 (gst_multifdsink_remove_client_link),
21062 (gst_multifdsink_client_queue_buffer),
21063 (gst_multifdsink_handle_client_write),
21064 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21065 (gst_multifdsink_close), (gst_multifdsink_change_state):
21066 * gst/tcp/gstmultifdsink.h:
21067 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21068 (gst_tcpserversink_removed):
21069 Small cleanups in fdset.c
21070 Use a hastable to map fd to the client structure for faster
21071 lookup in _remove and get_stats.
21072 Added virtual function to close the fds.
21073 Handle clients even when the select/poll call was unblocked because
21075 Implement syncing to keyframe in the recovery procedure.
21077 2004-09-16 Iain <iaingnome@gmail.com>
21079 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21082 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21084 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21085 Caps are only set if the type of the stream is unknown, but this
21086 is initialized in ->init_stream(), so set to UNKNOWN after calling
21087 ->init_stream() so that capsnego starts.
21089 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21091 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21092 (gst_avi_demux_stream_data):
21093 Just hardcode for raw audio then. AVI audio sucks.
21095 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
21097 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21098 * gst/matroska/matroska-mux.c: (audiosink_templ),
21099 (gst_matroska_mux_audio_pad_link):
21100 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21101 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21103 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21105 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21106 (gst_avi_demux_stream_data):
21107 Try to fix a/v sync issues.
21109 2004-09-15 David Schleef <ds@schleef.org>
21111 * configure.ac: remove NASM check, since we don't use it. Update
21113 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21114 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21115 Initialized variables.
21116 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21117 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21118 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
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_add_stream), (gst_avi_demux_stream_data):
21125 * gst/avi/gstavidemux.h:
21126 Fix for compressed audio (mp3) timestamp generation. How did this
21129 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21131 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21132 Volume is a double not a float.
21134 2004-09-15 Wim Taymans <wim@fluendo.com>
21136 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21137 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21138 Don't close the fd in multifdsink as we didn't open it in the
21139 first place. Some cleanups.
21141 2004-09-15 Wim Taymans <wim@fluendo.com>
21143 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21144 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21145 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21146 Fix the case where the muxer would mark pages as delta
21147 frames when they are not (vorbis only ogg).
21149 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21151 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21152 (gst_play_base_bin_change_state):
21153 Handle the case where we failed to setup a clear pipeline. This
21154 will throw an error (or EOS, another nice case) and if you don't
21155 catch that, the app will wait for the signal forever (and thus
21158 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21160 * ext/gnomevfs/gstgnomevfssink.c:
21161 (gst_gnomevfssink_uri_get_protocols):
21162 * ext/gnomevfs/gstgnomevfssrc.c:
21163 (gst_gnomevfssrc_uri_get_protocols):
21164 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21165 * ext/gnomevfs/gstgnomevfsuri.h:
21166 Use _uri_new() instead of _open(), so it doesn't take as long and
21167 Christophe's computer won't hang.
21168 * gst/playback/gstplaybasebin.c: (unknown_type):
21169 Throw error on unknown media type, so apps actually display it.
21171 2004-09-14 Brian Cameron <brian.cameron@sun.com
21173 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
21174 this script to work on Solaris since bash shell handles echo
21175 differenly than bash.
21177 2004-09-17 Wim Taymans <wim@fluendo.com>
21179 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21180 (setup_source), (gst_play_base_bin_set_property),
21181 (gst_play_base_bin_add_element):
21182 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21183 Some more work on making sure seeking pauses the pipeline and
21184 that changing the uri actually does something.
21186 2004-09-17 Wim Taymans <wim@fluendo.com>
21188 * gst/tcp/gstfdset.c: (gst_fdset_wait):
21189 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21190 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21191 (gst_tcpserversink_close):
21192 Be a bit more paranoid when freeing memory.
21194 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21196 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21197 (qtdemux_parse_trak):
21198 Don't crash by dividing by zero (see sample movie in #126922).
21200 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21202 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21203 Don't touch non-existing data (fixes crash on file in #140147).
21205 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21207 * gst/playback/gstplaybasebin.c:
21208 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21209 Handle double disposals, and proper change of URIs.
21211 2004-09-13 Martin Eikermann <meiker@upb.de>
21213 * gst/mpegstream/gstmpegparse.c:
21214 fix synchronistation for streams recorded from digital PCR
21217 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21219 * ext/gnomevfs/Makefile.am:
21220 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21221 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21222 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21223 (gst_gnomevfssink_uri_get_type),
21224 (gst_gnomevfssink_uri_get_protocols),
21225 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21226 (gst_gnomevfssink_uri_handler_init),
21227 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21228 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21229 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21230 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21231 (gst_gnomevfssrc_uri_get_type),
21232 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21233 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21234 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21235 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21236 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21237 * ext/gnomevfs/gstgnomevfsuri.h:
21238 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21239 of fake URIs to see which this version of Gnome-VFS likes, and
21240 uses that for the Gst-URI interface. Makes playbin support http://
21241 streams. Also fix up some stupid behaviour in gnomevfssrc.
21243 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21245 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21246 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21247 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21248 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21249 Update mixer (to sync with other sessions) if we try to obtain
21250 a new value. This makes alsamixer work accross applications.
21251 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21252 Only call sync functions if we're running, else alsalib asserts.
21253 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21254 Sometimes fails to compile. Possibly a gcc bug.
21255 * gst/playback/gstplaybin.c: (gen_video_element),
21256 (gen_audio_element):
21257 Add a reference to an application-provided object, because we lose
21258 this same reference if we add it to the bin. If we don't do this,
21259 we can only use this object once and thus crash if we go from
21260 ready to playing, back to ready and back to playing again.
21261 Also add an audioscale element because several cheap soundcards -
21262 like mine - don't support all samplerates.
21263 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21264 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21265 Fix wrong order or PAR calls. Makes automatically obtained PAR
21266 from the X server atually being used.
21268 2004-09-12 David Schleef <ds@schleef.org>
21270 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21271 #151887, #152102, #152247.
21272 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21273 * examples/seeking/cdparanoia.c: same
21274 * examples/seeking/cdplayer.c: same
21275 * examples/seeking/seek.c: same
21276 * examples/seeking/spider_seek.c: same
21277 * examples/seeking/vorbisfile.c: same
21278 * examples/stats/mp2ogg.c: same
21279 * ext/esd/esdsink.c: (gst_esdsink_class_init),
21280 (gst_esdsink_dispose): Dispose of element properly.
21281 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21283 * ext/nas/nassink.c: (gst_nassink_class_init),
21284 (gst_nassink_dispose): Dispose of element correctly.
21285 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21286 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21287 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21288 Fix 64-bit warning.
21289 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21290 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21291 Fix 64-bit warning.
21293 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21295 * configure.ac : change speex detection as 1.1.6 now uses
21296 .pc/pkg-config and they changed their headers location.
21298 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
21300 * gst/matroska/matroska-mux.h:
21301 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21302 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21303 (gst_matroska_mux_write_data):
21304 Write multiple blocks/frames per cluster.
21305 Write meta-seek information (seek heads).
21307 2004-09-09 Scott Wheeler <wheeler@kde.org>
21309 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21310 (gst_play_bin_set_property), (gst_play_bin_get_property),
21311 (gen_audio_element), (gen_audio_element):
21312 Add a volume element / property to the pipeline.
21314 2004-09-07 Wim Taymans <wim@fluendo.com>
21316 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21317 Copy timestamps from the master pad to the output buffers.
21319 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
21321 * ext/raw1394/gstdv1394src.c:
21322 throw errors when applicable
21324 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
21326 * gst/matroska/ebml-ids.h:
21327 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21328 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21329 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21330 automatically convert unix time <-> ebml time when reading/writing
21331 a date, use gst_ebml_write_uint to write CUETIME,
21332 not gst_ebml_write_date.
21333 * gst/matroska/matroska-ids.h:
21334 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21335 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21336 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21337 (gst_matroska_mux_write_data):
21338 Write track and segment UIDs, write muxing date, write
21339 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21340 Create cues for audio only files.
21342 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21344 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21345 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21346 Re-commit ALSA switches.
21347 * gst/adder/gstadder.c: (gst_adder_loop):
21348 64-bit fix (#151416).
21349 * gst/debug/progressreport.c: (gst_progressreport_report):
21350 64-bit fix (#151419).
21351 * gst/matroska/matroska-demux.c:
21352 (gst_matroska_demux_parse_contents):
21353 64-bit fix (#151420).
21354 * gst/playback/test3.c: (update_scale):
21355 64-bit fix (#151421).
21357 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21362 === release 0.8.4 ===
21364 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21366 * configure.ac: releasing 0.8.4, "Alias"
21368 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21370 * ext/theora/Makefile.am:
21371 fix makefile. Fixes #151462.
21373 2004-08-30 Wim Taymans <wim@fluendo.com>
21375 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21376 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21377 (gst_multifdsink_remove_client_link),
21378 (gst_multifdsink_client_queue_buffer),
21379 (gst_multifdsink_handle_client_write):
21380 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21381 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21382 Fix some memory leaks.
21384 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21386 Patch by: David Schleef
21390 rename our detection macro for V4L2. Fixes #151236.
21392 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21394 Patch by: David Schleef
21397 check to define LAMEPRESET. Fixes #151232.
21399 2004-08-27 David Schleef <ds@schleef.org>
21401 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21402 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21403 (gst_glimagesink_fixate): Move local variable declarations to
21404 make gcc-2.95 happy.
21406 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21409 bump nano for prerelease
21411 2004-08-27 David Schleef <ds@schleef.org>
21413 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21414 * sys/sunaudio/gstsunaudiosrc.c:
21415 * sys/sunaudio/gstsunaudiosrc.h:
21417 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21419 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21420 handle EOS correctly
21421 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21422 * gst/matroska/matroska-mux.h:
21423 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21424 VFW compatibility mode
21426 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21428 patch by: Zaheer Abbas Merali
21430 * ext/ogg/gstoggmux.c:
21431 * ext/vorbis/vorbisenc.c:
21432 * ext/vorbis/vorbisenc.h:
21435 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21437 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21438 fix byte order reversion on little endian machines.
21439 * gst/matroska/matroska-mux.c: (audiosink_templ),
21440 (gst_matroska_mux_audio_pad_link):
21441 add TTA codec to the list of supported codecs.
21442 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21443 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21444 (gst_matroska_mux_write_data):
21445 * gst/matroska/matroska-mux.h:
21446 write segment duration correctly, write muxing app string, fixes bugs
21447 #140897 and #140898.
21448 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21449 wait for all pads to be negotiated before starting to mux.
21451 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21453 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21454 * ext/lame/gstlame.h:
21455 Added new media support to lame
21457 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21459 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21460 send vorbis headers at the beginning of a stream, fixes bug #141554.
21461 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21463 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21464 (gst_matroska_demux_plugin_init):
21465 * gst/matroska/matroska-ids.h:
21466 enable demuxing of TTA audio streams, fixes bug #148951.
21467 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21468 enable typefinding for TTA audio files, fixes bug #148711.
21469 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21470 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21471 fixes playback of packed bitstream and xvid with bframes, bug #135407.
21473 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
21475 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21476 (gst_riff_read_element_data), (gst_riff_read_seek),
21477 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21478 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21481 2004-08-23 Iain <iaingnome@gmail.com>
21483 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21484 tags. They appear to be handled differently to normal.
21485 (tag_list_to_id3_tag_foreach): Ditto.
21487 2004-08-22 Wim Taymans <wim@fluendo.com>
21489 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21490 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21491 Make sure we never send -1 granulepos.
21493 2004-08-20 Wim Taymans <wim@fluendo.com>
21495 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21496 (gst_ogg_mux_loop):
21497 I will accept bitchslappings with non sharp objects.
21499 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21502 Clean up the test for lame presets
21504 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21507 * ext/lame/Makefile.am:
21508 * ext/lame/gstlame.c: (gst_lame_class_init),
21509 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21510 Only enable lame presets if version of lame has presets in API
21512 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
21513 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21514 * gst/udp/gstudpsrc.h:
21515 Don't call gst_pad_push in a get function. Fixes #150449
21517 2004-08-18 Wim Taymans <wim@fluendo.com>
21519 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21520 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21521 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21522 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21523 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21525 * gst/tcp/gstfdset.h:
21526 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21527 (gst_multifdsink_client_queue_buffer),
21528 (gst_multifdsink_handle_client_write):
21529 * gst/tcp/gstmultifdsink.h:
21530 Some extra checks in gstfdset.
21531 Only use send() when the fd is a socket. Don't try to
21532 read from write only fds.
21534 2004-08-18 Wim Taymans <wim@fluendo.com>
21536 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21537 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21538 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21539 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21541 Add more locking and bounds checking.
21543 2004-08-18 Wim Taymans <wim@fluendo.com>
21545 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21546 Realloc test fdset in the lock and right before starting
21547 the poll call. Bump the limit to 4096.
21549 2004-08-17 David Schleef <ds@schleef.org>
21551 * sys/sunaudio/Makefile.am:
21552 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21553 of rates and channels. Make debugging less obnoxious.
21555 Patch from Balamurali Viswanathan implementing a mixer for
21556 Sun audio. (bug #144091):
21557 * sys/sunaudio/gstsunelement.c:
21558 * sys/sunaudio/gstsunelement.h:
21559 * sys/sunaudio/gstsunmixer.c:
21560 * sys/sunaudio/gstsunmixer.h:
21562 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21564 * gst/audioscale/gstaudioscale.c:
21565 * gst/audioscale/gstaudioscale.h:
21566 made audioscale resample from any sample rate to any sample rate
21568 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21570 * ext/libpng/gstpngdec.c:
21571 error out on unsupported types
21573 2004-08-17 Iain <iaingnome@gmail.com>
21575 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21576 mid_side and loose_mid_side properties if its a stereo stream.
21578 2004-08-17 Wim Taymans <wim@fluendo.com>
21580 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21581 (theora_get_formats), (theora_dec_src_convert),
21582 (theora_dec_sink_convert), (theora_dec_src_query),
21583 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21586 2004-08-17 Wim Taymans <wim@fluendo.com>
21588 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21589 (gst_ogg_pad_push):
21590 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21591 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21592 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21593 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21594 Mark delta units in the muxer.
21595 Try to decode the packet after an out-of-sync error from
21598 2004-08-17 Wim Taymans <wim@fluendo.com>
21600 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21601 (gst_multifdsink_init), (gst_multifdsink_add),
21602 (gst_multifdsink_client_queue_buffer),
21603 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21604 * gst/tcp/gstmultifdsink.h:
21605 Added option to send a keyframe to clients as the first buffer.
21606 Make timeout property writable.
21608 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
21610 patch by: Wim Taymans
21612 * gst/tcp/gstfdset.c:
21613 * gst/tcp/gstmultifdsink.c:
21614 fix index comparison, should include 0
21616 2004-08-16 Wim Taymans <wim@fluendo.com>
21618 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21619 (gst_fdset_add_fd), (gst_fdset_remove_fd),
21620 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21621 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21623 copy when reallocing for poll so the select arguments don't get
21624 changed during the call
21626 2004-08-16 Wim Taymans <wim@fluendo.com>
21628 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21629 (gst_theora_enc_class_init), (theora_enc_sink_link),
21630 (theora_buffer_from_packet), (theora_enc_chain):
21631 Fix bug where buffers were not marked as keyframes
21634 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21636 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21637 (gst_lame_preset_get_type), (gst_lame_class_init):
21638 describe the enum values for vbr mode and presets more verbosely
21640 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21642 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21643 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21644 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21645 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21646 * ext/lame/gstlame.h:
21647 add preset property to lame so it can use lame presets
21649 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21651 * ext/lame/gstlame.c: (gst_lame_get_property):
21652 whoops forgot break, thanks teuf
21654 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21656 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21657 (gst_lame_class_init), (gst_lame_src_getcaps),
21658 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21659 (gst_lame_get_property), (gst_lame_setup):
21660 * ext/lame/gstlame.h:
21661 fix lame's broken vbr stuff, allow it to resample if need be, and also
21662 make xing header optional
21664 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21666 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21667 added getcaps function so samplerate doesnt get fixated to silly values
21669 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21671 * ext/lame/gstlame.c: (gst_lame_src_link):
21672 revert previous fix
21674 2004-08-12 Johan Dahlin <johan@gnome.org>
21676 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21677 checks. Doesn't matter what state we are in. Interfaces are a
21678 compile time thing, not runtime. It also broke the python bindings.
21680 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21682 * ext/lame/gstlame.c: (gst_lame_src_link):
21683 made source pad link function check if sinkpad is ok..fixes the problem
21684 where core fixates the output rate of lame stupidly
21686 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
21688 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21689 * sys/v4l/v4l_calls.c:
21690 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21691 fix fixate function to handle nonsimple caps.
21692 remove bogus check in _link
21695 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21697 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21698 set default compression ratio parameter to 0.0 so bitrate parameter
21701 2004-08-11 David Schleef <ds@schleef.org>
21703 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21705 2004-08-11 David Schleef <ds@schleef.org>
21707 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21710 2004-08-11 David Schleef <ds@schleef.org>
21712 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21714 2004-08-11 David Schleef <ds@schleef.org>
21716 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21718 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21719 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21721 * gst/auparse/gstauparse.c: Fix plugin license field.
21722 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21723 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21724 * gst/rtp/gstrtp.c: Fix plugin license field.
21726 2004-08-11 Wim Taymans <wim@fluendo.com>
21728 * gst/tcp/Makefile.am:
21729 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21730 (ensure_size), (gst_fdset_new), (gst_fdset_free),
21731 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21732 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21733 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21734 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21735 (gst_fdset_fd_can_write), (gst_fdset_wait):
21736 * gst/tcp/gstfdset.h:
21737 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21738 (gst_multifdsink_class_init), (gst_multifdsink_init),
21739 (gst_multifdsink_add), (gst_multifdsink_remove),
21740 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21741 (gst_multifdsink_remove_client_link),
21742 (gst_multifdsink_handle_client_read),
21743 (gst_multifdsink_client_queue_data),
21744 (gst_multifdsink_client_queue_caps),
21745 (gst_multifdsink_client_queue_buffer),
21746 (gst_multifdsink_handle_client_write),
21747 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21748 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21749 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21750 (gst_multifdsink_close):
21751 * gst/tcp/gstmultifdsink.h:
21752 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21753 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21754 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21755 (gst_tcpserversink_close):
21756 * gst/tcp/gsttcpserversink.h:
21757 Abstracted away the select call, implemented poll (yes we ran into
21758 the 1024 limit in production).
21760 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
21762 * gst/tcp/gsttcp.c:
21763 * gst/tcp/gsttcpplugin.c:
21764 improve debuggging, remove assert
21766 2004-08-10 Wim Taymans <wim@fluendo.com>
21768 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21769 (gst_client_status_get_type), (gst_multifdsink_class_init),
21770 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21771 (gst_multifdsink_handle_client_read),
21772 (gst_multifdsink_handle_client_write),
21773 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21774 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21775 (gst_multifdsink_get_property):
21776 * gst/tcp/gstmultifdsink.h:
21777 * gst/tcp/gsttcp-marshal.list:
21778 Starting to prepare for specifying buffer time in other units
21779 than buffers. Expose remove reason in signal.
21781 2004-08-10 Wim Taymans <wim@fluendo.com>
21783 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21784 (gst_multifdsink_remove), (gst_multifdsink_clear),
21785 (gst_multifdsink_remove_client_link),
21786 (gst_multifdsink_handle_client_read),
21787 (gst_multifdsink_client_queue_data),
21788 (gst_multifdsink_client_queue_buffer),
21789 (gst_multifdsink_handle_client_write),
21790 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21791 (gst_multifdsink_chain), (gst_multifdsink_close):
21792 * gst/tcp/gstmultifdsink.h:
21793 Added more debugging info. Changed the way clients are
21794 removed from the lists. Fixed a bug where a bad file descriptor
21795 could cause many clients to be removed.
21797 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
21799 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21800 allow all pixel-aspect-ratios, not just 1:1
21802 2004-08-09 David Schleef <ds@schleef.org>
21804 * sys/glsink/ARB_multitexture.h: Remove old files.
21805 * sys/glsink/EXT_paletted_texture.h:
21806 * sys/glsink/NV_register_combiners.h:
21807 * sys/glsink/gstgl_nvimage.c:
21808 * sys/glsink/gstgl_pdrimage.c:
21809 * sys/glsink/gstgl_rgbimage.c:
21810 * sys/glsink/gstglsink.c:
21811 * sys/glsink/gstglsink.h:
21812 * sys/glsink/gstglxwindow.c:
21813 * sys/glsink/regcomb_yuvrgb.c:
21815 2004-08-09 David Schleef <ds@schleef.org>
21817 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21818 GL sink plugin. (Bug #147302)
21820 * configure.ac: Test for OpenGL
21821 * sys/Makefile.am: Use test for OpenGL
21822 * sys/glsink/Makefile.am:
21823 * sys/glsink/glimagesink.c: rewrite
21824 * sys/glsink/glimagesink.h: rewrite
21826 2004-08-09 David Schleef <ds@schleef.org>
21828 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
21830 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21831 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21832 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21834 2004-08-09 Wim Taymans <wim@fluendo.com>
21836 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21837 (gst_multifdsink_add), (gst_multifdsink_get_stats),
21838 (gst_multifdsink_client_remove),
21839 (gst_multifdsink_handle_client_read),
21840 (gst_multifdsink_handle_client_write),
21841 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21842 Do a bit more logging, make the client_read code more robust.
21844 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21846 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21847 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21848 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21849 (gst_jpegdec_init), (gst_jpegdec_chain):
21850 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21851 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21852 cleanups, debugging fixes and memleak plugging
21854 2004-08-09 Wim Taymans <wim@fluendo.com>
21856 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21857 (theora_get_formats), (theora_dec_src_convert),
21858 (theora_dec_sink_convert), (theora_dec_src_query),
21859 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21860 (theora_dec_change_state):
21861 Don't crash on missing header packets.
21863 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21867 Added Albanian translation (Laurent Dhima)
21871 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21873 * ext/lame/gstlame.c:
21876 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
21878 * sys/ximage/ximagesink.c:
21879 * sys/xvimage/xvimagesink.c:
21880 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
21882 2004-08-06 Wim Taymans <wim@fluendo.com>
21884 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21885 (gst_multifdsink_add), (gst_multifdsink_get_stats),
21886 (gst_multifdsink_client_remove),
21887 (gst_multifdsink_handle_client_read),
21888 (gst_multifdsink_handle_client_write),
21889 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21890 Make sure we don't try to read more from a client that what
21891 ioctl says us or we deadlock.
21893 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
21895 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21896 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21897 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21898 decouple running_time and n_frames so it can handle changing
21899 framerate while running
21901 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
21905 updated translations
21907 2004-08-04 Benjamin Otte <otte@gnome.org>
21909 * gst/videotestsrc/gstvideotestsrc.c:
21910 (gst_videotestsrc_get_capslist), (generate_capslist),
21912 generate the list of supported caps at startup and reuse it instead
21913 of always generating it
21915 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
21917 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21918 whoops, last checkin broke normal build
21920 2004-08-03 Benjamin Otte <otte@gnome.org>
21922 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21923 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21924 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21925 (gst_alsa_mixer_get_option):
21926 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21927 (dvdnavsrc_print_event):
21928 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21929 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21930 (gst_ogg_mux_pad_unlink):
21931 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21932 (gst_multipart_mux_pad_unlink):
21933 * gst/videofilter/gstvideobalance.c:
21934 (gst_videobalance_colorbalance_set_value):
21935 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21936 (gst_videomixer_pad_unlink):
21938 * sys/oss/gstossmixer.c:
21939 * sys/v4l/gstv4lcolorbalance.c:
21940 * sys/v4l/gstv4ltuner.c:
21941 * sys/v4l/v4lsrc_calls.c:
21942 * sys/v4l2/gstv4l2colorbalance.c:
21943 * sys/v4l2/gstv4l2tuner.c:
21944 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21946 2004-08-03 Benjamin Otte <otte@gnome.org>
21948 * examples/dynparams/filter.c: (ui_control_create):
21949 * examples/gstplay/player.c: (print_tag):
21950 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21951 * ext/gdk_pixbuf/gstgdkanimation.c:
21952 (gst_gdk_animation_iter_may_advance):
21953 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21954 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21955 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21956 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21957 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21958 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21959 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21960 * gst/sine/demo-dparams.c: (main):
21961 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21962 * testsuite/alsa/formats.c: (create_pipeline):
21963 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21964 fixes for G_DISABLE_ASSERT and friends
21965 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21966 (mp3_type_frame_length_from_header), (mp3_type_find),
21968 require mp3 typefinding to have at least MIN_HEADERS valid headers
21969 add typefinding for AAC adts files
21971 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
21973 * sys/ximage/ximagesink.c:
21974 (gst_ximagesink_calculate_pixel_aspect_ratio):
21975 * sys/xvimage/xvimagesink.c:
21976 (gst_xvimagesink_calculate_pixel_aspect_ratio):
21977 Make sure we calculate pixel-aspect-ratio using floating point maths
21979 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
21982 updated translation
21984 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
21986 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21987 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21988 add debugging for display PAR calculation
21990 2004-08-02 David Schleef <ds@schleef.org>
21992 * configure.ac: Fix mikmod CFLAGS.
21994 2004-07-27 Benjamin Otte <otte@gnome.org>
21996 * gst/audioscale/gstaudioscale.c:
21997 - fix templates to only support S16, it's the only format that works
21998 - make caps nego code use try_set_caps_nonfixed and fixation instead
21999 of try_set_caps twice, which is not nice for autopluggers
22000 - change rank to secondary, so autopluggers can pick it up after
22003 2004-08-02 Iain <iain@prettypeople.org>
22005 * gst/interleave/interleave.c (interleave_init),
22006 (interleave_request_new_pad),
22007 (interleave_pad_removed),
22008 (interleave_buffered_loop): Use the real pad count, not the artificial
22011 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22013 * configure.ac: bump nano back to development
22015 === release 0.8.3 ===
22017 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22019 * configure.ac: releasing 0.8.3, "Water"
22021 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22023 * sys/xvimage/xvimagesink.c:
22024 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22025 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22026 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22027 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22028 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22029 * sys/xvimage/xvimagesink.h:
22030 apply similar PAR fixes as to ximagesink
22032 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22034 patch from: Benjamin Otte
22036 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22037 add link function to lame. Fixes #148986.
22039 2004-08-02 Johan Dahlin <johan@gnome.org>
22041 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22044 2004-07-30 David Schleef <ds@schleef.org>
22046 * gst/videomixer/Makefile.am: Fix things that should have been
22047 fixed in the last checkin.
22049 2004-07-30 David Schleef <ds@schleef.org>
22051 * gst/multipart/Makefile.am: Fix things that should have been
22052 fixed in the last checkin.
22054 2004-07-30 David Schleef <ds@schleef.org>
22056 * testsuite/multifilesink/Makefile.am: Fix unused variable.
22058 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22061 bump nano for prerelease
22073 2004-07-30 Wim Taymans <wim@fluendo.com>
22075 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22076 (gst_multifdsink_add), (gst_multifdsink_remove),
22077 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22078 (gst_multifdsink_client_remove),
22079 (gst_multifdsink_handle_client_write),
22080 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22081 * gst/tcp/gstmultifdsink.h:
22082 Recover from a select with a bad file descriptor by removing
22085 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22088 fix requirement of core
22089 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22090 (gst_play_pipeline_setup):
22091 don't use colorspace element. do use hermescolorspace element.
22092 make macro to get a colorspace element.
22093 mark strings for translation.
22105 update translations
22107 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22109 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22110 fix default for newmedia flag
22112 2004-07-30 Wim Taymans <wim@fluendo.com>
22114 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22115 (gst_theora_dec_init), (theora_get_formats),
22116 (theora_dec_src_convert), (theora_dec_sink_convert),
22117 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22118 (theora_dec_chain), (theora_dec_set_property),
22119 (theora_dec_get_property):
22120 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22121 (gst_theora_enc_class_init), (gst_theora_enc_init),
22122 (theora_enc_sink_link), (theora_enc_chain),
22123 (theora_enc_set_property), (theora_enc_get_property):
22124 Added cropping option to theora decoder.
22125 Added border option to theora encoder.
22127 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22129 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22130 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22131 (gst_pngenc_set_property):
22132 * ext/libpng/gstpngenc.h:
22133 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
22135 2004-07-30 Wim Taymans <wim@fluendo.com>
22137 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22138 (theora_enc_sink_link), (theora_enc_chain),
22139 (theora_enc_set_property), (theora_enc_get_property):
22140 Fix encoding of non-multiple-of-16 video.
22142 2004-07-29 David Schleef <ds@schleef.org>
22144 * configure.ac: make test for audiofile more strict
22146 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
22148 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22149 give different names to typefind functions
22151 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22153 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22154 (gst_ximagesink_calculate_pixel_aspect_ratio),
22155 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22156 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22157 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22158 (gst_ximagesink_get_property), (gst_ximagesink_init):
22159 * sys/ximage/ximagesink.h:
22160 allocate PAR's dynamically.
22161 use autodetected PAR if no object-set PAR is given.
22162 add workaround for directfb's X not setting physical size.
22163 fix to xvimagesink will follow tomorrow.
22165 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22167 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22168 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22169 (gst_shout2send_get_type), (gst_shout2send_set_clock),
22170 (gst_shout2send_class_init), (gst_shout2send_init),
22171 (set_shout_metadata), (gst_shout2send_set_metadata),
22172 (gst_shout2send_chain), (gst_shout2send_set_property),
22173 (gst_shout2send_get_property), (gst_shout2send_connect),
22174 (gst_shout2send_change_state):
22175 * ext/shout2/gstshout2.h:
22176 - fix for sending mp3 audio to icecast2 server, if pad link function not
22177 called before PAUSED state
22178 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22179 - added tagging support for mp3 audio broadcasted
22180 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22183 2004-07-28 Wim Taymans <wim@fluendo.com>
22185 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22186 (gst_ogg_demux_push):
22187 Return query failure when we don't know the length of
22188 an ogg stream insteda of returning TRUE with a bogus value.
22190 2004-07-28 Wim Taymans <wim@fluendo.com>
22192 * ext/theora/theoradec.c: (theora_get_formats),
22193 (theora_dec_src_convert), (theora_dec_sink_convert),
22194 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22195 (theora_dec_chain):
22196 Don't screw up the 1 Chroma for 1 luma sample situation when we
22197 have an odd offset/width by adding a black border in those cases.
22199 2004-07-28 Wim Taymans <wim@fluendo.com>
22201 * ext/theora/theoradec.c: (theora_get_formats),
22202 (theora_dec_src_convert), (theora_dec_sink_convert),
22203 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22204 (theora_dec_chain):
22205 * ext/theora/theoraenc.c: (theora_enc_sink_link):
22206 Added first attempt at cropping of the image as required by the
22207 theora spec. We need more properties in the caps (offset_x,
22208 offset_y,stride) to implement this correctly.
22210 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
22212 * ext/dvdnav/README:
22213 Update the README to use dvddemux
22214 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22215 Ensure getcaps returns a subset of the template caps
22216 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22217 (gst_mpeg2subt_init):
22218 Ensure getcaps returns a subset of the template caps
22219 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22220 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22221 (gst_dvd_demux_get_subpicture_stream),
22222 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22223 * gst/mpegstream/gstdvddemux.h:
22224 Set the explicit caps on the current_video pad before pushing
22226 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22227 (gst_mpeg_demux_get_audio_stream):
22228 Free caps used to gst_pad_set_explicit_caps, which takes a const
22231 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22233 * configure.ac: update GStreamer requirement to 0.8.4 because of
22236 2004-07-28 Wim Taymans <wim@fluendo.com>
22238 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22239 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22240 Add the pad to the element after setting up the caps. This
22241 makes it a lot easier to autoplug.
22243 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22245 * gst/median/gstmedian.c:
22246 * gst/mpeg2subt/gstmpeg2subt.c:
22247 * gst/mpegaudioparse/gstmpegaudioparse.c:
22248 * gst/mpegstream/gstdvddemux.c:
22249 * gst/mpegstream/gstmpegdemux.c:
22250 * gst/mpegstream/gstmpegpacketize.c:
22251 * gst/rtjpeg/gstrtjpeg.c:
22252 * gst/rtjpeg/gstrtjpegdec.c:
22253 * gst/rtjpeg/gstrtjpegenc.c:
22254 * gst/sine/gstsinesrc.c:
22255 * gst/smooth/gstsmooth.c:
22256 * gst/smpte/gstsmpte.c:
22257 * gst/smpte/gstsmpte.h:
22258 * gst/stereo/gststereo.c:
22259 * gst/videofilter/gstgamma.c:
22260 * gst/videofilter/gstvideobalance.c:
22261 * gst/videofilter/gstvideofilter.c:
22262 * gst/videofilter/gstvideoflip.c:
22263 * gst/videoscale/gstvideoscale.c:
22264 * gst/videoscale/videoscale.c:
22265 * gst/videotestsrc/gstvideotestsrc.c:
22266 * gst/videotestsrc/videotestsrc.c:
22267 * gst/wavenc/gstwavenc.c:
22268 * gst/wavparse/gstwavparse.c:
22269 fix local includes and 64 bits constants
22271 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22274 * gst-libs/gst/*/*.vcproj:
22276 more working plugins
22278 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22280 * testsuite/alsa/Makefile.am:
22281 * testsuite/alsa/srcstate.c:
22282 add test for alsasrc changing state
22284 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22286 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22288 * gst/silence/gstsilence.h:
22289 fix silence generation for 16bit raw audio
22291 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22293 * gst/matroska/matroska-demux.c:
22294 (gst_matroska_demux_parse_metadata),
22295 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22296 * gst/mpegaudio/common.c:
22297 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22298 (gst_videoscale_getcaps), (gst_videoscale_link),
22299 (gst_videoscale_src_fixate), (gst_videoscale_init),
22300 (gst_videoscale_finalize):
22301 * gst/videoscale/gstvideoscale.h:
22302 * gst/videotestsrc/gstvideotestsrc.c:
22303 (gst_videotestsrc_get_capslist):
22304 * gst/wavenc/gstwavenc.c:
22305 * sys/oss/gstossmixer.c: (fill_labels):
22306 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22307 (gst_ximagesink_handle_xevents),
22308 (gst_ximagesink_calculate_pixel_aspect_ratio),
22309 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22310 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22311 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22312 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22313 (gst_ximagesink_init), (gst_ximagesink_class_init):
22314 * sys/ximage/ximagesink.h:
22315 * sys/xvimage/xvimagesink.c:
22316 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22317 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22318 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22319 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22320 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22321 * sys/xvimage/xvimagesink.h:
22322 first batch of pixel aspect ratio commits.
22324 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22326 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22327 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22328 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22329 handle stride, needs work if we want to move stride handling
22330 upstream, but works correctly for our purposes.
22332 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22334 * gst/videoscale/README:
22335 add testing examples
22336 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22337 (gst_videoscale_chain):
22338 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22339 (gst_videoscale_get_size):
22340 add get_size function that handles stride like videotestsrc.
22341 fixes conversion for YUV formats for as much as I can test them.
22343 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22345 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22346 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22347 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22348 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22349 (gst_xvimagesink_xvimage_put):
22350 further cleanups, logging, error handling and synchronizing
22352 2004-07-27 Wim Taymans <wim@fluendo.com>
22354 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22355 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22356 (gst_videomixer_pad_set_property),
22357 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22358 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22359 (gst_videomixer_class_init), (gst_videomixer_init),
22360 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22361 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22362 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22363 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22364 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22365 (gst_videomixer_loop), (plugin_init):
22366 Be a nicer negotiation citizen and provide a getcaps function on
22367 the srcpad. This also fixes a crash when resizing.
22369 2004-07-27 Julien MOUTTE <julien@moutte.net>
22371 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22372 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22374 2004-07-27 Wim Taymans <wim@fluendo.com>
22376 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22377 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22378 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22379 (gst_pngenc_set_property):
22380 * ext/libpng/gstpngenc.h:
22381 Added snapshot property to pngenc.
22382 removed g_print from pngdec
22384 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22386 * gst/ac3parse/ac3parse.vcproj
22387 * gst/adder/adder.vcproj
22388 * gst/alpha/alpha.vcproj
22389 * gst/alpha/alphacolor.vcproj
22390 * gst/asfdemux/asf.vcproj
22391 * gst/audioconvert/audioconvert.vcproj
22392 * gst/audiorate/audiorate.vcproj
22393 * gst/audioscale/audioscale.vcproj
22394 * gst/auparse/auparse.vcproj
22395 * gst/avi/avi.vcproj
22396 * gst/cdxaparse/cdxaparse.vcproj
22397 * gst/chart/chart.vcproj
22398 * gst/colorspace/colorspace.vcproj
22399 * gst/cutter/cutter.vcproj
22400 * gst/debug/debug.vcproj
22401 * gst/debug/efence.vcproj
22402 * gst/debug/navigationtest.vcproj
22403 * gst/deinterlace/deinterlace.vcproj
22404 * gst/effectv/effectv.vcproj
22405 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22406 * gst/filter/filter.vcproj
22407 * gst/flx/flxdec.vcproj
22408 * gst/goom/goom.vcproj
22409 * gst/interleave/interleave.vcproj
22410 * gst/law/alaw.vcproj
22411 * gst/law/mulaw.vcproj
22412 * gst/matroska/matroska.vcproj
22413 * gst/median/median.vcproj
22414 * gst/mixmatrix/mixmatrix.vcproj
22415 * gst/mpeg1sys/mpeg1systemencode.vcproj
22416 * gst/mpeg1videoparse/mp1videoparse.vcproj
22417 * gst/mpeg2sub/mpeg2subt.vcproj
22418 * gst/mpegaudio/mpegaudio.vcproj
22419 * gst/mpegaudioparse/mpegaudioparse.vcproj
22420 * gst/mpegstream/mpegstream.vcproj
22421 * gst/multifilesink/multifilesink.vcproj
22422 * gst/multipart/multipart.vcproj
22423 * gst/oneton/oneton.vcproj
22424 * gst/overlay/overlay.vcproj
22425 * gst/passthrough/passthrough.vcproj
22426 * gst/qtdemux/qtdemux.vcproj
22427 * gst/realmedia/rmdemux.vcproj
22428 * gst/rtjpeg/rtjpeg.vcproj
22429 * gst/rtp/rtp.vcproj
22430 * gst/silence/silence.vcproj
22431 * gst/sine/sinesrc.vcproj
22432 * gst/smooth/smooth.vcproj
22433 * gst/smpte/smpte.vcproj
22434 * gst/spectrum/spectrum.vcproj
22435 * gst/speed/speed.vcproj
22436 * gst/stereo/stereo.vcproj
22437 * gst/switch/switch.vcproj
22438 * gst/tags/tagedit.vcproj
22439 * gst/tcp/tcp.vcproj
22440 * gst/typefind/typefindfunctions.vcproj
22441 * gst/udp/udp.vcproj
22442 * gst/videobox/videobox.vcproj
22443 * gst/videocrop/videocrop.vcproj
22444 * gst/videodrop/videodrop.vcproj
22445 * gst/videofilter/gamma.vcproj
22446 * gst/videofilter/videobalance.vcproj
22447 * gst/videofilter/videofilter.vcproj
22448 * gst/videofilter/videoflip.vcproj
22449 * gst/videoflip/videoflip.vcproj
22450 * gst/videomixer/videomixer.vcproj
22451 * gst/videorate/videorate.vcproj
22452 * gst/videoscale/videoscale.vcproj
22453 * gst/videotestsrc/videotestsrc.vcproj
22454 * gst/virtualdub/virtualdub.vcproj
22455 * gst/volenv/volenv.vcproj
22456 * gst/volume/volume.vcproj
22457 * gst/wavenc/wavenc.vcproj
22458 * gst/wavparse/wavparse.vcproj
22459 * gst/y4m/y4menc.vcproj
22460 * gst-libs/gst/audio/audio.vcproj
22461 * gst-libs/gst/audio/audiofilter.vcproj
22462 * gst-libs/gst/colorbalance/colorbalance.vcproj
22463 * gst-libs/gst/idct/idtc.vcproj
22464 * gst-libs/gst/media-info/media-info.vcproj
22465 * gst-libs/gst/mixer/mixer.vcproj
22466 * gst-libs/gst/navigation/navigation.vcproj
22467 * gst-libs/gst/play/play.vcproj
22468 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22469 * gst-libs/gst/resample/resample.vcproj
22470 * gst-libs/gst/riff/riff.vcproj
22471 * gst-libs/gst/tuner/tuner.vcproj
22472 * gst-libs/gst/video/video.vcproj
22473 * gst-libs/gst/xoverlay/xoverlay.vcproj
22474 avoid problems with math.h, fix release dependancy
22475 rename GStreamer-0.8.lib to libgstreamer.lib
22477 2004-07-27 Julien MOUTTE <julien@moutte.net>
22479 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22480 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22481 the atom is not available we have to unlock the mutex. Fixes #148023
22483 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22485 * gst-libs/gst/media-info/media-info.h:
22486 issue for a vararg macro with MSVC
22488 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22490 * gst/effectv/effectv.vcproj
22491 * gst-libs/gst/idct/idct.vcproj:
22492 * gst-libs/gst/media-info/media-info.vcproj:
22493 * gst-libs/gst/navigation/navigation.vcproj:
22494 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22495 * gst-libs/gst/video/video.vcproj:
22496 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22497 fixes for build problems
22499 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22501 * gst-libs/gst/audio/audio.def:
22502 * gst-libs/gst/audio/riff.def:
22503 add some definitions needed by plugins
22505 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22507 * gst/asfdemux/gstasfmux.c
22508 Fix some 64 bits constants to be glib friendly
22510 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22512 * gst/ac3parse/gstac3parse.c
22513 * gst/audioscale/gstaudioscale.c
22514 * gst/auparse/gstauparse.c
22515 * gst/colorspace/gstcolorspace.c
22516 * gst/colorspace/yuv2rgb.h
22517 local include fixes
22519 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22522 add more plugins to the build
22524 2004-07-26 Julien MOUTTE <julien@moutte.net>
22526 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22527 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22529 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22531 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22532 (gst_level_set_property), (gst_level_get_property),
22533 (gst_level_base_init), (gst_level_class_init):
22534 add debugging categories. cleanups.
22536 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22538 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22539 (gst_videoscale_planar411), (gst_videoscale_planar400),
22540 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22541 (gst_videoscale_scale_nearest_str1),
22542 (gst_videoscale_scale_nearest_str2),
22543 (gst_videoscale_scale_nearest_str4),
22544 (gst_videoscale_scale_nearest_16bit),
22545 (gst_videoscale_scale_nearest_24bit):
22546 fixed stride issues
22547 tested with 320x240 -> 321, 322, 324 x240
22548 tested with YV12, I420, YUY2, UYVY
22549 fixed packed422rev (don't think it could have worked before)
22550 by testing with UYVY
22552 2004-07-26 Benjamin Otte <otte@gnome.org>
22554 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22555 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22557 add debugging category, add error checks like checking return values
22558 of setup calls, make sure it still works after
22559 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22561 2004-07-26 Wim Taymans <wim@fluendo.com>
22563 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22564 (gst_mpeg_demux_get_audio_stream),
22565 (gst_mpeg_demux_process_private):
22566 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22567 Check for error codes from the negotiation functions. Make sure
22568 we really set the pad caps when a new pad is created.
22570 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22572 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22573 (gst_ffmpeg_caps_to_pix_fmt):
22574 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22575 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22576 (gst_ffmpegcolorspace_pad_link):
22577 don't make function do two things at the same time without reason.
22579 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22581 * gst/ac3parse/ac3parse.vcproj
22582 * gst/adder/adder.vcproj
22583 * gst/alpha/alpha.vcproj
22584 * gst/alpha/alphacolor.vcproj
22585 * gst/asfdemux/asf.vcproj
22586 * gst/audioconvert/audioconvert.vcproj
22587 * gst/audiorate/audiorate.vcproj
22588 * gst/audioscale/audioscale.vcproj
22589 * gst/auparse/auparse.vcproj
22590 * gst/avi/avi.vcproj
22591 * gst/cdxaparse/cdxaparse.vcproj
22592 * gst/chart/chart.vcproj
22593 * gst/colorspace/colorspace.vcproj
22594 * gst/cutter/cutter.vcproj
22595 * gst/debug/debug.vcproj
22596 * gst/debug/efence.vcproj
22597 * gst/debug/navigationtest.vcproj
22598 * gst/deinterlace/deinterlace.vcproj
22599 * gst/effectv/effectv.vcproj
22600 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22601 * gst/filter/filter.vcproj
22602 * gst/flx/flxdec.vcproj
22603 * gst/goom/goom.vcproj
22604 * gst/interleave/interleave.vcproj
22605 * gst/law/alaw.vcproj
22606 * gst/law/mulaw.vcproj
22607 * gst/matroska/matroska.vcproj
22608 * gst/median/median.vcproj
22609 * gst/mixmatrix/mixmatrix.vcproj
22610 * gst/mpeg1sys/mpeg1systemencode.vcproj
22611 * gst/mpeg1videoparse/mp1videoparse.vcproj
22612 * gst/mpeg2sub/mpeg2subt.vcproj
22613 * gst/mpegaudio/mpegaudio.vcproj
22614 * gst/mpegaudioparse/mpegaudioparse.vcproj
22615 * gst/mpegstream/mpegstream.vcproj
22616 * gst/multifilesink/multifilesink.vcproj
22617 * gst/multipart/multipart.vcproj
22618 * gst/oneton/oneton.vcproj
22619 * gst/overlay/overlay.vcproj
22620 * gst/passthrough/passthrough.vcproj
22621 * gst/qtdemux/qtdemux.vcproj
22622 * gst/realmedia/rmdemux.vcproj
22623 * gst/rtjpeg/rtjpeg.vcproj
22624 * gst/rtp/rtp.vcproj
22625 * gst/silence/silence.vcproj
22626 * gst/sine/sinesrc.vcproj
22627 * gst/smooth/smooth.vcproj
22628 * gst/smpte/smpte.vcproj
22629 * gst/spectrum/spectrum.vcproj
22630 * gst/speed/speed.vcproj
22631 * gst/stereo/stereo.vcproj
22632 * gst/switch/switch.vcproj
22633 * gst/tags/tagedit.vcproj
22634 * gst/tcp/tcp.vcproj
22635 * gst/typefind/typefindfunctions.vcproj
22636 * gst/udp/udp.vcproj
22637 * gst/videobox/videobox.vcproj
22638 * gst/videocrop/videocrop.vcproj
22639 * gst/videodrop/videodrop.vcproj
22640 * gst/videofilter/gamma.vcproj
22641 * gst/videofilter/videobalance.vcproj
22642 * gst/videofilter/videofilter.vcproj
22643 * gst/videofilter/videoflip.vcproj
22644 * gst/videoflip/videoflip.vcproj
22645 * gst/videomixer/videomixer.vcproj
22646 * gst/videorate/videorate.vcproj
22647 * gst/videoscale/videoscale.vcproj
22648 * gst/videotestsrc/videotestsrc.vcproj
22649 * gst/virtualdub/virtualdub.vcproj
22650 * gst/volenv/volenv.vcproj
22651 * gst/volume/volume.vcproj
22652 * gst/wavenc/wavenc.vcproj
22653 * gst/wavparse/wavparse.vcproj
22654 * gst/y4m/y4menc.vcproj
22655 more plugins supported under windows
22657 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
22659 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22660 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22661 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22662 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22663 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22664 Add debugging statements. Use the sizes as returned by the
22665 *CreateImage calls.
22667 2004-07-26 Johan Dahlin <johan@gnome.org>
22669 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22670 the pad is negotiated.
22672 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22674 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
22676 * gst-libs/gst/colorbalance/colorbalance.vcproj:
22677 * gst-libs/gst/idct/idct.vcproj:
22678 * gst-libs/gst/media-info/media-info.vcproj:
22679 * gst-libs/gst/mixer/mixer.vcproj:
22680 * gst-libs/gst/navigation/navigation.vcproj:
22681 * gst-libs/gst/play/play.vcproj:
22682 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22683 * gst-libs/gst/resample/resample.vcproj:
22684 * gst-libs/gst/tuner/tuner.vcproj:
22685 * gst-libs/gst/video/video.vcproj:
22686 * gst-libs/gst/xoverlay/xoverlay.vcproj:
22687 more plugins supported under windows
22689 2004-07-25 Iain <iain@prettypeople.org>
22691 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22692 pad now rather than when the pad is created because state changes wipe
22693 explicit caps (fixes #148043).
22695 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
22697 reviewed by Benjamin Otte <otte@gnome.org>
22699 * ext/mad/gstmad.c:
22700 fix mad plugin crashing on Sun (fixes #148289)
22702 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22705 * gst/avi/avi.vcproj:
22706 * gst/matroska/matroska.def:
22707 * gst/matroska/matroska.vcproj:
22708 remove unused .def files
22710 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22712 * gst-libs/gst/audio/gstaudiofilter.c:
22713 Clean the local include
22715 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22718 * gst-libs/gst/audio/audio.def:
22719 * gst-libs/gst/audio/audio.vcproj:
22720 * gst-libs/gst/audio/audiofilter.vcproj:
22721 * gst-libs/gst/audio/riff.def:
22722 * gst-libs/gst/audio/riff.vcproj:
22723 * gst-libs/gst/gst-libs.def:
22724 * gst-libs/gst/gst-libs.vcproj:
22725 * gst/avi/avi.vcproj:
22726 * gst/avi/avi.vcproj:
22727 Copy the files where needed after building, cleaner projects
22729 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
22731 * gst/matroska/ebml-write.c:
22732 Fix some 64 bits constants to be glib friendly
22734 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
22737 * gst-libs/gst/gst-libs.def:
22738 * gst-libs/gst/gst-libs.vcproj:
22739 * gst/matroska/matroska.def:
22740 * gst/matroska/matroska.vcproj:
22741 Add the preliminary canvas to build plugins on Win32
22743 2004-07-23 Benjamin Otte <otte@gnome.org>
22745 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22746 don't enfore negotiation from source side, it breaks
22747 sinesrc ! audioconvert ! osssink
22749 2004-07-22 David Schleef <ds@schleef.org>
22751 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22752 for ELF files, since they can easily be recognized as audio/mpeg.
22755 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22757 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22758 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22759 (gst_videoscale_scale_nearest_24bit),
22760 (gst_videoscale_scale_nearest_16bit):
22761 fix 16bit and 24bit for stride (24bit might need testing)
22762 don't pretend we do more than one algorithm
22764 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22768 * gst/multifilesink/Makefile.am:
22769 * gst/multifilesink/gstmultifilesink.c:
22770 (gst_multifilesink_get_formats),
22771 (gst_multifilesink_get_query_types), (_do_init),
22772 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22773 (gst_multifilesink_init), (gst_multifilesink_dispose),
22774 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22775 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22776 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22777 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22778 (gst_multifilesink_chain), (gst_multifilesink_change_state),
22779 (gst_multifilesink_uri_get_type),
22780 (gst_multifilesink_uri_get_protocols),
22781 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22782 (gst_multifilesink_uri_handler_init), (plugin_init):
22783 * gst/multifilesink/gstmultifilesink.h:
22784 * testsuite/Makefile.am:
22785 * testsuite/multifilesink/Makefile.am:
22786 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22787 (gst_newmedia_class_init), (gst_newmedia_init),
22788 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22789 (newfile_signal), (test_signal), (main):
22790 multifilesink plugin for creating new files every time a new media
22791 discontinuity event occurs
22793 2004-07-22 Wim Taymans <wim@fluendo.com>
22795 * gst/alpha/Makefile.am:
22796 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22797 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22798 (gst_alpha_color_init), (gst_alpha_color_set_property),
22799 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22800 (transform), (gst_alpha_color_chain),
22801 (gst_alpha_color_change_state), (plugin_init):
22802 Stupid plugin to to RGBA to AYUV conversion because none of
22803 the colorspace plugins can handle that yet.
22805 2004-07-22 Wim Taymans <wim@fluendo.com>
22807 * examples/seeking/seek.c: (update_scale), (main):
22808 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22809 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22810 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22811 (gst_decode_bin_init), (gst_decode_bin_dispose),
22812 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22813 (no_more_pads), (close_link), (type_found),
22814 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22816 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22817 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22818 (gst_play_base_bin_dispose), (queue_overrun),
22819 (gen_preroll_element), (remove_prerolls), (unknown_type),
22820 (no_more_pads), (new_stream), (setup_source),
22821 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22822 (play_base_eos), (gst_play_base_bin_change_state),
22823 (gst_play_base_bin_add_element),
22824 (gst_play_base_bin_remove_element),
22825 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22826 (gst_play_base_bin_unlink_stream),
22827 (gst_play_base_bin_get_streaminfo):
22828 * gst/playback/gstplaybin.c: (gen_video_element),
22829 (gen_audio_element):
22830 * gst/playback/gststreaminfo.h:
22831 More playback updates, attempt to fix things after the state change
22834 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22836 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22837 (gst_videoscale_scale_nearest_16bit):
22840 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
22842 * gst/videotestsrc/gstvideotestsrc.c:
22843 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22844 (gst_videotestsrc_init), (gst_videotestsrc_get),
22845 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22846 (gst_videotestsrc_get_property):
22847 * gst/videotestsrc/gstvideotestsrc.h:
22848 * gst/videotestsrc/videotestsrc.c:
22849 * gst/videotestsrc/videotestsrc.h:
22850 cleanup and commenting
22852 2004-07-21 Wim Taymans <wim@fluendo.com>
22854 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22855 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22856 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22857 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22858 (_find_chain_get_unknown_part), (_find_streams_check),
22859 (gst_ogg_demux_push), (gst_ogg_pad_push):
22860 * ext/theora/theoradec.c: (theora_get_formats),
22861 (theora_dec_src_convert), (theora_dec_sink_convert),
22862 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22863 (theora_dec_chain):
22864 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22865 (vorbis_dec_convert), (vorbis_dec_src_query),
22866 (vorbis_dec_src_event), (vorbis_dec_event):
22867 More seeking fixes, oggdemux now supports seeking to time and
22868 uses the downstream element to convert granulepos to time.
22869 Seeking in theora-only ogg files now works.
22871 2004-07-21 Wim Taymans <wim@fluendo.com>
22873 * ext/theora/theoradec.c: (gst_theora_dec_init),
22874 (theora_get_formats), (theora_get_event_masks),
22875 (theora_get_query_types), (theora_dec_src_convert),
22876 (theora_dec_sink_convert), (theora_dec_src_query),
22877 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22878 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22879 (vorbis_get_event_masks), (vorbis_get_query_types),
22880 (gst_vorbis_dec_init), (vorbis_dec_convert),
22881 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22882 Added query/convert/formats functions to vorbis and theora decoders
22883 so that the outside world can use them too. Fixed seeking on an
22884 ogg/theora/vorbis file by disabling the seeking seeking on the
22887 2004-07-21 Julien MOUTTE <julien@moutte.net>
22889 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22890 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22891 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22892 images creation for both elements. We don't create the image on caps
22893 nego or renego, we just destroy the internal one if present if it does
22894 not match the needs. The chain function takes care of creating a new
22896 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22897 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22898 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22899 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22900 the image format information. The buffer pool checks for the context
22901 image format and discard images with different formats.
22902 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22904 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
22906 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22907 (gst_ffmpegcolorspace_chain):
22908 no point in doing any chaining if the pad we want to push from
22911 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
22913 * gst-libs/gst/riff/riff-media.c:
22914 (gst_riff_create_audio_caps_with_data):
22915 Fix double end-to-native symbol conversion (#148021).
22917 2004-07-20 David Schleef <ds@schleef.org>
22919 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22920 Don't use an Atom that doesn't exist.
22922 2004-07-20 Wim Taymans <wim@fluendo.com>
22924 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22925 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22926 (gst_multifdsink_client_remove),
22927 (gst_multifdsink_handle_client_write),
22928 (gst_multifdsink_queue_buffer):
22929 * gst/tcp/gstmultifdsink.h:
22930 More multifdsink stats. Avoid deadlock by releasing locks
22931 before sending out a signal.
22933 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
22937 added Hungarian translation (Laszlo Dvornik)
22939 2004-07-20 Wim Taymans <wim@fluendo.com>
22941 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22942 (gst_multifdsink_add), (gst_multifdsink_client_remove),
22943 (gst_multifdsink_handle_client_write),
22944 (gst_multifdsink_queue_buffer):
22945 * gst/tcp/gsttcp-marshal.list:
22946 Fixed the stupid marshal definition.
22948 2004-07-20 Wim Taymans <wim@fluendo.com>
22950 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22951 (gst_multifdsink_init), (gst_multifdsink_add),
22952 (gst_multifdsink_client_remove),
22953 (gst_multifdsink_handle_client_write),
22954 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22955 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22956 (gst_multifdsink_init_send):
22957 * gst/tcp/gstmultifdsink.h:
22958 Added more stats, added timeout for a client, fixed some typos
22959 and added some comments.
22961 2004-07-20 Wim Taymans <wim@fluendo.com>
22963 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22964 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22965 (gst_multifdsink_client_remove),
22966 (gst_multifdsink_handle_client_write):
22967 * gst/tcp/gstmultifdsink.h:
22968 * gst/tcp/gsttcp-marshal.list:
22969 Added get_stats method that returns a GValueArray of
22972 2004-07-19 Benjamin Otte <otte@gnome.org>
22974 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22975 make sure longname, description and author are valid UTF-8
22977 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
22979 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22980 (gst_ximagesink_set_property):
22981 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22982 (gst_xvimagesink_set_property):
22983 make sure SYNCHRONOUS is respected after getting the X context
22985 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
22987 * gst/matroska/matroska-demux.c:
22988 (gst_matroska_demux_handle_src_event),
22989 (gst_matroska_demux_parse_blockgroup):
22990 * gst/matroska/matroska-ids.h:
22991 add BlockReference tag and ignore it to clear out log.
22992 ignore NAVIGATION events to clear out log.
22994 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
22996 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22997 (gst_matroska_demux_add_stream):
22998 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22999 add debug categories
23001 2004-07-16 Wim Taymans <wim@fluendo.com>
23003 * ext/libpng/Makefile.am:
23004 * ext/libpng/gstpng.c: (plugin_init):
23005 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23006 (gst_pngdec_get_type), (gst_pngdec_base_init),
23007 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23008 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23009 * ext/libpng/gstpngdec.h:
23012 2004-07-16 Julien MOUTTE <julien@moutte.net>
23014 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23015 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23016 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23017 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23018 (gst_ximagesink_buffer_alloc):
23019 * sys/ximage/ximagesink.h:
23020 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23021 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23022 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23023 (gst_xvimagesink_buffer_alloc):
23024 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23025 again. Using internal data pointer of the x(v)image to store image's
23026 data to be coherent with the buffer alloc mechanism. Investigated the
23027 image destruction code to be sure that everything gets freed correctly.
23029 2004-07-16 Wim Taymans <wim@fluendo.com>
23031 * gst-libs/gst/riff/riff-read.c:
23032 (gst_riff_read_strf_vids_with_data),
23033 (gst_riff_read_strf_auds_with_data):
23034 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23035 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23036 Make sure we don't create 0 sized subbuffers in riff-read.
23037 Signal the no more pads signal after reading the avi header.
23039 2004-07-16 Wim Taymans <wim@fluendo.com>
23041 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23042 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23043 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23044 (gst_decode_bin_init), (gst_decode_bin_dispose),
23045 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23046 (no_more_pads), (close_link), (type_found),
23047 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23048 (gst_decode_bin_change_state), (plugin_init):
23049 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23050 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23051 (gst_play_base_bin_dispose), (queue_overrun),
23052 (gen_preroll_element), (remove_prerolls), (unknown_type),
23053 (no_more_pads), (new_stream), (setup_source),
23054 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23055 (play_base_eos), (gst_play_base_bin_change_state),
23056 (gst_play_base_bin_add_element),
23057 (gst_play_base_bin_remove_element),
23058 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23059 (gst_play_base_bin_unlink_stream),
23060 (gst_play_base_bin_get_streaminfo):
23061 * gst/playback/gstplaybasebin.h:
23062 Better error recovery. Added configurable preroll queue size. Faster
23063 detection of no-more-pads.
23065 2004-07-16 Wim Taymans <wim@fluendo.com>
23067 * gst-libs/gst/video/video.h:
23068 Added 32 bits RGBA. Not sure if we should use another mime-type
23069 for alpha rgb. Currently the presence of the alpha_mask property
23070 signals an alpha channel.
23072 2004-07-16 Wim Taymans <wim@fluendo.com>
23074 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23075 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23076 FPS seems to be 0.0 to MAX everywhere else.
23078 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
23080 * gst-libs/gst/riff/riff-media.c:
23081 (gst_riff_create_video_caps_with_data):
23082 mp42/mp43 (no caps) exist too.
23083 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23084 Set pixel_width/height; we've got them in-caps.
23085 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23086 * gst/wavparse/gstwavparse.c: (plugin_init):
23087 Both are valid primary.
23088 * sys/oss/gstossmixer.c:
23089 Remove i18n hack and enable translations.
23091 2004-07-15 Benjamin Otte <otte@gnome.org>
23093 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23094 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23095 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23097 2004-07-15 Benjamin Otte <otte@gnome.org>
23099 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23100 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23101 (gst_alsa_close_audio):
23102 disable some of the debugging code for now. Writing debugging to a
23103 buffer is broken in current alsalib releases.
23105 2004-07-12 Benjamin Otte <otte@gnome.org>
23107 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23110 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
23112 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23113 (theora_dec_src_query), (theora_dec_event):
23114 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23115 add debugging categories. Remove \n's.
23117 2004-07-13 Johan Dahlin <johan@gnome.org>
23119 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23120 (gst_play_bin_get_property): Impl.
23122 2004-07-13 Wim Taymans <wim@fluendo.com>
23124 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23125 When trying to find the stream length, seek back N pages
23126 instead of just one, where N is the number of streams in
23129 2004-07-13 Wim Taymans <wim@fluendo.com>
23131 * gst-libs/gst/riff/riff-media.c:
23132 (gst_riff_create_audio_caps_with_data),
23133 (gst_riff_create_audio_caps),
23134 (gst_riff_create_audio_template_caps):
23135 * gst-libs/gst/riff/riff-media.h:
23136 * gst-libs/gst/riff/riff-read.c:
23137 (gst_riff_read_strf_vids_with_data),
23138 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23139 * gst-libs/gst/riff/riff-read.h:
23140 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23141 (gst_avi_demux_add_stream):
23142 Set codec_data on caps for avidemuxer.
23144 2004-07-12 David Schleef <ds@schleef.org>
23146 * configure.ac: Fix test for Objective C
23148 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
23149 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23150 (gst_gdk_pixbuf_chain):
23151 Add svg and pcx to template caps, and ensure that getcaps returns a
23152 subset of the template caps.
23153 Copy each row manually for output, as gdkpixbuf may pad the
23154 rowstride to a 32-bit word boundary.
23156 2004-07-12 Wim Taymans <wim@fluendo.com>
23158 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23159 (gst_riff_create_video_template_caps):
23160 Fix the template caps to include some more media types.
23162 2004-07-12 Wim Taymans <wim@fluendo.com>
23164 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23165 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23166 (compare_ranks), (print_feature), (gst_decode_bin_init),
23167 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23168 (try_to_link_1), (new_pad), (close_link), (type_found),
23169 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23170 (gst_decode_bin_change_state), (plugin_init):
23171 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23172 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23173 (gst_play_base_bin_dispose), (queue_overrun),
23174 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23175 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23176 (gst_play_base_bin_get_property), (play_base_eos),
23177 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23178 (gst_play_base_bin_remove_element),
23179 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23180 (gst_play_base_bin_unlink_stream),
23181 (gst_play_base_bin_get_streaminfo):
23182 * gst/playback/gstplaybasebin.h:
23183 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23184 (gst_play_bin_class_init), (gst_play_bin_init),
23185 (gst_play_bin_dispose), (gst_play_bin_set_property),
23186 (gst_play_bin_get_property), (gen_video_element),
23187 (gen_audio_element), (remove_sinks), (setup_sinks),
23188 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23189 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23190 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23191 (gst_play_bin_query), (plugin_init):
23192 * gst/playback/test4.c: (main):
23193 More fixes on reusing of the element.
23195 2004-07-11 Benjamin Otte <otte@gnome.org>
23197 * ext/mad/gstmad.c: (normal_seek):
23198 allow seeking for other methods than just SET
23200 2004-07-11 Andy Wingo <wingo@pobox.com>
23202 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23203 float, "any" caps -> buffer_frames=[0,MAX].
23205 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23206 doesn't intersect our caps with the template any more. Do it
23208 (interleave_buffered_loop): Use g_newa instead of malloc/free.
23210 2004-07-09 Wim Taymans <wim@fluendo.com>
23212 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23213 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23214 (compare_ranks), (print_feature), (gst_decode_bin_init),
23215 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23216 (try_to_link_1), (new_pad), (close_link), (type_found),
23217 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23218 (gst_decode_bin_change_state), (plugin_init):
23219 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23220 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23221 (gst_play_base_bin_dispose), (queue_overrun),
23222 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23223 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23224 (gst_play_base_bin_get_property), (play_base_eos),
23225 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23226 (gst_play_base_bin_remove_element),
23227 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23228 (gst_play_base_bin_unlink_stream),
23229 (gst_play_base_bin_get_streaminfo):
23230 * gst/playback/gstplaybasebin.h:
23231 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23232 (gst_play_bin_class_init), (gst_play_bin_init),
23233 (gst_play_bin_dispose), (gst_play_bin_set_property),
23234 (gst_play_bin_get_property), (gen_video_element),
23235 (gen_audio_element), (remove_sinks), (setup_sinks),
23236 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23237 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23238 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23239 (gst_play_bin_query), (plugin_init):
23240 * gst/playback/test4.c: (main):
23241 Work on object reuse and seeking.
23243 2004-07-09 Wim Taymans <wim@fluendo.com>
23245 * examples/seeking/seek.c: (iterate):
23246 Don't consume all CPU in the idle loop.
23248 2004-07-09 Wim Taymans <wim@fluendo.com>
23250 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23251 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23252 Add pad to element *after* setting the pad functions so that
23253 the scheduler can use the correct ones.
23255 2004-07-09 Wim Taymans <wim@fluendo.com>
23257 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23258 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23259 Sync to keyframe after seek
23261 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23263 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23264 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23265 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23266 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23267 * ext/libvisual/visual.c: (gst_visual_change_state):
23268 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23269 * ext/theora/theoradec.c: (theora_dec_change_state):
23270 * ext/theora/theoraenc.c: (theora_enc_change_state):
23271 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23272 * gst-libs/gst/navigation/navigation.c:
23273 * gst/adder/gstadder.c: (gst_adder_change_state):
23274 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23275 (gst_audio_convert_get_buffer):
23276 * gst/multipart/multipartdemux.c:
23277 (gst_multipart_demux_change_state):
23278 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23279 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23280 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23281 * gst/videoscale/gstvideoscale.c:
23282 (gst_videoscale_handle_src_event):
23283 * gst/volume/gstvolume.c: (volume_chain_int16):
23284 don't assert in state change, this should be done by the base
23286 various debugging fixes.
23288 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23291 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23292 (gst_play_dispose), (gst_play_set_location),
23293 (gst_play_set_data_src), (gst_play_set_video_sink),
23294 (gst_play_set_audio_sink), (gst_play_set_visualization),
23295 (gst_play_connect_visualization), (gst_play_get_sink_element),
23296 (gst_play_get_all_by_interface):
23297 * gst-libs/gst/play/play.h:
23298 add new method to get elements implementing an interface.
23299 add various error logging
23301 2004-07-08 Wim Taymans <wim@fluendo.com>
23303 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23304 (make_mpeg_pipeline), (make_mpegnt_pipeline),
23305 (make_playerbin_pipeline), (query_durations_elems),
23306 (query_durations_pads), (query_positions_elems),
23307 (query_positions_pads), (update_scale), (iterate), (stop_seek),
23309 Added playbin seeking example.
23311 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23313 * gst-libs/gst/play/play.c: (gst_play_set_location),
23314 (gst_play_set_data_src), (gst_play_set_video_sink),
23315 (gst_play_set_audio_sink), (gst_play_set_visualization),
23316 (gst_play_connect_visualization), (gst_play_get_framerate):
23317 use a macro to look up elements from hash table
23319 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23321 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23322 (gst_play_get_length_callback), (gst_play_set_location),
23323 (gst_play_seek_to_time), (gst_play_set_data_src),
23324 (gst_play_set_video_sink), (gst_play_set_audio_sink),
23325 (gst_play_set_visualization), (gst_play_connect_visualization),
23326 (gst_play_get_sink_element):
23327 - add debugging info
23328 - fix looking up sink elements by iterating over complete caps
23329 - put everything except for source and autoplugger in a complete bin
23331 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23333 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23334 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23335 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23336 (gst_alsa_sink_write), (gst_alsa_sink_loop):
23337 * ext/alsa/gstalsasink.h:
23338 - add debugging info
23339 - clean up schizophrenia of data/buffer/event
23340 - fix double event unref error
23342 2004-07-08 Wim Taymans <wim@fluendo.com>
23344 * gst/playback/Makefile.am:
23345 Add headers to noinst
23347 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23349 * tools/gst-launch-ext-m.m:
23350 * tools/gst-launch-ext.1.in:
23351 convert to the third millenium
23353 2004-07-07 David Schleef <ds@schleef.org>
23355 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23357 2004-07-07 Wim Taymans <wim@fluendo.com>
23359 * gst/playback/Makefile.am:
23360 * gst/playback/README:
23361 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23362 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23363 (compare_ranks), (print_feature), (gst_decode_bin_init),
23364 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23365 (try_to_link_1), (new_pad), (close_link), (type_found),
23366 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23368 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23369 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23370 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23371 (gen_preroll_element), (no_more_pads), (new_stream),
23372 (setup_source), (gst_play_base_bin_set_property),
23373 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23374 (gst_play_base_bin_add_element),
23375 (gst_play_base_bin_remove_element),
23376 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23377 (gst_play_base_bin_unlink_stream),
23378 (gst_play_base_bin_get_streaminfo):
23379 * gst/playback/gstplaybasebin.h:
23380 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23381 (gst_play_bin_class_init), (gst_play_bin_init),
23382 (gst_play_bin_dispose), (gst_play_bin_set_property),
23383 (gst_play_bin_get_property), (gen_video_element),
23384 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23385 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23386 (gst_play_bin_get_formats), (gst_play_bin_convert),
23387 (gst_play_bin_get_query_types), (gst_play_bin_query),
23389 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23390 (gst_stream_info_get_type), (gst_stream_info_class_init),
23391 (gst_stream_info_init), (gst_stream_info_new),
23392 (gst_stream_info_dispose), (gst_stream_info_set_property),
23393 (gst_stream_info_get_property):
23394 * gst/playback/gststreaminfo.h:
23395 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23397 * gst/playback/test2.c: (main):
23398 * gst/playback/test3.c: (update_scale), (main):
23399 More playbin fixes. Added README. Do better element filtering.
23400 Added base class to preroll media. Added test apps.
23402 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23404 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23405 * ext/mpeg2dec/gstmpeg2dec.h:
23406 various debugging improvements. Reset stream to next picture
23407 instead of sequence header, otherwise seeks cannot work.
23409 2004-07-07 Wim Taymans <wim@fluendo.com>
23411 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23412 (gst_video_box_class_init), (gst_video_box_set_property),
23413 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23414 Use pad_alloc where possible.
23416 2004-07-07 Wim Taymans <wim@fluendo.com>
23418 * sys/oss/gstosselement.c: (gst_osselement_reset),
23419 (gst_osselement_parse_caps):
23420 * sys/oss/gstosselement.h:
23421 * sys/oss/gstosssrc.c: (gst_osssrc_get):
23422 Fix offset on osssrc.
23424 2004-07-07 Wim Taymans <wim@fluendo.com>
23426 * ext/theora/theora.c: (plugin_init):
23427 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23428 (theora_dec_src_query), (theora_dec_chain):
23429 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23430 (theora_enc_sink_link), (theora_buffer_from_packet),
23431 (theora_push_packet), (theora_enc_chain):
23432 Fix theora granulepos calculation.
23433 Fix overflow in duration/position calculation.
23434 Bump rank to PRIMARY for theoradec.
23435 Use granulepos of last packet to calculate position.
23436 Set keyframe flag on buffers when needed.
23438 2004-07-06 David Schleef <ds@schleef.org>
23440 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
23441 serious? (Fixed, obviously.)
23443 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
23447 added Czech translation (Miloslav Trmac)
23449 2004-07-05 Wim Taymans <wim@fluendo.com>
23451 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23452 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23453 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23454 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23455 (close_link), (type_found), (gst_decode_bin_set_property),
23456 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23457 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23458 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23459 (gst_decode_bin_query), (plugin_init):
23460 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23461 (gst_play_bin_class_init), (gst_play_bin_init),
23462 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23463 (get_video_element), (new_pad), (setup_source),
23464 (gst_play_bin_set_property), (gst_play_bin_get_property),
23465 (gst_play_bin_change_state), (gst_play_bin_add_element),
23466 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23467 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23468 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23469 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23470 * gst/playback/test.c: (main):
23471 More fixes, cleaned up playbin, make it use decodebin. Added
23472 threaded property to playbin.
23474 2004-07-05 Wim Taymans <wim@fluendo.com>
23477 * gst/playback/Makefile.am:
23478 * gst/playback/decodetest.c: (main):
23479 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23480 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23481 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23482 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23483 (close_link), (type_found), (gst_decode_bin_set_property),
23484 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23485 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23486 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23487 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23489 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23490 (gst_play_bin_class_init), (gst_play_bin_init),
23491 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23492 (collect_sink_pads), (find_compatibles), (close_pad_link),
23493 (try_to_link_1), (new_pad), (close_link), (type_found),
23494 (setup_source), (gst_play_bin_set_property),
23495 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23496 (compare_ranks), (gst_play_bin_collect_factories),
23497 (gst_play_bin_change_state), (gst_play_bin_add_element),
23498 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23499 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23500 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23501 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23502 * gst/playback/test.c: (main):
23503 Added some playback helper elements and some test apps, very alpha
23506 2004-07-04 Benjamin Otte <otte@gnome.org>
23508 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23509 only restart audio when we indeed have an xrun to fix repeated
23510 xruns. Fix suggested by Giuliano Pochini.
23512 2004-07-03 David Schleef <ds@schleef.org>
23514 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23515 call to gst_debug_log() if debugging is disabled (bug #145118)
23517 2004-07-03 Benjamin Otte <otte@gnome.org>
23519 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23520 use our own functions for restarting the alsa device.
23521 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23522 I should apply patches myself - use MIN for the third argument, not
23523 the second, this fixes seeking
23525 2004-07-02 David Schleef <ds@schleef.org>
23527 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23528 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
23531 2004-07-02 David Schleef <ds@schleef.org>
23533 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
23534 output buffers. Fix logic mistake. (bug #144866)
23536 2004-07-02 David Schleef <ds@schleef.org>
23538 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23539 on X. (bug #144753)
23541 2004-07-02 David Schleef <ds@schleef.org>
23543 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23544 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23546 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23547 (gst_osselement_rate_probe_check): Add another workaround for
23548 buggy drivers (bug #145336)
23550 2004-07-02 David Schleef <ds@schleef.org>
23552 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23553 Most systems don't have MSG_NOSIGNAL.
23555 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
23558 * gst-libs/gst/colorbalance/Makefile.am:
23559 * gst-libs/gst/mixer/Makefile.am:
23560 * gst-libs/gst/play/Makefile.am:
23561 * gst-libs/gst/tuner/Makefile.am:
23562 (hopefully) fix both install and dist and make error message useful.
23563 needs testing across automakes.
23565 2004-07-02 Benjamin Otte <otte@gnome.org>
23567 * ext/ogg/gstogg.c: (plugin_init):
23568 we require bytestream now
23569 * ext/ogg/gstoggdemux.c:
23570 huge diff to implement chain setup in a fast and generic way. This
23571 improves tag reading and startup of huge files (read: Theora videos)
23572 quite a bit. It probably contains bugs, too, so please test.
23573 Seeking is not improved to the fast method.
23575 2004-06-29 Wim Taymans <wim@fluendo.com>
23577 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23578 * ext/ogg/gstoggmux.c:
23579 Fix memleak in oggdemux when running unconnected pads.
23580 doc update in mux, start working on keyframe mode.
23582 2004-06-29 Benjamin Otte <otte@gnome.org>
23584 * sys/oss/gstosssink.c:
23585 * sys/oss/gstosssrc.c:
23586 advertise correct template caps - we indeed do non-native endianness
23587 and 8bit audio has no endianness
23588 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23589 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23590 avoid (wrong) duplications in getcaps function and return
23593 2004-06-29 Wim Taymans <wim@fluendo.com>
23595 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23596 (gst_multifdsink_class_init), (gst_multifdsink_add),
23597 (gst_multifdsink_remove), (gst_multifdsink_clear),
23598 (gst_multifdsink_client_remove),
23599 (gst_multifdsink_handle_client_read),
23600 (gst_multifdsink_client_queue_data),
23601 (gst_multifdsink_client_queue_caps),
23602 (gst_multifdsink_client_queue_buffer),
23603 (gst_multifdsink_handle_client_write),
23604 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23605 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23606 (gst_multifdsink_init_send), (gst_multifdsink_close):
23607 Fix wrong GList iteration that could crash the server when
23608 more then 2 clients disconnect at the same time. Read all the
23609 pending commands in one batch to recover from command storms under
23612 2004-06-28 Wim Taymans <wim@fluendo.com>
23614 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23615 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23616 (gst_videomixer_pad_set_property),
23617 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23618 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23619 (gst_videomixer_class_init), (gst_videomixer_init),
23620 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23621 (pad_zorder_compare), (gst_videomixer_sort_pads),
23622 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23623 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23624 (gst_videomixer_update_queues), (gst_videomixer_loop),
23626 Avoid divide by zero, choose masterpad as the pad with the highest
23629 2004-06-27 Julien Moutte <julien@moutte.net>
23631 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23632 (gst_ximagesink_xwindow_new):
23633 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23634 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23635 function directly. We might want to call it from somewhere else one day.
23637 2004-06-27 Julien Moutte <julien@moutte.net>
23639 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23640 (gst_ximagesink_xwindow_new):
23641 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23642 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23643 window decorations.
23645 2004-06-27 Wim Taymans <wim@fluendo.com>
23647 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23648 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23649 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23650 (gst_dvdec_set_property), (gst_dvdec_get_property):
23651 * ext/dv/gstdvdec.h:
23652 Implement drop_factor property to lower the framerate with
23655 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
23657 * gst-libs/gst/colorbalance/Makefile.am:
23658 * gst-libs/gst/mixer/Makefile.am:
23659 * gst-libs/gst/play/Makefile.am:
23660 * gst-libs/gst/tuner/Makefile.am:
23661 unbreak Company's fix that didn't install the -enum.h files
23663 2004-06-27 Wim Taymans <wim@fluendo.com>
23665 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23666 (gst_dvdec_change_state):
23667 * ext/dv/gstdvdec.h:
23668 Fix timestamp, duration and offset of the buffers.
23670 2004-06-27 Wim Taymans <wim@fluendo.com>
23672 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23673 (gst_multifdsink_class_init), (gst_multifdsink_add),
23674 (gst_multifdsink_remove), (gst_multifdsink_clear),
23675 (gst_multifdsink_client_remove),
23676 (gst_multifdsink_handle_client_read),
23677 (gst_multifdsink_client_queue_data),
23678 (gst_multifdsink_client_queue_caps),
23679 (gst_multifdsink_client_queue_buffer),
23680 (gst_multifdsink_handle_client_write),
23681 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23682 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23683 (gst_multifdsink_init_send), (gst_multifdsink_close):
23684 * gst/tcp/gstmultifdsink.h:
23685 * gst/tcp/gsttcpserversink.c:
23686 (gst_tcpserversink_handle_server_read),
23687 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23688 More multifdsink fixes, more recovery policy fixes.
23689 Removed stupid g_print
23691 2004-06-26 Wim Taymans <wim@fluendo.com>
23693 * gst/tcp/Makefile.am:
23694 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23695 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23696 (gst_multifdsink_class_init), (gst_multifdsink_init),
23697 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23698 (gst_multifdsink_handle_client_read),
23699 (gst_multifdsink_client_queue_data),
23700 (gst_multifdsink_client_queue_caps),
23701 (gst_multifdsink_client_queue_buffer),
23702 (gst_multifdsink_handle_client_write),
23703 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23704 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23705 (gst_multifdsink_chain), (gst_multifdsink_set_property),
23706 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23707 (gst_multifdsink_close), (gst_multifdsink_change_state):
23708 * gst/tcp/gstmultifdsink.h:
23709 * gst/tcp/gsttcpplugin.c: (plugin_init):
23710 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23711 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23712 (gst_tcpserversink_handle_server_read),
23713 (gst_tcpserversink_handle_select),
23714 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23715 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23716 * gst/tcp/gsttcpserversink.h:
23717 Added multifdsink, made tcpserversink a subclass of fdsink, removed
23718 one of the locks, added recovery policy to multifdsink.
23720 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23722 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23723 fix decision for when getting frames with same timestamp
23724 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23725 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23726 (gst_v4lsrc_get_property):
23727 * sys/v4l/gstv4lsrc.h:
23728 add latency offset property
23730 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
23732 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23734 fix debugging. add category.
23736 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23738 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23741 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23743 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23744 (gst_alsa_src_get_time), (gst_alsa_src_loop),
23745 (gst_alsa_src_change_state):
23746 return a time that is in sync with the element's processing
23748 2004-06-25 Wim Taymans <wim@fluendo.com>
23750 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23751 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23752 (gst_tcpserversink_client_remove),
23753 (gst_tcpserversink_handle_client_read),
23754 (gst_tcpserversink_client_queue_data),
23755 (gst_tcpserversink_client_queue_caps),
23756 (gst_tcpserversink_client_queue_buffer),
23757 (gst_tcpserversink_handle_client_write),
23758 (gst_tcpserversink_queue_buffer),
23759 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23760 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23761 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23762 (gst_tcpserversink_close):
23763 * gst/tcp/gsttcpserversink.h:
23764 Serversink rewrite. Really do non blocking writes to clients and
23765 maintain an internal queue to handle slower clients while not
23766 disturbing fast clients.
23768 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
23770 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23771 better debug, don't override OFFSET and OFFSET_END
23773 2004-06-25 Iain <iain@prettypeople.org>
23775 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23776 name=source for the wavparse pipeline.
23778 2004-06-24 Johan Dahlin <johan@gnome.org>
23780 * ext/theora/theoraenc.c (theora_enc_chain): Call
23781 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23782 streamheader caps are set correctly.
23784 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23786 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23787 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23788 respect minimum bitrate; same could be done for max bitrate
23790 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23792 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23793 (gst_vorbisenc_setup):
23794 fix sample rate range
23796 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23798 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23799 (gst_oggvorbisenc_setup):
23800 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23801 (gst_vorbisenc_setup):
23802 resolve ambiguities in code and description
23804 2004-06-24 Wim Taymans <wim@fluendo.com>
23806 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23807 * ext/alsa/gstalsa.h:
23808 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23809 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23810 Use alsa trigger_tstamp to get the timestamp of the first
23811 sample in the buffer for more precise sync. Some cleanups.
23813 2004-06-24 Wim Taymans <wim@fluendo.com>
23815 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23816 (gst_audiorate_init), (gst_audiorate_chain),
23817 (gst_audiorate_set_property), (gst_audiorate_get_property):
23818 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23819 (gst_videorate_chain):
23820 Added some logging, fixed an overflow bug in videorate.
23822 2004-06-24 Benjamin Otte <otte@gnome.org>
23824 * ext/kio/Makefile.am:
23825 fix for builddir != srcdir and distcheck
23827 2004-06-24 Benjamin Otte <otte@gnome.org>
23829 * gst-libs/gst/colorbalance/Makefile.am:
23830 * gst-libs/gst/mixer/Makefile.am:
23831 * gst-libs/gst/play/Makefile.am:
23832 * gst-libs/gst/tuner/Makefile.am:
23833 * gst/tcp/Makefile.am:
23834 * sys/dxr3/Makefile.am:
23835 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23837 Also add all *.list files that were missing.
23839 add a distcheck hook to ensure the above doesn't happen again.
23841 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
23843 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23845 2004-06-23 Colin Walters <walters@redhat.com>
23847 * m4/Makefile.am: Distribute gst-fionread.m4.
23849 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
23851 * configure.ac: back to dev
23853 2004-06-23 Wim Taymans <wim@fluendo.com>
23855 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23856 (gst_alsa_xrun_recovery):
23857 * ext/alsa/gstalsa.h:
23858 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23859 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23860 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23861 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23862 (gst_alsa_src_loop):
23863 Add clock to alsasrc. Take new capture timestamp when
23864 restarting after an overrun. Split up some functions between
23865 alsasrc and alsasink.
23867 === release 0.8.2 ===
23869 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
23871 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23872 (gst_alsa_change_state), (gst_alsa_update_avail),
23873 (gst_alsa_xrun_recovery):
23874 * ext/alsa/gstalsa.h:
23875 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23876 merge back changes from release
23878 2004-06-23 Wim Taymans <wim@fluendo.com>
23880 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23881 (gst_audiorate_init), (gst_audiorate_chain),
23882 (gst_audiorate_set_property), (gst_audiorate_get_property):
23883 Implement sample dropping and notify
23885 2004-06-22 Wim Taymans <wim@fluendo.com>
23887 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23888 (theora_enc_sink_link), (theora_buffer_from_packet),
23889 (theora_push_packet), (theora_enc_chain):
23890 Some cleanups, make sure the timestamps are correct.
23892 2004-06-22 Wim Taymans <wim@fluendo.com>
23894 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23895 (gst_alsa_change_state), (gst_alsa_update_avail),
23896 (gst_alsa_xrun_recovery):
23897 * ext/alsa/gstalsa.h:
23898 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23899 Cleanups, take queued samples into account when reporting
23902 2004-06-22 Wim Taymans <wim@fluendo.com>
23904 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23905 (gst_videorate_init):
23906 Initialize the property as well.
23908 2004-06-22 Wim Taymans <wim@fluendo.com>
23910 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23911 (gst_videorate_init), (gst_videorate_chain),
23912 (gst_videorate_set_property), (gst_videorate_get_property):
23913 Add property to make videorate silent.
23914 Add property to prefer new frames over old ones.
23916 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23918 * sys/osxvideo/Makefile.am:
23919 Workaround so that the osxvideo .so file gets linked with the
23920 Cocoa, OpenGL and QuickTime frameworks
23922 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23924 * sys/osxaudio/Makefile.am:
23925 Workaround so that the osxaudio .so file gets linked with the
23926 CoreAudio framework
23928 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23931 Whoops, my fault...fixed build issues
23933 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23936 Add objective-c support if running in Darwin/Mac OS X
23939 * sys/osxvideo/Makefile.am:
23940 * sys/osxvideo/osxvideosink.h:
23941 * sys/osxvideo/osxvideosink.m:
23942 * sys/osxvideo/cocoawindow.h:
23943 * sys/osxvideo/cocoawindow.m:
23944 Add osxvideosink, a cocoa-based osx video sink
23947 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
23948 * ext/dvdnav/gst-dvd:
23949 Grab the gconf key from the right spot
23950 * gst/debug/gstnavseek.c: (gst_navseek_init),
23951 (gst_navseek_segseek), (gst_navseek_handle_src_event),
23952 (gst_navseek_chain):
23953 * gst/debug/gstnavseek.h:
23954 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23955 and loop parameters of a segment seek.
23956 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23957 (gst_videotestsrc_get_event_masks),
23958 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23959 * gst/videotestsrc/gstvideotestsrc.h:
23960 Add seeking support to videotestsrc
23961 Initialise the timestamp_offset variable.
23963 2004-06-18 Wim Taymans <wim@fluendo.com>
23965 * ext/sidplay/gstsiddec.cc:
23966 Fix negotiation and set correct end offset.
23968 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
23970 * configure.ac: branch and prerelease
23972 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
23974 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23975 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23976 (gst_tcpclientsrc_init_receive):
23977 * gst/tcp/gsttcpclientsrc.h:
23978 read caps when connecting to server for GDP so we set them correctly
23980 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
23982 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23983 notify drops and duplicates
23984 * gst/videoscale/videoscale.c: (videoscale_get_structure):
23985 no good reason to limit ourselves to 100x100
23987 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
23989 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23990 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23991 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23992 (gst_v4lsrc_get_property):
23993 * sys/v4l/gstv4lsrc.h:
23994 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23995 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23996 (gst_v4l_set_audio):
23997 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23998 (gst_v4lsrc_try_capture):
23999 * sys/v4l/v4lsrc_calls.h:
24000 change try_palette to more general try_capture
24001 add autoprobe option so we can turn off autoprobing
24004 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24008 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24009 (gst_ximagesink_class_init):
24010 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24011 (gst_xvimagesink_class_init):
24012 run them as finalize, not dispose, since dispose can be invoked
24015 2004-06-17 Wim Taymans <wim@fluendo.com>
24017 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24018 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24019 * ext/alsa/gstalsa.h:
24020 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24021 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24022 (gst_alsa_src_change_state):
24023 * ext/alsa/gstalsasrc.h:
24024 Make the xrun code timestamp and offset the buffers correctly.
24025 moved the clock to the base class, use alsa methods to get time.
24026 Do correct timestamping on outgoing buffers.
24028 2004-06-17 Wim Taymans <wim@fluendo.com>
24030 * gst/audiorate/Makefile.am:
24031 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24032 (gst_audiorate_base_init), (gst_audiorate_class_init),
24033 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24034 (gst_audiorate_set_property), (gst_audiorate_get_property),
24035 (gst_audiorate_change_state), (plugin_init):
24036 Added an audiorate converter that fills in gaps.
24038 2004-06-17 Johan Dahlin <johan@gnome.org>
24040 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24042 2004-06-16 Wim Taymans <wim@fluendo.com>
24044 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24045 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24046 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24047 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24048 (gst_v4lsrc_get_property):
24049 * sys/v4l/gstv4lsrc.h:
24050 Added a copy mode to v4lsrc where it will output a copied version
24051 of its internal hardware buffer.
24052 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24055 2004-06-16 Wim Taymans <wim@fluendo.com>
24057 * sys/oss/gstosssrc.c: (gst_osssrc_get):
24060 2004-06-16 Wim Taymans <wim@fluendo.com>
24062 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24063 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24064 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24065 (gst_v4lsrc_get_property):
24066 * sys/v4l/gstv4lsrc.h:
24067 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24068 Added a sync mode enum property to control v4lsrc timestamp method
24069 Removed the use-fixed-fps property and moved functionality in
24071 Don't error on an error value from v4l-conf, it might not always
24074 2004-06-16 Wim Taymans <wim@fluendo.com>
24076 * gst/videorate/Makefile.am:
24077 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24078 (gst_videorate_base_init), (gst_videorate_class_init),
24079 (gst_videorate_getcaps), (gst_videorate_link),
24080 (gst_videorate_init), (gst_videorate_chain),
24081 (gst_videorate_set_property), (gst_videorate_get_property),
24082 (gst_videorate_change_state), (plugin_init):
24083 Added a video timestamp corrector.
24085 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24087 fixed a potential leak with previous commit
24089 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24091 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24093 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24094 Added missing refcount, fixes bug #144425
24095 Cheers Tim for finding the bug
24097 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
24099 * sys/v4l/gstv4l.c: (plugin_init):
24100 * sys/v4l/gstv4lcolorbalance.c:
24101 * sys/v4l/gstv4lcolorbalance.h:
24102 * sys/v4l/gstv4lelement.c:
24103 * sys/v4l/gstv4lelement.h:
24104 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24105 * sys/v4l/gstv4lmjpegsink.h:
24106 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24107 * sys/v4l/gstv4lmjpegsrc.h:
24108 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24109 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24110 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24111 * sys/v4l/gstv4lsrc.h:
24112 * sys/v4l/gstv4ltuner.c:
24113 * sys/v4l/gstv4ltuner.h:
24114 * sys/v4l/gstv4lxoverlay.c:
24115 * sys/v4l/gstv4lxoverlay.h:
24116 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24117 (gst_v4l_set_window), (gst_v4l_enable_overlay):
24118 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24119 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24120 (gst_v4l_set_audio):
24121 * sys/v4l/v4l_calls.h:
24122 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24123 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24124 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24125 (gst_v4lmjpegsink_playback_init),
24126 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24127 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24128 (gst_v4lmjpegsink_playback_stop),
24129 (gst_v4lmjpegsink_playback_deinit):
24130 * sys/v4l/v4lmjpegsink_calls.h:
24131 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24132 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24133 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24134 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24135 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24136 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24137 * sys/v4l/v4lmjpegsrc_calls.h:
24138 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24139 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24140 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24141 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24142 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24143 (gst_v4lsrc_try_palette):
24144 * sys/v4l/v4lsrc_calls.h:
24145 bunch of paranoia cleanups
24147 2004-06-14 David Schleef <ds@schleef.org>
24149 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24150 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24151 Send discont events and change timestamps appropriately when
24152 we get a seek event. (bug #144240)
24153 * ext/cdparanoia/gstcdparanoia.h:
24155 2004-06-14 Benjamin Otte <otte@gnome.org>
24157 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24158 snd_pcm_hw_params_set_rate since the latter fails for no good
24159 reason on some setups.
24161 2004-06-14 David Schleef <ds@schleef.org>
24163 * gst/volume/demo.c: (value_changed_callback): exp10() is not
24164 standard. Thank you for playing.
24166 2004-06-14 Wim Taymans <wim@fluendo.com>
24168 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24169 Patch 1.3 broke the ordering of the colorspace info and
24170 made the plugin basically work by coincidence, reordered
24173 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24175 * ext/lame/gstlame.c:
24176 * ext/mad/gstmad.c:
24177 sync caps. Make sure mad can only output a list of rates, not
24178 a full range. In the future, have three caps lists for each of the
24179 mpeg versions. Change mpegversion to a double as well.
24181 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24183 * gst/volume/.cvsignore:
24184 * gst/volume/Makefile.am:
24185 * gst/volume/demo.c: (value_changed_callback), (idler),
24186 (setup_gui), (main):
24187 added small demo app
24189 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
24190 * ext/esd/esdsink.c: (gst_esdsink_change_state):
24191 * ext/esd/esdsink.h:
24192 Close the esd connection on pause, because esd will just wait -
24193 blocking all other esd clients indefinitely.
24195 2004-06-12 Christophe Fergeau <teuf@gnome.org>
24197 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24198 previous commit with GST_DEBUG
24200 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
24203 add a header check for a dvdread header in dvdnav. Fixes #133002
24205 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24207 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24208 * gst/tcp/gsttcpclientsink.h:
24209 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24210 * gst/tcp/gsttcpclientsrc.h:
24211 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24212 (gst_tcpserversink_handle_server_read),
24213 (gst_tcpserversink_init_send):
24214 * gst/tcp/gsttcpserversink.h:
24215 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24216 * gst/tcp/gsttcpserversrc.h:
24217 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24220 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24223 Added ogg library so that OSX detects libtheora properly
24225 2004-06-11 Wim Taymans <wim@fluendo.com>
24227 * ext/theora/theoradec.c: (theora_dec_chain),
24228 (theora_dec_change_state):
24229 Don't try to decode frames before we received a keyframe.
24231 2004-06-11 Wim Taymans <wim@fluendo.com>
24233 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24234 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24235 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24236 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24237 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24238 Added property to set the maximum delay of a page.
24240 2004-06-10 Wim Taymans <wim@fluendo.com>
24242 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24243 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24244 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24245 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24246 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24247 Added max-delay property to control the maximum amount
24248 of data to put in one page.
24250 2004-06-10 Wim Taymans <wim@fluendo.com>
24252 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24253 (gst_theora_enc_init), (theora_enc_sink_link),
24254 (theora_buffer_from_packet), (theora_enc_set_property),
24255 (theora_enc_get_property):
24256 Set duration on encoded buffer, added some more properties
24258 2004-06-10 Wim Taymans <wim@fluendo.com>
24260 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24261 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24262 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24263 * ext/theora/theoraenc.c: (theora_enc_chain):
24264 Fix refcounting bugs
24266 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
24268 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24269 (gst_asf_demux_loop), (gst_asf_demux_process_file),
24270 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24271 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24272 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24273 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24274 (gst_asf_demux_change_state):
24275 * gst/asfdemux/gstasfdemux.h:
24276 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24277 feels like. I think we should set a new requirement for demuxers
24278 from now on to implement sane loop functions, data loops, query
24279 and seek functions before first commit into CVS. And this commit
24280 fixes all of the above.
24282 2004-06-10 Christophe Fergeau <teuf@gnome.org>
24284 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24285 vorbis comments are properly encoded in UTF-8 before adding them
24288 2004-06-09 Benjamin Otte <otte@gnome.org>
24290 * ext/alsa/gstalsa.c: (add_channels):
24291 handle min <= max correctly
24292 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24293 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24294 add fixation functions so we fixate correctly. No preferring of alaw
24295 anymore because it's the first structure.
24296 * ext/alsa/gstalsa.h:
24297 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24298 (gst_alsa_hw_params_dump):
24299 add functions to ease debugging in alsalib
24300 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24301 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24302 (gst_alsa_start_audio):
24303 only specify hw params if we really setup a format (fixes #134007 -
24304 or at least works around it)
24306 2004-06-09 Wim Taymans <wim@fluendo.com>
24308 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24309 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24310 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24311 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24312 (gst_ogg_mux_loop):
24313 Use stream caps to setup the initial pages in the ogg stream.
24314 Correctly set the streamheader caps on the srcpad.
24316 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
24318 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24319 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24320 (gst_v4lsrc_getcaps):
24321 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24322 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24323 add querying of fps lists for webcams. Negotiating to a framerate
24326 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24328 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24329 (theora_push_buffer), (theora_push_packet),
24330 (theora_set_header_on_caps), (theora_enc_chain):
24331 mark buffers and put on streamheader, raw theora streaming
24332 now works too, whee
24334 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24336 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24337 (gst_tcp_gdp_read_caps):
24338 do a looping read for caps and GDP headers too
24340 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24342 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24343 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24344 return EOS instead of NULL in _get
24346 2004-06-08 Wim Taymans <wim@fluendo.com>
24348 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24349 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24350 (gst_tcp_gdp_write_caps):
24351 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24352 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24353 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24356 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24358 * ext/vorbis/Makefile.am:
24359 * ext/vorbis/vorbis.c: (plugin_init):
24360 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24361 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24362 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24363 (vorbis_parse_change_state):
24364 * ext/vorbis/vorbisparse.h:
24365 adding a vorbisparse element that marks the buffers, streaming
24366 raw vorbis using GDP now works, whee
24368 2004-06-08 Wim Taymans <wim@fluendo.com>
24370 * ext/jpeg/Makefile.am:
24372 * ext/jpeg/gstjpeg.c: (plugin_init):
24373 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24374 (gst_smokedec_base_init), (gst_smokedec_class_init),
24375 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24376 * ext/jpeg/gstsmokedec.h:
24377 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24378 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24379 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24380 (gst_smokeenc_resync), (gst_smokeenc_chain),
24381 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24382 * ext/jpeg/gstsmokeenc.h:
24383 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24384 (smokecodec_flush_destination), (smokecodec_term_destination),
24385 (smokecodec_init_source), (smokecodec_fill_input_buffer),
24386 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24387 (smokecodec_term_source), (smokecodec_encode_new),
24388 (smokecodec_decode_new), (smokecodec_info_free),
24389 (smokecodec_set_quality), (smokecodec_get_quality),
24390 (smokecodec_set_threshold), (smokecodec_get_threshold),
24391 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24392 (find_best_size), (abs_diff), (put), (smokecodec_encode),
24393 (smokecodec_parse_header), (smokecodec_decode):
24394 * ext/jpeg/smokecodec.h:
24395 Added a new simple jpeg based codec
24397 2004-06-08 Wim Taymans <wim@fluendo.com>
24399 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24400 (gst_multipart_mux_loop):
24403 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24405 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24406 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24407 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24408 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24409 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24410 * gst/tcp/gsttcpserversink.h:
24411 take streamheader into account
24413 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24415 * gst/level/Makefile.am:
24416 * gst/level/gstlevel.c: (gst_level_class_init):
24417 clean up marshal generation
24419 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24421 * gst/tcp/Makefile.am:
24422 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24423 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24424 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24425 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24426 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24427 (gst_tcpclientsrc_get_property):
24428 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24429 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24430 (gst_tcpserversink_handle_client_read),
24431 (gst_tcpserversink_handle_client_write),
24432 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24433 * gst/tcp/gsttcpserversink.h:
24434 add signals client-added and client-removed
24435 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24436 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24437 (gst_tcpserversrc_get_property):
24438 uniformized, change default protocol to NONE
24439 * gst/tcp/gsttcp-marshal.list: added
24440 2004-06-07 Benjamin Otte <otte@gnome.org>
24442 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24443 handle discont events if they happen before caps nego
24445 2004-06-07 Wim Taymans <wim@fluendo.com>
24447 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24448 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24449 (gst_multipart_demux_plugin_init):
24450 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24451 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24452 (gst_multipart_mux_change_state):
24453 Small updates, fix a memleak
24455 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24457 * configure.ac: OSS portability
24458 * ext/arts/gst_arts.c: idem
24459 * sys/oss/gstosselement.c: idem
24460 * sys/oss/gstossmixer.c: idem
24461 * sys/oss/gstosssink.c: idem
24462 * sys/oss/gstosssrc.c: idem
24463 * sys/oss/oss_probe.c: idem
24464 - check for soundcard.h in different places for some BSD
24466 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
24469 Add me to the authors file
24471 Increase the libdv requirement to >= version 0.100
24472 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24473 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24474 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24475 * ext/dv/gstdvdec.h:
24476 Add support for the new_media flag when sending DISCONT events
24477 Make the querying work when video pad is not linked
24479 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24481 reviewed by Benjamin Otte <otte@gnome.org>
24483 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24484 create a NULL-initialized array of pads, so we don't think they
24485 exist already. (fixes #143130)
24487 2004-06-07 Benjamin Otte <otte@gnome.org>
24489 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24490 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24491 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24492 don't use // coments
24494 2004-06-07 Benjamin Otte <otte@gnome.org>
24496 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24497 cast to GstClockTime to get higher granularity
24498 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24499 use gst_element_set_time_delay to get the exact time
24500 * ext/mad/gstmad.c: (gst_mad_chain):
24501 use the negotiated rate instead of the current frame's rate which
24502 might be wrong because of bit errors. This avoids emitting totally
24503 bogus timestamps and screwing sync.
24506 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24508 reviewed by Benjamin Otte <otte@gnome.org>
24510 * gst/adder/gstadder.c: (gst_adder_loop):
24511 properly error out when no negotiation has happened yet. (fixes
24514 2004-06-06 Benjamin Otte <otte@gnome.org>
24516 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24517 forward correctly transformed offset in discont events. Based on
24518 patch by Arwed v. Merkatz. (fixes #142851)
24520 2004-06-06 David Schleef <ds@schleef.org>
24522 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24523 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
24524 problems on several systems.
24526 2004-06-06 Benjamin Otte <otte@gnome.org>
24528 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24529 use explicit caps on the srcpad
24530 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24531 properly error out if caps couldn't be set (fixes #142764)
24533 2004-06-06 Benjamin Otte <otte@gnome.org>
24535 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24536 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24537 (gst_alsa_start_audio):
24538 - don't call set_periods_integer anymore, it breaks the
24539 configuration randomly
24540 - call snd_pcm_hw_params_set_access directly instead of using masks
24541 - don't fail if the sw_params can't be set, just use the default
24542 params and hope it works. Alsalib has weird issues when you touch
24543 sw_params and does no proper error reporting about what failed.
24544 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24545 (gst_alsa_close_audio):
24546 make our alsa debugging go via gst debugging and not conditionally
24548 * ext/alsa/gstalsa.h:
24549 add ALSA_DEBUG_FLUSH macro
24550 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24552 wrap alsa errors to be printed via the gst debugging system and not
24555 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
24557 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24558 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24559 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24560 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24561 (qtdemux_parse_trak):
24562 * gst/qtdemux/qtdemux.h:
24563 Bitch. Also known as seeking, querying & co.
24564 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24565 (gst_osssink_change_state):
24566 * sys/oss/gstosssink.h:
24567 Resyncing is for weenies, this hack is no longer needed and was
24568 broken anyway (since it - unintendedly - always leaves resync to
24571 2004-06-05 Andrew Turner <zxombie@hotpop.com>
24573 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24574 * gst/tcp/gsttcpclientsrc.h: idem
24575 - define MSG_NOSIGNAL if not done
24576 - include unistd.h for off_t
24579 2004-06-05 Benjamin Otte <otte@gnome.org>
24582 * ext/kio/Makefile.am:
24583 check for qt's moc preprocessor explicitly and use it
24585 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24587 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24588 don't get a signal for EPIPE on socket writes
24589 (somebody check if this works on other platforms)
24591 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24593 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24594 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24595 check error condition on available samples correctly
24597 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
24599 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24601 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24602 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24603 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24604 (gst_tcpserversrc_gdp_read_header):
24605 use ssize_t over size_t since the former is signed and thus the
24606 check for error codes can work
24608 2004-06-02 Wim Taymans <wim@fluendo.com>
24612 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24613 (gst_multipart_mux_loop):
24616 2004-06-02 Wim Taymans <wim@fluendo.com>
24618 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24619 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24620 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24621 (gst_multipart_mux_change_state):
24622 Added configurable boundary specifier, added the value as a
24623 caps field as well.
24625 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24627 * gst/tcp/gsttcp.c:
24628 * gst/tcp/gsttcpclientsrc.c:
24629 * gst/tcp/gsttcpclientsrc.h:
24630 * gst/tcp/gsttcpserversrc.c:
24631 - portability fix, to compile on OSX
24634 * sys/osxaudio/gstosxaudioelement.c:
24635 * sys/osxaudio/gstosxaudiosink.c:
24636 * sys/osxaudio/gstosxaudiosrc.c:
24637 - compilation warnings on OSX
24640 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24642 * ext/vorbis/vorbisdec.c : sign warning fixes
24644 * gst-libs/gst/mixer/mixertrack.c :
24645 do no use defines which are glib 2.4 specific
24647 2004-06-01 Christophe Fergeau <teuf@gnome.org>
24649 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24650 buffer since libflac doesn't expect it (reports a sync error when
24651 it encounters that)
24654 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
24656 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24657 * gst-libs/gst/mixer/mixertrack.c:
24658 (gst_mixer_track_get_property), (get_mixer_track_init),
24659 (get_mixer_track_get_property): Added property accessors
24660 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24661 * gst-libs/gst/mixer/mixeroptions.c:
24662 (gst_mixer_options_get_values): Added
24663 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24664 * gst-libs/gst/mixer/mixer.c: Fixed comment
24667 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24669 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24670 improve error messages on open
24673 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24675 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24676 check if v4l-conf is in path
24678 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
24680 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24681 change assert to a more readable error message
24683 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24685 * gst-libs/gst/tuner/tunerchannel.h:
24686 - add a freq_multiplicator field to make the conversion
24687 between internal frequency unit and Hz
24688 * sys/v4l/gstv4lelement.c:
24689 * sys/v4l2/gstv4l2element.c:
24690 - change default video device to /dev/video0
24691 * sys/v4l/v4l_calls.c:
24692 * sys/v4l2/v4l2_calls.c:
24693 - we only expose frequency to the user in Hz instead of
24694 bastard v4lX unit (either 62.5kHz or 62.5Hz)
24696 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
24697 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24698 Initialise b_o_s and e_o_s variables
24699 * gst-libs/gst/riff/riff-media.c:
24700 (gst_riff_create_video_caps_with_data):
24701 Add some unusual fourcc's from mplayer avi's
24702 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24703 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24706 2004-05-28 Wim Taymans <wim@fluendo.com>
24709 * gst/alpha/Makefile.am:
24710 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24711 (gst_alpha_get_type), (gst_alpha_base_init),
24712 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24713 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24714 (gst_alpha_chroma_key), (gst_alpha_chain),
24715 (gst_alpha_change_state), (plugin_init):
24716 A plugin to add an alpha channel to I420 video. Can optionally do
24718 * gst/multipart/Makefile.am:
24719 * gst/multipart/multipart.c: (plugin_init):
24720 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24721 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24722 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24723 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24724 (gst_multipart_demux_change_state),
24725 (gst_multipart_demux_plugin_init):
24726 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24727 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24728 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24729 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24730 (gst_multipart_mux_pad_unlink),
24731 (gst_multipart_mux_request_new_pad),
24732 (gst_multipart_mux_handle_src_event),
24733 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24734 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24735 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24736 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24737 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24738 send multipart jpeg images to a browser.
24739 * gst/videobox/Makefile.am:
24740 * gst/videobox/README:
24741 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24742 (gst_video_box_get_type), (gst_video_box_base_init),
24743 (gst_video_box_class_init), (gst_video_box_init),
24744 (gst_video_box_set_property), (gst_video_box_get_property),
24745 (gst_video_box_sink_link), (gst_video_box_i420),
24746 (gst_video_box_ayuv), (gst_video_box_chain),
24747 (gst_video_box_change_state), (plugin_init):
24748 Crops or adds borders around an image. can do alpha channel
24750 * gst/videomixer/Makefile.am:
24751 * gst/videomixer/README:
24752 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24753 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24754 (gst_videomixer_pad_get_sink_event_masks),
24755 (gst_videomixer_pad_get_property),
24756 (gst_videomixer_pad_set_property),
24757 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24758 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24759 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24760 (gst_videomixer_base_init), (gst_videomixer_class_init),
24761 (gst_videomixer_init), (gst_videomixer_request_new_pad),
24762 (gst_videomixer_handle_src_event),
24763 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24764 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24765 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24766 (gst_videomixer_loop), (gst_videomixer_get_property),
24767 (gst_videomixer_set_property), (gst_videomixer_change_state),
24769 Generic video mixer plugin, can handle multiple inputs all with
24770 different framerates and video sizes. Is fully alpha channel
24773 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
24775 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24776 Select first track as master track. Not sure how else to handle
24778 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24779 Discard discont events. Should fix #142962.
24781 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
24783 * ext/alsa/Makefile.am:
24784 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24785 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24786 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24787 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24788 (gst_alsa_mixer_get_option):
24789 * ext/alsa/gstalsamixer.h:
24790 * ext/alsa/gstalsamixeroptions.c:
24791 (gst_alsa_mixer_options_get_type),
24792 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24793 (gst_alsa_mixer_options_new):
24794 * ext/alsa/gstalsamixeroptions.h:
24795 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24796 * ext/alsa/gstalsamixertrack.h:
24797 Add enumerations (as GstMixerOptions). Make correct distinction
24798 between input/output tracks. Add capture/playback private flag.
24799 Use flag to decide on whether to set capture or playback volumes
24800 or switches. Use playback and record switches.
24801 * gst-libs/gst/mixer/Makefile.am:
24802 * gst-libs/gst/mixer/mixer-marshal.list:
24803 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24804 (gst_mixer_set_option), (gst_mixer_get_option),
24805 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24806 (gst_mixer_volume_changed), (gst_mixer_option_changed):
24807 * gst-libs/gst/mixer/mixer.h:
24808 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24809 (gst_mixer_options_class_init), (gst_mixer_options_init),
24810 (gst_mixer_options_dispose):
24811 * gst-libs/gst/mixer/mixeroptions.h:
24812 Add GstMixerOptions.
24813 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24814 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24815 broken device detection on computers with multiple OSS sound
24818 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
24820 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24821 fixate nicely even when the peer is not negotiating
24823 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
24825 * gst/audioconvert/gstaudioconvert.c:
24826 (gst_audio_convert_parse_caps):
24827 make sure we don't allow depth > width
24828 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24829 fixate endianness to G_BYTE_ORDER as default
24830 * gst/audioscale/gstaudioscale.c:
24831 we don't handle another endianness as host-endianness
24833 2004-05-25 David Schleef <ds@schleef.org>
24835 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
24837 2004-05-24 Benjamin Otte <otte@gnome.org>
24839 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24840 (gst_oggvorbisenc_setup):
24841 properly fail when we can't setup the vorbis encoder due to
24842 unsupported settings
24843 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24844 (gst_vorbisenc_setup):
24846 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24847 fix case where warnings occured when one pad was unlinked while the
24848 other's link function was called
24850 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
24852 * gst/tcp/Makefile.am:
24855 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
24857 * gst-libs/gst/resample/private.h:
24858 don't use optimizations that are #if 0'ed
24860 2004-05-24 Wim Taymans <wim@fluendo.com>
24862 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24863 Fix potential division by zero error and hopefully get
24864 the position query right to get correct timestamps on avi
24867 2004-05-24 Wim Taymans <wim@fluendo.com>
24869 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24870 (gst_videoscale_scale_nearest_str2),
24871 (gst_videoscale_scale_nearest_str4),
24872 (gst_videoscale_scale_nearest_32bit),
24873 (gst_videoscale_scale_nearest_24bit),
24874 (gst_videoscale_scale_nearest_16bit):
24875 Fix the scaling algorithm and avoid a buffer overflow.
24876 removed the while loop in the scaling function as it
24877 was used for point sampling only.
24879 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
24881 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24882 (gst_id3_tag_class_init), (gst_id3_tag_init),
24883 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24884 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24885 (gst_id3_tag_send_tag_event):
24886 lots of fixes to make id3mux work and id3demux work correctly
24888 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24891 add rules to build shout2send (was removed by accident
24892 when this module was no more marked experimental/broken)
24894 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24896 * ext/shout2/gstshout2.c:
24897 * ext/shout2/gstshout2.h:
24898 adding a "connection problem" signal to shout2send
24901 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
24903 * ext/kio/kioreceiver.cpp:
24904 * ext/kio/kioreceiver.h:
24905 fix sign comparison issues
24907 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24909 * gst/cdxaparse/gstcdxaparse.c:
24910 * gst/cdxaparse/gstcdxaparse.h:
24912 add some checks/sanity
24913 prepare for seek addition
24915 * sys/sunaudio/gstsunaudio.c:
24916 remove exported dupe init function
24918 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
24920 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24921 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24922 Fix format conversion and position querying.
24923 * gst/debug/progressreport.c: (gst_progressreport_report):
24924 Don't output a bogus total value that we didn't query.
24925 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24926 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24927 only a blank window after xine has been used.
24929 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24932 sync with upstream version to fix test on FC2
24933 readd with -ko to preserve Id header
24935 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24938 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24939 * gst/tcp/gsttcpclientsrc.c: idem
24940 * gst/tcp/gsttcpserversink.c: idem
24941 * gst/tcp/gsttcpserversrc.c: idem
24942 * m4/gst-fionread.m4: idem
24944 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24946 * configure.ac: enable speex plugin for speex 1.1.5+
24947 * ext/speex/gstspeexenc.c: fix cast warning
24949 * ext/esd/README: fix typo
24951 2004-05-20 David Schleef <ds@schleef.org>
24953 * configure.ac: Minor cosmetic change to convince the buildbot to
24955 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24956 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24957 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24958 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24959 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24960 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24961 More hacking. Plays audio now.
24963 2004-05-20 David Schleef <ds@schleef.org>
24968 2004-05-20 David Schleef <ds@schleef.org>
24970 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
24971 * sys/osxaudio/gstosxaudio.c:
24972 * sys/osxaudio/gstosxaudioelement.c:
24973 * sys/osxaudio/gstosxaudioelement.h:
24974 * sys/osxaudio/gstosxaudiosink.c:
24975 * sys/osxaudio/gstosxaudiosink.h:
24976 * sys/osxaudio/gstosxaudiosrc.c:
24977 * sys/osxaudio/gstosxaudiosrc.h:
24979 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
24981 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24982 (gst_vorbisenc_chain):
24983 put the codec headers on the caps as streamheader as well as
24986 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
24988 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24989 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24990 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24991 split up push_packet into two functions
24993 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
24995 * gst/tcp/.cvsignore:
24997 * gst/tcp/Makefile.am:
24999 * gst/tcp/gsttcp.c:
25000 * gst/tcp/gsttcp.h:
25001 * gst/tcp/gsttcpclientsink.c:
25002 * gst/tcp/gsttcpclientsink.h:
25003 * gst/tcp/gsttcpclientsrc.c:
25004 * gst/tcp/gsttcpclientsrc.h:
25005 * gst/tcp/gsttcpplugin.c:
25006 * gst/tcp/gsttcpserversink.c:
25007 * gst/tcp/gsttcpserversink.h:
25008 * gst/tcp/gsttcpserversrc.c:
25009 * gst/tcp/gsttcpserversrc.h:
25010 add new tcp elements
25012 2004-05-19 Wim Taymans <wim@fluendo.com>
25014 * gst/law/mulaw-conversion.c: (mulaw_encode):
25015 Fix overflow bug in ulaw encoding.
25017 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25019 * ext/mad/gstmad.c: (gst_mad_handle_event):
25020 don't unref the event twice
25022 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25025 remove -Wno-sign-compare
25027 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25030 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25031 if you want to work against glib 2.2 and 2.4
25033 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
25035 * gst/tcp/Makefile.am:
25036 * gst/tcp/gsttcp.c:
25037 * gst/tcp/gsttcp.h:
25038 * gst/tcp/gsttcpsink.h:
25039 * gst/tcp/gsttcpsrc.h:
25040 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25042 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25044 * gst/debug/tests.c: (md5_get_value):
25045 fix segfault on gst-inspect
25047 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25049 * gst/debug/testplugin.c:
25050 * gst/debug/tests.c:
25051 * gst/debug/tests.h:
25052 add new extensible and configurable testing element. Current tests
25053 include buffer count, stream length, timestamp/duration matching and
25055 * gst/debug/Makefile.am:
25056 * gst/debug/gstdebug.c: (plugin_init):
25057 add infrastructure for new element
25059 2004-05-19 Johan Dahlin <johan@gnome.org>
25061 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25062 ending of the array. Fixes gst-inspect segfault on ppc.
25064 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25066 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25068 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25070 2004-05-18 David Schleef <ds@schleef.org>
25072 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25073 warnings (bugs, actually) noticed by gcc but not forte.
25075 2004-05-18 David Schleef <ds@schleef.org>
25077 * sys/sunaudio/Makefile.am:
25078 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25080 2004-05-18 David Schleef <ds@schleef.org>
25082 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25083 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
25084 to allow qtdemux to use non-seekable streams. (bug #142272)
25086 2004-05-18 David Schleef <ds@schleef.org>
25088 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25089 (gst_resample_sinc_ft_float): Remove use of static temporary
25090 buffer. This code was obviously not supposed to last long, but
25091 it's stuck in our ABI, so it required a little hack to make it
25092 ABI-compatible. Fixes #142585.
25093 * gst-libs/gst/resample/resample.h: same.
25095 2004-05-18 David Schleef <ds@schleef.org>
25097 * configure.ac: Add sunaudio
25098 * examples/Makefile.am: make gstplay depend on gconf
25099 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25100 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25101 (convert_table_lookup), (img_convert): remove c99-isms
25102 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25103 unsigned, to fix a warning on Solaris
25104 * gst/mpeg1sys/systems.c: bcopy->memcpy
25105 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25106 * sys/Makefile.am: Add sunaudio
25108 2004-05-18 Wim Taymans <wim@fluendo.com>
25110 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25111 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25112 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25113 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25114 (gst_ogg_mux_loop):
25115 Fix an ugly memleak where the muxer didn't flush enough ogg
25116 pages. This also resulted in badly muxed ogg files.
25118 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25120 * gst/asfdemux/asfheaders.c :
25121 * gst/asfdemux/asfheaders.h :
25122 * gst/asfdemux/gstasfdemux.c :
25123 - fix ASF_OBJ_PADDING guid
25124 - add 3 new object guids (language list, metadata,
25125 extended stream properties)
25126 - add a function to parse extended header objects
25128 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
25130 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25131 remove leftover debugging g_print
25133 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
25135 * ext/mad/gstmad.c: (gst_mad_handle_event):
25136 Fix for when the first format in a discont event is not a
25137 byte-based one. Should fix #137710.
25139 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25141 * m4/a52.m4 : fix compilation with -Wall -Werror
25142 * m4/libfame.m4 : idem
25143 * m4/libmikmod.m4 : idem
25145 2004-05-17 Benjamin Otte <otte@gnome.org>
25147 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25148 signal the new tags before giving up the reference
25150 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
25152 * ext/shout2/gstshout2.c:
25153 use application/ogg instead of application/x-ogg (patch by Patrick
25154 Guimond, fixes #142432)
25155 * sys/oss/gstosselement.c: (gst_osselement_reset),
25156 (gst_osselement_sync_parms):
25157 don't set fragment size unless specified (fixes #142493)
25159 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25161 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25164 2004-05-17 Benjamin Otte <otte@gnome.org>
25166 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25167 compute offsets correctly for internal buffers so timestamps are set
25168 correctly when we can't seek. Also handle cases where there are no
25169 offsets. (based on a patch by David Moore, fixes #142507)
25171 2004-05-17 Benjamin Otte <otte@gnome.org>
25173 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25174 use correct variable when determining amount of data to skip so we
25175 don't skip into the void and segfault
25177 2004-05-16 Benjamin Otte <otte@gnome.org>
25179 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25182 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25184 * gst/asfdemux/gstasfdemux.c:
25185 - fix a mem leak and always propagate tags
25186 - add WMV3 to known video codecs (but no decoder yet)
25187 - replace "surplus data" at end of audio header for what
25188 it is : codec specific data
25191 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
25193 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25195 * gst-libs/gst/audio/audioclock.c:
25196 Fix wrong return type (#142205).
25198 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25200 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25201 Ignore CRCs by default (fixes #142566).
25203 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25205 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25206 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25207 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25208 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25209 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25210 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25211 Fix for cases where we fail to attach to a mixer.
25213 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25215 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25216 Don't touch events after not owning them anymore.
25217 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25218 (gst_wavparse_fmt), (gst_wavparse_other),
25219 (gst_wavparse_handle_seek), (gst_wavparse_loop),
25220 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25221 (gst_wavparse_srcpad_event):
25222 * gst/wavparse/gstwavparse.h:
25223 Add seeking, fix querying.
25225 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25227 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25228 - process comments even if they don't end with \0\0
25229 g_convert would ignore them if present and works well without them
25231 2004-05-16 Benjamin Otte <otte@gnome.org>
25233 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25236 2004-05-16 Benjamin Otte <otte@gnome.org>
25238 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25239 don't write to memory we might not write to - g_convert does that
25240 for us anyway (fixes #142613)
25241 (gst_asf_demux_audio_caps):
25242 comment out gst_util_dump_mem
25244 2004-05-16 Benjamin Otte <otte@gnome.org>
25246 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25247 compute correct expected timestamps after seek (broken since
25249 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25250 rename element and debugging category to gdkpixbufscale
25252 2004-05-16 Benjamin Otte <otte@gnome.org>
25254 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25255 add error checking to snd_pcm_delay and remove duplicate call to
25256 snd_pcm_delay that caused issues (see inline code comments)
25257 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25258 make more readable and fix return value when snd_pcm_delay fails
25261 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
25262 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25263 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25264 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25265 (gst_pixbufscale_link), (gst_pixbufscale_init),
25266 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25267 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25268 (gst_pixbufscale_get_property), (pixbufscale_init):
25269 * ext/gdk_pixbuf/pixbufscale.h:
25270 Add these files I forgot earlier
25272 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
25273 * ext/gdk_pixbuf/Makefile.am:
25274 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25275 * ext/gdk_pixbuf/gstgdkpixbuf.h:
25276 Add new pixbufscale element to scale RGB video
25277 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25278 and HYPER interpolation correctly.
25279 * ext/theora/theoraenc.c: (theora_enc_chain),
25280 Discard buffer and return if explicit caps could not be set
25281 (theora_enc_get_property):
25282 Make _get return kbps for the bitrate consistent with
25286 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25288 * ext/libvisual/visual.c: (gst_visual_chain):
25289 add missing visual_audio_analyze
25291 2004-05-14 David Schleef <ds@schleef.org>
25293 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25294 is killed while we're playing.
25295 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25296 gst_element_no_more_pads().
25298 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25300 * gst-libs/gst/riff/riff-read.c :
25301 - fix INFO tag extraction in RIFF/AVI files
25302 because gst_event_unref (event) also freed taglist
25305 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25307 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25308 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25310 * gst/auparse/gstauparse.c :
25311 - add code (commented for now) to support audio/x-adpcm on src pad
25312 (we have no decoder for those layout yet)
25314 * gst/cdxaparse/gstcdxaparse.c :
25315 * gst/cdxaparse/gstcdxaparse.h :
25316 - partial rewrite using RiffRead (ripped iain's wavparse code)
25318 * gst/rtp/gstrtpL16enc.c : typo
25319 * gst/rtp/gstrtpgsmenc.c : typo
25321 2004-05-13 Benjamin Otte <otte@gnome.org>
25324 check for exact version of libvisual, it's not supposed to be
25327 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
25329 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25330 signal no-more-pads
25332 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25334 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25335 Report which format was used for GST_FORMAT_DEFAULT
25336 * gst/debug/Makefile.am:
25337 * gst/debug/gstdebug.c: (plugin_init):
25338 * gst/debug/progressreport.c: (gst_progressreport_base_init),
25339 (gst_progressreport_class_init), (gst_progressreport_init),
25340 (gst_progressreport_report), (gst_progressreport_set_property),
25341 (gst_progressreport_get_property), (gst_progressreport_chain),
25342 (gst_progressreport_plugin_init):
25343 Add progressreport element for testing.
25345 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
25347 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25348 * sys/v4l/gstv4lsrc.h:
25349 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25350 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25351 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25352 (gst_v4lsrc_grab_frame):
25354 send a discont at start
25356 2004-05-12 Colin Walters <walters@redhat.com>
25358 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25359 inflooping if we can't find a chunk. Or in other words, don't blow
25360 chunks if we don't have a chunk to blow.
25362 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25363 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25364 Remove old debug output
25365 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25366 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25367 (gst_dvdec_set_property), (gst_dvdec_get_property):
25368 Change the quality setting to an enum, so it works from gst-launch
25369 Don't renegotiate a non-linked pad. Allows audio only decoding.
25370 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25371 (gst_deinterlace_link), (gst_deinterlace_init):
25372 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25373 (gst_videodrop_link):
25374 Some caps negotiation fixes
25376 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25378 * ext/tarkin/gsttarkin.c :
25379 - Change RANK from NONE to PRIMARY
25380 * ext/gdk_pixbuf/gstgdkpixbuf.c :
25381 - Change RANK from NONE to MARGINAL
25382 * ext/divx/gstdivxenc.c :
25383 - Change RANK from PRIMARY to NONE (encoder/spider issue)
25385 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
25387 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25388 (gst_vorbisenc_push_packet):
25389 copy a function that was added between 1.0 and 1.0.1 until we
25390 depend on worthwhile features of post-1.0
25392 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25395 enable shout2 by default
25396 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25397 (gst_shout2send_base_init), (gst_shout2send_init),
25398 (gst_shout2send_connect), (gst_shout2send_change_state):
25399 * ext/shout2/gstshout2.h:
25400 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25402 * ext/theora/theora.c: (plugin_init):
25403 don't set rank on encoders
25405 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
25407 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25408 Use codec_data property instead of flag1 and flag2 for wma
25410 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25412 * gst/cdxaparse/gstcdxaparse.c :
25413 - Add mpegversion to CAPS to make it link
25414 - Rank is as GST_RANK_SECONDARY instead of NONE
25415 * gst/auparse/gstauparse.c :
25416 - Document all audio encoding we can encounter from Solaris 9
25417 headers and libsndfile information.
25418 - Increase max. rate from 48000 to 192000 (to match other elements)
25419 - Don't try to play junk data between header and samples
25421 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25423 * ext/libvisual/visual.c: (gst_visual_getcaps):
25424 use the right caps depending on endianness (I hope)
25425 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25426 use GST_RANK_NONE for all non-decoding elements or spider gets
25429 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
25431 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25432 Fix some odd cases and fix BE metadata parsing of unicode16 text.
25434 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25436 * gst/switch/gstswitch.c: (gst_switch_release_pad),
25437 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25438 (gst_switch_loop), (gst_switch_get_type):
25439 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25440 HEADERS. Had to be said.
25442 2004-05-10 David Schleef <ds@schleef.org>
25444 * configure.ac: Add prototype Dirac support.
25446 * ext/dirac/Makefile.am:
25447 * ext/dirac/gstdirac.cc:
25448 * ext/dirac/gstdiracdec.cc:
25450 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25452 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25453 (gst_auparse_init), (gst_auparse_chain),
25454 (gst_auparse_change_state):
25455 Hack around spider. Remove me some day please.
25457 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25459 * gst/auparse/gstauparse.c: (gst_auparse_chain):
25460 Fix for some uninitialized variables in previous patch, also
25461 makes it work. Fixes #142286 while we're at it.
25463 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25465 * gst/auparse/gstauparse.c:
25466 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25467 only unsupported formats are ADPCM/CCITT G.72x
25469 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25471 2004-05-10 Wim Taymans <wim@fluendo.com>
25473 * ext/vorbis/Makefile.am:
25474 * ext/vorbis/README:
25475 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25476 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25477 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25478 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25479 (gst_oggvorbisenc_convert_sink),
25480 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25481 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25482 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25483 (get_constraints_string), (update_start_message),
25484 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25485 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25486 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25487 * ext/vorbis/oggvorbisenc.h:
25488 * ext/vorbis/vorbis.c: (plugin_init):
25489 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25490 (raw_caps_factory), (gst_vorbisenc_class_init),
25491 (gst_vorbisenc_init), (gst_vorbisenc_setup),
25492 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25493 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25494 * ext/vorbis/vorbisenc.h:
25495 Added a raw vorbis encoder to be used with the oggmuxer.
25496 We still need the old encoder for some gnome applications,
25497 read the README to find out how that works.
25498 The raw encoder is called "rawvorbisenc" until 0.9.
25500 2004-05-10 Wim Taymans <wim@fluendo.com>
25502 * ext/ogg/gstogg.c: (plugin_init):
25503 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25505 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25506 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25507 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25508 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25509 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25510 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25511 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25512 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25513 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25514 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25515 Added an ogg muxer.
25516 Small typo fixes in the demuxer.
25518 2004-05-10 Wim Taymans <wim@fluendo.com>
25520 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25521 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25522 (theora_enc_change_state), (theora_enc_set_property),
25523 (theora_enc_get_property):
25524 Mark the last packet with an EOS flag which is not really needed
25526 Do some better video framerate initialisation.
25527 Update the buffer timestamp.
25529 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
25531 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25532 Return the result of the parent state change call
25534 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25536 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25537 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25538 * gst/law/alaw-encode.c : (idem)
25539 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25540 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25541 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25543 2004-05-09 Benjamin Otte <otte@gnome.org>
25545 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25546 don't use a fixed buffer size when writing variable length data to
25547 it. Fixes memory corruption and makes alsasrc work
25549 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25551 * ext/gnomevfs/gstgnomevfssink.c:
25552 (_gst_boolean_allow_overwrite_accumulator),
25553 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25554 Run glib's default signal handler (??) in RUN_CLEANUP rather than
25555 RUN_LAST, and don't use that to set the accumulator value because
25556 then it's always FALSE.
25558 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25560 * gst-libs/gst/riff/riff-media.c:
25561 (gst_riff_create_video_caps_with_data),
25562 (gst_riff_create_audio_caps),
25563 (gst_riff_create_audio_template_caps):
25564 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25565 Fix for unaligned RIFF files (i.e. where all the chunks together
25566 in a LIST chunk are not of the same size as the size given in
25567 the LIST chunk header). Fixes several odd WAVE files. Also fix
25568 ADPCM (block_align property) in audio, so that wavparse based
25569 on this works now as it used to stand-alone.
25571 2004-05-09 Edward Hervey <bilboed@bilboed.com>
25573 reviewed by Benjamin Otte <otte@gnome.org>
25575 * ext/a52dec/gsta52dec.c:
25576 * ext/divx/gstdivxdec.c:
25577 * ext/divx/gstdivxenc.c:
25578 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25579 * ext/faac/gstfaac.c: (gst_faac_base_init):
25580 * ext/faad/gstfaad.c: (gst_faad_base_init):
25581 * ext/ivorbis/vorbisfile.c:
25582 * ext/lame/gstlame.c:
25583 * ext/libfame/gstlibfame.c:
25584 * ext/mpeg2enc/gstmpeg2enc.cc:
25585 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25586 * ext/sidplay/gstsiddec.cc:
25587 * ext/speex/gstspeexdec.c:
25588 * ext/speex/gstspeexenc.c:
25589 * ext/xvid/gstxviddec.c:
25590 * ext/xvid/gstxvidenc.c:
25591 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25594 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
25596 * ext/alsa/gstalsa.c: (device_list),
25597 (gst_alsa_class_probe_devices):
25598 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25599 Fix alsa oddness in mixer after the combination of using mixer
25600 in source/sink elements and using hw:x,y instead of just hw:x.
25602 2004-05-09 Benjamin Otte <otte@gnome.org>
25604 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25605 (gst_wavparse_create_sourcepad):
25606 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25609 2004-05-09 Benjamin Otte <otte@gnome.org>
25611 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25612 allow discont events before caps nego
25614 2004-05-08 Benjamin Otte <otte@gnome.org>
25616 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25619 2004-05-08 Benjamin Otte <otte@gnome.org>
25621 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25622 (gst_level_change_state), (gst_level_init):
25623 * gst/level/gstlevel.h:
25624 figure out if we're initialized directly instead of keeping a
25625 variable that's wrong in 90% of cases
25626 don't initialize pads and then leak them and use a new unitialized
25627 pad. (fixes #142084)
25628 these were bugs so n00bish I didn't find them for an hour :/
25630 2004-05-08 Iain <iain@prettypeople.org>
25632 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25633 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25634 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25635 return the length that was read.
25636 (gst_riff_read_strf_auds): Allow fmt tags as well.
25638 2004-05-07 David Schleef <ds@schleef.org>
25640 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25641 signed char assumption in faad.h.
25643 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25645 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25646 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25648 2004-05-07 Colin Walters <walters@redhat.com>
25650 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25651 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25653 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25654 Add dispose function.
25656 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
25657 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25658 Fix caps nego and pad templates. RGB mode caps should
25660 * ext/dvdnav/gst-dvd:
25661 Move mpeg2dec inside the thread because otherwise the
25662 queue rejects cap changes mid-stream
25663 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25664 (gst_mpeg2dec_flush_decoder):
25665 For mpeg2dec > 0.4.0, call the flush function instead of
25666 manually extracting all in-flight frames.
25667 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25668 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25669 Change mime type video/dv go video/x-dv to match the
25670 rest of gst-plugins
25672 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25674 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25675 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25676 (gst_alsa_sink_class_init):
25677 * ext/alsa/gstalsasink.h:
25678 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25679 (gst_alsa_src_class_init):
25680 * ext/alsa/gstalsasrc.h:
25681 Make alsasink/src a subclass of alsamixer so that mixer stuff
25682 shows up in gst-rec. Needs some finetuning.
25684 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
25686 * ext/lame/gstlame.c: (gst_lame_chain):
25688 * ext/mad/gstmad.c: (gst_mad_handle_event):
25690 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25691 be able to detect mp3 files < 4096 bytes
25693 2004-05-06 Wim Taymans <wim@fluendo.com>
25695 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25696 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25697 (theora_enc_set_property), (theora_enc_get_property):
25698 Also encode the first frame, cleanup some code.
25700 2004-05-06 Wim Taymans <wim@fluendo.com>
25702 * ext/mpeg2enc/gstmpeg2enc.cc:
25703 Forward events first before deciding that negotiation was
25706 2004-05-06 Wim Taymans <wim@fluendo.com>
25708 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25709 First process the events before deciding that negotiation
25712 2004-05-06 Wim Taymans <wim@fluendo.com>
25714 * ext/theora/Makefile.am:
25715 * ext/theora/theora.c: (plugin_init):
25716 * ext/theora/theoradec.c: (theora_dec_change_state):
25717 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25718 (gst_theora_enc_class_init), (gst_theora_enc_init),
25719 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25720 (theora_enc_chain), (theora_enc_change_state),
25721 (theora_enc_set_property), (theora_enc_get_property):
25722 Added a theora encoder, grouped the encoder and decoder into the
25725 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
25727 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25728 (gst_jpegenc_chain):
25729 fix DURATION on outgoing buffers
25730 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25731 debug using time formats
25732 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25733 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25734 (gst_xvimagesink_sink_link):
25735 windows with width/height 0 generate X errors, so don't allow them
25737 2004-05-05 Wim Taymans <wim@fluendo.com>
25739 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25740 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25741 (gst_mpeg2dec_negotiate_format):
25742 * ext/mpeg2dec/gstmpeg2dec.h:
25743 removed the static pad template so that we can add the
25744 more accurate framerate value to the caps.
25747 2004-05-04 Benjamin Otte <otte@gnome.org>
25750 check for kdemacros.h, too (should fix #141821)
25751 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25752 don't crash if no header was sent, but nicely error out (fixes part
25755 2004-05-04 Wim Taymans <wim@fluendo.com>
25757 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25758 parent dispose function to avoid segfault on destroy.
25760 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
25762 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25764 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25765 (gst_xvimagesink_sink_link):
25766 clean up debugging caps
25767 also recreate xvimage when format has changed
25769 2004-05-04 Benjamin Otte <otte@gnome.org>
25771 * ext/libvisual/Makefile.am:
25772 * ext/libvisual/visual.c: (gst_visual_class_init),
25773 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25774 (gst_visual_srclink), (gst_visual_chain),
25775 (gst_visual_change_state), (plugin_init):
25776 use a GstAdapter to correctly adapt buffer sizes - allows using a
25779 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25781 * sys/v4l/gstv4lelement.h:
25782 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25783 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25784 (gst_v4lsrc_buffer_free):
25785 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25786 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25787 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25788 (gst_v4lsrc_requeue_frame):
25789 move some debugging categories around
25790 query for fps index and set accordingly if found
25792 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25794 * ext/lame/gstlame.c:
25795 correct defaults that lame_init puts out of range
25797 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25799 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25800 (gst_divxenc_class_init):
25801 fix range since -1 is the default
25802 * gst/mpeg1sys/gstmpeg1systemencode.c:
25803 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25804 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25805 (gst_rtjpegdec_chain):
25806 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25807 (gst_rtjpegenc_chain):
25808 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25809 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25810 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25811 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25812 * sys/v4l/gstv4lsrc.c:
25813 * sys/v4l/v4l_calls.c: (gst_v4l_open):
25814 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25815 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25816 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25817 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25818 remove gst_info calls
25820 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25829 Updated translations
25831 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
25833 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25834 refactor/comment code
25836 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
25838 * gst/asfdemux/Makefile.am:
25839 * gst/asfdemux/asfheaders.c:
25840 * gst/asfdemux/asfheaders.h:
25841 * gst/asfdemux/gstasf.c: (plugin_init):
25842 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25843 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25844 (gst_asf_demux_setup_pad):
25845 * gst/asfdemux/gstasfdemux.h:
25846 * gst/asfdemux/gstasfmux.c:
25847 * gst/asfdemux/gstasfmux.h:
25848 Add tagging support to demuxer, split out registration in its own
25849 file instead of in demux (hacky), and prevent having some tables
25850 in our memory multiple times (in asfheaders.h).
25852 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
25854 * gst/matroska/matroska-demux.c:
25855 (gst_matroska_demux_parse_metadata):
25856 * gst/matroska/matroska-ids.h:
25857 Basic tag reading support.
25859 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
25861 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25862 Really detect ac-3 audio.
25863 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25864 really detect matroska files (off-by-1).
25866 2004-04-30 David Schleef <ds@schleef.org>
25868 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25869 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25870 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25871 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25872 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25873 hackage -- parse a lot more atoms, extract a few tags. One might even
25874 mistake this for tag support. Maybe it is.
25875 * gst/qtdemux/qtdemux.h:
25877 2004-04-30 Colin Walters <walters@verbum.org>
25879 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25881 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
25883 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25884 (gst_ffmpegcolorspace_getcaps):
25885 remove broken nego fix
25887 2004-04-30 Benjamin Otte <otte@gnome.org>
25891 * ext/libvisual/Makefile.am:
25892 * ext/libvisual/visual.c:
25893 add initial support for libvisual (http://libvisual.sourceforge.net)
25894 libvisual is still quite alpha, so expect crashes in there :)
25896 2004-04-29 David Schleef <ds@schleef.org>
25898 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25899 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25900 up qtdemux to make it spit out codec_data. Do _not_ look at this
25901 code; you will no longer respect me.
25903 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25905 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25906 * ext/alsa/gstalsa.h :
25907 change alsa pcm device discovery to find more than 1 device
25908 per card. code review by Ronald.
25910 2004-04-29 David Schleef <ds@schleef.org>
25912 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25913 Add a check for a driver bug on FreeBSD. (bug #140565)
25915 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
25917 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25918 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25919 (gst_jpegenc_getcaps):
25920 move format setting to inner loop
25921 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25922 (gst_ffmpegcolorspace_getcaps):
25923 use GST_PAD_CAPS if available so that we use already negotiated
25925 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25926 (qtdemux_parse_moov), (qtdemux_parse):
25928 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25929 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25930 move hardcoded path to DEFINE
25932 2004-04-28 David Schleef <ds@schleef.org>
25934 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
25937 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
25939 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25940 Don't probe for playback device if we're a source element. Fixes
25943 2004-04-29 Benjamin Otte <otte@gnome.org>
25945 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25946 (gst_id3_tag_chain):
25947 rewrite buffer offset
25949 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
25953 * ext/dts/Makefile.am:
25954 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25955 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25956 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25957 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25958 (gst_dtsdec_loop), (gst_dtsdec_change_state),
25959 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25961 * ext/dts/gstdtsdec.h:
25963 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25964 (gst_faad_srcconnect):
25965 Add ESDS atom handling (.m4a).
25967 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
25969 * ext/divx/gstdivxdec.c: (plugin_init):
25970 Remove comment that makes no sense.
25971 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25972 Fix for obvious typo that resulted in warnings during gst-register.
25973 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25974 (gst_xviddec_sink_link):
25975 Fix caps negotiation a bit better.
25976 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25977 We call this 'codec_data', not 'esds'.
25979 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
25981 * gst/monoscope/gstmonoscope.c:
25982 make sure we only provide 256x128
25983 * gst/monoscope/monoscope.c: (monoscope_init):
25984 assert size of 256x128
25986 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
25989 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25990 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25991 fixate to max width and height of device
25993 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
25996 * sys/v4l/gstv4l.c:
25997 * sys/v4l/gstv4lsrc.c:
25998 * sys/v4l/v4l_calls.c:
25999 * sys/v4l/v4lsrc_calls.c:
26000 fix for qc-usb driver which fakes having more than one buffer
26001 by handing the same buffer twice, which confused GStreamer's/v4lsrc
26002 buffer_free override
26005 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26008 * gst/videotestsrc/gstvideotestsrc.c:
26009 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26010 (gst_videotestsrc_init), (gst_videotestsrc_get),
26011 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26012 * gst/videotestsrc/gstvideotestsrc.h:
26013 add num-buffers property
26015 2004-04-26 Benjamin Otte <otte@gnome.org>
26017 * ext/mad/gstid3tag.c: (plugin_init):
26018 set id3mux rank to NONE so it doesn't confuse spider
26019 require audio/mpeg,mpegversion=1 in id3mux
26021 2004-04-26 Benjamin Otte <otte@gnome.org>
26024 detect faad correctly as non-working if it's indeed non-working
26026 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
26029 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26030 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26031 fix _getcaps so it only negotiates to its supported format
26033 2004-04-25 Benjamin Otte <otte@gnome.org>
26035 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26038 2004-04-23 Benjamin Otte <otte@gnome.org>
26040 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26041 audio/x-raw-int with height rules! not. Now it's depth.
26043 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
26045 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26046 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26047 (gst_wavparse_loop):
26048 Missing variable initialization. Add handling of DVI ADPCM. Fix
26049 mis-parsing of LIST chunks. This works around a bug where we mis-
26050 parse non-aligning LIST chunks (so LIST chunks where the contents
26051 don't align with the actual LIST size). The correct fix is to use
26052 rifflib, I'm not going to fix wavparse - too much work. All this
26055 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
26057 reviewed by Benjamin Otte <otte@gnome.org>
26059 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26060 fix shoutcast not working (fixes #140844)
26062 2004-04-22 Benjamin Otte <otte@gnome.org>
26064 * ext/hermes/gsthermescolorspace.c:
26065 (gst_hermes_colorspace_caps_remove_format_info):
26066 * gst/colorspace/gstcolorspace.c:
26067 (gst_colorspace_caps_remove_format_info):
26068 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26069 (gst_ffmpegcolorspace_caps_remove_format_info):
26070 s/gst_caps_simplify/gst_caps_do_simplify/
26072 2004-04-22 Benjamin Otte <otte@gnome.org>
26074 * gst-libs/gst/riff/riff-media.c:
26075 (gst_riff_create_video_caps_with_data):
26076 mpegversion is an int
26077 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26078 don't try to create pad templates with NULL caps, use any caps
26081 2004-04-20 David Schleef <ds@schleef.org>
26083 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26084 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
26087 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26089 reviewed by David Schleef
26091 * ext/mad/gstid3tag.c: Add stdlib.h
26092 * gst/rtp/gstrtpgsmenc.c: same
26093 * gst/tags/gstid3tag.c: same
26094 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26095 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26096 GST_DISABLE_LOADSAVE use.
26097 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26098 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26099 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26101 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26102 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26104 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26105 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26107 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26110 2004-04-20 David Schleef <ds@schleef.org>
26112 * gst/realmedia/rmdemux.c: This was supposed to part of the
26113 last checkin. Same idea.
26115 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26117 reviewed by David Schleef
26119 * configure.ac: bump required gstreamer version to 0.8.1.1
26120 because of following changes [--ds]
26122 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
26123 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26124 (gst_riff_read_header): Use GST_READ_UINT*
26125 macros to access possibly unaligned memory.
26127 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26128 (mp3_type_find): Use GST_READ_UINT*
26129 macros to access possibly unaligned memory.
26130 (mp3_type_find, mpeg1_parse_header, qt_type_find)
26131 (speex_type_find): Likewise
26133 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26135 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26136 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26137 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26138 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26139 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26140 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
26141 macros to access possibly unaligned memory.
26143 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26146 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26147 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26149 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26152 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26153 (gst_mpeg2subt_chain_subtitle): Likewise.
26155 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26156 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26159 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26162 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26165 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26168 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26171 update required version of GStreamer because of GST_TIME_FORMAT
26173 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
26175 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26176 remove leftover g_print
26177 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26178 don't try setting only a subset of the caps. We don't want to kill
26179 autoplugging on purpose
26181 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26183 * sys/ximage/ximagesink.c: (plugin_init):
26184 * sys/xvimage/xvimagesink.c: (plugin_init):
26185 add debugging categories
26187 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26191 Adding en_GB translation (Gareth Owen)
26193 2004-04-20 David Schleef <ds@schleef.org>
26195 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26196 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26197 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26198 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26199 A number of new features and hacks to extract the esds atom and
26200 put it into the caps. (bug #137724)
26202 2004-04-19 David Schleef <ds@schleef.org>
26204 * gconf/Makefile.am: Fix for non-GNU make
26205 * gst-libs/gst/Makefile.am: Change directory order to handle
26206 GstPlay linking with gstinterfaces
26207 * gst-libs/gst/audio/make_filter: make use of tr portable
26208 * gst-libs/gst/play/Makefile.am: Add intended \
26209 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26210 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26211 function prototype instead of void *.
26212 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26214 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26215 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26216 * gst/videofilter/make_filter: make use of tr portable
26217 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26219 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
26223 Added Ukrainian translation (Maxim V. Dziumanenko)
26225 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26227 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26228 (gst_gsmdec_link), (gst_gsmdec_chain):
26229 Fix capsnego, simplify chain function slightly.
26230 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26233 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26235 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26236 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26237 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26238 Hack to make wavparse work with spider (always -> sometimes pad).
26239 Fixes #135862 && #140411.
26241 2004-04-18 Benjamin Otte <otte@gnome.org>
26243 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26244 (gst_osselement_rate_probe_check),
26245 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26246 get rid of \n in debug output
26248 2004-04-17 Iain <iain@prettypeople.org>
26250 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26253 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26255 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26256 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26257 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26258 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26259 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26260 (gst_id3_tag_change_state), (plugin_init):
26261 deprecate id3tag element and replace with id3demux/id3mux.
26262 great side effect: this ugly file is now even uglier, yay!
26263 * ext/mad/gstmad.h:
26264 remove non-available function
26265 update for new get_type
26267 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26270 require mpeg2dec >= 0.4.0
26272 2004-04-17 Benjamin Otte <otte@gnome.org>
26274 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26275 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26276 (gst_xvimagesink_set_xwindow_id):
26277 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26278 assorted cleanup fixes.
26280 2004-04-16 David Schleef <ds@schleef.org>
26282 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26283 * sys/xvimage/xvimagesink.h: same
26285 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
26287 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26288 Fix GST_ELEMENT_ERROR with (NULL)
26290 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26292 * gst-libs/gst/riff/riff-media.c:
26293 (gst_riff_create_video_caps_with_data):
26294 Add div[3456] as fourccs for DivX 3 (fixes #140137).
26296 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26298 * gst-libs/gst/riff/riff-media.c:
26299 (gst_riff_create_video_caps_with_data),
26300 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26301 (gst_riff_create_video_template_caps),
26302 (gst_riff_create_audio_template_caps):
26303 * gst-libs/gst/riff/riff-media.h:
26304 * gst-libs/gst/riff/riff-read.c:
26305 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26306 * gst-libs/gst/riff/riff-read.h:
26307 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26308 Add MS RLE support. I added some functions to read out strf chunks
26309 into strf chunks and the data behind it. This is usually color
26310 palettes (as in RLE, but also in 8-bit RGB). Also use those during
26311 caps creation. Lastly, add ADPCM (similar to wavparse - which
26312 should eventually be rifflib based).
26313 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26314 (gst_matroska_demux_init), (gst_matroska_demux_reset):
26315 * gst/matroska/matroska-demux.h:
26316 Remove placeholders for some prehistoric tagging system. Didn't add
26317 support for any tag system really anyway.
26318 * gst/qtdemux/qtdemux.c:
26319 Add support for audio/x-m4a (MPEG-4) through spider.
26320 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26321 (gst_wavparse_loop):
26322 ADPCM support (#135862). Increase max. buffer size because we
26323 cannot split buffers for ADPCM (screws references) and I've seen
26324 files with 2048 byte chunks. 4096 seems safe for now.
26326 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26328 * configure.ac: bump nano to 1
26330 === release 0.8.1 ===
26332 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26334 * configure.ac: releasing 0.8.1, "Comforting Sounds"
26336 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26338 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26339 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26342 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26344 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26345 lower rank of dvddemux so that it's not used for mpeg playback.
26347 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
26350 save libs correctly when checking mad
26352 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26354 * ext/mad/gstid3tag.c: (plugin_init):
26355 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
26357 2004-04-13 David Schleef <ds@schleef.org>
26359 * common/m4/gst-feature.m4: Call -config scripts with
26360 --plugin-libs if it is supported.
26361 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26362 JPEG images are image/jpeg.
26363 * gst/debug/Makefile.am:
26364 * gst/debug/negotiation.c: (gst_negotiation_class_init),
26365 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26366 (gst_negotiation_update_caps), (gst_negotiation_get_property),
26367 (gst_negotiation_plugin_init): Add a property that acts like
26369 * testsuite/gst-lint: Move license checking to be a standard
26372 2004-04-13 David Schleef <ds@schleef.org>
26374 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26375 patch from Sebastien Cote (bug #139958)
26377 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26379 * examples/gstplay/Makefile.am:
26380 * examples/gstplay/player.c: (main):
26381 make the commandline player example use gconf settings
26383 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26385 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26386 (gst_cacasink_sinkconnect), (gst_cacasink_init),
26387 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26388 init/end library during state transition, not object
26389 creation/disposal. get rid of custom dispose handler.
26392 2004-04-12 Christian Schaller <Uraeus@gnome.org>
26394 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26397 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26399 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26400 Handle JUNK chunks inside data section. Prevents warnings.
26402 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26404 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26405 (gst_riff_create_video_template_caps):
26407 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26408 (gst_avi_demux_stream_data):
26409 Add support for "rec-list" chunks.
26411 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26413 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26414 Fix another codecname mismatch.
26416 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26418 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26419 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26420 so that MJPEG plays back.
26422 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26424 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26425 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26426 * gst/mpeg1videoparse/gstmp1videoparse.h:
26427 Fix for some slight mis-cuts in buffer parsing, and for some
26428 potential overflows or faults-causers. Adds disconts. Also fixes
26429 #139105 while we're at it.
26431 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26434 * sys/v4l2/gstv4l2element.h:
26435 Workaround for missing struct v4l2_buffer declaration in Suse 9
26436 and Mandrake 10 linux/videodev2.h header file (#135919).
26438 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26440 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26441 Bail out if no filename was given.
26443 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26445 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26446 (gst_v4l2_fourcc_from_structure):
26447 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26450 2004-04-09 Benjamin Otte <otte@gnome.org>
26452 * ext/gnomevfs/gstgnomevfssink.c:
26453 (_gst_boolean_allow_overwrite_accumulator),
26454 (gst_gnomevfssink_class_init):
26455 fix erase signal - if any handler returns false the file will not be
26456 overwritten. If no handler is connected, the file will not be
26457 overwritten either.
26458 renamed signal to "allow-overwrite"
26459 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26460 free string when adding it to ID3 failed
26461 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26462 unref event when done
26463 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26465 * gst/typefind/gsttypefindfunctions.c:
26466 (mpeg_video_stream_type_find):
26469 2004-04-08 David Schleef <ds@schleef.org>
26471 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26472 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26474 2004-04-08 David Schleef <ds@schleef.org>
26476 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26477 we don't support (bug #139532)
26479 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
26481 * ext/mad/gstmad.c: (gst_mad_handle_event),
26482 (gst_mad_check_caps_reset), (gst_mad_chain),
26483 (gst_mad_change_state):
26484 only set explicit caps if they haven't been set before for
26485 this stream. MPEG-audio sample rate/channels aren't allowed
26486 to change in-stream.
26489 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
26491 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26492 (_gst_boolean_did_something_accumulator),
26493 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26494 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26495 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26496 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26497 (gst_gnomevfssink_change_state):
26498 Fix erase signal. Don't erase by default. Remove handoff signal.
26499 Remove erase property. Don't segfault. General cleanup.
26501 2004-04-07 Benjamin Otte <otte@gnome.org>
26503 * gst-libs/gst/gconf/test-gconf.c: (main):
26504 add missing gst_init
26506 2004-04-07 Benjamin Otte <otte@gnome.org>
26508 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26509 free the mutexes, too
26511 2004-04-07 Benjamin Otte <otte@gnome.org>
26513 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26514 actually free the URI string
26515 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26516 compute offset correctly when passing discont events
26517 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26518 don't leak discont events
26519 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26520 add some missing breaks so caps aren't copied randomly
26521 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26522 if we realloc memory, we better use it
26524 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
26526 * ext/mad/gstmad.c: (normal_seek):
26527 fix GST_FORMAT_TIME usage
26529 2004-04-05 David Schleef <ds@schleef.org>
26531 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
26532 a deprecated function (hack!)
26534 2004-04-05 Benjamin Otte <otte@gnome.org>
26536 * ext/esd/esdmon.c: (gst_esdmon_get):
26537 fix nonterminated vararg and memleak
26539 2004-04-05 Benjamin Otte <otte@gnome.org>
26541 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26542 (gst_ladspa_init), (gst_ladspa_force_src_caps),
26543 (gst_ladspa_set_property), (gst_ladspa_get_property),
26544 (gst_ladspa_instantiate), (gst_ladspa_activate),
26545 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26548 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
26550 reviewed by Benjamin Otte <otte@gnome.org>
26552 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26553 check for broken LADSPA parameters (fixes #138635)
26555 2004-04-05 Benjamin Otte <otte@gnome.org>
26557 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26558 advertise buffer-frames correctly on sinkpads
26560 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26562 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26563 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26564 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26565 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26566 (gst_mad_check_caps_reset), (gst_mad_chain):
26567 add more debugging, only reset caps when we're not in error state
26569 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
26571 * ext/mad/gstmad.c: add debugging category, comment + cleanups
26573 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26575 reviewed by Benjamin Otte <otte@gnome.org>
26578 fix == in test(1) operator
26580 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
26582 reviewed by Benjamin Otte <otte@gnome.org>
26585 fix --export-symblos-regex to a working regex.
26587 2004-04-04 Benjamin Otte <otte@gnome.org>
26589 * sys/oss/.cvsignore:
26592 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
26594 reviewed by Benjamin Otte <otte@gnome.org>
26596 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26597 add missing 'new_media' argument (fixes #138168)
26598 * gst/matroska/matroska-demux.c:
26599 (gst_matroska_demux_handle_seek_event):
26600 add vararg terminator (fixes #138169)
26602 2004-04-02 David Schleef <ds@schleef.org>
26604 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
26605 disted (bug #138914)
26607 2004-04-01 Benjamin Otte <otte@gnome.org>
26609 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26610 (gst_alsa_close_audio):
26611 handle case better where a soundcard can't pause
26612 * ext/ogg/gstoggdemux.c:
26613 don't crash when we get events but don't have pads yet
26615 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26617 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26618 throw an error if we couldn't probe any caps.
26620 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26622 * ext/dvdnav/gst-dvd:
26623 Add a really simple sample DVD player
26625 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
26627 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26628 (gst_a52dec_push), (gst_a52dec_handle_event),
26629 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26630 (gst_a52dec_change_state):
26631 * ext/a52dec/gsta52dec.h:
26632 Use a debug category, Output timestamps correctly
26633 Emit tag info, Handle events, tell liba52dec about cpu
26634 capabilities so it can use MMX etc.
26635 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26636 Fix a crasher accessing invalid memory
26637 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26638 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26639 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26640 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26642 Some support for byte-format seeking.
26643 Small fixes for still frames and menu button overlays
26644 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26645 (gst_mpeg2dec_alloc_buffer):
26646 Use a debug category. Adjust the report level of several items to
26647 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26648 so it doesn't lose the GstBuffer pointer
26649 * gst/debug/Makefile.am:
26650 * gst/debug/gstdebug.c: (plugin_init):
26651 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26652 (gst_navseek_base_init), (gst_navseek_class_init),
26653 (gst_navseek_init), (gst_navseek_seek),
26654 (gst_navseek_handle_src_event), (gst_navseek_set_property),
26655 (gst_navseek_get_property), (gst_navseek_chain),
26656 (gst_navseek_plugin_init):
26657 * gst/debug/gstnavseek.h:
26658 Add the navseek debug element for seeking back and forth in a
26659 video stream using arrow keys.
26660 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26661 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26662 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26663 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26664 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26665 (gst_mpeg2subt_parse_header), (gst_get_nibble),
26666 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26667 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26668 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26669 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26670 * gst/mpeg2sub/gstmpeg2subt.h:
26671 Pretty much a complete rewrite. Now a loopbased element. May still
26672 require work to properly synchronise subtitle buffers.
26673 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26674 (gst_dvd_demux_send_subbuffer):
26675 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26676 Don't attempt to create subbuffers of size 0
26677 Reduce a couple of error outputs to warnings.
26678 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26679 (gst_y4mencode_chain):
26680 Output the y4m frame header correctly.
26682 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26684 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26685 throw errors instead of allowing SIGFPE
26687 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
26689 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26690 (gst_gconf_render_bin_from_key):
26691 leak plugging and style fixing
26693 2004-03-31 David Schleef <ds@schleef.org>
26695 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26696 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26698 * gst/debug/Makefile.am:
26699 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26700 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
26702 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26703 (gst_negotiation_base_init), (gst_negotiation_class_init),
26704 (gst_negotiation_init), (gst_negotiation_getcaps),
26705 (gst_negotiation_pad_link), (gst_negotiation_chain),
26706 (gst_negotiation_set_property), (gst_negotiation_get_property),
26707 (gst_negotiation_plugin_init): New element to talk about random
26708 negotiation things happening in a pipeline.
26710 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26712 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26713 fix integer addition with help of Stefan Kost
26715 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
26717 * po/nl.po: updated Dutch translation (Elros Cyriatan)
26719 2004-03-30 David Schleef <ds@schleef.org>
26721 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26722 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
26723 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26725 * ext/mpeg2dec/gstmpeg2dec.h:
26727 2004-03-30 David Schleef <ds@schleef.org>
26729 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26731 2004-03-30 David Schleef <ds@schleef.org>
26733 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
26734 Michael Petullo) to handle .mov
26736 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26738 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26739 (gst_osselement_rate_check_rate):
26740 probe caps correctly for sound cards that only support one format
26742 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26744 * ext/kio/kiosrc.cpp: (process_events):
26745 update handling event processing if inside KDE - untested
26747 2004-03-29 David Schleef <ds@schleef.org>
26749 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26750 by 2 to not interfere with other colorspaces.
26751 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26752 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26753 one to not interfere with ffmpeg_colorspace.
26755 2004-03-29 David Schleef <ds@schleef.org>
26757 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26758 aren't in the caps.
26759 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26760 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26762 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26764 * gst-libs/gst/riff/riff-media.c:
26765 fail on error, don't try to set stuff on NULL caps
26767 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
26771 * ext/kio/Makefile.am:
26772 * ext/kio/kioreceiver.cpp:
26773 * ext/kio/kioreceiver.h:
26774 * ext/kio/kiosrc.cpp:
26775 * ext/kio/kiosrc.h:
26776 add experimental kiosrc plugin
26777 * ext/alsa/gstalsaplugin.c: (plugin_init):
26778 initialize debugging category only when we're sure registering the
26781 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
26783 * examples/gstplay/player.c: (main):
26784 * gst-libs/gst/play/play.c: (gst_play_class_init),
26785 (gst_play_set_location), (gst_play_set_data_src),
26786 (gst_play_set_video_sink), (gst_play_set_audio_sink),
26787 (gst_play_set_visualization), (gst_play_connect_visualization):
26788 check return values of element_set_state and return FALSE where
26791 2004-03-29 Benjamin Otte <otte@gnome.org>
26793 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26794 try harder to check if an event is really a discont
26796 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
26798 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26801 2004-03-28 Benjamin Otte <otte@gnome.org>
26803 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26804 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26805 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26806 get rid of non-standard "..." ranges in case statements.
26808 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
26810 * gst/mpegstream/gstmpegdemux.c:
26811 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26812 specific functionality split to the new dvddemux element.
26813 * gst/mpegstream/gstdvddemux.c:
26814 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26815 streams, derived from mpegdemux.
26816 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26817 up. SCR based timestamp rewriting can be turned off (will probably
26818 completely disappear soon).
26819 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26820 hacking. General cleanup. All printf statements replaced by
26821 debugging messages. Almost complete libdvdnav support.
26822 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26823 by events. New properties for audio and subpicture languages.
26824 (dvdnavsrc_update_highlight): Now uses events.
26825 (dvdnavsrc_user_op): Cleaned up.
26826 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26827 based). Lots of cleanup, and propper support for most libdvdnav
26829 (dvdnavsrc_make_dvd_event): New function.
26830 (dvdnavsrc_make_dvd_nav_packet_event): New function.
26831 (dvdnavsrc_make_clut_change_event): New function.
26833 2004-03-26 Benjamin Otte <otte@gnome.org>
26835 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26836 fix bug where typefinding would claim it's theora whenever less then
26837 7 bytes of data were available
26839 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
26841 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26842 (gst_alawdec_base_init), (gst_alawdec_class_init),
26843 (gst_alawdec_init), (gst_alawdec_chain):
26844 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26845 (gst_alawenc_base_init), (gst_alawenc_class_init),
26846 (gst_alawenc_init), (gst_alawenc_chain):
26847 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26848 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26849 (gst_mulawdec_init), (gst_mulawdec_chain):
26850 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26851 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26852 (gst_mulawenc_init), (gst_mulawenc_chain):
26853 Fix capsnego in all four, remove the unused property functions and
26854 simplify the chain functions slightly. I guess we could use macros
26855 or something similar for those, since the code is so similar, but
26856 I'm currently too lazy...
26858 2004-03-24 David Schleef <ds@schleef.org>
26860 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26861 (gst_osselement_close_audio), (gst_osselement_probe_caps),
26862 (gst_osselement_get_format_structure),
26863 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26864 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26865 (gst_osselement_rate_int_compare): Add code to handle rate probing
26867 * sys/oss/gstosselement.h: same
26868 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26869 Use rate probing provided by osselement.
26870 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26872 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
26874 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26875 (gst_xvidenc_get_property):
26878 2004-03-24 David Schleef <ds@schleef.org>
26880 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26881 (gst_speexdec_init):
26882 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26883 (gst_speexenc_init): Create the pad template correctly (from
26884 the static pad template, not a NULL pointer.)
26886 2004-03-25 Benjamin Otte <otte@gnome.org>
26888 * gst/debug/Makefile.am:
26889 * gst/debug/breakmydata.c:
26890 add element that quasi-randomly changes bytes in the stream.
26891 Intended use is robustness checking of demuxers and decoders in
26894 2004-03-24 Benjamin Otte <otte@gnome.org>
26896 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26897 (gst_alsa_probe_hw_params):
26898 * ext/alsa/gstalsa.h:
26899 debugging output fixes
26901 2004-03-24 Benjamin Otte <otte@gnome.org>
26903 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26904 don't g_return_if_fail if element is PLAYING, fail silently as every
26906 * gst/effectv/gstquark.c: (gst_quarktv_chain):
26907 only fix needed for cast lvalue issues in gst-plugins
26908 * gst/volenv/gstvolenv.c: (gst_volenv_init):
26911 2004-03-24 Benjamin Otte <otte@gnome.org>
26913 * gst/level/gstlevel.c: (gst_level_init):
26914 add proxying getcaps function, so level doesn't advertise impossible
26917 2004-03-24 David Schleef <ds@schleef.org>
26919 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26920 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26921 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26922 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26923 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26924 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26925 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26926 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26927 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
26928 messages. Divide the chunk size by the compression ratio
26929 (needed for MACE audio)
26931 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
26933 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26934 Fix buffer overflow read error.
26936 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
26938 * ext/alsa/gstalsa.h:
26939 Remove unused entry.
26940 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26942 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26943 (gst_videodrop_link), (gst_videodrop_chain):
26944 Fix, sort of. Was horribly broken with new capsnego. Bah...
26946 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
26948 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26950 Add a monkeysaudio typefind function
26952 2004-03-23 Johan Dahlin <johan@gnome.org>
26954 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26955 (gst_play_video_fixate): Check so the structure has the field
26956 before trying to fixate them, this makes it possible to have
26957 fakesinks for video and audio output without printing errors on
26958 the output console.
26960 2004-03-22 David Schleef <ds@schleef.org>
26962 * sys/oss/Makefile.am:
26963 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26964 (check_rate), (add_rate): Rate probing test app.
26966 2004-03-21 Benjamin Otte <otte@gnome.org>
26968 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26969 (_fixate_caps_to_int), (gst_audio_convert_fixate):
26970 add a fixation function that pretty much does the right thing (fixes
26973 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
26975 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26977 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
26979 reviewed by: Benjamin Otte <otte@gnome.org>
26981 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26982 terminate gst_event_new_discontinuous correctly (fixes parts of
26985 2004-03-19 David Schleef <ds@schleef.org>
26987 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
26988 since it doesn't depend on X, and it's part of our ABI.
26990 2004-03-19 Iain <iain@prettypeople.org>
26992 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26993 is_int in the structure, not the local variable.
26995 2004-03-19 David Schleef <ds@schleef.org>
26997 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26998 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26999 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27000 Improvements in caps negotiation.
27002 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27006 adding Afrikaans (Petri Jooste)
27008 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27010 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27011 (gst_ffmpegcolorspace_chain):
27012 throw error instead of g_critical (#137588)
27014 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27018 dist common and m4 correctly
27021 2004-03-17 David Schleef <ds@schleef.org>
27023 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
27026 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27030 adding Swedish translation (Christian Rose)
27032 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27034 * Makefile.am: use release.mak
27036 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27038 * common/ChangeLog:
27039 * common/gst-autogen.sh:
27040 add some explanation about the version detection
27044 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27046 * configure.ac: bump nano to 1
27048 === release 0.8.0 ===
27050 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27052 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27054 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27057 update libtool version
27058 * gst-libs/gst/media-info/Makefile.am:
27059 actually use libtool version
27061 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27063 * configure.ac: fix speex detection to work with 1.0 but not 1.1
27065 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27068 * gst-plugins.spec.in:
27069 * pkgconfig/Makefile.am:
27070 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27071 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27072 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27073 * pkgconfig/gstreamer-libs.pc.in:
27074 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27075 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27076 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27077 * pkgconfig/gstreamer-plugins.pc.in:
27078 remove @VERSION@ from some of the pc files since core and plugins
27080 created gstreamer-plugins.pc as it's a better name, but keeping
27081 -libs around for now to get fixes upstream done first.
27083 2004-03-15 Julien MOUTTE <julien@moutte.net>
27085 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27086 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27087 * gst-libs/gst/play/play.h:
27089 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27091 * *.c, *.cc: don't mix tabs and spaces
27093 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27095 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27096 use the new ffmpegcolorspace
27097 * gst-plugins.spec.in:
27098 package new colorspace and media-info
27100 * pkgconfig/Makefile.am:
27101 fix some more disting issues
27102 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27103 * pkgconfig/gstreamer-media-info.pc.in:
27104 generate media-info pc files
27106 2004-03-15 Johan Dahlin <johan@gnome.org>
27108 * *.h: Revert indenting
27110 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27113 adding ffmpegcolorspace element
27114 * gst/ffmpegcolorspace/Makefile.am:
27115 * gst/ffmpegcolorspace/avcodec.h:
27116 * gst/ffmpegcolorspace/common.h:
27117 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27118 * gst/ffmpegcolorspace/dsputil.h:
27119 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27120 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27121 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27122 (gst_ffmpeg_caps_to_pix_fmt):
27123 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27124 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27125 (gst_ffmpegcolorspace_caps_remove_format_info),
27126 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27127 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27128 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27129 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27130 (gst_ffmpegcolorspace_set_property),
27131 (gst_ffmpegcolorspace_get_property),
27132 (gst_ffmpegcolorspace_register):
27133 * gst/ffmpegcolorspace/imgconvert.c:
27134 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27135 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27136 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27137 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27138 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27139 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27140 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27141 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27142 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27143 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27144 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27145 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27146 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27147 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27148 (img_get_alpha_info), (deinterlace_line),
27149 (deinterlace_line_inplace), (deinterlace_bottom_field),
27150 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27151 * gst/ffmpegcolorspace/imgconvert_template.h:
27152 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27153 * gst/ffmpegcolorspace/mmx.h:
27154 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27155 adding ffmpegcolorspace element supplied by Ronald after cleaning
27156 up and pulling in the right bits of upstream source.
27157 I'm sure a better C/compiler wizard could do some cleaning up (for
27158 example use GLIB's malloc stuff), but as a first pass this
27161 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27163 * ext/alsa/gstalsa.h:
27164 I assume Ronald forgot to commit the change to have cardname
27165 as a struct member. Expect some public spanking at the next
27168 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
27170 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27171 (gst_alsa_open_audio), (gst_alsa_close_audio):
27172 * ext/alsa/gstalsa.c:
27173 Don't open the device if we're a mixer (= padless).
27174 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27175 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27176 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27177 Open mixer during state change rather than during object
27178 initialization. Also, get a device name. Currently in a somewhat
27179 hackish fashion, but I didn't really find something better.
27181 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
27183 * *.c, *.h: run gst-indent
27185 2004-03-14 Benjamin Otte <otte@gnome.org>
27187 * gst/modplug/gstmodplug.cc:
27188 * gst/modplug/gstmodplug.h:
27189 set correct timestamps on outgoing buffers
27191 2004-03-14 Benjamin Otte <otte@gnome.org>
27193 * gst/modplug/gstmodplug.cc:
27194 handle events - don't do crap when a discont arrives that's not
27196 This allows correct loading and playback of mods in Rhythmbox
27198 2004-03-14 Benjamin Otte <otte@gnome.org>
27201 * gst-libs/gst/gconf/Makefile.am:
27202 * pkgconfig/Makefile.am:
27203 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27204 they get rebuilt properly
27206 when checking for vorbis, try pkgconfig first.
27207 * gst/modplug/gstmodplug.cc:
27208 add fixate function
27210 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
27212 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27213 Fix for obvious mistake, where we first shift the offset and then
27214 read a samplesize element assuming the old offset. Note that this
27215 part still has something weird, i.e. my movies containing those
27216 don't actually play well, but at least there's something that looks
27219 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
27220 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27222 Add a typefind function for speex format
27224 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27226 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27227 (gst_asf_demux_setup_pad):
27228 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27229 instead of 0. Reason is simple: some elements have a fps range
27230 of 1-max instead of 0-max. So now ASF video actually works.
27232 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
27236 adding serbian as a language
27238 2004-03-13 Benjamin Otte <otte@gnome.org>
27240 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27241 return taglist correctly from _get function, don't gst_pad_push it.
27244 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27245 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27247 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27249 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27250 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27251 (gst_alsa_mixer_track_new):
27252 * ext/alsa/gstalsamixertrack.h:
27253 Fix ancient leftovers... MixerTrack is a GObject.
27255 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27257 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27258 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27259 Don't block during probing...
27261 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
27263 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27264 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27265 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27266 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27267 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27268 (gst_alsa_open_audio), (gst_alsa_close_audio):
27269 * ext/alsa/gstalsa.h:
27270 Add propertyprobe interface implementation, add some device-name
27271 property, all this so that it looks good in gnome-volume-control.
27273 2004-03-12 David Schleef <ds@schleef.org>
27275 * configure.ac: the Hermes library controls hermescolorspace, not
27277 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27278 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27280 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27281 * ext/sdl/sdlvideosink.h: ditto.
27282 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27284 2004-03-12 Benjamin Otte <otte@gnome.org>
27286 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27287 (gst_x_overlay_got_xwindow_id):
27288 * gst-libs/gst/xoverlay/xoverlay.h:
27289 replace XID with unsigned long to get rid of the xlibs dependency in
27290 XOverlay (fixes #137004)
27292 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27293 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27294 (gst_agingtv_setup):
27295 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27296 (gst_dicetv_base_init), (gst_dicetv_class_init),
27297 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27298 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27299 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27300 (gst_edgetv_setup), (gst_edgetv_rgb32):
27301 * gst/effectv/gsteffectv.c:
27302 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27303 (gst_quarktv_set_property):
27304 * gst/effectv/gstrev.c: (gst_revtv_get_type),
27305 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27306 (gst_revtv_setup), (gst_revtv_rgb32):
27307 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27308 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27309 (gst_shagadelictv_init), (gst_shagadelictv_setup),
27310 (gst_shagadelictv_rgb32):
27311 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27312 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27313 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27314 * gst/effectv/gstwarp.c:
27315 Port everything that can be ported to videofilter and fix up the caps.
27316 Can someone with a big-endian machine please check these?
27318 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27320 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27321 (gst_osssink_chain), (gst_osssink_change_state):
27322 Latest fixes for A/V sync, audio playback and such. This is about
27323 all... MPEG playback issues are mostly related to the async build-
27324 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27326 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27328 patch from: Stephane Loeuillet
27331 use pkg-config for some libraries, falling back to the old .m4 way
27336 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27339 * tools/Makefile.am:
27340 * tools/Makefile.in:
27341 * tools/gst-launch-ext-m.m:
27342 * tools/gst-launch-ext.1.in:
27343 * tools/gst-visualise-m.m:
27344 * tools/gst-visualise.1:
27345 * tools/gst-visualise.1.in:
27346 reorganizing generation of script tools
27348 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27350 * ext/divx/gstdivxdec.c:
27351 Downgrade priority. We prefer ffdec_mpeg4.
27352 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27353 (gst_faad_chain), (gst_faad_change_state):
27354 Fix capsnego. Doesn't work for some sounds because we don't have
27355 a 5:1 to stereo element.
27356 * ext/xvid/gstxvid.c: (plugin_init):
27358 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27359 (gst_osssink_change_state):
27360 Add discont handling.
27362 2004-03-09 Colin Walters <walters@verbum.org>
27364 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27367 2004-03-09 Benjamin Otte <otte@gnome.org>
27369 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27370 the signals take 2 arguments
27372 2004-03-09 David Schleef <ds@schleef.org>
27374 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27375 (gst_alsa_fixate): Add fixate function. (bug #136686)
27376 * ext/alsa/gstalsa.h:
27377 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27379 2004-03-09 Benjamin Otte <otte@gnome.org>
27381 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27382 (gst_mikmod_change_state):
27383 * ext/mikmod/gstmikmod.h:
27384 make mikmod's loop function not loop infinitely and call
27385 gst_element_yield anymore
27386 * gst/modplug/gstmodplug.cc:
27387 fix pad negotiation (fixes #136590)
27389 2004-03-09 David Schleef <ds@schleef.org>
27391 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
27392 doesn't conflict with the internal colorspace plugin.
27393 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
27394 satisfy the crappy-ass shell shipped by a certain vendor.
27395 * gst/videofilter/make_filter: same (bug #135299)
27397 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27399 * configure.ac: bump nano to 1
27401 === release 0.7.6 ===
27403 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27405 * configure.in: releasing 0.7.6, "There"
27407 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27409 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27410 * pkgconfig/gstreamer-play.pc.in:
27411 synchronize the two
27413 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27415 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27416 (cdparanoia_open), (cdparanoia_event):
27417 fix/add error handling
27419 add cdparanoia source
27420 * tools/Makefile.am:
27421 make scripts executable
27423 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27426 * ext/vorbis/Makefile.am:
27428 remove id3types, vorbisfile and xvideosink from the build (#133783)
27430 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
27432 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27433 Fix metadata read crash (#136537).
27435 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27437 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27438 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27439 adding mime types, fixing the one-stop function
27441 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27443 * ext/nas/nassink.c and /ext/nas/nassink.h:
27444 More NAS love from Arwed von Merkatz
27445 So lets all sing 'Can you feel the NAS tonight'
27447 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27449 * tools/gst-launch-ext.in:
27450 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27452 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27454 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27455 (gst_mpeg2dec_init):
27456 remove the user_data pad for now, because it is being used in
27457 fixating causing MPEG playback to fixate on 1000 Hz for playback.
27458 If someone knows how to fix this properly, please do.
27460 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27462 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27463 (gst_osssink_get_time):
27464 add a warning, IMO this won't get triggered anymore, remove later
27466 2004-03-07 David Schleef <ds@schleef.org>
27468 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
27469 format (bug #136470)
27471 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
27473 * gst-libs/Makefile.am:
27474 * gst-libs/gst/media-info/Makefile.am:
27475 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27476 (error_callback), (gst_media_info_error_create),
27477 (gst_media_info_error_element), (gmip_init), (gmip_reset),
27478 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27479 * gst-libs/gst/media-info/media-info-priv.h:
27480 * gst-libs/gst/media-info/media-info-test.c: (main):
27481 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27482 (gst_media_info_class_init), (gst_media_info_instance_init),
27483 (gst_media_info_set_source), (gst_media_info_read_with_idler),
27484 (gst_media_info_read_idler), (gst_media_info_read):
27485 * gst-libs/gst/media-info/media-info.h:
27486 fixed, should work now
27488 2004-03-07 Christian Schaller <Uraeus@gnome.org>
27490 * ext/nas/nassink.c:
27491 A bunch of NAS fixes from Arwed von Merkatz
27493 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27495 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27496 (qtdemux_parse_trak):
27497 Fix crash (j might be greater than n_samples, in which case we're
27498 writing outside the allocated space for the array) and memleak.
27500 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27502 * sys/oss/gstosssink.c: (gst_osssink_chain):
27503 And another caller that couldn't handle delay < 0 (unsigned
27504 integer overflow). Video now continues playing on an audio
27505 buffer underrun, and the clock continues working. Audio still
27508 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27510 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27511 (gst_osssink_get_time):
27512 get_delay() may return values lower than 0. In those cases, we
27513 should not actually cast to *unsigned* int64, that will break
27514 stuff horribly. In my case, it screwed up A/V sync in movies
27515 in totem rather badly.
27517 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27519 * ext/faac/gstfaac.c: (gst_faac_chain):
27520 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27521 * ext/libpng/gstpngenc.c: (user_write_data):
27522 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27523 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27524 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27525 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27526 Fix several misuse of gst_buffer_merge (it doesn't take ownership
27527 of any buffer), should fix some leaks. I hope I didn't unref buffers
27528 that shouldn't be...
27530 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27532 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27533 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27534 (error_callback), (gmi_reset), (gmi_seek_to_track),
27535 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27536 (gmip_find_type_post), (gmip_find_stream_post),
27537 (gmip_find_track_streaminfo_post):
27538 * gst-libs/gst/media-info/media-info-priv.h:
27539 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27540 (info_print), (main):
27541 * gst-libs/gst/media-info/media-info.c:
27542 (gst_media_info_error_create), (gst_media_info_error_element),
27543 (gst_media_info_instance_init), (gst_media_info_get_property),
27544 (gst_media_info_new), (gst_media_info_set_source),
27545 (gst_media_info_read_idler), (gst_media_info_read):
27546 * gst-libs/gst/media-info/media-info.h:
27547 first pass at making this work again. This seems to work on
27548 tagged ogg/vorbis and mp3 files.
27550 2004-03-06 Benjamin Otte <otte@gnome.org>
27552 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27553 fix huge leak: gst_buffer_merge doesn't unref the first argument
27556 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27558 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27559 report layer/mode/emphasis
27561 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27563 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27565 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27567 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27570 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27572 * ext/vorbis/vorbis.c: (plugin_init):
27573 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27574 (gst_vorbis_dec_init), (vorbis_dec_event):
27576 make vorbisdec handle _BYTE and _TIME queries
27578 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27580 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27581 from the xing header
27583 2004-03-06 Benjamin Otte <otte@gnome.org>
27585 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27586 (gst_audio_convert_link), (gst_audio_convert_change_state),
27587 (gst_audio_convert_buffer_from_default_format):
27588 do conversions from/to float correctly, fix some caps nego errors,
27589 export correct supported caps in template and getcaps, use correct
27590 caps in try_set_caps functions
27592 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27594 For some reason, I only committed a ChangeLog entry yesterday and
27595 not the corresponding code...
27596 * ext/mad/gstmad.c: Fix detection of Xing headers
27597 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27599 2004-03-06 Benjamin Otte <otte@gnome.org>
27601 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27602 (gst_ogg_demux_src_query):
27603 make sure to handle the case where there's no current chain
27606 2004-03-05 David Schleef <ds@schleef.org>
27608 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27609 Add fixate function. (bug #131128)
27610 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27611 (gst_sdlvideosink_fixate): Add fixate function.
27612 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27613 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27614 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27615 Fix missing break that was causing ulaw to be interpreted as
27618 2004-03-05 David Schleef <ds@schleef.org>
27620 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27621 Fix code that ignores return value of gst_buffer_merge().
27623 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27624 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27625 * testsuite/gst-lint: Check for above.
27627 2004-03-05 David Schleef <ds@schleef.org>
27629 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
27630 caps and throw an element error. (bug #136334)
27632 2004-03-05 David Schleef <ds@schleef.org>
27634 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27635 (gst_faad_chain): Fix negotiation.
27636 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27637 key and button events.
27638 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27640 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27642 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27643 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27644 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27645 function to encourage better negotiation, particularly between
27646 audioconvert and osssink.
27647 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27648 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
27650 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
27652 * gst/vbidec/vbiscreen.c: Add glib header
27653 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
27655 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
27657 * ext/mad/gstmad.c: Fix detection of Xing headers
27658 * gst/tags/gstid3tag.c: Changes to support TLEN tags
27660 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
27662 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27663 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27666 2004-03-06 Christophe Fergeau <teuf@gnome.org>
27668 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27669 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27670 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27671 files, and report the parsed length as a GST_TAG_DURATION tag.
27672 * gst/tags/gstid3tag.c: support TLEN (duration) tag
27674 2004-03-05 Benjamin Otte <otte@gnome.org>
27676 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27677 convert channels correctly. convert correctly to unsigned.
27679 2004-03-05 Julien MOUTTE <julien@moutte.net>
27681 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27682 we have a window before clearing it.
27684 2004-03-05 Julien MOUTTE <julien@moutte.net>
27686 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27687 have a window before clearing it.
27689 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
27691 * gconf/gstreamer.schemas.in:
27692 * gst-libs/gst/gconf/Makefile.am:
27693 version installation path the same way as for 0.6
27694 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27695 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27696 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27697 remove comment that was fixed
27699 2004-03-05 David Schleef <ds@schleef.org>
27701 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27702 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27703 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27704 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27705 Add prototype code for handling seeking and querying.
27707 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
27709 * examples/gstplay/player.c: (main):
27710 Initialize variables to NULL. Prevents a segfault because the
27711 (uninitialized) variable is not NULL, resulting in a crash on
27712 trying to reach error->message.
27714 2004-03-05 Benjamin Otte <otte@gnome.org>
27716 * gst/audioconvert/gstaudioconvert.c:
27717 (gst_audio_convert_buffer_to_default_format):
27718 make float=>int conversion work correctly even in cornercases.
27720 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
27722 * debian/README.Debian:
27723 * debian/build-deps:
27724 * debian/changelog:
27726 * debian/control.in:
27727 * debian/copyright:
27728 * debian/gstreamer-a52dec.files:
27729 * debian/gstreamer-aa.files:
27730 * debian/gstreamer-alsa.files:
27731 * debian/gstreamer-alsa.manpages:
27732 * debian/gstreamer-arts.files:
27733 * debian/gstreamer-artsd.files:
27734 * debian/gstreamer-audiofile.files:
27735 * debian/gstreamer-avifile.files:
27736 * debian/gstreamer-cdparanoia.files:
27737 * debian/gstreamer-colorspace.files:
27738 * debian/gstreamer-doc.files:
27739 * debian/gstreamer-dv.files:
27740 * debian/gstreamer-dvd.files:
27741 * debian/gstreamer-esd.files:
27742 * debian/gstreamer-festival.files:
27743 * debian/gstreamer-flac.files:
27744 * debian/gstreamer-gconf.conffiles:
27745 * debian/gstreamer-gconf.files:
27746 * debian/gstreamer-gconf.postinst:
27747 * debian/gstreamer-gnomevfs.files:
27748 * debian/gstreamer-gsm.files:
27749 * debian/gstreamer-http.files:
27750 * debian/gstreamer-jack.files:
27751 * debian/gstreamer-jpeg.files:
27752 * debian/gstreamer-mad.files:
27753 * debian/gstreamer-mikmod.files:
27754 * debian/gstreamer-misc.files:
27755 * debian/gstreamer-mpeg2dec.files:
27756 * debian/gstreamer-oss.files:
27757 * debian/gstreamer-plugin-apps.files:
27758 * debian/gstreamer-plugin-apps.manpages:
27759 * debian/gstreamer-plugin-libs-dev.files:
27760 * debian/gstreamer-plugin-libs.files:
27761 * debian/gstreamer-plugin-template.postinst:
27762 * debian/gstreamer-plugin-template.postrm:
27763 * debian/gstreamer-sdl.files:
27764 * debian/gstreamer-sid.files:
27765 * debian/gstreamer-vorbis.files:
27766 * debian/gstreamer-x.files:
27767 * debian/mk.control:
27769 Debian package info not maintained here.
27771 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
27773 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27774 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27775 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27776 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27777 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27778 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27779 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27780 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27781 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27782 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27783 * gst-libs/gst/colorbalance/colorbalance.c:
27784 (gst_color_balance_class_init):
27785 * gst-libs/gst/colorbalance/colorbalancechannel.c:
27786 (gst_color_balance_channel_class_init):
27787 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27788 * gst-libs/gst/play/play.c: (gst_play_class_init):
27789 * gst-libs/gst/propertyprobe/propertyprobe.c:
27790 (gst_property_probe_iface_init):
27791 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27792 * gst-libs/gst/tuner/tunerchannel.c:
27793 (gst_tuner_channel_class_init):
27794 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27795 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27796 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27797 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27798 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27799 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27800 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27801 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27802 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27803 fix signals to use - instead of _
27804 * ext/libcaca/gstcacasink.h:
27805 * ext/sdl/sdlvideosink.h:
27808 2004-03-04 David Schleef <ds@schleef.org>
27810 * testsuite/gst-lint: Add a check for bad signal names.
27812 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
27814 reviewed by David Schleef
27816 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27817 modified the alpha channel and caused a warning. (bug #136192)
27819 2004-04-03 Christian Schaller <Uraeus@gnome.org>
27821 * gst-plugins.spec.in:
27822 Change names of plugins to actually be correct. Try to keep things
27823 alphabetical to avoid getting beat up by Thomas
27825 2004-03-03 Julien MOUTTE <julien@moutte.net>
27827 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27828 Using ximagesink as a default if no gconf key found. We should
27829 probably consider using alsasink instead of osssink for the audio
27832 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
27835 fix --with-plugins, don't think it ever worked before
27836 * gst-plugins.spec.in:
27839 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
27841 * ext/sdl/sdlvideosink.h:
27842 * sys/ximage/ximagesink.h:
27843 * sys/xvideo/xvideosink.h:
27844 * sys/xvimage/xvimagesink.h:
27845 Fix for move of gstvideosink.h -> videosink.h.
27847 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
27849 * gst-libs/gst/xwindowlistener/Makefile.am:
27850 this is a plugin library, not a library
27852 2004-03-01 David Schleef <ds@schleef.org>
27854 * AUTHORS: Added some names. Add yourself if you're still
27857 2004-03-01 David Schleef <ds@schleef.org>
27861 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27863 * gst-plugins.spec.in: clean up spec file
27865 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27867 * gst-libs/gst/video/Makefile.am:
27868 * gst-libs/gst/video/gstvideosink.c:
27869 * gst-libs/gst/video/gstvideosink.h:
27870 rename gstvideosink.h to videosink.h to match other headers
27871 * gst/mixmatrix/Makefile.am:
27872 fix plugin filename
27873 * gst/tags/Makefile.am: fix plugin filename
27875 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27877 * gst/tags/Makefile.am: fix plugin filename
27879 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
27881 * examples/gstplay/player.c: (got_time_tick), (main):
27883 display time_tick more readably
27884 * gst/mixmatrix/Makefile.am:
27885 fix plugin file name
27887 2004-02-29 Christophe Fergeau <teuf@gnome.org>
27889 * sys/oss/gstosselement.c: (gst_osselement_probe),
27890 (device_combination_append), (gst_osselement_class_probe_devices):
27891 * sys/oss/gstosselement.h:
27892 Reworked enumeration of oss dsps and mixers so that gst-mixer works
27893 on my system using alsa oss emulation, fixes bug #135597
27895 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
27897 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27898 (gst_videodrop_chain), (gst_videodrop_change_state):
27899 * gst/videodrop/gstvideodrop.h:
27900 Work based on timestamp of input data, not based on the expected
27901 framerate from the input. The consequence is that this element now
27902 not only scales framerates, but also functions as a framerate
27903 corrector or framerate stabilizer/constantizer.
27905 2004-02-27 David Schleef <ds@schleef.org>
27907 patches from jmmv@menta.net (Julio M. Merino Vidal)
27909 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27910 GST_ELEMENT_ERROR call (bug #135634)
27911 * gst/interleave/interleave.c: (interleave_buffered_loop),
27912 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27913 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27914 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27915 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27916 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27917 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27918 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27919 Fix GST_ELEMENT_ERROR call.
27920 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27921 GST_ELEMENT_ERROR call.
27923 2004-02-27 Benjamin Otte <otte@gnome.org>
27925 * gst-libs/gst/audio/audio.h:
27926 add macro to make sure header isn't included twice
27927 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27928 don't use gst_buffer_free
27929 * gst/playondemand/filter.func:
27930 don't use gst_data_free. Free data only once.
27932 2004-02-26 David Schleef <ds@schleef.org>
27934 * gst-libs/gst/colorbalance/Makefile.am:
27935 * gst-libs/gst/mixer/Makefile.am:
27936 * gst-libs/gst/tuner/Makefile.am:
27937 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27938 should not be disted, -marshal.h files should not be installed,
27939 and -enum.h files _should_ be installed. Fix to make this the
27942 === release 0.7.5 ===
27944 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
27946 * configure.ac: release 0.7.5, "Under The Sea"
27948 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
27950 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27951 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27952 * gst/videoscale/gstvideoscale.c:
27953 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27954 assorted debug/warning fixes
27956 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
27958 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27959 (gst_videoscale_init), (gst_videoscale_chain),
27960 (gst_videoscale_set_property), (plugin_init):
27961 * gst/videoscale/gstvideoscale.h:
27962 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27963 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27964 (gst_videoscale_planar400), (gst_videoscale_packed422),
27965 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27966 (gst_videoscale_24bit), (gst_videoscale_16bit),
27967 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27968 (gst_videoscale_scale_plane_slow),
27969 (gst_videoscale_scale_point_sample),
27970 (gst_videoscale_scale_nearest),
27971 (gst_videoscale_scale_nearest_str2),
27972 (gst_videoscale_scale_nearest_str4),
27973 (gst_videoscale_scale_nearest_32bit),
27974 (gst_videoscale_scale_nearest_24bit),
27975 (gst_videoscale_scale_nearest_16bit):
27976 add debugging category and use it properly
27977 fix use of GST_PTR_FORMAT
27979 2004-02-25 Andy Wingo <wingo@pobox.com>
27981 * gst/interleave/interleave.c (interleave_buffered_loop): Always
27982 push only when channel->buffer is NULL. Prevents segfaults doing
27983 the state change after a nonlocal exit, like a scheme exception.
27985 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27986 Handle the case where the intersected caps is empty.
27988 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
27990 * gst/law/mulaw-decode.c: (mulawdec_link):
27991 * gst/law/mulaw.c: (plugin_init):
27992 fix mulawdec so it actually works again
27994 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
27996 reviewed by: David Schleef <ds@schleef.org>
27998 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27999 (gst_gamma_init), (gst_gamma_set_property),
28000 (gst_gamma_get_property), (gst_gamma_calculate_tables),
28001 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
28002 for RGB, with separate r g and b correction factors. (#131167)
28004 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
28006 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28007 only signal tags for bitrate if they're > 0 (#134894)
28009 2004-02-24 David Schleef <ds@schleef.org>
28011 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28012 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28013 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28014 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28015 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28016 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28017 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28018 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28019 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
28020 category. Attempt to fix timestamp calculation.
28022 2004-02-24 Johan Dahlin <johan@gnome.org>
28024 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28026 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
28029 * gconf/Makefile.am:
28030 * gconf/gstreamer.schemas:
28031 * gst-libs/gst/gconf/Makefile.am:
28032 * gst-libs/gst/gconf/gconf.c:
28033 version gconf schemas and install locations
28035 2004-02-23 Benjamin Otte <otte@gnome.org>
28037 * ext/xine/xineinput.c: (gst_xine_input_dispose):
28038 (gst_xine_input_subclass_init):
28039 call parent dispose.
28040 change pad template for CD reader correctly
28041 * ext/xine/Makefile.am:
28042 * ext/xine/gstxine.h:
28043 * ext/xine/xine.c: (plugin_init):
28044 * ext/xine/xineaudiosink.c:
28045 wrap audio sinks, too
28046 * gst-libs/gst/resample/private.h:
28047 * gst-libs/gst/resample/resample.c: (gst_resample_init),
28048 (gst_resample_reinit), (gst_resample_scale),
28049 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28050 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28051 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28052 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28053 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28054 * gst-libs/gst/resample/resample.h:
28055 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28056 (gst_audioscale_class_init), (gst_audioscale_link),
28057 (gst_audioscale_get_buffer), (gst_audioscale_init),
28058 (gst_audioscale_chain), (gst_audioscale_set_property),
28059 (gst_audioscale_get_property):
28060 * gst/audioscale/gstaudioscale.h:
28061 s/resample_*/gst_resample_*/i to not clobber namespaces
28063 2004-02-23 Julien MOUTTE <julien@moutte.net>
28065 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28066 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28067 (gst_riff_create_video_template_caps),
28068 (gst_riff_create_audio_template_caps),
28069 (gst_riff_create_iavs_template_caps):
28070 * gst-libs/gst/riff/riff-media.h:
28071 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28072 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28073 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28074 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28075 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28076 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28077 (gst_matroska_demux_plugin_init): First batch implementing audio and
28078 video codec tags in demuxers.
28080 2004-02-22 Benjamin Otte <otte@gnome.org>
28082 * ext/xine/Makefile.am:
28083 * ext/xine/gstxine.h:
28084 * ext/xine/xine.c: (plugin_init):
28085 * ext/xine/xineinput.c:
28086 add input plugin wrapper. Playback from files, http, mms and cdda
28088 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28089 remove leftover G_GNUC_UNUSED
28090 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28091 (gst_asf_demux_identify_guid):
28092 improve debugging output
28094 2004-02-22 Benjamin Otte <otte@gnome.org>
28096 reported by: Padraig O'Briain <padraig.obriain@sun.com>
28099 replace test -e with test -x for mkinstalldirs to be more portable.
28102 2004-02-22 Benjamin Otte <otte@gnome.org>
28104 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28106 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28107 set rank to PRIMARY
28108 * gst/volume/gstvolume.c: (plugin_init):
28112 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
28114 reviewed by Benjamin Otte <otte@gnome.org>
28116 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28117 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28119 2004-02-22 Benjamin Otte <otte@gnome.org>
28122 export [_]*{gst,Gst,GST}.* symbols from plugins
28124 2004-02-22 Christophe Fergeau <teuf@gnome.org>
28126 reviewed by: Benjamin Otte <otte@gnome.org>
28128 * ext/lame/gstlame.c: (add_one_tag):
28129 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28130 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28131 (gst_vorbisenc_metadata_set1):
28132 * gst/tags/gstid3tag.c:
28133 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28134 apply fixes from bugs #135042 (lame can't write tags) and #133817
28135 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28137 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28139 * configure.ac: Export only gst_plugin_desc from plugins.
28140 Note that this change only makes any effect with Linux using libtool
28141 1.5.2 or higher. Otherwise it is silently ignored, but it would build
28142 fine. And don't try to have several versions of libtool in different
28145 2004-02-20 Andy Wingo <wingo@pobox.com>
28147 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28148 interleave respectively.
28150 * gst/interleave/deinterleave.c: New plugin: deinterleave
28151 (replaces on oneton).
28152 * gst/interleave/interleave.c: New plugin: interleave.
28153 * gst/interleave/plugin.h: Support file.
28154 * gst/interleave/plugin.c: Support file.
28156 * configure.ac: Remove intfloat and oneton, add interleave.
28158 * ext/sndfile/gstsf.c: Handle events better.
28160 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28161 and float2int operation. int2float has scheduling problems as
28162 noted in in2float_chain.
28164 2004-02-20 Benjamin Otte <otte@gnome.org>
28166 * ext/xine/Makefile.am:
28167 * ext/xine/gstxine.h:
28169 * ext/xine/xineaudiodec.c:
28170 * ext/xine/xinecaps.c:
28171 add first version of xine plugin wrapper. Currently only wraps the
28172 QDM2 win32 DLL, and even that only in proof-of-concept quality.
28175 add xine plugin wrapper, disabled by default. Use --enable-xine to
28176 build. Note that it'll segfault on gst-register if you don't remove
28177 the goom and tvtime post plugins from xine.
28178 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28179 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28180 add extradata parsing for QDM2.
28181 change around debugging prints.
28183 2004-02-19 Benjamin Otte <otte@gnome.org>
28185 * ext/lame/gstlame.c: (gst_lame_chain):
28186 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28187 use gst_tag_list_insert when you want to insert tags
28189 2004-02-18 David Schleef <ds@schleef.org>
28191 * configure.ac: Move massink to gst-rotten
28193 * ext/mas/Makefile.am:
28194 * ext/mas/massink.c:
28195 * ext/mas/massink.h:
28197 2004-02-18 David Schleef <ds@schleef.org>
28199 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28200 typefinding, since it seems to be worse than nothing.
28201 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
28202 atom to recognize .mp4 and .m4a files as video/quicktime.
28204 2004-02-18 David Schleef <ds@schleef.org>
28206 * gst/sine/demo-dparams.c: (quit_live),
28207 (dynparm_log_value_changed), (dynparm_value_changed), (main):
28208 Use double dparams, not float.
28209 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28210 (gst_sinesrc_init): Change sync default to FALSE, since multiple
28211 sync'd elements don't really work correctly.
28212 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28213 (volume_update_volume), (volume_get_property): Change dparam
28216 2004-02-18 Julien MOUTTE <julien@moutte.net>
28218 * sys/ximage/ximagesink.c:
28219 (gst_ximagesink_xwindow_update_geometry),
28220 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28221 (gst_ximagesink_change_state), (gst_ximagesink_expose),
28222 (gst_ximagesink_init): Rework the way software video scaling works. So
28223 now we check on each chain call if the video frames are feeling the
28224 window. If not we try to renegotiate caps. On failure we memorize that
28225 and we won't try again for that PLAYING sessions.
28226 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28228 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28231 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28233 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28234 break up _link so we can give a better debug message for errors
28236 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28238 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28239 set up debug category
28241 2004-02-18 Julien MOUTTE <julien@moutte.net>
28243 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28244 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28245 the way renegotiation work. The event handling function is not taking
28246 care of external windows and renegotiate method check for pad flags
28247 NEGOTIATING. Should fix : #133209
28249 2004-02-17 Julien MOUTTE <julien@moutte.net>
28251 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28252 pad is negotiating before trying renegotiation.
28254 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
28256 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28257 pass on all possible mime types as typefind hints
28259 2004-02-17 Julien MOUTTE <julien@moutte.net>
28261 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28262 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28263 possible SHM leak if we crash. All other apps using XShm are doing
28266 2004-02-17 Julien MOUTTE <julien@moutte.net>
28268 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28269 (gst_ximagesink_expose): Renegotiate size on expose.
28270 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28273 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
28275 * testsuite/alsa/sinesrc.c:
28276 cosmetic fix to fix compile issue with gcc 2.95.4
28278 2004-02-16 Julien MOUTTE <julien@moutte.net>
28280 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28281 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28282 failed opening the audio device.
28283 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28284 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28285 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28286 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28287 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28288 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28289 (gst_ximagesink_change_state), (gst_ximagesink_chain),
28290 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28291 Removing some useless g_return_if_fail like wingo suggested.
28292 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28293 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28294 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28295 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28296 (gst_xvimagesink_update_colorbalance),
28297 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28298 (gst_xvimagesink_xcontext_clear),
28299 (gst_xvimagesink_get_fourcc_from_caps),
28300 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28301 (gst_xvimagesink_set_xwindow_id),
28302 (gst_xvimagesink_colorbalance_list_channels),
28303 (gst_xvimagesink_colorbalance_set_value),
28304 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28305 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28307 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
28309 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28310 throw error when not negotiated instead of asserting
28312 2004-02-15 Julien MOUTTE <julien@moutte.net>
28314 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28315 correct data refcounting.
28317 2004-02-15 Julien MOUTTE <julien@moutte.net>
28319 * gst/switch/gstswitch.c: (gst_switch_change_state),
28320 (gst_switch_class_init): Cleaning the sinkpads correctly on state
28321 change, mostly the EOS flag.
28323 2004-02-15 Julien MOUTTE <julien@moutte.net>
28325 * examples/gstplay/player.c: (got_eos), (main): Adding some
28326 output for debugging.
28327 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28328 timeouts if we go to any state different from PLAYING.
28329 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28330 more EOS bugs in riff lib.
28332 2004-02-14 Julien MOUTTE <julien@moutte.net>
28334 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28335 visualization until i find a way to fix switch correctly.
28336 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28338 * gst/switch/gstswitch.c: (gst_switch_release_pad),
28339 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28340 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28341 Reworked switch to get a more correct behaviour with events and refing
28342 of data stored in sinkpads.
28343 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28344 we don't pull from a pad in EOS.
28346 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28348 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28349 remove v1 tag even if we can't read it (makes sure we don't detect
28352 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28354 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28355 (gst_alsa_xrun_recovery):
28356 * ext/alsa/gstalsa.h:
28357 try xrun recovery when wait failed. Make xrun recovery function
28358 return TRUE/FALSE to indicate success. (might fix #134354)
28360 2004-02-13 David Schleef <ds@schleef.org>
28362 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28363 (dynparm_value_changed), (main): Convert from float to double.
28364 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28366 2004-02-13 David Schleef <ds@schleef.org>
28368 * gst/silence/gstsilence.c: (gst_silence_class_init),
28369 (gst_silence_set_clock), (gst_silence_get),
28370 (gst_silence_set_property), (gst_silence_get_property):
28371 * gst/silence/gstsilence.h: Add sync property.
28372 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28373 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28374 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28375 * gst/sine/gstsinesrc.h: Add sync property.
28377 2004-02-13 David Schleef <ds@schleef.org>
28379 * gst/intfloat/gstint2float.c: (conv_f32_s16),
28380 (gst_int2float_chain_gint16): Change stdint usage to glib types.
28382 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28386 * gst-libs/ext/Makefile.am:
28387 move ffmpeg plugin to gst-ffmpeg module
28389 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28391 * configure.ac: use GST_ARCH to detect architecture
28393 2004-02-12 Julien MOUTTE <julien@moutte.net>
28395 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28397 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
28399 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28400 classify LADSPA plugins based on number of src/sink pads
28401 (#133663, Stefan Kost)
28402 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28403 fix dparams registration
28404 (#133528, Stefan Kost)
28405 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28406 fix use of isprint and use g_ascii_isprint instead
28407 (#133316, Stefan Kost)
28409 2004-02-11 David Schleef <ds@schleef.org>
28411 Convert a few inner loops to use liboil. This is currently
28412 optional, and is only enabled if liboil is present (duh!).
28413 * configure.ac: Check for liboil-0.1
28414 * gst/intfloat/Makefile.am:
28415 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28416 (gst_int2float_chain_gint16):
28417 * gst/videofilter/Makefile.am:
28418 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28419 (tablelookup_u8), (gst_videobalance_planar411):
28420 * gst/videotestsrc/Makefile.am:
28421 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28422 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28423 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28424 (paint_hline_RGB565), (paint_hline_xRGB1555):
28426 2004-02-11 David Schleef <ds@schleef.org>
28428 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28429 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28430 (gst_colorspace_getcaps), (gst_colorspace_link),
28431 (gst_colorspace_base_init), (gst_colorspace_init),
28432 (gst_colorspace_chain), (gst_colorspace_change_state),
28433 (plugin_init): Merge Ronald's patch (bug #117897) and update
28434 for new caps and negotiation. Seems to work, although it
28435 shows off bugs in lcs.
28437 2004-02-11 David Schleef <ds@schleef.org>
28439 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28440 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28442 2004-02-11 David Schleef <ds@schleef.org>
28444 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28445 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28446 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28447 Add server and port properties
28449 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28454 * m4/as-liblame.m4:
28455 * m4/as-slurp-ffmpeg.m4:
28456 * m4/check-libheader.m4:
28463 * m4/gst-ivorbis.m4:
28464 * m4/gst-matroska.m4:
28466 * m4/gst-shout2.m4:
28474 fix underquotedness of macros (#133800)
28475 * m4/as-avifile.m4:
28477 removed because no longer used
28479 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28482 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28483 by autopoint (fixes #132996)
28485 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
28487 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28488 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28489 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28490 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28493 2004-02-11 David Schleef <ds@schleef.org>
28495 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28496 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28497 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28498 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28499 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28500 (gst_jpegenc_class_init), (gst_jpegenc_init),
28501 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28502 (gst_jpegenc_chain), (gst_jpegenc_set_property),
28503 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
28504 * ext/jpeg/gstjpegenc.h: Fix negotiation.
28506 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
28508 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28509 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28510 * ext/mikmod/gstmikmod.h:
28511 fix caps negotiation in mikmod
28512 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28513 output debug information
28515 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
28517 * gst-libs/gst/colorbalance/Makefile.am:
28518 * gst-libs/gst/navigation/Makefile.am:
28519 * gst-libs/gst/xoverlay/Makefile.am:
28520 remove unused GST_OPT_CFLAGS from Makefiles
28521 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28523 2004-02-07 David Schleef <ds@schleef.org>
28525 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28526 push events to pads that haven't been created (#133508)
28528 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
28530 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28531 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28532 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28533 (gst_dvdec_loop), (gst_dvdec_change_state):
28534 Second attempt at committing a working dvdec element.
28536 2004-02-06 David Schleef <ds@schleef.org>
28538 Build fixes for OS X: (see #129600)
28539 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28540 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28541 (gst_riff_read_strf_iavs):
28542 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28543 (gst_avi_demux_stream_odml):
28544 * gst/playondemand/Makefile.am:
28545 * gst/rtp/rtp-packet.c:
28547 2004-02-05 David Schleef <ds@schleef.org>
28549 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28550 last change, because it Just Doesn't Compile.
28552 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28554 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28555 skip undecodable id3v2 tag instead of keeping it
28557 2004-02-05 David Schleef <ds@schleef.org>
28559 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28560 Unref leaked buffer. (Noticed by Ronald)
28562 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
28564 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28565 Sync requires with other checks. >= vs =.
28567 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
28569 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28570 (gst_dvdec_video_link), (gst_dvdec_loop):
28571 * ext/dv/gstdvdec.h:
28572 rework the caps negotiation so that dvdec works again instead
28573 of just segfaulting.
28575 === release 0.7.4 ===
28577 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
28579 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28580 * configure.ac: changed for release
28582 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
28584 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28585 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28586 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28587 * pkgconfig/gstreamer-play-uninstalled.pc.in:
28588 reworked patch by David Lehn to fix libdir and includedir for
28589 uninstalled libraries
28590 removed play and gconf from gstreamer-libs since they have their
28591 own pkgconfig files
28593 2004-02-04 David Schleef <ds@schleef.org>
28595 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28598 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28600 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28601 use correct GST_TAG_ENCODER tag
28603 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
28605 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28606 be sure to stop the clock when going to paused
28607 * sys/oss/gstosssink.c: (gst_osssink_change_state):
28608 reset number of transmitted when going to ready.
28611 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
28613 reviewed by Benjamin Otte
28615 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28616 extract track count (fixes #133410)
28618 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28620 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28621 that should be !=, not == (fixes #132519)
28623 2004-02-04 David Schleef <ds@schleef.org>
28625 Make sure set_explicit_caps() is called before adding pad.
28626 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28627 * gst/id3/gstid3types.c: (gst_id3types_loop):
28628 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28629 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28631 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28634 bump nano to 2, first prerelease
28635 put back AM_PROG_LIBTOOL
28637 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
28639 * testsuite/alsa/Makefile.am:
28640 these are user test apps, not automatic testsuite tests
28642 2004-02-04 David Schleef <ds@schleef.org>
28644 Convert GST_DEBUG_CAPS() to GST_DEBUG():
28645 * gst/mpeg1videoparse/gstmp1videoparse.c:
28646 (mp1videoparse_parse_seq):
28647 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28648 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28649 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28650 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28651 (gst_xvideosink_getcaps):
28652 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28653 * testsuite/gst-lint: more tests
28655 2004-02-04 David Schleef <ds@schleef.org>
28657 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28658 with the code that they would expand to.
28659 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28660 (gst_flacdec_get_src_query_types),
28661 (gst_flacdec_get_src_event_masks):
28662 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28663 (gst_gnomevfssrc_get_query_types),
28664 (gst_gnomevfssrc_get_event_mask):
28666 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
28668 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28669 (gst_sinesrc_dispose):
28670 fix memleak by properly disposing sinesrc
28672 2004-02-04 Julien MOUTTE <julien@moutte.net>
28674 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28675 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28676 an overlay to redraw the image because it has been exposed.
28677 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28678 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28679 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28680 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28682 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28683 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28684 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28685 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28688 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28690 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28691 more memleak fixage
28693 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28695 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28696 * gst/typefind/gsttypefindfunctions.c:
28697 fix memleaks shown by gst-typefind
28699 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28701 * common/glib-gen.mak:
28702 add hack rule to touch .Plo files
28703 * gst-libs/gst/colorbalance/Makefile.am:
28704 * gst-libs/gst/mixer/Makefile.am:
28705 * gst-libs/gst/play/Makefile.am:
28706 * gst-libs/gst/tuner/Makefile.am:
28707 remove glib_root variable
28709 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28711 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28712 set explicit caps before adding the element, so the autopluggers can
28714 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28715 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28716 (mpeg_video_type_find), (mpeg_video_stream_type_find),
28718 fix memleaks in typefind functions. gst_type_find_suggest takes a const
28721 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
28723 * gst-libs/gst/colorbalance/Makefile.am:
28724 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28725 * gst-libs/gst/colorbalance/colorbalance.c:
28726 * gst-libs/gst/colorbalance/colorbalance.h:
28727 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28728 * gst-libs/gst/mixer/Makefile.am:
28729 * gst-libs/gst/mixer/mixer-marshal.list:
28730 * gst-libs/gst/mixer/mixer.c:
28731 * gst-libs/gst/mixer/mixer.h:
28732 * gst-libs/gst/mixer/mixermarshal.list:
28733 * gst-libs/gst/play/Makefile.am:
28734 * gst-libs/gst/play/play.h:
28735 * gst-libs/gst/tuner/Makefile.am:
28736 * gst-libs/gst/tuner/tuner-marshal.list:
28737 * gst-libs/gst/tuner/tuner.c:
28738 * gst-libs/gst/tuner/tuner.h:
28739 * gst-libs/gst/tuner/tunermarshal.list:
28740 use new glib-gen.mak snippet to clean up Makefile.am
28741 fix various bugs in Makefile.am's
28743 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28745 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28746 handle chain parsing correctly in the multichain case
28747 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28748 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28749 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28750 (theora_dec_chain):
28751 handle events and queries correctly
28753 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28756 Ignore generated file _stdint.h.
28758 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28760 * gst-libs/gst/colorbalance/Makefile.am:
28761 * gst-libs/gst/colorbalance/colorbalance.h:
28762 * gst-libs/gst/mixer/Makefile.am:
28763 * gst-libs/gst/mixer/mixer.h:
28764 * gst-libs/gst/play/Makefile.am:
28765 * gst-libs/gst/play/play.h:
28766 * gst-libs/gst/tuner/Makefile.am:
28767 * gst-libs/gst/tuner/tuner.h:
28768 Generate enum type code with glib-mkenums.
28769 * gst-libs/gst/colorbalance/.cvsignore:
28770 * gst-libs/gst/mixer/.cvsignore:
28771 * gst-libs/gst/play/.cvsignore:
28772 * gst-libs/gst/tuner/.cvsignore:
28773 Ignore generated files.
28775 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28777 * gst-libs/gst/audio/.cvsignore:
28778 Ignore generated file.
28779 * gst-libs/gst/audio/Makefile.am:
28780 Do not install example filter.
28782 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
28784 * examples/switch/.cvsignore:
28785 Ignore generated file.
28787 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
28789 * common/m4/ax_create_stdint_h.m4:
28791 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28794 remove generated _stdint.h in DISTCLEANFILES
28795 * ext/a52dec/gsta52dec.c:
28796 include _stdint.h for a52dec. (should fix #133064)
28798 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
28800 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28801 (gst_tag_to_vorbis_comments):
28802 Add replaygain support to vorbistag
28804 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
28805 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28806 (gst_ffmpeg_caps_to_extradata):
28807 Fix SVQ3 caps flag properties
28808 Use glib macro for bytes swap
28810 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28812 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28813 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28814 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28815 * ext/sndfile/gstsf.c: (plugin_init):
28816 * gst/avi/gstavi.c: (plugin_init):
28817 * sys/dxr3/dxr3init.c: (plugin_init):
28818 * sys/oss/gstossaudio.c: (plugin_init):
28819 * sys/v4l/gstv4l.c: (plugin_init):
28820 * sys/v4l2/gstv4l2.c: (plugin_init):
28821 remove textdomain calls
28823 update Dutch translation
28825 2004-02-02 Julien MOUTTE <julien@moutte.net>
28827 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28828 (gst_play_set_audio_sink): Moving volume in the audio thread for
28829 instantaneous volume change. Maybe i will add another volume in front
28830 of visualization later, not sure yet though.
28832 2004-02-02 Julien MOUTTE <julien@moutte.net>
28834 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28835 (gst_ximagesink_handle_xevents): Better X events handling, only take
28836 the latest events for configure and motion.
28837 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28839 2004-02-02 Jon Trowbridge <trow@gnu.org>
28841 reviewed by: David Schleef <ds@schleef.org>
28844 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28845 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28847 2004-02-02 David Schleef <ds@schleef.org>
28849 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
28851 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28852 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28853 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28854 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28855 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28856 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28857 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28858 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28859 (gst_float2_2_int_link):
28860 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28861 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28862 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28863 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28864 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28865 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28866 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28867 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28868 * testsuite/gst-lint: Add tests for bzero and ;;
28870 2004-02-02 David Schleef <ds@schleef.org>
28872 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28874 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
28876 * ext/aalib/gstaasink.c: (gst_aasink_open):
28877 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28878 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28879 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28880 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28881 (gst_afsink_close_file):
28882 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28883 (gst_afsrc_close_file):
28884 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28885 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28886 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28887 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28888 * ext/esd/esdmon.c: (gst_esdmon_get):
28889 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28890 * ext/faac/gstfaac.c: (gst_faac_chain):
28891 * ext/faad/gstfaad.c: (gst_faad_chain):
28892 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28893 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28894 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28895 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28896 (gst_flacdec_loop):
28897 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28898 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28899 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28900 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28901 (gst_gnomevfssink_close_file):
28902 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28903 (gst_gnomevfssrc_open_file):
28904 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28905 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28906 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28907 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28908 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28909 * ext/mad/gstmad.c: (gst_mad_chain):
28910 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28911 * ext/mpeg2dec/gstmpeg2dec.c:
28912 * ext/mpeg2enc/gstmpeg2enc.cc:
28913 * ext/mplex/gstmplex.cc:
28914 * ext/mplex/gstmplexibitstream.cc:
28915 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28916 (gst_ogg_demux_push):
28917 * ext/raw1394/gstdv1394src.c:
28918 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28919 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28920 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28922 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28923 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28924 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28925 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28926 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28927 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28928 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28929 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28930 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28931 (gst_riff_read_element_data), (gst_riff_read_seek),
28932 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28933 * gst/adder/gstadder.c: (gst_adder_loop):
28934 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28935 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28936 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28937 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28938 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28939 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28940 * gst/goom/gstgoom.c: (gst_goom_chain):
28941 * gst/id3/gstid3types.c: (gst_id3types_loop):
28942 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28943 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28944 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28945 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28946 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28947 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28948 (gst_ebml_read_float), (gst_ebml_read_header):
28949 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28950 (gst_matroska_demux_parse_blockgroup):
28951 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28952 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28953 * gst/oneton/gstoneton.c: (gst_oneton_chain):
28954 * gst/silence/gstsilence.c: (gst_silence_get):
28955 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28956 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28957 * gst/speed/gstspeed.c: (speed_loop):
28958 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28959 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28960 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28961 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28962 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28963 (gst_wavparse_loop):
28964 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28965 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28966 (dxr3audiosink_close):
28967 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28968 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28969 (dxr3videosink_close), (dxr3videosink_write_data):
28970 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28971 * sys/oss/gstosssink.c: (gst_osssink_chain):
28972 * sys/oss/gstosssrc.c: (gst_osssrc_get):
28973 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28974 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28975 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28976 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28977 (gst_v4l_set_window), (gst_v4l_enable_overlay):
28978 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28979 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28980 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28981 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28982 (gst_v4l_set_audio):
28983 * sys/v4l/v4l_calls.h:
28984 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28985 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28986 (gst_v4lmjpegsink_playback_init),
28987 (gst_v4lmjpegsink_playback_start):
28988 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28989 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28990 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28991 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28992 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28993 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28994 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28995 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28996 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28997 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28998 (gst_v4l2_get_output), (gst_v4l2_set_output),
28999 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29000 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29001 (gst_v4l2_set_attribute):
29002 * sys/v4l2/v4l2_calls.h:
29003 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29004 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29005 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29006 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29007 (gst_v4l2src_capture_stop):
29008 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29009 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29010 (gst_ximagesink_chain):
29011 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29012 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29013 (gst_xvideosink_xwindow_new):
29014 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29015 (gst_xvimagesink_chain):
29017 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29019 * gst/volume/gstvolume.c: (gst_volume_set_volume),
29020 (gst_volume_get_volume), (volume_class_init), (volume_init),
29021 (volume_chain_int16), (volume_update_volume):
29022 * gst/volume/gstvolume.h:
29023 make code more readable by removing magic numbers
29024 make mixer interface export 0-100 range
29025 make it internally map to 0.0-1.0 range so users don't distort
29026 output by putting the sliders at full volume
29028 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29030 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29031 (gst_play_state_change), (gst_play_seek_to_time):
29032 block the tick callback for 0.5 secs after doing a seek
29034 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29036 * gst-libs/gst/play/play.c: (gst_play_new):
29039 2004-02-01 Julien MOUTTE <julien@moutte.net>
29041 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29042 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29043 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29044 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29045 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29046 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29048 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
29051 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29052 check for a function added in vorbis 1.1
29054 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29056 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29057 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29058 really start/stop clock only on PLAYING <=> PAUSED
29059 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29060 remove \n from debugging lines
29061 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29062 make it work when seeking does not
29063 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29066 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29068 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29069 start clock on PAUSED=>PLAYING, not later
29070 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29071 extract correct time for different discont formats
29072 (gst_alsa_sink_get_time):
29073 don't segfault when no format is negotiated yet, just return 0
29074 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29075 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29076 (gst_ogg_pad_push):
29077 handle flush and discont events correctly
29078 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29079 handle discont events correctly
29081 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
29083 * gst-libs/gst/play/play.c: (gst_play_error_quark),
29084 (gst_play_error_create), (gst_play_error_plugin),
29085 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29086 * gst-libs/gst/play/play.h:
29087 add error handling during creation
29088 * examples/gstplay/player.c: (main):
29089 use new gst_play_new
29092 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29094 * ext/theora/theoradec.c: (theora_dec_chain):
29096 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29097 (vorbis_dec_src_event), (vorbis_dec_chain):
29098 add encoder tag, fix tag reading to be more error tolerant, change
29099 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29100 gst_pad_event_default.
29101 * gst/tags/gstvorbistag.c:
29102 (gst_tag_list_from_vorbiscomment_buffer):
29103 undefine function specific define at end of function
29105 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
29107 * ext/flac/gstflac.c: (plugin_init):
29108 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29109 * ext/flac/gstflacdec.h:
29110 * ext/flac/gstflacenc.h:
29113 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
29115 * examples/gstplay/player.c: s/gstplay.h/play.h/
29117 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29119 * gst-libs/gst/play/Makefile.am:
29120 * gst-libs/gst/play/gstplay.c:
29121 * gst-libs/gst/play/gstplay.h:
29122 * gst-libs/gst/play/play.c:
29123 more surgery, operation complete
29125 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29127 * gst-libs/gst/play/play.old.c:
29128 * gst-libs/gst/play/play.old.h:
29129 after CVS surgery by moving, remove
29130 * gst-libs/gst/play/playpipelines.c:
29133 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29134 add negotiation error
29136 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29138 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29139 (gst_ogg_demux_push):
29140 add some seeking debug info
29141 send a flush when seeking
29143 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29149 * ext/theora/Makefile.am:
29150 * ext/theora/theoradec.c:
29151 add theora video decoder. Does just do simple decoding for now and
29152 has been tested against Theora cvs only. It only works when theora
29153 is compiled with --enable-static.
29154 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29155 always reset packetno on DISCONT
29157 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29159 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29162 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29164 * gst/mpegaudioparse/gstmpegaudioparse.c:
29165 (mp3_type_frame_length_from_header):
29166 Fix header parsing - stolen from ffmpeg (thank you! :) ).
29168 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29170 * ext/esd/esdsink.c: (gst_esdsink_init):
29171 Since we have static pad template caps, we don't need to negotiate;
29172 either the core errors out or we know the format.
29174 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29176 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29177 (gst_riff_read_seek):
29178 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29179 (gst_ebml_read_seek):
29180 Fix event handling.
29182 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29184 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29185 removee video/x-theora from vp3 decoder, it doesn't handle raw
29187 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29188 fix bug with finalizing element that never went to PAUSED
29189 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29190 length and position queries were swapped
29191 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29192 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29193 (vorbis_dec_src_event):
29194 implement querying time and bytes
29196 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29198 * just about every source file:
29199 gst_element_error -> GST_ELEMENT_ERROR
29201 2004-01-29 Julien MOUTTE <julien@moutte.net>
29203 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29204 emiting FLUSH and even before DISCONT.
29205 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29206 get the best instant seeking as possible yay!
29208 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
29210 * gst/mpeg1videoparse/gstmp1videoparse.c:
29211 (gst_mp1videoparse_real_chain):
29212 Committed wrong version last week... Grr... Didn't notice until now.
29214 2004-01-29 Julien MOUTTE <julien@moutte.net>
29216 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29217 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29218 have_xwindow_id signal in xwindow_create.
29220 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
29222 * ext/ogg/gstoggdemux.c:
29223 lots of changes - mainly support for chained bitstreams, seeking,
29224 querying and bugfixes of course
29225 * ext/vorbis/Makefile.am:
29226 * ext/vorbis/vorbisdec.c:
29227 * ext/vorbis/vorbisdec.h:
29228 add vorbisdec raw vorbis decoder
29229 * ext/vorbis/vorbis.c: (plugin_init):
29230 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29231 * gst/intfloat/Makefile.am:
29232 * gst/intfloat/float22int.c:
29233 * gst/intfloat/float22int.h:
29234 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29235 add float2intnew plugin. It converts multichannel interleaved float to
29236 multichannel interleaved int. The name should probably be changed.
29237 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29239 add typefinding for raw theora video so oggdemux can detect it.
29241 2004-01-28 Julien MOUTTE <julien@moutte.net>
29243 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29244 sink element first.
29245 * gst/videoscale/gstvideoscale.c:
29246 (gst_videoscale_handle_src_event): Fixing src event handler.
29248 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
29250 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29251 (gst_v4lsrc_open), (gst_v4lsrc_close),
29252 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29253 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29254 * sys/v4l/gstv4lsrc.h:
29255 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29256 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29257 Implement resizing... Hack. But that's why v4l is b0rked...
29259 2004-01-28 Julien MOUTTE <julien@moutte.net>
29261 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29262 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29263 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29264 (gst_ximagesink_xwindow_destroy):
29265 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29266 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29267 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29268 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29269 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29270 correctly cleaning the image created to check xshm calls on succes,
29271 added a lot of XSync calls in X11 functions, and fixed a segfault when
29272 no image format was defined before negotiation happened.
29274 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
29276 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29277 use gst_element_get_time to get correct time
29279 2004-01-28 Julien MOUTTE <julien@moutte.net>
29281 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29282 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29283 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29284 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29285 (gst_xvimagesink_check_xshm_calls),
29286 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29287 X plugins are now able to detect that XShm calls will fail even if the
29288 server claims that it has XShm support (remote displays most of the
29289 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29290 so that we use non XShm functions. This feature is almost useless for
29291 xvimagesink as Xv is not supported on remote displays anyway, but
29292 it might happen than even on the local display XShm calls fail.
29294 2004-01-27 David Schleef <ds@schleef.org>
29296 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29297 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29298 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
29299 changed esdsink to only use 44100,16,2, since esd sucks at rate
29300 conversion and esdsink has had difficulty negotiating.
29302 2004-01-27 Julien MOUTTE <julien@moutte.net>
29304 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29305 (gst_play_seek_to_time): Fixing the way to get current position.
29307 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29309 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29310 use gst_element_get_time to get correct time
29312 2004-01-27 Julien MOUTTE <julien@moutte.net>
29314 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29315 fix ever... Inverting 2 lines of code make spider autoplug correctly
29318 2004-01-27 David Schleef <ds@schleef.org>
29320 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29321 Use gst_pad_try_set_caps_nonfixed().
29323 2004-01-27 David Schleef <ds@schleef.org>
29325 * gst/ac3parse/gstac3parse.c: update to checklist 5
29326 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
29327 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29328 * gst/audioscale/gstaudioscale.c: same
29329 * gst/auparse/gstauparse.c: same
29330 * gst/avi/gstavidemux.c: same
29332 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29334 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29335 stop processing after EOS
29337 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29339 * gst/asfdemux/asfheaders.h:
29340 * gst/asfdemux/gstasfdemux.c:
29341 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29342 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29343 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29344 lot's of fixes to make data extraction simpler and get the code
29345 architecture and compiler independant. Add debugging category
29346 * gst/goom/gstgoom.c: (gst_goom_change_state):
29347 reset channel count on PAUSED=>READY, not READY=>PAUSED
29349 2004-01-26 Colin Walters <walters@verbum.org>
29351 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29352 code to pull a bigger buffer in iradio mode. This as a side effect
29353 makes typefinding work.
29355 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29357 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29358 Fix SVQ3 decoding on PPC
29360 2004-01-26 Julien MOUTTE <julien@moutte.net>
29362 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29363 that one managed to stay there... Fixed.
29365 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29367 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29368 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29369 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29370 (qtdemux_video_caps):
29371 * gst/qtdemux/qtdemux.h:
29372 Add SVQ3 specific flags to qtdemux and ffmpeg
29374 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
29376 * gst-libs/gst/audio/audio.h:
29377 remove buffer-frames from audio caps
29378 * gst/audioconvert/gstaudioconvert.c:
29379 fix plugin to really work.
29381 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29383 * gst-libs/gst/mixer/mixer.c:
29384 * gst-libs/gst/propertyprobe/propertyprobe.c:
29385 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29386 (gst_tuner_find_channel_by_name):
29387 * gst-libs/gst/tuner/tuner.h:
29388 Add gtk-doc style comments. Also fix a function name.
29390 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29392 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29393 (gst_divxdec_negotiate):
29394 Fix for new capsnego - also fixes gst-player with divxdec.
29396 2004-01-25 Julien MOUTTE <julien@moutte.net>
29398 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29399 (gst_play_identity_handoff), (gst_play_set_location),
29400 (gst_play_set_visualization), (gst_play_connect_visualization): Another
29401 try in visualization implementation. Still have an issue with switch
29402 blocking when pulling from video_queue and only audio comes out of
29404 * gst/switch/gstswitch.c: (gst_switch_release_pad),
29405 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29406 release method. And check if the pad is usable before pulling.
29408 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29410 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29411 (gst_videobalance_init),
29412 (gst_videobalance_colorbalance_list_channels),
29413 (gst_videobalance_colorbalance_set_value),
29414 (gst_videobalance_colorbalance_get_value),
29415 (gst_videobalance_update_properties),
29416 (gst_videobalance_update_tables_planar411),
29417 (gst_videobalance_planar411):
29418 * gst/videofilter/gstvideobalance.h:
29419 Implement lookup-tables. +/- 10x faster.
29421 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29423 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29424 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29425 The index reading was broken. The rest worked fine, but the whole
29426 goal of my rewrite was to make avidemux readable, and this was
29427 not at all readable. Please use typed variables.
29429 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29431 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29432 Additional pad usability check.
29433 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29434 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29435 (gst_mp1videoparse_real_chain):
29436 Fix MPEG video stream parsing. The original plugin had several
29437 issues, including not timestamping streams where the source was
29438 not timestamped (this happens with PTS values in mpeg system
29439 streams, but MPEG video is also a valid stream on its own so
29440 that needs timestamps too). We use the display time code for that
29441 for now. Also, if one incoming buffer contains multiple valid
29442 frames, we push them all on correctly now, including proper EOS
29443 handling. Lastly, several potential segfaults were fixed, and we
29444 properly sync on new sequence/gop headers to include them in next,
29445 not previous frames (since they're header for the next frame, not
29446 the previous). Also see #119206.
29447 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29449 Move caps setting so we only do it after finding several valid
29450 MPEG-1 fraes sequentially, not right after the first one (which
29451 might be coincidental).
29452 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29453 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29455 Add unsynced MPEG video stream typefinding, and change some
29456 probability values so we detect streams rightly. The idea is as
29457 follows: I can have an unsynced system stream which contains
29458 video. In the current code, I would randomly get a type for either
29459 system or video stream type found, because the probabilities are
29460 being calculated rather randomly. I now use fixed values, so we
29461 always prefer system stream if that was found (and that is how it
29462 should be). If no system stream was found, we can still identity the stream as video-only.
29464 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29466 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29467 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29468 don't write to buffer. Extract data without the need of
29469 __attribute__ ((packed))
29471 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29473 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29474 (mpeg1_sys_type_find):
29475 Fix MPEG-1 stream typefinding.
29477 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29479 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29480 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29482 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29484 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29485 * ext/esd/gstesd.c: (plugin_init):
29486 private debugging, better error reporting
29488 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29490 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29491 (gst_riff_read_init), (gst_riff_read_change_state):
29492 * gst-libs/gst/riff/riff-read.h:
29493 Remove stuff fromold metadata system.
29495 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29497 * ext/ogg/gstoggdemux.c:
29498 Fix wrong file comment.
29499 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29500 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29501 Add metadata reading properly.
29503 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29506 Fix nas DIST_SUBDIRS
29508 Fix bug where make distcheck doesn't get run on adding stuff to
29511 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29513 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29514 * ext/divx/gstdivxdec.h:
29515 Fix divx3 ("msmpeg4") playback using divxdec.
29517 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29519 * gst/typefind/gsttypefindfunctions.c:
29520 (mp3_type_frame_length_from_header): fix bug in length computation
29521 (mp3_type_find): improve debugging output
29523 2004-01-23 Julien MOUTTE <julien@moutte.net>
29525 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29526 (gst_play_set_location), (gst_play_seek_to_time),
29527 (gst_play_set_audio_sink), (gst_play_set_visualization),
29528 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29529 the pipeline from scratch. Visualization is back and switch went out as
29530 i realized it was not possible to use the way i wanted.
29531 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29532 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29533 clearing in state change from READY to NULL. So that one can clean the
29534 X ressources keeping the element.
29535 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29536 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29537 (gst_xvimagesink_colorbalance_set_value),
29538 (gst_xvimagesink_colorbalance_get_value),
29539 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29540 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29541 change from READY to NULL and fixed some stupid bugs in colorbalance
29542 get/set values. Also added the following feature : when nobody tries to
29543 set some values to the colorbalance levels before the xcontext is
29544 grabbed, then when creating channels list from Xv attributes we set the
29545 internal values to the Xv defaults. This way we handle buggy Xv drivers
29546 that set default hue values far from the middle of the range (Thanks
29547 to Jon Trowbridge for pointing that issue).
29548 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29549 colorbalance levels have been set before xcontext is grabbed.
29551 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
29553 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29554 Fix the ossmixer case where we shouldn't open /dev/dsp* because
29555 it might block operations (which is bad for a mixer).
29557 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29559 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29560 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29561 (gmip_find_type_pre):
29562 * gst-libs/gst/media-info/media-info-priv.h:
29563 * gst-libs/gst/media-info/media-info.c:
29564 (gst_media_info_instance_init), (gst_media_info_read_idler):
29565 add fakesink to get caps on decoder src pad again
29566 fix callback prototype to match new have_type signal signature
29568 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
29570 * gst/adder/gstadder.c: (gst_adder_link):
29571 fix non-compile and cut-n-paste code
29573 2004-01-21 David Schleef <ds@schleef.org>
29575 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29576 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29577 (gst_swfdec_init), (gst_swfdec_change_state):
29578 * ext/swfdec/gstswfdec.h:
29580 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29581 (gst_adder_request_new_pad): Fix negotiation.
29582 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29583 Add a fixate function.
29584 * gst/intfloat/gstfloat2int.c:
29585 * gst/intfloat/gstfloat2int.h:
29586 * gst/intfloat/gstint2float.c:
29587 * gst/intfloat/gstint2float.h:
29588 Completely rewrite the negotiation. Doesn't quite work yet,
29589 due to some buffer-frames problem.
29591 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
29593 * ext/gnomevfs/gstgnomevfssrc.c:
29594 * sys/v4l2/v4l2_calls.h:
29595 fix includes for distcheck
29597 2004-01-21 Christian Schaller <uraeus@gnome.org>
29600 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29601 based on earlier patch from Laurent Vivier
29603 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
29605 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29606 Fix wma caps property
29607 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29608 Fix typo (flags1 and flags2)
29610 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29612 * gst-libs/gst/media-info/media-info-priv.c:
29613 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29614 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29615 (gmip_find_stream), (gmip_find_track_metadata),
29616 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29617 (gmip_find_track_format):
29618 * gst-libs/gst/media-info/media-info-priv.h:
29619 * gst-libs/gst/media-info/media-info-test.c: (main):
29620 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29621 (gst_media_info_read_idler), (gst_media_info_read):
29622 * gst-libs/gst/media-info/media-info.h:
29623 register debugging category and use it for debugging
29625 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29627 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29628 (gst_vorbisfile_new_link):
29629 signal streaminfo through tags
29631 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29633 * ext/mplex/gstmplex.cc:
29634 * ext/mplex/gstmplexibitstream.cc:
29635 g++ doesn't like NULL in our i18n/error macros, should be
29636 either (NULL) or ("").
29638 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29640 * sys/dxr3/dxr3audiosink.c:
29641 * sys/dxr3/dxr3init.c:
29642 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29643 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29644 Fix more error error error errors (missing includes here).
29646 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29648 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29649 fix thomas' error errors.
29651 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29653 * ext/mpeg2enc/gstmpeg2enc.cc:
29656 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
29658 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29659 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29660 Fix for new error system.
29662 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
29664 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29665 fix for new error reporting
29667 2004-01-20 David Schleef <ds@schleef.org>
29669 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29670 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29671 (gst_ximagesink_set_xwindow_id): Change to using a framerate
29672 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29673 and neither is 100+, most likely.
29674 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29675 (gst_xvimagesink_getcaps): same
29677 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
29680 Up version requirement to 2.0.3 (not yet released) to avoid symbol
29681 clashes with ffmpeg.
29683 2004-01-20 Julien MOUTTE <julien@moutte.net>
29685 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29686 (gst_switch_init): Fixed switch element : proxying link and setting
29687 caps from src to sink on request.
29689 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29691 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29692 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29693 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29696 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29698 * sys/v4l/v4l_calls.h:
29699 * sys/v4l2/v4l2_calls.h:
29700 element_error fixes
29702 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29704 * gst-libs/gst/gst-i18n-plugin.h:
29706 remove config.h inclusion
29708 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29711 adding autopoint invocation
29714 * gst-libs/gst/gettext.h:
29715 adding gettext bits
29716 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29717 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29718 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29719 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29720 (gst_gnomevfssink_close_file):
29721 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29722 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29723 * gst-libs/gst/gst-i18n-plugin.h:
29724 * gst/avi/gstavi.c: (plugin_init):
29725 * sys/dxr3/dxr3init.c: (plugin_init):
29726 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29727 * sys/oss/gstossaudio.c: (plugin_init):
29728 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29729 * sys/v4l/gstv4l.c: (plugin_init):
29730 * sys/v4l/v4l_calls.c: (gst_v4l_open):
29731 * sys/v4l2/gstv4l2.c: (plugin_init):
29732 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29733 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29734 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29735 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29736 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29737 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29738 make sure locale and translation domain are set
29739 fix translated strings
29745 put translation files into place
29746 * sys/xvideo/imagetest.c: (main):
29747 * ext/dv/demo-play.c: (main):
29748 fix unnecessary translations
29750 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
29752 * ext/sndfile/gstsf.c:
29753 * gst/avi/gstavimux.c:
29754 * ext/audiofile/gstafsink.c:
29755 * ext/audiofile/gstafsrc.c:
29756 * ext/gnomevfs/gstgnomevfssink.c:
29757 * ext/gnomevfs/gstgnomevfssrc.c:
29758 * sys/oss/gstosselement.c:
29759 * sys/v4l/v4l_calls.h:
29762 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29764 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29765 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29766 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29767 (gst_v4l2_get_output), (gst_v4l2_set_output),
29768 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29769 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29770 (gst_v4l2_set_attribute):
29771 update to new error handling
29773 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29775 * ext/sidplay/gstsiddec.cc:
29776 * gst/modplug/gstmodplug.cc:
29777 parenthese NULL because C++ seems angry about it
29779 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
29781 * gst-libs/gst/gst-i18n-plugin.h:
29782 add skeleton i18n stuff, but needs to be further implemented
29784 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
29786 * examples/gstplay/player.c: (main):
29787 * ext/aalib/gstaasink.c: (gst_aasink_open):
29788 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29789 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29790 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29791 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29792 (gst_afsink_close_file):
29793 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29794 (gst_afsrc_close_file):
29795 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29796 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29797 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29798 * ext/esd/esdmon.c: (gst_esdmon_get):
29799 * ext/esd/esdsink.c: (gst_esdsink_chain):
29800 * ext/faac/gstfaac.c: (gst_faac_chain):
29801 * ext/faad/gstfaad.c: (gst_faad_chain):
29802 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29803 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29804 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29805 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29806 (gst_flacdec_loop):
29807 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29808 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29809 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29810 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29811 (gst_gnomevfssink_close_file):
29812 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29813 (gst_gnomevfssrc_open_file):
29814 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29815 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29816 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29817 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29818 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29819 * ext/mad/gstmad.c: (gst_mad_chain):
29820 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29821 * ext/mpeg2dec/gstmpeg2dec.c:
29822 * ext/mpeg2enc/gstmpeg2enc.cc:
29823 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29824 * ext/mplex/gstmplex.cc:
29825 * ext/mplex/gstmplexibitstream.cc:
29826 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29827 (gst_ogg_demux_push), (gst_ogg_pad_push):
29828 * ext/raw1394/gstdv1394src.c:
29829 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29830 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29831 * ext/sidplay/gstsiddec.cc:
29832 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29834 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29835 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29836 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29837 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29838 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29839 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29840 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29841 * gst-libs/gst/Makefile.am:
29842 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29843 (gst_riff_read_element_data), (gst_riff_read_seek),
29844 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29845 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29846 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29847 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29848 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29849 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29850 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29851 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29852 * gst/goom/gstgoom.c: (gst_goom_chain):
29853 * gst/id3/gstid3types.c: (gst_id3types_loop):
29854 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29855 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29856 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29857 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29858 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29859 (gst_ebml_read_float), (gst_ebml_read_header):
29860 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29861 (gst_matroska_demux_parse_blockgroup):
29862 * gst/modplug/gstmodplug.cc:
29863 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29864 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29865 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29866 * gst/silence/gstsilence.c: (gst_silence_get):
29867 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29868 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29869 * gst/speed/gstspeed.c: (speed_loop):
29870 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29871 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29872 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29873 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29874 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29875 (gst_wavparse_loop):
29876 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29877 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29878 (dxr3audiosink_close):
29879 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29880 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29881 (dxr3videosink_close), (dxr3videosink_write_data):
29882 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29883 * sys/oss/gstosselement.h:
29884 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29885 (gst_osssink_chain):
29886 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29887 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29888 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29889 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29890 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29891 (gst_v4l_enable_overlay):
29892 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29893 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29894 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29895 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29896 (gst_v4l_set_audio):
29897 * sys/v4l/v4l_calls.h:
29898 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29899 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29900 (gst_v4lmjpegsink_playback_init),
29901 (gst_v4lmjpegsink_playback_start):
29902 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29903 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29904 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29905 (gst_v4lmjpegsrc_requeue_frame):
29906 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29907 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29908 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29909 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29910 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29911 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29912 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29913 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29914 (gst_v4l2src_capture_stop):
29915 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29916 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29917 (gst_ximagesink_chain):
29918 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29919 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29920 (gst_xvideosink_xwindow_new):
29921 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29922 (gst_xvimagesink_chain):
29923 use new error signal, function and categories
29925 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
29929 * ext/musicbrainz/gsttrm.c:
29930 * ext/musicbrainz/gsttrm.h:
29931 * ext/musicbrainz/Makefile.am:
29934 2004-01-18 Julien MOUTTE <julien@moutte.net>
29936 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29937 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29938 synchronous property for debugging.
29939 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29940 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29941 (gst_xvimagesink_set_property): Moving a pointer declaration to a
29942 smaller block, fixing indent.
29944 2004-01-16 David Schleef <ds@schleef.org>
29946 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29947 property affects the video stream.
29948 * sys/xvimage/xvimagesink.c:
29949 * sys/xvimage/xvimagesink.h:
29950 Add synchronous property for debugging. Should probably be
29951 disabled in non-CVS builds. Make sure that the Xv attribute
29952 exists before we set it (crash!). Fix a silly float bug that
29953 caused colorbalance to just not work.
29955 2004-01-17 Christian Schaller <Uraeus@gnome.org>
29957 * tools/gst-launch-ext.in - update for new plugins
29959 2004-01-16 David Schleef <ds@schleef.org>
29961 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29962 already-freed caps.
29964 2994-01-16 Christian Schaller <Uraeus@gnome.org>
29966 * Update spec for new colorspace plugin and libcaca plugin
29967 * Fix compilation of libcaca plugin (clock -> id)
29969 2004-01-16 Julien MOUTTE <julien@moutte.net>
29971 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29972 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29973 (gst_xvimagesink_set_xwindow_id),
29974 (gst_xvimagesink_colorbalance_set_value),
29975 (gst_xvimagesink_colorbalance_get_value),
29976 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29977 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29978 correct colorbalance properties. They can now be set when the element
29979 is still in NULL state. The values will be committed to the Xv Port
29980 when xcontext is initialized.
29981 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29982 brightness int values in the GstXvImagesink structure.
29984 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
29986 * gst-libs/gst/Makefile.am:
29987 restructure so having local patches works easier.
29989 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
29991 * ext/mpeg2enc/Makefile.am:
29992 * ext/mpeg2enc/gstmpeg2enc.cc:
29993 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29994 Bugfix with respect to EOS handling.
29996 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
29998 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29999 Link with right caps (else, it segfaults).
30000 * ext/mplex/gstmplexjob.cc:
30001 Fix for slight API change in 1.6.1.93 release of mjpegtools.
30003 2004-01-15 David Schleef <ds@schleef.org>
30005 * gst-libs/gst/audio/Makefile.am:
30006 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30008 * gst-libs/gst/audio/gstaudiofilter.c:
30009 * gst-libs/gst/audio/gstaudiofilter.h:
30010 Add bytes_per_sample and size and n_samples calculation.
30011 * gst-libs/gst/audio/gstaudiofilterexample.c:
30012 Remove, now autogenerated.
30013 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30014 Moved from gstaudiofilterexample, object name changed, code added
30015 so that it actually works.
30016 * gst-libs/gst/audio/make_filter:
30017 Script to build an audiofilter subclass from the template.
30018 * gst/colorspace/Makefile.am:
30019 * gst/colorspace/yuv2yuv.c:
30020 Remove file, since it's GPL, and we don't use it.
30022 2004-01-15 Julien MOUTTE <julien@moutte.net>
30024 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30025 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30026 them use the buffer free function to test how the buffer was allocated.
30028 2004-01-15 David Schleef <ds@schleef.org>
30030 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30031 that handles osssink fallback.
30032 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30033 (gst_audio_convert_getcaps):
30034 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30035 Add audio/x-qdm2 for QDM2 audio.
30036 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30037 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30038 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30039 Decrease minimum size to 16x16.
30040 * gst/wavparse/gstwavparse.c:
30041 Convert disabled pad template caps to new caps.
30042 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30043 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30044 (gst_xvimagesink_chain): Throw element error when display cannot
30045 be opened. Increase minimum framerate to 1.0. Check the data
30046 free function on a buffer to make sure it is the type we expect
30047 before manipulating it.
30049 2004-01-15 Julien MOUTTE <julien@moutte.net>
30051 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30052 (gst_videobalance_colorbalance_set_value): Implement passthru if
30053 settings are in the middle.
30054 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30056 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30058 * gst/videofilter/Makefile.am:
30059 * gst/volume/Makefile.am:
30060 Since we use videofilter symbols, link to it.
30062 2004-01-15 Julien MOUTTE <julien@moutte.net>
30064 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30065 mixer interface type to HARDWARE.
30066 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30068 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30069 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30070 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30071 (gst_volume_interface_init), (gst_volume_list_tracks),
30072 (gst_volume_set_volume), (gst_volume_get_volume),
30073 (gst_volume_set_mute), (gst_volume_mixer_init),
30074 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30075 (volume_init): Implementing mixer interface.
30076 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30077 * sys/oss/gstosselement.c: (gst_osselement_get_type),
30078 (gst_osselement_change_state): Removing some trailing commas in
30080 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30081 interface type to HARDWARE.
30082 * sys/v4l/gstv4lcolorbalance.c:
30083 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30085 * sys/v4l2/gstv4l2colorbalance.c:
30086 (gst_v4l2_color_balance_interface_init): Setting colorbalance
30087 interface type to HARDWARE.
30088 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30089 same code than ximagesink for event handling.
30091 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30093 * ext/snapshot/Makefile.am:
30094 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30095 (gst_snapshot_chain):
30096 * ext/snapshot/gstsnapshot.h:
30097 This has to be a joke... Snapshot should be connected to a tee,
30098 colorspace element before it and EOS after that, where the other
30099 src of the tee receives normal data.
30100 The current way is *wrong*.
30102 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30104 * ext/hermes/gsthermescolorspace.c:
30105 Fix another compile error. Same as below.
30107 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30109 * gst/colorspace/gstcolorspace.c:
30110 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30111 (gst_colorspace_i420_to_yv12):
30112 Fix compiling... Didn't test if it actually works.
30114 2004-01-15 David Schleef <ds@schleef.org>
30117 * gst/colorspace/Makefile.am:
30118 * gst/colorspace/gstcolorspace.c:
30119 * gst/colorspace/gstcolorspace.h:
30120 * gst/colorspace/yuv2rgb.c:
30121 * gst/colorspace/yuv2rgb.h:
30122 Duplicate the ext/hermes colorspace plugin, and remove Hermes
30123 code and GPL code. Fix for new caps negotiation. Rewrite
30124 much of the format handling code, and some of the conversion
30125 code. Basically, rewrote almost everything. This element
30126 handles I420, YV12 to RGB conversions.
30127 * ext/hermes/Makefile.am:
30128 * ext/hermes/gsthermescolorspace.c:
30129 Rename colorspace to hermescolorspace. Fix negotiation issues.
30130 Remove non-Hermes related code. This element handles lots of
30131 RGB to RGB conversions, but no YUV.
30132 * ext/hermes/gstcolorspace.c:
30133 * ext/hermes/gstcolorspace.h:
30134 * ext/hermes/rgb2yuv.c:
30135 * ext/hermes/yuv2rgb.c:
30136 * ext/hermes/yuv2rgb.h:
30137 * ext/hermes/yuv2rgb_mmx16.s:
30138 * ext/hermes/yuv2yuv.c:
30139 * ext/hermes/yuv2yuv.h:
30142 2004-01-14 Colin Walters <walters@verbum.org>
30144 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30145 they've already been.
30147 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30149 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30150 assume tag mode when pad is not connected
30152 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30154 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30155 Don't update the time of the clock
30156 (gst_alsa_sink_loop):
30157 sync to the clock given to alsasink, not the own clock
30158 * sys/oss/gstosssink.c: (gst_osssink_chain):
30160 (gst_osssink_change_state):
30162 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30163 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30164 remove bogus code that made DISCONT events unhandled
30165 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30166 explicitly case to double in _set_simple. (fixes 2nd warning in bug
30168 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30169 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30170 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30171 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30172 2nd warning in bug #131502)
30174 2004-01-14 Julien MOUTTE <julien@moutte.net>
30176 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30177 (gst_videobalance_colorbalance_set_value),
30178 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30179 for colorbalance interface implementation.
30180 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30181 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30182 (gst_ximagesink_dispose), (gst_ximagesink_init),
30183 (gst_ximagesink_class_init): Adding DISPLAY property.
30184 * sys/ximage/ximagesink.h: Adding display_name to store display.
30185 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30186 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30187 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30188 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30189 properties (they still need polishing though for gst-launch use : no
30190 xcontext yet, i ll do that tomorrow).
30191 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30193 2004-01-14 Julien MOUTTE <julien@moutte.net>
30195 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30196 (gst_play_set_location), (gst_play_set_visualization): Preparing
30197 switch integration, adding videobalance in the pipeline.
30199 2004-01-14 Julien MOUTTE <julien@moutte.net>
30201 * gst-libs/gst/colorbalance/colorbalance.c:
30202 (gst_color_balance_class_init): Adding a default type.
30203 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30205 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30206 (gst_videobalance_dispose), (gst_videobalance_class_init),
30207 (gst_videobalance_init), (gst_videobalance_interface_supported),
30208 (gst_videobalance_interface_init),
30209 (gst_videobalance_colorbalance_list_channels),
30210 (gst_videobalance_colorbalance_set_value),
30211 (gst_videobalance_colorbalance_get_value),
30212 (gst_videobalance_colorbalance_init): Implementing colorbalance
30214 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30216 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30217 bug which was triggering a BadAccess X error when setting an overlay
30218 before pad was really negotiated.
30219 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30220 Using the colorbalance type macro.
30222 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30224 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30225 (gst_flacenc_chain):
30226 handle tags correctly
30227 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30228 extract ID3v1 tags correctly
30230 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30232 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30234 Improve matroska typefinding for odd-typed headers...
30236 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30238 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30239 Fix for using incremental number on padnames.
30241 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30243 * ext/divx/gstdivxdec.c:
30244 * ext/divx/gstdivxenc.c:
30245 Set category to divx4linux instead of divx (too generic).
30246 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30247 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30248 (gst_wavparse_loop), (gst_wavparse_change_state):
30249 * gst/wavparse/gstwavparse.h:
30250 fix parsing of WAV files with non-standard fmt-tag size and fix
30251 skipping of unrecognized chunks... Someone please fix this thing
30252 to use rifflib so all this is automated.
30253 * sys/v4l/Makefile.am:
30254 * sys/v4l2/Makefile.am:
30255 Add X_CFLAGS because we depend on X (for overlay).
30257 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
30259 * ext/mpeg2dec/gstmpeg2dec.c:
30260 Don't issue a timestamp unless we tagged the frame
30263 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30265 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30266 Query the audio element to get the time, not the clock. We're
30267 interested in the element's time here.
30269 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30271 * ext/aalib/gstaasink.c: (gst_aasink_chain):
30272 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30273 * ext/esd/esdsink.c: (gst_esdsink_chain):
30274 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30275 * ext/mas/massink.c: (gst_massink_chain):
30276 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30277 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30278 (gst_matroska_demux_parse_metadata):
30279 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30280 (gst_mpeg_parse_release_locks):
30281 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30282 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30283 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30284 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30285 (gst_osssink_change_state):
30286 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30287 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30288 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30289 (gst_xvideosink_release_locks):
30290 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30292 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30293 (gst_alsa_clock_stop):
30294 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30295 (gst_audio_clock_get_internal_time):
30296 simplify for use with new clocking code.
30297 * testsuite/alsa/Makefile.am:
30298 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30299 fix testsuite for new caps system
30301 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30303 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30304 * ext/flac/gstflacenc.c: (add_one_tag):
30305 length is already host endian, no need to convert. Fixes playback of
30306 tagged files on PPC. (bug #128384)
30308 2004-01-13 Julien MOUTTE <julien@moutte.net>
30310 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30311 colorbalance interface stating if it is hardware based or software
30313 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30314 Removing a trailing comma.
30315 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30316 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30317 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30318 the documentation seems to be wrong on the -1000 to 1000 interval.
30320 2004-01-12 David Schleef <ds@schleef.org>
30322 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30323 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30324 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30325 Fix negotiation. Add a bufferalloc function for the sink pad,
30326 and generally clean up some of the code.
30328 2004-01-12 Julien MOUTTE <julien@moutte.net>
30330 * gst-libs/gst/colorbalance/colorbalancechannel.c:
30331 (gst_color_balance_channel_dispose): Adding safety check in dispose
30333 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30334 (gst_xvimagesink_xcontext_clear),
30335 (gst_xvimagesink_interface_supported),
30336 (gst_xvimagesink_colorbalance_list_channels),
30337 (gst_xvimagesink_colorbalance_set_value),
30338 (gst_xvimagesink_colorbalance_get_value),
30339 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30340 Adding colorbalance interface support to set XV parameters such as
30341 HUE, BRIGHTNESS, CONTRAST, SATURATION.
30342 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30345 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30347 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30348 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30349 (gst_audio_convert_init), (gst_audio_convert_set_property),
30350 (gst_audio_convert_get_property), (gst_audio_convert_chain),
30351 (gst_audio_convert_link),
30352 (gst_audio_convert_buffer_to_default_format),
30353 (gst_audio_convert_buffer_from_default_format), (plugin_init):
30354 - implement _getcaps and use it
30356 - remove float caps since no float conversion is actually done
30357 - remove properties and arguments that were to be used for rate
30360 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30362 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30363 (gst_audio_structure_set_int):
30364 * gst-libs/gst/audio/audio.h:
30365 add helper functions for _getcaps matching the standard audio
30368 2004-01-12 David Schleef <ds@schleef.org>
30370 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30371 Test that pad is negotiated before getting its caps.
30373 2004-01-12 Julien MOUTTE <julien@moutte.net>
30375 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30376 analyzing the pads of an element the bin is mostly in READY state so
30377 no caps were negotiated. This helper function needs to work with
30378 _get_caps directly then. I was not freeing them though, added that to
30381 2004-01-12 Julien MOUTTE <julien@moutte.net>
30383 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30384 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30385 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30386 than the free_func.
30388 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30390 * sys/oss/gstossaudio.c: (plugin_init):
30391 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30392 * sys/oss/gstosselement.h:
30393 make an oss debugging category
30394 make failure more descriptive
30396 2004-01-11 David Schleef <ds@schleef.org>
30398 * ext/ffmpeg/gstffmpeg.c:
30399 * ext/ffmpeg/gstffmpegcodecmap.c:
30400 * ext/ffmpeg/gstffmpegdec.c:
30401 * ext/ffmpeg/gstffmpegenc.c:
30402 * ext/ffmpeg/gstffmpegprotocol.c:
30403 * ext/gdk_pixbuf/gstgdkanimation.c:
30404 * ext/jpeg/gstjpeg.c:
30405 * ext/libpng/gstpng.c:
30406 * ext/mpeg2dec/perftest.c:
30407 * ext/speex/gstspeex.c:
30408 * gst-libs/gst/resample/dtos.c:
30409 * gst/intfloat/gstintfloatconvert.c:
30410 * gst/oneton/gstoneton.c:
30411 * gst/rtjpeg/RTjpeg.c:
30412 * gst/rtp/gstrtp.c:
30413 * sys/dxr3/dxr3init.c:
30414 * sys/glsink/gstgl_nvimage.c:
30415 * sys/glsink/gstgl_pdrimage.c:
30416 * sys/glsink/gstglsink.c:
30417 * testsuite/gst-lint:
30418 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30420 2004-01-11 David Schleef <ds@schleef.org>
30422 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30423 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30424 * ext/gdk_pixbuf/gstgdkanimation.c:
30425 (gst_gdk_animation_iter_create_pixbuf):
30426 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30427 (gst_gdk_pixbuf_chain):
30428 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30429 * ext/jack/gstjack.c: (gst_jack_change_state):
30430 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30431 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30432 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30433 * gst/videofilter/gstvideofilter.c:
30434 (gst_videofilter_set_output_size):
30435 Remove all usage of gst_pad_get_caps(), and replace it with
30436 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30438 2004-01-11 David Schleef <ds@schleef.org>
30441 * ext/Makefile.am: Fixes to make ext/libcaca compile.
30442 * ext/divx/gstdivxdec.c:
30443 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30444 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30445 handle images that span multiple buffers. Now work with both
30446 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30447 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30448 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30449 video/video.h changes
30450 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30451 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30452 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30453 of GstData free function.
30454 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30457 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30459 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30460 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30461 (gst_v4l2element_get_property):
30462 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30463 add norm, channel and frequency properties.
30464 * sys/v4l2/gstv4l2tuner.c:
30465 fixes for tuner interface changes
30466 * sys/v4l2/gstv4l2element.h:
30467 * sys/v4l2/gstv4l2src.c:
30468 * sys/v4l2/gstv4l2src.h:
30469 * sys/v4l2/v4l2src_calls.c:
30470 * sys/v4l2/v4l2src_calls.h:
30471 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30473 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30475 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30476 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30477 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30478 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30479 * gst-libs/gst/tuner/tuner.h:
30480 GObjects aren't const.
30481 Add find_by_name functions.
30482 Add checks to _changed functions.
30483 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30484 (gst_v4l_tuner_get_norm):
30487 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30489 * gst-libs/gst/video/video.h:
30490 Fix caps template names to be understandable.
30491 Prefix everything with GST_VIDEO.
30492 * ext/aalib/gstaasink.c:
30493 * ext/divx/gstdivxdec.c:
30494 * ext/divx/gstdivxenc.c:
30495 * ext/gdk_pixbuf/gstgdkpixbuf.c:
30496 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30497 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30498 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30499 * ext/libcaca/gstcacasink.c:
30500 * ext/libpng/gstpngenc.c: (raw_caps_factory):
30501 * ext/snapshot/gstsnapshot.c:
30502 * ext/swfdec/gstswfdec.c:
30503 * ext/xvid/gstxviddec.c:
30504 * ext/xvid/gstxvidenc.c:
30505 * gst/chart/gstchart.c:
30506 * gst/deinterlace/gstdeinterlace.c:
30507 * gst/effectv/gsteffectv.c:
30508 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30509 * gst/goom/gstgoom.c:
30510 * gst/median/gstmedian.c:
30511 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30512 (gst_monoscope_srcconnect), (gst_monoscope_chain):
30513 * gst/overlay/gstoverlay.c:
30514 * gst/smooth/gstsmooth.c:
30515 * gst/smpte/gstsmpte.c:
30516 * gst/synaesthesia/gstsynaesthesia.c:
30517 * gst/videocrop/gstvideocrop.c:
30518 * gst/videodrop/gstvideodrop.c:
30519 * gst/y4m/gsty4mencode.c:
30520 * sys/qcam/gstqcamsrc.c:
30521 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30522 Make them work with new video.h file.
30523 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30524 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30525 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30526 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30527 Make it work with new buffer allocation system.
30529 2004-01-11 Julien MOUTTE <julien@moutte.net>
30531 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30532 pad_alloc_buffer implementation to use ->srcpad
30533 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30534 pad_alloc_buffer implementation to use ->srcpad
30535 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
30536 pad_alloc_buffer implementation to use ->srcpad
30537 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30538 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30539 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30540 a reference to everything we need.
30541 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30542 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30543 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30544 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30545 a reference to everything we need.
30546 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30548 2004-01-11 David Schleef <ds@schleef.org>
30550 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30551 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30552 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30554 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30555 value during a resize/renegotiation.
30556 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30557 gst_pad_alloc_buffer();
30558 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30559 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30561 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30562 Fix for rename of buffer private structure members.
30563 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30564 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30565 Fix for rename of buffer private structure members.
30566 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30567 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30568 Fix for rename of buffer private structure members.
30570 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
30572 reviewed by: David Schleef <ds@schleef.org>
30574 * gst/videofilter/Makefile.am:
30575 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
30576 from the patch by ds to fit in with recent make_filter changes.
30578 2004-01-11 Julien MOUTTE <julien@moutte.net>
30580 * configure.ac: Adding examples/switch/Makefile
30581 * examples/Makefile.am: Adding examples/switch
30582 * examples/switch/Makefile.am: Adding switcher example.
30583 * examples/switch/switcher.c: (got_eos), (idle_iterate),
30584 (switch_timer), (main): Adding an example demonstrating switch usage
30585 with 2 videotestsrc showing different patterns.
30586 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30587 (gst_switch_init): Fixing switch with the new caps system.
30589 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30591 * gst-libs/gst/video/video.h:
30592 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30593 They should probably be like
30594 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30596 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30598 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30599 (qtdemux_parse_trak):
30600 fix audio chunk size/timestamp calculation
30602 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
30604 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30607 2004-01-11 Steve Baker <steve@stevebaker.org>
30609 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30610 (gst_agingtv_base_init), (gst_agingtv_class_init),
30611 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30612 (gst_agingtv_set_property), (gst_agingtv_get_property):
30613 Port agingTV to videofilter
30615 2004-01-09 Julien MOUTTE <julien@moutte.net>
30617 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30618 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30620 2004-01-09 Julien MOUTTE <julien@moutte.net>
30622 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30623 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30624 * gst-libs/gst/xoverlay/xoverlay.c:
30625 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30626 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30627 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30628 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30629 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30630 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30631 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30632 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30633 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30634 interface implementation to handle xid being 0 and fix some bugs
30635 triggered by Benjamin's testcase.
30636 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30637 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30638 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30639 the bufferalloc_function to replace bufferpools, fixing the XOverlay
30640 interface implementation to handle xid being 0 and fix some bugs
30641 triggered by Benjamin's testcase.
30643 2004-01-09 David Schleef <ds@schleef.org>
30645 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
30646 mouse pointer events. It works.
30648 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
30650 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30651 Use explicit caps - fix capsnego.
30652 * ext/xvid/gstxviddec.c:
30653 * ext/xvid/gstxvidenc.c:
30654 Remove macro-inside-macro which caused compile errors.
30655 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30656 Error out if it's not a RIFF file. Else we error out without
30657 gst_element_error() which is not good...
30659 2004-01-08 David Schleef <ds@schleef.org>
30661 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30662 Fix pad_link function to handle formats that ffmpeg returns
30663 as multiple caps structures.
30664 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30665 Only complain if source buffer is _smaller_ than expected.
30666 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30667 (gst_videoscale_handle_src_event): Resize navigation events
30668 when passing them upstream.
30669 * gst/videotestsrc/gstvideotestsrc.c:
30670 * gst/videotestsrc/gstvideotestsrc.h:
30671 * gst/videotestsrc/videotestsrc.c:
30672 * gst/videotestsrc/videotestsrc.h:
30673 Rewrite many of the buffer painting functions to handle odd
30674 sizes (for many formats, size%4!=0 or size%8!=0). Most have
30675 been verified to work with my video card.
30676 * testsuite/gst-lint: Add check for elements calling
30677 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30679 2004-01-08 David Schleef <ds@schleef.org>
30681 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30682 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30684 2004-01-08 Julien MOUTTE <julien@moutte.net>
30686 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30687 configure event is not emiting the desired size signal. That fixes
30688 aspect ratio issues with gst-player.
30690 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
30692 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30695 2004-01-08 Julien MOUTTE <julien@moutte.net>
30697 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30698 public method to fire size signal.
30700 2004-01-07 Julien MOUTTE <julien@moutte.net>
30702 * examples/gstplay/Makefile.am: Adding the interface library.
30703 * gst-libs/gst/play/Makefile.am: Adding the interface library.
30704 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
30705 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30706 GST_IS_X_OVERLAY before signal connect.
30707 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30708 Removing the have_video_size signal.
30709 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30710 and associated public method.
30711 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30712 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30714 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30715 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30717 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30718 Using XOverlay public method to fire size signal.
30720 2004-01-07 David Schleef <ds@schleef.org>
30722 * gst/videofilter/Makefile.am:
30723 * gst/videofilter/gstvideotemplate.c:
30724 * gst/videofilter/make_filter:
30725 Create gstvideoexample.c in a srcdir!=builddir friendly way.
30726 Convert make_filter to /bin/sh script.
30728 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
30730 * gst/modplug/gstmodplug.cc: fix element description
30732 2004-01-07 Julien MOUTTE <julien@moutte.net>
30734 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30735 (got_video_size): Adding some new lines in g_print calls.
30736 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30737 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30738 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30739 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30740 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30741 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30742 Complete code review, reverting some stuff i disagree with, adding
30743 some fixes : time synchronization on invalid timestamps, renegotiation
30745 * sys/ximage/ximagesink.h:
30746 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30747 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30748 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30749 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30750 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30751 (gst_xvimagesink_buffer_new),
30752 (gst_xvimagesink_navigation_send_event),
30753 (gst_xvimagesink_set_xwindow_id),
30754 (gst_xvimagesink_get_desired_size),
30755 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30756 stuff i disagree with, adding some fixes : Renegotiation of private
30757 window, implementing get_desired_size.
30759 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
30761 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30762 (gst_afsink_handle_event):
30763 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30764 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30765 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30766 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30767 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30768 Fix for instantiate-test (see core). Also remove dead code from
30769 jpegenc (which still needs fixing, but that's lower on my TODO
30771 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30772 Never return NULL as caps.
30774 2004-01-07 David Schleef <ds@schleef.org>
30778 * ext/librfb/Makefile.am:
30779 * ext/librfb/gstrfbsrc.c:
30780 New source plugin based on librfb-0.1. RFB (remote framebuffer)
30781 is the protocol used by VNC.
30783 2004-01-07 David Schleef <ds@schleef.org>
30785 * gst/videofilter/gstvideotemplate.c:
30786 * gst/videofilter/gstvideotemplate.h:
30787 * gst/videofilter/make_filter:
30788 Merge videotemplate header into source file.
30789 * gst/effectv/Makefile.am:
30790 * gst/effectv/gsteffectv.c: (plugin_init):
30791 * gst/effectv/gstwarp.c:
30792 Make warpTV a subclass of videofilter.
30794 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
30796 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30797 Add guard against invalid utf-8 conversions in mad. Just in case.
30799 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
30801 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30802 Fix for bug shown by poisoning
30804 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30806 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30807 (gst_v4lmjpegsrc_buffer_free):
30808 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30809 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30810 (gst_v4lsrc_buffer_free):
30811 Fix for removed bufferpools.
30813 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
30815 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30816 Fix caps negotiation.
30818 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30819 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30820 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30822 * ext/mpeg2dec/gstmpeg2dec.c:
30823 * gst-libs/gst/navigation/navigation.c:
30824 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30825 * gst-libs/gst/navigation/navigation.h:
30826 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30827 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30828 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30829 Super-simple first version of mouse and keyboard events. Clicking
30830 on a DVD menu now works, although it may not take you where you
30833 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30834 * gst/videotestsrc/gstvideotestsrc.c:
30835 (gst_videotestsrc_src_fixate):
30836 These fixate functions were broken - they never actually
30839 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30841 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30842 (gst_icecastsend_init):
30843 fix for new caps system.
30844 * gst-libs/gst/mixer/mixertrack.h:
30845 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30846 Add 'master track' flag (for tools like ACME that only want to
30847 change the main volume).
30849 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
30851 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30852 (gst_xvid_csp_to_caps):
30853 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30854 * ext/xvid/gstxvidenc.c:
30855 ifdef out ARGB type when it isn't available
30856 in xvidcore 1.0.0beta2
30858 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
30860 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30861 When we have received a new SCR right in the first buffer after
30862 a seek (so in the same cycle that handles the discont), we should
30863 handle the buffer instead of unreffing it, else we lose data.
30865 2004-01-06 Iain <iain@prettypeople.org>
30867 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30868 buffer-frames caps too.
30870 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30871 caps that we need, don't destroy them all and rebuild them. And when
30872 creating src pads, use the src pad template rather than the sink...
30874 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
30876 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30877 Add pad to element *after* setting functions such as event handler.
30878 Without this, the scheduler (opt) will link pads, set the event
30879 handler from the default event function (dispatcher in gstpad.c)
30880 and *after* that, we will set our own event function, which will
30881 thus never be used (and thus mpegdemux doesn't handle events).
30883 2004-01-04 David Schleef <ds@schleef.org>
30885 Fix the fixate functions to handle new prototype:
30886 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30887 * gst/videotestsrc/gstvideotestsrc.c:
30888 (gst_videotestsrc_src_fixate):
30889 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30890 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30891 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30893 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
30895 * sys/ximage/ximagesink.h:
30896 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30897 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30898 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30899 (gst_ximagesink_xoverlay_init):
30900 assorted fixes to make (re)embedding work
30901 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30902 (gst_ximagesink_get_desired_size):
30903 implement desired size additions to XOverlay
30905 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
30907 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30908 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30909 (gst_x_overlay_got_desired_size):
30910 * gst-libs/gst/xoverlay/xoverlay.h:
30911 Add optional "desired size" signal and querying.
30913 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30915 * gst/matroska/matroska-demux.c:
30916 (gst_matroska_demux_parse_blockgroup):
30917 Fix EBML-laced block parsing. Diffs are relative to previous
30918 lace, not the first lace. Thanks to Mosu from the Matroska
30919 team for detecting this.
30920 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30921 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30922 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30923 (gst_wavparse_change_state):
30924 * gst/wavparse/gstwavparse.h:
30925 Quickfix for capsnego.
30927 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30929 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30930 Fix indenting, fix pad creation.
30932 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30934 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30935 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30936 (gst_xviddec_sink_link):
30937 Implement src_getcaps() so proper size caps is negotiated.
30939 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30941 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30942 Finish flac decoder on EOS. See #116178.
30944 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30946 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30947 (gst_matroska_demux_add_stream):
30948 * gst/matroska/matroska-ids.h:
30949 Add getcaps() function to fix capsnego...
30951 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
30953 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30954 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30955 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30956 Fix more integer overflows. Again, see #126967.
30958 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
30960 * ext/mpeg2dec/gstmpeg2dec.c:
30961 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30964 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
30967 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30968 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30969 * ext/xvid/gstxvid.h:
30970 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30971 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30972 (gst_xviddec_src_link), (gst_xviddec_sink_link),
30973 (gst_xviddec_change_state):
30974 * ext/xvid/gstxviddec.h:
30975 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30976 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30977 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30978 (gst_xvidenc_link), (gst_xvidenc_set_property),
30979 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30980 * ext/xvid/gstxvidenc.h:
30981 Update xvid plugin to latest xvid (1.0.0-beta3) API.
30983 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
30985 * gst/rtp/rtp-packet.c:
30986 Add sys/types.h include, since OS X doesn't define in_addr_t
30987 in netinet/in.h, like it does on Linux (see #129600).
30989 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
30991 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
30993 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30994 Correct logic of dispose function (see #129306).
30996 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
30998 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30999 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31000 (gst_mpeg_parse_init):
31001 * gst/mpegstream/gstmpegparse.h:
31002 Remove clock (which was never provided, i.e. dead code), and
31003 also fix integer overflows at high PTS values (see #126967).
31005 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31007 * ext/flac/gstflacdec.c:
31008 * ext/libpng/gstpngenc.h:
31009 * ext/mikmod/gstmikmod.h:
31010 OS X fixes (see #126628).
31012 2004-01-02 David Schleef <ds@schleef.org>
31014 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31015 (gst_alsa_src_base_init): Remove bogus "src" request pad.
31016 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31017 (gst_mpeg_parse_class_init): Move pad template registration
31018 to class_init, since the derived class (mpegdemux) doesn't
31021 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31023 * sys/ximage/Makefile.am:
31024 * sys/xvideo/Makefile.am:
31025 * sys/xvimage/Makefile.am:
31026 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31027 after installation (see #127664).
31029 2004-01-02 David Schleef <ds@schleef.org>
31031 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31032 (gst_ffmpegenc_connect): Negotiation fixes.
31033 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31034 Remove inappropriate gst_caps_free().
31035 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31036 Reenable Ronald's internal resize code, since the core handles
31039 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31041 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31042 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31043 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31044 Fix pad template stuff.
31046 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31048 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31049 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31050 fix signed integer reading/writing.
31052 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
31055 Remove outdated document
31057 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
31059 * gst/cutter/gstcutter.c: (gst_cutter_init):
31060 src pad was being created twice - oops.
31062 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31064 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31065 Comment out internal resize. It doesn't handle the resulting
31066 XEvent internally, does another try_set_caps() which leads to
31067 a really nice loop.
31068 Real fix will come when Julien and Dave are awake. ;).
31070 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31072 * ext/mpeg2enc/gstmpeg2enc.cc:
31073 fix const/nonconst compile issue.
31075 2004-01-02 David Schleef <ds@schleef.org>
31077 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31078 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31079 Add fixate function and a check for bad formats.
31081 2004-01-01 David Schleef <ds@schleef.org>
31084 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31085 (gst_audiofilter_init):
31086 * gst/debug/efence.c: (gst_efence_init):
31087 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31088 (gst_deinterlace_init):
31089 * gst/volume/gstvolume.c: (volume_connect):
31091 2004-01-01 David Schleef <ds@schleef.org>
31093 Convert elements to use gst_pad_use_explicit_caps() where
31095 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31096 * ext/audiofile/gstafparse.c: (gst_afparse_init),
31097 (gst_afparse_open_file):
31098 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31099 (gst_afsrc_open_file):
31100 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31101 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31102 (gst_ffmpegdec_chain):
31103 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31104 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31105 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31106 (gst_gdk_pixbuf_chain):
31107 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31108 (gst_jpegdec_chain):
31109 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31110 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31111 (gst_mikmod_negotiate):
31112 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31113 (gst_mpeg2dec_negotiate_format):
31114 * ext/mpeg2enc/gstmpeg2enc.cc:
31115 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31116 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31117 (gst_speexdec_sinkconnect):
31118 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31119 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31120 (gst_vorbisfile_new_link):
31121 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31122 (gst_ac3parse_chain):
31123 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31124 (gst_asf_demux_setup_pad):
31125 * gst/auparse/gstauparse.c: (gst_auparse_init),
31126 (gst_auparse_chain):
31127 * gst/id3/gstid3types.c: (gst_id3types_loop):
31128 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31129 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31130 (mp1videoparse_parse_seq):
31131 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31133 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31134 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31135 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31136 (gst_mpeg_parse_send_data):
31137 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31138 (gst_qtdemux_add_stream):
31139 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31140 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31141 (gst_wavparse_parse_fmt):
31143 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
31146 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31147 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31148 it therefore uses the wrong include paths. Too bad... Note
31149 that 1.6.1.93 is not release yet. ;).
31150 Also add a check for mplex, which is now using the lib'ified
31151 mplex from mjpegtools, too.
31152 * ext/ffmpeg/gstffmpegcodecmap.c:
31153 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31154 issues. I don't think ffmpeg handles 3ivx correctly, so this
31155 probably won't work. But it won't hurt either.
31156 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31157 (gst_ffmpegdec_chain):
31158 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31159 (gst_ffmpegenc_chain_audio):
31160 Fix memleak in audio encoding. Close codec if open fails, this
31161 calls the cleanup routines so we can re-use the context.
31162 * ext/mpeg2enc/gstmpeg2enc.cc:
31163 Fix pad template names/types, fix memory issue with getcaps().
31164 * ext/mpeg2enc/gstmpeg2encoder.cc:
31165 * ext/mpeg2enc/gstmpeg2encoder.hh:
31166 Fix compile issue with new caps system (const thingy).
31167 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31168 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31169 We read a first frame right on initing, so that we have a caps
31170 when we init the output. This caps is cached in padprivate and
31171 read as first frame.
31172 * ext/mplex/Makefile.am:
31173 * ext/mplex/gstmplex.cc:
31174 * ext/mplex/gstmplex.h:
31175 * ext/mplex/gstmplex.hh:
31176 * ext/mplex/gstmplexibitstream.cc:
31177 * ext/mplex/gstmplexibitstream.hh:
31178 * ext/mplex/gstmplexjob.cc:
31179 * ext/mplex/gstmplexjob.hh:
31180 * ext/mplex/gstmplexoutputstream.cc:
31181 * ext/mplex/gstmplexoutputstream.hh:
31182 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31183 had issues, didn't do capsnego, supported only a subset of the
31184 mplex features and required a mplex fork in our local CVS. Plus
31185 that it worked agaist a very old mplex version. Rewriting was
31186 faster than updating it.
31187 * gst-libs/ext/Makefile.am:
31188 * gst-libs/ext/mplex/INSTRUCT:
31189 * gst-libs/ext/mplex/Makefile.am:
31190 * gst-libs/ext/mplex/README:
31191 * gst-libs/ext/mplex/TODO:
31192 * gst-libs/ext/mplex/ac3strm_in.cc:
31193 * gst-libs/ext/mplex/audiostrm.hh:
31194 * gst-libs/ext/mplex/audiostrm_out.cc:
31195 * gst-libs/ext/mplex/aunit.hh:
31196 * gst-libs/ext/mplex/bits.cc:
31197 * gst-libs/ext/mplex/bits.hh:
31198 * gst-libs/ext/mplex/buffer.cc:
31199 * gst-libs/ext/mplex/buffer.hh:
31200 * gst-libs/ext/mplex/fastintfns.h:
31201 * gst-libs/ext/mplex/format_codes.h:
31202 * gst-libs/ext/mplex/inputstrm.cc:
31203 * gst-libs/ext/mplex/inputstrm.hh:
31204 * gst-libs/ext/mplex/lpcmstrm_in.cc:
31205 * gst-libs/ext/mplex/mjpeg_logging.cc:
31206 * gst-libs/ext/mplex/mjpeg_logging.h:
31207 * gst-libs/ext/mplex/mjpeg_types.h:
31208 * gst-libs/ext/mplex/mpastrm_in.cc:
31209 * gst-libs/ext/mplex/mpegconsts.cc:
31210 * gst-libs/ext/mplex/mpegconsts.h:
31211 * gst-libs/ext/mplex/mplexconsts.hh:
31212 * gst-libs/ext/mplex/multplex.cc:
31213 * gst-libs/ext/mplex/outputstream.hh:
31214 * gst-libs/ext/mplex/padstrm.cc:
31215 * gst-libs/ext/mplex/padstrm.hh:
31216 * gst-libs/ext/mplex/stillsstream.cc:
31217 * gst-libs/ext/mplex/stillsstream.hh:
31218 * gst-libs/ext/mplex/systems.cc:
31219 * gst-libs/ext/mplex/systems.hh:
31220 * gst-libs/ext/mplex/vector.cc:
31221 * gst-libs/ext/mplex/vector.hh:
31222 * gst-libs/ext/mplex/videostrm.hh:
31223 * gst-libs/ext/mplex/videostrm_in.cc:
31224 * gst-libs/ext/mplex/videostrm_out.cc:
31225 * gst-libs/ext/mplex/yuv4mpeg.cc:
31226 * gst-libs/ext/mplex/yuv4mpeg.h:
31227 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31228 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31229 We don't fork mjpegtools' mplex in our CVS anymore.
31230 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31231 (gst_avi_demux_add_stream):
31232 * gst/avi/gstavidemux.h:
31233 Add getcaps() function for proper caps nego. This makes some
31234 parts of AVI playback/reading work.
31235 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31236 Resize window on new capsnego. This is probably wrong, but
31237 I'm still committing it because with current capsnego, the
31238 first successfull capsnego is auto-fixated, therefore rounded
31239 down to the lowest values in the caps. this results in a 16x16
31240 XWindow that is not reized when real capsnego finishes.
31241 Dave, I see more cases of this, do you know a proper solution?
31242 * tools/gst-launch-ext.in:
31243 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31245 2003-12-31 David Schleef <ds@schleef.org>
31247 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31248 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31249 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31251 2003-12-30 David Schleef <ds@schleef.org>
31253 * ext/ffmpeg/gstffmpegcolorspace.c:
31254 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31255 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31256 (gst_ffmpegcsp_chain): Negotiation fixes
31257 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31258 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31259 (gst_audio_convert_link), (gst_audio_convert_channels):
31260 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31261 (gst_audioscale_link), (gst_audioscale_get_buffer),
31262 (gst_audioscale_chain): Negotiation fixes
31263 * gst/audioscale/gstaudioscale.h:
31264 * gst/videofilter/gstvideofilter.c:
31265 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31266 (gst_videofilter_link), (gst_videofilter_init),
31267 (gst_videofilter_set_output_size), (gst_videofilter_setup),
31268 (gst_videofilter_find_format_by_structure):
31269 * gst/videofilter/gstvideofilter.h: Negotiation fixes
31270 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31271 (gst_videoscale_link):
31272 * gst/videoscale/videoscale.c: (videoscale_get_structure),
31273 (videoscale_find_by_structure), (gst_videoscale_setup):
31274 * gst/videoscale/videoscale.h: Negotiation fixes
31275 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31276 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31277 function, restrict resizing to a multiple of 4 (hack until
31278 everyone supports odd sizes correctly).
31280 2003-12-29 Colin Walters <walters@verbum.org>
31282 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31285 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
31287 * ext/sndfile/gstsf.c: (gst_sf_loop):
31288 Fix warning about discarding const qualifier
31290 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
31292 * gst/cutter/gstcutter.c:
31293 * gst/videoscale/gstvideoscale.c:
31294 * gst/volenv/gstvolenv.c:
31295 * gst-libs/gst/audio/audio.c:
31296 * gst-libs/gst/video/video.c:
31299 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31301 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31302 Don't send ALSA debugging to stderr.
31303 * ext/alsa/gstalsa.h:
31304 Use GST_WARNING instead of g_warning when ALSA functions fail.
31306 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31308 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31309 Free XVAdapterInfo correctly.
31311 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31313 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31314 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31315 Make id3tag use correct caps nego.
31317 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
31319 * ext/ivorbis/vorbis.c:
31320 * ext/ivorbis/vorbisenc.h:
31321 * ext/ivorbis/vorbisfile.c:
31322 Modify so that it uses the new caps things
31324 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31326 * testsuite/spider/spider1.c: (main):
31327 * testsuite/spider/spider2.c: (main):
31328 * testsuite/spider/spider3.c: (main):
31329 Make tests compile again. They probably don't work.
31331 2003-12-24 Colin Walters <walters@verbum.org>
31333 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31334 we can't fixate the caps anymore.
31336 2003-12-23 David Schleef <ds@schleef.org>
31338 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31339 * sys/oss/gstosssink.c: (gst_osssink_init),
31340 (gst_osssink_sink_fixate): Add fixate function.
31342 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
31344 * ext/ffmpeg/gstffmpegcodecmap.c:
31345 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31346 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31347 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31348 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31349 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31350 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31351 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31352 fix typo in RGB masks, and move back to "old" colorspace
31353 capsnego code until whoever wrote this new crap has actually
31354 tested it so that it works.
31355 And yes, this works, keep it that way please.
31357 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31359 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31360 (gst_divxdec_init), (gst_divxdec_negotiate):
31361 * ext/divx/gstdivxdec.h:
31362 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31363 (gst_divxenc_init):
31364 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31365 (gst_faac_sinkconnect), (gst_faac_srcconnect):
31366 * ext/mpeg2enc/gstmpeg2enc.cc:
31367 * ext/mpeg2enc/gstmpeg2encoder.cc:
31368 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31369 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31370 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31371 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31372 (dxr3spusink_init):
31373 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31374 (dxr3videosink_init):
31375 Fix caps breakage after Dave's caps branch merge.
31377 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31379 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31380 Fix for 24bpp display.
31382 2003-12-23 Colin Walters <walters@verbum.org>
31384 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31385 a GnomeVFSHandle directly.
31387 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31389 * gst/volume/Makefile.am:
31390 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31391 (volume_base_init), (volume_init):
31392 Reenable volume element and fix to work with new caps stuff.
31393 Rhythmbox needs this.
31395 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31397 * gst/qtdemux/qtdemux.c: (plugin_init):
31398 qtdemux requires bytestream
31400 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31402 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31403 Fix remaining caps handling errors due to CAPS merge.
31405 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31407 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31408 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31409 (gst_faad_srcconnect):
31410 Port to new caps system.
31412 2003-12-21 Julien MOUTTE <julien@moutte.net>
31414 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31415 (got_video_size), (main): using g_print instead of g_message.
31416 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31417 signal which was not emitted because of "switch" element added to the
31418 bin but not connected. (Removing from the bin temporarily)
31420 2003-12-21 Julien MOUTTE <julien@moutte.net>
31422 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31423 find X development files. I don't understand the previous tests and
31424 they fail on my debian/ppc unstable. This one works.
31425 * examples/gstplay/player.c: (main): Set the pipeline to READY before
31427 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31428 (gst_play_set_video_sink), (gst_play_set_audio_sink),
31429 (gst_play_set_visualization): Add some safety checks in set_ methods
31430 and state_change. This was throwing some ugly CRITICAL messages when
31431 pipeline was getting disposed and casts were failing.
31433 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
31436 Improve mpeg2enc detection. This is for distributions that do
31437 ship mjpegtools, but without mpeg2enc. Also does object check
31438 for might there ever be ABI incompatibility.
31439 * ext/mpeg2enc/gstmpeg2enc.cc:
31440 Add Andrew as second maintainer (he's helping me), and also add
31441 an error if no caps was set. This happens if I pull before capsnego
31442 and that's something I should solve sometime else.
31443 * gst/matroska/matroska-demux.c:
31444 (gst_matroska_demux_parse_blockgroup):
31446 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31447 (gst_matroska_mux_track_header):
31448 Add caps to templates.
31449 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31450 Add mpegversion=1 to prevent confusion with MPEG/AAC.
31451 * gst/mpegstream/gstmpegdemux.c:
31452 Remove layer since it causes warnings about unfixed caps.
31453 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31454 Fix obvious typo (we error out if caps were set, we should of
31455 course error out if *no* caps were set).
31456 * sys/oss/gstosselement.c: (gst_osselement_convert):
31457 Fix format conversion, we confused bits/bytes.
31458 * sys/oss/gstosselement.h:
31459 Improve documentation for 'bps'.
31461 Remove stuff about plugins that need removing - this was done
31463 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31464 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31465 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31466 (gst_v4lsrc_src_query):
31467 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31468 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31469 Add get_query_types(), get_formats() and query() functions.
31471 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
31473 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31474 * moved CVS to freedesktop.org